/*
Theme Name: Hybrid
Theme URI: http://werbestudio-hild.de
Author: Werbestudio Hild
Description: Hybrid FSE Theme
Version: 1.0
*/

/* WP Gallery Block Fix: Display all Images same height */
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  aspect-ratio: 1; /* squared size thumbnails */ 
  object-fit: cover;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0; /* width fix */ 
  }
  
  /* @media(max-width:1200px){
      .wp-block-columns.is-layout-flex {
          padding: 20px;
      }
  } */

 .wp-block-image, 
 .wp-block-image img{
    transition: all 1s;
  }

  .wp-block-image:hover img,
  .wp-block-image:hover img{
    filter: none;
  }

html, body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
    /* cursor: none;
    min-height: 100%; */
    overflow-x:hidden;

    overflow-wrap: unset;
    word-break: unset;
    hyphens: auto;
}

strong,b {
    font-weight: 600;
}

p, h1, h2, h3, h4, h5, h6{
  hyphens:none;
}

p,ul,li{
    font-size:22px;
    font-weight:100;
    font-family: "Open Sans", sans-serif;
    color: #354a5e;
}

a{
    text-decoration: none;
    color:#35495e;
}

.scrolloffset {
  scroll-margin-top: 150px;
}

.wp-block-button{
    transition: all 1s;
}

.wp-block-button .wp-block-button__link:where(.is-style-outline), .wp-block-button:where(.is-style-outline)>.wp-block-button__link {
    border: 1px solid;
    padding: 0.667em 1.333em;
}

.wp-block-button:hover{
    letter-spacing:2px;
}

.alignwide{
    width:1400px;
    margin: 0 auto;
}

.gap0{
  gap: 0;
}

@media(max-width:1399px){
    .alignwide{width:100vw; padding: 0 40px;}
}

h1,h2,h3,h4,h5,h6{
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
    color: #35495e;
}

h1{font-weight:100;}
h2{font-size:2.9vw;font-weight:100;}
#stage h1, #stage h2{font-weight: 100; font-size:2.5vw; margin-top:25%;hyphens: none;}

@media(max-width:768px){
  #logo, #logo-dark, #logo img{top: 5px !important; width: 110px !important;
  }

  #stage h1, #stage h2{font-size:25px;}
  h1{font-size:30px!important;}
  h2{font-size:40px!important;}
  h3{font-size:25px!important;}
  footer h2{font-size:25px!important;}

  #banner{min-height:80vh!important;}
  #banner p{font-size:25px!important;hyphens:none;}

  #bignav #contactsection a {font-size:15px!important;}
  #contactsection {height: auto!important;}
  #contactsection .has-text-align-right{text-align:left;}
  #contactsection .wp-block-spacer{display:none;}

  #contactsection .wp-block-columns.is-layout-flex {padding: 20px;}

  .wp-block-group-is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {max-width: 100%;padding:0 20px;}
  :where(.wp-block-group.has-background) {padding: 20px!important;}

  .teaser .wp-block-cover{min-height:70vh!important;}
  .teaser .wp-block-spacer{height: 0px!important;}

  #header{height:100px!important; background-color:#fff!important;}
  #navbar {right: 0!important;width: 90%!important}

  #logo{
    display: block!important;
    opacity: 1!important;
    top: 0px !important;
    width: 120px !important;
  }
  #logo-dark{
    display:none!important;
  }

  #navsection .wp-block-outermost-icon-block a, #navsection .wp-block-outermost-icon-block svg {height: 40px!important;}
  #navsection .wp-block-outermost-icon-block {float: left!important;}

  #bignav :where(.wp-block-columns.is-layout-flex) {gap: 0;}
}

.zitat{
    font-weight:100;
}

.teaser .wp-block-cover img{transition: all 1s;}
.teaser .wp-block-cover:hover {cursor: pointer;}
.teaser .wp-block-cover:hover img{transform: scale(1.1);}

.teaser .wp-block-cover:hover .wp-block-cover__background.has-background-dim{
  opacity: 0.5;
}

.teaser .more{
    position: absolute;
    bottom: 0;
    top: 54%;
    right: 20%;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    transition: all 1s;
}

.teaser .wp-block-cover:hover .more{letter-spacing: 1px;}

.teaser .more a{
    color:#fff;
}

.teaser .more:before{
    content: "";
    height: 1px;
    background: #fff;
    width: 200%;
    margin-top: -7px;
    left: -100%;
    position: absolute;
}

