*{
    margin: 0;
    padding: 0;
}
:root{
    --mainHEX: 7, 151, 160;
    --main: #0797a0 ;
    --mainLowTransparent: rgba(7, 151, 160, .75) ;
    --mainTransparent: rgba(7, 151, 160, .5) ;
    --mainfewTransparent: rgba(7, 151, 160, .25) ;
    --mainlight: #00a9bd;
    --maindark: #324b4d;
    --secondary: #706cb2;
    --olive: #378773;
    --textcolor: #1f1f1f;
    --darktextcolor: #000;
    --grey: #969696;;
    --lightgrey: #f5f5f5;
    --dark: #4c4c4a ;
    --darkSemi: rgba(76, 76, 74, .5);
    --boxshadow: 0 0 10px rgba(0,0,0,.2);
    --textshadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
    --transition: all .4s ease-in;
    --border-radius: 8px;
    --hex-color: 30, 144, 255;
}

.muted{
    font-size: 0.9375rem;
    color: var(--grey);
}
.relative{
    position: relative!important;
}
.textcolor{
    color: var(--textcolor);
}
.maincolor{
    color: var(--main);
}
.bg-white{
    background-color: #fff;
}
.bg-lightgrey{
    background-color: var(--lightgrey);
}
.bg-main{
    background-color: var(--main)!important;
}
.bg-dark{
    background-color: var(--dark)!important;
    color: #fff;
}
.bg-mainDark{
    background-color: var(--mainlight);
    color: #fff;
}
.bg-sand{
    background-color: var(--sand);
    color: #fff;
}
.bg-dark > p,
.bg-mainDark p,
.bg-dark > li,
.bg-dark > li,
.darkbox > p,
.darkbox > li,
.darkbox > li, 
.darkbox > h2 {
    color: #fff;
}
.bg-main > p,
.bg-main > li,
.bg-main > li{
    color: var(--textcolor);
}
html{
    font-size: 100%;
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body{
    font-size: 16px; font-size: 1rem; line-height: 1.8;
    color: var(--textcolor);
    font-family: 'Oswald', sans-serif;
    font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4{
    /* text-transform: uppercase; */
    font-family: 'Oswald', sans-serif;
    font-family: 'Poppins', sans-serif;
    /* font-weight: 500!important; */
    text-transform: uppercase;
}

h1 {font-weight:300; font-size: 36px; font-size: 2.25rem; line-height: 1.1; padding-bottom: 2rem;}
h2 {font-weight:600; font-size: 28px; font-size: 1.75rem; line-height: 1.1; padding: 1rem 0; }
h3 {font-weight:600; font-size: 24px; font-size: 1.5rem; line-height: 1.1; padding: 0; margin: 0  }
h4 {font-weight:600; font-size: 24px; font-size: 1.15rem; line-height: 1.1; padding: .75rem 0}
p{ 
    /* font-family: 'Source Sans 3';  */
    font-size: 16px; font-size: 1rem; line-height: 1.65;  color: var(--textcolor);}

.frontpage h3{
    color: var(--mainlight);
}
.preHeader{
    font-size: .9175rem;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}
.postHeader{
     font-size: .9175rem;
    line-height: 20px;
    color: #fff;
    max-width: 60%;
}

a.mailto,
a{ 
  text-decoration: none;
  color: var(--main);
}

a:hover{
    color: var(--main);
    text-decoration: underline;
  
}
ul,li{
    font-size: 1rem;
    margin: 0;
    padding: 0
}
.maincontent ul, 
ul.clearedSpacing{
    margin: 0 0 24px 24px;
}
.infoheader{
    background-color: var(--secondary);
    background-color: transparent;
    height: 24px;
    line-height: 24px;
    color: #fff;
}
header{
    
    box-shadow: none;
    height: 128px;
    transition: var(--transition); 
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
    font-size: .8125rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--main);

}
header .row.backgroundDarkSemi{
    background-color: var(--darkSemi);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

header.scrolled{
    box-shadow: var(--boxshadow);
    background-color: var(--dark);
    margin-top: -24px;
    /* padding: 16px 0 8px 0; */
}
header a{
    color: #fff;
}

header.basic + div{
    /* height: 120px */
}  

#logo{
    width: 128px;
    height: 128px;
    background-color: transparent;
    position: absolute;
    left: 18px;
    z-index: 6;
}

/*
Dreieck
#logo:before{
content: "";
width: 320px;
height: 400px;
rotate: 45deg;
background-color: #fff;
display: block;
position: absolute;
top: -160px;
top: -172px;
left: -160px;
z-index: -1 ;
} */ 
#logo:before{
    content: "";
    width: 400px;
    height: 400px;
    display: block;
position: absolute;
background: transparent url(../img/hexagon-white.svg);
background-size: 400px auto;
top: -172px;
left: -220px;
z-index: -1 ;
transition: var(--transition);
}
header.scrolled #logo:before{
    top: -184px;
}

