@charset "UTF-8";
.container {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: repeat(12, 1fr);
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 40px 10vw;
}
.container.fullwidth {
  padding: 10vw 0;
}

.column--1 {
  grid-column: span 1;
}

.column--2 {
  grid-column: span 2;
}

.column--3 {
  grid-column: span 3;
}

.column--4 {
  grid-column: span 4;
}

.column--5 {
  grid-column: span 5;
}

.column--6 {
  grid-column: span 6;
}

.column--7 {
  grid-column: span 7;
}

.column--8 {
  grid-column: span 8;
}

.column--9 {
  grid-column: span 9;
}

.column--10 {
  grid-column: span 10;
}

.column--11 {
  grid-column: span 11;
}

.column--12 {
  grid-column: 1/-1;
}

@font-face {
  font-family: Domaine;
  src: url("../fonts/Domaine/domaine-display-extrabold-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 800;
}
h1 {
  font-size: 5.5vb;
  line-height: 0.9375em;
  letter-spacing: 0.025em;
  font-style: italic;
}

h2, .intro .editionh2, .event .title {
  font-size: 14vb;
  font-family: "Domaine", serif;
  font-style: italic;
  font-weight: 800;
  line-height: 0.833em;
  letter-spacing: 0.025em;
  padding-bottom: 0.5em;
}

h3, .event .venue h2, .event .venue .intro .editionh2, .intro .event .venue .editionh2, .event .venue .title {
  font-size: 2em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}

h4 {
  font-size: 2.75em;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: italic;
  font-weight: 800;
  padding-bottom: 0.25em;
}

h5 {
  font-size: 2em;
  font-style: italic;
  padding-bottom: 0.25em;
}

p {
  font-size: 1.333rem;
  font-family: "Plus Jakarta Sans";
  padding-bottom: 1em;
  line-height: 1.575em;
  font-weight: 400;
}
p.small {
  font-size: 1em;
}
p a:link,
p a:visited {
  color: #00345e;
  text-decoration: underline;
  transition: 0.5s;
}
p a:hover {
  color: #BBC000;
}

.event .text p {
  color: #BBC000;
}

a.button,
a:visited.button {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: 1.333rem;
  transition: 0.5s;
  border-radius: 50px;
  padding: 0.5em 1.25em;
}
a.button.ticket,
a:visited.button.ticket {
  background-color: #BBC000;
  color: #00345e;
  margin-top: 0.5em;
}
a.button.ticket:hover,
a:visited.button.ticket:hover {
  background-color: #00345e;
  color: #BBC000;
}
a.button.back,
a:visited.button.back {
  background-color: #BBC000;
  box-shadow: 0 0 0 3px #00345e;
  color: #00345e;
}
a.button.back:hover,
a:visited.button.back:hover {
  background-color: #00345e;
  color: #BBC000;
}

*,
*::before,
*::after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1em;
  color: #00345e;
  background-color: #FFFFFF;
}

img {
  width: 100%;
  height: auto;
}

.video figure {
  position: relative;
  width: 100%;
  /* or you can set a fixed width */
  padding-top: 56.25%;
  /* for 16:9 aspect ratio, (9 / 16) * 100% */
}
.video figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a:link {
  text-decoration: none;
}

.light {
  background-color: white;
  color: #00345e;
}

.orange {
  color: #FF978F;
}

.darkblue {
  color: #00345e;
}

.lemon {
  color: #92FF8F;
}

section {
  padding-bottom: 40px;
}

.vl {
  border-left: 4px solid #00345e;
  height: 10vh;
  text-align: center;
  margin-left: 50%;
}
.vl.orange {
  border-left: 1px solid #BBC000;
}

.text p {
  color: #00345e;
}

.block {
  padding-bottom: 40px;
}
.block h4 {
  color: #00345e;
}

.triangle-background,
.triangle-background-2 {
  position: absolute;
  width: 100%;
  /* Adjust width as needed */
  height: 60vh;
  /* Adjust height as needed */
  overflow: hidden;
  z-index: -2;
}

.triangle-background-2 {
  height: 40vh;
}

.triangle-background::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60vh 100vw;
  /* Adjust these values to change the size of the triangle */
  border-color: #BBC000 #BBC000 #FFFFFF #BBC000;
  /* Adjust these values to change the color of the triangle */
  z-index: -1;
}

.triangle-background-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30vh 100vw 0 0;
  /* Adjust these values to change the size of the triangle */
  border-color: #FFFFFF #BBC000 #FFFFFF #BBC000;
  /* Adjust these values to change the color of the triangle */
  z-index: -1;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
}
/* Die eigentliche Animation wird später per JavaScript hinzugefügt */
.intro {
  padding-top: 80px;
}
.intro .logo {
  font-family: "Domaine", serif;
  font-style: italic;
  font-weight: 800;
  text-align: left;
  z-index: 1;
}
.intro .logo span {
  opacity: 0;
  display: inline-block;
}
.intro .keyvisual {
  padding: 80px 0 40px;
}
.intro .edition {
  position: relative;
  text-align: right;
  color: #00345e;
  z-index: 1;
}
.intro .editionh2 {
  text-align: right;
  color: #00345e;
  z-index: 1;
}
.intro .edition span {
  font-size: 1.333rem;
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-style: italic;
  padding-top: 0.25em;
  margin-top: 2em;
  width: 100%;
}

