/*=============================================
=            Gate Header Teaser            =
=============================================*/

.gate-header .link-card__headline {
    font-size: 24px;
}



@media (min-width: 992px ){
    .gate-header__teaser .link-card {
        width: 95%;
        max-width: 95%;
        bottom: 2%;
    }
}

@media (min-width: 1199px ){
    .gate-header__teaser .link-card {
        min-height: 200px;
    }
}




@media (min-width: 992px ) and (max-width:1199px) {
    .gate-header .gate-header__teaser {
        min-height: 300px;
    }
}
/*=====  End of Section comment block  ======*/


/*=============================================
=                    Cookie Banner            =
=============================================*/

.cc-revoke, .cc-window {
    font-size: 13px !important;
    line-height: 22px !important;
    font-family: "Myriad Pro Light", Arial, Helvetica, sans-serif;
    font-weight: lighter;
}

.cc-message {
    max-width: 800px !important;
    margin-left: auto;
}

.cc-compliance {
    margin-right: auto;
}
/*=====  End of SCookie Banner          ======*/
