.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;
}


/* ==========================================================================
   HEADER / TITELBILD (Radikal minimalistisch auf einem Element)
   ========================================================================== */
.header {
    width: 100%;
    clear: both;
    
    /* Sorgt dafür, dass das Hintergrundbild sauber skaliert und zentriert wird */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;            /* Füllt den gesamten Raum meisterhaft aus */
    
    /* ======================================================== */
    /* HIER ÄNDERN SIE DIE HÖHE DES TITELBILDES:                */
    /* ======================================================== */
    min-height: 750px;                 /* Ihr präziser Wunschwert */
}

/* ==========================================================================
   HEADER INNER CONTENT (Die neue, saubere Hülle)
   ========================================================================== */
.header .header-content {
    max-width: 1200px;              /* Hält die Flucht mit der Navigation */
    margin: 0 auto;                 /* Zentriert den Textbereich auf dem Bildschirm */
    padding: 80px 25px;             /* Großzügiger, präziser Innenabstand (oben/unten & seite) */
    
    display: flex;
    flex-direction: column;
    justify-content: center;        /* Zentriert den Inhalt perfekt vertikal */
    
    min-height: 65vh;               /* Gibt dem Inhalt spürbar Luft zum Atmen auf dem Titelbild */
    box-sizing: border-box;
    color: #ffffff !important;      /* SCHUTZWALL: Absolut unzerstörbares Weiß für alle Texte im Header */
}

/* ==========================================================================
   HEADER ARGUMENT (Hauchdünn, elegant und minimalistisch)
   ========================================================================== */
.header .argument {
    display: inline-block;          /* Verhindert, dass das Argument die volle Breite einnimmt */
    font-family: 'Roboto', sans-serif !important;
    font-size: 13px;
    font-weight: 100 !important;    /* Hauchdünner, eleganter Roboto-Schnitt (Thin) */
    text-transform: uppercase;      /* Verwandelt den Text in edle Großbuchstaben */
    letter-spacing: 1.5px;          /* Gibt den Großbuchstaben eleganten Raum */
    
    color: #ffffff !important;      /* SCHUTZWALL: Zwingt das Argument zu reinem Weiß */
    background-color: rgba(0, 0, 0, 0.0) !important; /* Komplett transparent ohne störenden Kasten */
    
    padding: 6px 14px 6px 12px;     /* Links auf 0 gesetzt, damit der Text direkt an der Kante anliegt */
    margin-bottom: 20px;            /* Exakter Abstand nach oben zur H1 Überschrift */
    border-left: 3px solid #0d6efd; /* Ein feiner, vertikaler grüner Akzentbalken auf der linken Seite */
}

/* ==========================================================================
   HEADER H1 (Die mächtige Überschrift - direkt über das Element gesteuert)
   ========================================================================== */
.header h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 40px;                /* Großzügige, repräsentative Desktop-Größe */
    line-height: 1.2;               /* Knackiger Zeilenabstand für mehr Wucht */
    font-weight: 100 !important;    /* Die erste Zeile wirkt elegant und leicht */
    color: #ffffff !important;      /* SCHUTZWALL: Verhindert das Schwärzen durch den Inhalt */
    margin: 0 0 30px 0;             /* Sauberer Abstand nach unten */
    max-width: 900px;               /* Verhindert das unschöne Langziehen des Textes */
}

/* Die "Goldene Regel" der Fettung im schwarzen Header */
.header h1 strong,
.header strong {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;    /* Wuchtiger, prägnanter Schnitt */
    color: #ffffff !important;      /* Zwingt die Essenz im Dunkeln zu strahlendem Weiß */
}

/* Responsive Anpassung: Damit die Riesenschrift das Handy nicht sprengt */
@media (max-width: 768px) {
    .header h1 {
        font-size: 32px;            /* Perfekt lesbare Größe auf dem Smartphone */
    }
}

/* ==========================================================================
   HEADER H2
   ========================================================================== */
.header h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 30px;                /* Großzügige, repräsentative Desktop-Größe */
    line-height: 1.2;               /* Knackiger Zeilenabstand für mehr Wucht */
    font-weight: 100 !important;    /* Die erste Zeile wirkt elegant und leicht */
    color: #ffffff !important;      /* SCHUTZWALL: Verhindert das Schwärzen durch den Inhalt */
    margin: 0 0 30px 0;             /* Sauberer Abstand nach unten */
    max-width: 900px;               /* Verhindert das unschöne Langziehen des Textes */
}