.knick{position: relative;}
.knick:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 300px solid transparent;
    border-bottom: 200px solid white;
    z-index: 2;
  }

footer{position:relative;width:100vw;overflow:hidden;}

footer a.wp-block-social-link-anchor{
    font-size: 30px;
}

footer .wp-block-cover{
  top:0;
  position:absolute;
  width:50vw;
  height:100%;
}

.mapmarker{
  margin-top: -114px;
  margin-left: -18px!important;
  cursor: pointer;
  transition: all 1s;
}

.mapmarker:hover{
  transform:scale(1.2);
  cursor: pointer;
}

.mapmarker2{
margin-top: -268px;
margin-left: -18px!important;
cursor: pointer;
position: absolute;
left: 60%;
}

footer .mapmarker2:hover{
  transform:scale(1.2);
  cursor: pointer;
}

@media(max-width:900px){
  footer .wp-block-cover {
    position: relative;
    width: auto; 
  }
}


/* Scroll Down */
/* scroll down arrows */
.arrows_container {
    position: absolute;
    bottom: 10vh;
    left: calc(50vw - 30px);
    display: block;
    margin: 0 auto;
    width: 37px;
    height: 31px;
  }
  
  .chevron {
    position: absolute;
    width: 59px;
    height: 6px;
    opacity: 0;
    transform: scale3d(1, 2, 3);
    animation: move 3s ease-out infinite;
  }
  
  .chevron:first-child {
    animation: move 3s ease-out 1s infinite;
  }
  
  .chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
  }
  
  .chevron:before,
  .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50.5%;
    background: #fff;
  }
  
  .chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 5px;
  }
  
  .chevron:after {
    right: 0;
    transform: skew(0deg, -30deg);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 5px;
  }
  
  @keyframes move {
    25% {
      opacity: 1;
  
    }
    33% {
      opacity: 1;
      transform: translateY(30px);
    }
    67% {
      opacity: 1;
      transform: translateY(40px);
    }
    100% {
      opacity: 0;
      transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }

  #stage{padding: 0;}

  #stage .wp-block-group .wp-block-columns{
    height: 100vh;
    margin: 0;
    gap:0;
  }

  #content{position: relative;}
  #content:before{
    content: '';
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    position: absolute;
    background: #eee;
    z-index: -1;
  }

  #expertise{position: relative; margin-bottom:200px;}
  #expertise:before{
    content: '';
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    position: absolute;
    background: #eee;
    z-index: -1;
  }

  #expertise .wp-block-image{
    position: absolute;
    bottom: -100px;
    padding-left: 50px;
  }

  @media(max-width:900px){
    #expertise .wp-block-image{
      position: relative;
    }
  }

  .scroller {
    position: fixed;
    background-color: #4CAF32;
    width: 0px;
    height: 20px;
    left: 0;
    bottom: 0;
    z-index: 10;
  }

  /* News */

  #news h3{
    font-size: 35px;
  }

  .newscat{
    margin-top:20px;
  }

  .newscat a{
    background: #f5f2f2;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 20px;
    color: #000;
    font-size: 17px;
    margin-right: 5px;
}

.listItems li { display: none; } /* Hide all */
.listItems li:nth-child(-n+3) { display: list-item; } /* Display first three */

.wpcf7 .wp-block-columns {
  margin-bottom: 0;
  gap: 1em;
}

input{
  height: 40px;
  width: 100%;
}

textarea{
  height:200px;
  width:100%;
}

input[type="submit"]{
  width:200px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #111;
  padding: 10px 20px;
  color: #111;
} 

/* Multi Step Form */
#multi-step-form.fw-large-container .fw-progress-bar-container {width: 100%;}
#multi-step-form .fw-step-part {background: #f8f8f8 none repeat scroll 0 0;}
#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:before {font-size: 24px;}

#multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:after {height: 2px;top: -45px;}

@media(min-width:769px){
  span.fw-txt-ellipsis {display: none !important;}
  #multi-step-form.fw-large-container .fw-progress-bar-container {margin-bottom: 20px;}
}

.subpage-headline{
    position: absolute;
    font-size: 50px;
    color: #fff;
    top: 18vh;
    left: 10%;
    z-index: 99;
    font-weight: 100;
    font-size: 82px;
    width: auto;
    line-height: 1.2;
}

#filterbutton{text-align:center;margin-bottom:50px;}

