/*
Theme Name:   Zeitkapsel Child
Theme URI:    https://video-zeitkapsel.de
Description:  Child Theme für video-zeitkapsel.de
Author:       Neukla
Template:     astra
Version:      1.0.0
Text Domain:  zeitkapsel-child
*/

/* ── HEADER LOGO ── */
.ast-site-title-wrap .site-title,
.ast-site-title-wrap .site-description {
    display: none !important;
}

.ast-site-identity .ast-site-title-wrap::before {
    content: '';
    display: block;
    width: 160px;
    height: 54px;
    background-image: url('https://video-zeitkapsel.de/wp-content/themes/zeitkapsel-child/photos/logo-zeitkapsel.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
