/* ==========================================================================
   artopica.css – Meisterhafte Typografie, Header-Architektur & Layout-Standards
   Vollständig bereinigte & optimierte Fassung (2026)
   ========================================================================== */

/* ==========================================================================
   1. GLOBALE BASICS & TYPOGRAFIE
   ========================================================================== */
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: 'PT Serif', serif !important;
    line-height: 1.6;
}

/* Fließtext innerhalb regulärer Sektionen */
section p {
    font-family: 'PT Serif', serif !important;
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    color: #000000 !important;
    margin-bottom: 1.2rem !important;
}

section p strong {
    font-weight: 700 !important;
}

/* Sektions-Überschriften */
h2 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 200 !important;
    font-size: 3.25rem;
}

h3 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.75rem;
}

/* Edles Zitat-Element */
blockquote {
    margin: 30px 0;
    padding: 20px 25px;
    background-color: #f9f9f9;
    border-left: 5px solid #0d6efd;
    font-style: italic;
    color: #444444;
}

blockquote p {
    margin: 0;
    line-height: 1.6;
}


/* ==========================================================================
   2. HEADER / HERO-SECTION & HINTERGRUND-LAYER
   ========================================================================== */
header,
.header {
    width: 100%;
    clear: both;
    min-height: 750px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Bild-Layer ganz unten */
.bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Abdunkelndes Overlay für unzerstörbare Lesbarkeit */
.overlay-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* Header Content-Container */
.header .header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 65vh;
    box-sizing: border-box;
    color: #ffffff !important;
    position: relative;
    z-index: 5;
}


/* ==========================================================================
   3. HEADER TYPOGRAFIE (Argument, H1, H2, Datum, Caption)
   ========================================================================== */

/* Hauchdünnes, elegantes Argument über der Überschrift */
.header .argument {
    display: inline-block;
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    font-weight: 100 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 6px 14px 6px 12px;
    margin-bottom: 20px;
    border-left: 3px solid #0d6efd;
    position: relative;
    z-index: 5;
}

/* Hauptüberschrift H1 */
h1,
.header h1,
.display-4 {
    font-family: 'Roboto', 'Lato', sans-serif !important;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 100 !important;
    color: #ffffff !important;
    margin: 0 0 30px 0;
    max-width: 900px;
    position: relative;
    z-index: 5;
}

h1 strong,
.header h1 strong,
.header strong {
    font-weight: 700 !important;
    color: #ffffff !important;
}

/* H2 im Header-Kontext */
.header h2 {
    font-family: 'Roboto', 'Lato', sans-serif !important;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 100 !important;
    color: #ffffff !important;
    margin: 0 0 30px 0;
    max-width: 900px;
    position: relative;
    z-index: 5;
}

.header h2 strong {
    font-weight: 700 !important;
    color: #ffffff !important;
}

/* Datums- und Metadaten-Zeile */
.datetime,
.header .datetime {
    display: block !important;
    font-family: 'Roboto', 'Lato', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    letter-spacing: 0.05em !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 0 35px 0 !important;
    line-height: 1.6 !important;
    position: relative !important;
    z-index: 10 !important;
}

.datetime p,
.datetime span,
.header .datetime p,
.header .datetime span {
    display: inline !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.datetime strong,
.header .datetime strong {
    font-weight: 700 !important;
    color: #ffffff !important;
    display: inline !important;
}

.datetime time,
.header .datetime time {
    color: #ffffff !important;
    font-weight: 500 !important;
    display: inline !important;
}

/* Editions-Badge */
.header .datetime .edition-badge {
    display: inline-block !important;
    background-color: #0d6efd;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 2px;
    margin-right: 12px;
    vertical-align: middle;
}

/* Teaser-Satz / Caption im Header */
.header-caption {
    font-family: 'Roboto', 'Lato', sans-serif !important;
    font-weight: 100 !important;
    color: #ffffff !important;
    font-size: 1.25rem !important;
    margin-top: 2rem !important;
    line-height: 1.3 !important;
    position: relative !important;
    z-index: 10 !important;
    max-width: 850px;
}

.header-caption strong {
    font-weight: 700 !important;
}

.header .caption {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.95) !important;
    max-width: 850px;
    margin: 25px 0 0 0 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-left: 4px solid #0d6efd !important;
    padding: 10px 25px !important;
    box-sizing: border-box !important;
    position: relative;
    z-index: 10;
}

.header .caption strong {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}


/* ==========================================================================
   4. TRENNER / PARALLAX-BANNER
   ========================================================================== */
.trenner {
    display: flex;
    align-items: center;
    min-height: 35vh;
    position: relative;
    overflow: hidden;
}

.trenner .container {
    position: relative;
    z-index: 10 !important;
}

.trenner h2 {
    font-family: 'Lato', sans-serif !important;
    font-weight: 200 !important;
    color: #ffffff !important;
    letter-spacing: 0.00em !important;
    line-height: 1.2 !important;
    margin: 0;
}

.trenner h2 strong {
    font-weight: 700 !important;
}


/* ==========================================================================
   5. FOOTER & SPEZIAL-AKZENTE
   ========================================================================== */
.footer-links {
    border-left: 3px solid #ff6600 !important;
    padding-left: 15px !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.footer-rechts {
    border-right: 3px solid #22f108 !important;
    padding-right: 15px !important;
    padding-left: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}


/* ==========================================================================
   6. RESPONSIVE ANPASSUNGEN
   ========================================================================== */
@media (max-width: 768px) {
    .header h1,
    h1 {
        font-size: 32px !important;
    }

    .header h2 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 2.25rem !important;
    }

    section p {
        font-size: 1.1rem !important;
    }
}