/* Die "Goldene Regel" der Fettung im schwarzen Header */
.header h2 strong,
.header strong {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;    /* Wuchtiger, prägnanter Schnitt */
    color: #ffffff !important;      /* Zwingt die Essenz im Dunkeln zu strahlendem Weiß */
}

/* Responsive Anpassung: Damit die Riesenschrift das Handy nicht sprengt */
@media (max-width: 768px) {
    .header h2 {
        font-size: 26px;            /* Perfekt lesbare Größe auf dem Smartphone */
    }
}


/* ==========================================================================
   HEADER DATETIME (Natürlicher Textfluss - REPARIERT FÜR FLIESS-TEXT)
   ========================================================================== */
.header .datetime {
    display: block !important;                 
    font-family: 'Roboto', sans-serif !important; 
    font-size: 14px !important;
    font-weight: 300 !important;               
    color: rgba(255, 255, 255, 0.9) !important; 
    margin: 0 0 35px 0 !important;             
    line-height: 1.6 !important;               
}

/* REPARATUR: Falls im HTML ein p-Tag innerhalb von .datetime liegt, zwingen wir es in die Zeile */
.header .datetime p,
.header .datetime span {
    display: inline !important;     /* Verhält sich nahtlos wie ein normales Wort */
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Das Editions-Badge fügt sich jetzt perfekt in den Textfluss ein */
.header .datetime .edition-badge {
    display: inline-block !important; /* Verhält sich wie ein Wort im Text */
    background-color: #0d6efd;      /* Das frische Bootstrap-Blau */
    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;             /* Erzeugt den exakten Abstand zum nachfolgenden Datum */
    vertical-align: middle;         /* Richtet das Badge sauber an der Schrifthöhe aus */
}

/* Das Datum */
.header .datetime time {
    font-family: 'Roboto', sans-serif !important;
    color: #ffffff !important;      
    font-weight: 500 !important;    
    display: inline !important;     /* Absolut im Fluss */
}

/* Ihr wichtiges Highlight am Satzende fließt jetzt absolut nahtlos an! */
.header .datetime strong {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;               
    color: #ffffff !important;                 
    display: inline !important;
}

/* ==========================================================================
   HEADER CAPTION (Der meisterhafte Abschlusstext mit blauer Kante)
   ========================================================================== */
.header .caption,
.header p.caption,
.header .caption p {
    font-family: 'Roboto', sans-serif !important; /* Vernichtet die PT Serif im Kasten */
    font-size: 15px !important;                /* Minimal größer als die Zeitleiste */
    font-weight: 300 !important;    /* Zwingt das Schriftgewicht eisern zurück */
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.95) !important; /* Absolut immun gegen Inhalt-Schwarz */
    
    max-width: 850px;               /* Begrenzt die Textbreite */
    margin: 25px 0 0 0 !important;  /* Präziser Abstand nach oben zur Zeitleiste */
    
    /* Mauert den transparenten Hintergrundschutz unzerstörbar ein */
    background-color: rgba(0, 0, 0, 0.4) !important;
    
    /* Die markante Artopica-Kante im frischen Bootstrap-Blau */
    border-left: 4px solid #0d6efd !important; 
    
    /* Ihre präzisen, harmonischen Innenabstände */
    padding: 10px 25px 10px 25px !important;   /* Oben | Rechts | Unten | Links */
    box-sizing: border-box !important;
}

/* Das strategische GEO-Highlight innerhalb der Caption */
.header .caption strong,
.header p.caption strong,
.header .caption p strong {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;    /* Knackiges Bold nach der Goldenen SEO-Regel */
    color: #ffffff !important;      /* Volle Strahlkraft in reinem Weiß */
}

blockquote {
    margin: 30px 0;
    padding: 20px 25px;
    background-color: #f9f9f9; /* Dezenter, heller Hintergrund */
    border-left: 5px solid #0d6efd; /* Edler Gold-/Handwerker-Ton als Akzentlinie */
    font-style: italic;
    color: #444;
}
blockquote p {
    margin: 0;
    line-height: 1.6;
}