@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Baskervville;
  src: url('../fonts/Baskervville-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LO;
  src: url('../fonts/f6a33cbbfc2edd60-s.p.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --main: #ffe400;
}

h1 {
  color: var(--main);
  letter-spacing: -.02em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro-cond, sans-serif;
  font-size: 20em;
  font-weight: 900;
  line-height: .75;
  transform: scale3d(.6, 1, 1);
}

h2 {
  color: var(--main);
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Baskervville, Arial, sans-serif;
  font-size: 7em;
  font-style: italic;
  font-weight: 400;
  line-height: .75;
  transform: scale3d(.7, 1, 1);
}

h3 {
  color: var(--main);
  text-transform: uppercase;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: helvetica-neue-lt-pro-cond, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: .75;
  transform: scale3d(.6, 1, 1);
}

.full-size-video {
  min-height: 100vh;
}

.container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  margin-left: 5em;
  margin-right: 5em;
  display: flex;
}

.heading-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-section {
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 4em;
  display: flex;
}

.heading {
  font-family: helvetica-neue-lt-pro;
}

.grain-overlay {
  z-index: 100;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/film-grain-1.gif');
  background-position: 50%;
  background-size: cover;
  position: fixed;
  inset: 0%;
}

.navigation {
  z-index: 30;
  position: fixed;
  inset: 2em 0% auto;
}

.flex-mid {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-mid.left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 2em;
}

.logo-img {
  width: 5em;
}

.logo-img.big {
  width: 7em;
}

.logo {
  display: block;
  transform: rotate(9deg);
}

.logo.patch {
  max-width: 15em;
  position: absolute;
  inset: auto 14.2em -5.4em auto;
  transform: rotate(18deg);
}

.head-container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.woord {
  justify-content: center;
  align-items: center;
  display: flex;
}

.woord._1 {
  max-width: 39em;
  overflow: hidden;
}

.woord._2 {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  max-width: 24em;
  overflow: hidden;
}

.flex-below {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.infinite-balk {
  z-index: 15;
  background-color: #0064b4;
  max-width: 100vw;
  height: 3em;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
}

.slider-track {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 500em;
  height: 100%;
  display: flex;
}

.slider-fam {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider {
  text-transform: uppercase;
  font-family: LO, Georgia, sans-serif;
  font-size: 1em;
}

.preloader {
  z-index: 30;
  background-color: #0064b4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.small-pre {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  transform: scale3d(.8, 1, 1);
}

.letter-1 {
  overflow: hidden;
}

.sonnen {
  color: var(--main);
  text-transform: uppercase;
  font-family: helvetica-neue-lt-pro-cond, sans-serif;
  font-size: 3em;
  line-height: .75;
}

.sonnen._2 {
  font-size: 1em;
  line-height: .9;
}

.ticketlink {
  cursor: pointer;
  border-radius: .25em;
  margin-top: 2.5em;
  padding: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.ticketlink:hover {
  color: #0064b4;
  background-color: #fff;
}

.button-text {
  text-transform: uppercase;
  font-family: LO, Georgia, sans-serif;
  font-size: 1.25em;
}

.ticket {
  border: .1em solid #fff;
  border-left: .15em dotted #fff;
  border-radius: 0 .25em .25em 0;
  padding: 1em;
}

.scheur {
  border: .1em solid #fff;
  border-right-width: 0;
  border-radius: .25em 0 0 .25em;
  justify-content: center;
  align-items: center;
  padding-left: .15em;
  padding-right: .15em;
  display: flex;
}

.barcode {
  justify-content: center;
  align-items: center;
  max-width: 2em;
  display: flex;
  transform: rotate(90deg);
}

.ticketshop {
  padding-top: 10em;
  padding-bottom: 10em;
}

.beige {
  background-color: #efece5;
}

.festival-info {
  background-color: #0064b4;
  background-image: url('../images/pngimg.com---sun_PNG13445.png'), url('../images/realistic-white-cloud-png.png');
  background-position: 12%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

.button {
  background-color: var(--main);
  color: #181818;
  border-radius: .25em;
  padding: 1em;
}

.line-up {
  font-family: Baskervville, Arial, sans-serif;
  font-size: 15em;
  font-weight: 400;
  line-height: 1;
}

.line-up._2 {
  font-size: 6em;
}

.line-up._3 {
  font-size: 4em;
}

.line-up._1-5 {
  font-size: 10em;
}

.line-up-tight {
  grid-column-gap: 15em;
  grid-row-gap: 15em;
  filter: blur(.1em);
  color: #fff;
  transform-style: preserve-3d;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale3d(.7, 1, 1);
}

.line-up-tight._2 {
  margin-left: 5em;
}

.line-up-tight._3 {
  margin-left: -4em;
}

.overlay {
  background-image: url('../images/sonnentanz-new.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.sticky-container {
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 10em;
  }

  h2, h3 {
    font-size: 4em;
  }

  .header-section {
    padding-top: 0;
  }

  .head-container {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .flex-below {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-left: -1em;
    font-size: 3em;
  }

  h3 {
    font-size: 3em;
  }

  .heading-flex {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .header-section {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10em;
  }

  .logo-img {
    width: 5.5em;
  }

  .logo-img.big {
    width: 3em;
  }

  .flex-below {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: row;
  }

  .slider-track {
    width: 550em;
  }

  .ticketlink {
    color: #fff;
    background-color: #0000;
    margin-top: 1em;
    text-decoration: none;
  }

  .ticket {
    border-left-width: .2em;
  }
}


@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Baskervville';
  src: url('../fonts/Baskervville-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LO';
  src: url('../fonts/f6a33cbbfc2edd60-s.p.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}