﻿/* ==========================================================================
   WILD NIGHT OUT - STYLE CENTRAL (TEIL 1)
   White-Paper Texas Blues Theme // Auf 1200px optimiert
   ========================================================================== */

/* ─── GLOBAL WHITE THEME FORCE ─── */
html, body, #content, .texas-wrapper-1200, .band-bio-section {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000;
}

body {
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Arial Black', Gadget, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3 {
    font-family: 'Arial Black', Gadget, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #000000;
    margin-top: 0;
}

p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    text-align: justify;
} 
 
b, strong {
    font-size: 105%;
    font-weight: 900;
    color: #000000;
    margin: 0;
}

a {
    text-decoration: none;
    color: #ffb300;
    transition: color 0.2s ease-in-out;
}

.clear { clear: both; }

/* ─── DER REBEL BUTTON (ZURÜCK-ICON LINKS) ─── */
.lefticon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%; /* Kreisrund */
    background: #ffb300 !important; /* Cannondale / Texas Gold */
    position: fixed;
    top: 140px;          
    left: 20px;          
    z-index: 999999 !important;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    border: none !important;
    outline: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.chevron.left:before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    width: 0.45em;
    position: relative;
    left: 3px; 
    top: 0;
    transform: rotate(-135deg); 
    vertical-align: middle;
    border-color: #000000 !important; /* Schwarzer Pfeil */
    transition: border-color 0.2s ease;
}

/* ─── DER 1200PX HAUPT-RAHMEN ─── */
.texas-wrapper-1200 {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff !important;
    padding: 0;
    box-sizing: border-box;
}

/* ─── TEXAS SLOGAN BANNER (HELL) ─── */
.texas-slogan-banner.white-theme {
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 6px solid #ffb300;
}

.texas-slogan-banner.white-theme h2 { 
    font-size: 38px; 
    color: #000000; 
    margin: 10px 0; 
    letter-spacing: -1px; 
}

.texas-slogan-banner.white-theme .sub-tag { 
    font-family: 'Courier New', monospace; 
    font-size: 12px; 
    color: #888888; 
    letter-spacing: 3px; 
    font-weight: bold; 
}

.texas-slogan-banner.white-theme .location-tag { 
    font-family: 'Courier New', monospace; 
    font-size: 14px; 
    color: #ffb300; 
    font-weight: bold; 
    letter-spacing: 1px; 
}

/* ─── NAVIGATIONS SCROLL-ANKER ─── */
.anchor-container { position: relative; width: 100%; }
.scroll-anchor { position: absolute; top: -80px; }

/* ─── BIO PLATFORM (DATENBLATT) ─── */
.rock-headline-container.white-style {
    width: 100%;
    margin: 30px 0 20px 0;
    padding: 20px 40px 40px 40px; 
    background: #ffffff;
    color: #000000;
    border-left: 12px solid #ffb300;
    box-sizing: border-box;
}

.tech-header-band {
    border-bottom: 6px solid #000000;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.tech-header-band h1 { 
    font-size: 42px; 
    margin: 0; 
    letter-spacing: -2px; 
    color: #000000; 
}

