/* ============================================================
   80er-live – komplette Custom-CSS (via mu-plugin enqueued).
   R5-wipe-sicher (Datei, nicht Global-Styles-css-Feld).
   Änderungen hier -> per SSH nach wp-content/mu-plugins/dwd-fx/dwd.css deployen.
   ============================================================ */

/* --- Starfield-Canvas-Positionierung (nur Frontend vorhanden, im Editor harmlos) --- */
#starfield{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none;display:block}

/* --- Lizenzierte Fonts --- */
@font-face{font-family:'Core Sans M';font-style:normal;font-weight:100 900;font-display:swap;src:url(/wp-content/uploads/fonts/CoreSansM85-webfont.woff2) format('woff2')}
@font-face{font-family:'Asap';font-style:normal;font-weight:400;font-display:swap;src:url(/wp-content/uploads/fonts/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYkqUsK2OXoA7Glw.woff2) format('woff2')}
@font-face{font-family:'Asap';font-style:normal;font-weight:500;font-display:swap;src:url(/wp-content/uploads/fonts/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYoKUsK2OXoA7Glw.woff2) format('woff2')}
@font-face{font-family:'Asap';font-style:normal;font-weight:600;font-display:swap;src:url(/wp-content/uploads/fonts/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYTKIsK2OXoA7Glw.woff2) format('woff2')}
@font-face{font-family:'Asap';font-style:normal;font-weight:700;font-display:swap;src:url(/wp-content/uploads/fonts/KFOOCniXp96a4Tc2DaTeuDAoKsE617JFc49knOIYdjTYdaIsK2OXoA7Glw.woff2) format('woff2')}

/* --- Hero: Glow-Animationen --- */
@keyframes dwd-glow-pink{0%,100%{filter:drop-shadow(0 0 4px rgba(215,0,127,.4))}50%{filter:drop-shadow(0 0 12px rgba(215,0,127,.9)) drop-shadow(0 0 24px rgba(215,0,127,.4))}}
@keyframes dwd-glow-lila{0%,100%{filter:drop-shadow(0 0 4px rgba(133,36,133,.4))}50%{filter:drop-shadow(0 0 12px rgba(133,36,133,.9)) drop-shadow(0 0 24px rgba(133,36,133,.4))}}
@keyframes dwd-glow-blau{0%,100%{filter:drop-shadow(0 0 4px rgba(0,159,227,.4))}50%{filter:drop-shadow(0 0 12px rgba(0,159,227,.9)) drop-shadow(0 0 24px rgba(0,159,227,.4))}}
@keyframes dwd-logo-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}
@keyframes dwd-pink-pulse{0%,100%{box-shadow:0 0 25px rgba(215,0,127,.6)}50%{box-shadow:0 0 50px rgba(215,0,127,.9)}}
@keyframes dwd-original-pulse{0%,100%{text-shadow:0 0 15px rgba(215,0,127,.5)}50%{text-shadow:0 0 30px rgba(215,0,127,.9),0 0 60px rgba(215,0,127,.4)}}

