/*****************************************/
/* 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;
}


/* 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 */

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

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

.header_logo_inner {
    display: flex;
}

.hs_menu_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

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

nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: width 0.3s ease !important;
}

nav ul li a:hover {
    color: #ffffff;
    text-decoration: none !important;
}

nav ul li a:hover::after {
    width: 100%;
    text-decoration: none;
}

/* 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;
}
      
body p,
body label,
body span:not(.label):not(.plus):not(.countdown-value) {
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #004F9F;
}