.band-meta { font-family: 'Courier New', monospace; font-size: 13px; color: #999; font-weight: bold; }
.rock-grid { display: grid; grid-template-columns: 1.6fr 1.4fr; gap: 40px; }
.band-highlight-name { font-size: 36px; display: block; line-height: 1; color: #000000; letter-spacing: -2px; }
.sub-statement { font-family: 'Courier New', monospace; font-size: 14px; color: #ffb300; margin-top: 15px; display: block; font-weight: bold; }

.tech-description {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

/* ─── NEW HIGH-OCTANE PHOTO STAGE ─── */
.texas-photo-stage {
    width: 100%;
    padding: 60px 0;
    background-color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible; /* Erlaubt das leichte Rausdrehen der Karte */
    box-sizing: border-box;
}

/* Die Foto-Karte im Stil eines alten Plattencovers */
.vinyl-photo-card {
    background-color: #ffffff;
    padding: 20px 20px 35px 20px; /* Unten breiter für die Beschriftung */
    border: 4px solid #000000; /* Harter, dicker Industrie-Rahmen */
    box-shadow: 12px 12px 0px #ffb300; /* Plakativer, fetter Schatten in Texas Gold statt Weichzeichner */
    max-width: 750px;
    width: 85%;
    position: relative;
    box-sizing: border-box;
    
    /* ⚡ Der Pepp: Die Karte startet wild um -3 Grad gedreht */
    transform: rotate(-3deg);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Ein kleiner künstlicher "Backstage-Pass" Aufkleber oben rechts */
.card-tape-badge {
    position: absolute;
    top: -15px;
    right: 25px;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 12px;
    letter-spacing: 1px;
    border: 2px solid #ffb300;
    transform: rotate(2deg);
}

.vinyl-photo-card img {
    width: 100%;
    height: auto;
    display: block;
    border: 2px solid #000000;
    /* Bild im Ruhezustand leicht auf Vintage trimmen */
    filter: grayscale(20%) contrast(110%);
    transition: all 0.3s ease;
}

/* Die coole Beschriftung unter dem Bild wie bei einem Polaroid */
.card-caption {
    font-family: 'Arial Black', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
    text-align: center;
    border-top: 2px dashed #000000;
    padding-top: 15px;
}

/* ⚡ HOVER EFFEKT: Die Karte rückt sich gerade und springt dem User entgegen */
.vinyl-photo-card:hover {
    transform: rotate(0deg) scale(1.03); /* Karte wird gerade und zoomt leicht rein */
    box-shadow: 18px 18px 0px #000000; /* Der Schatten wechselt brachial auf Schwarz und wird dicker */
}

.vinyl-photo-card:hover img {
    filter: grayscale(0%) contrast(120%); /* Bild explodiert in voller Farbwucht */
}

/* Mobile Anpassung für kleine Handy-Displays */
@media (max-width: 768px) {
    .texas-photo-stage { padding: 40px 0; }
    .vinyl-photo-card { 
        transform: rotate(-1.5deg); /* Auf dem Handy weniger stark wegdrehen wegen Bildschirmrand */
        width: 90%; 
        padding: 12px 12px 25px 12px;
        box-shadow: 8px 8px 0px #ffb300;
    }
    .vinyl-photo-card:hover { box-shadow: 12px 12px 0px #000000; }
    .card-caption { font-size: 11px; margin-top: 12px; padding-top: 10px; }
    .card-tape-badge { font-size: 9px; right: 10px; }
}

/* ─── ZWEITER TEXTBLOCK & PRESSE-BOX ─── */
.band-history-white { 
    width: 100%; 
    background-color: #ffffff; 
    padding: 20px 40px 40px 40px; 
    box-sizing: border-box; 
}

.history-content p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #222222;
    margin-bottom: 25px;
    text-align: justify;
    line-height: 1.6;
}

.history-content strong { 
    color: #000000; 
    border-bottom: 2px solid #ffb300; 
}

/* ==========================================================================
   WILD NIGHT OUT - VINTAGE 50s NEWSPAPER CLIP
   ========================================================================== */

.press-quote-box.vintage-newspaper-style {
    /* ⚡ Der Haupt-Effekt: Vergilbtes, mattes Zeitungspapier */
    background-color: #f4f1ea !important; 
    
    /* Grober, unregelmäßiger Zeitungsdruck-Rahmen */
    border: 2px solid #2b2b2b !important;
    padding: 35px 30px 30px 30px;
    margin-top: 40px;
    position: relative;
    box-sizing: border-box;
    
    /* Leichte Schräglage, als wäre der Schnipsel eilig aufgeklebt */
    transform: rotate(1deg);
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

/* Zeitungs-Kopfzeile */
.newspaper-meta {
    font-family: 'Arial Black', sans-serif;
    font-size: 15px;
    color: #111111;
    letter-spacing: 0px;
    border-bottom: 2px solid #111111;
    padding-bottom: 3px;
    margin-bottom: 4px;
    text-transform: uppercase;
    text-align: left;
}

.newspaper-date {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 20px;
    text-align: left;
    letter-spacing: 1px;
}

/* ⚡ Der Text-Stil: Echte, klassische Röhren-Zeitungsschrift (Times) */
.press-quote-box.vintage-newspaper-style blockquote {
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 19px;
    line-height: 1.5;
    color: #1a1a1a;
    margin: 0;
    text-align: justify; /* Strenger Zeitung-Blocksatz */
    text-transform: none; /* Kein lautes Großbuchstaben-Design, sondern echter Artikel */
    font-style: italic;
}

/* Der Bandname hebt sich im rauen Druck-Stil ab */
.press-quote-box.vintage-newspaper-style blockquote strong {
    font-family: 'Arial Black', sans-serif;
    font-size: 95%;
    color: #ffffff;
    background-color: #111111; /* Invertierter Druck-Stempel */
    padding: 2px 6px;
    font-style: normal;
}

/* Kleiner roter Archiv-Stempel in der Ecke für den 50s-Vibe */
.newspaper-badge {
    position: absolute;
    bottom: -10px;
    right: 20px;
    background-color: #ff003c; /* Roter Stempelfarbe */
    color: #ffffff;
    font-family: 'Arial Black', sans-serif;
    font-size: 9px;
    padding: 3px 8px;
    letter-spacing: 1px;
    transform: rotate(-3deg);
    box-shadow: 2px 2px 0px #000;
}

/* HOVER: Der Schnipsel reagiert edel beim Drüberfahren */
.press-quote-box.vintage-newspaper-style:hover {
    transform: rotate(0deg) scale(1.02);
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Mobile Weiche für Smartphones */
@media (max-width: 768px) {
    .press-quote-box.vintage-newspaper-style {
        padding: 25px 20px 25px 20px;
        transform: rotate(0.5deg);
    }
    .press-quote-box.vintage-newspaper-style blockquote {
        font-size: 16px;
    }
    .newspaper-meta { font-size: 13px; }
}

.press-quote-box.white-style h3 { font-size: 13px; color: #888888; letter-spacing: 2px; margin-bottom: 15px; }
.press-quote-box.white-style blockquote { font-family: 'Arial Black', sans-serif; font-size: 20px; line-height: 1.4; color: #000000; margin: 0; text-transform: uppercase; }
.press-quote-box.white-style blockquote strong { color: #ffffff; background-color: #000000; padding: 2px 6px; }

/* Randschutz für Tablets */
@media (max-width: 1220px) { 
    .texas-wrapper-1200 { padding: 0 20px; } 
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .texas-slogan-banner.white-theme h2 { font-size: 26px; }
    .press-quote-box.white-style blockquote { font-size: 15px; }
    .texas-photo-case.white-style img { width: 100%; }
    .rock-grid { grid-template-columns: 1fr; gap: 20px; }
    .rock-headline-container.white-style, .band-history-white { padding: 20px; }
}

/* ==========================================================================
   WILD NIGHT OUT - STYLE CENTRAL (TEIL 2)
   ========================================================================== */

/* ─── TOURNÉE PLAN (GIGS) ─── */
.gig-table-headline {
    font-family: 'Arial Black', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #000000;
    padding: 12px 20px;
    margin-top: 40px;
    text-transform: uppercase;
}

.gig-table-headline.year-2027 {
    background-color: #666666;
}

.gig-table-rebel {
    width: 100%;
    border: 3px solid #000000;
    border-top: none;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.gig-row-rebel {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    transition: background-color 0.2s ease;
}

.gig-row-rebel:last-child {
    border-bottom: none;
}

.gig-row-rebel:hover {
    background-color: #ffb300 !important;
}

.gig-date-box {
    min-width: 100px;
    border-right: 3px solid #000000;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.gig-date-box .day {
    font-family: 'Arial Black', sans-serif;
    font-size: 28px;
    line-height: 1;
    color: #000000;
}

.gig-date-box .month {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    margin-top: 2px;
}

.gig-info-box {
    flex: 1;
    padding-left: 25px;
}

.gig-info-box h3 {
    font-family: 'Arial Black', sans-serif;
    font-size: 18px;
    color: #000000;
    margin: 0 0 3px 0;
}

.gig-info-box .details-text {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #555555;
}

.gig-row-rebel.highlight-gig {
    border-left: 8px solid #ff003c;
}





/* ==========================================================================
   WILD NIGHT OUT - HORIZONTAL ARCHIVE TICKET BAND (REBEL STYLE)
   ========================================================================== */

.archive-ticket-band-headline {
    font-family: 'Arial Black', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #888888;
    margin-top: 40px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #eee;
    padding-bottom: 5px;
}

/* Der Wisch-Container */
.archive-ticket-slider-wrapper {
    width: 100%;
    overflow-x: auto;           /* Aktiviert seitliches Scrollen */
    overflow-y: hidden;
    padding: 15px 0 25px 0;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch; /* Flüssiges Wischen auf iOS/Android */
}

/* Versteckt den Scrollbalken */
.archive-ticket-slider-wrapper::-webkit-scrollbar { height: 4px; }
.archive-ticket-slider-wrapper::-webkit-scrollbar-track { background: #f1f1f1; }
.archive-ticket-slider-wrapper::-webkit-scrollbar-thumb { background: #ffb300; }

.archive-ticket-slider-row {
    display: flex;
    flex-wrap: nowrap;          /* Zwingt alle Elemente in eine Reihe */
    gap: 15px;
    width: max-content;
}

/* Das Ticket als kleiner kompakter Sticker */
.archive-ticket-card {
    background-color: #ffffff;
    border: 2px solid #000000;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px #000000; /* Plakativer, flacher Schatten */
    transition: all 0.2s ease-in-out;
}

/* Hover-Effekt: Ticket ploppt in Texas-Gold auf */
.archive-ticket-card:hover {
    background-color: #ffb300;
    transform: translateY(-2px);
    box-shadow: 6px 6px 0px #000000;
}

.ticket-date {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 13px;
    color: #ffb300;
    border-right: 2px dashed #000000; /* Typische Ticket-Abreißlinie */
    padding-right: 12px;
    height: 100%;
    display: flex;
    align-items: center;
}

.archive-ticket-card:hover .ticket-date {
    color: #000000;
}

.ticket-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.ticket-info h4 {
    font-family: 'Arial Black', sans-serif;
    font-size: 13px;
    color: #000000;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.ticket-info .city {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    margin-top: 1px;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .archive-ticket-card {
        padding: 8px 12px;
    }
    .ticket-info h4 { font-size: 12px; }
}







.yt-channel-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    border: 3px solid #000000;
    padding: 30px;
    margin-top: 40px;
    box-sizing: border-box;
}

.yt-banner-text h3 {
    font-family: 'Arial Black', sans-serif;
    font-size: 20px;
    color: #000000;
    margin: 0 0 5px 0;
}

.yt-banner-text p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.btn-yt-channel {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Arial Black', sans-serif;
    font-size: 13px;
    color: #ffffff !important;
    background-color: #ff003c; /* Signalrot für YT */
    padding: 12px 24px;
    border: 2px solid #ff003c;
    font-weight: bold;
    transition: all 0.2s ease;
}

.btn-yt-channel img {
    height: 18px;
    width: auto;
}

.btn-yt-channel:hover {
    background-color: #000000;
    border-color: #000000;
    transform: translateY(-2px);
}

/* ==========================================================================
   WILD NIGHT OUT - VIDEO SLIDER WITH ECKIGEN AMP-BUTTONS
   ========================================================================== */

.video-grid-headline {
    font-family: 'Arial Black', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    color: #ffffff;
    background-color: #000000;
    padding: 12px 20px;
    margin-top: 50px;
    text-transform: uppercase;
}

/* ⚡ DIE RAMPENLICHT-SICHERUNG: Zwingt die Videos in die Schranken */
.media-video-slider-wrapper,
.media-video-slider-wrapper.no-scrollbar-force {
    width: 100% !important;
    max-width: 1250px !important; /* Passt sich exakt eurem Hauptrahmen an */
    overflow-x: auto !important;   /* Schaltet die interne Verschiebe-Achse frei */
    overflow-y: hidden !important;
    padding: 20px 0 10px 0 !important;
    box-sizing: border-box !important;
    display: block !important;     /* Muss zwingend ein Block-Element sein */
    -webkit-overflow-scrolling: touch;
    
    /* Blendet den Standard-Systemschieber aus */
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

/* Scrollbar-Ausblendung für Chrome/Safari Absicherung */
.media-video-slider-wrapper::-webkit-scrollbar,
.media-video-slider-wrapper.no-scrollbar-force::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.media-video-slider-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    gap: 20px !important; 
    width: max-content;
}

/* Basis-Videokarte */
.video-card.responsive-card {
    width: 280px;
    height: 210px; 
    border: 3px solid #000000;
    position: relative; 
    overflow: hidden; 
    box-sizing: border-box;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
    filter: grayscale(100%) contrast(100%);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.video-overlay-dark { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; opacity: 0.8; z-index: 1; transition: all 0.3s ease; }
.video-card-content { position: relative; z-index: 2; height: 100%; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; box-sizing: border-box; }
.video-card.responsive-card h3 { font-family: 'Arial Black', sans-serif; font-size: 16px; color: #000000; margin: 10px 0 5px 0; line-height: 1.3; letter-spacing: -0.5px; }
.video-status { font-family: 'Courier New', monospace; font-weight: bold; font-size: 11px; color: #ffb300 !important; letter-spacing: 1.5px; }
/* Eine neue Zeile für die CD/LP Album-Spezifikation */
.video-album-spec {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    font-weight: bold;
    color: #888888; /* Dezentes Grau im hellen Ruhezustand */
    letter-spacing: 0.5px;
    margin-top: -2px;
    margin-bottom: 10px;
    text-align: left;
    transition: color 0.3s;
}

/* ⚡ HOVER EFFEKT: Die Albumzeile schaltet auf Weiß um, wenn die Karte dunkel wird */
.video-card-link:hover .video-album-spec {
    color: #ffffff !important; /* Strahlendes Weiß auf dunklem Grund */
}

.video-meta { font-size: 13px; font-family: 'Helvetica Neue', Arial, sans-serif; display: block; margin-bottom: 25px; color: #ffb300 !important; }
.video-play-btn { font-family: 'Arial Black', sans-serif; font-size: 12px; color: #ff003c; letter-spacing: 1px; }

/* Hover-Zustand Videokarte */
.video-card-link:hover .video-card.responsive-card { filter: grayscale(0%) contrast(115%); transform: translateY(-5px); box-shadow: 10px 10px 0px #ffb300 !important;  }
.video-card-link:hover .video-overlay-dark { background-color: #000000; opacity: 0.4; }
.video-card-link:hover h3 { color: #ffffff; }
.video-card-link:hover .video-status { color: #ffffff !important; }
.video-card-link:hover .video-meta { color: #cccccc !important; }
.video-card-link:hover .video-play-btn { color: #ffb300; }

/* ─── ⚡ DIE ECKIGEN REBEL AMP-BUTTONS UNTERHALB ─── */
.slider-amp-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
}

.amp-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 3px solid #000000 !important; /* Dicker, eckiger Rahmen */
    border-radius: 0px !important;       /* Absolut eckig, kein runder Kreis! */
    padding: 12px 24px !important;
    font-family: 'Arial Black', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 5px 5px 0px #000000;     /* Brachialer, flacher 3D-Schatten */
    transition: all 0.15s ease-in-out;
    outline: none;
}

/* Hover: Schaltet um auf euer Texas-Gitarrengold */
.amp-btn:hover {
    background-color: #ffb300 !important; 
    transform: translate(-2px, -2px);    /* Schiebt den Button dem Daumen entgegen */
    box-shadow: 7px 7px 0px #000000;     /* Schatten wird dicker */
}

/* Aktiviert beim echten Draufklicken (Druck-Effekt eines Amps) */
.amp-btn:active {
    transform: translate(3px, 3px);      /* Button drückt sich nach unten */
    box-shadow: 2px 2px 0px #000000;     /* Schatten schrumpft zusammen */
}

@media (max-width: 768px) {
    .video-card.responsive-card { width: 250px; height: 190px; }
    .amp-btn { padding: 10px 20px !important; font-size: 12px; }
}

/* ─── COMBINED MEGA FOOTER ARCHITEKTUR ─── */
.rebel-mega-footer {
    max-width: 1200px;
    margin: 60px auto 0 auto;
    width: 100%;
    background-color: #ffffff !important;
    border-top: 6px solid #000000; /* Massiver schwarzer Balken oben */
    box-sizing: border-box;
    padding: 50px 40px 20px 40px;
}

/* ==========================================================================
   WILD NIGHT OUT - REBEL PASS HUB (AUTHENTIC 50s / ROCK VIBE)
   ========================================================================== */

.footer-rebel-pass-hub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px; /* Mehr Platz für die Schräglage */
    margin: 60px auto;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.rebel-pass-link {
    text-decoration: none !important;
}

/* Die Pass-Karte im vergilbten Ticket-Look */
.rebel-pass-card {
    background-color: #f4f1ea !important; /* Vergilbtes Ticket-Papier */
    border: 3px solid #111111;
    padding: 30px 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 190px;
    box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* ⚡ Der unregelmäßige Schnitt: Jede Karte startet asymmetrisch gedreht */
.link-left .rebel-pass-card { transform: rotate(-3deg); }
.link-right .rebel-pass-card { transform: rotate(2.5deg); }

/* Die typische Ticket-Einkerbung an der Oberkante */
.pass-notch-top {
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
    background-color: #ffffff; /* Schneidet visuell ein Loch in die Karte */
    border-bottom: 3px solid #111111;
    border-left: 3px solid #111111;
    border-right: 3px solid #111111;
}

.pass-serial {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 11px;
    color: #888888;
    letter-spacing: 2px;
}

/* Fette Stempelschrift für die Haupt-Aufforderung */
.rebel-pass-card h3 {
    font-family: 'Arial Black', sans-serif;
    font-size: 26px;
    line-height: 1.1;
    color: #111111;
    margin: 10px 0;
    letter-spacing: -1.5px;
    text-align: left;
}

.pass-action {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: bold;
    color: #111111;
    border-bottom: 2px dashed #111111;
    width: max-content;
    padding-bottom: 2px;
}

/* Ein verwaschener, schräger Hintergrund-Stempel */
.pass-stamp {
    position: absolute;
    right: 20px;
    top: 25px;
    font-family: 'Arial Black', sans-serif;
    font-size: 36px;
    color: rgba(0, 0, 0, 0.08); /* Ganz dezenter Druck-Look */
      
     /* 🔧 KORREKTUR: Original Facebook-Blau mit dezenten 10% Deckkraft */
	color: rgba(24, 119, 242, 0.40) !important;    
	 
    font-weight: 900;
    transform: rotate(-15deg);
    letter-spacing: -2px;
    pointer-events: none;
}

/* ⚡ HOVER EFFEKT: Der Pass zieht sich gerade und wird glühend goldgelb */
.rebel-pass-link:hover .rebel-pass-card {
    transform: rotate(0deg) scale(1.04) translateY(-5px); /* Springt nach vorne */
    background-color: #ffb300 !important; /* Wechselt explosiv zu Texas Gold */
    box-shadow: 15px 15px 0px #111111; /* Schatten wird massiv schwarz */
}

.rebel-pass-link:hover .pass-serial { color: #ffffff; }
.rebel-pass-link:hover .pass-notch-top { background-color: #ffffff; } /* Bleibt weiß */
.rebel-pass-link:hover .pass-action { color: #ffffff; border-bottom-color: #ffffff; }
.rebel-pass-link:hover .pass-stamp { color: rgba(255, 255, 255, 0.15); }

/* Mobile Anpassung */
@media (max-width: 768px) {
    .footer-rebel-pass-hub {
        grid-template-columns: 1fr; /* Untereinander auf dem Smartphone */
        gap: 35px;
        margin: 40px auto;
    }
    .rebel-pass-card { height: 170px; padding: 20px; }
    .link-left .rebel-pass-card { transform: rotate(-1.5deg); }
    .link-right .rebel-pass-card { transform: rotate(1.5deg); }
    .rebel-pass-card h3 { font-size: 22px; }
}

.footer-info-card:hover {
    border-color: #ffb300; /* Goldener Akzentrahmen bei Hover */
    background-color: #ffffff;
}

.card-icon-box {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.card-icon-box img {
    height: 48px;
    width: auto;
}

.footer-info-card h3 {
    font-family: 'Arial Black', sans-serif;
    font-size: 14px;
    color: #666666;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
}

.card-numbers {
    font-family: 'Arial Black', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    color: #000000;
    letter-spacing: -1px;
    display: block;
}

.card-highlight-text {
    font-family: 'Arial Black', sans-serif;
    font-size: 18px;
    color: #ffb300; /* Texas Gold */
    letter-spacing: -1px;
    display: block;
    margin-bottom: 5px;
}

.card-link-text {
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: bold;
    color: #000000 !important;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
}

.card-link-text:hover {
    color: #ffb300 !important;
    border-bottom-color: #ffb300;
}

.footer-booking-area {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    border-top: 3px dashed #000000; /* Gestrichelte Trennung */
    padding: 40px 0;
    align-items: center;
    box-sizing: border-box;
}

.booking-data-sheet h2 {
    font-family: 'Arial Black', sans-serif;
    font-size: 22px;
    color: #000000;
    margin: 0 0 5px 0;
    letter-spacing: -1px;
}

.booking-meta-line {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: bold;
    color: #888888;
    margin-bottom: 20px;
}

.booking-data-sheet p {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.booking-data-sheet p a {
    color: #000000 !important;
    font-weight: bold;
    border-bottom: 2px solid #ffb300;
}

.footer-partner-box {
    text-align: right;
}

.partner-badge-link {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.partner-badge-link img {
    width: 140px;
    height: auto;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    transition: transform 0.2s ease;
}

.partner-badge-link span {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    font-weight: bold;
    color: #999999;
}

.partner-badge-link:hover img {
    transform: scale(1.03);
    border-color: #000000;
}

.footer-legal-bar {
    border-top: 1px solid #eee;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.copyright-text {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

.legal-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.legal-links li a {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    color: #666666 !important;
}

.legal-links li a:hover {
    color: #ffb300 !important;
}

/* Mobile responsive Ergänzungen für den Footer */
@media (max-width: 799px) {
    .footer-info-grid { grid-template-columns: 1fr; gap: 20px; }
    .footer-booking-area { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .footer-partner-box { text-align: center; }
    .partner-badge-link { align-items: center; }
    .footer-legal-bar { flex-direction: column; gap: 15px; text-align: center; }
    .legal-links { justify-content: center; }
}

/* ==========================================================================
   WILD NIGHT OUT - HISTORY TERMINAL SYSTEM (SCROLL-CASE)
   ========================================================================== */

.history-terminal-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.terminal-header h2 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
}

.banner-line-gold {
    width: 60px;
    height: 4px;
    background-color: #ffb300;
    margin-bottom: 25px;
}

/* ⚡ DAS GEHÄUSE: Begrenzt die Höhe und schaltet den Scrollbalken ein */
.terminal-scroll-case {
    width: 100%;
    height: 320px;              /* Feste, kompakte Höhe für Desktop & Mobile */
    overflow-y: scroll;         /* Erzwingt vertikales Scrollen im Gehäuse */
    background-color: #f9f9f9;  /* Zartes Industrie-Grau */
    border: 3px solid #000000;  /* Dicker schwarzer Rahmen */
    padding: 25px;
    box-sizing: border-box;
    
    /* Macht das Scrollen auf Touchscreens (iPhone/Android) butterweich */
    -webkit-overflow-scrolling: touch; 
}

/* Gestaltet den Scrollbalken dezent und modern (Chrome, Safari, Edge) */
.terminal-scroll-case::-webkit-scrollbar {
    width: 8px;
}
.terminal-scroll-case::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.terminal-scroll-case::-webkit-scrollbar-thumb {
    background: #000000; 
    border-radius: 0px;
}
.terminal-scroll-case::-webkit-scrollbar-thumb:hover {
    background: #ffb300; 
}

/* Das 3-Spalten-Raster im Inneren */
.history-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.history-column h3 {
    font-size: 11px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #000000;
    padding: 6px 12px;
    margin-bottom: 12px;
    font-family: 'Arial Black', sans-serif;
}

.history-column ul {
    list-style-type: square;
    margin: 0;
    padding-left: 15px;
}

.history-column ul li {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #444444;
    margin-bottom: 5px;
    text-align: left;
}

/* Technische Fußzeile für den Terminal-Look */
.terminal-footer-data {
    font-family: 'Courier New', monospace;
    font-size: 10px;
    font-weight: bold;
    color: #bbb;
    text-align: right;
    margin-top: 8px;
    letter-spacing: 1px;
}

/* Mobile Weiche für Smartphones */
@media (max-width: 799px) {
    .history-grid-container {
        grid-template-columns: 1fr; /* Wird auch im Gehäuse mobil übersichtlich einspaltig */
        gap: 25px;
    }
    .terminal-scroll-case {
        padding: 15px;
        height: 300px; /* Minimal flacher auf dem Handy */
    }
}




/* ==========================================================================
   WILD NIGHT OUT - MUSICIAN PROFILE KACHELN (AMP STYLES)
   ========================================================================== */

.musician-profiles-section {
    width: 100%;
    background-color: #ffffff !important;
    box-sizing: border-box;
    margin-bottom: 50px;
}

/* Das 3-Spalten-Grid auf großen Bildschirmen */
.musician-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}

/* Die einzelne Musiker-Karte im robusten eckigen Amp-Look */
/* ==========================================================================
   WILD NIGHT OUT - MUSICIAN KACHELN WITH INTEGRATED FACE PORTRAITS
   ========================================================================== */

.musician-profiles-section {
    width: 100%;
    background-color: #ffffff !important;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.musician-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 40px;
    box-sizing: border-box;
    width: 100%;
}

/* ⚡ DIE ANPASSUNG: Die Karte wird zum Bildträger für die Köpfe */
.musician-card.spec-card-image {
    background-color: #ffffff;
    border: 3px solid #000000;
    border-radius: 0px !important;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    
    /* Hintergrundbild bündig einpassen */
    background-size: cover;
    background-position: center top; /* Porträts orientieren sich an der Kopf-Oberkante */
    background-repeat: no-repeat;
    
    /* Ruhezustand: Die Gesichter starten dezent und in Graustufen */
    filter: grayscale(100%) contrast(100%);
    box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Der helle Schutzschleier im Ruhezustand für maximale Lesbarkeit der Daten */
.musician-overlay-light {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #ffffff;
    opacity: 0.8; /* 🔧 HIER REGLEN: 0.95 lässt die Gesichter ganz edel im Hintergrund mitschwingen */
    z-index: 1;
    transition: all 0.3s ease;
}

/* Der Inhalt liegt sicher über dem Bildschleier */
.musician-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 35px 25px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.musician-card h2 { font-family: 'Arial Black', sans-serif; font-size: 22px; color: #000000; margin: 10px 0 5px 0; letter-spacing: -1px; text-align: left; transition: color 0.3s; }
.amp-line-black { width: 100%; height: 4px; background-color: #000000; margin-bottom: 20px; transition: background-color 0.3s; }
.profile-spec-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.profile-spec-table td { padding: 8px 0; font-family: 'Helvetica Neue', Arial, sans-serif; font-size: 13px; line-height: 1.4; color: #444444; border-bottom: 1px dashed #eee; vertical-align: top; text-align: left; transition: color 0.3s; }
.profile-spec-table tr:last-child td { border-bottom: none; }
.profile-spec-table td.spec-label { font-family: 'Courier New', monospace; font-weight: bold; color: #ffb300; width: 35%; padding-right: 10px; }
.card-footer-serial { font-family: 'Courier New', monospace; font-size: 10px; font-weight: bold; color: #bbb; text-align: right; letter-spacing: 1px; margin-top: auto; }

/* ─── ⚡ HOVER-EFFEKT: Das Gesicht erwacht in Farbe und das Overlay wird dunkel ─── */
.musician-card.spec-card-image:hover {
    filter: grayscale(0%) contrast(110%); /* Kopf wird farbig */
    transform: translateY(-4px);
    box-shadow: 10px 10px 0px #ffb300; /* Goldener Rebel-Schatten springt hervor */
}

.musician-card.spec-card-image:hover .musician-overlay-light {
    background-color: #000000; /* Invertiert sich zu Backstage-Schwarz */
    opacity: 0.40; /* 🔧 HIER REGLEN: 0.70 lässt das Gesicht im Dunkeln scharf herausstechen */
}

/* Schriftkontraste invertieren sich auf der dunklen Hover-Karte */
.musician-card.spec-card-image:hover h2 { color: #ffffff; }
.musician-card.spec-card-image:hover .amp-line-black { background-color: #ffb300; } /* Trennlinie wird gold */
.musician-card.spec-card-image:hover .profile-spec-table td { color: #ffffff; border-bottom-color: #333; }
.musician-card.spec-card-image:hover .profile-spec-table td.spec-label { color: #ffb300; } /* Gold bleibt Gold */
.musician-card.spec-card-image:hover .card-footer-serial { color: #777; }

@media (max-width: 900px) {
    .musician-grid { grid-template-columns: 1fr; gap: 35px; padding: 0 20px; }
}

/* ==========================================================================
   WILD NIGHT OUT - ECKIGER PEDAL SCROLL-TO-TOP BUTTON
   ========================================================================== */

.wno-scrollicon-rebel {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 999999 !important; /* Sitzt immer über allen Elementen */
    
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 3px solid #000000 !important; /* Brachialer Industrie-Rahmen */
    border-radius: 0px !important;         /* Absolut eckig, kein Kreis! */
    padding: 10px 18px !important;
    
    font-family: 'Arial Black', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 4px 4px 0px #000000;       /* Fetter, flacher 3D-Schatten */
    
    opacity: 0;
    visibility: hidden;
    transition: background-color 0.15s, transform 0.15s, box-shadow 0.15s, opacity 0.3s, visibility 0.3s;
    outline: none !important;
}

/* Das "UP"-Zeichen wird im Röhren-Look nach oben gedreht */
.wno-scrollicon-rebel span {
    display: inline-block;
    transform: rotate(-90deg); /* Dreht den Pfeil nach oben */
    font-weight: 900;
}

/* ⚡ HOVER: Schaltet brachial auf euer Gold um */
.wno-scrollicon-rebel:hover {
    background-color: #ffb300 !important;
    transform: translate(-2px, -2px); /* Schiebt sich der Maus entgegen */
    box-shadow: 6px 6px 0px #000000;  /* Schatten wird dicker */
}

/* Haptischer Klick-Druckeffekt */
.wno-scrollicon-rebel:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000000;
}

/* Wenn der Button aktiv eingeblendet wird */
.wno-scrollicon-rebel.show-wno-btn {
    opacity: 1;
    visibility: visible;
}

/* Mobile Anpassung für Smartphones */
@media (max-width: 768px) {
    .wno-scrollicon-rebel {
        bottom: 20px !important;
        right: 20px !important;
        padding: 8px 14px !important;
        font-size: 11px;
    }
}

/* ==========================================================================
   WILD NIGHT OUT - SOLID REBEL SIDENAV ARCHITECTURE
   ========================================================================== */

/* ─── DER ECKIGE MENÜ-SCHALTER (AUF DER WEBSEITE) ─── */
.wno-menu-trigger-card {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    z-index: 999998 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 3px solid #000000 !important;
    border-radius: 0px !important;
    padding: 10px 18px !important;
    font-family: 'Arial Black', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 4px 4px 0px #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    
    /* Transition für seidenweiches Ausblenden auf dem Smartphone */
    transition: background-color 0.15s, transform 0.15s, box-shadow 0.15s, opacity 0.3s ease, visibility 0.3s ease !important;
}

.wno-menu-trigger-card:hover {
    background-color: #ffb300 !important; /* Euer Texas-Gold */
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0px #000000;
}

.wno-menu-trigger-card:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px #000000;
}

.wno-burger-icon { font-size: 20px; line-height: 1; }
.wno-burger-text { font-weight: 900; }

/* Hilfsklasse für die mobile Scroll-Blende */
.wno-menu-hidden-mobile {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* ─── DIE SCHIEBBARE REBEL-SIDENAV ─── */
.sidenav.wno-rebel-sidenav {
    height: 100% !important;
    width: 290px !important; /* Feste Breite */
    position: fixed !important;
    z-index: 999999 !important;
    top: 0;
    left: 0;
    background-color: #111111 !important; /* Backstage-Schwarz */
    padding-top: 80px;
    box-sizing: border-box;
    border-right: 8px solid #ffb300 !important; /* Goldene Abschlusskante */
    
    /* Schiebt das Gehäuse mitsamt Kante im Ruhezustand links aus dem Bildschirm */
    transform: translateX(-305px) !important;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

/* Aktiv-Zustand per JS */
.sidenav.wno-rebel-sidenav.wno-is-open {
    transform: translateX(0) !important;
    box-shadow: 15px 0 30px rgba(0,0,0,0.3);
}

.wno-sidenav-links-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 8px;
}

.sidenav.wno-rebel-sidenav a {
    font-family: 'Arial Black', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 12px 15px !important;
    text-align: left;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s ease-in-out;
}

.nav-serial { font-family: 'Courier New', monospace; font-size: 12px; color: #555555; font-weight: bold; }

.sidenav.wno-rebel-sidenav a:hover:not(.wno-close-rebel):not(.wno-nav-fb-btn) {
    background-color: #ffb300 !important;
    color: #000000 !important;
    border-color: #000000;
    transform: translateX(5px);
}

.sidenav.wno-rebel-sidenav a:hover .nav-serial { color: #000000; }

/* Schließen X */
.sidenav .closebtn.wno-close-rebel {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 36px !important;
    color: #888888 !important;
    padding: 5px !important;
    line-height: 1;
    cursor: pointer;
}
.sidenav .closebtn.wno-close-rebel:hover { color: #ffb300 !important; }

/* Facebook Link */
.wno-nav-fb-btn {
    margin-top: 25px;
    background-color: rgba(24, 119, 242, 0.15) !important;
    border: 2px solid #1877f2 !important;
    color: #1877f2 !important;
    font-size: 12px !important;
    font-family: 'Courier New', monospace !important;
    font-weight: bold !important;
    justify-content: center;
}
.wno-nav-fb-btn:hover { background-color: #1877f2 !important; color: #ffffff !important; }

/* Mobile Weiche */
@media (max-width: 1150px) {
    .wno-menu-trigger-card {
        top: 15px !important;
        left: 15px !important;
        padding: 8px 14px !important;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .sidenav.wno-rebel-sidenav {
        width: 100% !important;
        transform: translateX(-105%) !important;
        border-right: none !important;
    }
    .sidenav.wno-rebel-sidenav.wno-is-open {
        transform: translateX(0) !important;
    }
}

