.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;
}

/* CSS fuer Geschichte der GEV */
.c-collapse.geschichte {
    margin: 0 11px !important;
}

.c-collapse__header.geschichte {
    width: 100% !important;
    margin: 0 !important;
    padding: 15px !important;
    background-color: #EC654E;
    color: #FFFFFF;
}

.geschichte-fa {
    background-color: #E7EEF2;
    padding: 15px;
}

.geschichte-strahl {
    margin-left: 16px;
    margin-top: 16px;
    border-left: 2px solid #707070;
}

.geschichte-punkt_dunkel {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #EC654E;
    border-radius: 45px;
    border: 1px solid #EC654E;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: -8px
}

.geschichte-punkt-hell {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #F9D0CA;
    border-radius: 45px;
    border: 1px solid #EC654E;
    margin-top: 4px;
    margin-right: 8px;
    margin-left: -8px
}

.geschichte-img_container {
    display: none;
}

.geschichte-img_container img {
    text-align: center;
}

.geschichte-ml16 {
    margin-left: 20px;
}

.geschichte-clearfix::before,
.geschichte-clearfix::after {
    content: " ";
    display: table;
    margin-bottom: 10px;
}

.geschichte-clearfix::after {
    clear: both;
}

.geschichte-clearfix {
    *zoom: 1; /* Für den IE6 und IE7 */
}

@media (min-width: 768px) {
    .geschichte-img_container {
        display: block;
        float: right;
        width: 13%;
        margin-top: 10px;
    }

    .geschichte-ml16 {
        float: left;
        width: 80%;
    }

    .geschichte-datum {
        float: left;
        width: 80%;
    }
}

@media (min-width: 0px) and (max-width: 1023px) {
    .c-hero-teaser__img {
        display: none;
    }

    .c-hero-teaser__container {
        position: static;
        width: 100%;
        max-height: 10.125rem;
        background-color: #599F7C;
        padding: 0 12px;

    }

    .c-hero-teaser__title {
        display: block;
        text-align: center;
        padding: 4px 0;
        background-color: #599F7C;
        line-height: 3.0rem;
        box-shadow: 12px 0 0 #599F7C, -12px 0 0 #599F7C;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }
}

.c-sticky {
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .c-sticky__sidebar {
        order: -1;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .c-sticky__sidebar {
        position: sticky;
        top: 0.6rem;
    }
}

@media (min-width: 1024px), print {
    .c-sticky {
        flex-direction: row-reverse;
        flex-shrink: 0;
        margin: 0 -15px
    }

    .c-sticky__element {
        position: sticky;
        top: 0;
        margin: 0;
        padding: 15px;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
    }

    .c-sticky__element-info {
        display: block;
        margin-bottom: .625rem
    }

    .c-sticky__element-price {
        display: inherit
    }

    .c-sticky__element-button {
        width: 100%;
        max-width: none;
        margin-top: .625rem
    }
}

@media (max-width: 480px) {
    .c-hero-teaser__title {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .mobil-hidden {
        display: none !important;
    }
}

.desktop-siegelabstand-rechts {
    padding-right: 30px !important;
}

@media (max-width: 430px) {
    .desktop-siegelabstand-rechts {
        padding-right: 0 !important;
    }


}


/* ------------------------------ */
/* ------- FARBDESIGN 2021 ------ */
/* ------------------------------ */


body {
    background-color: #e7eef2 !important;
}

.c-header__meta-nav {
    background-color: #e7eef2 !important;
}

.c-form-control__input {
    border-color: #87aac0 !important;
    box-shadow: 0 0 0 1px #87aac0;
    border-radius: 0px !important;
}

.c-form-control-checkbox__label:before {
    border-radius: 0px !important;
}

.c-list--leaf {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-list--leaf .c-list__item:before {
    width: 1.25em;
    height: 1.25em;
    top: 0.75em;
    left: -2.31em;
    background-image: url(../pattern-library-5.1.4/images/check-mark-leaf.svg);
    background-size: auto 1.25em;
}

.c-header__meta-nav-skip-to-main-content {
    position: absolute;
    top: 7px;
    left: -9999px;
    z-index: 999;
    margin: 0 0 0 30px;
    padding: 0;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: normal;
    text-decoration: none;
    opacity: 0;
}

@media (min-width: 480px) {
    .c-header__meta-nav-skip-to-main-content:focus {
        left: 10px;
        opacity: 1;
    }
}

@media (min-width: 1200px), print {
    .c-header__meta-nav-skip-to-main-content {
        margin-left: calc((100vw - 1140px) / 2)
    }
}

/* Barrierefreiheit Header-Menü */
header a[data-keydown-focus], header button[data-keydown-focus], .c-header__meta-nav-skip-to-main-content {
    color: #0f5582 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

.servicecenter-link {
    display: inline-block;
    width: 100%;
    padding: .9375rem;
    text-decoration: none;
}

.servicecenter-link[data-keydown-focus] {
    outline: 3px solid #0f5582;
    outline-offset: 1px;
    color: unset;
}

@media (max-width: 767px) {
    .servicecenter-gridpadding {
        padding-left: 10px;
        padding-right: 30px;
    }
}

@media (min-width: 480px) {
    .c-header__meta-nav-skip-to-main-content:focus {
        left: 10px;
        opacity: 1;
    }
}
