/* --- VARIABLES --- */
:root {
    --primary: #000000;
    --gold: #C5A028;
    --white: #ffffff;
    --gray: #f8f9fa; 
    --text: #222222;
}

/* --- RESET & TYPO --- */
* { margin: 0; padding: 0; box-sizing: border-box; }

html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body { 
    font-family: 'Montserrat', Helvetica, Arial, sans-serif; 
    line-height: 1.7; 
    color: var(--text);
    background-color: var(--white);
    font-size: 16px;
}

p, li { font-size: 1rem; margin-bottom: 15px; font-weight: 400; }

/* HEADLINES */
h1, h2, h3, h4 { 
    font-weight: 800; text-transform: uppercase; line-height: 1.2; 
    color: var(--primary); letter-spacing: -0.5px; margin-bottom: 1rem;
}
h2 { font-size: 2.5rem; margin-bottom: 40px; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1rem; font-weight: 700; border-bottom: 2px solid var(--gold); display: inline-block; padding-bottom: 5px; margin-bottom: 20px; }

/* SECTIONS */
.section { padding: 100px 20px; }
.container { max-width: 1100px; margin: 0 auto; }
.text-center { text-align: center; }
.bg-dark { background-color: var(--primary); color: white; }
.bg-gray { background-color: var(--gray); }
.text-gold { color: var(--gold); }

.lead-text { 
    font-size: 1.15rem; font-weight: 500; margin-bottom: 40px; 
    color: #444; max-width: 800px; margin: 0 auto 50px auto; line-height: 1.6; 
}