/* --- Hero --- */
.dwd-hero-sec{padding:20px 0}
.dwd-artist-stage{display:flex;align-items:center;justify-content:space-between;gap:clamp(8px,1.5vw,30px);width:100%;max-width:1425px;margin-inline:auto;padding:0 clamp(10px,2vw,30px);box-sizing:border-box}
.dwd-artist-stage .dwd-col{display:flex;flex-direction:column;gap:clamp(8px,1.2vw,20px);flex-shrink:0;margin:0}
.dwd-col-small{width:clamp(70px,8vw,120px)}
.dwd-col-large{width:clamp(80px,9vw,130px)}
.dwd-col-mt{margin-top:80px}
.dwd-artist-stage .wp-block-image{margin:0}
.dwd-artist-stage .dwd-col img{width:100%;aspect-ratio:1;object-fit:contain;display:block;transition:transform .3s ease}
.dwd-artist-stage .dwd-col img:hover{transform:scale(1.1)}
.dwd-img-large img{transform:scale(1.4);position:relative;z-index:3;margin:15px 0}
.glow-pink{animation:dwd-glow-pink 3s ease-in-out infinite}
.glow-lila{animation:dwd-glow-lila 3s ease-in-out infinite}
.glow-blau{animation:dwd-glow-blau 3s ease-in-out infinite}
.dwd-artist-center{flex:1;min-width:0;max-width:40vw;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}
.dwd-artist-center .dwd-logo{width:135%;transform:translateX(4%);margin:0}
.dwd-artist-center .dwd-logo img{width:100%;height:auto;animation:dwd-logo-pulse 8s ease-in-out infinite}
.dwd-artist-title{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}
.dwd-title-1,.dwd-title-3{font-size:clamp(28px,4vw,60px);color:#fff;line-height:1;letter-spacing:3px;white-space:nowrap;text-shadow:0 0 10px rgba(0,159,227,.8),0 0 30px rgba(0,159,227,.4);margin:0}
.dwd-title-2{font-size:clamp(22px,3.2vw,50px);color:#fff;background:linear-gradient(135deg,#d7007f,#852485);padding:6px 48px 6px 28px;clip-path:polygon(10px 0%,100% 0%,calc(100% - 10px) 100%,0% 100%);letter-spacing:2px;line-height:1.2;white-space:nowrap;animation:dwd-pink-pulse 2s ease-in-out infinite;display:inline-block;margin:0}
.dwd-original{font-size:clamp(18px,2.5vw,40px);color:transparent;-webkit-text-stroke:2px #d7007f;letter-spacing:7px;white-space:nowrap;animation:dwd-original-pulse 10s ease-in-out infinite;margin:0;font-family:var(--wp--preset--font-family--core-sans-m)}

/* --- Header: aktiver Link als Pill (weiße Outline), kein Unterstrich --- */
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content{text-decoration:none!important;border:2px solid var(--wp--preset--color--main);border-radius:100px;padding:.22em 1em;line-height:1.1}

/* --- Buttons: Neon-Outline (weiß / magenta) + gefüllt-weiß --- */
.wp-block-button.dwd-btn-white .wp-block-button__link,.wp-block-button.dwd-btn-magenta .wp-block-button__link{background:transparent;border-width:2px;border-style:solid;border-radius:100px;font-family:var(--wp--preset--font-family--asap);font-weight:500;color:var(--wp--preset--color--main);padding:.6em 1.8em}
.wp-block-button.dwd-btn-white .wp-block-button__link{border-color:var(--wp--preset--color--main)}
.wp-block-button.dwd-btn-magenta .wp-block-button__link{border-color:var(--wp--preset--color--primary)}
.wp-block-button.dwd-btn-fill .wp-block-button__link{background:#fff;color:var(--wp--preset--color--primary);border-radius:100px;font-family:var(--wp--preset--font-family--asap);font-weight:600;padding:.55em 2.2em;border:0}

/* --- Footer: Partner / Medienpartner / MK --- */
.dwd-foot-h{color:#fff;text-align:center;font-size:clamp(22px,3vw,30px);letter-spacing:1px;text-shadow:0 0 10px rgba(0,159,227,.85),0 0 28px rgba(0,159,227,.45)}
.dwd-foot-sub{color:#fff;text-align:center;font-size:15px;letter-spacing:.12em}
.dwd-marquee{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}
.dwd-marquee-track{display:flex;align-items:center;gap:clamp(34px,5vw,72px);width:max-content;animation:dwd-marquee 34s linear infinite}
.dwd-marquee-track .wp-block-image{margin:0;flex:0 0 auto}
.dwd-marquee-track img{height:50px;width:auto;object-fit:contain}
.dwd-marquee:hover .dwd-marquee-track{animation-play-state:paused}
@keyframes dwd-marquee{to{transform:translateX(-50%)}}
.dwd-medien{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(22px,4vw,52px)}
.dwd-medien .wp-block-image{margin:0}
.dwd-medien img{height:40px;width:auto;object-fit:contain}
.dwd-mk .wp-block-image{margin:0}
.dwd-mk img{height:70px;width:auto}
.dwd-foot-legal a{text-decoration:none;letter-spacing:.06em}

/* --- Reduced Motion --- */
@media(prefers-reduced-motion:reduce){
  .glow-pink,.glow-lila,.glow-blau,.dwd-logo img,.dwd-title-2,.dwd-original,.dwd-marquee-track{animation:none}
}

/* --- Hero Mobile: 3-Spalten-Badge-Raster --- */
@media(max-width:781px){
  .dwd-artist-stage{flex-wrap:wrap;flex-direction:row;justify-content:center;gap:8px;padding:16px}
  .dwd-artist-stage .dwd-col{display:contents}
  .dwd-artist-center{order:-1;flex-basis:100%;max-width:100%;width:100%;margin-bottom:8px}
  .dwd-artist-center .dwd-logo{width:100%;transform:none}
  .dwd-artist-stage .dwd-col .wp-block-image{width:30%;margin:0}
  .dwd-artist-stage .dwd-col img{width:100%}
  .dwd-img-large img{transform:none;margin:0}
}

/* ============================================================
   MITTLERE STARTSEITEN-SEKTIONEN (2026-07-08) — 1:1 aus Divi-Quelle.
   Effekte als Klassen. Headings=Core Sans M (Heavy, lizenziert), Text=Asap.
   ============================================================ */

/* Shared: gesperrter Outline-Heading-Puls (ZEITREISE / WELTREKORD / Spotify) */
@keyframes dwd-standalone-pulse{
  0%,100%{filter:drop-shadow(0 0 4px rgba(215,0,127,.4));transform:scale(1)}
  50%{filter:drop-shadow(0 0 10px rgba(215,0,127,.7));transform:scale(1.03)}
}
.dwd-outline-h{font-family:var(--wp--preset--font-family--core-sans-m);color:transparent;-webkit-text-stroke:2px #fff;letter-spacing:2px;line-height:1.2;margin:0;display:inline-block;text-transform:uppercase;animation:dwd-standalone-pulse 8s ease-in-out infinite}

/* Fließtext (Story / Krampe-Zitat / Rekord-Text) */
.dwd-body-text{font-family:var(--wp--preset--font-family--asap);color:#fff;text-align:center;font-size:clamp(15px,1.4vw,16px);line-height:1.4;max-width:1000px;margin-inline:auto}

/* Neon-Trennlinie */
.dwd-neon-hr{width:90%;max-width:1100px;height:1px;margin:40px auto 0;background:linear-gradient(90deg,transparent 0%,#00ffff 30%,#ff00ff 70%,transparent 100%);box-shadow:0 0 6px #00ffff,0 0 12px #00ffff,0 0 6px #ff00ff,0 0 12px #ff00ff;animation:dwd-neon-hr-pulse 3s ease-in-out infinite}
@keyframes dwd-neon-hr-pulse{0%,100%{opacity:.7}50%{opacity:1}}

/* --- Termin-Karten (Venues) --- */
.dwd-venues{display:flex;justify-content:center;align-items:flex-start;gap:clamp(24px,4vw,50px);width:100%;max-width:1160px;margin-inline:auto;padding:40px 20px;box-sizing:border-box}
.dwd-venue{display:flex;flex-direction:column;align-items:center;gap:10px;flex:1;max-width:340px;text-align:center;margin:0}
.dwd-venue p{margin:0}
.dwd-venue-stadium,.dwd-venue-date{font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(18px,2vw,25px);color:#fff;letter-spacing:2px;text-shadow:0 0 10px rgba(0,159,227,.8),0 0 25px rgba(0,159,227,.4)}
.dwd-venue-city{font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(30px,3.6vw,40px);color:#fff;background:linear-gradient(135deg,#d7007f,#852485);padding:15px 30px 15px 22px;clip-path:polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);letter-spacing:3px;line-height:1.15;white-space:nowrap}
.dwd-venue-btn{margin-top:8px}
.dwd-venue-btn .wp-block-button__link{padding:10px 28px;border:2px solid #d7007f;border-radius:50px;color:#fff;font-size:15px;background:transparent;box-shadow:0 0 8px rgba(215,0,127,.4),0 0 20px rgba(215,0,127,.2);animation:dwd-venue-btn-glow 2s ease-in-out infinite;font-family:var(--wp--preset--font-family--asap);font-weight:500}
.dwd-venue-btn .wp-block-button__link:hover{background:#fff;color:#000}
@keyframes dwd-venue-btn-glow{0%,100%{box-shadow:0 0 8px rgba(215,0,127,.4),0 0 20px rgba(215,0,127,.2)}50%{box-shadow:0 0 14px rgba(215,0,127,.7),0 0 35px rgba(215,0,127,.4)}}
@media(max-width:781px){
  .dwd-venues{flex-direction:column;align-items:center;gap:34px;padding:24px 16px}
  .dwd-venue{max-width:100%;width:100%}
  .dwd-venue-city{white-space:normal}
}

/* --- ZEITREISE Heading --- */
.dwd-zeitreise{width:100%;text-align:center;margin:80px 0 130px}
.dwd-zeitreise p{font-size:clamp(30px,5vw,50px);line-height:1.2}
@media(max-width:781px){.dwd-zeitreise{margin:56px 0 72px}}

/* --- VHS-Video (Retro-TV, full-bleed) --- */
.dwd-vhs{position:relative;width:100vw;left:50%;transform:translateX(-50%);height:100vh;overflow:hidden;margin:0}
.dwd-vhs figure,.dwd-vhs .wp-block-video{margin:0;height:100%;width:100%}
.dwd-vhs video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:2%/3%;z-index:1}
.dwd-vhs-vignette{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(0,0,0,0) 40%,rgba(0,0,0,.5) 80%,rgba(0,0,0,.85) 100%);z-index:2;pointer-events:none}
.dwd-vhs-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 1px,transparent 1px,transparent 4px);pointer-events:none;z-index:3;animation:dwd-vhs-flicker 5s infinite}
.dwd-vhs::before{content:'';position:absolute;top:0;left:0;width:100%;height:20%;background:linear-gradient(to bottom,#000 0%,transparent 100%);z-index:5;pointer-events:none}
.dwd-vhs::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:20%;background:linear-gradient(to top,#000 0%,transparent 100%);z-index:5;pointer-events:none}
.dwd-vhs-ui{position:absolute;inset:0;z-index:4;pointer-events:none;font-family:"Courier New",monospace;font-weight:bold}
.dwd-vhs-top{position:absolute;top:8%;left:5%;display:flex;flex-direction:column;gap:8px}
.dwd-vhs-rec{color:#ff2200;font-size:clamp(24px,3vw,42px);text-shadow:0 0 8px #f00;animation:dwd-vhs-blink .8s step-start infinite}
.dwd-vhs-sp{color:rgba(255,255,255,.85);font-size:clamp(20px,2.4vw,34px);text-shadow:0 0 6px rgba(0,0,0,.9)}
.dwd-vhs-bottom{position:absolute;bottom:5%;left:3%}
.dwd-vhs-time{color:#fff;font-size:clamp(24px,3vw,42px);text-shadow:0 0 8px #000}
@keyframes dwd-vhs-blink{0%,100%{opacity:1}50%{opacity:0}}
@keyframes dwd-vhs-flicker{0%{opacity:1}91%{opacity:1}92%{opacity:.88}93%{opacity:1}95%{opacity:.92}96%{opacity:1}100%{opacity:1}}

/* --- CD-Block --- */
.dwd-cd-h{font-family:var(--wp--preset--font-family--core-sans-m);color:#fff;letter-spacing:2px;text-shadow:0 0 10px rgba(0,159,227,.8),0 0 30px rgba(0,159,227,.4);text-align:center;font-size:clamp(22px,3.4vw,32px);margin:0 0 .5em}
.dwd-cd-grid .wp-block-image{margin:0}
.dwd-cd-grid .wp-block-image img{max-height:520px;width:auto;margin-inline:auto;display:block}
.dwd-cd-btn{margin-top:14px}
.dwd-cd-btn .wp-block-button__link{border:2px solid #fff;border-radius:24px;color:#fff;background:transparent;font-family:var(--wp--preset--font-family--asap);font-weight:500;font-size:15px;padding:.5em 2em}
.dwd-cd-btn .wp-block-button__link:hover{background:#fff;color:#000}

/* --- Weltrekord --- */
.dwd-weltrekord{width:100%;text-align:center;margin:80px 0 10px}
.dwd-weltrekord p{font-size:clamp(36px,6vw,70px)}
@media(max-width:768px){.dwd-weltrekord p{font-size:clamp(30px,9vw,36px)}}

/* --- Spotify (kitt) --- */
.dwd-spotify{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}
.dwd-spotify-wrap{position:relative;width:700px;max-width:95vw;isolation:isolate}
.dwd-spotify-wrap figure,.dwd-spotify-wrap .wp-block-video{margin:0}
.dwd-spotify-wrap video{width:100%;height:auto;border-radius:8px;display:block}
.dwd-spotify-wrap::before{content:'';position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:8px;background:linear-gradient(to right,#000 0%,transparent 25%,transparent 75%,#000 100%)}
.dwd-spotify-wrap::after{content:'';position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:8px;background:linear-gradient(to bottom,#000 0%,transparent 25%,transparent 75%,#000 100%)}
.dwd-spotify-overlay{position:absolute;bottom:-1px;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:10px;z-index:3}
.dwd-spotify-title{font-size:clamp(25px,3.5vw,50px)}
.dwd-spotify-btn .wp-block-button__link{padding:12px 35px;color:#fff;font-family:var(--wp--preset--font-family--core-sans-m);font-size:16px;border:2px solid #fff;border-radius:30px;background:transparent;letter-spacing:1px;animation:dwd-spotify-btn-pulse 2s ease-in-out infinite}
.dwd-spotify-btn .wp-block-button__link:hover{background:#fff;color:#000}
@keyframes dwd-spotify-btn-pulse{0%,100%{box-shadow:0 0 5px rgba(215,0,127,.5),0 0 10px rgba(215,0,127,.3)}50%{box-shadow:0 0 15px rgba(215,0,127,.9),0 0 30px rgba(215,0,127,.6)}}

/* --- Newsletter --- */
.dwd-newsletter-h{font-family:var(--wp--preset--font-family--core-sans-m);text-align:center;color:#fff;text-transform:uppercase;font-weight:800;letter-spacing:2px;font-size:clamp(30px,5vw,44px)}

/* --- Typewriter „DAS ORIGINAL" (Magenta-Outline, Scroll-Reveal) --- */
.dwd-typewriter{width:100%;text-align:center;display:flex;justify-content:center;align-items:center;margin:40px 0}
.dwd-typewriter p{margin:0}
.dwd-typewriter-text{font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(36px,7vw,80px);color:transparent;-webkit-text-stroke:2px #d7007f;letter-spacing:clamp(3px,1vw,7px);animation:dwd-typewriter-pulse 8s ease-in-out infinite;line-height:1}
.dwd-typewriter-cursor{font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(36px,7vw,80px);color:#d7007f;margin-left:4px;animation:dwd-cursor-blink .7s ease-in-out infinite;line-height:1}
@keyframes dwd-typewriter-pulse{0%,100%{filter:drop-shadow(0 0 4px rgba(215,0,127,.4));transform:scale(1)}50%{filter:drop-shadow(0 0 10px rgba(215,0,127,.9)) drop-shadow(0 0 20px rgba(215,0,127,.5));transform:scale(1.03)}}
@keyframes dwd-cursor-blink{0%,100%{opacity:1}50%{opacity:0}}

/* --- „Original"-Sektion (Highway-Grafik + Text) --- */
.dwd-orig-h{font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(20px,2vw,25px);color:#fff;text-transform:uppercase;line-height:1.25;text-shadow:0 0 8px rgba(0,159,227,.85),0 0 20px rgba(0,159,227,.4);margin:0 0 .6em}
.dwd-orig-text{font-family:var(--wp--preset--font-family--asap);font-size:16px;line-height:1.5;color:#fff;margin:0}
@media(max-width:781px){.dwd-orig-h,.dwd-orig-text{text-align:center}}

/* --- „ERLEBE ..." CTA-Band --- */
.dwd-erlebe{width:100%;display:flex;flex-direction:column;align-items:center;gap:clamp(40px,10vw,130px);text-align:center;padding:20px 16px}
.dwd-erlebe-text{font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(26px,4vw,40px);line-height:1;letter-spacing:2px;margin:0;color:transparent;-webkit-text-stroke:2px #fff;animation:dwd-erlebe-pulse 2s ease-in-out infinite}
@keyframes dwd-erlebe-pulse{0%,100%{filter:drop-shadow(0 0 3px rgba(255,255,255,.4))}50%{filter:drop-shadow(0 0 6px rgba(255,255,255,.7))}}
.dwd-erlebe-btn .wp-block-button__link{color:#fff;font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(14px,1.6vw,20px);letter-spacing:1px;border:3px solid #fff;border-radius:50px;padding:12px 36px;background:transparent;animation:dwd-erlebe-btn-glow 3s ease-in-out infinite}
.dwd-erlebe-btn .wp-block-button__link:hover{background:rgba(215,0,127,.2)}
@keyframes dwd-erlebe-btn-glow{0%,100%{box-shadow:0 0 12px rgba(215,0,127,.5),0 0 30px rgba(215,0,127,.2)}50%{box-shadow:0 0 20px rgba(215,0,127,.8),0 0 50px rgba(215,0,127,.4)}}

/* --- „JETZT TICKETS SICHERN" (80px Outline) --- */
.dwd-jetzt{width:100%;text-align:center;margin:40px 0}
.dwd-jetzt p{font-size:clamp(40px,7vw,80px);line-height:1.2}
@media(max-width:768px){.dwd-jetzt p{font-size:clamp(34px,10vw,50px)}}

/* --- Social --- */
.dwd-social{text-align:center}
.dwd-social-h{font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(15px,1.6vw,16px);color:#fff;text-transform:uppercase;text-align:center;margin:0 0 .8em}
.dwd-social .wp-block-social-links{justify-content:center}

/* --- Newsletter (Mailjet-Embed via Shortcode) --- */
.dwd-newsletter{padding:20px 0}
.dwd-newsletter iframe{width:100%;border:0}

/* --- Fixes 2026-07-08 (Kunden-Review Startseite) --- */
/* Venues-Reihe zentrieren: alignfull setzt Negativ-Margins, die margin:auto killen -> hart überschreiben */
.dwd-venues{margin-left:auto!important;margin-right:auto!important}
/* Newsletter: schmaler, zentrierter Container statt linksbündig im Wide-Container */
.dwd-newsletter{max-width:600px!important;margin-left:auto!important;margin-right:auto!important}

/* ============================================================
   STANDORT-SEITEN (Auf Schalke / Frankfurt / Hamburg) — 2026-07-08
   ============================================================ */

/* Header-Nav Hover: KEIN Underline, dezenter Pill-Hover (Kundenwunsch 2026-07-08).
   Alle Links bekommen die Pill-Geometrie -> Hover/Active ohne Layout-Shift. */
.wp-block-navigation .wp-block-navigation-item__content{border-radius:100px;padding:.22em 1em;text-decoration:none!important;transition:background .2s ease,border-color .2s ease}
.wp-block-navigation .wp-block-navigation-item__content:hover{background:rgba(255,255,255,.14);text-decoration:none!important}
.wp-block-navigation .current-menu-item .wp-block-navigation-item__content:hover{background:transparent}

/* Hero: kleines WDR-Präsentiert-Badge (Quelle rendert ~100px, zentriert) + [Logo | Station/Stadt/Datum] */
.dwd-loc-hero{text-align:center}
.dwd-loc-hero .wp-block-image{margin:0}
.dwd-loc-hero img{width:clamp(90px,9vw,120px);height:auto;margin-inline:auto}
.dwd-loc-head .wp-block-image{margin:0}
.dwd-venue-single{display:flex;flex-direction:column;align-items:center;gap:clamp(8px,2vw,15px);text-align:center}
.dwd-venue-single p{margin:0}
.dwd-venue-single .dwd-venue-stadium,.dwd-venue-single .dwd-venue-date{font-size:clamp(18px,3vw,42px);white-space:nowrap}
.dwd-venue-single .dwd-venue-city{font-size:clamp(24px,4.5vw,54px);padding:.4em .6em .4em .5em}

/* LIVE MIT */
.dwd-live-mit{font-family:var(--wp--preset--font-family--core-sans-m);font-size:clamp(20px,2.4vw,27px);color:var(--wp--preset--color--primary-alt);text-transform:uppercase;text-align:center;text-shadow:0 0 8px rgba(0,159,227,.85),0 0 20px rgba(0,159,227,.4);letter-spacing:2px;margin:0}

/* Ticket-Button-Reihe (Tickets / VIP / Hotel) */
.dwd-ticket-btns{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(12px,2vw,24px)}
.dwd-ticket-btns .wp-block-button__link{background:transparent;border:2px solid var(--wp--preset--color--primary);border-radius:50px;color:#fff;font-family:var(--wp--preset--font-family--asap);font-weight:500;font-size:clamp(15px,1.4vw,18px);padding:.7em 2.4em;animation:dwd-venue-btn-glow 2s ease-in-out infinite}
.dwd-ticket-btns .wp-block-button__link:hover{background:#fff;color:#000}
.dwd-ticket-btns .wp-block-button__link::after{content:" \203a";font-weight:400}

/* Line-up-Grafik */
.dwd-lineup-img .wp-block-image{margin:0}
.dwd-lineup-img img{width:100%;height:auto}

/* Intro-Text (mit Magenta-Highlights) */
.dwd-intro{font-family:var(--wp--preset--font-family--asap);color:#fff;text-align:center;font-size:clamp(15px,1.4vw,16px);line-height:1.5;max-width:1000px;margin-inline:auto}
.dwd-intro strong{color:var(--wp--preset--color--primary)}

/* Artist-Grid (runde Badge-Fotos + Songtitel kursiv) */
/* Grid an Live-Maße angeglichen: Künstler 234px, Headliner 317px, Grid ~1120px
   (Live-gemessen 2026-07-09; vorher auf 740px eingesperrt -> Künstler nur 158px). */
.dwd-artist-grid{display:flex;flex-direction:column;gap:clamp(20px,4vw,44px);max-width:1120px!important;margin-inline:auto}
.dwd-artist-grid .wp-block-image{margin:0}
.dwd-artist-grid img{width:100%;height:auto;display:block}
.dwd-artist-cap{font-family:var(--wp--preset--font-family--core-sans-m);font-style:italic;font-size:clamp(15px,1.6vw,19px);color:#fff;text-align:center;margin:.3em 0 0}
.dwd-artist-single{max-width:390px;margin-inline:auto;width:100%}
/* 4er-Reihe: 4×234 + 3×61 Gap = 1119px */
.dwd-artist-row{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px,4.4vw,61px);align-items:start;width:100%}
.dwd-artist-cell{margin:0}
@media(max-width:781px){.dwd-artist-row{grid-template-columns:repeat(2,1fr);gap:clamp(14px,4vw,24px)}}
/* 2 Headliner (Holly Johnson + Boy George): je 317px, weit gespreizt wie live */
.dwd-artist-row-2{display:grid;grid-template-columns:317px 317px;justify-content:space-between;max-width:910px;margin-inline:auto;align-items:start;width:100%}
@media(max-width:1180px){.dwd-artist-row-2{grid-template-columns:1fr 1fr;gap:clamp(20px,4vw,50px);max-width:760px}}
@media(max-width:781px){.dwd-artist-row-2{grid-template-columns:1fr;max-width:340px}}

/* FAQ-Accordion (weiße Panels, Magenta-Titel, schwarzer Text) */
.dwd-faq-h{font-family:var(--wp--preset--font-family--core-sans-m);color:#fff;text-align:center;font-size:clamp(30px,4vw,46px);margin:0 0 .8em}
.dwd-faq details{background:#fff;border-radius:6px;margin-bottom:10px;padding:14px 20px}
.dwd-faq summary{font-family:var(--wp--preset--font-family--asap);font-weight:600;font-size:clamp(16px,1.6vw,18px);color:#d9027c;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.dwd-faq summary::-webkit-details-marker{display:none}
.dwd-faq summary::after{content:'+';color:#d9027c;font-weight:700;font-size:1.4em;line-height:1;flex:0 0 auto}
.dwd-faq details[open] summary::after{content:'\2013'}
.dwd-faq details>*:not(summary){font-family:var(--wp--preset--font-family--asap);font-size:16px;line-height:1.5;color:#000;margin:10px 0 0}
.dwd-faq details a{color:#d9027c;text-decoration:underline}

/* --- Reduced Motion (neue Sektionen) --- */
@media(prefers-reduced-motion:reduce){
  .dwd-outline-h,.dwd-neon-hr,.dwd-venue-btn .wp-block-button__link,.dwd-spotify-btn .wp-block-button__link,.dwd-vhs-rec,.dwd-vhs-scanlines,
  .dwd-typewriter-text,.dwd-typewriter-cursor,.dwd-erlebe-text,.dwd-erlebe-btn .wp-block-button__link,.dwd-ticket-btns .wp-block-button__link{animation:none}
}

/* === Presse-Seite (Minimal-Landing, blank template) === */
.dwd-presse{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}
.dwd-presse-logo{margin:0 auto!important}
.dwd-presse-logo img{width:min(590px,88vw);height:auto}
.dwd-presse .dwd-btn-fill .wp-block-button__link{font-size:18px;padding:.7em 2.2em}
.dwd-presse .dwd-btn-fill .wp-block-button__link::after{content:"›";margin-left:.7em;font-weight:400}
.dwd-presse-legal,.dwd-presse-legal a{color:#666;font-family:var(--wp--preset--font-family--asap);font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;line-height:1.75;text-decoration:none}
.dwd-presse-legal a:hover{color:#fff}
.dwd-presse-cols{max-width:760px;margin-inline:auto}

/* === Presseanfragen: Fluent Forms im Dark-Look === */
.dwd-ffform{max-width:720px;margin:0 auto}
.dwd-ffform .fluentform .ff-el-input--label label,
.dwd-ffform .fluentform label{color:#fff;font-family:var(--wp--preset--font-family--asap);font-weight:500}
.dwd-ffform .fluentform .ff-el-group{margin-bottom:18px}
.dwd-ffform .fluentform input[type=text],
.dwd-ffform .fluentform input[type=email],
.dwd-ffform .fluentform input[type=tel],
.dwd-ffform .fluentform input[type=url],
.dwd-ffform .fluentform textarea{
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.28);border-radius:8px;
  color:#fff;font-family:var(--wp--preset--font-family--asap);padding:.7em .9em}
.dwd-ffform .fluentform input::placeholder,
.dwd-ffform .fluentform textarea::placeholder{color:rgba(255,255,255,.45)}
.dwd-ffform .fluentform input:focus,
.dwd-ffform .fluentform textarea:focus{border-color:var(--wp--preset--color--primary);box-shadow:0 0 0 2px rgba(215,0,127,.3);outline:none}
.dwd-ffform .fluentform .ff-el-form-check label,
.dwd-ffform .fluentform .ff_tc label{color:#fff;font-weight:400;font-size:15px}
.dwd-ffform .fluentform .ff-el-form-check-label a,
.dwd-ffform .fluentform .ff_tc a{color:var(--wp--preset--color--primary-alt);text-decoration:underline}
.dwd-ffform .fluentform input[type=checkbox]{accent-color:var(--wp--preset--color--primary);width:18px;height:18px}
.dwd-ffform .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check{margin-bottom:8px}
.dwd-ffform .fluentform .ff-message-success{color:#fff;background:rgba(0,159,227,.15);border:1px solid var(--wp--preset--color--primary-alt);border-radius:8px;padding:1em}
.dwd-ffform .fluentform .ff-el-is-error input,
.dwd-ffform .fluentform .ff-el-is-error textarea{border-color:#ff6b6b}
.dwd-ffform .fluentform .error,.dwd-ffform .fluentform .text-danger{color:#ff8a8a}
.dwd-ffform .fluentform .ff-btn-submit{
  background:var(--wp--preset--color--primary)!important;color:#fff!important;border:0;border-radius:100px;
  font-family:var(--wp--preset--font-family--asap);font-weight:600;padding:.75em 2.6em;font-size:16px;
  box-shadow:0 0 14px rgba(215,0,127,.5);transition:transform .15s,box-shadow .15s}
.dwd-ffform .fluentform .ff-btn-submit:hover{transform:translateY(-1px);box-shadow:0 0 22px rgba(215,0,127,.75)}
.dwd-presseanfragen-intro{color:#fff;font-family:var(--wp--preset--font-family--asap);text-align:center;font-size:clamp(15px,1.6vw,18px);max-width:640px;margin:0 auto 8px}

/* === Rechtstexte: lange URLs sauber umbrechen (kein Mobile-Overflow) === */
.dwd-legal p,.dwd-legal li{overflow-wrap:break-word}
.dwd-legal a{word-break:break-word;overflow-wrap:anywhere}
.dwd-legal h1{margin-bottom:.3em}

/* === Parallax-Band als WebP ausliefern (Perf) ===
   Der core/cover-Block referenziert inline die 341-KB-JPEG. Statt das Blockmarkup zu
   ändern (R5-/Validierungs-sicher) überschreiben wir hier nur das background-image auf
   die 172-KB-WebP-Kopie. Root-relativer Pfad -> gilt Dev UND Produktiv. Gilt allen 3
   Standortseiten (gemeinsame .dwd-parallax-Klasse). !important schlägt das Inline-Style. */
.dwd-parallax .wp-block-cover__image-background{background-image:url(/wp-content/uploads/2026/02/image0.webp)!important}

/* ============================================================
   GO-LIVE-KORREKTUREN (2026-07-09) — 1:1-Feinschliff gegen Original.
   Alle Werte an der Alt-Divi-Site gemessen (getComputedStyle).
   ============================================================ */

/* C3 + C2: WP-Block-Gap injiziert margin-block-start:32px auf Geschwister 2/3
   (schlägt unser margin:0). Das blähte (a) den Zeilenabstand der Hero-Titel und
   (b) drückte Venue 2+3 um 32px nach unten (Venue 1 stand höher). Hart nullen ->
   nur die Flex-Gaps (Titel 6px, Center 10px) bleiben = 1:1 wie Original (6/6/10). */
.dwd-artist-title>*,.dwd-artist-center>*{margin-block-start:0!important;margin-top:0!important}
.dwd-venues>.dwd-venue{margin-block-start:0!important;margin-top:0!important}

/* C2: Städte-Banderole zu hoch. Original: font 40px, line-height 23.8px (~0.6),
   Padding 15px -> Höhe 54px. Wir hatten line-height:1.15 -> 76px. Nur Startseiten-
   Venues (Standort-Hero nutzt .dwd-venue-single, bleibt unberührt). */
.dwd-venues .dwd-venue-city{line-height:.6}

/* C1: Hero — Nena-Spalte (und mittlere Spalte) des linken Blocks ~20px nach links,
   damit Nena nicht mehr die "80ER STADION-TOUR"-Banderole überlappt. Linke Spalte
   (Alphaville/Gazebo/Camouflage = nth-child 1) bleibt. Nur Desktop (mobil display:contents). */
@media(min-width:782px){
  .dwd-artist-stage>.dwd-col:nth-child(2),
  .dwd-artist-stage>.dwd-col:nth-child(3){transform:translateX(-20px)}
}

/* C6: Spotify-Titel "DIE 80ER LIVE FÜR UNTERWEGS" war links (inline-block ohne
   text-align) -> zentrieren. */
.dwd-spotify-title{text-align:center}

/* C4: Arena-Sektionshintergrund unter WELTREKORD (RID-Präsentationsbild). Original:
   full-bleed Sektion, arena-widefoto contain, dunkler Verlauf nach unten. Als CSS-
   Background (R5-/Validierungs-sicher, wie .dwd-parallax). Root-Pfad -> Dev+Prod. */
.dwd-rekord-img{position:relative;left:50%;transform:translateX(-50%);width:100vw!important;max-width:100vw!important;
  background-image:linear-gradient(rgba(0,0,0,.05) 26%,rgba(0,0,0,.96) 85%,rgba(0,0,0,.96) 112%),url(/wp-content/uploads/2025/09/80erlive-Arena-widefoto.webp);
  background-size:cover;background-position:50% 50%;background-repeat:no-repeat}

/* C5: ERLEBE-Sektionshintergrund (Original: image0 mit Cyan-Verlauf, cover). Sektion
   ist bereits alignfull. */
.dwd-erlebe-sec{
  background-image:linear-gradient(#000 0%,rgba(82,194,255,.48) 50%,#000 100%),url(/wp-content/uploads/2026/02/image0.webp);
  background-size:cover;background-position:50% 50%;background-repeat:no-repeat}

/* C7: Partner-Marquee — zwei animierte Neon-Linien (oben cyan->magenta, unten
   magenta->cyan, gegenläufig). 1:1 aus Original (.marquee-wrapper-2::before/after). */
.dwd-marquee{position:relative;padding:17px 0}
.dwd-marquee::before,.dwd-marquee::after{content:"";position:absolute;left:0;width:100%;height:1px;background-size:60% 100%;background-repeat:no-repeat;z-index:2;pointer-events:none}
.dwd-marquee::before{top:0;background-image:linear-gradient(90deg,transparent 0%,#00ffff 30%,#ff00ff 70%,transparent 100%);box-shadow:0 0 6px #00ffff,0 0 12px #00ffff;animation:dwd-neon-line-cyan 4s linear infinite}
.dwd-marquee::after{bottom:0;background-image:linear-gradient(90deg,transparent 0%,#ff00ff 30%,#00ffff 70%,transparent 100%);box-shadow:0 0 6px #ff00ff,0 0 12px #ff00ff;animation:dwd-neon-line-pink 4s linear infinite}
@keyframes dwd-neon-line-cyan{0%{background-position:-100% 0}100%{background-position:200% 0}}
@keyframes dwd-neon-line-pink{0%{background-position:200% 0}100%{background-position:-100% 0}}
@media(prefers-reduced-motion:reduce){.dwd-marquee::before,.dwd-marquee::after{animation:none}}
