/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/

body {
    font-family: 'museo-sans', 'Lato', 'Open Sans', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 300;
    text-transform: uppercase;
}

h1, .h1, h2, .h2 {
    letter-spacing: 0.25vw;
    font-size: 32px;
}

h3, .h3 {
    letter-spacing: 0.1vw;
    font-size: 24px;
}

/* COLORS */

.helvetia-red {
    filter: brightness(0) saturate(100%) invert(31%) sepia(44%) saturate(5339%) hue-rotate(334deg) brightness(101%) contrast(95%);
}

/* COLORS END */

/* HERO SECTION */

.hero-section {
    aspect-ratio: 3 / 1;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

.hero-section video {
    aspect-ratio: 3 / 1;
}

/* HERO SECTION END */

/* NAVIGATION */

.site-branding {
  max-width: 450px;
}

.site-main-nav .main-menu > li > a {
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.site-main-nav .main-menu > li > a:after {
  border-top: none;
}

.site-main-nav .main-menu > li.active > a, .site-main-nav .main-menu > li:hover > a {
  font-weight: 600;
}


.triangle-divider {
    --triangle-height: 30px;
    z-index: 1;
  }
  
  .triangle-divider::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: calc(var(--triangle-height) * -1);
      width: 100%;
      height: var(--triangle-height);
      background-color: inherit;
      clip-path: polygon(
      0 0,
      100% 0,
      40% 100%,
      0 0
      );
      z-index: -1;
  }

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li > a {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* NAVIGATION END */

/* GRIDS */

.grid-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.grid-6 {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

/* GRIDS END */

/* POD TEMPLATES */

.card {
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}

.location-details {
    display: grid;
    border: none;
    padding: 25px;
    margin: 0;
}

.location-details td {
    border: none;
    padding: 2px 10px;
}

/* POD TEMPLATES END */

/* MEDIA QUERIES */

@media screen and (max-width: 1024px) {
    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .grid-4, .grid-6 {
        grid-template-columns: repeat(1, 1fr);
    }
    .standort-anchor {
      display: grid;
    }
}

@media screen and (min-width: 700px) {
      .standort-anchor {
      display: none;
    }
}

/* MEDIA QUERIES END */


/* TRIANGLE DIVIDER */

.divider-white {
    --divider-color: #fff;
  }
  
  .divider-gray {
    --divider-color: #9d9d9c;
  }

  .divider-lightgray {
    --divider-color: #ececec;
  }
  
  .divider-primary {
    --divider-color: #f93550;
  }
  

  /* Basis */
.section-divider {
    position: relative;
    overflow: visible;
    padding: 100px 0;
    background: rgba(255, 255, 255, 0.75);
    background-blend-mode: overlay;
  }
  
  /* Divider allgemein */
  .section-divider::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 5;
    background-color: var(--divider-color, #f2f2f2);
    transform-origin: center;
    transform: scaleY(0);
    transition: transform 0.8s ease-out;
  }
  
  .section-divider.is-visible::before {
    transform: scaleY(1);
  }
  
  .divider-down::before {
    top: -1px;
    clip-path: polygon(0 0, 100% 0, 25% 100%);
    transform-origin: top center;
  }

  .divider-down-right::before {
    top: -1px;
    clip-path: polygon(0 0, 100% 0, 75% 100%);
    transform-origin: top center;
  }
  
  .divider-up::before {
    bottom: -1px;
    clip-path: polygon(75% 0, 0 100%, 100% 100%);
    transform-origin: bottom center;
  }
  
  /* Content-Abstand */
  .divider-down > .vc_column_container > .vc_column-inner {
    padding-top: 120px !important;
  }
  
  .divider-up > .vc_column_container > .vc_column-inner {
    padding-bottom: 120px !important;
  }

  .img-shape-right img {
   clip-path: polygon(0 0, calc(100% - 40px) 0%, 95% calc(0% + 100px), 100% 60%, 90% 100%, 0 100%, 0% 100%, 0% 20%);
  }

  /* TRIANGLE DIVIDER END */

  /* BUTTONS */

  .vc_btn3.vc_btn3-size-md {
    font-size: 16px;
    padding: 7px 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.booking-btn, .more-btn {
  background: #f93550;
  color: white;
  text-align: center;
}

.booking-btn {
  padding: 5px 0;
}

.more-btn {
  display: inline;
  padding: 10px 20px;
}

/* BUTTONS END */

/* TESTIMONIALS */

.testimonial {
  position: relative;
  padding: 3rem;
  overflow: hidden;
}

.testimonial::before,
.testimonial::after {
  position: absolute;
  font-size: 10rem;
  color: rgba(0, 0, 0, 0.1);
  font-family: serif;
  line-height: 1;
  z-index: 0;
}

.testimonial::before {
  content: "“";
  top: -1rem;
  left: 0;
}

.testimonial::after {
  content: "”";
  bottom: -2rem;
  right: 0;
}

.testimonial p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.testimonial strong {
  color: rgba(0, 0, 0, 0.33);
}

/* TESTIMONIALS END */

/* FOOTER */

.footer-top {
  display: none;
}

/* FOOTER END */

/* SECTIONS */

.spacer {
  padding: 100px 0;
}

/* SECTIONS END */

/* SINGLE PAGE */

.single-post-title {
  margin-bottom: 35px;
}

.single-post-content {  
  background: #ececec;
  padding: 120px 15px;
}

.post-navigation .nav_pnpp__image {
  clip-path: polygon(100% 0%, 10% 0, 0 25%, 10% 100%, 100% 100%);
  border-radius: 5px;
}

.post-navigation .nav-links .nav-next .nav_pnpp__image {
  clip-path: polygon(0% 0%, 90% 0, 100% 75%, 90% 100%, 0% 100%);
}

/* SINGLE PAGE END */

/* FAQ */

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background: none !important;
  border-bottom: 1px solid #f93550;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  font-size: 18px;
  font-weight: 600;
}

/* FAQ END */

/* CONTACT */

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  background: #F93549;
  color: white;
}

/* CONTACT END */

/* STICKY SIDE BOX */

.fixed-container {
  position: fixed;
  top: 200px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 3;
}

@media (max-width: 991px) {
  .fixed-container{
      top: 70px;
  }
}

.box {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #f93549;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 20px;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.7), #f93549) 1 100%;
  border-style: solid;
  box-shadow: 2px 2px 4px #000;
  border-width: 0 5px 0 0;
}

.box img {
  width: 30px;
  height: 30px;
  position: relative;
  right: 10px;
}

@media (hover: hover) {
.box:hover {
  width: 175px;
  z-index: 10;
  display: flex;
  align-items: center;
}
}

@media (hover: none) {
  .box.active {
  width: 175px;
  z-index: 10;
  display: flex;
  align-items: center;
  }
}

.box.booking:hover::after {
  content: "Termin buchen";
  color: #fff;;
}

.hidden-link {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2; 
}

@media (hover: none) {
.box.active .hidden-link {
  display: block;
}
}

/* END STICKY SIDE BOX */

/* Öffnungszeiten */

.oeffnungszeiten {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 8px;
    max-width: 500px;
}

.oeffnungszeiten h3 {
    margin-bottom: 15px;
}

.oeffnungszeiten-liste {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oeffnungszeiten-liste .tag {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.oeffnungszeiten-liste .tag:last-child {
    border-bottom: none;
}

.wochentag {
    font-weight: 600;
}

.zeiten {
    color: #2c7a7b;
}

.geschlossen {
    color: #999;
    font-style: italic;
}

.oeffnungsstatus {
    font-weight: 600;
    padding: 6px 12px;
    display: inline-block;
    border-radius: 20px;
    font-size: 0.9rem;
}

.oeffnungsstatus.geoeffnet {
    background: #e6f7ec;
    color: #1e7e34;
}

.oeffnungsstatus.schliesst-bald {
    background: #fff4e5;
    color: #d97706;
}

.oeffnungsstatus.geschlossen {
    background: #fdecea;
    color: #f93549;
}

/* Öffnungszeiten Ende */

/* SLIDER */

.slider-fade-wrapper {
    position: relative;
}

.slider-nav .swiper-button-prev,
.slider-nav .swiper-button-next {
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    z-index: 20;
}

.slider-nav .swiper-button-prev {
    left: 15px;
}

.slider-nav .swiper-button-next {
    right: 15px;
}

.bilder-slider {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 12%,
        black 88%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 12%,
        black 88%,
        transparent 100%
    );

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}


.bilder-slider {
      position: relative;
    z-index: 1;
    padding: 20px 0;
}

.bilder-slider .swiper-slide {
    width: auto;
}

.bilder-slider img {
    height: 350px;
    width: auto;
    object-fit: contain;
    border-radius: 35px;
    display: block;
}

.swiper-button-next, .swiper-button-prev {
      color: #f93549;
}


/* SLIDER ENDE */