* {
  box-sizing: border-box;
}

.link-yellow {
  color: #ff0 !important;
}

body {
    margin: 0; 
    background-color: #a273ff;
    font-size: 16px;
}

#datapolicy-section .container .row .col p {
  color: white !important;}

.body-text, label, input, small, .breadcrumb-item, li{
    color: white;
    font-family: 'League Spartan', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.1em;
}

.ticket-announcement {
  font-family: 'League Spartan', Calibri, 'Trebuchet MS', sans-serif;
  color: white;
  font-size: 1.8em;
}

.cta-button {
    background-color: #244185;
    color:  white;
    font-size: 1.5em;
    transition: all 0.5s;
    font-family: 'League Spartan', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
}

.btn:hover {
  color: white;
  transform: scale(1.1);
}

.btn-primary {
  border: none;
}

h1 {
    color: white;
    font-family: 'League Spartan';
    font-size: 4em;
}

h2 {
    color: #ebf443;
    font-size: 3.5em;
    font-family: 'League Spartan', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

h3 {
    color: white;
    font-size: 1.5em;
    font-family: 'League Spartan', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

td, th {
  font-size: 14px;
}

.card {
    background-color: white;
    /* transition: all 0.5s; */
}

/* .card:hover {
  transform: scale(1.05);
} */

.card-title {
    font-weight: bold;
    font-size: 2em;
    font-family: 'League Spartan', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.card-text {
    font-family:'League Spartan', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;
}

.navbar {
    background-color: #a273ff !important;
    z-index: 3;
}

.navbar-expand-lg {
    justify-content: center;
  }

.nav-item {
    color: #ebf443 !important;
}

.nav-link {
  font-size: 1.3em;
  transition: all 0.5s;
  font-weight: bold;
  font-family: 'League Spartan', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #fff !important;
}

.nav-link:hover {
  transform: scale(1.1);
  color: white !important;
}

.container footer p {
  color: white !important;
}

header {
  position: relative;
  overflow: hidden;
  background-color: #a273ff;
  height: 100vh;
  width: 100%;
}

header .container {
  position: relative;
  z-index: 2; /* Increase the z-index to ensure it's above the video and overlay */
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url('../img/overlay-gradient.png');
  opacity: 0.8;
  z-index: 1;
  background-position: 50%;
}
  
  /* Media Query for devices withi coarse pointers and no hover functionality */
  
  /* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */
  
  /* @media (pointer: coarse) and (hover: none) {
    header {
      background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
  
    header video {
      display: none;
    }
  } */

  .social-icons-nav {
    width: 20px;
  }

  .social-icons-div {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
  }

  .social-icon {
    width: 22px;
    margin-right: 10px;
  }

  #video-header {
    position: absolute;
    min-width: unset;
    min-height: unset;
    right: 0;
    top: 0;
    height: 120%;
    z-index: 0;
    mask-image: linear-gradient(90deg, rgba(2,0,36,0) 25%, rgba(0,0,0,0.7497592787114846) 60%, rgba(0,0,0,1) 100%);
  }

  .background-gradient {
    /* background: url('../img/magicpattern-mesh-gradient-1708155910726.png'); */
    background: url('../img/newbackground.jpeg');
    background-position: 50%;
    background-size: cover;
    opacity: 0.85;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;

  }

  .faq-card, .faq-header {
    background-color: transparent;
    border: none;
    padding: 0;
    color: white;
  }

  .faq-header h5 button{
    color: white;
    font-weight: bold;
    text-transform: uppercase;
  }

#unmute-button {
  z-index: 3;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: transparent;
  width: 50px;
  color: white;
  display: none;
}

.breadcrumb, .breadcrumb-container {
  background-color: transparent;
  padding-left: 0;
}

.breadcrumb-item a {
  color: white;
}

.breadcrumb-item.active {
  color: lightgrey;
}

hr {
  border: 2px solid white !important;
}



#bookingTitle, footer.embedded {
  display: none !important;
}

.smallbutton {
  color: black !important;
  font-size: 16px;
  padding: .25rem 0.5rem;
}

.cardhidden {
  display: none !important;
}

.faq-question {
  white-space: initial;
  text-align: left;
}

.allez-text {
  font-family: 'League Spartan';
  color: #ebf443;
  position: absolute;
  font-size: 150px;
  font-weight: bold;
  will-change: transform; /* Optimierung */
}

#allez-text1 {
  right: -50px;
  bottom: 0;
}

#allez-text2 {
  right: -90px;
  bottom: 115px;
}

#allez-text3 {
  right: -130px;
  bottom: 230px;
}

#allez-text4 {
  right: -170px;
  bottom: 345px;
}

#allez-text5 {
  right: -210px;
  bottom: 460px;
}

#allez-text6 {
  right: -250px;
  bottom: 575px;
}

#allez-text7 {
  right: -290px;
  bottom: 690px;
  display: none;
}

#date-headline {
  font-size: 150px;
}

