:root{
  --accent:#FFCD06;
  --accent-soft:rgba(255,205,6,0.16);
  --bs-body-bg:#ffffff;
  --bs-body-color:#111111;
  --muted:#6c757d;
}
body{
  background-color:var(--bs-body-bg);
  color:var(--bs-body-color);
}
.bg-accent-soft{background-color:var(--accent-soft)!important;}
.btn-accent{
  --bs-btn-color:#111;
  --bs-btn-bg:var(--accent);
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:#111;
  --bs-btn-hover-bg:#ffd840;
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-bg:#f0be00;
  --bs-btn-active-border-color:transparent;
}
.link-accent{color:#111;text-decoration:none;border-bottom:1px solid var(--accent-soft);}
.link-accent:hover{color:#000;border-bottom-color:var(--accent);} 
/* Hero Background: flexibler Pfad, damit das Bild auch aus Unterordnern gefunden wird */
.hero-section{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  color:#fff;
  padding-top:4rem;
  padding-bottom:4rem;
  background-color:#000;
}
.hero-section{
  background-image:linear-gradient(transparent,transparent),url("../img/images/7H1A3811-cropped.webp");
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
@media (max-width: 575.98px){
  .hero-section{
    background-image:linear-gradient(transparent,transparent),url("../img/images/7H1A3816-cropped-vert.webp");
    background-position:center top;
  }
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,0.55),rgba(0,0,0,0.8));
}
.hero-content{
  position:relative;
  z-index:1;
}
.hero-section .badge{
  color:#fff !important;
}
@media(min-width:992px){
  .hero-section{padding-top:5rem;padding-bottom:5rem;}
}
.hero-card{margin-top:1.5rem;}
.hero-card .floating-card{position:absolute;right:8%;bottom:-12%;max-width:80%;}
.hero-gradient{background:radial-gradient(circle at top left,rgba(255,205,6,0.24),transparent 55%);} 
.brand-mark{width:26px;height:26px;background:var(--accent);}
.small-stats .p-3{font-size:.9rem;}
.section-muted{background:#fafafa;}
.table> :not(caption)>*>*{padding-top:.9rem;padding-bottom:.9rem;}
[data-fade]{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease;}
[data-fade].visible{opacity:1;transform:translateY(0);}
[data-fade][data-fade-delay="80"]{transition-delay:.08s;}
[data-fade][data-fade-delay="100"]{transition-delay:.1s;}
[data-fade][data-fade-delay="120"]{transition-delay:.12s;}
[data-fade][data-fade-delay="150"]{transition-delay:.15s;}
[data-fade][data-fade-delay="160"]{transition-delay:.16s;}
.hover-lift{transition:transform .2s ease,box-shadow .2s ease;}
.hover-lift:hover{transform:translateY(-4px);box-shadow:0 .75rem 1.5rem rgba(15,15,15,.08)!important;}
.dot-live{width:8px;height:8px;border-radius:50%;background:#e03131;display:inline-block;box-shadow:0 0 0 0 rgba(224,49,49,.6);animation:pulse 1.6s infinite;}
@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(224,49,49,.6);}70%{transform:scale(1.5);box-shadow:0 0 0 6px rgba(224,49,49,0);}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(224,49,49,0);}}
.store-cta{max-width:540px;} 
main{min-height:60vh;}
.education-tip-card{
  transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.education-tip-card:hover{
  transform:translateY(-4px);
  box-shadow:0 .75rem 1.5rem rgba(15,15,15,.08);
  background-color:#ffffff;
}
.store-feature-card{
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.store-feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 .75rem 1.5rem rgba(15,15,15,.08);
  background-color:#ffffff;
}
.navbar-brand-logo{
  max-height:64px;
  width:auto;
  display:block;
}
@media (min-width: 992px){
  .navbar-brand-logo{max-height:72px;}
}
.navbar .nav-link,
.navbar .btn{
  font-size:1.05rem;
  padding-top:0.6rem;
  padding-bottom:0.6rem;
}
.navbar-nav .nav-link,
.navbar-nav .btn{
  position:relative;
}
.navbar-nav .nav-link::after,
.navbar-nav .btn::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0.25rem;
  height:3px;
  background-color:var(--accent);
  border-radius:999px;
  opacity:0;
  transform:scaleX(0.4);
  transform-origin:center;
  transition:opacity .18s ease,transform .18s ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus-visible::after,
.navbar-nav .btn:hover::after,
.navbar-nav .btn:focus-visible::after{
  opacity:1;
  transform:scaleX(1);
}
nav .navbar-nav .nav-link.nav-link-active::after,
nav .navbar-nav .nav-link.active::after,
nav .navbar-nav .nav-link[aria-current="page"]::after,
nav .navbar-nav .btn.nav-link-active::after,
nav .navbar-nav .btn.active::after,
nav .navbar-nav .btn[aria-current="page"]::after{
  opacity:1 !important;
  transform:scaleX(1) !important;
}
.navbar .btn-accent{
  border-width:0!important;
  box-shadow:none!important;
}
.channel-preview-box{
  max-width:420px;
  margin-inline:auto;
}
.show-past{
  opacity:.6;
}
.show-past .card{
  filter:grayscale(.15);
}
.show-past .show-ticket-btn{
  pointer-events:none;
}
.show-status-badge{
  vertical-align:middle;
}
.site-footer{border-top:1px solid rgba(255,255,255,0.06);padding:2.5rem 0;background:#f4f5f7 !important}
.footer-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}
.footer-brand{display:flex;align-items:center;gap:.75rem;margin-inline:auto 0}
.footer-logo{height:48px;display:block}
.footer-title{font-weight:600;font-size:1.05rem;line-height:1;display:flex;align-items:center}
.footer-nav,.footer-legal{flex:1;display:flex;flex-direction:column;align-items:center}
.footer-nav ul,.footer-legal ul{display:flex;flex-direction:column;align-items:center;gap:0.35rem;margin:0;padding:0;list-style:none}
.footer-heading{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.25rem;text-align:center}
.site-footer a{color:var(--accent);text-decoration:none;font-size:.9rem}
.site-footer a:hover{text-decoration:underline}
@media (max-width: 767.98px){
  .footer-inner{flex-direction:column;align-items:center}
  .footer-brand{margin-inline:0}
  .footer-nav,.footer-legal{width:100%;align-items:center}
  .footer-nav ul,.footer-legal ul{align-items:center}
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:.75rem;
}
.footer-brand > div{
  display:flex;
  flex-direction:column;
  gap:.65rem;
}
.footer-socials{
  display:flex;
  align-items:center;
  gap:.6rem;
  flex-wrap:wrap;
}
.footer-socials a{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--accent);
  color:#111;
  text-decoration:none;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.footer-socials a:hover,
.footer-socials a:focus-visible{
  transform:translateY(-2px);
  box-shadow:0 .5rem 1rem rgba(15,15,15,.12);
  background:#ffd840;
  color:#111;
  text-decoration:none;
}
.footer-socials svg{
  width:18px;
  height:18px;
  display:block;
}

/* Footer-Link-Farbe: gut lesbares Grau auf hellem Footer-Hintergrund */
.site-footer a{
  color:rgba(33,37,41,.78) !important; /* Bootstrap body color in "muted" */
}
.site-footer a:hover,
.site-footer a:focus-visible{
  color:rgba(33,37,41,.92) !important;
  text-decoration:underline;
}
/* Social Icons bleiben im Brand-Yellow (nicht grau) */
.site-footer .footer-socials a{
  color:#111 !important;
}

/* Startseiten-Special-Sections */
.section-full{
  position:relative;
  min-height:80vh;
  display:flex;
  align-items:center;
  padding-top:5rem;
  padding-bottom:5rem;
}
.section-full .section-inner{
  position:relative;
  z-index:1;
}
.section-overlay{
  position:absolute;
  inset:0;
  opacity:.9;
}
.section-title{
  font-size:clamp(2.4rem,3.4vw,3.2rem);
}
.section-eyebrow{
  letter-spacing:.16em;
  text-transform:uppercase;
  font-size:.8rem;
}
.section-gallery-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  grid-auto-rows:160px;
  gap:1rem;
}
.section-gallery-grid .tile{
  border-radius:1.5rem;
  overflow:hidden;
  position:relative;
  background:#111;
}
.section-gallery-grid .tile img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.05);
  transition:transform .6s ease;
}
.section-gallery-grid .tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,rgba(0,0,0,.1),rgba(0,0,0,.45));
}
.section-gallery-grid .tile:hover img{
  transform:scale(1.12);
}
.section-gallery-grid .tile-lg{
  grid-column:span 3;
  grid-row:span 2;
}
.section-gallery-grid .tile-md{
  grid-column:span 3;
  grid-row:span 1;
}
.section-gallery-grid .tile-sm{
  grid-column:span 2;
  grid-row:span 1;
}
/* vertical tile variant for portrait images */
.section-gallery-grid .tile-vert{
  grid-row:span 2;
}
@media(max-width:991.98px){
  .section-gallery-grid{
    grid-template-columns:repeat(4,1fr);
    grid-auto-rows:130px;
  }
  .section-gallery-grid .tile-lg{
    grid-column:span 4;
  }
  .section-gallery-grid .tile-md{
    grid-column:span 2;
  }
}
@media(max-width:575.98px){
  .section-full{
    padding-top:3.5rem;
    padding-bottom:3.5rem;
    min-height:unset;
  }
  .section-gallery-grid{
    grid-template-columns:repeat(2,1fr);
    grid-auto-rows:120px;
  }
  .section-gallery-grid .tile-lg,
  .section-gallery-grid .tile-md,
  .section-gallery-grid .tile-sm{
    grid-column:span 2;
  }
}
.section-parallax{
  background-attachment:fixed;
  background-position:center;
  background-size:cover;
}
@media(max-width:991.98px){
  .section-parallax{
    background-attachment:scroll;
  }
}
.floating-strip{
  border-radius:999px;
  background:rgba(17,17,17,.88);
  padding:.75rem 1.25rem;
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  backdrop-filter:blur(10px);
}
.floating-strip img{
  width:32px;
  height:32px;
  border-radius:999px;
  object-fit:cover;
}
.badge-soft-dark{
  background:rgba(0,0,0,.55);
  color:#fff;
}
.badge-soft-light{
  background:rgba(255,255,255,.86);
  color:#111;
}
.showcase-card{
  background:rgba(255,255,255,.96);
  border-radius:1.5rem;
  box-shadow:0 1.5rem 3.5rem rgba(15,15,15,.22);
}
.player-shadow{
  box-shadow:0 1.75rem 3rem rgba(0,0,0,.35);
}
.section-split-img{
  border-radius:2rem;
}

