/** hier werden Styleanweisungen durch das ZBFS hinterlegt, 
    ohne die ggf. mininizierte projektspezifische css-Datei anfassen  zu müssen
**/

/** Styles für Button "Jetzt aktivieren" (im Overlay für Youtube Videos) **/
body.mobile-modal-open .module-youtube .activation-required > .overlay .btn.youtube_aktivieren {
    background-color: #2e609a !important;
    color: #fff !important;
    border-color: #2e609a !important
}
body.mobile-modal-open .module-youtube .activation-required > .overlay .btn.youtube_aktivieren:focus
, body.mobile-modal-open .module-youtube .activation-required > .overlay .btn.youtube_aktivieren:hover {
    background-color: #3774b9 !important;
    border-color: #3774b9 !important
}
.module-youtube .overlay .close-privacy-modal svg {
    margin-top: -5px;
}
.module-youtube .overlay ul li a:before {
    content: none;
}
.module-youtube .activation-required .overlay a.btn:hover {
    text-decoration: none;
}
.module-youtube .activation-required .overlay a.btn .label {
    text-decoration: none;
}
.theme-default .module-youtube .overlay ul li a:hover .label {
    text-decoration: none;
}
 .module-youtube .overlay .link-datenschutzhinweise {
    text-decoration: none;
}

@media (max-width: 767.98px) {
    /* .layout-homepage .col-left {
        margin-bottom: -15px;
    } */
    .layout-homepage .col-right {
        padding-bottom: 3rem;
    }
}