/* NAV - BASIS (Desktop) */
.navbar { 
    display: flex; justify-content: space-between; align-items: center; 
    padding: 1rem 2rem; /* Etwas weniger Padding für mehr Platz */
    background-color: rgba(255,255,255,0.98); 
    position: fixed; width: 100%; top: 0; z-index: 1000; 
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.logo { font-size: 1.4rem; font-weight: 900; letter-spacing: 1px; color: var(--primary); white-space: nowrap; }
.nav-menu { display: flex; list-style: none; align-items: center; gap: 1.5rem; } /* Gap etwas verkleinert */
.nav-link { text-decoration: none; color: var(--primary); font-weight: 600; text-transform: uppercase; font-size: 0.75rem; transition: 0.3s; letter-spacing: 0.5px; white-space: nowrap; }
.nav-link:hover { color: var(--gold); }
.btn-nav { 
    padding: 10px 20px; background: var(--primary); color: var(--white); 
    text-decoration: none; text-transform: uppercase; font-weight: bold; 
    font-size: 0.75rem; letter-spacing: 1px; transition: 0.3s; white-space: nowrap;
}
.btn-nav:hover { background: #333; }
.hamburger { display: none; cursor: pointer; }
.bar { display: block; width: 25px; height: 3px; margin: 5px auto; background-color: var(--primary); transition: 0.3s; }

/* HERO */
.hero { 
    height: 100vh; width: 100%; position: relative; 
    display: flex; align-items: center; justify-content: center; 
    text-align: center; color: var(--white); overflow: hidden; background: #000;
}
.bg-video { 
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); 
    min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: 0; object-fit: cover; 
}
.hero-overlay { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 100%); z-index: 1; 
}
.hero-content { position: relative; z-index: 2; width: 100%; max-width: 900px; padding: 0 20px; }
.hero h1 { font-size: 3.5rem; margin-bottom: 0.5rem; letter-spacing: -2px; text-shadow: 0 10px 30px rgba(0,0,0,0.5); line-height: 1.1; }
@media (min-width: 900px) { .hero h1 { font-size: 5.5rem; } }
.hero-sub-de { font-size: 1.2rem; font-weight: 300; color: var(--gold) !important; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 2rem !important; text-shadow: 0 2px 10px rgba(0,0,0,0.8); }
@media (min-width: 900px) { .hero-sub-de { font-size: 1.6rem; letter-spacing: 3px; } }
.hero .btn-main { background: transparent; border: 2px solid #ffffff; color: #ffffff; padding: 18px 45px; font-size: 1rem; letter-spacing: 2px; }
.hero .btn-main:hover { background: #ffffff; color: #000000; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

/* BUTTONS & GENERAL UI */
.btn-main { display: inline-block; padding: 15px 40px; background: var(--primary); color: var(--white); text-decoration: none; font-weight: bold; text-transform: uppercase; transition: 0.3s; letter-spacing: 1px; border: none; cursor: pointer;}
.btn-main:hover { background: var(--gold); color: #000; }
.btn-outline-dark { display: inline-block; padding: 12px 30px; border: 2px solid var(--primary); color: var(--primary); text-decoration: none; font-weight: bold; text-transform: uppercase; transition: 0.3s; letter-spacing: 1px; background: transparent; cursor: pointer; }
.btn-outline-dark:hover { background: var(--primary); color: var(--white); }
.text-link { color: var(--primary); font-weight: 500; border-bottom: 1px solid rgba(0,0,0,0.3); text-decoration: none; transition: 0.3s; }
.text-link:hover { color: var(--gold); border-bottom-color: var(--gold); }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 80px; align-items: start; }
.about-img { width: 100%; border-radius: 2px; transform: translateZ(0); backface-visibility: hidden; image-rendering: -webkit-optimize-contrast; } 
.photo-credit { font-size: 0.7rem; color: #aaa; margin-top: 5px; text-align: right; text-transform: uppercase; letter-spacing: 1px; }
.bio-list, .award-list { list-style: none; margin-bottom: 40px; }
.bio-list { border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 20px 0; }
.bio-list li { display: flex; justify-content: space-between; font-size: 1rem; color: #333; margin-bottom: 10px; }
.bio-list span { color: #777; font-weight: 400; }
.bio-list strong { color: #000; font-weight: 600; }
.awards-section { margin-top: 30px; }
.award-list li { font-size: 1rem; color: #555; margin-bottom: 12px; padding-left: 0; line-height: 1.6; }
.award-list a { color: #444; text-decoration: none; border-bottom: 1px solid transparent; transition: 0.3s; }
.award-list a:hover { color: var(--gold); border-bottom: 1px solid var(--gold); }
.stats-grid { display: flex; gap: 50px; margin-top: 50px; }
.stat-box h3 { font-size: 2.8rem; color: var(--primary); margin-bottom: 0; line-height: 1; }
.stat-box p { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: #888; margin-top: 10px; }

/* MOTTO & ECOSYSTEM */
.motto-banner { background-color: var(--primary); padding: 100px 20px; text-align: center; }
.motto-banner h2 { color: var(--white); font-size: 2.5rem; font-weight: 300; letter-spacing: 2px; opacity: 0.9; line-height: 1.2; }
@media (min-width: 768px) { .motto-banner h2 { font-size: 3rem; } }

.section-header { text-align: center; max-width: 800px; margin: 0 auto 80px auto; }
.eco-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; }
.eco-card { background: var(--white); border-bottom: 1px solid #eee; transition: 0.3s; }
.eco-card:hover { transform: translateY(-5px); border-bottom-color: var(--gold); }
.eco-img { width: 100%; height: 250px; object-fit: cover; object-position: top center; filter: grayscale(20%); transition: 0.5s; }
.eco-card:hover .eco-img { filter: grayscale(0%); }
.eco-content { padding: 30px 0; padding-top: 15px !important; }
.eco-content .photo-credit { margin-top: 0 !important; margin-bottom: 10px; }
.eco-content h3 { font-size: 1.5rem; margin-bottom: 15px; }
.eco-content p { color: #555; font-size: 1rem; line-height: 1.7; }

/* PARALLAX */
.parallax-separator { height: 60vh; width: 100%; background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.parallax-overlay { position: absolute; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.2); }
.image-1 { background-image: url('images/rainbow.jpeg'); background-position: center top !important; }
.image-2 { background-image: url('images/intermezzo-2.jpeg'); }


/* HIER DAS NEUE EINFÜGEN: */
.image-3 { 
    background-image: url('images/intermezzo-3.jpeg'); 
    background-position: center top !important; /* Das übernimmt den Zuschnitt von Bild 1 */
}

/* KEYNOTES */
.keynote-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.keynote-topics { display: flex; flex-direction: column; gap: 30px; }
.topic-item { padding-left: 20px; border-left: 3px solid #eee; transition: 0.3s; }
.topic-item:hover { border-left-color: var(--gold); }
.topic-item h3 { font-size: 1.2rem; margin-bottom: 5px; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; }
.topic-subtitle { font-weight: 700; font-size: 0.95rem; color: var(--gold); margin-bottom: 8px; text-transform: uppercase; }
.keynote-cta { margin-top: 60px; }
.keynote-image img { width: 100%; filter: contrast(1.1); }
.references-container { margin-top: 60px; margin-bottom: 40px; }
.references-details summary { outline: none; list-style: none; }
.references-details summary::-webkit-details-marker { display: none; }
.references-content { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; text-align: left; margin-top: 30px; padding: 30px; background: var(--gray); border-top: 2px solid var(--gold); animation: fadeIn 0.5s ease; }
.ref-column ul { list-style: none; padding: 0; }
.ref-column li { margin-bottom: 8px; color: #555; font-size: 0.95rem; }

/* PERFORMANCE */
.performance-wrapper { display: grid; grid-template-columns: 1fr 1.5fr; gap: 80px; align-items: start; margin-bottom: 80px; }
.performance-visual { position: sticky; top: 120px; }
.medals-img { width: 100%; border: 1px solid #333; filter: grayscale(30%); }
.highlight-box { margin-top: 30px; border-left: 1px solid var(--gold); padding-left: 20px; }
.highlight-box h3 { color: var(--gold); font-size: 1.1rem; margin-bottom: 5px; }
.year-title { font-size: 2rem; color: var(--white); border-bottom: 1px solid #333; padding-bottom: 15px; margin-bottom: 25px; display: flex; align-items: center; gap: 20px; }
.highlight-badge { border: 1px solid var(--gold); color: var(--gold); font-size: 0.7rem; padding: 4px 10px; font-weight: bold; letter-spacing: 1px; background: transparent; }
.results-table li { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #222; color: #bbb; font-size: 1.1rem; }
.results-table li.win { color: var(--white); }
.results-table li.win .rank { color: var(--gold); font-weight: 700; }
.results-table li.para-highlight { color: var(--white); }
.results-table li.para-highlight .rank { color: #fff; background: #333; padding: 2px 8px; font-size: 0.9rem; }
.calendar-section { margin-top: 160px; border-top: 1px solid rgba(197, 160, 40, 0.3); padding-top: 100px; }
.calendar-list-horizontal { display: flex; justify-content: center; flex-wrap: wrap; gap: 60px; margin-top: 40px; }
.cal-date { display: block; color: var(--gold); font-weight: bold; font-size: 1.1rem; margin-bottom: 5px; letter-spacing: 1px; }
.history-btn { display: inline-block; margin-top: 20px; cursor: pointer; color: var(--gold); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; border: 1px solid var(--gold); padding: 15px 30px; list-style: none; transition: 0.3s; width: 100%; text-align: center; }
.history-btn:hover { background: var(--gold); color: #000; }
.history-btn::-webkit-details-marker { display: none; }
.archive-content { margin-top: 30px; padding-top: 20px; border-top: 1px solid #333; animation: fadeIn 0.5s ease; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }

/* GALERIE */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.gallery-item { overflow: hidden; height: 250px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease, filter 0.5s ease; filter: grayscale(30%); }
.gallery-item:hover img { transform: scale(1.05); filter: grayscale(0%); }
.obj-pos-top { object-position: top center !important; }
.obj-pos-left { object-position: left center !important; }
.gallery-credit { font-size: 0.7rem; color: #888; margin-top: 5px; text-align: right; font-style: italic; display: block; }
.lightbox-trigger { cursor: zoom-in; transition: transform 0.3s ease; }

/* MEDIA */
.media-section-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; align-items: flex-start; }
.media-card { background: var(--white); border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); overflow: hidden; transition: transform 0.3s ease; border-top: 4px solid var(--gold); }
.media-card:hover { transform: translateY(-5px); }
.card-header { padding: 30px 20px 10px 20px; text-align: center; border-bottom: 1px solid #f0f0f0; margin-bottom: 0; }
.card-icon { font-size: 3rem; display: block; margin-bottom: 10px; }
.media-card h3 { font-size: 1.2rem; margin-bottom: 10px; letter-spacing: 0.5px; }
.card-content { padding: 10px 0; }
.media-row { display: flex; justify-content: space-between; align-items: center; padding: 15px 25px; text-decoration: none; color: var(--text); border-bottom: 1px solid #f9f9f9; transition: background-color 0.2s, color 0.2s, padding-left 0.2s; font-size: 0.9rem; line-height: 1.4; }
.media-row:last-child { border-bottom: none; }
.media-row:hover { background-color: var(--gray); color: var(--primary); padding-left: 30px; }
.row-title { font-weight: 500; }
.row-arrow { color: var(--gold); font-weight: bold; font-size: 1.1rem; }
.row-badge { font-size: 0.7rem; background: #eee; padding: 2px 6px; border-radius: 4px; color: #666; text-transform: uppercase; font-weight: bold; }
.media-footer { margin-top: 60px; }
.media-footer .media-buttons { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }

/* SPONSORS */
.sponsor-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 60px; margin-top: 60px; }
.sponsor-item img { max-width: 160px; max-height: 60px; filter: grayscale(100%); opacity: 0.6; transition: 0.3s; }
.sponsor-item img:hover { filter: grayscale(0%); opacity: 1; }

/* FANCLUB VISUAL */
.fanclub-visual {
    background-image: url('images/wm4.jpeg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    color: #fff;
    padding: 120px 20px;
}
.fanclub-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.75); z-index: 1; }
.fanclub-content-layer { position: relative; z-index: 2; }
.supporters-box-dark {
    margin-top: 50px;
    padding: 40px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    backdrop-filter: blur(10px);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.supporters-box-dark h4 { color: var(--gold); border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 10px; display: inline-block; }
.supporters-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px 30px; }
.supporters-list span { font-size: 1rem; color: #e0e0e0; font-weight: 500; position: relative; }
.supporters-list span::after { content: "•"; color: var(--gold); margin-left: 30px; opacity: 0.5; }
.supporters-list span:last-child::after { display: none; }

/* KONTAKT & FORM */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-info h2 { margin-bottom: 20px; }
.contact-details p { margin-bottom: 25px; }
.contact-image-wrapper { margin-bottom: 30px; border-radius: 4px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.contact-team-img { width: 100%; height: auto; display: block; filter: sepia(10%); }
.contact-form-compact { background: var(--white); padding: 40px; border: 1px solid #eee; box-shadow: 0 5px 20px rgba(0,0,0,0.03); }
.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.compact-input { width: 100%; padding: 15px; border: 1px solid #ddd; background: #f9f9f9; font-family: inherit; font-size: 0.9rem; }
.compact-textarea { width: 100%; height: 120px; padding: 15px; border: 1px solid #ddd; background: #f9f9f9; font-family: inherit; font-size: 0.9rem; margin-bottom: 20px; resize: vertical; }
.compact-input:focus, .compact-textarea:focus { outline: none; border-color: var(--gold); background: #fff; }

/* MODALS */
.lightbox, .modal-overlay { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgba(0, 0, 0, 0.95); }
.modal-overlay { background-color: rgba(0,0,0,0.6); backdrop-filter: blur(5px); z-index: 3000; }
.lightbox-content { margin: auto; display: block; width: 80%; max-width: 1200px; max-height: 80vh; object-fit: contain; border: 2px solid #333; animation: zoomIn 0.3s; margin-top: 50px; }
#lightbox-caption { margin: auto; display: block; width: 80%; text-align: center; color: #ccc; padding: 10px 0; font-size: 0.9rem; font-weight: 300; }
.fanclub-content { background-color: #fff; margin: 10% auto; padding: 30px; border: 1px solid #888; width: 90%; max-width: 550px; text-align: left; border-radius: 8px; position: relative; box-shadow: 0 20px 50px rgba(0,0,0,0.3); animation: zoomIn 0.3s; }
.fanclub-content h3 { text-align: center; margin-bottom: 10px; }
.modal-intro { text-align: center; margin-bottom: 25px; color: #555; }
.close-modal, .close-lightbox { color: #aaa; position: absolute; top: 10px; right: 20px; font-size: 28px; font-weight: bold; cursor: pointer; }
.close-modal:hover, .close-lightbox:hover { color: #000; }
.close-lightbox { top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; }
.iban-box { background-color: #f4f4f4; border-left: 4px solid var(--gold); padding: 15px; margin-bottom: 25px; font-family: monospace; }
.iban-label { font-size: 0.8rem; color: #888; margin-bottom: 5px; text-transform: uppercase; }
.iban-number { font-size: 1.1rem; font-weight: bold; color: #000; margin-bottom: 5px; letter-spacing: 1px; }
.iban-owner { font-size: 0.9rem; margin-bottom: 0; }
.iban-note { font-size: 0.8rem; color: #666; font-style: italic; margin-bottom: 0; margin-top: 5px; }
.form-group-modal { margin-bottom: 15px; }
.form-group-modal label { display: block; font-size: 0.9rem; font-weight: 600; margin-bottom: 5px; }
.modal-input { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 1rem; }
.checkbox-group { display: flex; align-items: flex-start; gap: 12px; background: #fff; border: 1px solid #eee; padding: 15px; margin-bottom: 20px; border-radius: 4px; }
.checkbox-group input[type="checkbox"] { margin-top: 5px; transform: scale(1.2); }
.checkbox-group label { font-size: 0.95rem; line-height: 1.4; cursor: pointer; }
@keyframes zoomIn { from {transform:scale(0)} to {transform:scale(1)} }

/* FOOTER */
footer { background: #000; color: #666; padding: 60px 0; text-align: center; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; }

/* ----------------------------------------------------------- */
/* --- RESPONSIVE LOGIC (Getrennt: Menu / Layout) --- */
/* ----------------------------------------------------------- */

/* STUFE 1: TABLET/LAPTOP (1200px) - Hier schon das Menu einklappen! */
@media (max-width: 1200px) {
    /* Menu wird zum Hamburger, um Platz zu sparen */
    .hamburger { display: block; z-index: 2000; }
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 0;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        padding-top: 100px;
        transition: 0.3s;
        z-index: 1500;
        justify-content: flex-start;
        gap: 1.5rem;
    }
    .nav-menu.active { left: 0; }
    
    /* Aber das Layout (Grid) bleibt noch breit (Desktop-Style) */
    .container { max-width: 90%; }
}

/* STUFE 2: MOBILE/HANDY (768px) - Jetzt auch das Layout stapeln */
@media (max-width: 768px) {
    
    /* Reset & Sicherheit */
    html, body { overflow-x: hidden !important; width: 100% !important; position: relative; }
    .container { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; }
    .section { padding: 60px 0 !important; }

    /* Hero Fix */
    .hero { height: 100vh; min-height: 500px; }
    .hero-content { padding: 0 20px !important; max-width: 100% !important; margin: 0 auto !important; }
    .hero h1 { font-size: 2.2rem !important; line-height: 1.2 !important; word-wrap: break-word !important; }
    .hero-sub-de { font-size: 1rem !important; margin-bottom: 30px !important; }

    /* Layout stapeln */
    .about-grid { display: flex !important; flex-direction: column !important; gap: 40px !important; width: 100% !important; }
    .about-image-container, .about-text { width: 100% !important; max-width: 100% !important; margin: 0 !important; padding: 0 !important; }
    .about-img { width: 100% !important; height: auto !important; max-height: 500px; object-fit: cover; }

    .stats-grid { display: flex !important; flex-wrap: wrap !important; gap: 20px !important; justify-content: space-between !important; }
    .stat-box { flex: 1 1 45% !important; text-align: center; }
    .stat-box h3 { font-size: 2rem !important; }

    .keynote-grid, .performance-wrapper, .references-content, .media-section-grid, .contact-layout { display: flex !important; flex-direction: column !important; gap: 40px !important; }
    .keynote-image { order: -1; margin-bottom: 20px; }
    .performance-visual { position: static !important; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
    
    /* Parallax Fix für Mobile (Scroll statt Fixed) */
    .parallax-separator { background-attachment: scroll !important; height: 30vh !important; }
    
    .calendar-list-horizontal { flex-direction: column !important; align-items: center !important; gap: 30px !important; }
    .media-buttons { flex-direction: column !important; width: 100% !important; gap: 15px !important; }
    .btn-outline-dark { width: 100% !important; text-align: center !important; }
    .form-row { flex-direction: column; gap: 20px; }
    .supporters-list { flex-direction: column; gap: 10px; }
    .supporters-list span::after { display: none; }
}
/* --- PARALLAX ERWEITERUNG --- */

/* Das dritte Bild definieren */
.image-3 { 
    background-image: url('images/intermezzo-1.jpeg'); /* Stelle sicher, dass dieses Bild existiert */
    background-position: center center;
}

/* WICHTIG: Dies muss ausserhalb der Media-Queries stehen, damit es immer sichtbar ist */
.parallax-separator {
    position: relative; 
}

.parallax-credit {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8); /* Etwas stärkerer Schatten für Lesbarkeit */
    z-index: 10;
    pointer-events: none; /* Damit man nicht versehentlich den Text statt dem Bild scrollt */
}

/* Mobile Anpassung für das dritte Bild, falls nötig */
@media (max-width: 768px) {
    .image-3 {
        background-attachment: scroll !important;
    }
}
/* =========================================
   FIX FÜR IPAD & MOBILE (Parallax Zoom)
   ========================================= */
@media screen and (max-width: 1180px), (hover: none) {
    .parallax-separator {
        /* Deaktiviert den Fixier-Effekt auf Touch-Geräten */
        background-attachment: scroll !important;
        
        /* Zentriert das Bild perfekt */
        background-position: center center !important;
        
        /* Stellt sicher, dass es den Bereich füllt */
        background-size: cover !important;
        
        /* Optional: Höhe etwas anpassen, falls nötig */
        min-height: 400px; 
    }
}