

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

    .navbar {
        /*height: 198px;*/
        background-image: url("../img/bgmob_0_0.png");
        background-position: center top;
        background-repeat: no-repeat;
    }
    
    .navbar .navbar-collapse {
        background-color: white;
        border: 1px #ddd ridge;
    }
    
    .navbar .navbar-header {
        background-color: white;
    }
    
    .navbar .navbar-toggle {
        border-color: #ddd;
        float: left; 
        margin: 15px;
    }
    .navbar .navbar-toggle:hover,
    .navbar .navbar-toggle:focus {
        background-color: #ddd;
    }
    .navbar .navbar-toggle .icon-bar {
        background-color: #888;
    }
    #content-container {
        margin-top: -21px;
        background-image: none;
        background: white;
    }

    #footer-container {
        margin-top: -27px;
        background-image: none;
    }

    footer {
        height: 124px;
        padding-top: 30px;
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    ul.nav {
        padding-left: 0px;
        margin-left: -7px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 5px 2px;
        font-size: 102%;
    }

/*=====================
Styles nur für sx Geräte
======================*/

@media (max-width: 767px) {
    h2 {
        font-size: 26px;
    }

    h2 small {
        font-size: 60%;
    }

    footer {
        padding-left: 0px;
        padding-right: 0px;
    }

}


@media (min-width: 768px) {
    .navbar {
        height: 282px; background-image: url("../img/bg750_0_0.png");
        background-position: top; background-repeat: no-repeat;
    }
    .navbar .navbar-collapse {
        background-color: transparent;
        border: none;
        
    }
    .navbar .navbar-header {
        margin-top: 175px;
        background-color: transparent;
    }

    #content-container {
        margin-top: -21px;
        background-image: url("../img/bg750_1_0.png");
        background-repeat: repeat-y;
    }

    #footer-container {
        margin-top: -27px;
        background-image: url("../img/bg750_3_0.png");
        background-position: bottom;
        background-repeat: no-repeat;
    }

    ul.nav {
        padding-left: 44px;
        margin-left:  14px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 125%;
    }
}

@media (min-width: 992px) {
    .navbar {
        height: 282px; background-image: url("../img/bg970_0_0.png");
        background-position: top; background-repeat: no-repeat;
    }

    #content-container {
        margin-top: -21px;
        background-image: url("../img/bg970_1_0.png");
        background-repeat: repeat-y;
    }

    #footer-container {
        margin-top: -27px;
        background-image: url("../img/bg970_3_0.png");
        background-position: bottom;
        background-repeat: no-repeat;
    }
    ul.nav {
        padding-left: 44px;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 125%;
    }
}

@media (min-width: 1200px) {
    .navbar {
        height: 282px; background-image: url("../img/bg1170_0_0.png");
        background-position: top; background-repeat: no-repeat;
    }

    #content-container {
        margin-top: -21px;
        background-image: url("../img/bg1170_1_0.png");
        background-repeat: repeat-y;
    }

    #footer-container {
        margin-top: -27px;
        background-image: url("../img/bg1170_3_0.png");
        background-position: bottom;
        background-repeat: no-repeat;
    }
    ul.nav {
        padding-left: 44px;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        font-size: 125%;
    }
}
body {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #CBBB9F;
}

#footer-container a  {
    font-weight: normal;
    font-size: 100%;
}

.navbar a {
    font-weight: bold;
}

a {
    color: #000;
}

a:hover {
    color: #A6171E;
}
.nav > li > a:hover {
    /*background-color: #CBBB9F;*/
    background: none;
    outline: black dotted 1px;
    outline-offset: -4px;
    color: #000;
}

.nav > li > a:focus {
    color: #A6171E;
    background: none;
    outline: none;
    outline-offset: -4px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    background-color: #A6171E;
}
/* für Twitter iFrame auf news.html, id wechselt ständig */
iframe {
  width: 100% !important;
}

/* Anfahrt */
iframe#google-maps {
    width: 100% !important;
    height: 520px;
}

.opening-callout
{
    font-size: 100%;
    font-weight: bold;
    font-family: Courier;
    position: absolute;
    left: -20px;
    top: 10px;
    width : 200px;
    background: orangered;
    text-align: center;
    vertical-align: central;
    padding: 8px;
    -moz-box-shadow:    3px 3px 5px 0px #666;
    -webkit-box-shadow: 3px 3px 5px 0px #666;
    box-shadow:         3px 3px 5px 0px #666;
}

.rotate-30 {
     -moz-transform:rotate(-30deg); /* Firefox 3.6 Firefox 4 */
    -webkit-transform:rotate(-30deg); /* Safari */
    -o-transform:rotate(-30deg); /* Opera */
    -ms-transform:rotate(-30deg); /* IE9 */
    transform:rotate(-30deg); /* W3C */
}

@media (min-width: 768px) {
    .opening-callout {
        left: 0px;
        padding: 10px;
        font-size: 110%;
    }
}

@media (min-width: 992px) {
    .opening-callout {
        left: 50px;
        font-size: 120%;
    }
}

@media (min-width: 1200px) {
    .opening-callout {
        left: 15%;
    }
}
