#icerik { /* this is the div you want to fill the window */
min-height: 790px !important;
}

#baglantilar
{
    float:right;
    margin-top:20px;
 }

header
{
    margin-bottom:20px;
}

#logo
{
    margin:10px; 
  
}

#mesaj
{
    margin: 20px;
}

#bilgiler > article
{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #efefef;
    -moz-box-shadow: 0 0 5px #efefef;
    box-shadow: 0 0 5px #efefef;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
    background: -moz-linear-gradient(top, #fff, #efefef);
    height:242px;
}

.footerbox
{
    margin-top:20px;
    margin-bottom:20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #1b1b1b;
    min-height:200px;
}

.kutuyazisi {
	padding: 5px 15px
}

#bilgiler
{
    padding-bottom: 10px;
    padding-top: 20px;
}

footer
{
    overflow: auto;
    background: #252525;
    color: #999;
    margin-top:10px;
}

footer h4
{
    color: #fff;
}

footer a
{
    color:#fff;
}

#altListe
{
    list-style:none;
}

.footer-floor {
    color: #999;
    padding: 10px;
    text-align:center;
}

p, ul, ol, dl {
    font-family: "Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.yanliste
{
    background-color: #f5f5f1;
    margin-bottom: 10px;
    padding: 14px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.urunlistesi {
    list-style-type: none !important;
    font-family: "Arial","Helvetica",sans-serif !important;
    font-size: 12px !important;
}

.urun-listesi .urun {
    float: left;
    overflow:auto;
    width: 20%;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #ececec;
    margin: 0 8px 14px 0;
    position: relative;
    list-style-type:none !important;
}

.urun-baslik {
    margin-bottom: 0;
    line-height: 15px;
    text-align: left;
}

.urun-baslik a {
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.urun-fiyat {
    padding-top:6px;
    color: #78c042;
    line-height: 14px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.urun-detay {
    margin-top: 5px;
    position: relative;
}

.nav-tabs
{
    min-width:280px !important;
}

/* Make the image fully responsive */
  
  .carousel-inner img {
    width: 100%;
  /*  height: 100%; */
  }
  
/*  
  .fakeimg {
    height: 150px;
    background: #aaa;
  }
  
  .fakeimg_ {
    height: 250px;
    background: #aaa;
  }
  
  */
  
  
  a.carousel-b:link, a.carousel-b:visited {
  background-color: #f44336;
  color: white;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

  a.carousel-b:hover, a.carousel-b:active {
  background-color: red;
}

 body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background: #fafafa;
  }

.page {
  max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.fakeimg p {
  background-color: #f0f0f0;  /* açık gri arka plan */
  max-height: 100px;          /* maksimum yüksekliği sınırla */
  overflow-y: auto;           /* taşan kısmı kaydırılabilir yap */
  padding: 10px;
  border-radius: 5px;
  line-height: 1.5em;
  margin: 0;
  font-size: 14px;
  color: #444;
}

.fakeimg {
  margin-bottom: 20px;
}

.fakeimg h5 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: #333;
}

.fakeimg p::-webkit-scrollbar {
  width: 6px;
}
.fakeimg p::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 3px;
}
.fakeimg p::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

 article.fakeimg {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
     max-width: 700px;
  }
  article.fakeimg h5 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  
 article.fakeimg p {
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
    position: relative;
    overflow: hidden;
    max-height: 7.5em; /* 5 satır * 1.5em */
    transition: max-height 0.3s ease;
  }
  
  article.fakeimg p.expanded {
    max-height: 1000px; /* yeterince büyük */
  }
  
  #articles, .details {
  width: 700px; /* istediğiniz sabit genişlik */
  max-width: 90vw; /* responsive için maksimum genişlik */
  margin: 20px auto; /* yatayda ortala, üst-alt boşluk */
  box-sizing: border-box; /* padding varsa sorun olmaz */
  padding: 0 15px; /* iç boşluk opsiyonel */
}


  
  .read-more {
    display: inline-block;
    margin-top: 5px;
    color: #2e7d32;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
  }
  
  .read-more.visible {
    display: inline-block;
  }
  
  
.read-more:hover {
    text-decoration: underline;
  }
  
  a {
    color: #1a73e8;
    text-decoration: underline;
  }
  

/* Masaüstü ve geniş ekran */
@media (min-width: 1024px) {
  .page {
    max-width: 960px;
    padding: 30px;
  }
  .fakeimg p {
    font-size: 16px;
  }
}

/* Tabletler */
@media (min-width: 768px) and (max-width: 1023px) {
  .page {
    max-width: 720px;
    padding: 20px;
  }
  .fakeimg p {
    font-size: 15px;
  }
}

/* Telefonlar */
@media (max-width: 767px) {
  .page {
    max-width: 100%;
    padding: 10px;
  }
  .fakeimg p {
    font-size: 14px;
    max-height: 80px; /* biraz daha düşük yükseklik */
  }
  
 