#logo img{
    height: 120px;
    width: auto;
    transition: var(--transition);
    position: absolute;
    left: 16px;
}
header.scrolled #logo img{
    /* height: 106px; */
}
header nav{
    display: block;  
     padding: 0; 
    height: 104px;
    transition: var(--transition);
    float: right;

}

header nav ul{
    margin: 0;
    padding: 0;
    display: block;
    height: 104px;

}
header nav ul li {
  float: left;
  margin: 0 8px 0 8px;
  position: relative;
  list-style: none;
  display: block;
  height: 104px;
  line-height: 104px;
}
header nav ul li.cta{
    background-color: var(--main);
}
header nav ul li.cta:hover{
    background-color: var(--maindark);
}
header nav ul li.cta a{
    color: #fff;
}
header.scrolled nav ul li {
    /* margin: 0 32px 0 0; */
}
header nav ul > li:before{
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 60%;
    display: block;
    height: 3px;
    background-color: transparent;
    transition: var(--transition) ;
}
header nav ul > li:hover:before{
    background-color: #fff;
}
header nav ul > li:hover a{
    color: var(--main);
}
header nav ul li:last-child{
    margin-right: 0;
}

header nav ul li a {
    color: #fff;
    font-family: "Oswald";
    line-height: 96px;
    position: relative;
    padding: 0 16px;
    display: block;
    font-weight:400;
    font-size: 1.25rem;
    text-decoration: none!important;
    text-align: center;
    transition: color 0.2s;
    
}

/*
/ WP Standard -> megamenu
nav ul li.menu-item-has-children > a{
    padding-right: 24px;
}
nav ul li.menu-item-has-children > a:after{ 
    position: absolute;
    right: 4px;
    content: ' ';
    top: 50%;
    margin-top: -8px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
nav ul li .sub-menu{
    transition: display .5s;
    background-color: #fff;    
    position: absolute; 
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 999;
}
nav ul li .sub-menu li{
    float: none;
    margin: 0;
    border-bottom: 1px solid #fff;
}
nav ul li .sub-menu li:last-child{
    border-bottom: none;
}
nav ul li .sub-menu li a {
    width: 256px;    
    color:  var(--main);
    padding: 0 0 0 10px;
    font-size: 0.875rem ;
    letter-spacing: 0;
}
nav ul li .sub-menu li a:hover, 
nav ul li .sub-menu li a.active{
    background-color: var(--main);   
    color: #fff;  
    text-decoration: underline; 
} 
nav ul li:hover > .sub-menu{
   display: block;
}  */


/* megamenu start */


