:root {
    --neon-green: #d2ff00; 
    --dark-bg: #0a0a0a;
    --overlay: rgba(0, 0, 0, 0.85);
}

html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Oswald'; font-style: normal; font-weight: 400; font-display: swap;
    src: url('fonts/oswald-v57-latin-regular.woff2') format('woff2'), url('fonts/oswald-v57-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Oswald'; font-style: normal; font-weight: 500; font-display: swap;
    src: url('fonts/oswald-v57-latin-500.woff2') format('woff2'), url('fonts/oswald-v57-latin-500.woff') format('woff');
}
@font-face {
    font-family: 'Oswald'; font-style: normal; font-weight: 700; font-display: swap;
    src: url('fonts/oswald-v57-latin-700.woff2') format('woff2'), url('fonts/oswald-v57-latin-700.woff') format('woff');
}
@font-face {
    font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap;
    src: url('fonts/poppins-v24-latin-300.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap;
    src: url('fonts/poppins-v24-latin-regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap;
    src: url('fonts/poppins-v24-latin-600.woff2') format('woff2');
}

* { box-sizing: border-box; }

body, html {
    margin: 0; 
    padding: 0;
    background-color: var(--dark-bg);
    font-family: 'Poppins', sans-serif; 
    color: #ffffff; 
    scroll-behavior: smooth;
}

a:hover,
a:focus,
a:active,
a:focus-visible {text-decoration: none !important;}

.bg-fixed-layer {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('img/bg.jpg');
    background-size: cover;
    background-position: center;
    z-index: 1; 
    will-change: transform; 
    transform: translateZ(0); 
    opacity: 0.1;
}

.backdrop, 
.backdrop-legal {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    background-color: transparent !important;
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(5px);
}

section {
    width: 100%;
    background-color: transparent !important; 
}

.hero {
    min-height: 65vh;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
    padding: 20px; 
    padding-top: 60px; 
    text-align: center;
}

.logo-container { width: 100%; max-width: 350px; margin-bottom: 20px; animation: fadeIn 1s ease-out; margin-top: 50px }
.logo-container img { width: 100%; height: auto; filter: drop-shadow(0 0 15px rgba(0,0,0,0.5)); }

.event-info { font-family: 'Oswald', sans-serif; font-weight:700; uppercase; animation: fadeIn 1.2s ease-out both; }
.event-date { font-size: clamp(1.8rem, 8vw, 3rem); color: var(--neon-green); line-height: 1.1; display: block; }
.event-location { font-size: clamp(0.9rem, 3vw, 1.3rem); letter-spacing: 2px; opacity: 1; margin-top: 5px; display: block; }

.scroll-hint { 
    animation: bounce 2s infinite; 
    opacity: 0.5; 
    margin-top: 40px; 
    text-align: center; 
}

.facebook-container {
    text-align: center; margin: 0px auto 80px auto; padding: 0 20px 60px; z-index: 20; position: relative;
}

.fb-event-link {
    display: inline-flex; align-items: center; justify-content: center;
    background: rgba(255, 255, 255, 0.05); border: 2px solid var(--neon-green);
    color: var(--neon-green); padding: clamp(10px, 2vw, 15px) clamp(15px, 4vw, 30px);
    text-decoration: none; font-family: 'Oswald', sans-serif; font-weight: 700;
    font-size: clamp(0.85rem, 3.5vw, 1.1rem); text-transform: uppercase;
    letter-spacing: 1px; border-radius: 4px; transform: rotate(-2deg);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 15px rgba(210, 255, 0, 0.2); animation: pulseGlow 3s infinite;
    max-width: 100%; line-height: 1.2;
}

.fb-event-link:hover { transform: rotate(0deg) scale(1.05); background: var(--neon-green); color: #000; box-shadow: 0 0 30px rgba(210, 255, 0, 0.6); }
.fb-event-link svg { margin-right: 12px; fill: currentColor; flex-shrink: 0; }

.merch-section { padding: 80px 0 100px 0; }
.section-header { text-align: center; margin-bottom: 40px; padding: 0 20px; }
.section-header h2 { font-family: 'Oswald', sans-serif; font-size: clamp(2rem, 7vw, 3.5rem); margin: 0; text-transform: uppercase; }

.charity-badge {
    display: inline-block; background: var(--neon-green); color: #000; padding: 4px 12px;
    font-weight: 800; margin-top: 10px; transform: skewX(-10deg);
    font-size: clamp(0.75rem, 3.5vw, 1.2rem); max-width: 95vw; 
    line-height: 1.2; text-transform: uppercase; box-shadow: 4px 4px 0px rgba(0,0,0,0.2); word-wrap: break-word;
}

.slider-wrapper { width: 100%; overflow: hidden; position: relative; padding: 0 0 10px 0; border-bottom: none; }
.slider-container {
    display: flex; overflow-x: auto; gap: 20px; margin: 0 20px; padding: 10px 0px 30px 0px; 
    scroll-snap-type: x mandatory; scroll-behavior: smooth; -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; scrollbar-color: var(--neon-green) rgba(255,255,255,0.05);
}

.slider-container::-webkit-scrollbar { height: 4px; display: block; }
.slider-container::-webkit-scrollbar-track { background: rgba(255,255,255,0.05); }
.slider-container::-webkit-scrollbar-thumb { background: var(--neon-green); border-radius: 2px; }

.merch-card {
    flex: 0 0 280px; scroll-snap-align: center; background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 4px; padding: 15px;
    text-decoration: none; color: white; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex; flex-direction: column; position: relative;
}

.merch-card:hover { background: rgba(255,255,255,0.07); border-color: var(--neon-green); transform: translateY(-5px); }
.merch-card::after {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(225deg, rgba(210,255,0,0.1) 0%, transparent 40%); opacity: 0; transition: opacity 0.4s;
}
.merch-card:hover::after { opacity: 1; }

.merch-card img { width: 100%; height: auto; margin-bottom: 15px; filter: drop-shadow(0 10px 15px rgba(0,0,0,0.3)); }
.merch-card h3 { font-family: 'Oswald', sans-serif; margin: 0; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 1px; }
.merch-card .price-info { font-size: 0.8rem; opacity: 0.6; margin-top: 5px; }
.merch-card .cta { margin-top: 15px; font-size: 0.8rem; font-weight: 700; color: var(--neon-green); text-transform: uppercase; letter-spacing: 1px; }

.full-shop-link { text-align: center; margin-top: 40px; }
.btn-shop { font-family: 'Oswald', sans-serif; font-size: 1.3rem; color: #fff; text-decoration: none; border: 2px solid var(--neon-green); padding: 12px 30px; display: inline-block; transition: all 0.3s; }
.btn-shop:hover { background: var(--neon-green); color: #000; }

.footer-link { color: #ffffff; text-decoration: none; transition: color 0.3s; border-bottom: 1px solid transparent; }
.footer-link:hover { color: var(--neon-green); border-bottom: 1px solid var(--neon-green); }

/* Animationen */
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-8px);} 60% {transform: translateY(-4px);} }
@keyframes pulseGlow { 0% { box-shadow: 0 0 10px rgba(210, 255, 0, 0.2); } 50% { box-shadow: 0 0 25px rgba(210, 255, 0, 0.5); } 100% { box-shadow: 0 0 10px rgba(210, 255, 0, 0.2); } }

@media (min-width: 1200px) {
    .slider-container { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; }
    .slider-wrapper { max-width: 1300px; margin: 0 auto; }
}

/* Video & Record Sektion */
.record-section {
    padding: 80px 20px;
    text-align: center;
    background: rgba(210, 255, 0, 0.03); /* Ganz dezent gelblicher Hintergrund */
}

.video-wrapper {
    max-width: 800px;
    margin: 40px auto;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    border: 2px solid var(--neon-green);
    box-shadow: 0 0 30px rgba(210, 255, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
}

.certificate-teaser {
    margin-top: 40px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important;
    transition: transform 0.3s;
}

.certificate-teaser:hover {
    transform: translateY(-5px);
}

.record-badge {
    width: 120px;
    height: 120px;
    background: var(--neon-green);
    color: #000;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    box-shadow: 0 0 20px rgba(210, 255, 0, 0.4);
    border: 4px double #000; /* Sieht wichtig aus */
}

.view-proof-btn {
    margin-top: 15px;
    font-size: 0.8rem;
    color: var(--neon-green);
    text-decoration: underline;
    letter-spacing: 1px;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(0,0,0,0.95);
    padding: 40px;
    text-align: center;
}

.lightbox:target { display: flex; flex-direction: column; justify-content: center; align-items: center; }

.lightbox img {
    max-width: 90%;
    max-height: 80vh;
    border: 5px solid white;
}

.close-lightbox {
    margin-top: 20px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 20px;
}


.backdrop-legal {
    backdrop-filter: blur(10px); /* Stärkerer Blur für Textseiten */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
}

.legal-container {
    max-width: 900px;
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: clamp(20px, 5vw, 40px);
    border-radius: 8px;
    margin-top: 40px;
}

.logo-small {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.logo-small:hover { transform: scale(1.05); }

.back-link {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.back-link:hover { color: var(--neon-green); }

.legal-container h1 {
    font-family: 'Oswald', sans-serif;
    color: var(--neon-green);
    text-transform: uppercase;
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    margin-bottom: 30px;
    border-bottom: 2px solid var(--neon-green);
    display: inline-block;
}

.legal-container h2 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1.4rem;
    margin-top: 40px;
    border-left: 3px solid var(--neon-green);
    padding-left: 15px;
}

.legal-container h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: var(--neon-green);
    font-size: 1.1rem;
    margin-top: 25px;
}

.legal-container p, .legal-container li {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.legal-container a {
    color: var(--neon-green);
    text-decoration: none;
}

.legal-container a:hover { text-decoration: underline; }


.seo-faq-section {
    padding: 80px 20px;
    max-width: 900px;
    margin: 0 auto;
}

.seo-text {
    margin-bottom: 60px;
    line-height: 1.8;
    opacity: 0.9;
}

.seo-text h2 {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.faq-container {
    display: grid;
    gap: 30px;
}


.faq-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
    border-left: 4px solid var(--neon-green); 
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}


.faq-item h3 {
    font-family: 'Oswald', sans-serif;
    color: var(--neon-green);
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.faq-item a {
    color: #ffffff;
    text-decoration: underline;
}

.faq-item a:hover,
.faq-item a:focus,
.faq-item a:active {
    text-decoration: none;
}

.faq-item p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.8;
}

@media (max-width: 600px) {
    .seo-text h2 { font-size: 1.6rem; }
    .faq-item { padding: 15px; }
}

/* --- GALERIE SPEZIFISCH --- */

.gallery-year-title {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 15vw, 5rem);
    color: var(--neon-green);
    text-transform: uppercase;
    text-align: center;
    margin: 40px 0;
    line-height: 0.8;
    letter-spacing: -3px;
    line-height: 1.1;
    text-shadow: 8px 8px 0px rgba(0,0,0,0.5);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    gap: 15px;
    padding: 20px;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.gal-item {
    opacity: 0;
    transform: translateY(40px) rotate(2deg); 
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), 
                transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform, opacity; 
}

.gal-item.reveal {
    opacity: 1;
    transform: translateY(0) rotate(0deg); 
}

@media (min-width: 601px) {
    .gal-item:nth-child(7n) { grid-column: span 2; grid-row: span 2; }
    .gal-item:nth-child(11n) { grid-row: span 2; }
}

@media (max-width: 600px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr); 
        grid-auto-rows: 180px; 
        gap: 8px;
        padding: 10px;
    }

    .gal-item:nth-child(7n),
    .gal-item:nth-child(11n) {
        grid-column: span 1;
        grid-row: span 1;
    }
    
    .gal-item:nth-child(5n) {
        grid-column: span 2;
    }
}

.gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    filter: brightness(0.9);
}

.gal-item:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}
/* --- NAVIGATION REWRITE --- */
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(10, 10, 10, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(210, 255, 0, 0.2);
    padding: 10px 15px;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.nav-home {
    flex-shrink: 0; /* Home bleibt immer exakt gleich groß */
    margin-right: 15px;
    border-color: var(--neon-green) !important;
    color: var(--neon-green) !important;
}

.nav-scroll-area {
    display: flex;
    gap: 10px;
    overflow-x: auto; /* Erlaubt horizontales Scrollen */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Sanftes Scrollen auf iOS */
    padding: 5px 0;
    
    /* Scrollbar verstecken für einen cleanen Look */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* Versteckt Scrollbar in Chrome/Safari/Brave */
.nav-scroll-area::-webkit-scrollbar {
    display: none;
}

.nav-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
    padding: 6px 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    white-space: nowrap; /* WICHTIG: Verhindert Zeilenumbruch der Jahreszahlen */
    display: inline-block;
}

.nav-link:hover, .nav-link.active {
    color: #000 !important;
    background: var(--neon-green);
    border-color: var(--neon-green);
    box-shadow: 0 0 15px rgba(210, 255, 0, 0.4);
    transform: translateY(-2px);
}

/* Schatten-Effekt am rechten Rand, wenn es mehr Jahre gibt */
.nav-container {
    position: relative;
}

/* Optional: Ein dezenter Schatten rechts, um zu zeigen dass es weitergeht */
.nav-container::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(to right, transparent, rgba(10,10,10,0.5));
    pointer-events: none;
}

