/** 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;
}