nav ul li.menu-item-has-children > a{
    padding-right: 32px;
}
nav ul li.menu-item-has-children > a:after{
    position: absolute;
    right: 8px;
    content: ' ';
    top: 50%;
    margin-top: -4px;
    border: solid var(--dark);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transition: var(--transition);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
nav ul li.menu-item-has-children:hover > a:after{
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-color: #fff
}

nav ul li:hover > .sub-menu,
nav ul li.menu-item-has-children.active > .megamenu{
   display: block;
}
nav ul li.hasmegamenu,
nav ul li.menu-item-has-children{
/* position: static; */
}
nav ul li .megamenu{
    /* margin-top: 24px; */
display: none;
padding: 0 0 16px;
position: absolute;
background-color: var(--main);
left: 0;
right: 0;
/* clip-path: polygon(0 -1%, 100% -1%, 100% 100%, 0 90%);
clip-path: polygon(0 -1%, 100% -1%, 100% 90%, 0 100%); */
width: 100%;
}
.background{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat; 
    /* background-attachment: fixed; */
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}
.background.asElement{
    position: relative;
    width: 100%;
    z-index: 1;
    height: 100vh;
}
.background.asElement:after{
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right:0;
    bottom: 0;
    background-color: rgba(0,0,0,.25);
}
.background.asWindow{
    height: 560px;
    position: relative;
    width: 100%;
    z-index: 1;
    background-size: 100% auto;
    padding-top: 160px;
}
.background .text{
    position: absolute;
    margin: auto;
    z-index: 999;
    position: absolute;
    top: 38%; 
    left: 0;
    bottom: 0; 
    right: 0;
margin: 40px auto;
text-transform: uppercase;

}
.landingpage  .background .text{
    text-transform: none;
}
.background.asElement .text{
    top: 16%; 
    text-align: center;
}
.landingpage .background.asElement .text{
     top: 24%; 
     text-align: left!important;

}
.background .text h1{
      letter-spacing: .75rem;
    text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.85);
}
.landingpage .background .text h1{
    letter-spacing: 0;
}
.landingpage .background .textcard  {
    /* color: #fff;
    text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.85); */
    /* background: #babbc0;
  border-radius: 6px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    padding: 8px;
   color: #444; */
}
.landingpage .background .textcard p {
    /* color: #444; */
    color: #fff;
        text-shadow: 4px 4px 16px rgba(0, 0, 0, 0.85);
        font-weight: 400;
}

