:root {
    --bg-paper: #f9f7f2; 
    --midnight-navy: #0a1f33; 
    --electric-azure: #0a1f33; 
    --slate-mist: #64748b;
    --ink-black: #111111; 
    --accent: var(--electric-azure);
    --line-color: rgba(10, 31, 51, 0.12); 
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    
    --header-wave-colors: linear-gradient(-45deg, #f4f9ff, #e6f0fa, #f4f9ff, #e6f0fa);
    --record-bg: #f4f2ed;
}

span.small {
	font-size: 1rem;
}

/* ==========================================================================
   GLOBAL TYPOGRAPHY ENFORCEMENT
   ========================================================================== */

/* 1. Haupt-Fließtext (Paragraphs & Listen) */
#main [class*="page-"] p, 
#main [class*="page-"] li,
#main .article-body p,
#main .article-body li {
    font-family: var(--font-sans), sans-serif !important;
    font-size: 1.3rem !important; /* Deine neue Standardgröße */
    line-height: 1.65 !important;
    color: var(--ink-black) !important;
    margin-bottom: 25px;
}

/* 2. Lead-Texte (Einleitungssätze unter der H1) */
.lead-text {
    font-size: 1.85rem !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    margin-bottom: 40px;
}

/* 3. Responsive Skalierung für alle Seiten */
@media (max-width: 1200px) {
   #main [class*="page-"] p, 
  #main  [class*="page-"] li {
        font-size: 1.2rem !important;
    }
   #main .lead-text {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 768px) {
   #main [class*="page-"] p, 
  #main  [class*="page-"] li {
        font-size: 1.1rem !important;
    }
   #main .lead-text {
        font-size: 1.4rem !important;
    }
}

/* ==========================================================================
   GLOBAL H3 HARMONIZATION (Success, Location, About, Past Forums)
   ========================================================================= */

#main [class*="page-"] .article-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem !important; /* Global reduziert von 3.8rem */
    line-height: 1.1;
    color: var(--midnight-navy);
    margin-bottom: 8px !important; /* Enger Anschluss an den Text */
    letter-spacing: -0.02em;
}

/* Responsive H3 Skalierung */
#main @media (max-width: 768px) {
    [class*="page-"] .article-body h3 {
        font-size: 1.8rem !important;
    }
}

/* Playfair Display - v40 */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/playfair-display-v40-latin-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/playfair-display-v40-latin-900.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/playfair-display-v40-latin-700italic.woff2') format('woff2');
}

/* Roboto Mono - v31 */
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-mono-v31-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Roboto Mono';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-mono-v31-latin-700.woff2') format('woff2');
}



* { box-sizing: border-box; }

body {
    background-color: var(--bg-paper);
    color: var(--ink-black);
    font-family: var(--font-sans);
    margin: 0;
    overflow-x: hidden;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased; 
}

.dunkel {
    background: #0a1f33 !important;
    color: #f1f1f1;
}

/* TYPOGRAPHY */
h1, h2, h3, .serif-title {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    margin: 0;
    color: var(--midnight-navy); 
}

h1 {
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: -0.03em;
}

h2 { 
    letter-spacing: 1px; 
    font-size: 4rem; 
    line-height: 1; 
    color: #f1f1f1 !important;
}
@media (max-width: 768px) {
h2 {
  letter-spacing: 1px;
  font-size: 2rem;
  line-height: 1;
  color: #f1f1f1 !important;
}
}
.hell {
    color: #f1f1f1 !important;
}

.sans-text { font-size: 1rem; line-height: 1.6; opacity: 0.85; color: var(--ink-black); }
.mono-text { font-family: 'Roboto Mono', monospace; font-size: 0.85rem; letter-spacing: 0.5px; }

/* --- NAVIGATION BASIS SIDEBAR FIX --- */
/* --- SIDEBAR FUNDAMENT --- */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 22%;
    height: 100vh;
    background-color: #0a1f33 !important;
    padding: 60px 2.5% 40px 5%;
    display: flex;
    flex-direction: column;
    z-index: 1000;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.main-header::-webkit-scrollbar { display: none; }

/* LOGO FIX (ERZWINGT WEISS) */
.mini-logo { 
    width: 150px; 
    height: auto; 
    margin-bottom: 50px; 
    filter: brightness(0) invert(1) !important; /* Macht blaues/dunkles Logo weiß */
}

/* TYPOGRAFIE & KONTRAST */
.section-label {
    display: block;
    font-family: 'Roboto Mono', monospace;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.35) !important;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.nav-coord { 
    display: block;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.5) !important;
    margin-bottom: 6px;
    font-weight: 500;
}

.accent-label {
    color: #4da6ff !important;
    font-size: 0.85rem;
    letter-spacing: 2.5px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
    padding-top: 0px!important;
}

.nav-item-group:hover .accent-label { 
    color: #f1f1f1 !important; 
}
.nav-links .accent-label {
	padding-top: 30px!important;
	
}
.abstand {
	padding-top: 30px!important;
}

/* SUB-NAV */
.sub-nav-container {
    margin: 15px 0 30px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 15px;
}

