/* ===== FONTS ===== */
@font-face {
  font-family: "Phosphate";
  src: url("fonts/Phosphate-Solid.woff2") format("woff2");
}

@font-face {
  font-family: "Font-Programm";
  src: url("fonts/Lithops-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Font-Anfahrt";
  src: url("fonts/TINY5x3-60.woff2") format("woff2");
}

@font-face {
  font-family: "Font-Velvelyne";
  src: url("fonts/Velvelyne-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Font-Tickets";
  src: url("fonts/PicNic.woff2") format("woff2");
}

@font-face {
  font-family: "Font-Verein";
  src: url("fonts/London.woff2") format("woff2");
}

@font-face {
  font-family: "Font-Kontakt";
  src: url("fonts/KONTAKT.woff2") format("woff2");
}

@font-face {
  font-family: "Font-Text";
  src: url("fonts/Didot.woff2") format("woff2");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --font-main: sans-serif;
  --max-width: 1200px;
  --copy-size: 1.3rem;
}

body {
  font-size: 16px;
  line-height: 1.5;
}

p,
li,
.programm-subline,
.tickets-intro p,
.ticket-time,
.tickets-includes span,
.tickets-cta p,
.anfahrt-hero-caption,
.anfahrt-intro p,
.anfahrt-details span,
.footer-column p,
.footer-legal-section p,
footer a {
  font-size: var(--copy-size);
}

#programm,
#tickets,
#anfahrt,
#verein,
#kontakt {
  scroll-margin-top: 150px;
}

header 
{ 
background: #000000; 
color: #ecff8a;
padding-top: 12px;
}

.logo {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.logo.hidden img {
  opacity: 0;
  pointer-events: none;
}

.scroll-logo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000000;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.scroll-logo.visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-logo img {
  height: 60px;
  width: auto;
}

.hero 
{ 
background: #000000; 
height: 60vh; 
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

nav 
{ 
background: #000000; 
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
font-family: "Phosphate", sans-serif;
font-size: clamp(0.9rem, 3.2vw, 2rem);
width: calc(100% - 24px);
max-width: 1200px;
margin: 12px auto 0;
white-space: nowrap;
transition: all 0.3s ease;
}

nav.scroll-mode {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 999;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  background: #000000;
}

nav.scroll-mode::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #000000;
  z-index: -1;
  pointer-events: none;
}

nav a 
{
  color: #ecff8a;
  text-decoration: none;
}

section 
{ 
background: #66FFCC; 
min-height: 50vh; 
}

.section-title {
  width: 100%;
  background: #000000;
  color: #ecff8a;
  padding: 0;
  overflow: hidden;
}

.section-title h2 {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 1.6rem;
  font-weight: 400;
}

.section-title-programm h2 {
  font-family: "Font-Programm", sans-serif;
  font-size: clamp(2.6rem, 12vw, 9rem);
  white-space: nowrap;
  line-height: 0.9;
}

.programm-word {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.programm-word span {
  display: block;
}

.programm-date {
  display: block;
  text-align: center;
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-family: "Phosphate", sans-serif;
}

.programm-intro {
  margin-bottom: 24px;
}

.programm-subline {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.programm-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.programm-column {
  background: rgba(255, 255, 255, 0.35);
  padding: 18px;
}

.programm-column h3 {
  font-family: "Phosphate", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.programm-column p {
  margin-bottom: 12px;
  line-height: 1.45;
}

.programm-column-center {
  display: flex;
  flex-direction: column;
}

.programm-note {
  margin: 0 0 10px;
  line-height: 1.45;
}

.programm-note-highlight {
  background: rgba(236, 255, 138, 0.72);
  border: 1px solid #b3a100;
  padding: 8px 10px;
  font-weight: 700;
}

.programm-list {
  margin: 4px 0 0;
  padding-left: 1.1em;
}

.programm-list li {
  margin-bottom: 7px;
}

.programm-tagline {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: clamp(1rem, 2.05vw, 1.4rem);
  line-height: 1.4;
  margin: 28px auto 32px;
  max-width: 700px;
  background: rgba(236, 255, 138, 0.5);
  padding: 18px;
}

.programm-meta {
  margin-top: 28px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  padding-top: 20px;
}

.programm-meta p {
  margin-bottom: 8px;
  line-height: 1.5;
}

.programm-meta a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 1px;
}

.programm-meta a:hover {
  opacity: 0.6;
}

.programm-link {
  display: inline-block;
  margin-top: 6px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 1px;
}

.programm-link:hover {
  opacity: 0.7;
}

@media (max-width: 900px) {
  .programm-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .programm-column-center {
    order: -1;
  }
}

@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
  will-change: transform;
}

.ticker-track-reverse {
  animation-direction: reverse;
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track { animation: none; }
}

.section-title-tickets h2 {
  font-family: "Font-Tickets", sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  padding: 10px 0;
  transform: translateY(3px);
  width: 100%;
  max-width: none;
  overflow: hidden;
  white-space: nowrap;
}

.tickets-intro {
  text-align: center;
  margin-bottom: 24px;
}

.tickets-intro p {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.45;
}

.tickets-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ticket-card {
  position: relative;
  background: rgba(255, 255, 255, 0.45);
  padding: 18px;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ticket-card h4 {
  font-family: "Phosphate", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.ticket-price {
  font-family: "Phosphate", sans-serif;
  font-size: 2.1rem;
  line-height: 1;
  margin-bottom: 10px;
}

.ticket-card-featured {
  background: rgba(236, 255, 138, 0.5);
}

.ticket-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #000000;
  color: #ecff8a;
  font-family: "Phosphate", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  padding: 4px 10px;
}

.tickets-includes {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.tickets-includes span {
  background: rgba(255, 255, 255, 0.35);
  padding: 7px 12px;
}

.tickets-cta {
  text-align: center;
  margin-top: 28px;
}

.tickets-button {
  display: inline-block;
  background: #000000;
  color: #ecff8a;
  text-decoration: none;
  font-family: "Phosphate", sans-serif;
  font-size: 1.1rem;
  padding: 10px 16px;
}

.tickets-button:hover {
  opacity: 0.85;
}

.tickets-cta p {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .tickets-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ticket-card {
    min-height: auto;
  }
}

.section-title-anfahrt h2 {
  font-family: "Font-Velvelyne", sans-serif;
  font-size: 4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 22px 0;
  width: 100%;
  max-width: none;
  overflow: hidden;
  white-space: nowrap;
}

.section-title-verein h2 {
  font-family: "Font-Verein", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  overflow: hidden;
  white-space: nowrap;
  padding: 22px 0;
}

.verein-content {
  max-width: 980px;
  margin: 0 auto;
}

.verein-content p {
  margin-bottom: 18px;
  line-height: 1.55;
}

.verein-content p:last-child {
  margin-bottom: 0;
}

.anfahrt-hero {
  margin: 0 0 24px;
}

.anfahrt-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}

.anfahrt-hero-caption {
  margin-top: 10px;
  margin-bottom: 50px;
  text-align: center;
}

.anfahrt-intro {
  text-align: center;
  margin-bottom: 24px;
}

.anfahrt-intro p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.45;
}

.anfahrt-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 600px) {
  .anfahrt-columns {
    grid-template-columns: 1.3fr 1fr;
    align-items: start;
  }
}

.anfahrt-map-wrap {
  margin-top: 0;
}

.anfahrt-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.anfahrt-place-card {
  background: rgba(255, 255, 255, 0.45);
  padding: 16px;
}

.anfahrt-place-card h4 {
  font-family: "Phosphate", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.anfahrt-place-card p {
  line-height: 1.45;
}

.anfahrt-website {
  display: inline-block;
  margin-top: 10px;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 1px;
}

.anfahrt-website:hover {
  opacity: 0.7;
}

.anfahrt-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.anfahrt-details span {
  background: rgba(255, 255, 255, 0.35);
  padding: 7px 12px;
}

.anfahrt-route-button {
  align-self: flex-start;
  display: inline-block;
  background: #000000;
  color: #ecff8a;
  text-decoration: none;
  font-family: "Phosphate", sans-serif;
  font-size: 1.06rem;
  padding: 10px 15px;
}

.anfahrt-route-button:hover {
  opacity: 0.85;
}

.anfahrt-map {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 0;
}

.anfahrt-map-js {
  display: none;
  background: #111111;
}

.anfahrt-map-wrap.map-ready .anfahrt-map-js {
  display: block;
}

.anfahrt-map-wrap.map-ready .anfahrt-map-fallback {
  display: none;
}

.anfahrt-map-fallback {
  filter: grayscale(1) invert(0.9) hue-rotate(180deg) contrast(0.95) brightness(0.9);
}

@media (max-width: 900px) {
  .anfahrt-route-button {
    align-self: center;
  }
}

footer
{
background: #000000;
color: #ecff8a;
font-family: "Phosphate", sans-serif;
padding: 20px 0;
}

.footer-inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo {
  display: block;
  width: auto;
  height: 60px;
  margin: 0 auto;
}

.footer-columns {
  display: grid;
  gap: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-column-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-column h2 {
  font-family: "Phosphate", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.footer-column p {
  font-family: sans-serif;
  font-size: 0.95rem;
  text-align: center;
}

.footer-divider {
  width: 28%;
  max-width: 320px;
  margin: 56px auto;
  border-top: 1px solid rgba(236, 255, 138, 0.75);
}

.footer-credits-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ecff8a !important;
  padding: 10px 0;
  box-sizing: border-box;
}

.footer-credits {
  margin: 0 auto;
  padding: 4px 0;
}

.footer-credits p {
  font-family: sans-serif;
  color: #000000;
  font-size: 0.82rem;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

.footer-credits-wrap a,
.footer-credits-wrap a:visited {
  color: #000000;
}

.footer-legal {
  border-top: 0;
  padding-top: 32px;
  padding-bottom: 24px;
}

.footer-legal-grid {
  display: grid;
  gap: 24px;
}

footer section {
  background: transparent;
  min-height: 0;
  padding: 0;
}

.footer-legal-section h3 {
  font-family: "Phosphate", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer-legal-section p {
  font-family: sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer-legal-section p:last-child {
  margin-bottom: 0;
}

footer a {
  color: #ecff8a;
  font-size: inherit;
  text-decoration: underline;
}

footer a:visited {
  color: #ecff8a;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: sans-serif;
}

section {
  padding: 60px 0;
}

@media (min-width: 500px) {
  header {
    padding-top: 16px;
  }

  nav {
    width: calc(100% - 40px);
    margin-top: 16px;
  }

  .logo,
  .footer-inner {
    width: calc(100% - 40px);
  }

  .footer-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }

  .footer-divider,
  .footer-credits {
    width: 64%;
  }

  .footer-legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .section-title {
    padding: 0;
  }

  .section-title h2 {
    width: calc(100% - 40px);
    padding: 22px 0;
  }

  .section-title-anfahrt h2 {
    padding: 10px 0;
  }

  .section-title-verein h2 {
    padding: 10px 0;
  }

  .section-title-tickets h2 {
    transform: translateY(4px);
  }
}

@media (max-width: 499px) {
  .section-title-programm h2 {
    font-size: clamp(1.8rem, 9.5vw, 2.8rem);
  }

  .section-title-verein h2 {
    font-size: 4rem;
  }

  .section-title h2 {
    width: calc(100% - 24px);
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .section-title-programm h2 {
    font-size: clamp(1.6rem, 6.5vw, 2.4rem);
  }
}