/* SEO-optimierte Heading-Styles */
.page-h1 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1.5rem 0 1rem 0;
    line-height: 1.2;
    color: #1a1a1a;
}

.menu-h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.2rem 0 0.8rem 0;
    line-height: 1.3;
    color: #2a2a2a;
}

/* Fallback für bestehende Styles */
h1, h2, h3, h4, h5, h6 {
    margin: 1rem 0 0.5rem 0;
    line-height: 1.4;
}

/* Screen-Reader-Only: Visuell versteckt, aber für Screenreader zugänglich */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}