.btn-custom{
  display: inline-block;
  margin-right:20px;
  border: 1px solid #35495e;
  padding: 0.667em 1.333em;
  cursor: pointer;
  transition: all 1s;
  border-radius:30px;
  margin-top: 10px;
  color: #35495e;
}

.btn-custom.active{
  background-color:#35495e;
  color:#fff;
}

.btn-custom:hover a{letter-spacing:2px;}

@media(max-width:786px){
  #filterbutton .btn-custom{display: block;}
}

#return-to-top {
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 103px;
  z-index: 2;
  cursor: pointer;
  background-color: #35495e;
  padding: 15px 22px;
  text-align: center;
}

#return-to-top i{color:#fff;}

#contact-us {
    /* opacity: 0; */
    position: fixed;
    right: 10px;
    bottom: 35px;
    z-index: 2;
    cursor: pointer;
    background-color: #4caf32;
    padding: 15px 20px;
    text-align: center;
    animation: pulse 2s infinite;
}

#contact-us i{color:#fff;}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.95);
  }
}

/* single.html */
.widgetarea {
  border-left: 1px solid #ccc;
  min-height: 30vw;
  /* margin-left: 7vw; */
  padding-left: 30px;
}

@media(max-width:780px){
  .widgetarea {
    border-left: none;
    min-height: 1px;
    margin-left: 0;
    padding-left: 0;
    border-top: 5px solid #eee;
}
}

.widgetarea .wp-block-latest-posts__featured-image img {
  height: 100px;
  width: auto;
}

@media(max-width:1400px){
  a.wp-block-latest-posts__post-title {
    font-size: 18px;
  }
}

@media(min-width:900px) and (max-width:1300px){
  .widgetarea{display:none;}
}

/* Nav */
#desktopmenu #menu-hauptmenue a {
  padding: 2px;
}

#desktopmenu #menu-hauptmenue li {
  padding: 0 5px;
}

#desktopmenu #menu-hauptmenue {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

#menu-hauptmenue{display:none;}

.dropout{
  position: absolute;
  color: #35495e;
  font-size:18px;
  transition: all 1s;
  z-index: 999;
}

#bignav{
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding-top: 120px;
  background: #2c2c2c!important;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#bignav a, #bignav .icon-container{color:#ccc!important;}
#bignav .icon-container {width: 76px!important;}

#bignav a:hover, #bignav .icon-container:hover{
  color:#fff!important;
  font-weight: 600;
}

.dropout:before{
  content: "\f054";
  color: #35495e;
  font: var(--fa-font-solid);
  font-size: 14px;
  margin-right: 5px;
}

#header.small .dropout:before{
  color: #35495e;
}

.dropout.white:before{
  content: "\f078";
  color:#fff;
}

#header.small .dropout.white:before{
  color: #fff;
}

.dropout.white{
  color:#fff!important;
  letter-spacing:10px;
}

/* #bignav #navsection{} */
#bignav #contactsection a{
  padding:0;
  color:#fff!important;
}

/* Active State Bignav */
#bignav .textlink a.active {
  color: #8ab580!important;
  font-weight: 600;
}

/* Active state icon set */
#bignav .wp-block-group:has(a.active) > .wp-block-outermost-icon-block .icon-container{
  color:#8ab580!important;
}

/* #bignav .wp-block-column:has(a.active){
  background-color:#444;
} */

/* Nav Items animieren */

.animate_menu {
  animation-name: menuAnimation;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes menuAnimation {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

#navsection .wp-block-column .wp-block-group{
  animation: FadeIn 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  animation-fill-mode: both;
}

@keyframes FadeIn {
  0% { opacity: 0; margin-right: -200px; }
  100% { opacity: 1; margin-right: 0;}
}

#navsection .wp-block-column:nth-child(1) .wp-block-group { animation-delay: .1s }
#navsection .wp-block-column:nth-child(2) .wp-block-group { animation-delay: .4s }
#navsection .wp-block-column:nth-child(3) .wp-block-group { animation-delay: .6s }
#navsection .wp-block-column:nth-child(4) .wp-block-group { animation-delay: .8s }
#navsection .wp-block-column:nth-child(5) .wp-block-group { animation-delay: 1s }
#navsection .wp-block-column:nth-child(6) .wp-block-group { animation-delay: 1.2s }
#navsection .wp-block-column:nth-child(7) .wp-block-group { animation-delay: 1.4s }
#navsection .wp-block-column:nth-child(8) .wp-block-group { animation-delay: 1.6s }

#contactsection {
  height: 20vh;
}