.background .text .bigger{
    font-size: 80px;
}
.background .text .smaller{
    font-size: 40px;
}
.background .text h2{
    font-size: 2rem;
    color: #fff;
    font-weight: 500;   letter-spacing: .1rem;

}
.background .text .mainimage{
 width: 400px;
 padding: 88px;
 height: 400px;
 margin: auto;
 /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
 border-radius: 50%;
 background-color: #fff; */
 /* background: transparent url(../img/hexagon-single.svg) 50% 50% no-repeat;
 background: transparent url(../img/hexagon-small.svg) 50% 50% no-repeat; */
 background: transparent url(../img/hexagon-start.svg) 50% 50% no-repeat;
 /* transform: rotate(30deg); */
 background-size: 400px auto;
 display: block;
 /* box-shadow: rgba(7, 151, 160, 0.8) 0 0 90px 33px; */
}
.mainimage{
  animation: growMomentum 1.5s cubic-bezier(0.65, 0, 0.35, 1) forwards,
             pulse 3.5s ease-in-out 2s infinite;
  transform-origin: center center;
}
/* Start-Wachstum (einmalig) */
@keyframes growMomentum {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Wiederholtes Pochen (leichtes Pulsieren) */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
.background .text .mainimage img{
    width: 100%;
    height: auto;
    margin-top: -24px;
}
.background h1{
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
    line-height: 1.4;
    }
.background .text h1{
    font-size: 54px;
}
ul.checkmark{
    margin: 24px 0;
    list-style: none;
}

ul.checkmark li{
    padding-left: 80px;
    background: url(../img/check.svg) left 50% no-repeat;
    background-size: 48px auto;
    list-style: none;
    margin-bottom: 24px;
}
.content{
    min-height: 400px;
}

.buttoncontainer{
    position: absolute;
    left: 0;
    bottom: -40px;
    height: 48px;
    width: 100%;
}
.buttoncontainer .button, 
.button.inlineBlock{
    display: inline-block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.boxcontainer{
    box-shadow: var(--boxshadow); 
}
.boxcontainer.noTextbox .boxheader{
    background-position: 50% 50%;
    background-size: cover;
}
.boxcontainer.noTextbox h3, 
.hexagonClip h3{
    position: absolute;
    left: 0;
    right: 0;
    /* height: 32px!important;
    line-height: 32px!important; */
    padding: 0!important;
    top: 50%;
    transform: translate(0, -50%);
    text-shadow: var(--textshadow);

}


.boxheader {
  position: relative;
    margin: 0;

  width: 100%;
  height: 0;
  padding: 0 0 60.3%;
  z-index: 2;
  background-color: var(--dark);
  background-repeat: no-repeat;

}
.marke .boxheader{
    background-color: var(--dark);
    background-size: 40% auto!important;
}
.marke .colorOverlay{
    background-color: transparent!important
}
.fillimage, 
.colorOverlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0 0 60.3%;
    border-top-left-radius: 3px;
border-top-right-radius: 3px;
  background:  50% 50%;
    background-size: auto;
  background-size: cover;
}
.colorOverlay{
    background-color: var(--mainLowTransparent);
    transition: var(--transition);
}
.boxcontainer.noTextbox:hover .colorOverlay{
    background-color: var(--mainTransparent)!important;

}
/* h3 ausblenden und mit Bewegung einblenden */
.toggleHeadline .boxheader h3 {
  position: absolute;
  top: 80%;
  font-weight: 500;
  left: 50%;
  transform: translate(-50%, -40%); /* Start leicht tiefer */
  opacity: 0;
  color: white;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.toggleHeadline.boxcontainer.noTextbox:hover .boxheader h3 {
  opacity: 1;
  transform: translate(-50%, -50%); /* Zielposition in der Mitte */
}
.boxbody {
  position: relative;
  z-index: 1;
}
.boxbodycontent {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 0 16px 16px;
  background: var(--dark);
  box-sizing: border-box;
    border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
  width: 100%;
}
.boxcta {
  border: 1px solid #fff;
  border: 1px solid var(--main);
  height: 44px;
  line-height: 44px;
  color: #fff;
  color: var(--main);
  padding: 0 22px 0 44px;
  background: url(../img/pfeil.svg) 20px 50% no-repeat;
  display: block;
  float: left;
  font-weight: 600;
  box-sizing: border-box;
  border-radius: 2px;
}
.boxcta:hover{
    background-color: var(--main);
    color: #fff;
}
ul.list {
  margin: 0 0 20px 20px;
  list-style: circle;
}
ul.lines {
  margin: 0 0 20px;
  list-style: none;
}
ul.lines li{
    padding: 8px 4px;
    font-size: 0.875rem;
    
    border-bottom: 1px solid var(--grey);
}
ul.lines li:last-child{
    border: none;
}
.boxcontainer h3{
    font-size: 2rem;
    padding-bottom: 16px;
    color: #fff;
    font-weight: 700;
}
.boxbodycontent p{
    font-size: 1.5rem;
    padding-bottom: 0;
    color: #fff;
}

footer{
    padding: 64px 0;
    background: var(--dark);
    background-color: #000;
}
footer img{
    width: 100%;
    height: auto;
}
footer,
footer p,
footer h4,
footer li,
footer a{
    font-size: .875rem; 
    color: #fff;
    line-height: 16px;
}
footer h4{
    font-size: 1.25rem;
}


footer ul {
    margin: 0 0 0 24px;
}
footer h3{
    margin: 24px 0 16px;
    padding: 0;
}
footer li {
padding: 8px 0;
position: relative;
line-height: 16px;
list-style: circle;
}
footer li a{
    color: #fff ;
}
footer li a:hover{
    text-decoration: underline;
    color: #fff ;
}

.row.galerie .image {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
  margin-bottom: 16px;
}
.row.galerie .image img {
  position: absolute;
  width: 100%;
  height: auto;
}
img.vert{
    top: -40%;
}
.hexagonClip {
    width: 300px;
    height: 320px;
    display: block;
    margin: auto;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    object-fit: cover;
    position: relative;
    margin: 0 auto 60px;
}
.hexagonClip h3{

}
.fillimageX{
    position: relative;
}
.button, 
.wp-element-button{
    /* display: block;
    cursor: pointer;
    text-decoration: none;
    outline: none ;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    height: 48px;
    line-height: 48px;
    margin: 0;
    border-radius: 2px;
    border: none;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    text-align: center;
    padding: 0 24px;
    background-color: var(--main);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.20);
    width: 180px;
    height: 100px; */
   
}

.border-animate-button,.button, 
.wp-element-button, 
input[type="submit"]   {
    position: relative;
    padding: 8px 16px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    outline: none ;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.4s ease-in-out;
  }
  .wp-element-button, .button{
    background-color: var(--main);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.20);
    border: 2px solid var(--main);
  }
  .button::before,
.wp-element-button::before,
  .border-animate-button::before, 
  input[type="submit"]::before   {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff!important;
    background: var(--main);
    z-index: -1;
    transition: var(--transition)
  }
  .button:hover,
  .wp-element-button:hover,
  .border-animate-button:hover, 
  input[type="submit"]:hover 
  {
    color: var(--dark)
  }
  button:hover::before,
  .wp-element-button:hover::before,
  .border-animate-button:hover::before, 
  input[type="submit"]:hover::before  {
    width: 100%;

  }
/* .wp-element-button:hover,
.button.primary{
    background-color: var(--main);
    color: #fff;
} */
.button.primary:hover{
    background-color: var(--mainlight);
}
.button.secondary{
    background-color: var(--mainlight);
    background-color: var(--secondary);
    color: var(--main);
    color: #fff;
}
.button.secondary.transparent{
    color: #fff;
    background-color:var(--mainTransparent);
    border: 1px solid #fff;
    /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65); */
}
.button.secondary:hover{
    background-color: var(--mainlight);
    color: var(--main);
}

