/* Menüpunkte nach unten verschieben bei serif Design */
.headerimg-on .front-section:first-of-type {
    padding-top: 60px;
}
@media screen and (min-width: 48.000em) {
    .headerimg-on .front-section:first-of-type {
        padding-top: 120px;
    }
}



/* Titel auf Seite ausblenden */
.site-title {
    display: none !important;
}


/* Macht aus weißem Logo schwarzes Logo */
.blog #site-branding .custom-logo-wrap a.custom-logo-link img {
    filter: invert(100%);
}



/* Font ändern
body {
font-family: 'Karla', Arial, sans-serif;
} 
 */


/* Play Button bei serif theme */
.format-video .entry-thumbnail a:before {
    display: block !important;
    z-index: 11;
}