.nav-home {
    border-color: var(--neon-green);
    color: var(--neon-green);
    margin-right: 10px;
}

.hero, .backdrop-legal {
    padding-top: 80px !important;
}

/* --- BACK TO TOP BUTTON --- */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--neon-green);
    color: #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(210, 255, 0, 0.4);
    border: 2px solid #000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: scale(1.1) translateY(-5px);
    background-color: #fff;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6);
}

.back-to-top svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 600px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* --- CUSTOM LIGHTBOX --- */
/* --- FINALE STABILE LIGHTBOX --- */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    z-index: 9999; /* Extrem hoch, damit nichts drüber liegt */
    display: none; /* Wird per JS zu 'flex' */
    justify-content: center;
    align-items: center;
    user-select: none;
    color: #fff;
}

.lightbox-overlay.is-active {
    display: flex;
}

/* Der Bereich, in dem das Bild liegt */
.lightbox-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    outline: none !important;
    border: none !important
}

.lightbox-img {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
    z-index: 10001;
}

/* Navigations-Buttons */
.lb-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15%; /* Große Klickzone an den Seiten */
    background: rgba(255, 255, 255, 0);
    border: none;
    color: var(--neon-green);
    font-size: 5rem; /* Große Pfeile */
    font-family: serif;
    cursor: pointer;
    z-index: 10002;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s, color 0.3s;
}

