/*! 
Theme Name: lasertag
Author: webkonditorei 
Author URI: https://webkonditorei.de 
Description: ACF + Tailwind Theme 
Version: 1.0.0 
Text Domain: lasertag
*/

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 17px;
  scroll-behavior: smooth;
  --wpforms-button-background-color: #339CD7 !important;
  --shine-degree: 120deg;
    --shine-color: rgba(255, 255, 255, 0.2);
    --shine-effect: linear-gradient(var(--shine-degree),
        transparent,
        var(--shine-color),
        transparent);
    --shine-transition: all 0.65s ease-in-out;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #0B3C57;
  color: #ffff;
}

a {
  color: #339CD7;
  font-weight: 700;
  text-decoration: underline;
}

/* Smooth Page Transition */
@view-transition {
  navigation: auto;
}

/* Load Font */

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("./assets/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Audiowide";
  src: url("./assets/fonts/audiowide/Audiowide-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}


@font-face {
  font-family: "Captureit";
  src: url("./assets/fonts/capture-it/Capture\ it.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Spacer */

.xs {
  height: 1.11rem;
}

.s {
  height: 2.777rem;
}

.m {
  height: 4.444rem;
}

.l {
  height: 5.555rem;
}

.xl {
  height: 8.333rem;
}

.xxl {
  height: 11.111rem;
}

/* Für kleinere Bildschirme (z.B. Smartphones) */
@media (max-width: 767px) {
  .xs {
    height: 0.8rem;
  }

  .s {
    height: 2rem;
  }

  .m {
    height: 3rem;
  }

  .l {
    height: 4rem;
  }

  .xl {
    height: 6rem;
  }

  .xxl {
    height: 8rem;
  }
}

/* Form */

.wpforms-container label {
  font-weight: 400 !important;
}

.wpforms-container input,
.wpforms-container textarea {
  border: none !important;
  background-color: #f5f5f5 !important;
  border-radius: 0 !important;
  padding: 35px 20px !important;
}

.wpforms-container input[type="checkbox"],
.wpforms-container input[type="radio"] {
  padding: 0 !important;
  background-color: none !important;
}

.wpforms-container {
  margin: 0 !important;
}

.wpforms-container textarea {
  border: none !important;
  box-shadow: none !important;
}

.wpforms-container button {
  border-radius: 0 !important;
  background-color: #7f171a !important;
  padding: 20px 25px !important;
  height: auto !important;
}

.wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1000px) {
  .wpforms-image-choices {
    flex-wrap: nowrap !important;
  }
}

/* Gradient */

.yellow-gradient {
  background: linear-gradient(80deg, #fffbec 8.12%, #fefb96 99.14%);
}

.overlay-black {
  background: linear-gradient(180deg, rgba(29, 29, 29, 0) 0%, #1d1d1d 100%);
}

.radial-gradient {
  background: radial-gradient(209.83% 39.14% at 50% 50%, rgba(51, 156, 215, 0.20) 0%, rgba(51, 156, 215, 0.00) 100%);
  
}

.gradient-hero {
  background: linear-gradient(261deg, #0B3C57 21.79%, #23719D 100.6%);
}

/* Buttons */

.main-button {
  background-color: #167FB9;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.secondary-button {
  background-color: #CF0048;
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
      overflow: hidden;
      text-transform: uppercase;
}

/* Offersslider */

@media(max-width:1210px) {

  .offerssliderr>.swiper-wrapper .swiper-slide:first-child
 {
    margin-left: 15px;
  }


}


/* Gradient Badge */

.gradient-badge {
  padding: 7px 15px;
  background: linear-gradient(88deg, #339CD7 -50.46%, #0B3C57 99.39%);
  border-radius: 50px;
  
}

.gradient-badge-2 {
  padding: 7px 15px;
  background: linear-gradient(88deg, #339CD7 -50.46%, #167FB9 99.39%);
  border-radius: 50px;

}

.gradient-badge-3 {
  padding: 7px 15px;
background: linear-gradient(88deg, #339CD7 -50.46%, #0B3C57 99.39%);
  border-radius: 50px;

}


.gradient-div {
  background: linear-gradient(229deg, #0B3C57 -6.48%, #1882BD 131.34%);
  
  
}

.footer-nav a {
  font-weight: 400;
}

#main-footer {
  background: linear-gradient(229deg, #0B3C57 -6.48%, #1882BD 131.34%);
}


/* Lasertag Template */


.lasertag-main h1, .lasertag-main h2, .lasertag-main h3, .lasertag-main h4, .lasertag-main h5, .lasertag-main h6 {
font-family: "Audiowide", sans-serif;
font-weight: 400;
}


/* Escaperooms Template */


.escaperooms-main h1,
.escaperooms-main h2,
.escaperooms-main h3,
.escaperooms-main h4,
.escaperooms-main h5,
.escaperooms-main h6 {
  font-family: "Captureit", sans-serif;
  font-weight: 400;
}


/* Location Navigation */

@media(min-width:811px) {
  #location-nav-trigger {
    display: none;
  }
}

@media(max-width:810px) {
  #location-navigation {

max-height: 0px;
transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
overflow: hidden;
  }
}


#location-nav-icon {
transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
}

.active-icon {
  transform: rotate(90deg);
}
 

.active-location-navigation {
max-height: 200px!important;
margin-top: 25px;
}


.full-img img, .full-img {
  width: 100%;
  height: auto;
  max-height: 850px;
}

.full-img img {
  min-height: 400px;

}


/* Unfold Content */


.unfold-content {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .4s;
  max-height: 0px;
  overflow: hidden;
}

.unfold-icon,
.unfold-content h3 {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .4s;
}

.active-unfold .unfold-icon path {
  fill: #fff !important;
}

.active-unfold h3 {
  color: #fff;
}

.active-unfold p {
  color: #fff !important;
}

.active-unfold+.unfold-content {
  max-height: 5000px;

}

.active-unfold .unfold-icon {
  transform: rotate(180deg);
}




.unfold-content-container {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .4s;
}

.active-bg {
  background-color: #7F171A !important;
}


/* Table */

table td {
  border: none!important;
  border-bottom: 1px solid #fff!important;
}




/* FAQ */

.wbk-faq-holder {
  background: linear-gradient(229deg, #0B3C57 -6.48%, #1882BD 131.34%);
  padding: 30px 20px;
  border-radius: 5px;
}

.wbk-faq-main-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wbk-faq-title-holder h6 {
font-family: "Montserrat", sans-serif;
font-size: 17px;
font-weight: 500;
}



/* Nav */

.menu-item > a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.menu-item svg {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
}

.menu-item:hover svg {
  transform: rotate(180deg);
}

    .sub-menu a {
      font-weight: 600;
      margin-top: 10px;
      display: block;
    }

@media(min-width:768px) {
  .sub-menu {
    position: absolute;
    opacity: 0;
    transform: translatey(15px);
    padding: 20px;
    width: max-content;
    border-radius: 5px;
    background: linear-gradient(229deg, #0B3C57 -6.48%, #1882BD 131.34%);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
  }


     .sub-menu::before {
      content: '';
      display: block;
      width: 120%;
      left: 0;
      height: 20px;
      margin-top: -30px;
      background-color: transparent;
     }


  .menu-item:hover .sub-menu {
    opacity: 1;
    transform: translatey(10px);

  }

}

@media(max-width:767px) {
  .menu-hauptmenue-container {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(229deg, #0B3C57 -6.48%, #1882BD 131.34%);
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
    top: 0;
    left: -100vw;
    padding: 45px;
  }

  .sub-menu {
    max-height: 0px;
    padding-left: 5px;
    overflow: hidden;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
  }

  .menu-item:hover .sub-menu {
    max-height: 300px;
  }

  .menu-hauptmenue-container.active-nav {
    left: 0vw!important;
  }


  #navtrigger circle {
transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .2s;
  }

     #navtrigger.active-trigger #circle-1, #navtrigger.active-trigger #circle-3 {
      scale: 0;
     }
}



.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button {
  transition: all cubic-bezier(0.165, 0.84, 0.44, 1) .3s;
}


.swiper-button:active {
  scale: 0.9;
}


#newscontainer {
  background-color: rgba(11, 60, 87, 0.95);
}