body {
  position: relative;
  background: url('img/background.png') no-repeat center center fixed;
  background-size: cover;
  color: white;
  margin: 0;
  padding: 0;
  z-index: 1;
}

body::before {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6); /* dunkles Overlay */
  z-index: -1;
}

@font-face {
  font-family: 'Uni Sans Thin Caps';
  src: url('assets/font/uni-sans.thin-caps') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Uni Sans Heavy Caps';
  src: url('assets/fonts/uni-sans.heavy-caps') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

#landing h1,
#lineup h1,
.rock-lineup .day-title {
  font-family: 'Uni Sans Heavy Caps', sans-serif;
  font-weight: 100;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rock-lineup .headliner {
  font-family: 'Uni Sans Heavy Caps', sans-serif;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.rock-lineup .acts {
  font-family: 'Uni Sans Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #eee;
  line-height: 1.6;
  letter-spacing: 0.05em; /* etwas weniger als Caps */
  text-transform: none; /* Künstler-Namen normal schreiben */
}

section {
  border-bottom: 2px solid #fff; /* Weiße Linie unten */
  padding-bottom: 40px; /* Abstand nach unten */
  margin-bottom: 40px;  /* Abstand zum nächsten Abschnitt */
}

#karte img
{
  display: block;
  margin: 0 auto;
  max-width: 40%;
  height: auto;
}