.icon{
    padding-left: 32px;
    min-height: 24px;
    background: left top no-repeat;
    background-size: 20px auto;
    margin: 0 0 16px 2px;
}
.icon.location{
    background-image: url(../img/location.svg);
}
.icon.location.dark{
    background-image: url(../img/location-dark.svg);
}
.icon.phone{
    background-image: url(../img/phone.svg);
}
.icon.phone.dark{
     background-image: url(../img/phone-dark.svg);   
}
.icon.mail{
    background-image: url(../img/mail.svg);
}
.icon.mail.dark{
  background-image: url(../img/mail-dark.svg);  
}
.icon.hours, 
.icon.auslastung{
    background-image: url(../img/hours.svg);
    padding: 0 8px 0 24px;
    cursor: pointer;
      transition: var(--transition);
}
.icon.hours:hover, 
.icon.auslastung:hover{
     background-color: var(--main);
     cursor: pointer;
 
}
.icon.auslastung{
 background-image: url(../img/progressbar.svg);   
}
.icon.auslastung:hover{
     background-color: var(--dark);
}

a.back{
    color: var(--grey);
    font-size: .8125rem;
}
a.back:hover{
    text-decoration: underline;
    color: var(--textcolor);
}

a#totop{
    display: block;
    background-color: var(--darkSemi);
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#totop::after {
    width: 0; 
    height: 0; 
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    content: ' ';
    position:relative;
    top: -10px;
    transition: top .5s;
}
#totop:hover {
    cursor: pointer;
    background-color: var(--main);
}
#totop:hover::after {
     top: -18px;
}
#totop.show {
    opacity: 1;
    visibility: visible;
}
.blueLine{
    height: 24px;
    background-color: var(--main);
}
.bluebox{
    border-radius: var(--border-radius);
    background-color: var(--main);
    overflow: hidden;
}
.bluebox,
.bluebox h2,
.bluebox h3{
    color: #fff;
}
.innernav ul{
    margin: 0;
    padding: 0;
}

