/* ============================================================
   1. NAVBAR-SAFE (UNZERSTÖRBAR)
   ============================================================ */
.navbar .navbar-nav .nav-link strong,
.navbar .dropdown-item strong {
    font-weight: 400 !important;
    color: inherit !important;
    font-family: 'Lato', sans-serif !important;
}

.navbar .dropdown-menu {
    background-color: #1a1a1a !important;
    border: 1px solid #333333 !important;
    padding: 5px 0 !important;
    min-width: 300px !important;
    border-radius: 0 !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5) !important;
    min-width: 325px !important; /* Deutlich breiter für souveräne Partner-Links */
}

.navbar .dropdown-item {
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 4px 1.5rem !important;
    line-height: 1.4 !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    transition: all 0.3s ease-in-out !important;
    white-space: normal !important;
}

.navbar .dropdown-item:hover {
    background-color: #007bff !important;
    color: #ffffff !important;
    padding-left: 2rem !important;
}

.navbar .nav-link {
    color: rgba(255, 255, 255, 0.6) !important;
}

.navbar .nav-link.active, 
.navbar .nav-link:hover {
    color: #ffffff !important;
}

/* ============================================================
   2. HERO-BEREICH (ROBOTO-LICHTSYSTEM)
   ============================================================ */

/* Die lichte Ankündigung */
.argument {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.25em !important;
    color: #ffffff !important;
    font-size: 0.8rem !important;
    text-transform: none;
    display: block !important;
    opacity: 0.85;
    margin-bottom: 2rem !important;
    position: relative;
    padding-bottom: 10px;
}

.argument::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1)) !important;
}

/* H1 - Die monumentale Hairline */
h1 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 2.369rem !important; 
    font-weight: 100 !important; 
    line-height: 1.2 !important;
    color: #ffffff !important;
    margin-bottom: 0.5rem !important;
    letter-spacing: normal !important;
    -webkit-font-smoothing: antialiased;
}

h1 strong {
    font-weight: 400 !important;
    color: #ffffff !important;
}

/* Metadaten & Edition */
.datetime {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 100 !important;
    letter-spacing: 0.05em !important; 
    color: #ffffff !important;
    font-size: 0.95rem !important;
}

.datetime strong {
    font-weight: 500 !important;
}

.edition-badge {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.7rem !important;
    border-radius: 2px !important;
    background-color: #007bff !important;
    color: #ffffff !important;
    padding: 2px 8px !important;
    margin-right: 8px !important;
    display: inline-block;
    vertical-align: middle;
}

/* Teaser - Die Brandmauer */
.teaser {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.4) !important;
    border-left: 4px solid #007bff !important; 
    padding: 1.2rem 1.5rem !important;
    margin: 2rem 0 !important;
    -webkit-font-smoothing: antialiased;
}

.teaser strong {
    font-weight: 500 !important;
}

/* ============================================================
   H2 - DER STRAUBING-STANDARD (Roboto-Hairline)
   ============================================================ */
h2 {
    font-size: 3.5rem !important; 
    font-weight: 100 !important; /* Hier greift die lichte Roboto-Hairline */
    
    /* KORREKTUR: Roboto statt Lato */
    font-family: 'Roboto', sans-serif !important;
    
    line-height: 1.1 !important;
    color: #000000 !important;
    margin-bottom: 1.5rem !important;
    letter-spacing: -0.02rem !important;
    -webkit-font-smoothing: antialiased;
    text-transform: none !important;
}

h2 strong {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important; /* Noble Kraft der Roboto 400 */
    color: #000000 !important;
    letter-spacing: -0.05rem !important;
    display: inline-block; 
}

.botschaft {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-bottom: 10px !important;
    margin-bottom: 1.5rem !important; 
    font-family: 'Lato', sans-serif !important;
    font-weight: 300 !important;
    text-transform: none;
    letter-spacing: 0.2em;
    font-size: 0.85rem;
    color: #000000 !important;
}

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

.blaubox {
    background: rgba(0, 0, 0, 0.02) !important;
    border-left: 4px solid #007bff !important;
    padding: 1.5rem 2rem !important;
    margin-bottom: 2rem !important;
}

.blaubox p {
    font-family: "PT Serif", serif !important;
    font-size: 1.35rem !important;
    font-style: italic;
    color: #333333 !important;
}

/* Link-Gesetz */
section a, .blaubox a, .bericht a {
    color: #0056b3 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

section a:hover, .blaubox a:hover, .bericht a:hover {
    color: #003d80 !important;
    text-decoration: underline !important;
}

/* ============================================================
   4. BANNER-ELEMENTE (ROBOTO-LICHT)
   ============================================================ */

h2.banner {
    font-family: 'Roboto', sans-serif !important;
    font-size: 2.369rem !important; 
    font-weight: 100 !important; 
    color: #ffffff !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5) !important; 
}

h2.banner strong {
    font-weight: 500 !important;
    color: #ffffff !important;
}

.trailer {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.15rem !important;
    font-weight: 100 !important;
    background: rgba(0, 0, 0, 0.5) !important; 
    border-left: 4px solid #007bff !important;
    padding: 1.5rem 2rem !important;
    color: #ffffff !important;
}

.trailer strong {
    font-weight: 500 !important;
}

/* ============================================================
   KLAMMER - DIE EINFACHE LÖSUNG
   ============================================================ */
.klammer p {
    color: rgba(255, 255, 255, 0.7) !important; 
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.0rem !important;
    text-transform: none !important;
    letter-spacing: 0.15em !important;
    margin: 3rem 0 0 0 !important;
}




/* ============================================================
   BERICHT - LINKS OPTIMIERUNG
   ============================================================ */
.bericht p a {
    color: #0056b3 !important; /* Das kräftige Allianz-Blau */
    font-weight: 600 !important; /* Etwas kräftiger, damit sie im Kursivtext auffallen */
    font-style: normal !important; /* Optional: Hebt die Kursivschreibung auf für bessere Lesbarkeit */
    text-decoration: none !important;
}

.bericht p a:hover {
    color: #003d80 !important;
    text-decoration: underline !important;
}