#navsection {
  padding-top: 15vh;
  height: 80vh;
}

@media(max-width:900px){
  #navsection {
    height: auto;
    overflow: scroll;
  }
}

#bignav {
  display: none;
  z-index:1;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding-top: 0;
  background: #2c2c2c !important;
  left: 0;
  right: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media(max-width:900px){
  #bignav{
    overflow-y: scroll;
  }
}

/* .cursor.rounded{
  width: 30px;
  height: 30px;
  border: 5px solid #ade073;
  border-radius: 50%;
} */

#mitarbeiter .wp-block-cover{transition: all 0.5s;}

#mitarbeiter .wp-block-cover:hover{
  transform:scale(1.05);
}

.membercontact{
  opacity:0;
  background-color: rgb(130 178 78);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  color: #fff;
  font-weight: 900;
}

.membercontact a{
  color:#fff;
}

#mitarbeiter .wp-block-cover:hover .membercontact{
  opacity:1;
}

@media(max-width:780px){
  .teaser.slick-slider .wp-block-group{
    max-width:100%;
  }

  #leistungen > .wp-block-columns{
    max-width: 100%;
  }
}

@media(max-width:900px){
  #stage .iconcover{
    min-height:30vh!important;
  }
}

/* Breakpoint WP anpassen / einspaltig schon ab 900px*/

@media (min-width: 782px) and (max-width:900px){
  .wp-block-columns {
      flex-wrap: wrap!important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100%!important;
  }
}

@media (max-width: 900px){
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
      grid-template-columns: 1fr;
  }
}

/* @media(max-width:900px){
  h2{font-size:40px!important;}
} */

/* CF 7 */
.wpcf7-list-item{margin:0;}

input[type="checkbox"] {
  height: 25px;
  margin: 0;
  margin-right: 20px;
  width: 25px;
}

/* mobile */
@media(max-width:768px){
  html,body{hyphens:none;}
  p{hyphens:auto;margin-top: 0;}

  .slidertitle{font-size:25px!important;}
}

/* Änderung Feb. 2025*/
@media(min-width:800px){#navbar {width: 350px!important;}}

#logo-dark {width: 150px!important;}

#bignav {background: #fff !important;}
#bignav .wp-block-cover .wp-block-cover__background {opacity: 0;}

#bignav a, #bignav .icon-container {color: #35495e!important;}

#bignav .textlink a.active {color: #4faf32!important;}
#bignav .wp-block-group:has(a.active) > .wp-block-outermost-icon-block .icon-container {color: #4faf32!important;}

#bignav a:hover, #bignav .icon-container:hover {color: #4faf32 !important;}
#contactsection {background-color: #35495e;}

#contactsection p,
#contactsection a{
  color: #ccc;
}

