/*! 
 * Trabucchi Media Services
 * August 2013
 * stefania@trabucchi.de
 * 
 */
/* Sticky footer styles
-------------------------------------------------- */
@media (max-width: 979px) {

}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
   #home-logo {
    float: none;
  }
  .col-xs-12 {
    text-align: center;
  }
  .menu-button .touch-button {
    display:none;
  }
  .navbar-fixed-top {
    position:relative;
  }
  body.front {
  padding-top: 0px;
  }
  .caret {
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  }
  .header {
  margin-top: 60px;
  }
  .carousel-caption {
  left: 0px !important;
  }
  .carousel-caption:before {
    content: "";
  }
  .carousel-indicators {
    display:none;
  }
}
/* Media Queries 
-------------------------------------------------- */

@media (max-width: 768px) {
 .carousel-caption {
    width: 53%;
    position: relative;
    float: left;
    left: 40px;
    top: 0;
    padding-top: 0; }

  .carousel-inner a img {
    width: 100%;
}

  .carousel-caption h3 {
    font-size: 27px;
    padding-top: 10px; }

  .carousel-caption p {
    font-size: 13px;
    line-height: 1.4em; }

  .carousel-indicators {
    left: 38%;
    top: 171px; }  
}
@media screen and (max-width: 480px){
body {
padding-top: 0;
}
  p, ul li a {
    font-size: 12px; }
  
  h2 { 
    font-size: 24px; }
  
  ol {
    -webkit-padding-start: 0; }
   
   ol.slats li p {
    font-size: 12px; }
   
   h3, h4 {
    font-size: 1.5em; }

  .carousel-caption {
    width: 100%;
    position: relative;
    float: left;
    left: 40px;
    top: 0;
    padding-top: 0; }

  .carousel-caption h3 {
    font-size: 20px;
    padding-top: 10px; }

  .carousel-caption p {
    font-size: 12px;
    line-height: 1.4em; }

  .carousel-indicators {
    bottom: auto;
    left: 27%;
    margin-left: 0;
    top: 84px; }  

  .carousel-inner a img {
    width: 100%; }
  
  .teaser.col-lg-9 {
    padding: 10px 0;
    width: 100% }

  .partners {
    padding: 0; }
   
  .no-container {
    padding: 20px 0 20px; }

  #footer ul li {
    line-height: 1.5em; }
  
  .imprint {
    font-size: 12px; 
    text-align: center; }
  
  h2.align {
    padding: 0 0 10px;
  }

  span.weight {
    font-size: 11px;
    padding: 7px; }

  i.icon-folder-open {
    font-size: 22px;
  }

}
