/* =========================================
   HEADLINE WIDGETS
   Änderungsprotokoll: 2026-07-17 | parent-agent | @skill-css-rules, @skill-change-provenance | Hero-H1 verkleinert (2xl/3xl)
   ========================================= */

.base-headline-h1,
.base-headline-h2,
.base-headline-h3,
.base-headline-hero-h1-title,
.base-headline-section-h2-title,
.base-headline-tile-h3-title,
.base-headline-cta-h2-title {
    font-family: var(--font-family-primary);
    color: var(--color-headline);
}

.base-headline-h1 {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin-bottom: 0.75rem;
    max-width: 100%;
}

.base-headline-h2 {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin-bottom: 0.65rem;
    max-width: 100%;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 0.35rem;
}

.base-headline-h3 {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin-bottom: 0.5rem;
    max-width: 100%;
}

.base-headline-h4 {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    margin-bottom: 0.35rem;
    color: var(--color-headline);
}

.base-headline-hero-h1 {
    margin-bottom: 0.75rem;
    max-width: 100%;
    border-bottom: 2px solid var(--color-primary);
    padding-bottom: 0.35rem;
}

.base-headline-hero-h1::after {
    content: none;
    display: none;
}

.base-headline-hero-h1-title {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 0;
    max-width: 100%;
    white-space: normal;
    color: var(--color-headline);
}

@media (min-width: 600px) {
    .base-headline-hero-h1-title {
        font-size: var(--font-size-3xl);
    }
}

.base-headline-section-h2 {
    margin-bottom: 0.75rem;
    max-width: 100%;
}

.base-headline-section-h2::after {
    content: none;
    display: none;
}

.base-headline-section-h2-title {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 0;
    max-width: 100%;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 0.25rem;
}

.base-headline-tile-h3 {
    margin-bottom: 0;
    max-width: 100%;
    min-width: 0;
    flex: 1;
}

.base-headline-tile-h3-title {
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 0;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.base-headline-cta-h2 {
    margin-bottom: 0.65rem;
    max-width: 100%;
    text-align: left;
}

.base-headline-cta-h2-title {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 0;
    max-width: 100%;
}