.sub-nav-container a {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.sub-nav-container a:hover { 
    color: #ffffff !important; 
}

/* SECONDARY NAV */
.nav-links { list-style: none; padding: 0; margin: 0; }
.nav-section.secondary .nav-links li { margin-bottom: 18px; }

.simple-link {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.simple-link:hover { 
    color: #4da6ff !important; 
}
/* --- INHALTS-BEREICH --- */
section { 
    padding: 120px 5% 120px 25%;
    background-color: var(--bg-paper); 
}

.hero-editorial {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: flex-end;
    background-color: var(--bg-paper);
}

.hero-editorial.dunkel h1 { color: #f1f1f1; } /* Fallback für H1 in dunklen Sektionen */

.lead-text { font-size: 1.25rem; max-width: 420px; line-height: 1.5; font-weight: 500; }

.lead-image { 
    width: 100%; 
    filter: grayscale(1) contrast(1.1); 
    mix-blend-mode: multiply; 
}

.signature-block { margin-top: 25px; border-left: 1px solid var(--line-color); padding-left: 20px; }
.signature-block .initiator { font-weight: 700; color: var(--midnight-navy); margin-top: 5px; }
.blueprint-line.short { width: 40px; height: 1px; background: var(--accent); margin-top: 15px; }

/* NARRATIVE / LIQUID GLASS */
.narrative-grid.liquid-glass-section { 
    padding: 120px 5% 120px 25%;
    background: linear-gradient(-45deg, #0f2b46, #1d456e, #0f2b46, #1d456e); 
    background-size: 400% 400%;
    animation: waveFlow 20s ease infinite;
}

@keyframes waveFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.narrative-grid .serif-title, 
.narrative-grid .mono-text,
.narrative-grid .sans-text { color: #f9f7f2; } 

/* USP GRID */
/* Container für die gleichmäßige Verteilung */
.usp-blueprint {
    padding: 0px 5% 120px 25% !important; /* Sidebar-Abstand links */
    background-color: var(--bg-paper);
    border-bottom: 1px solid rgba(10, 31, 51, 0.05);
}

.usp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Drei exakt gleiche Spalten */
    gap: 0; 
    width: 100%;
}

.usp-card-minimal {
    /* Gleichmäßiges Atmen innerhalb der Kacheln */
    padding: 40px 60px; 
    border-left: 1px solid rgba(10, 31, 51, 0.08); /* Der Trennstrich */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all 0.4s ease;
}

/* Erster Bereich: Keinen Strich links, damit bündig mit Content */
.usp-card-minimal:first-child {
    border-left: none !important;
    padding-left: 0;
}

/* Letzter Bereich: Keinen Abschlussstrich rechts */
.usp-card-minimal:last-child {
    border-right: none !important;
}

/* Accent-Label Sichtbarkeit & Farbe */
.usp-card-minimal .accent-label {
    display: block !important;
    color: #0056b3 !important;
    margin-bottom: 25px;
    opacity: 1 !important;
}

.usp-card-minimal h3 {
    font-size: 2rem;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
}

.usp-card-minimal .sans-text {
    max-width: 100%; 
    margin-bottom: 30px;
    min-height: 80px; 
}

/* Responsive Korrektur für Mobile */
@media (max-width: 1200px) {
    .usp-blueprint {
        padding: 80px 8% !important;
    }
    
    .usp-grid {
        grid-template-columns: 1fr; 
    }
    
    .usp-card-minimal {
        padding: 40px 0 40px 30px;
        border-left: 1px solid rgba(10, 31, 51, 0.08);
        border-right: none !important;
    }

    .usp-card-minimal:first-child {
        padding-left: 30px;
        border-left: 1px solid rgba(10, 31, 51, 0.08) !important;
    }
}

/* --- PROGRAM SCHEDULE ARCHITECTURE --- */

/* --- PROGRAM SCHEDULE ARCHITECTURE (PRECISION & STYLE) --- */

.schedule-row {
    display: flex !important;
    width: 100%;
    border-top: 1px solid rgba(10, 31, 51, 0.08); 
    align-items: stretch !important;
}

.schedule-row .time-col {
    flex: 0 0 25% !important;
    padding: 25px 20px 25px 0 !important;
}

.schedule-row .detail-col {
    flex: 1 !important; 
    border-left: 1px solid rgba(10, 31, 51, 0.08) !important;
    padding: 25px 0 60px 40px !important;
}

@media (max-width: 768px) {
.schedule-row .detail-col {
    flex: 1 !important; 
    border-left: 1px solid rgba(10, 31, 51, 0.08) !important;
    padding: 25px 0 40px 40px !important;
}	
}


/* 1. RESET NUR FÜR DAS ERSTE ELEMENT (Bündigkeit) */
.schedule-row .time-col > *:first-child,
.schedule-row .detail-col > *:first-child {
    margin-top: 0 !important;
}

/* 2. DEFINIERTE ABSTÄNDE FÜR FOLGE-ELEMENTE (Die Optik) */
.schedule-row .detail-col > * + * {
    margin-top: 1.5rem !important;
}

/* 3. WIEDERHERSTELLUNG DER TYPOGRAFIE & FORM-ELEMENTE */
.detail-col h3 {
    font-family: inherit; /* Nutzt deine vordefinierte Schrift */
    font-weight: bold;
    line-height: 1.2;
}

.detail-col p {
    line-height: 1.5;
    margin-bottom: 0 !important; /* Abstand wird über margin-top des nächsten Elements gesteuert */
   padding-bottom: 20px;
   padding-top: 20px;
}

/* Speziell für Formular-Elemente innerhalb der Spalte */
.detail-col .radio-container, 
.detail-col .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px !important;
    cursor: pointer;
    line-height: 1.4;
}

.detail-col .blueprint-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid rgba(10, 31, 51, 0.15);
    background: transparent;
    font-family: inherit;
    margin-bottom: 10px !important;
}



/* Hover-Interaktion: Seitliche Bewegung */
.usp-card-minimal:hover {
    transform: translateX(5px);
}

/* --- RESPONSIVE FIX (MOBILE & TABLET) --- */
@media (max-width: 1200px) {
    .schedule-row {
        flex-direction: column !important;
        border-top: none !important; /* Linie oben nur auf dem Smartphone weg */
    }
    
    .schedule-row .time-col,
    .schedule-row .detail-col {
        flex: 0 0 100% !important;
        border-left: none !important;
        padding-left: 0 !important;
    }
}

/*PDF honour*/

.document-link {
    display: block;
    margin: 15px 0;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    color: #0056b3;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
}

.document-link:hover {
    color: #0a1f33;
}

/* Hover-Interaktion: Dezent & Teuer */
.usp-card-minimal:hover {
    transform: translateX(5px);
}

.usp-card-minimal:hover {
    border-left-color: var(--midnight-navy); /* Linie wird beim Fokus stärker */
}

/* ==========================================================================
   RECORD SECTION (OPTIMIERT)
   ========================================================================== */

.asymmetric-grid {
    background-color: var(--record-bg); 
    padding: 150px 5% 150px 25%;
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* Bild erhält etwas mehr Raumanteil */
    gap: 100px;
    align-items: stretch; /* WICHTIG: Streckt beide Spalten auf gleiche Höhe */
    border-top: 1px solid rgba(10, 31, 51, 0.05);
}

.stats-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Verteilt Zahlen gleichmäßig über die Bildhöhe */
    gap: 40px;
}

.stat-block {
    transition: transform 0.3s ease;
}

.stat-block:hover {
    transform: translateX(10px);
}

.big-num { 
    color: var(--midnight-navy);
    font-family: 'Playfair Display', serif; 
    font-size: clamp(3rem, 5vw, 4.5rem); 
    font-weight: 900;
    line-height: 1;
    display: block;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.stat-block .sans-text {
    max-width: 380px;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.7;
    margin: 0;
}

/* Rechte Spalte: Foto-Einheit angepasst an Spaltenhöhe */
.cornwall-cutout.prominent {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px; /* Breite wieder erhöht */
}

.cornwall-cutout img { 
    width: 100%; 
    height: 100%; /* Füllt die Höhe der stats-column aus */
    object-fit: cover; /* Verhindert Verzerrung trotz fester Höhe */
    filter: grayscale(1); 
    border: 1px solid var(--line-color);
    box-shadow: 20px 20px 0px var(--bg-paper); 
    margin-bottom: 20px;
    display: block;
    transition: filter 0.5s ease;
}

.cornwall-cutout:hover img {
    filter: grayscale(0.5) contrast(1.1);
}

.caption {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.5;
    text-align: right;
    margin-top: auto; /* Hält die Caption unten */
}

/* ==========================================================================
   OUTLOOK SECTION (SPLIT-DESIGN: DUNKEL OBERHALB / HELL UNTERHALB)
   ========================================================================== */

.outlook-section {
    padding: 160px 5% 0 25%; /* Unten 0, da die helle Fläche abschließt */
    background-color: #0a1f33 !important;
    position: relative;
    overflow: hidden;
}

.outlook-content .serif-title {
    color: #f1f1f1;
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    max-width: 900px;
    margin-top: 20px;
    margin-bottom: 80px; /* Platz zur hellen Fläche */
}

/* Die helle Fläche für die Listen */
.dual-list-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0; /* Wir trennen intern */
    background-color: var(--bg-paper); /* ZURÜCK AUF BASIS-HELL */
    margin-left: -5%; /* Zieht die Fläche leicht nach links für den Blueprint-Look */
    margin-right: -5.3%; /* Bis zum rechten Rand */
    border-top: 1px solid rgba(241, 241, 241, 0.1);
}

.outlook-column {
    display: flex;
    flex-direction: column;
    padding: 80px 60px; /* Viel Weißraum in der hellen Fläche */
}

/* Trennung der beiden hellen Flächen durch eine feine dunkle Linie */
.outlook-column:first-child {
    border-right: 1px solid rgba(10, 31, 51, 0.08);
}

.column-label {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--slate-mist); /* ZURÜCK AUF BASIS-GRAU */
    margin-bottom: 30px;
}

.location-string {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.2;
    color: var(--midnight-navy); /* ZURÜCK AUF BASIS-DUNKEL */
    font-weight: 900;
    font-style: italic;
}

/* Der Versatz (Offset) wird nun durch Padding gelöst, um die Flächen sauber zu halten */
.outlook-column.offset-up {
    background-color: #f4f2ed; /* Minimal dunkleres Beige für subtile Trennung */
}

/* Responsive Korrektur */
@media (max-width: 1200px) {
    .outlook-section { padding-left: 5%; }
    .dual-list-layout {
        grid-template-columns: 1fr;
        margin-left: -5.3%;
    }
    .outlook-column:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(10, 31, 51, 0.08);
    }
}

/* ==========================================================================
   ARCHITECTURAL FOOTER
   ========================================================================== */

.main-footer {
    background-color: #0a1f33 !important;
    padding: 120px 5% 60px 25%; /* Sidebar-Konformität */
    color: #f1f1f1;
    border-top: 1px solid rgba(241, 241, 241, 0.1);
}

/* Event Cards */
.footer-events {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 120px;
}

.event-card {
    border: 1px solid rgba(241, 241, 241, 0.15);
    padding: 40px;
    transition: all 0.4s ease;
}

.event-card:hover {
    border-color: #f1f1f1;
    background: rgba(255,255,255,0.02);
}

.event-card .serif-title {
    color: #f1f1f1 !important;
    font-size: 1.8rem;
    margin: 15px 0;
}

.event-card .sans-text {
    color: rgba(241, 241, 241, 0.7);
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.event-cta {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    color: #f1f1f1;
    text-decoration: none;
    letter-spacing: 2px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
    transition: opacity 0.3s;
}

.event-cta:hover { opacity: 0.6; }

/* ==========================================================================
   PARTNER GRID (LEFT-ALIGNED & ENLARGED)
   ========================================================================== */

.partner-blueprint {
    margin-bottom: 120px;
    padding-top: 60px;
    border-top: 1px solid rgba(241, 241, 241, 0.1);
}

.partner-grid {
    display: grid;
    /* 5 Spalten bleiben, aber wir richten den Inhalt links aus */
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.partner-slot {
    height: 100px; /* Erhöht von 60px für mehr Präsenz */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Linksbündig statt zentriert */
    opacity: 1; /* Leicht erhöht für bessere Sichtbarkeit */
    
    transition: all 0.4s ease;
}

.partner-slot:hover { 
    opacity: 0.9; 
    transform: translateX(5px); /* Kleiner technischer Move beim Hover */
}

.partner-slot img { 
    /* Maximale Ausnutzung deiner 400x200px Vorlagen */
    max-width: 180px; 
    max-height: 80px; 
    object-fit: contain; /* Schützt das Seitenverhältnis */
    object-position: left; /* Hält das Logo innerhalb des Containers links */
}

/* Anpassung für kleinere Bildschirme */
@media (max-width: 1400px) {
    .partner-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
}

@media (max-width: 1200px) {
    .partner-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .partner-slot {
        justify-content: center; /* Mobil wieder zentriert für bessere Balance */
    }
    .partner-slot img {
        object-position: center;
    }
}

/**/
	/* Nur wenn das Grid im Hauptinhalt steht, braucht es den Sidebar-Abstand */
main .partner-blueprint {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
    padding-left: 25% !important; /* Sidebar-Abstand nur hier */
    background-color: #0a1f33 !important;
    border-top: 1px solid rgba(10, 31, 51, 0.05);
}

/* Das Grid im Footer bleibt unangetastet (oder nutzt seine eigenen Regeln) */
footer .partner-blueprint {
    /* Hier keine Änderung, damit es so bleibt, wie du es 'wunderbar' findest */
}

/* Gemeinsame Korrektur für die Zeilenabstände (falls nötig) */
.partner-grid {
    gap: 60px 40px !important; 
}

/* Mobile Korrektur für den Hauptbereich */
@media (max-width: 1200px) {
    main .partner-blueprint {
        padding-left: 5% !important;
        padding-right: 5% !important;
        padding-top: 80px !important;
    }
}
/**/

/* Footer Main Grid */
.footer-main-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(241, 241, 241, 0.1);
}


.footer-main-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(241, 241, 241, 0.1);
  border-top: 1px solid #f1f1f1;
  padding-top: 50px;
}




