
#body .navbar-brand{
    color: #A6831E !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1.5rem;
    font-size: 20px;
}
h1{
    font-size: 26px;
}

ul{

    margin-left: 0;
    padding-left: 0px;
    font-weight: 500;
}
li{
    margin-left: 20px;
    font-weight: normal;
}

.sidenav{
    background-color: #273366 !important;
}
.sidenav ul{
    padding: 0;
}
.sidenav li{
    list-style: none;
}
.sidenav a{
    color: white !important;
    margin-left: 1em;
}
.sidenav a:hover{
    background-color: #5774E6 !important;
    color: #A6831E;
}

nav.bg-light{
    background-color:#222d5a !important;
}

.page{
    min-height: 100vh;
    padding-left: 30px;
}


footer{
    background-color:#717BA6 !important;
    padding-top: 1em;
    color: white;
}
footer a{
    color: white;
}

nav.bg-light a{
    color: white !important;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler-icon {
    color:white !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
} 

.unfinsihed{
    color:red;
}

.table_oeffnungszeiten{

}

.table_oeffnungszeiten td, th{
    border-left: 1px solid #dcdcdc;
    padding: 8px;
    vertical-align: top;
    font-size: 0.8em;
}
.table_oeffnungszeiten td:first-child, .table_oeffnungszeiten th:first-child{
    border-left: 0;
    padding-left: 0;
}

lo.small{
    font-size: 80em;
}


footer, footer a{
    text-align: center;
}



.text-klein {
    font-size: 11px;
    line-height: 14px;
}

footer{
    color: white;
}
footer img{
    height:50px;
    background-color: white;
}

.gallery{
    display: flex;
    flex-wrap: wrap;
}
.gallery img, .gallery figure{
    width: 90vw;
    margin: 1em;
}
.gallery figure img{
    margin: 0;
}

.publicTransport .bus, .publicTransport .s{
    border-radius: 4px;
    padding: 3px;
    color: white;
}

.publicTransport b{
    font-weight: 500;
}
.publicTransport .bus{
    background-color: #f20000;
}

.publicTransport .s{
    background-color: #4c9046;
    
}

.nolist{
    list-style-type: none;
    margin-left: 0;
}
.nolist li{
    list-style-type: none;
}

.teamlist p{
    font-weight: 500;
}
.teamlist p span{
    font-weight: normal;
}

img.big{
    width: 80%;
}

footer img{
    margin: 0.2em;
}

@media (min-width: 576px) {
    .text-klein {
        font-size: 1rem;
        line-height: 1.1rem;
    }
    .table_oeffnungszeiten td{
        font-size: 0.8em;
    }
}
@media (min-width: 768px) {
    #navbarSupportedContent, .navbar-toggler[data-target='#navbarSupportedContent']{
        display: none !important;
    } 
    .gallery img, .gallery figure{
        max-width: 30vw;
    }

        
    img.big{
        width: 40%;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    img.big{
        width: 30%;
    }
}

.stellensuche{
    padding: 6px;
    color: white;
    background-color: #007bff;
}  
.stellensuche a{
    color: white;
}  
.stellensuche a{
    text-decoration: underline;
}  
.stellensuche b{
    font-weight: bold;
}  