.lb-prev { left: 0; outline: none !important; }
.lb-next { right: 0; outline: none !important; }

.lb-nav:hover {
    background: rgba(210, 255, 0, 0.05);
    color: #fff;
}

/* Schließen Button oben rechts */
.lb-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--neon-green);
    color: #000;
    border: none;
    padding: 10px 25px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10003;
    letter-spacing: 1px;
}

.lb-close:hover {
    background: #fff;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .lb-nav {
        width: 20%;
        font-size: 3rem;
        background: rgba(0, 0, 0, 0.2); /* Auf Mobile etwas sichtbarer */
    }
    .lightbox-img {
        max-width: 95%;
    }
    .lb-close {
        top: 10px;
        right: 10px;
        font-size: 0.8rem;
    }
}

/* --- GALLERY PREVIEW ON STARTPAGE --- */
.gallery-preview {
    padding: 60px 20px;
    text-align: center;
}

.preview-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 40px auto;
    max-width: 1200px;
}

.preview-item {
    width: 280px;
    height: 280px;
    background: #fff; /* Weißer Rand wie ein altes Foto */
    padding: 10px 10px 40px 10px; /* Platz unten für den Polaroid-Look */
    border: 1px solid #ddd;
    box-shadow: 8px 8px 0px var(--neon-green); /* Neongelber Schatten passend zum Flyer */
    transition: all 0.3s ease;
    text-decoration: none;
    display: block;
}