.cta-button {
  width: 250px;
  height: 100px;
  background-color: white;
  color: #a273ff;
  padding: 30px 120px;
  font-size: 35px;
}

.cta-button:hover {
  color: black;
}

.ticket-btn {
  width: 250px;
  height: 75px;
  background-color: #ebf443;
  color: rgb(40, 40, 40);
  font-size: 30px;
  font-weight: bold;
  font-family: 'League Spartan' !important;
}

.header-row {
  height: 80vh;
  padding-left: 100px;
}

.color-switch {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #ff0;
  display: none;
}

.color1 {
  background-color: #d9dd77 !important;
}

.textcolor1 {
  color: #1a2022 !important;
}

#currentAmount {
  background-color: transparent;
  color: #d9dd77;
  border: none;
  font-size: 50px;
  text-align: center;
  -webkit-appearance: none; /* add this */
  width: 150px;
}

.currentAmountCurrency {
  color: #d9dd77;
  border: none;
  font-size: 36px;
  text-align: center;
}


.coolBeans {
  border: 2px solid currentColor;
  /* border-radius: 3rem; */
  color: #ebf443;
  font-size: 3rem;
  font-weight: 100;
  overflow: hidden;
  padding: 0.5rem 1.5rem;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
  margin-bottom: 20px;
}
.coolBeans::after {
  background-color: #ebf443;
  /* border-radius: 3rem; */
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  transform: translate(-120%, 0);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}
.coolBeans:hover::after {
  transform: translate(20px, 0);
}
.coolBeans:hover {
  border: 2px solid transparent;
  color: #4b0082;
  transform: scale(1.1);
  will-change: transform;
  text-decoration: none;
}

/* .container {
  position: relative;
  width: 500px;
  height: 600px;
  overflow: hidden;
} */

.text {
  position: absolute;
  text-align: left;
  font-weight: bold;
  visibility: hidden; /* Unsichtbar zu Beginn */
  white-space: nowrap;
}

/* Stellt den Container des Videos responsiv ein */
.responsive-video {
  position: relative; 
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  padding-top: 25px; 
  height: 0;
}

/* Stellt das iframe des Videos so ein, dass es den Container voll ausfüllt */
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



#image-gallery-section {
  position: relative;
  width: 400px;
  height: 400px;
  margin: auto;
}

.image {
  max-width: 800px;
  max-height: 400px; */
  animation: slide 0.5s linear;
}

@keyframes slide {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#leftArrow {
  all: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  color: #05d9e8;
  font-size: 2rem;
  cursor: pointer;
}

#rightArrow {
  all: unset;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  color: #05d9e8;
  font-size: 2rem;
  cursor: pointer;
}

#leftArrow:hover,
#rightArrow:hover {
  background: rgb(0, 0, 0, 0.2);
}


@media only screen and (max-width: 600px) {
  .allez-text {
    font-size: 60px;
    display: none;
  }

  #allez-text1 {
    right: -50px;
    bottom: 100px;
  }

  #allez-text2 {
    right: -70px;
    bottom: 150px;
  }

  #allez-text3 {
    right: -90px;
    bottom: 200px;
  }

  #allez-text4 {
    right: -110px;
    bottom: 250px;
  }

  #allez-text5 {
    right: -130px;
    bottom: 300px;
  }

  #allez-text6 {
    right: -150px;
    bottom: 350px;
  }

  #date-headline {
    font-size: 60px;
  }

  .cta-button {
    font-size: 20px;
    padding: 10px 30px;
  }

  header {
    height: 60vh;
  }

  .header-row {
    padding-left: 20px;
    height: 65vh;
    justify-content: center;
  }

  .container {
    display: flex;
    flex-direction: column;
  }

  #date-headline {
    text-align: center;
  }

  .coolBeans {
    border: 2px solid currentColor;
    /* border-radius: 3rem; */
    color: #ff0;
    font-size: 2rem;
    font-weight: 100;
    overflow: hidden;
    padding: 0.5rem 1.2rem;
    position: relative;
    text-decoration: none;
    transition: 0.2s transform ease-in-out;
    will-change: transform;
    z-index: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .coolBeans::after {
    background-color: #ff0;
    /* border-radius: 3rem; */
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    transform: translate(-120%, 0);
    transform-origin: top left;
    transition: 0.2s transform ease-out;
    will-change: transform;
    z-index: -1;
  }
  .coolBeans:hover::after {
    transform: translate(20px, 0);
  }
  .coolBeans:hover {
    border: 2px solid transparent;
    color: #4b0082;
    transform: scale(1.1);
    will-change: transform;
    text-decoration: none;
  }

  .ticket-announcement {
    text-align: center;
  }

  .ticket-btn {
    width: 100%;
  }
  

}

@media (min-width: 768px) and (max-width: 1024px) {
  
  .allez-text {
    display: none;
  }
  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .allez-text {
    display: none;
  }
  
}

@media (min-width: 481px) and (max-width: 767px) {
  
  .allez-text {
    display: none;
  }
  
}