/* === MINIMALER CSS-CODE - nur die gewünschten Änderungen === */

/* a) Start-Button oben entfernen */
#topaccess li:first-child,
#topaccess .current_page_item,
#topaccess li.current_page_item,
#topaccess a[href*="Start"] {
    display: none !important;
}/* === Überschriften linksbündig mit dem Text abschließen === */

.entry-title,
h1.entry-title,
.single .entry-title,
.page-title,
.post-title,
.archive .entry-title {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}/* === Haupt-Überschrift im Header – groß + dünner === */

.site-title,
#site-title,
#branding h1,
#branding .site-title,
h1.site-title,
#branding h1 a {
    font-size: 3.8rem !important;
    line-height: 1.05 !important;
    font-weight: 400 !important;        /* dünner */
    letter-spacing: -1.2px !important;
    margin-bottom: 0.2em !important;
}

/* Zusätzliche Sicherheit */
#site-title a,
#branding h1 a {
    font-weight: 400 !important;
}
}

/* Noch mehr Gewicht */
#site-title a,
#branding h1 a {
    font-weight: 700 !important;
}
}

/* Noch höhere Spezifität */
#branding #site-title,
#site-title a {
    font-size: 3.8rem !important;
}
}

/* Auf kleineren Bildschirmen */
@media screen and (max-width: 768px) {
    .site-title,
    #branding h1.site-title {
        font-size: 2.7rem !important;
    }
}
}

/* Auf Smartphones etwas angepasst */
@media screen and (max-width: 768px) {
    .site-title,
    #branding h1 {
        font-size: 2.6rem !important;
    }
}
}

/* Auf kleineren Bildschirmen etwas kleiner */
@media screen and (max-width: 768px) {
    .site-title,
    #branding h1 {
        font-size: 2.2rem !important;
    }
}

/* Zusätzlich für Galerien und Unterseiten */
h1, h2 {
    text-align: left !important;
    margin-left: 0 !important;
}

/* c) Kommentar-Blasen hinter Überschriften entfernen */
.comments-link,
.entry-header .comments-link,
.entry-meta .comments-link,
.hentry .comments-link,
.blog .comments-link {
    display: none !important;

