/* Roland Ficht Nov 2016 */
    body  {
      background-color: #0393c7;
/*      background-image: url("../img/design/bg-site.png");
      background-repeat: repeat-x; */
    }
    .navbar-inverse .navbar-nav > li > a {
    color: #e5e5e5;
    }
      
    .h3, h3 {
    color: #dbdbdb;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    } 
    
      a {
      color: #b70000; 
      }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #fbffc8;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #848484;
      padding: 25px;
    }

    .carousel-inner img {
      width: 100%; /* Set width to 100% */
      min-height: 138px;
      border-color: green;
    border: 4px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(168, 38, 38, 0.05) inset;
    }

    /* Hide the carousel text when the screen is less than 600 pixels wide */
    @media (max-width: 600px) {
      .carousel-caption {
        display: none; 
      }
    }
    @media screen and (max-width: 991px){
            .screen-gross{
            visibility: collapse;
            display: none;
           }
} 
    @media screen and (min-width: 992px){
            .screen-mittel{
            visibility: collapse;
            display: none;    
           }
}
    @media screen and (max-width: 434px){
            .content-screen-gross{
            visibility: collapse;
            display: none;
           }
}

    @media screen and (min-width: 435px){
            .content-screen-klein{
            visibility: collapse;
            display: none;    
           }
}
hr {
    border: none;
    color: #FFFFFF;
    background-color: #FFFFFF;
    height: 1px;
}