.innernav{
    height: 48px;
    padding: 8px 0;
    background: var(--lightgrey);
    background: var(--main);
    display: block;
}
.innernav li{
    float: none;
    padding-left: 0;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    position: relative;
    padding: 0 16px;
}
.innernav li:after{
    content: '';
    right: 0;
    height: 24px;
    width: 1px;
    background-color: rgba(256,256,256,0.7);
    position: absolute;
    top: 4px;

}
.innernav li a{
    font-size: 0.8175rem;
 display: block;
 color: rgba(256,256,256,0.7)
}
.innernav li a:hover{
    color: #fff;
}
.inserat, .inserat p{
    color: var(--dark);
    font-size: 14px;
    line-height: 22px
}
.inserat small{
    font-size: 11px;
}
.lightSlider img{
    max-height: 480px;
}

/* faq */



ul.faq{
    margin: 0 0 16px 0;
}
ul.faq li, 
ul.faq li ul li{
    list-style: none;
    margin: 0 0 8px;
    border-bottom: 1px solid var(--grey);
}
ul.faq li ul li{
    border:none;
    list-style: circle;
}
ul.faq li:last-child{
    /* border: none; */
}
.subcat li{
    padding:  0 0 0 8px;
}
.faq h4{
    background-color: var(--main);
    color: #fff;
    border-radius: 2px;
    padding: 0 0 0 4px;
    cursor: pointer;
}

.faq_block{
    padding: 16px;
    border-radius: 2px;
    min-height: 200px;
}
.faq_block h3{
    font-size: 1.125rem;
    line-height: 24px;
}
a.showmore{
    display: block;
    cursor: pointer;
    color: var(--main);
    padding: 8px 0;
}
a.showmore:after {
    content: '+';
    float: right;
}
a.showmore.expanded:after,
a.showmore.active:after{
     content: '-';
}
.response{
    height: 0!important;
    overflow: hidden;
    transition:  var(--transition);
    padding: 0;
}
.expanded + .response{
    height: auto!important;
    padding: 8px 0 16px
}
/* faq  */

a.arrow {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    position: absolute;
    display: block;
    left: 50%;
    top: 93%;
    margin-left: -20px;
    transform: rotate(135deg);
    z-index: 999;
}

a.arrow::before {
    content: '';
    width: 100%;
    height: 100%;
    border-width: .8vmin .8vmin 0 0;
    border-width: 6px 6px 0 0;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(256,256,256,0.9);
    transition: .5s ease;
    display: block;
    /* box-shadow: 0 0 10px rgba(0,0,0,.2); */
    transform-origin: 100% 0;
}

a.arrow:hover:before{
     border-color: #fff;    
}
section{
    overflow: hidden;
}
.target::before{
    content: "";
    display: block;
    height: 104px;
    margin: -104px 0 0;
    z-index: -5;
    position: relative;
}
ul.facts{
    border-radius: 5px;
    margin: 0;
    padding: 0;
}
ul.facts li{
    border-bottom: 1px solid var(--grey);
    padding: 16px;
    list-style: none;
}
ul.facts li:last-child{
    border-bottom: none;
}
span.label{
    color: var(--yellow);     
    font-weight: 700;
}
a.download{
    display: inline-block;
    padding-right: 32px;
    background: transparent url(../img/download.svg)  right 50%  no-repeat;
    background-size: 20px auto;
    height: 24px;
    line-height: 24px;
}

.togggle{
    padding: 24px 0;
    box-shadow: 0 3px 6px rgba(16,16,16,0.1), 0 3px 6px rgba(16,16,16,0.2);
    transition: var(--transition);
    cursor: pointer;
}
.toggleheader{
    cursor: pointer;
    background-color: var(--lightgrey);
    position: relative;
    padding: 4px 8px;
    border-radius: 3px;
}
.toggleheader:after{
    display: block;
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    background: url(../img/chevron-down.svg) right 50% no-repeat;
    background-size: 30px auto;
    transition: var(--transition);
    }
