/* Privacy Page */
/* VERBOTEN: Keine zentralen base- Klassen in dieser Datei überschreiben (Regel 011-ui-css-overrides.mdc). */
/* Base-Klassen (base-headline-hero-h1, base-headline-section-h2, base-section, base-content-*, base-layout-*, base-link-*, etc.) → ausschließlich in theme1/base/ definiert. */
/* Verwendete Widget-Klassen (nur Referenz): .base-layout-*, .base-section-header, .base-headline-hero-h1, .base-headline-section-h2, .base-section, .base-content-*, .base-link-standard → layout.css, widgets-headlines.css, widgets-sections.css, widgets-content.css, widgets-links.css */

/* Änderungsprotokoll: 2026-06-27 | parent-agent | @skill-css-rules, @skill-change-provenance | Privacy Page-Header und Hero-H1 Zeilenumbruch fuer lange Titel */
#privacy-page-header {
    margin-bottom: 1.75rem;
    max-width: 100%;
}

#privacy-page-header .base-content-text-large {
    margin-top: 0.75rem;
    margin-bottom: 0;
    max-width: 42rem;
}

#privacy-main-headline.base-headline-hero-h1-title {
    white-space: normal;
    text-wrap: balance;
}