.footer-info {
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(241, 241, 241, 0.7);
    margin-top: 20px;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.footer-nav li { margin-bottom: 12px; }
.footer-nav a {
    text-decoration: none;
    color: rgba(241, 241, 241, 0.7);
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-nav a:hover { color: #f1f1f1; }

.linkedin-link, .mail-link {
    display: inline-block;
    margin-top: 20px;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    color: #f1f1f1;
    text-decoration: none;
    letter-spacing: 1px;
}

/* Legal Bar */
.legal-bar {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
.legal-bar {
  padding-top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: last baseline;
}
}

.legal-bar .mono-text {
    font-size: 0.65rem;
    color: rgba(241, 241, 241, 0.4);
}

.legal-links a {
    font-size: 0.65rem;
    color: rgba(241, 241, 241, 0.4);
    text-decoration: none;
    margin-left: 30px;
    font-family: 'Roboto Mono', monospace;
}

.legal-links a:hover { color: #f1f1f1; }

@media (max-width: 1200px) {
    .main-footer { padding-left: 5%; }
    .footer-events, .partner-grid, .footer-main-grid { grid-template-columns: 1fr; }
    .legal-bar { flex-direction: column; gap: 20px; text-align: left; align-items: center;}
    .legal-links a { margin: 0 15px; }
}

@media (max-width: 768px) {
.legal-links a { margin: 0 10px; float: left;}
 .legal-bar { align-items: left;}
}

/* ==========================================================================
   ISOLATED RESPONSIVE ARCHITECTURE (MOBILE FIX)
   ========================================================================== */

/* Burger Icon Styling (Basis-Definition) */
.burger-trigger {
    display: none; 
    width: 35px; height: 18px; cursor: pointer;
    flex-direction: column; justify-content: space-between; z-index: 2001;
}
.burger-trigger .line {
    width: 100%; height: 2px;
    background-color: var(--midnight-navy);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* 1. Mobile Elemente auf Desktop absolut unterdrücken */
.mobile-top-bar { 
    display: none !important; 
}

@media (max-width: 1200px) {
    /* 1. Mobile Top Bar & Logo Präsenz */
    .mobile-top-bar {
        display: flex; position: fixed;
        top: 0; left: 0; width: 100%; height: 140px!important;
        background-color: var(--bg-paper); z-index: 1500;
        padding: 0 40px!important; align-items: center; justify-content: space-between;
        border-bottom: 1px solid var(--line-color);
    }
    
   .mini-logo-mobile {
        height: 90px !important; /* Deutlicher Sprung von 38px auf 60px */
        width: auto !important;
        display: block !important;
        filter: none !important;
        transition: height 0.3s ease;
    }
    
    .burger-trigger { display: flex; }

    /* 2. Scroll-Weg Optimierung (Paddings halbieren) */
    section, .usp-blueprint, .asymmetric-grid, .outlook-section, .partner-blueprint, .main-footer {
        padding: 60px 5% !important; /* Radikal gekürzt für Mobile */
    }
    
    .hero-editorial { 
        padding-top: 180px !important; /* Platz für Top-Bar */
        grid-template-columns: 1fr !important;
        gap: 40px;
    }
    
    /* --- SMARTPHONE OPTIMIZATION --- */
@media (max-width: 768px) {
  .hero-editorial {
    padding-top: 180px !important;
    grid-template-columns: 1fr !important;
    gap: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0;
  }
}
    .dunkel {
    	padding-top: 80px!important;
    	padding-bottom: 50px!important;
    }
    .asymmetric-grid, .dual-list-layout, .footer-main-grid {
        grid-template-columns: 1fr !important;
        gap: 40px;
    }

    /* 3. Sidebar als Slide-In Overlay */
    .main-header {
        width: 100%; left: -100%; height: 100vh;
        z-index: 1800; padding: 40px 8% !important;
        transition: transform 0.5s ease;
        display: block !important; /* Deaktiviert Flex-Row der Basis */
    }

    /* Zustand wenn offen */
    .header-open .main-header { transform: translateX(100%); }
    .header-open .burger-trigger .line { background-color: #ffffff; }
    .header-open .burger-trigger .line:nth-child(1) { transform: translateY(8px) rotate(45deg); }
    .header-open .burger-trigger .line:nth-child(2) { transform: translateY(-8px) rotate(-45deg); }

    .mini-logo { 
        display: block; width: 160px; 
        margin-bottom: 50px; 
        filter: brightness(0) invert(1) !important; 
    }

    /* 4. Partner Grid 2-spaltig */
    .partner-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    /* Typo-Korrektur */
    h1 { font-size: 2rem !important; line-height: 1.1 !important; }
}

/* Scroll-Lock Fix */
body.header-open { overflow: hidden; }

/* ==========================================================================
   DESKTOP CLEANUP & VISIBILITY
   ========================================================================== */

/* 1. Mobile Elemente auf Desktop absolut unterdrücken */
.mobile-top-bar { 
    display: none !important; 
}

/* 2. Lesbarkeit EST. 2010 // WATER TECH ONLY (Hero-Sektion) */
.hero-text-block .accent-label.herodunkel {
    color: var(--midnight-navy) !important;
    opacity: 1 !important; /* Volle Deckkraft */
    font-weight: 800;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.85rem;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 20px;
    margin-top: 70px;
}

/* 3. Burger-Trigger auf Desktop verstecken */
.burger-trigger {
    display: none;
}

/* ==========================================================================
   MOBILE CLOSE-X & Z-INDEX REPAIR
   ========================================================================== */

@media screen and (max-width: 1200px) {
    /* 1. Top-Bar über das Menü heben */
    .mobile-top-bar {
        display: flex !important;
        position: fixed !important;
        top: 0; left: 0;
        width: 100vw;
        height: 90px;
        background-color: var(--bg-paper);
        z-index: 2000 !important; /* Höher als main-header (1800) */
        padding: 0 30px;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        border-bottom: 1px solid var(--line-color);
        transition: background-color 0.3s ease;
        padding: 0 8% !important; /* Exakt gleicher Abstand links/rechts */
        justify-content: space-between !important;
        width: 100% !important;
        left: 0 !important;
        box-sizing: border-box !important;
    }

    /* Top-Bar Hintergrund unsichtbar machen, wenn Menü offen ist */
    .header-open .mobile-top-bar {
        background-color: transparent !important;
        border-bottom-color: transparent !important;
    }

    /* Logo auf hellem Grund ausblenden, wenn Menü offen ist */
    .header-open .mini-logo-mobile {
        opacity: 0 !important;
        visibility: hidden;
    }

    /* 2. Burger-Trigger & Kreuz-Animation */
    .burger-trigger {
        display: flex !important;
        width: 35px;
        height: 24px; /* Höhe für 2 Linien optimiert */
        cursor: pointer;
        z-index: 2500 !important; /* Immer ganz oben */
        flex-direction: column;
        justify-content: space-between;
    }

    .burger-trigger .line {
        width: 100%;
        height: 2px;
        background-color: var(--midnight-navy);
        transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.3s ease;
    }

    /* Transformation zum weißen X */
    .header-open .burger-trigger .line {
        background-color: #ffffff !important;
    }

    .header-open .burger-trigger .line:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .header-open .burger-trigger .line:nth-child(2) {
        transform: translateY(-8px) rotate(-45deg);
    }

    /* 3. Menü-Overlay (bleibt unter der Top-Bar) */
    .main-header {
        width: 100vw !important;
        left: -100vw !important;
        height: 100vh !important;
        position: fixed !important;
        z-index: 1800 !important; 
        background-color: #0a1f33 !important;
        padding: 120px 10% 40px 10% !important; /* Platz für Top-Bar lassen */
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    }

    .header-open .main-header {
        transform: translateX(100vw) !important;
    }
    
    
    /* USP-Grid von 3 Spalten auf 1 Spalte umstellen */
    .usp-grid {
        grid-template-columns: 1fr !important;
        gap: 60px !important; /* Deutlicher Abstand zwischen den Punkten */
    }

    .usp-card-minimal {
        padding: 0 0 40px 30px !important; /* Linker Abstand für die Blueprint-Linie */
        border-left: 1px solid rgba(10, 31, 51, 0.1) !important;
        border-bottom: none;
    }

    /* Die Sonderregel für das erste Element (kein Rand) wird auf Mobile aufgehoben */
    .usp-card-minimal:first-child {
        padding-left: 30px !important;
        border-left: 1px solid rgba(10, 31, 51, 0.1) !important;
    }

    .usp-card-minimal h3 {
        font-size: 1.6rem !important; /* Leicht verkleinert für Mobile-Screens */
    }

    .usp-card-minimal .sans-text {
        max-width: 100% !important; /* Text darf die volle Breite nutzen */
    }
    
   /*Partner Grid*/
/* 1. Footer-Container als stabiler Anker */
    .main-footer {
        padding-left: 24px !important; /* Festes, kleineres Padding für schmale Screens */
        padding-right: 15px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden; /* Sicherheitsnetz gegen horizontales Scrollen */
       border-top: 1px solid #666;
    }

    /* 2. Partner-Blueprint: Volle Breite ohne Versatz */
    .partner-blueprint {
        padding: 60px 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    /* 3. Das Grid: Fluid statt starr */
    .partner-grid {
        display: grid !important;
        /* minmax(0, 1fr) verhindert, dass Inhalte die Spalte sprengen */
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important; 
        gap: 15px !important; /* Etwas schmalerer Abstand für mehr Platz für die Logos */
        width: 100% !important;
        margin: 0 !important;
    }

    /* 4. Die Slots (Boxen) */
    .partner-slot {
        background: #ffffff;
        width: 100% !important;
        aspect-ratio: 3 / 2; /* Harmonisches Verhältnis */
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        padding: 8px !important; /* Minimaler Innenschutz für das Logo */
        box-sizing: border-box !important;
    }

    /* 5. Die Logos: Absolut fluid */
    .partner-slot img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important; /* Nutzt den Platz der Box voll aus */
        max-height: 80% !important;  /* Schützt vor Anstoßen oben/unten */
        object-fit: contain !important;
        display: block !important;
    }

    /* Zentrierung des Labels */
    .partner-blueprint .column-label {
        text-align: center !important;
        width: 100% !important;
        display: block !important;
    }
    
}

/* Hervorhebung im dunklen Bereich */
.hero-meta .highlight-protocol {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 5px;
}

.hero-meta .highlight-verified {
    color: #0056b3; /* Dezenter blauer Akzent für das Datum */
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
    text-transform: uppercase;
}

/* Button & Struktur-Anpassungen */
.hero-text-block .event-cta {
    display: inline-block;
    margin-top: 35px;
    padding: 18px 30px;
    border: 1px solid #0a1f33;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.9rem;
    color: #0a1f33;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.hero-text-block .event-cta:hover {
    background-color: #0a1f33;
    color: #ffffff;
}

.hero-meta {
    margin-top: 50px;
    padding-left: 25px;
    border-left: 2px solid #fff;
    line-height: 1.5;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ffffff;
}

.hero-meta br + span, 
.hero-meta span {
    display: block;
    margin-top: 5px;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/*Formular*/
/* FORM ARCHITECTURE */
.blueprint-form {
    margin-top: 40px;
}

.form-segment {
    margin-bottom: 60px;
}
@media (max-width: 768px) {
.form-segment {
  margin-bottom: 0px;
}
}
/* INPUT STYLES */
.blueprint-input, .blueprint-textarea {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(10, 31, 51, 0.2);
    font-family: var(--sans);
    font-size: 1rem;
    color: var(--midnight-navy);
    margin-bottom: 30px;
    transition: all 0.4s ease;
}

.blueprint-input:focus, .blueprint-textarea:focus {
    outline: none;
    border-bottom-color: #0056b3;
    padding-left: 10px; /* Dezente Bewegung beim Fokus */
}

/* RADIO & CHECKBOX CUSTOMIZATION */
.radio-container, .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-family: var(--sans);
    font-size: 1rem;
    line-height: 1.4;
    user-select: none;
}

.radio-container input, .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid rgba(10, 31, 51, 0.3);
}

.radio-container .checkmark { border-radius: 50%; }

.radio-container:hover input ~ .checkmark,
.checkbox-container:hover input ~ .checkmark {
    border-color: #0056b3;
}

.radio-container input:checked ~ .checkmark,
.checkbox-container input:checked ~ .checkmark {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* SUBMIT BUTTON */
.blueprint-btn {
    background: var(--midnight-navy);
    color: white;
    border: none;
    padding: 20px 60px;
    font-family: var(--sans);
    font-weight: 700;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 30px;
}

.blueprint-btn:hover {
    background: #0056b3;
    transform: translateX(5px); /* Dein festgelegter Hover */
}

/* GRID LAYOUT FOR INPUTS */
.grid-2-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 40px;
}

@media (max-width: 900px) {
    .grid-2-col { grid-template-columns: 1fr; }
}
/**/
	
/*Burger Menü*/
@media (max-width: 768px) {
    /* Alle Links untereinander erzwingen */
    .side-nav .nav-links, 
    .side-nav .sub-nav-container {
        display: flex !important;
        flex-direction: column !important; /* Untereinander */
        align-items: flex-start !important;
        width: 100%;
    }

    /* Abstände für die Unterpunkte */
    .sub-nav-container a {
        display: block !important;
        padding: 8px 0 !important;
        margin: 0 !important;
        font-size: 1.1rem; /* Etwas größer für Daumen-Bedienung */
    }

    /* Die Koordinaten und Labels untereinander */
    .nav-item-group {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    /* Untermenüs immer vertikal stacken */
    .sub-nav-container.mobile-forced-show {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    /* Größe der Unterlinks an .simple-link anpassen */
    .sub-link {
        font-size: 14px !important; /* Exakt wie About/Success */
        color: #ffffff !important;
        text-transform: none;
        opacity: 0.8;
        display: block !important;
    }
}
/* DESKTOP-LOGIK */
@media (min-width: 769px) {
    .hide-on-desktop {
        display: none !important;
    }
}

/* MOBIL-LOGIK (Burger-Menü) */
@media (max-width: 768px) {
    /* Erzwinge, dass im Burger-Menü IMMER alles ausgeklappt ist */
    .sub-nav-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 25px;
        padding-left: 0;
    }

    /* Unterlinks dezent wie 'About' */
    .sub-link {
        font-size: 14px !important;
        color: #ffffff !important;
        opacity: 0.7;
        text-transform: none;
        display: block !important;
    }
    
    /* Falls die registration.php Probleme macht, z-index erhöhen */
    .mobile-top-bar {
        z-index: 10001 !important;
    }
    .side-nav {
        z-index: 10000 !important;
    }
}
/*is active*/
/* --- Farbe für aktive Links --- */
.nav-links a.is-active {
    color: cyan !important; /* Deine Wunschfarbe hier einsetzen */
    opacity: 1 !important;
}

/* --- Desktop Logik (nur dort verstecken) --- */
@media (min-width: 769px) {
    .hide-desktop {
        display: none !important;
    }
}

/* --- Mobil Logik (Burger) --- */
@media (max-width: 768px) {
    /* IMMER anzeigen, unabhängig von der PHP-Klasse */
    .sub-nav-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    
    .sub-link {
        font-size: 14px !important;
        color: #ffffff !important;
        display: block !important;
    }

    /* Farbe auch mobil im Burger für aktiven Link */
    .side-nav a.is-active {
        color: cyan !important;
    }
}
.page-about {
    margin-left: 22%;
    width: 78%;
    background-color: var(--bg-paper);
    min-height: 100vh;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.page-about section {
    padding: 100px 8% 100px 60px;
    background-color: transparent;
    box-sizing: border-box;
}

.page-about h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(4.5rem, 7.5vw, 7.5rem);
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: var(--midnight-navy);
    margin: 0 0 40px 0;
}

.page-about .mono-label {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.85rem;
    color: var(--slate-mist);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    display: block;
}

.hero-about {
    padding-top: 160px !important;
}

.hero-about .lead-text {
    font-family: var(--font-sans);
    font-size: 1.85rem;
    line-height: 1.4;
    color: var(--ink-black);
    max-width: 850px;
    font-weight: 400;
}

.panorama-block {
    padding: 0 !important;
    background: var(--midnight-navy);
    height: 550px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.panorama-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
    filter: grayscale(0.2);
}

.content-grid-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 80px;
    border-bottom: 1px solid var(--line-color);
}

.article-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    line-height: 1.05;
    margin-bottom: 35px;
    color: var(--midnight-navy);
}

.article-body p {
    font-family: var(--font-sans);
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--ink-black);
    margin-bottom: 30px;
    max-width: 800px;
}

.stats-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--midnight-navy);
    border: 1px solid var(--midnight-navy);
    width: 100%;
    margin-top: 40px;
}

.bento-node {
    background: var(--bg-paper);
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
}

.bento-node.navy {
    background: var(--midnight-navy);
    color: #f9f7f2;
}

.bento-node .val {
    font-family: 'Playfair Display', serif;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px;
}

.bento-node .key {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
}

.impact-closer {
    background: var(--midnight-navy) !important;
    padding: 160px 8% 160px 60px !important;
    color: #ffffff;
}

.impact-closer h3 {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 6vw, 4.8rem);
    line-height: 1;
    margin-bottom: 60px;
    max-width: 1050px;
}