.toggleheader.toggled:after{
    transform: rotate(180deg); 
}
.toggleheader h2{
    margin: 0;
}
.togglebody{
    max-height: 1px;
    padding-top: 1px;
    transition: var(--transition);
    overflow: hidden;
}
.toggleheader.toggled + .togglebody{
    max-height: 100%;
    padding: 8px 0;
}
.social{
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: var(--grey);
}
.social a {
    text-indent: -9999px;
    background: url(../img/instagram-white.svg) 50% 50% no-repeat;
      background-size: auto;
    background-size: 24px auto;
    display: block;
    height: 40px;
    width: 40px;
    margin: auto;
  }


.autorow {
        column-count: 2; /* Anzahl der Spalten */
        column-gap: 20px; /* Abstand zwischen den Spalten */
    }
    
    .autorow    h3 {
        break-inside: avoid; /* Verhindert, dass Überschriften auf zwei Spalten aufgeteilt werden */
   }
    
  .autorow   ul {
        break-inside: avoid; /* Verhindert, dass die Listen auf zwei Spalten aufgeteilt werden */
    }
.youtube-container {
    width: 100%;
    height: 0;
    padding: 0 0 56.25% 0;
    position: relative;
    background: 50% 50% no-repeat;
    background-size: 100% auto;
}
.youtube-container .hinweis {
position: absolute;
cursor: pointer;
text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 24px;

background-color: rgba(0,0,0,.3);
}
.youtube-container iframe{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.youtube-container .hinweis p{
color: #fff;
}
.decentbackground {
  background: transparent url(../img/hanteln.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  color: #fff;
  z-index: 0;

}
.decentbackground:after, 
.background.asWindow:after{
background-color: rgba(0, 0, 0, 0.9);
position: absolute;
left: 0; 
content: "";
top: 0;
right: 0;
z-index: -1;
bottom: 0;
}
.decentbackground.light:after{
    background-color: rgba(256,256, 256, 0.9);
}
.background.asWindow:after{
    background-color: rgba(0, 0, 0, 0.25);
}
.decentbackground .textblock{
    margin-top: 80px;
    color: #fff;
}
.decentbackground .textblock p{
    color: #fff;
    margin-top: 24px;
}
.decentbackground .textblock h2{
    margin-bottom: 16px;
    font-size: 40px;
    color: #fff;
}
.decentbackground .textblock h3{
    font-size: 56px;
    color: #fff;
}
.decentbackground.text{
     display: flex;
  align-items: center;   /* vertikal zentrieren */
  justify-content: center;
}

/* Grundlayout für das Formular */
select {

  appearance: none; /* entfernt System-Dropdown-Stil */

}


/* Gemeinsame Styles für alle Eingabefelder */
input[type="text"],
input[type="email"],
textarea, 
select{
  background-color: var(--mainfewTransparent); /* zartes Rotrosa transparent */
  border: none;
  padding: 16px 24px;
  border-radius: 2px;
  font-size: 14px;
  width: 100%;
  margin: 0 0 16px 0;
  color: #fff;
  outline: none;
  display: block;
  resize: none;
  transition: background-color 0.3s ease;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #666;
}

/* Hover-/Fokus-Effekte */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus, 
select:focus  {
  background-color:var(--mainTransparent);
  color: #fff;
}
label{ 
    color: #fff
}


select option {
  color: #333;
}
.flipDown{
    background-color: var(--main);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 9999;
    width: 320px;
    min-height: 120px;
    position: fixed;
    top: 20px;
    padding: 24px;
    left:0;
}
#openings,
#occupancy {
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
}

#openings.visible,
#occupancy.visible {
  display: block;
  opacity: 1;
 
  pointer-events: auto;
} 
.flipDown.visible {
  opacity: 1;
  pointer-events: auto;
}

