/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.custom-header {
    background-image: url(https://vip.sv98.de/hubfs/Imported%20sitepage%20images/bg-pattern-large.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.dnd_area-row-0-padding {
  padding-top: 100px !important;
}

/*************** Hero-Area *************/

.b-section {
    overflow: hidden;
    position: relative;
    z-index: 98;
  	margin-left: -20px;
  	margin-right: -20px;
}

.b-hero {
    height: calc(100vh - 100px);
    overflow: visible!important;
}

.b-hero__wrapper {
    height: 100%;
    overflow: hidden;
}

.b-hero__media {
    display: flex;
    inset: 0 0 0 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.b-hero__video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  	height: calc(100vh - 100px);
    object-fit: cover;
    object-position: top;
}

.b-hero__content {
    display: grid;
    position: absolute;
    z-index: 10;
  	margin-left: 10%;
  	bottom: 15%;
}
  .b-heading {
    color: #fff;
  	font-size: 4rem;
    margin-bottom: 1em;
    line-height: 1em;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

.b-hero:after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .9), transparent);
    bottom: 0;
    content: "";
    height: 80%;
    left: 0;
    position: absolute;
    right: 0;
}
/*** Text & Title ***/

    .subtitle {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: bold;
  }
    .bigtext {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
    .middletext {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #004e9e;
  }
    .descriptiontext {
    font-size: 1.2rem;
    text-align: center;
    color: #00205b;
    line-height: 1.25em;
  }
	  .landingtitle {
	  text-align: center;
	  font-size: 4rem;
    line-height: 1em;
    margin-bottom: 0.75em;
    color: #004e9e;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
    .middletitle {
    text-align: center;
    font-size: 2.5rem;
    line-height: 1em;
    margin-bottom: 0.75em;
    color: #004e9e;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

    .smalltitle {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1em;
    margin-bottom: 0.75em;
    color: #004e9e;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    .x-smalltitle {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1em;
    margin-bottom: 0.75em;
    color: #004e9e;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    .darktitle {
    color: #00205b;
  }

    .lighttitle {
    color: #fff;
  }

    .pricetitle {
    color: #ff6745;
    margin-bottom: 0.5em;
    margin-top: 0px;
    margin-block-start: 0em;
}

.b-match__heading{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  text-align:center;
}

.team{
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:nowrap;
}

@media (max-width:600px){
  .b-match__heading{ flex-direction:column; gap:10px; }
  .team {font-size: 2rem!important;}
}

/* FAQ CSS */

body {
  color: #333;
  background: #fcfcfc;
  overflow-x: hidden;
}

.faq-header {
  font-size: 2.5rem;
  color: #004e9e;
  font-weight: 900;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1em;
}

.faq-content {
  max-width: 800px;
}

.faq-question {
  border-bottom: 1px dotted #ddd;
  padding: 1em 0;
}

.faq-toggle {
  display: none;
}

.faq-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #004e9e;
  font-weight: bold;
  transition: all 0.3s ease;
}

.faq-title:hover {
  color: #00205b;
}

.plus {
  margin-right: 10px;
  font-size: 2rem;
  color: #ff6745;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 14px;
  font-size: 1.1rem;
  color: #444;
  line-height: 1.5em;
  transition: all 0.3s ease;
}

.faq-toggle:checked + .faq-title .plus {
  transform: rotate(45deg);
}

.faq-toggle:checked ~ .faq-answer {
  max-height: 1000px;
  opacity: 1;
  padding: 14px;
}


.wirlilientext {
  color: #808080 !important;
  font-size: 1.2rem !important;
  line-height: 1.4rem !important;
}
  
  a:hover {
    text-decoration: underline !important;
  }

 /*---------- Font awesome ----------*/

.usp {
    margin-bottom: 5rem;    
}

.iconbox {
    text-align: center;
    margin-bottom: 1.5em;
  	display: block;
  }

.lilienicon {
    margin-left: auto;
    margin-right: auto;
  	height: 5em;
  }

.circleicon {
    background: #004e9e;
  	color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    vertical-align: middle;
    padding: 12px;
  }

    @media (max-width: 767px) {
      .b-heading {
  	font-size: 3rem;
      }
      
     .landingtitle {
    font-size: 3rem;
  }
      
    .b-hero__content {
  	margin-left: 5%;
  	bottom: 10%;
  }}
      
/* Navigation Styling */

.custom-header {
  position: relative;
}

header {
  display: flex !important;
  align-items: center;
  height: auto;
  position: relative;
  column-gap: 4rem;
  padding-left: 4rem;
}

.hs_cos_wrapper_navigation-primary,
.hs_menu_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-primary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation-primary > .submenu.level-1 {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.navigation-primary .menu-item {
  margin: 0;
}

.navigation-primary .menu-link {
  font-family: 'Lilien-Display', sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  position: relative;
  padding: 10px 15px;
  display: inline-block;
  transition: color 0.3s ease !important;
}

.navigation-primary .menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease !important;
}

.navigation-primary .menu-link:hover,
.navigation-primary .menu-link:focus-visible,
.navigation-primary .menu-link[aria-current="page"] {
  color: #fff;
  text-decoration: none !important;
}

.navigation-primary .menu-link:hover::after,
.navigation-primary .menu-link:focus-visible::after,
.navigation-primary .menu-link[aria-current="page"]::after {
  width: 100%;
}

.nav-toggle {
  display: none;
}

/* ===== Desktop-spezifisch ===== */

@media (min-width: 990px) {
  .navigation-primary > .submenu.level-1 {
    display: flex !important;
    position: static;
    gap: 30px;
    background: transparent;
    box-shadow: none;
    z-index: auto;
  }
}

/* ===== Mobile ===== */

@media (max-width: 989px) {
  body.nav-open {
    overflow: hidden;
  }

  .navigation-primary {
    justify-content: flex-start;
  }

  .nav-toggle {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 10px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #004e9e;
    cursor: pointer;
  }

  .nav-toggle::before,
  .nav-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: currentColor;
    transform: translateX(-50%);
    transition: transform 0.2s ease;
  }

  .nav-toggle::before {
    top: 12px;
  }

  .nav-toggle::after {
    top: 24px;
  }

  .nav-toggle {
    background:
      linear-gradient(currentColor, currentColor) center / 24px 2px no-repeat,
      #fff;
  }

  body.nav-open .nav-toggle {
    background: #fff;
  }

  body.nav-open .nav-toggle::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  body.nav-open .nav-toggle::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .navigation-primary > .submenu.level-1 {
    display: none;
  }

  body.nav-open .navigation-primary > .submenu.level-1 {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    position: absolute;
    top: 40px;
    left: 0;
    margin: 0;
    padding: 2rem 1.5rem;
    background: #004e9e;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: -1;
  }

  .navigation-primary .menu-link {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    text-align: left;
  }
}

/* Grundlegendes Styling der Tabelle */
th, td {
    border: none;
    padding: 10px;
    vertical-align: middle;
}

tr {
    border:none;
}

td {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

td:first-child {
    text-align: left;
    font-weight: bold;
}
     
      
/* Picture slide */

.wrapper {
    position: relative;
    overflow: hidden;
}

#slide {
    position: absolute;
    left: -150%;
    -webkit-animation: slide 0.7s forwards;
    -webkit-animation-delay: 0.5s;
    animation: slide 0.7s forwards;
    animation-delay: 0.5s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}
      
/*** VIP Price table ***/

.vip-ticket-price-table table {
    background-image: url(https://24879537.fs1.hubspotusercontent-eu1.net/hubfs/24879537/Imported%20sitepage%20images/bg-pattern-large.svg);
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 0 !important;
    border-collapse: collapse;
    border-spacing: 0 !important;
    width: 100%;
}
.vip-ticket-price-table table th p {
  color: white;
  font-size: 1.4rem;
  margin: 0;
}
.vip-ticket-price-table table tr {
  border-bottom: 2px solid #f9f9f9;
}
.vip-ticket-price-table table tr:last-of-type {
  border-bottom: none;
}

/*** Formulare Styling ***/

form label [
  color: #00205b !important;
}