/* Die Bilder leicht schräg stellen für den "Sticker"-Look */
.preview-item:nth-child(odd) { transform: rotate(-2deg); }
.preview-item:nth-child(even) { transform: rotate(2deg); }

.preview-item:hover {
    transform: rotate(0deg) scale(1.1);
    z-index: 10;
    box-shadow: 0px 0px 30px var(--neon-green);
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.preview-item:hover img {
    filter: brightness(1.1);
}

@media (max-width: 600px) {
    .preview-item {
        width: 45%; 
        height: 200px;
    }
}
/* --- BUTTON COLLECTION OPTIMIERT --- */

.button-collection {
    padding: 80px 20px;
    text-align: center;
}

.badge-intro {
    max-width: 800px;
    margin: 0 auto 40px;
}

.exclusive-hint {
    display: block;
    margin-top: 15px;
    color: var(--neon-green);
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(1rem, 2vw, 1.1rem);
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.3;
}

.badge-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(15px, 4vw, 40px);
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.badge-pin {
    position: relative;
    width: clamp(140px, 18vw, 220px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
}

.badge-pin img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5), 
                inset 0 0 15px rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.05);
}

.badge-pin span {
    display: block;
    margin-top: 12px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: var(--neon-green);
    letter-spacing: 2px;
    font-size: clamp(1rem, 2vw, 1.3rem);
}