.dropout.white {color: #35495e !important;}
.dropout.white:before {color: #35495e;}

.bignav25sub a{
  font-size: 18px;
  line-height: 1.2;
  padding-left: 10px;
  margin-top: -5px;
}

.bignav25sub a:before {
  content: '\279C';
  padding-right: 10px;
}

.bignav25sub a:hover{
  font-weight: 400!important;
}

.leistungcard{
  transition: all 0.5s;
  padding: 40px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.leistungcard:hover{
  transform: scale(1.1);
  padding: 50px;
}

.breadcrumbs a{color: #4faf32;}
.breadcrumbs svg{fill: #4faf32;}

/* Accordion Styles */
.esab__collapse svg{
  fill: #35495e;
}

h3.wp-block-post-title a{
  color: #35495e;
}

.wp-block-button.is-style-outline{
  color: #35495e;
}

#cards .wp-block-group.is-layout-constrained{
  text-align: center;
  padding: 40px 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  min-height:50vh;
}

#cards .wp-block-group-is-layout-flex{
  align-items: center;
  justify-content: center;
}

span.boldtag{
  font-weight:800;
}

/* Contact Button */

.btns-checkbox:checked ~ .help{opacity:0;}

.btns-checkbox:checked ~ #return-to-top{opacity:0!important;}

.help{margin: 61px;
	  transition: all 0.5s cubic-bezier(.215,.61,.355,1);
  background: #4faf32;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  border-bottom-right-radius: 56px;
  border: 1px solid #4faf32;
  border-top-right-radius: 56px;
}

.help a{color:#fff;}

.btns-wrapper {
		cursor:pointer;
position: fixed;
  bottom: 0;
  right: 0;
  margin: 33px;
}
.btns-checkbox {display: none;}

.btns-action-1{background: #25d366 !important;}
.btns-action-2{background: #25d366 !important}
.btns-action-3{background: #0084ff !important}
.btns-action-4{background: #783bd2 !important}


.btns-action-1:hover{background: #08a743 !important; }
.btns-action-2:hover{background: #08a743 !important}
.btns-action-3:hover{background: #035fb4  !important}
.btns-action-4:hover{background: #5e2aac !important}



.btns .btns-dots:hover{background-color: #fff;}
.btns {
	cursor:pointer;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  background: blue;
  border-radius: 50%;
  background:#4faf32;
  box-shadow: 0px 5px 20px #25230e3b;
  transition: all 0.3s ease;
  z-index: 5;
  border-bottom-right-radius: 6px;
  border: 1px solid #4faf32;
}

.btns:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.btns-checkbox:checked ~ .btns:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.btns:hover {
background: #62cb42;
  box-shadow: 0px 5px 20px 5px #54545152;
}

.btns-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color:#0d0d0d;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.btns-dots-1 {
  left: 15px;
  animation-delay: 0s;
}
.btns-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.btns-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}

.btns-checkbox:checked ~ .btns .btns-dots {
  height: 6px;
}

.btns .btns-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.btns-checkbox:checked ~ .btns .btns-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btns-checkbox:checked ~ .btns .btns-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.btns-checkbox:checked ~ .btns .btns-dots {
  animation: none;
}


.btns-wheel {
  position: absolute;
  z-index:3;
  bottom: 0;
  right: 0;
  /* border: 1px solid #4faf32; */
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.btns-checkbox:checked ~ .btns-wheel {
  transform: scale(1);
}
.btns-action {
font-size:22px;
 position: absolute;
  background: #ffed00;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 0.1rem 1rem rgba(78, 75, 54, 0.15);
  transition: all 1s ease;

  opacity: 0;
}

.btns-checkbox:checked ~ .btns-wheel .btns-action {
  opacity: 1;
}

.btns-action:hover {
background-color: #bdbdbd;
  color: #fff;
}


.btns-wheel .btns-action-1 {
  right: -1rem;
  top: 0;
}

.btns-wheel .btns-action-2 {
  right: 0.4rem;
  top: 0.5rem;
}
.btns-wheel .btns-action-3 {
 left: 2.5rem;
  bottom: 3.4rem;
}
.btns-wheel .btns-action-4 {
  left: 0;
  bottom: -1rem;
}

@media(max-width:786px){
  .btns-wrapper .help a{
    font-size:14px;
  }
}

/* Funnel Startseite */
.startkontaktfunnel {
	background-color: #FFFFFF;
	border-radius: 25px;
	position: relative;
	top: -20px;
	width: 70vw;
	margin: 0 auto;
	padding: 25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.81);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.81);
}

/* Min Heights */

@media screen and ( max-height: 844px ){
  #bignav .icon-container {
      width: 40px !important;
  }

  #bignav .textlink{margin:0; padding:10px;font-size:18px;}

  #logo img {
    width: 160px!important;
  }

  /* #navbar{top:30px!important;} */
}

#siegel{
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 140px;
  z-index: 2;
}

@media (max-width:900px){
  #siegel{display:none;}
}

#siegel img{width:100%;}

@media (max-width:1400px){
  #header {
      width: 100vw;
      background: #fff!important;
      height: 110px!important;
  }

  #logo-dark {top: 37px!important;}

  #navbar{
      backdrop-filter: none!important;
  }
}

@media(max-width:786px){
  .startbtn{display:none!important;}
  .beratungbtn{font-size: 16px!important;}
  .stagecontent {margin-top: -100px !important;}
  #stage h1{margin-top: 20%!important;}
  .arrows_container {display:none!important;}
  .startkontaktfunnel {width: 90%!important;}
  .scroller {height: 7px!important;}
  .wp-block-spacer {height: 5vw !important;max-height: 5rem;}
  h3 {font-size: 20px !important;}
  div#multistep {padding: 0;}
  :where(.wp-block-columns.is-layout-flex) {gap:0!important;}
  ul.wp-block-list {max-width: 90%;}
}