/* Responsive Styles */
@media (min-width: 1366px) {
.social-fixed {
 position: absolute;
  top: 480px;     
}

.footer ul {
margin-top:20px;
}
}



@media (min-width: 768px) {
    /* Navigation in Desktopansicht zentrieren */
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
     
    .dropdown .caret {
      display:none;
    }

    .nav li.dropdown:hover:after {
      content: "";
      position: absolute;
      bottom: 5px;
      left: 50%; /* centers the element's left edge */
      margin-left: -4px; /* <-- moves it back half it's own width */
      width: 0px; /* <-- don't need unit on 0 */
      height 0px; /* <-- don't need unit on 0 */
    xxmargin: 0px auto; /* <-- eliminate, use above margin */
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #90420E; /* <-- change to bottom for up arrow */
    }   
   
    
    .navbar-right .dropdown-menu {
        right: auto;
        left: auto;
    }
    
    .dropdown-menu > li { 
        border-bottom: 1px solid #D3B49F;
    }
    
   
}

@media only screen   and (max-width: 1300px) {   
  .social-fixed {     
      top: 380px;
  }         
  .footer ul {
      margin-top: 50px;
  }
}

/*****************************************************
 Tablet Layout: 768px- 920px 
******************************************************/

@media only screen  and (min-width: 768px) and (max-width: 991px) {

hr.abschluss {
    margin-bottom: 60px;
}

.footer ul {
    margin-top: 80px;
}

header#slider {
    height: 450px;
    width: 100%;
}

.navbar-brand {
    float: none;
    clear:both;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar .navbar-collapse {
        text-align: left;
    }
    
   .navbar-right {
    float: left !important;
    margin-right: -15px;
}

}

@media only screen  and (max-width: 767px) {
.h2, h2 {
    font-size: 18px;
    padding-bottom: 3px;
    margin-top: 15px;
    margin-bottom:3px;
}

.carousel-caption {
    top: 15%;
}

.carousel-caption .inner-caption {
    width: 200px;
}

.navbar {
    min-height: 60px;
}

.navbar-brand img{
    height: 60px;
}

.navbar-brand {
    height: 50px;
    padding:0px 15px;
}



header#slider {
    height: 350px;
    width: 100%;
}
.news {
padding-bottom:25px;
}

}