.badge-pin:hover {
    transform: scale(1.1) rotate(3deg);
}
.badge-pin:nth-child(even):hover {
    transform: scale(1.1) rotate(-3deg);
}

.badge-pin.locked img {
    filter: grayscale(1) brightness(0.4);
    opacity: 0.6;
    border: 2px dashed rgba(255,255,255,0.2);
    cursor: help;
}

@media (max-width: 480px) {
    .badge-row {
        gap: 20px 10px; 
    }
    
    .badge-pin {
        width: calc(50% - 15px); 
        min-width: 130px;
    }
}

/* --- BIKE SLIDESHOW SEKTION --- */
.bike-highlight-section {
    padding: 100px 20px;
    background: linear-gradient(to bottom, transparent, rgba(210, 255, 0, 0.05), transparent);
    text-align: center;
}

.bike-slider-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 50px auto;
    border: 4px solid #fff;
    box-shadow: 20px 20px 0px var(--neon-green);
    overflow: hidden;
}

.bike-slides {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bike-slide {
    min-width: 100%;
    aspect-ratio: 16 / 9;
}

.bike-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slider Controls */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--neon-green);
    color: #000;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-btn:hover { background: #fff; }
.prev-bike { left: 0; }
.next-bike { right: 0; }

/* --- OPTIMIERTE RAFFLE CARD --- */
.raffle-card {
    background: #fff;
    color: #000;
    /* Flexibles Padding: 20px auf Mobile, bis 40px auf Desktop */
    padding: clamp(20px, 5vw, 40px);
    max-width: 700px;
    /* Weniger negativer Margin auf Mobile, damit es nicht das Bild oben zu sehr verdeckt */
    margin: -20px auto 50px;
    position: relative;
    z-index: 15;
    transform: rotate(-1deg);
    box-shadow: 10px 10px 0px #000;
    border: 1px solid #ddd;
}