/* About hero: weaken dark overlay so image shines more through */
.about-hero{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.7)),url("../img/images/CY1A8901.webp");
}
.about-hero .section-overlay.hero-gradient{
  opacity:.7;
}

/* About: 2x2 photo grid next to "Growing up with swing." */
.about-swing-grid{
  max-width:560px;
  margin-inline:auto;
}
.about-swing-grid-img{
  aspect-ratio:1/1;
  object-position:center 35%;
}
/* Spezifisches Fine-Tuning: Rhiannon 2025 weniger "reingezoomt" / mehr Körper sichtbar */
.about-swing-grid-img[src$="Rhiannon2025.webp"]{
  object-position:center 20% !important;
}

/* VIDEO CAROUSEL: Portrait-Layout mit mehreren Videos nebeneinander */
.video-carousel-wrapper{
  overflow:hidden;
}
.video-carousel-track{
  display:flex;
  align-items:stretch;
  gap:1rem;
  transition:transform .35s ease;
  will-change:transform;
}
.video-slide{
  flex:0 0 220px;
}
/* Mobile: genau ein Slide sichtbar, zentriert */
@media (max-width: 575.98px){
  .video-carousel{
    padding-inline:0;
  }
  .video-carousel-track{
    gap:0.75rem;
  }
  .video-slide{
    flex:0 0 100% !important;
    max-width:100% !important;
  }
}
/* Tablets: zwei bis drei Slides sichtbar, Nachbarn leicht angeschnitten */
@media (min-width: 576px) and (max-width: 991.98px){
  .video-carousel{
    padding-inline:2rem;
  }
  .video-slide{
    flex:0 0 40%;
  }
}
/* Desktop: Fünf Slides sichtbar, mittleres Video groß, Nachbarn angeschnitten */
@media (min-width: 992px){
  .video-carousel{
    padding-inline:0;
  }
  .video-slide{
    flex:0 0 20%;
  }
}
.video-frame-wrapper{
  position:relative;
  width:100%;
  margin-inline:auto;
  border-radius:1.25rem;
  overflow:hidden;
}
.video-frame-wrapper.video-portrait{
  aspect-ratio:9/16;
}
.video-frame{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

/* Sticky Navbar: Bootstrap .sticky-top + Fallback */
.navbar.sticky-top{
  position:sticky !important;
  top:0;
  z-index:1020;
}

/* JS-Fallback-Klasse: wird nur in alten Browsern gesetzt */
.navbar.navbar-fixed-fallback{
  position:fixed !important;
  top:0;
  left:0;
  right:0;
  z-index:1050;
}

.navbar.navbar-light{ background-color:#fff !important; color:#212529 !important; }
.navbar.navbar-light .navbar-nav .nav-link{ color:rgba(33,37,41,.82) !important; }
.navbar.navbar-light .navbar-nav .nav-link.active,
.navbar.navbar-light .navbar-nav .nav-link.nav-link-active,
.navbar.navbar-light .navbar-nav .nav-link[aria-current="page"],
.navbar.navbar-light .navbar-nav .show > .nav-link{
  color:#c69300 !important;
  font-weight:600;
}

/* SHOWS HERO FULLSCREEN VIDEO */
.shows-hero{
  min-height:100vh;
  display:flex;
  align-items:stretch;
  color:#fff;
}
.shows-hero-video-container{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:0;
}
.shows-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .8s ease-in-out;
}
.shows-hero-video.active{
  opacity:1;
}
.shows-hero-overlay{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at top left,rgba(255,205,6,.16),transparent 55%),linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.88));
  z-index:1;
}
.shows-hero .container{
  z-index:2;
  padding-top:5rem;
  padding-bottom:3rem;
}
.shows-hero-caption{
  padding:.35rem .75rem;
  border-radius:999px;
  background:rgba(0,0,0,.6);
  display:inline-flex;
  align-items:center;
  gap:.4rem;
}
.shows-hero-label{
  white-space:nowrap;
}
.shows-hero-content{
  margin-top:25vh;
}
@media (max-width: 575.98px){
  .shows-hero .container{
    padding-top:4.5rem;
    padding-bottom:2.5rem;
  }
  .shows-hero-caption{
    font-size:.75rem;
  }
  .shows-hero-content{
    margin-top:35vh;
  }
}