.btn-master {
    display: inline-block;
    padding: 26px 60px;
    background: #ffffff;
    color: var(--midnight-navy);
    text-decoration: none;
    font-family: 'Roboto Mono', monospace;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    transition: transform 0.3s ease, background 0.3s ease;
}

.btn-master:hover {
    background: #00d4ff;
    transform: translateY(-5px);
}

@media (max-width: 1200px) {
    .page-about {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .page-about .hero-header,
    .page-about section,
    .page-about .impact-closer {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .hero-about {
        padding-top: 200px !important;
    }

    .content-grid-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stats-bento {
        grid-template-columns: repeat(2, 1fr);
    }

    .panorama-block {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .page-about .hero-header,
    .page-about section,
    .page-about .impact-closer {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .page-about h1 {
        font-size: 3.2rem;
    }

    .hero-about .lead-text {
        font-size: 1.4rem;
    }

    .article-body h3 {
        font-size: 1.5rem;
    }

    .stats-bento {
        grid-template-columns: 1fr;
    }

    .impact-closer h3 {
        font-size: 2.5rem;
    }

    .btn-master {
        width: 100%;
        text-align: center;
    }
}

/* --- BASIS ACHSE DESKTOP --- */
.page-location {
    margin-left: 22% !important;
    width: 78% !important;
    background-color: var(--bg-paper) !important;
    min-height: 100vh;
    display: block;
    position: relative;
    box-sizing: border-box;
}

/* Zentrale Padding-Regel für die 60px-Achse auf Desktop */
.page-location .hero-about,
.page-location .content-grid-row,
.page-location .impact-closer {
    padding-left: 60px !important;
    padding-right: 8% !important;
    box-sizing: border-box;
}

.page-location .hero-about {
    padding-top: 160px !important;
    padding-bottom: 80px !important;
}

.page-location h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.5rem, 7.5vw, 7.5rem);
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: var(--midnight-navy);
    margin: 0 0 40px 0;
}

.page-location .mono-label {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.85rem;
    color: var(--slate-mist);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    display: block;
}

.page-location .lead-text {
    font-family: var(--font-sans);
    font-size: 1.85rem;
    line-height: 1.4;
    color: var(--ink-black);
    max-width: 850px;
    font-weight: 400;
}

.page-location .content-grid-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 80px;
    border-bottom: 1px solid var(--line-color);
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.page-location .article-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    line-height: 1.05;
    margin-bottom: 35px;
    color: var(--midnight-navy);
}

.page-location .article-body p {
    font-family: var(--font-sans);
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--ink-black);
    margin-bottom: 30px;
    max-width: 800px;
}