.raffle-price {
    font-family: 'Oswald', sans-serif;
    /* Schrift skaliert jetzt: Min 1.8rem, Ideal 8vw, Max 3.5rem */
    font-size: clamp(1.8rem, 8vw, 3.5rem);
    color: #000;
    display: block;
    margin: 15px 0;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    /* Verhindert das Umbrechen des Euro-Zeichens */
    white-space: nowrap; 
}

/* Spezifische Anpassungen für kleine Smartphones */
@media (max-width: 600px) {
    .raffle-card {
        /* Kleine Seitenabstände, damit die Karte nicht am Displayrand klebt */
        margin: -15px 15px 40px 15px; 
        /* Rotation auf Mobile etwas reduzieren für bessere Lesbarkeit */
        transform: rotate(-0.5deg);
        box-shadow: 6px 6px 0px #000; /* Schatten etwas dezenter */
    }

    .raffle-card h3 {
        font-size: 1.3rem; /* Überschrift etwas kleiner */
    }

    .raffle-card p {
        font-size: 0.95rem; /* Text etwas kompakter */
        line-height: 1.4;
    }
}

/* Google Maps 2-Klick-Lösung */
.map-placeholder {
    max-width: 900px;
    height: 450px;
    margin: 40px auto;
    background: #111 url('img/map-preview.jpg') center/cover;
    border: 2px solid var(--neon-green);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.map-btn {
    background: var(--neon-green);
    color: #000;
    padding: 15px 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1rem;
}

.rules-list {
    list-style: none; /* Entfernt Standard-Punkte */
    padding: 0;
    margin: 20px auto;
    max-width: 600px;
    font-size: 1.1rem;
    line-height: 1.6;
}

.rules-list li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.rules-list li:last-child {
    border-bottom: none;
}

@media (min-width: 600px) {
    .rules-list li {
        margin: 0 auto;
    }
}

.legal-container a {
    word-break: break-all; 
    
    overflow-wrap: break-word; 
    
    color: var(--neon-green);
    text-decoration: underline;
}

/* --- KLAPPI BATTLES --- */
.battles-section {
    padding: 80px 20px;
    text-align: center;
}

.battles-container {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.battle-card {
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid var(--neon-green);
    padding: 30px 20px;
    width: 300px;
    position: relative;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(calc(var(--rotation, 1) * 2deg));
}

.battle-card:nth-child(1) { --rotation: -1; }
.battle-card:nth-child(2) { --rotation: 1; }
.battle-card:nth-child(3) { --rotation: -1.5; }

.battle-card:hover {
    transform: rotate(0deg) scale(1.05);
    background: rgba(210, 255, 0, 0.1);
    box-shadow: 0 0 30px rgba(210, 255, 0, 0.3);
}

.battle-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.battle-card h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.battle-card p {
    font-size: 0.95rem;
    opacity: 0.8;
    line-height: 1.4;
    margin-bottom: 20px;
    min-height: 60px; 
}

.battle-tag {
    background: var(--neon-green);
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 5px 12px;
    display: inline-block;
    text-transform: uppercase;
    transform: skewX(-15deg);
}

@media (max-width: 600px) {
    .battle-card {
        width: 100%; 
        margin-bottom: 10px;
    }
}

/* --- FOOTER PROJECT LINK (HEROS) --- */
.footer-projects {
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.project-badge {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(210, 255, 0, 0.3);
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 320px;
}

.project-badge:hover {
    background: rgba(210, 255, 0, 0.1);
    border-color: var(--neon-green);
    transform: translateY(-3px);
}

.project-logo-small {
    height: 40px; /* Logo-Größe anpassen */
    width: auto;
    margin-right: 15px;
    filter: grayscale(1) brightness(2); /* Macht das Logo weiß/clean */
    transition: filter 0.3s ease;
}

.project-badge:hover .project-logo-small {
    filter: grayscale(0) brightness(1); /* Logo wird beim Hover farbig */
}

.project-info-text {
    text-align: left;
    line-height: 1.2;
}

.project-info-text span {
    display: block;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--neon-green);
    font-size: 0.9rem;
}

.project-info-text small {
    color: #fff;
    font-size: 0.7rem;
    opacity: 0.7;
    letter-spacing: 0.5px;
}

.gal-item picture {
    display: block;
    width: 100%;
    height: 100%;
}
/* --- CONSENT BANNER OPTIMIERT --- */
.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 50%; /* Zentrierung via 50% und transform */
    transform: translateX(-50%);
    width: calc(100% - 40px); /* Volle Breite abzüglich 20px Rand links/rechts */
    max-width: 600px;
    z-index: 99999; /* Sehr hoch, damit es über der Lightbox liegt */
    background: rgba(10, 10, 10, 0.98);
    border: 2px solid var(--neon-green);
    padding: clamp(15px, 4vw, 25px); /* Flexibles Padding */
    display: none; 
    box-shadow: 0 10px 40px rgba(0,0,0,0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.cookie-content {
    text-align: center;
}

.cookie-content p {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #fff;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    /* Ermöglicht das Stapeln der Buttons auf sehr schmalen Geräten */
    flex-wrap: wrap; 
}

.btn-cookie {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    /* Stellt sicher, dass die Buttons auf dem Handy 
       im Stapel-Modus die volle Breite nutzen */
    flex: 1 1 auto; 
    min-width: 140px;
}

.btn-cookie.accept {
    background: var(--neon-green);
    color: #000;
}

.btn-cookie.decline {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-cookie:hover {
    transform: translateY(-2px);
    filter: brightness(1.2);
}

/* Speziell für ganz kleine Bildschirme */
@media (max-width: 400px) {
    .cookie-banner {
        width: calc(100% - 20px);
        bottom: 10px;
        padding: 15px;
    }
    
    .cookie-buttons {
        flex-direction: column; 
    }
    
    .btn-cookie {
        width: 100%;
    }
}


/* --- STARTNUMMERN MODERN LOOK --- */
.startnummer-promo {
    background: rgba(210, 255, 0, 0.05); 
    padding: 80px 20px;
    margin: 40px 0;
}

.bib-flex-container {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    gap: 40px;
    text-align: left;
}

.bib-visual {
    flex: 1;
    position: relative;
}

/* Der "Bib-Rahmen" - simuliert die Sicherheitsnadel-Löcher */
.bib-frame {
    background: #fff;
    padding: 10px;
    border: 3px solid #000;
    transform: rotate(-3deg);
    box-shadow: 0 0 30px rgba(210, 255, 0, 0.2);
    position: relative;
}

.bib-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.bib-frame::before, .bib-frame::after {
    content: '';
    position: absolute;
    width: 16px; height: 16px;
    background: var(--dark-bg);
    border-radius: 50%;
    border: 2px solid #000;
}
.bib-frame::before { top: 15px; left: 15px; }
.bib-frame::after { top: 15px; right: 15px; }

.bib-text {
    flex: 1.2;
}

.bib-text h3 {
    font-family: 'Oswald', sans-serif;
    font-size: clamp(2rem, 5vw, 3rem);
    color: var(--neon-green);
    line-height: 1;
    margin-bottom: 20px;
}

.bib-price-tag {
    font-family: 'Oswald', sans-serif;
    background: var(--neon-green);
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.bib-btn {
    display: inline-block;
    border: 2px solid var(--neon-green);
    color: var(--neon-green);
    padding: 15px 30px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
    letter-spacing: 1px;
}

.bib-btn:hover {
    background: var(--neon-green);
    color: #000;
    box-shadow: 0 0 20px rgba(210, 255, 0, 0.4);
}

@media (max-width: 850px) {
    .bib-flex-container {
        flex-direction: column;
        text-align: center;
    }
    .bib-visual {
        width: 80%;
        max-width: 400px;
    }
}