.venue {
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.venue .programm {
  text-align: center;
}
.venue .day {
  text-align: center;
}
.venue .date {
  font-size: 2em;
  text-align: center;
  font-style: italic;
}
.venue .time {
  font-style: italic;
  font-weight: 800;
  text-align: center;
  margin: 1em 0 0;
}

.card {
  display: block;
  width: 100%;
  height: auto;
  background: #BBC000;
  text-align: center;
  color: #00345e;
  transition: 0.5s;
  padding-bottom: 1em;
}
.card:hover {
  background: #00345e;
  color: #FFFFFF;
}
.card:hover img {
  filter: none;
}
.card:last-of-type {
  margin-bottom: 80px;
}
.card img {
  width: 100%;
  height: auto;
  text-align: left;
  filter: grayscale(1);
  transition: 0.5s;
}
.card .title {
  font-family: "Domaine", serif;
  font-style: italic;
  font-weight: 800;
  margin: 1em 1em 0.5em;
}
.card .category {
  font-size: 1em;
}

.card--info {
  padding: 0 20px 40px;
}

.card--orange {
  margin: 1px;
  background: #BBC000;
}

.mobile--venue {
  position: fixed;
  display: flex;
  transition: all 0.3s ease;
  top: -100px;
  width: 100%;
  background-color: #BBC000;
  color: #00345e;
  padding: 20px;
}

.sponsor div {
  margin-bottom: 40px;
}
.sponsor span {
  display: inline;
  font-size: 1.333rem;
}
.sponsor p {
  display: block;
  width: 100%;
}
.sponsor figure {
  display: inline-block;
  vertical-align: middle;
}
.sponsor figure img {
  width: auto;
  height: 100px;
  margin: auto 1em;
}

footer .footer {
  padding-top: 40%;
  padding-top: 80px;
  text-align: right;
}
footer .footer a:link,
footer .footer a:visited {
  display: inline-block;
  color: #00345e;
  margin-right: 2em;
  transition: 0.5s;
}
footer .footer a:link p,
footer .footer a:visited p {
  font-size: 1em;
  font-weight: 800;
  font-style: italic;
}
footer .footer a:hover {
  text-decoration: underline;
}

@media only screen and (max-width : 694px) {
  .container {
    padding: 30px 5vw;
  }
  .container--flex {
    flex-direction: column;
    row-gap: 80px;
    padding: 0 5vw;
    width: 100%;
  }
  .column--1,
  .column--2,
  .column--3,
  .column--4,
  .column--5,
  .column--6,
  .column--7,
  .column--8,
  .column--9,
  .column--10,
  .column--11 {
    grid-column: 1/-1;
  }
  h1 {
    font-size: 1.75em;
  }
  h2, .event .title, .intro .editionh2 {
    font-size: 2.5em;
    line-height: 1.125em;
  }
  h4 {
    font-size: 1.75em;
  }
  p {
    font-size: 1.25em;
  }
  .intro {
    padding-top: 40px;
  }
  .intro .logo {
    border-right: none;
    padding-bottom: 40px;
  }
  .intro .date {
    padding: 40px 0;
  }
  .edition h3, .edition .event .venue h2, .event .venue .edition h2, .edition .event .venue .title, .event .venue .edition .title, .edition .event .venue .intro .editionh2, .event .venue .intro .edition .editionh2, .edition .intro .event .venue .editionh2, .intro .event .venue .edition .editionh2 {
    padding-bottom: 0.5em;
  }
  .sticky--mobile--venue {
    top: 0;
  }
  .sticky--mobile--venue a:link,
  .sticky--mobile--venue a:visited {
    font-size: 1em;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #00345e;
    display: inline-block;
    flex: 0 1 33%;
    text-align: center;
  }
  .venue {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .venue .venue--day {
    flex: 0 1 100%;
  }
  .event .category {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .event .title {
    font-size: 2.5em;
    line-height: 1.125em;
    overflow-wrap: break-word;
  }
  .event .venue {
    padding-bottom: 40px;
  }
  .event .venue h2, .event .venue .title, .event .venue .intro .editionh2, .intro .event .venue .editionh2 {
    font-size: 2em;
    overflow-wrap: break-word;
  }
  .sponsor {
    text-align: center;
    width: 100%;
  }
  .sponsor span {
    display: block;
    margin: 80px 0 40px;
  }
  .sponsor figure {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  .sponsor figure img {
    width: auto;
    height: 125px;
    margin: auto 1em;
  }
}