.page-location .impact-closer {
    background: var(--midnight-navy) !important;
    padding-top: 160px !important;
    padding-bottom: 160px !important;
    color: #ffffff;
}

.page-location .impact-closer h3 {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    line-height: 1;
    margin-bottom: 60px;
    max-width: 1050px;
}

.page-location .btn-master {
    display: inline-block;
    padding: 26px 60px;
    background: #ffffff;
    color: var(--midnight-navy);
    text-decoration: none;
    font-family: 'Roboto Mono', monospace;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.page-location .btn-master:hover {
    background: #00d4ff;
    transform: translateY(-5px);
}

/* --- RESPONSIVE KALIBRIERUNG --- */

@media (max-width: 1200px) {
    .page-location {
        margin-left: 0 !important;
        width: 100% !important;
    }

    /* Padding-Erhöhung fängt den Sprung der wegfallenden Sidebar ab */
    .page-location .hero-about,
    .page-location .content-grid-row,
    .page-location .impact-closer {
        padding-left: 80px !important; 
        padding-right: 60px !important;
    }

    .page-location .hero-about {
        padding-top: 200px !important;
    }

    .page-location .content-grid-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 992px) {
    /* Schrittweise Reduzierung für Tablets */
    .page-location .hero-about,
    .page-location .content-grid-row,
    .page-location .impact-closer {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 768px) {
    /* Mobile-Optimierung */
    .page-location .hero-about,
    .page-location .content-grid-row,
    .page-location .impact-closer {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .page-location h1 { font-size: 3.2rem; }
    .page-location .lead-text { font-size: 1.4rem; }
    .page-location .article-body h3 { font-size: 1.5rem; }
    .page-location .impact-closer h3 { font-size: 1.5rem; }
    .page-location .btn-master { width: 100%; text-align: center; }
}

/* ==========================================================================
   SUCCESS PAGE ARCHITECTURE
   ========================================================================== */

/* --- Basis Architektur Desktop --- */
.page-success {
    margin-left: 22% !important;
    width: 78% !important;
    background-color: var(--bg-paper) !important;
    min-height: 100vh;
    display: block;
    position: relative;
    box-sizing: border-box;
}

/* Einheitliche Achse für alle Container */
.page-success .hero-about,
.page-success section,
.page-success .content-grid-row,
.page-success .impact-closer {
    padding-left: 60px !important;
    padding-right: 8% !important;
    box-sizing: border-box;
}

.page-success .hero-about {
    padding-top: 160px !important;
    padding-bottom: 80px !important;
}

.page-success h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.5rem, 7.5vw, 7.5rem);
    line-height: 0.85;
    letter-spacing: -0.04em;
    color: var(--midnight-navy);
    margin: 0 0 40px 0;
}

.page-success .mono-label {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.85rem;
    color: var(--slate-mist);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    display: block;
}

.page-success .lead-text {
    font-family: var(--font-sans);
    font-size: 1.85rem;
    line-height: 1.4;
    color: var(--ink-black);
    max-width: 850px;
    font-weight: 400;
}

.page-success .content-grid-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 80px;
    border-bottom: 1px solid var(--line-color);
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.page-success .article-body h3 {
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    line-height: 1.05;
    margin-bottom: 35px;
    color: var(--midnight-navy);
}

.page-success .article-body p {
    font-family: var(--font-sans);
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--ink-black);
    margin-bottom: 30px;
    max-width: 800px;
}

/* Bento Track Record */
.page-success .stats-bento {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--midnight-navy);
    border: 1px solid var(--midnight-navy);
    width: 100%;
    margin-top: 40px;
}

.page-success .bento-node {
    background: #ffffff !important;
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
}

.page-success .bento-node.navy {
    background: var(--midnight-navy) !important;
    color: #f9f7f2;
}

.page-success .bento-node .val {
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 12px;
}

.page-success .bento-node .key {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.7;
}

.page-success .impact-closer {
    background: var(--midnight-navy) !important;
    padding-top: 160px !important;
    padding-bottom: 160px !important;
    color: #ffffff;
}

.page-success .impact-closer h3 {
    color: #ffffff !important;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    line-height: 1;
    margin-bottom: 60px;
    max-width: 1050px;
}

