.formSelect {
    width: 100%;
    padding: 0.875rem;
    border-radius: 4px;
    line-height: 21px;
    font-size: 14px;
}

.gev-wg_highlights__title {
    color: #0f5582;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
}

.gev-wg_highlights__description {
    margin-top: 10px;
}
@media (max-width: 480px) {
    .gev-wg_highlights__description {
        margin-top: -10px !important;
    }
}

.u-text-highlight{
    font-weight: 600 !important;
}
@media (max-width: 767px){
    .c-header__nav-lvl-2 {
        height: 0;
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .artikel {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .c-header__nav-lvl-2 {
        height: 0;
        overflow: initial;
    }
}
@media (min-width: 1024px) {
    .artikel {
        padding-left: 90px !important;
        padding-right: 90px !important;
    }
}

.inherited {
    font-size:inherit;
    font-weight:inherit;
    text-decoration:inherit;
    color:inherit;
}

#cookieaccept {
    outline: 1px solid #7b92a9;
    border-top: 1px solid #fff;
    background: #d6e0eb;
    background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9));
    background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
    background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 );
    position: fixed;
    bottom: 0px;
    z-index: 10000;
    min-width: 100%;
    min-height: 45px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

#cookieacceptButton{
    display: inline-block;
    margin-left: 10px;
}

.bg-grey {
    background-color: #ededed !important;
}

.yt-container {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    max-width: 100%;
}

.yt-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* fix for smaller hearo teasers introduced in 08/2019 */
.c-hero-teaser__img {
 height:auto !important;
}