/* Education page extras */
.education-icon-card{
  background:#ffffff;
}
/* Education hero badge text white on yellow background */
.education-hero-badge{
  color:#ffffff !important;
}
/* Education final CTA background image */
.education-final-cta{
  background-image:linear-gradient(to bottom,rgba(0,0,0,.88),rgba(0,0,0,.94)),url("../img/images/7H1A1884_cropped-reduced.webp");
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

/* Live section mosaic on home */
.live-mosaic{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:0.75rem;
}
.live-mosaic-item{
  border-radius:1.5rem;
  overflow:hidden;
  box-shadow:0 .75rem 1.5rem rgba(15,15,15,.12);
}
.live-mosaic-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (min-width: 768px){
  .live-mosaic{
    gap:1rem;
  }
}
@media (min-width: 992px){
  .live-mosaic{
    gap:1.25rem;
  }
}

/* Shows hero mute toggle button */
.shows-hero-mute-toggle{
  position:absolute;
  right:1.5rem;
  bottom:1.5rem;
  z-index:3;
}
@media (min-width: 768px){
  .shows-hero-mute-toggle{
    right:2rem;
    bottom:2rem;
  }
}
.shows-hero-mute-toggle .btn{
  border-radius:999px;
  padding:.6rem 1.1rem;
}
.shows-hero-mute-toggle span[aria-hidden="true"]{
  font-size:1.35rem;
}

/* Homepage final CTA background image (requested) */
.home-cta-bg{
  background-image:url("../img/images/7H1A1884_cropped-reduced.webp");
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
}

/* HOMEPAGE HERO: besserer Abstand zur Navbar + kein "zu weit runter" */
.hero-section{
  min-height:calc(100svh - 76px);
  padding-top:clamp(4.75rem, 7vh, 6.25rem);
  padding-bottom:clamp(3.25rem, 6vh, 5rem);
}
@media (max-width: 575.98px){
  .hero-section{
    min-height:calc(100svh - 64px);
    padding-top:clamp(3.25rem, 4.6vh, 4.15rem);
    padding-bottom:2.5rem;
  }
}

/* stellt sicher, dass die Hero-Row wirklich die verfügbare Höhe nutzt (statt >100vh) */
.hero-section .min-vh-100{
  min-height:unset !important;
  height:100%;
}
.hero-section .hero-content .row{
  min-height:100%;
}

/* leichter Abstand zwischen Navbar und Hero, damit es nicht "gequetscht" wirkt */
nav.navbar.sticky-top + main .hero-section{
  margin-top:.25rem;
}

/* falls die Navbar in manchen Browsern höher ist, passt sich die Hero-Höhe automatisch an */
:root{ --nav-h: 76px; }
@media (max-width: 575.98px){ :root{ --nav-h: 64px; } }
.hero-section{ min-height:calc(100svh - var(--nav-h)); }

/* Fallback für Browser ohne svh */
@supports not (height: 100svh){
  .hero-section{ min-height:calc(100vh - var(--nav-h)); }
}

/* Mailchimp (embedded) – lokal gestylt, Bootstrap-kompatibel (ohne externe CSS-Includes) */
#mc_embed_shell{
  width:100%;
}
#mc_embed_shell #mc_embed_signup{
  background:#fff;
  clear:left;
  width:100%;
}
#mc_embed_shell #mc_embed_signup_scroll h2{
  font-size:1.5rem;
  margin:0 0 .75rem;
}
#mc_embed_shell .indicates-required{
  font-size:.875rem;
  color:var(--muted);
  margin-bottom:1rem;
}
#mc_embed_shell .asterisk{color:#dc3545;}
#mc_embed_shell .mc-field-group{margin-bottom:1rem;}
#mc_embed_shell .mc-field-group label{
  display:block;
  font-weight:600;
  margin-bottom:.35rem;
}
#mc_embed_shell .mc-field-group input[type="email"],
#mc_embed_shell .mc-field-group input[type="text"],
#mc_embed_shell .mc-field-group input[type="tel"],
#mc_embed_shell .mc-field-group input[type="url"],
#mc_embed_shell .mc-field-group input[type="number"],
#mc_embed_shell .mc-field-group input[type="date"],
#mc_embed_shell .mc-field-group select{
  display:block;
  width:100%;
  padding:.75rem 1rem;
  font-size:1rem;
  line-height:1.25;
  color:var(--bs-body-color);
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgba(0,0,0,.18);
  border-radius:.75rem;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#mc_embed_shell .mc-field-group input:focus,
#mc_embed_shell .mc-field-group select:focus{
  outline:0;
  border-color:rgba(255,205,6,.9);
  box-shadow:0 0 0 .25rem rgba(255,205,6,.25);
}
#mc_embed_shell .optionalParent .foot{
  display:flex;
  flex-direction:column;
  gap:.75rem;
  align-items:center;
}
#mc_embed_shell #mc-embedded-subscribe{
  display:inline-block;
  width:auto;
  border:0;
  border-radius:999px;
  padding:.75rem 1.25rem;
  font-weight:600;
  color:#111;
  background:var(--accent);
}
#mc_embed_shell #mc-embedded-subscribe:hover{background:#ffd840;}
#mc_embed_shell .refferal_badge{
  max-width:220px;
  height:auto;
}
#mc_embed_shell .response{
  font-size:.9rem;
}
