#metanav{
    place-items: center;
}
#zertifikat{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.navbar{
    padding: 0;
    min-height: 50px;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #E7E7E7;
}
a {
    color: #01826c;
    text-decoration: none;
}
a:hover, a:focus {
    color: #00362d;
}
.dropdown-toggle::after{
    display: none;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover{
    border-color: #00362d;
}
.active>.page-link, .page-link.active{
    background-color: #01826c;
    border-color: #01826c;
}
.page-link{
    color: #01826c;
}
.show {
    display: block!important;
}
.container-team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    @media (max-width: 767px){
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    @media (max-width: 576px){
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
    }
}
.frame-type-configamk_teamelemen {
    min-height: 250px;
}
.team-item{
    width: auto;
}
.navbar-expand-lg{
    width: 100%;
}
.navbar-toggler{
    width: 15%;
}
.suche-wrapper{
    width: 50%;
}
header #mainnav .navbar #searchform2{
    margin-top: 3px;
}
@media screen and (max-width: 991px){
    nav{
        .container{
            padding: 0;
            .navbar-expand-lg{
                .container-fluid{
                    padding: 0;
                    .row{
                        margin-top: 0.5rem;
                        margin-bottom: 0.5rem;
                    }
                }
            }
        }
    }
    .navbar-collapse{
        margin-top: 10px;
    }
    header .nav.navbar-nav.nav-justified{
        padding-right: 18px;
        border-top: 1px solid;
        padding-top: 10px;
    }
}
.bubble{
    position: relative;
}
#content h2.green {
    color: #01826c;
    text-transform: none;
}
.btn-primary{
    color: #fff;
    background-color: #01826c;
    border-color: #016957;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #014f42;
    border-color: #002c25;
}
.btn-primary:active{
    color: #fff;
    background-color: #002c25!important;
    border-color: #000!important;
}
.form-navigation .btn{
    margin-top: 1rem;
}
.form-control:focus {
    border-color: #01826c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(1, 130, 108, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(1, 130, 108, .6);
}
#content div.deponie a .title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: space-around;
}
@media screen and (min-width: 768px){
    .ce-row{
        display: flex;
    }
}
video {
    max-width: 100%;
    border: 1px solid #000;
}
#content figcaption {
    padding: 5px;
    font-size: 14px;
    color: #000;
    background-color: #eee;
}