.page-success .btn-master {
    display: inline-block;
    padding: 26px 60px;
    background: #ffffff;
    color: var(--midnight-navy);
    text-decoration: none;
    font-family: 'Roboto Mono', monospace;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.page-success .btn-master:hover {
    background: #00d4ff;
    transform: translateY(-5px);
}

/* --- Responsive Kalibrierung --- */

@media (max-width: 1200px) {
    .page-success {
        margin-left: 0 !important;
        width: 100% !important;
    }

    /* Padding-Erhöhung fängt den optischen Sprung der wegfallenden Sidebar ab */
    .page-success .hero-about,
    .page-success section,
    .page-success .content-grid-row,
    .page-success .impact-closer {
        padding-left: 80px !important; 
        padding-right: 60px !important;
    }

    .page-success .hero-about {
        padding-top: 200px !important;
    }

    .page-success .content-grid-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .page-success .stats-bento {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    /* Schrittweise Reduzierung für Tablets */
    .page-success .hero-about,
    .page-success section,
    .page-success .content-grid-row,
    .page-success .impact-closer {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 768px) {
    /* Mobile-Optimierung */
    .page-success .hero-about,
    .page-success section,
    .page-success .content-grid-row,
    .page-success .impact-closer {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .page-success .hero-about {
        padding-top: 160px !important;
        border-bottom: 1px solid var(--line-color);
    }

    .page-success h1 { font-size: 3.2rem; }
    .page-success .article-body h3 { font-size: 2.5rem; }
    .page-success .stats-bento { grid-template-columns: 1fr; }
    .page-success .btn-master { width: 100%; text-align: center; }
}

/* Ersetzt die Standard-Listen-Logik innerhalb von article-body */
.page-success .article-body ul {
    list-style-position: inside; /* Bullets rücken in den Textblock ein */
    padding-left: 0;
    margin-top: 20px;
}

.page-success .article-body li {
    font-family: var(--font-sans);
    font-size: 1.3rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: var(--ink-black);
}

/* Optional: Falls du die Striche (—) statt Punkte willst */
.page-success .article-body ul.dashed {
    list-style-type: none;
}

.page-success .article-body ul.dashed li::before {
    content: "— ";
    color: var(--midnight-navy);
    margin-right: 10px;
}

/* --- Success Page Layout Additions --- */

.spirit-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.spirit-text {
    flex: 1;
    min-width: 300px;
}

.spirit-image {
    flex: 1;
    min-width: 300px;
}

.spirit-image img {
    width: 100%;
    height: auto;
    filter: grayscale(0.2);
    display: block;
}

.strategy-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.strategy-list li {
    margin-bottom: 30px;
    font-family: var(--font-sans);
    font-size: 1.3rem;
    line-height: 1.6;
}

.strategy-list li strong {
    display: block;
    color: var(--midnight-navy);
    margin-bottom: 5px;
}

.secondary-stats {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    opacity: 0.8;
    font-family: var(--font-sans);
}

.impact-label-light {
    color: rgba(255, 255, 255, 0.5);
}

/* --- Responsive Success Tweaks --- */
@media (max-width: 768px) {
    .secondary-stats {
        grid-template-columns: 1fr;
    }
    
    .strategy-list {
        font-size: 1.1rem;
    }
}

/* Ersetzt oder ergänzt den bisherigen .secondary-stats Block */
.secondary-stats {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 40px;
    opacity: 0.8;
    font-family: var(--font-sans);
}

.secondary-stats p {
    flex: 0 1 45%;    /* Erzeugt zwei Spalten auf Desktop */
    min-width: 280px;  /* Verhindert das Quetschen auf kleinen Bildschirmen */
    margin: 0 !important; 
    max-width: none !important; /* WICHTIG: Hebt die globale 800px Begrenzung auf */
    font-size: 1.1rem !important;
}

/* Mobil-Optimierung */
@media (max-width: 768px) {
    .secondary-stats p {
        flex: 1 1 100%;
    }
}

/* ==========================================================================
   PAGE: PAST FORUMS (COMPLETE)
   ========================================================================== */
/* ==========================================================================
   PAGE: PAST FORUMS
   ========================================================================== */

.page-past-forums {
    margin-left: 22% !important;
    width: 78% !important;
    background-color: var(--bg-paper) !important;
    min-height: 100vh;
    display: block;
    position: relative;
    box-sizing: border-box;
}

/* Layout Achse */
.page-past-forums .hero-about,
.page-past-forums .content-grid-row,
.page-past-forums .impact-closer {
    padding-left: 60px !important;
    padding-right: 8% !important;
    box-sizing: border-box;
}

.page-past-forums .content-grid-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 80px;
    border-bottom: 1px solid var(--line-color);
    padding: 80px 8% 80px 60px; /* Vertikale Abstände leicht reduziert */
}

/* Timeline ohne Punkte */
.modern-timeline {
    border-left: 1px solid var(--line-color);
    padding-left: 30px;
    margin-left: 5px;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-date {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8rem;
    color: var(--slate-mist);
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 4px;
}

/* Logo Bento Grid */
.page-past-forums .stats-bento {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1px;
    background: var(--line-color);
    border: 1px solid var(--line-color);
}

.page-past-forums .bento-node {
    background: #ffffff !important;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-past-forums .bento-node img {
    max-width: 140px;
    height: auto;
    filter: grayscale(1);
    opacity: 0.6;
}

/* Responsive Settings */
@media (max-width: 1200px) {
    .page-past-forums { margin-left: 0 !important; width: 100% !important; }
    .page-past-forums .hero-about,
    .page-past-forums .content-grid-row,
    .page-past-forums .impact-closer {
        padding-left: 80px !important; 
        padding-right: 60px !important;
    }
    .page-past-forums .content-grid-row { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 768px) {
    .page-past-forums .hero-about,
    .page-past-forums .content-grid-row,
    .page-past-forums .impact-closer {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .modern-timeline { padding-left: 20px; }
}

/* --- Fix für Event Partners Alignment --- */

.page-past-forums .article-body .partner-grid-container {
    background: transparent !important; /* Entfernt den dunklen Hintergrund aus image_bb69fd.png */
    padding: 0 !important;
    margin: 0 !important; /* Killt alle fremden Abstände */
    width: 100% !important;
    max-width: none !important; /* Verhindert das "Steckenbleiben" bei 800px */
}

/* Falls im partner-grid-past.php noch ein Label wie "STRATEGIC PARTNERS" ist: */
.page-past-forums .partner-grid-container h4,
.page-past-forums .partner-grid-container .grid-label {
    display: none !important; /* Wir nutzen das Label "// EVENT PARTNERS" links */
}

/* Das eigentliche Logo-Grid */
.page-past-forums .partner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 Spalten auf Desktop */
    gap: 1px; /* Die feine weiße Linie zwischen den Logos */
    background: var(--line-color);
    border: 1px solid var(--line-color);
}

.page-past-forums .partner-item {
    background: #ffffff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.page-past-forums .partner-item img {
    max-width: 140px;
    height: auto;
    filter: grayscale(1);
    opacity: 0.7;
}

/* Responsive Grid */
@media (max-width: 992px) {
    .page-past-forums .partner-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .page-past-forums .partner-grid { grid-template-columns: 1fr; }
}


/* --- Exklusiver Style für Past Forums Partner-Bereich --- */

.past-partners-area {
    background-color: #0a192f !important; /* Das tiefe Blau aus den Screenshots */
    padding: 60px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Zentriert den gesamten Inhalt horizontal */
    justify-content: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Zentrierung des Labels innerhalb des blauen Blocks */
.past-partners-area .grid-label, 
.past-partners-area h4 {
    text-align: center !important;
    width: 100% !important;
    margin-bottom: 40px !important;
    color: rgba(255,255,255,0.5) !important;
    font-family: 'Roboto Mono', monospace !important;
    letter-spacing: 2px !important;
}

/* Zentrierung des Logo-Grids */
.past-partners-area .partner-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important; /* 4 Spalten wie im Bild */
    gap: 20px !important;
    justify-content: center !important; /* Zentriert die Spalten im Container */
    align-items: center !important;
    margin: 0 auto !important; /* Zentriert das Grid selbst */
    max-width: 900px !important; /* Verhindert zu weite Spreizung */
}

/* Die weißen Logo-Boxen aus image_c5539e.png */
.past-partners-area .partner-item {
    background: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    height: 100px !important;
    width: 100% !important;
}

/* Responsive Fix für Mobile */
@media (max-width: 992px) {
    .past-partners-area .partner-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .past-partners-area .partner-grid {
        grid-template-columns: 1fr !important;
    }
}

/* --- Exklusiver & sicherer Override für den blauen Bereich --- */

.page-past-forums .past-partners-area .partner-blueprint {
    /* 1. Reset der globalen 25% */
    padding-left: 0 !important; 
    padding-right: 0 !important;
    
    /* 2. Zentrierung ohne Breiten-Fehler */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Zentriert alles horizontal */
    justify-content: center !important;
    
    /* 3. Sicherheit für das Menü */
    width: auto !important; 
    overflow: visible !important;
    box-sizing: border-box !important;
}

/* Das Logo-Grid im blauen Bereich */
.page-past-forums .past-partners-area .partner-grid,
.page-past-forums .past-partners-area .stats-bento {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important; /* Zentriert die Logos in der Zeile */
    gap: 20px !important;
    margin: 30px auto 0 auto !important;
    max-width: 1000px !important; /* Verhindert zu breite Streuung */
    padding: 0 20px !important;
}

/* --- Responsive Korrektur --- */

@media (max-width: 1200px) {
    .page-past-forums .past-partners-area .partner-blueprint {
        /* Wenn die Sidebar wegfällt, bleibt die Zentrierung einfach aktiv */
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .page-past-forums .past-partners-area .partner-blueprint {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}

/* --- Responsive Kalibrierung --- */
@media (max-width: 1200px) {
    .page-past-forums {
        margin-left: 0 !important;
        width: 100% !important;
    }
    .page-past-forums .hero-about,
    .page-past-forums .content-grid-row,
    .page-past-forums .impact-closer {
        padding-left: 80px !important; 
        padding-right: 60px !important;
    }
    .page-past-forums .content-grid-row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .page-past-forums .hero-about,
    .page-past-forums .content-grid-row,
    .page-past-forums .impact-closer {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .page-past-forums .article-body h3 {
        font-size: 2.6rem;
    }
    .modern-timeline {
        padding-left: 25px;
    }
    .timeline-item::before {
        left: -30.5px;
    }
}

/* --- Neutralisierung der .partner-blueprint innerhalb von Past Forums --- */

.past-partners-area .partner-blueprint {
    /* Paddings komplett zurücksetzen */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    
    /* Hintergrund und Rahmen entfernen */
    background-color: transparent !important;
    background: none !important;
    border-top: none !important;
    
    /* Layout-Sicherheit */
    width: auto !important; 
    display: block !important;
}

/* Sicherstellen, dass die Logos innerhalb des Grids dennoch zentriert bleiben */
.past-partners-area .partner-grid {
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 20px !important;
}

/* --- BASIS LAYOUT & DESKTOP --- */
.page-advisors {
    margin-left: 22%;
    width: 78%;
    background-color: #fdfcf9;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: block;
    box-sizing: border-box;
}

.page-advisors .hero-about,
.page-advisors .content-grid-row {
    padding-left: 60px;
    padding-right: 8%;
    box-sizing: border-box;
}

.page-advisors .hero-about {
    padding-top: 160px;
    padding-bottom: 60px;
}

.host-badge {
    margin-top: 20px;
    display: block;
}

.host-badge img {
    max-width: 450px !important;
    width: 100%;
    height: auto;
    display: block;
}

/* --- ADVISOR GRID (Karten) --- */
.advisor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
}

.advisor-card {
    position: relative;
    height: 480px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
    background: #0a1f33;
}

.advisor-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.advisor-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.6s ease;
}

.advisor-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 31, 51, 0.95) 0%, rgba(10, 31, 51, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    transition: background 0.4s ease;
}

.advisor-info h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.8rem !important;
    color: #ffffff !important;
    margin-bottom: 5px !important;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.advisor-info p {
    font-size: 0.95rem !important;
    color: #ffffff !important;
    opacity: 0.9;
    margin-bottom: 0 !important;
    transform: translateY(20px);
    transition: transform 0.4s ease;
}

.read-bio {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8rem;
    font-weight: 700;
    color: #d97d54;
    letter-spacing: 1px;
    margin-top: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
}

/* Hover Effekte (Desktop) */
.advisor-card:hover .advisor-img img {
    transform: scale(1.05);
}

.advisor-card:hover .advisor-info {
    background: linear-gradient(to top, rgba(10, 31, 51, 0.95) 0%, rgba(10, 31, 51, 0.7) 60%, transparent 100%);
}

.advisor-card:hover .advisor-info h3,
.advisor-card:hover .advisor-info p,
.advisor-card:hover .advisor-info .read-bio {
    transform: translateY(0);
}

.advisor-card:hover .advisor-info .read-bio {
    opacity: 1;
}

/* --- MODAL (Basis / Desktop) --- */
.advisor-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 31, 51, 0.9);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Wichtig: Abstand zum Rand */
    box-sizing: border-box;
}


.modal-content {
    background: #ffffff;
    max-width: 900px;
    width: 100%;
    max-height: 85vh;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.modal-left {
    flex: 0 0 350px;
    background: #f0f0f0;
}

.modal-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.modal-right {
    flex: 1;
    padding: 40px;
    overflow-y: auto; /* Text scrollt hier, wenn zu lang */
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    line-height: 1;
    color: #0a1f33;
}
@media (max-width: 768px) {
    .advisor-modal-overlay {
        top: 100px !important;
    }

    .modal-content {
        flex-direction: column !important;
        max-height: calc(100vh - 140px) !important;
        width: 100% !important;
        border-radius: 8px !important;
        position: relative !important;
        overflow-y: auto !important;
        display: block !important;
    }

    .modal-left {
        height: 250px !important;
        width: 100% !important;
        display: block !important;
    }

    .modal-right {
        padding: 25px !important;
        overflow-y: visible !important;
        display: block !important;
    }

    .modal-close {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        background: #ffffff !important;
        color: #0a1f33 !important;
        width: 40px !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
        font-size: 1.8rem !important;
        z-index: 100000 !important;
    }
}
/* --- RESPONSIVE ANPASSUNGEN --- */

/* Hover-Status auf Touch-Geräten permanent anzeigen */
@media (hover: none), (max-width: 992px) {
    .advisor-info h3,
    .advisor-info p,
    .advisor-info .read-bio {
        transform: translateY(0);
    }
    .advisor-info .read-bio {
        opacity: 1;
    }
}

/* Tablet / Kleiner Desktop */
@media (max-width: 1200px) {
    .page-advisors {
        margin-left: 0 !important;
        width: 100% !important;
        z-index: 1 !important;
    }
    
    .page-advisors .hero-about {
        padding-top: 180px !important; /* Platz für Header */
    }
    
    .page-advisors .hero-about,
    .page-advisors .content-grid-row {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

/* Mobile (Hier sind die Modal-Fixes) */
@media (max-width: 768px) {
    .page-advisors .hero-about {
        padding-top: 180px !important;
    }
    
    .page-advisors .hero-about,
    .page-advisors .content-grid-row {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .advisor-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* MODAL MOBILE FIX */
    .advisor-modal-overlay {
         padding: 15px !important; /* Etwas weniger Abstand auf kleinen Screens */
    }

    .modal-content {
        flex-direction: column !important;
        /* Begrenzt die Höhe, damit es nicht aus dem Screen schiebt */
        max-height: 85vh !important; 
        width: 100% !important;
        border-radius: 8px !important;
        position: relative !important; /* Wichtig für das X */
    }
    
    .modal-left {
        height: 220px !important; /* Bildhöhe fixieren */
        flex: none !important;
        width: 100% !important;
    }
    
    .modal-right {
        padding: 25px !important;
        /* NUR der Textbereich scrollt */
        overflow-y: auto !important;
        flex: 1 1 auto !important; /* Nimmt den restlichen Platz */
    }
    
    /* DAS X WIEDER SICHTBAR MACHEN */
    .modal-close {
        position: absolute !important;
        top: 10px !important;
        right: 10px !important;
        background: #ffffff !important;
        color: #0a1f33 !important;
        width: 40px !important; /* Größeres Touch-Ziel */
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
        /* Starker Schatten für Kontrast */
        box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important;
        font-size: 1.8rem !important; /* Größeres Icon */
        z-index: 100000 !important; /* Muss über allem liegen */
    }
}

/*Innovators*/
/* ==========================================================================
   PAGE: INNOVATORS & STARTUPS
   ========================================================================== */

/* Basis-Container für die Innovators-Seite */
.page-innovators {
    margin-left: 22% !important; /* Sidebar-Abstand Desktop */
    width: 78% !important;
    background-color: var(--bg-paper);
    min-height: 100vh;
    box-sizing: border-box;
}

/* Strikte Ausrichtung auf der 60px-Achse */
.page-innovators .hero-about,
.page-innovators .startup-entry {
    padding-left: 60px !important;
    padding-right: 8% !important;
    box-sizing: border-box;
}

/* --- GRID ARCHITEKTUR --- */

.startup-entry {
    display: grid !important;
    /* 160px für Logos reduziert den Weißraum links deutlich */
    grid-template-columns: 160px 1fr !important;
    gap: 60px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    border-bottom: 1px solid var(--line-color);
    align-items: start;
}

/* Linke Spalte: Label & Logo-Einheit */
.startup-entry .aside-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.innovator-logo {
    margin-top: 15px;
    width: 100%; /* Nutzt die vollen 160px der Spalte */
    height: 100px; /* Erhöhte Präsenz */
    background-color: rgba(10, 31, 51, 0.04); /* Subtile Blueprint-Fläche */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 2px;
    transition: all 0.4s ease;
}

.innovator-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.8;
    transition: all 0.5s ease;
}

/* Hover-Interaktion für die gesamte Sektion */
.startup-entry:hover .innovator-logo {
    background-color: rgba(10, 31, 51, 0.08);
}

.startup-entry:hover .innovator-logo img {
    filter: grayscale(0);
    opacity: 1;
    transform: scale(1.03);
}

/* --- RECHTE SPALTE: TYPOGRAFIE --- */

.company-name {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.8rem !important; /* Gewünschte gefällige Größe */
    color: var(--midnight-navy);
    line-height: 1.2;
    margin-bottom: 8px !important;
    letter-spacing: -0.01em;
}

.location-tag {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.8rem;
    color: var(--slate-mist);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    display: block;
}
@media (max-width: 768px) {
.article-body p.location-tag {
    	font-size: 1rem!important;
    }
    
   }

/* Fokus-Text im Braunton */
.innovator-focus {
    font-family: var(--font-sans);
    font-size: 1.4rem !important;
    color: #3e4a59 !important; /* Dein spezifischer Braunton */
    line-height: 1.45;
    max-width: 800px;
    margin-bottom: 40px;
    font-weight: 400;
}

/* Detail-Liste (Kompatibel mit Scroll-JS) */
.innovator-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.innovator-details li {
    font-family: var(--font-sans);
    font-size: 1.15rem !important;
    padding: 20px 0;
    border-top: 1px solid rgba(10, 31, 51, 0.08);
    color: var(--ink-black);
    transition: all 0.3s ease;
}

.innovator-details li strong {
    display: block;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    color: var(--slate-mist);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

/* Scroll-Fokus (JS-Status) */
.innovator-details li.is-active {
    padding-left: 20px;
    border-left: 3px solid #fbb900;
    background-color: rgba(251, 185, 0, 0.04);
}

/* Pitch PDF Link */
.document-link {
    display: inline-block;
    margin-top: 30px;
    font-family: 'Roboto Mono', monospace;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--midnight-navy);
    text-decoration: none;
    border-bottom: 1.5px solid var(--midnight-navy);
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

.document-link:hover {
    color: #fbb900;
    border-color: #fbb900;
}

/* --- MOBILE OPTIMIERUNG --- */

@media (max-width: 1200px) {
    .page-innovators {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .page-innovators .hero-about,
    .page-innovators .startup-entry {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .startup-entry {
        grid-template-columns: 1fr !important; /* Stapelung auf Mobile */
        gap: 30px !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .innovator-logo {
        width: 160px; /* Behält feste Breite für Stabilität */
    }
    
    .company-name {
        font-size: 1.6rem !important;
    }
}

@media (max-width: 768px) {
    .page-innovators .hero-about,
    .page-innovators .startup-entry {
        padding-left: 25px !important;
        padding-right: 25px !important;
            }
    .page-innovators .startup-entry {
    	padding-top: 0!important;
    }
    
}

/* --- INNOVATOR LOGO: BREIT & HOCH (320x200) --- */
.innovator-logo {
    margin-top: 15px;
    width: 320px; 
    height: 200px; /* Deine gewünschte Höhe */
    background-color: rgba(10, 31, 51, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px; /* Mehr "Atmen" für das Logo in der Box */
    border-radius: 2px;
    transition: all 0.4s ease;
}

.innovator-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.8;
}

/* --- GRID ANPASSUNG AN DIE NEUE BREITE --- */
.startup-entry {
    display: grid !important;
    grid-template-columns: 320px 1fr !important; /* Linke Spalte folgt Logo-Breite */
    gap: 60px !important;
    padding: 100px 8% 100px 60px !important;
    border-bottom: 1px solid var(--line-color);
}

/* --- KONTAKT-ZEILE DESKTOP: DREI SPALTEN --- */
.contact-row-desktop {
    display: flex;
    gap: 12px;
    margin-top: 35px;
}

.contact-chip {
    flex: 1; /* Gleiche Breite für alle drei Felder */
    background: rgba(10, 31, 51, 0.03);
    padding: 15px 20px;
    border-radius: 2px;
    border: 1px solid rgba(10, 31, 51, 0.05);
}

.contact-chip strong {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.65rem;
    text-transform: uppercase;
    color: var(--slate-mist);
    display: block;
    margin-bottom: 6px;
    letter-spacing: 1.2px;
}

.contact-chip a {
    color: var(--midnight-navy);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-chip a:hover {
    color: #fbb900;
}

/* --- MOBILE FIXES --- */
@media (max-width: 1200px) {
    .startup-entry {
        grid-template-columns: 1fr !important;
        padding-left: 40px !important;
    }
    .innovator-logo {
        width: 100%;
        max-width: 320px;
        height: 180px; /* Leicht reduziert für Mobile */
    }
    .contact-row-desktop {
        flex-direction: column; /* Stapelung auf dem Smartphone */
    }
}


/*uhpage*/
/* --- CREDITS & DESIGNER LINK --- */

.designer-link {
    display: inline-block;
    margin-top: 20px;
    transition: transform 0.3s ease;
}

.designer-link img {
    height: 58px; /* Deine definierte Höhe */
    width: auto;
    filter: grayscale(1);
    opacity: 0.5;
    transition: filter 0.4s ease, opacity 0.4s ease;
    display: block;
}

/* Hover-Effekt: Logo wird aktiv */
.designer-link:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.designer-link:hover {
    transform: translateX(5px); /* Konsistenz zu deinen anderen Hover-Effekten */
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .designer-link img {
        height: 58px; /* Etwas dezenter auf Smartphones */
        opacity: 0.8; /* Permanent etwas sichtbarer auf Touch-Geräten */
        filter: grayscale(0.5);
    }
}

/* --- SPECIAL PARTNERS EDITORIAL --- */
.special-partners-editorial {
    display: grid !important;
    grid-template-columns: 320px 1fr !important; 
    gap: 60px !important;
    padding: 0px 8% 100px 100px !important;
    background: var(--bg-paper);
    align-items: start;
}

/* Titel-Bereich innerhalb der rechten Spalte */
.grid-header-full {
    grid-column: 1 / -1; 
    margin-bottom: 0px;
}

.special-partners-editorial .section-title {
    font-size: 2.2rem !important;
    line-height: 1.1 !important;
    color: var(--midnight-navy) !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

/* Partner-Grid (Rechte Seite) */
.special-partners-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 50px 30px !important;
}

/* Karten-Logik für Discover-Link auf einer Linie */
.special-partner-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.special-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.special-partner-card p.sans-text {
    flex-grow: 1;
    margin-bottom: 25px;
    font-size: 0.88rem;
    line-height: 1.6;
}

.special-read-more {
    font-family: 'Roboto Mono', monospace;
    font-size: 1rem !important;
    font-weight: 700;
    color: var(--midnight-navy);
    
    padding-bottom: 2px;
    align-self: flex-start;
    margin-top: auto; /* Erzwingt die Linie */
}

.special-read-more:hover {
	text-decoration: none;
}

/* Bild-Container */
.special-image-box {
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-bottom: 25px;
}

.special-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: all 0.6s ease;
}

.special-partner-card:hover .special-image-box img {
    filter: grayscale(0);
    transform: scale(1.03);
}

/* --- RESPONSIVE FIXES (WICHTIG) --- */

@media (max-width: 1250px) {
    .special-partners-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 1100px) {
    .special-partners-editorial {
        /* Hebt die 320px Spalte auf, damit Text & Grid untereinander stehen */
        grid-template-columns: 1fr !important; 
        padding-left: 40px !important;
        padding-right: 40px !important;
        gap: 30px !important;
    }
    
    .special-partners-editorial .aside-label {
        margin-bottom: 20px;
    }

    .grid-header-full {
        margin-bottom: 30px;
    }
}

@media (max-width: 700px) {
    .special-partners-grid {
        grid-template-columns: 1fr !important; /* Volle Breite für Mobile */
    }
    
    .special-image-box {
        height: 300px; /* Etwas flacher für kleine Screens */
    }
}



/* --- CO-HOST SECTION (SF SPECIFIC) --- */

.co-host-section {
    display: grid !important;
    grid-template-columns: 320px 1fr !important; /* Bewahrt die vertikale Achse */
    gap: 60px !important;
    padding: 0 8% 100px 100px !important;
    background: var(--bg-paper);
    align-items: start;
}

/* Verhindert Versatz bei fehlendem Label-Text */
.co-host-section .aside-label {
    display: block !important;
}

/* Rechter Inhaltsbereich */
.co-host-full {
    display: block !important;
}

.co-host-section .section-title {
    font-size: 2.2rem !important;
    line-height: 1.1 !important;
    color: var(--midnight-navy) !important;
    font-weight: 700 !important;
    margin-bottom: 40px !important;
}

/* Die Karte: Horizontal auf Desktop */
.co-host-card {
    display: grid !important;
    grid-template-columns: 450px 1fr !important;
    gap: 60px !important;
    align-items: start;
    text-decoration: none;
    color: inherit;
}

.co-host-image {
    height: 500px !important;
    width: 100% !important;
    overflow: hidden;
}

.co-host-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transition: all 0.6s ease;
}

.co-host-card:hover img {
    filter: grayscale(0);
    transform: scale(1.03);
}

.co-host-content {
    display: flex;
    flex-direction: column;
}

.co-host-content h3 {
    font-size: 2rem;
    margin: 15px 0 20px 0;
    color: var(--midnight-navy);
}

.co-host-content p.sans-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* --- RESPONSIVE ADJUSTMENTS --- */

@media (max-width: 1200px) {
    .co-host-card {
        grid-template-columns: 400px 1fr !important;
        gap: 40px !important;
    }
}

@media (max-width: 1100px) {
    .co-host-section {
        grid-template-columns: 1fr !important; /* Entfernt die 320px Spalte */
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    /* Entfernt das Label-Feld komplett für bündigen Linksschluss */
    .co-host-section .aside-label {
        display: none !important;
    }

    .co-host-card {
        grid-template-columns: 1fr !important; /* Stapelt Bild über Text */
    }

    .co-host-image {
        height: 400px !important;
    }
    
    .co-host-section .section-title {
  font-size: 1.2rem !important;
  line-height: 1.1 !important;
  color: var(--midnight-navy) !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  margin-top: 60px !important;
}
}

@media (max-width: 768px) {
    .co-host-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/*Page Partner*/
/* --- PARTNER DETAIL FINAL: NO INVERT | STRIKT AXIS --- */

.page-partner-detail .hero-editorial {
    display: grid !important;
    grid-template-columns: 320px 1fr !important;
    gap: 60px !important;
    padding: 80px 8% 80px 70px !important;
    background: #0a1f33 !important;
    color: #ffffff !important;
    align-items: start;
}

/* Container für Logo & Text (Rechte Achse) */
.hero-content-right {
    grid-column: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 60px !important;
    align-items: start;
    max-width: 1100px !important;
    margin-left: 40px;
}

/* Logo: Originalfarben */
.page-partner-detail .hero-image-wrapper {
    flex: 0 0 280px !important; /* Feste Breite für das Logo */
}

.page-partner-detail .lead-image {
    width: 100% !important;
    height: auto !important;
    filter: none !important; /* FILTER ENTFERNT */
    object-fit: contain !important;
}

/* Text: Maximale Breite */
.page-partner-detail .hero-text-block {
    flex: 1 !important;
}

.page-partner-detail .hero-text-block h1 {
    font-size: 3.5rem !important;
    line-height: 1.1;
    margin: 0 0 20px 0 !important;
    color: #ffffff !important;
}

.page-partner-detail .lead-text {
    font-size: 1.25rem !important;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9) !important;
    max-width: 620px;
}

/* Representatives: 3 in einer Reihe */
.page-partner-detail .special-partners-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

.page-partner-detail .person-card img {
    width: 100% !important;
    height: 280px !important;
    object-fit: cover !important;
}

/* Footer-Abstand Fix */
.page-partner-detail section.content-grid-row {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.page-partner-detail main {
    padding-bottom: 40px !important;
}

/* --- PARTNER DETAIL: LOGO WHITE & ALIGNED --- */

.page-partner-detail .hero-image-wrapper {
    flex: 0 0 430px !important; /* Vergrößert auf 320px */
   margin-right: 90px;
   margin-top: 100px;
}

.page-partner-detail .lead-image {
    width: 100% !important;
    height: auto !important;
    
    /* Mix-Blend-Mode explizit entfernen */
    mix-blend-mode: normal !important; 
    
    /* Weiß-Färbung via Filter */
    
    
    object-fit: contain !important;
}
.page-partner-detail .aqceptence {
  padding: 55px;
  background: #fff;
  margin-top: -61px;
}

.page-partner-detail .dehoust {
  margin-top: -102px;
  padding: 40px;
  background: #fff;
}
.page-partner-detail .ewd {
  margin-top: -100px;
  padding: 40px;
  background: #fff;
}

.page-partner-detail .moesslein {
  margin-top: -109px;
  padding: 0px;
  background: #fff;
}

@media (max-width: 600px) {
	.page-partner-detail .aqceptence {
 margin-top: -22px;
 padding: 20px;
}

	.page-partner-detail .dehoust {
  margin-top: -22px;
  
}

.page-partner-detail .ewd {
  margin-top: -22px;
  padding: 40px;
  background: #fff;
}

.page-partner-detail .moesslein {
  margin-top: -22px;
  padding: 0px;
  background: #fff;
}

}
/* Bündigkeit an der Oberkante */
.page-partner-detail .hero-text-block {
    flex: 1 !important;
    padding-top: 4px; /* Optische Korrektur zur Logo-Oberkante */
}

.page-partner-detail .hero-text-block h1 {
    font-size: 3.5rem !important;
    line-height: 1.0; /* Engere Zeilenhöhe für bündigen Abschluss */
    margin: 0 0 20px 0 !important;
}

.page-partner-detail .lead-text {
    max-width: 620px; /* Behält deine gewünschte Zeilenlänge bei */
}

/* --- RESPONSIVE ADAPTATIONS (Desktop remains unchanged) --- */

@media (max-width: 1200px) {
    .page-partner-detail .hero-editorial {
        padding: 60px 5% !important;
        grid-template-columns: 1fr !important; /* Hebt die leere 320px Spalte auf */
    }
    
    .page-partner-detail .hero-text-block {
    flex: 1 !important;
    padding-top: 50px; /* Optische Korrektur zur Logo-Oberkante */
}

    .hero-content-right {
        grid-column: 1 !important;
        margin-left: 0 !important;
        flex-direction: column !important; /* Logo über Text */
        gap: 40px !important;
    }

    .page-partner-detail .hero-image-wrapper {
        flex: 0 0 auto !important;
        width: 100% !important;
        /*ax-width: 300px !important; /* Logo wird auf Mobile handhabbar */
        margin-top: 80px !important;
        margin-right: 0 !important;
    }

    .page-partner-detail .hero-text-block h1 {
        font-size: 2.8rem !important; /* Etwas kleiner für Mobile */
    }
}

@media (max-width: 900px) {
    .page-partner-detail section.content-grid-row {
        grid-template-columns: 1fr !important;
        padding: 40px 5% !important;
    }

    .page-partner-detail .special-partners-grid {
        grid-template-columns: repeat(2, 1fr) !important; /* 2 Portraits nebeneinander */
    }
}

@media (max-width: 600px) {
    .page-partner-detail .special-partners-grid {
        grid-template-columns: 1fr !important; /* 1 Portrait pro Zeile */
    }

    .page-partner-detail .hero-text-block h1 {
        font-size: 2.2rem !important;
    }
    
    .page-partner-detail .lead-text {
        font-size: 1.1rem !important;
    }
}

/* --- SIGNATURE VISIBILITY --- */
.page-partner-detail .signature-block {
    margin-top: 25px !important;
    border: none !important; /* Entfernt eventuelle Linien */
    display: block !important;
    width: 100% !important;
    padding-left: 0!important;
}

.page-partner-detail .signature-block p {
    color: rgba(255, 255, 255, 0.7) !important; /* Helles Weiß/Grau für Sichtbarkeit */
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

/*Schriftgröße #main*/
/* ==========================================================
   GLOBAL TEXT HARMONIZATION: #MAIN (FINAL OVERRIDE)
   ========================================================== */

main p, 
main .article-body p, 
main .usp-item p {
    font-size: 1.15rem !important;
    line-height: 1.65 !important;
    color: #333333 !important;
    margin-bottom: 1.5rem !important;
}

/* Spezifisch für Lead-Texte im Hero-Bereich */
main .lead-text {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.5rem !important;
}

/* Vereinheitlichung der H3-Überschriften */
main h3 {
    font-size: 1.8rem !important;
    line-height: 1.25 !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    color: #0a1f33 !important;
}