.flipDown.hidden {
  display: none;
}
#occupancy.flipDown{
    background-color: var(--dark);
}
.markenLogo{
    display: block;
    margin: 0 10%;
    width: 80%;
    height: auto;
}
 .breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.9rem;
    max-width: 600px;
    margin:  0 0 24px !important;
  }

  .breadcrumb li {
    display: flex;
    align-items: center;
  }

  .breadcrumb li + li:before {
    content: "›"; /* Pfeil als Trenner */
    margin: 0 10px;
  }

  .breadcrumb a {
    color: var(--main);
    text-decoration: none;
    transition: color 0.3s ease;
  }

  .breadcrumb a:hover {
    color: var(--dark);
    text-decoration: underline;
  }

  .breadcrumb li:last-child {
    color: var(--main);
    font-weight: 600;
  }

  .background-hex {
      position: absolute;
      width: 180px;
      height: 180px;
      background: rgba(7,151,160,0.1);
      clip-path: polygon(
        50% 0%, 93% 25%, 93% 75%,
        50% 100%, 7% 75%, 7% 25%
      );
      z-index: 0;
      animation: float 12s infinite ease-in-out;
    }

    .hex1 { bottom: 10%; left: -80px; }
    .hex2 { top: 8%; right: -100px; animation-delay: 6s; }
    .hex3 { bottom: 32%; right: 20%; animation-delay: 3; }

    @keyframes float {
      0% { transform: translateY(0px) rotate(0deg); }
      50% { transform: translateY(-20px) rotate(10deg); }
      100% { transform: translateY(0px) rotate(0deg); }
    }


      .about-wrapper {
      position: relative;
      /* max-width: 1200px; */
      width: 100%;
    }

    /* Hintergrundfläche (Card) */
    .background-card {
      background: #ffffff;
      background: var(--darkSemi);
      background: #babbc0;
      border-radius: 6px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.05);
      width: 66%;   /* ca. 2/3 der Gesamtbreite */
      padding: 60px;
    }

    /* Textbereich */
    .text-content {
      max-width: 64%; /* Hälfte der Gesamtbreite */
    }

    .text-content h4 {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #555;
      margin-bottom: 12px;
      text-transform: uppercase;
    }

    .text-content h2 {
      font-size: 34px;
      font-weight: bold;
      margin: 0 0 20px;
      color: #111;
    }

    .text-content p {
      font-size: 17px;
      line-height: 1.6;
      color: #444;
    }

    /* Bildcontainer */
    .image-container {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 50%; /* Hälfte der Gesamtbreite */
    }

    .image-container img {
      width: 100%;
      border-radius: 6px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    }
     /* Responsive */
    @media (max-width: 900px) {
      .background-card {
        width: 100%;
        padding: 40px;
      }
      .text-content {
        max-width: 100%;
      }
      .image-container {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        margin-top: 20px;
      }
    }
.preSpace{
    height: 120px;
}


  /* Dekoratives Hexagon */
  .decor-hexagon{
    position:fixed;
    left: 20%;
    top: -32%;       /* negativ: oben aus dem Viewport hinausragend */
    transform: translateX(-50%) rotate( -8deg);
    width: 70vw;
    /* Höhe so wählen, dass das Hexagon proportional bleibt */
    height: calc(70vw * 0.58); /* ~Höhe eines regelmäßigen Hexagons */
    pointer-events: none; /* nicht interaktiv */
    z-index: 0;
    display:block;
    /* Clip-path für ein sauberes Hexagon */
    -webkit-clip-path: polygon(
      25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%
    );
    clip-path: polygon(
      25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%
    );

    /* Farbverlauf + weiche Optik */
    background: linear-gradient(135deg,
      rgba(var(--mainHEX), 0.9) 0%,
      rgba(var(--mainHEX), 0.6) 50%,
      rgba(var(--mainHEX), 0.45) 100%);
 
    opacity: 0.25;
    filter: blur(6px);
    mix-blend-mode: multiply; /* optional: fügt sich harmonischer ins Layout ein */
  }

  /* feine Variation / Strukturtouch: ein halbtransparentes Muster-Overlay */
  .decor-hexagon::before{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 20% 20%, rgba(255,255,255,0.06) 0%, transparent 20%),
      radial-gradient(circle at 80% 80%, rgba(0,0,0,0.03) 0%, transparent 25%);
    clip-path: inherit;
  }

  .pum-content *{
    text-align: center;
  }
    .pum-content h2, 
    .pum-content h3     {
        color: #fff;
            text-align: center;
    }
  