@import "./normalize.min.css";
@import "./hamburgers.min.css";
@import "./jquery.fancybox.min.css";
@import "./swiper-bundle.min.css";
@import "../fonts/stylesheet.css";
.has-primary-background-color {
  background-color: #8CA8B6;
}

.has-secondary-background-color {
  background-color: #2C2C3A;
}

.has-light-gray-background-color {
  background-color: #EEEEEE;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-black-background-color {
  background-color: #000000;
}

body.admin-bar #header {
  top: 32px;
}
body.home .hamburger-inner, body.home .hamburger-inner:after, body.home .hamburger-inner:before {
  background-color: #fff;
}
body.home #header {
  background-color: initial;
  backdrop-filter: initial;
  transition: 0.2s ease-in-out;
}
body.home #header nav ul li a {
  color: #ffffff;
}
body.page-template-template-landingpage #header:not(.active, .is-open) {
  background-color: initial !important;
  backdrop-filter: initial !important;
}
body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg path, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Rectangle_122, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Rectangle_123 {
  fill: #fff !important;
}
body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Path_1263, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Path_1264, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Path_1265, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Path_1266, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Path_1267, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Rectangle_128, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Path_1268, body.page-template-template-landingpage #header:not(.active, .is-open) .header-logo svg #Rectangle_129 {
  fill: #8CA8B6 !important;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: rgba(140, 168, 182, 0.9);
  backdrop-filter: blur(10px);
  transition: 0.2s ease-in-out;
}
#header.active, #header.is-open {
  background-color: rgba(140, 168, 182, 0.9) !important;
  backdrop-filter: blur(10px) !important;
}
#header.active a, #header.is-open a {
  color: #2C2C3A !important;
}
#header.active .header-logo svg path, #header.active .header-logo svg #Rectangle_122, #header.active .header-logo svg #Rectangle_123, #header.is-open .header-logo svg path, #header.is-open .header-logo svg #Rectangle_122, #header.is-open .header-logo svg #Rectangle_123 {
  fill: #000 !important;
}
#header.active .header-logo svg #Path_1263, #header.active .header-logo svg #Path_1264, #header.active .header-logo svg #Path_1265, #header.active .header-logo svg #Path_1266, #header.active .header-logo svg #Path_1267, #header.active .header-logo svg #Rectangle_128, #header.active .header-logo svg #Path_1268, #header.active .header-logo svg #Rectangle_129, #header.is-open .header-logo svg #Path_1263, #header.is-open .header-logo svg #Path_1264, #header.is-open .header-logo svg #Path_1265, #header.is-open .header-logo svg #Path_1266, #header.is-open .header-logo svg #Path_1267, #header.is-open .header-logo svg #Rectangle_128, #header.is-open .header-logo svg #Path_1268, #header.is-open .header-logo svg #Rectangle_129 {
  fill: #fff !important;
}
#header .header-logo svg {
  max-height: 80px;
  width: auto;
}
#header .header-menu {
  gap: 1rem;
  padding: 1rem;
  display: none !important;
}
#header .header-menu.is-open {
  display: flex !important;
}
#header .header-menu nav {
  width: 100%;
}
@media screen and (min-width: 767px) {
  #header .header-menu nav {
    width: auto;
  }
}
#header .header-menu nav ul {
  flex-direction: column !important;
}
@media screen and (min-width: 767px) {
  #header .header-menu nav ul {
    flex-direction: row !important;
  }
}
#header .header-menu nav ul li {
  text-align: center;
}
@media screen and (min-width: 767px) {
  #header .header-menu {
    display: flex !important;
    gap: 1rem;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  #header .header-menu {
    gap: 2rem;
  }
}
#header .header-menu .wp-block-buttons {
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  #header .header-menu .wp-block-buttons {
    width: auto;
  }
}
#header .header-inner {
  padding: 0.5rem 1rem;
  margin: 0 auto;
  max-width: 1500px;
}
@media screen and (min-width: 1720px) {
  #header .header-inner {
    max-width: 1720px;
  }
}
@media screen and (min-width: 767px) {
  #header .header-inner .header-actions {
    display: none;
  }
}
#header .header-inner, #header .header-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#header .header-inner nav ul, #header .header-menu nav ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1.25rem;
}
@media screen and (min-width: 767px) {
  #header .header-inner nav ul, #header .header-menu nav ul {
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #header .header-inner nav ul, #header .header-menu nav ul {
    gap: 1.25rem;
  }
}
#header .header-inner nav ul li a, #header .header-menu nav ul li a {
  display: block;
  color: #2C2C3A;
  text-decoration: none;
  font-family: "SF Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.125rem;
}
@media screen and (min-width: 767px) {
  #header .header-inner nav ul li a, #header .header-menu nav ul li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #header .header-inner nav ul li a, #header .header-menu nav ul li a {
    font-size: 1.125rem;
  }
}

#footer {
  background-color: #2C2C3A;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 4rem 1rem;
  gap: 4rem;
}
@media screen and (min-width: 767px) {
  #footer {
    padding: 2rem 1rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #footer {
    padding: 2.5rem 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    padding-top: 5.688rem;
    padding-bottom: 4.25rem;
  }
}
#footer .footer-inner, #footer .footer-meta {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 540px) {
  #footer .has-paragraph-2-font-size {
    font-size: 1.375rem !important;
  }
}
@media screen and (min-width: 992px) {
  #footer .has-paragraph-2-font-size {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  #footer .has-paragraph-2-font-size {
    font-size: 1.375rem !important;
  }
}
#footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  #footer .footer-inner {
    text-align: left;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  #footer .footer-inner {
    gap: 1rem;
  }
}
#footer .footer-inner > * {
  flex: 0 0 100%;
}
@media screen and (min-width: 992px) {
  #footer .footer-inner > * {
    flex: initial;
  }
}
#footer .footer-inner nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 992px) {
  #footer .footer-inner nav ul {
    align-items: flex-start;
  }
}
#footer .footer-inner nav ul li {
  margin-top: 0.75rem;
}
#footer .footer-inner nav ul li:first-child {
  margin-top: 0;
}
#footer .footer-inner .footer-logo, #footer .footer-inner .footer-address {
  text-align: center;
}
@media screen and (min-width: 992px) {
  #footer .footer-inner .footer-logo, #footer .footer-inner .footer-address {
    text-align: left;
  }
}
#footer .footer-inner .footer-logo svg {
  max-width: 140px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  #footer .footer-inner .footer-logo svg {
    max-width: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footer-inner .footer-logo svg {
    max-width: 140px;
  }
}
#footer .footer-inner .footer-action > .wp-block-buttons {
  justify-content: center;
}
@media screen and (min-width: 992px) {
  #footer .footer-inner .footer-action > .wp-block-buttons {
    justify-content: flex-start;
  }
}
#footer .footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  #footer .footer-meta {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
#footer .footer-meta ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#footer .footer-meta ul li {
  position: relative;
  padding-right: 1rem;
  margin-right: 0.5rem;
}
#footer .footer-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#footer .footer-meta ul li:last-child:after {
  display: none;
}
#footer .footer-meta ul li:after {
  position: absolute;
  content: "|";
  right: 0;
  top: 0;
}
#footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer nav ul a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  transition: 0.2s ease-in-out;
}
#footer nav ul a svg path {
  transition: 0.2s ease-in-out;
}
#footer nav ul a:hover {
  color: #8CA8B6;
}
#footer nav ul a:hover svg path {
  fill: #8CA8B6;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}

#logos {
  overflow: hidden;
  width: 100%;
  padding: 31.5px 0;
}
@media screen and (min-width: 767px) {
  #logos {
    padding: 51.5px 0;
  }
}

.logo-slider {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.logos-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.logos-inner {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logos-inner img {
  height: 55px;
  max-width: 220px;
  margin: 0 40px;
  display: block;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .logos-inner img {
    height: 32px;
    margin: 0 20px;
  }
}
.latest-blog-wrapper .latest-blog-item .latest-blog-item-inner {
  background-color: #8CA8B6;
  height: 100%;
  position: relative;
}
.latest-blog-wrapper .latest-blog-item .latest-blog-item-inner .latest-blog-content {
  height: 100%;
}
.latest-blog-wrapper .latest-blog-item .latest-blog-item-inner .latest-blog-content .latest-blog-content-inner {
  padding: 1.563rem;
}

.latest-blog-swiper .swiper-slide {
  display: flex;
}

.latest-blog-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.latest-blog-content-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.latest-blog-action {
  margin-top: auto;
}

.intro .google-wrapper {
  color: #ffffff;
}
.intro .google-wrapper svg path {
  fill: #ffffff;
}

.google-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
}
.google-wrapper.alignleft {
  justify-content: flex-start;
}
.google-wrapper.alignright {
  justify-content: flex-end;
}
.google-wrapper.aligncenter {
  justify-content: center;
}
.google-wrapper .google-people picture {
  position: relative;
  overflow: hidden;
}
.google-wrapper .google-people picture img {
  border-radius: 100%;
  border: 3px solid #fff;
  max-width: 32px;
}
@media screen and (min-width: 767px) {
  .google-wrapper .google-people picture img {
    max-width: 50px;
  }
}
.google-wrapper .google-people picture:first-child {
  z-index: 3;
  margin-right: -16px;
}
@media screen and (min-width: 767px) {
  .google-wrapper .google-people picture:first-child {
    margin-right: -25px;
  }
}
.google-wrapper .google-people picture:nth-child(2) {
  z-index: 2;
  margin-right: -16px;
}
@media screen and (min-width: 767px) {
  .google-wrapper .google-people picture:nth-child(2) {
    margin-right: -25px;
  }
}
.google-wrapper .google-people picture:nth-child(3) {
  z-index: 1;
  right: 0;
}

.testimonials-item .testimonials-inner {
  background-color: #8CA8B6;
  color: #2C2C3A;
  padding: 0.563rem 1.563rem 1.563rem 1.563rem;
}
.testimonials-item .testimonials-inner .testimonials-author .testimonials-name {
  margin-bottom: 7px;
}
.testimonials-item .testimonials-inner .testimonials-author .testimonials-review {
  margin-bottom: 3px;
}

.faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
.faq-wrapper .faq-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.faq-wrapper .faq-item.active .faq-action button svg {
  transform: rotate(45deg);
}
.faq-wrapper .faq-item .faq-question-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  background-color: #EEEEEE;
  padding: 0.825rem 1.25rem;
}
.faq-wrapper .faq-item .faq-question-wrapper .faq-question {
  flex: 1;
}
.faq-wrapper .faq-item .faq-question-wrapper .faq-action button {
  background: initial;
  border: 0 none;
  cursor: pointer;
}
.faq-wrapper .faq-item .faq-question-wrapper .faq-action button:hover {
  background: initial;
  border: 0 none;
}
.faq-wrapper .faq-item .faq-question-wrapper .faq-action button svg {
  transition: 0.2s ease-in-out;
}
.faq-wrapper .faq-item .faq-answer-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0 1.25rem;
}
.faq-block .wp-block-heading > img {
  position: absolute;
  max-height: 45px;
}
@media screen and (min-width: 1200px) {
  .faq-block .wp-block-heading > img {
    max-height: 101px;
    margin-left: 40px;
  }
}

.intro {
  position: relative;
}
.intro .has-guano-apes-font-family {
  padding-left: 1rem;
}
@media screen and (min-width: 1500px) {
  .intro .has-guano-apes-font-family {
    padding-left: 2rem;
  }
}
.intro .intro-caption {
  position: relative;
  z-index: 2;
}
.intro .intro-caption .intro-caption-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center !important;
  padding-top: calc(1.5rem + 100px);
  padding-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .intro .intro-caption .intro-caption-inner {
    padding-top: 148px;
    padding-bottom: 113px;
  }
}
.intro .intro-caption .intro-caption-inner > .wp-block-columns {
  padding: 0 1rem;
}
.intro .intro-image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.intro-block {
  padding-top: 0 !important;
}

.intro-text-block .wp-block-heading > img {
  position: relative;
  top: 20px;
  margin-right: -30px;
  max-width: 70px;
}
@media screen and (min-width: 1500px) {
  .intro-text-block .wp-block-heading > img {
    max-width: 150px;
  }
}

.service-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -0.5rem;
}
@media screen and (min-width: 767px) {
  .service-wrapper {
    gap: 1rem;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .service-wrapper {
    gap: 2.25rem;
  }
}
.service-wrapper .service-item {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  display: block;
  padding: 0 0.5rem;
  margin-top: 1rem;
}
.service-wrapper .service-item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 370px) {
  .service-wrapper .service-item {
    flex: 0 0 50%;
    width: 50%;
  }
  .service-wrapper .service-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .service-wrapper .service-item {
    flex: 1;
    padding: 0;
    margin-top: 0;
  }
}
.service-wrapper .service-item:hover figcaption svg {
  transform: rotate(-20deg);
}
.service-wrapper .service-item img {
  max-height: 200px;
  aspect-ratio: 328/404;
}
@media screen and (min-width: 767px) {
  .service-wrapper .service-item img {
    max-height: 404px;
  }
}
.service-wrapper .service-item figure {
  margin: 0;
  position: relative;
}
.service-wrapper .service-item figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(140, 168, 182) 20%, rgba(140, 168, 182, 0));
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
.service-wrapper .service-item figcaption svg {
  transition: 0.2s ease-in-out;
  max-width: 24px;
  width: 100%;
}
.service-wrapper .service-item figcaption .service-item-title {
  position: relative;
  z-index: 3;
  padding: 1rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .service-wrapper .service-item figcaption .service-item-title {
    gap: 1rem;
  }
}

img {
  max-width: 100%;
}

.images-compare-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.images-compare-before {
  will-change: clip;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.images-compare-after {
  pointer-events: none;
}

.images-compare-before img, .images-compare-after img {
  max-width: 100%;
  height: auto;
  display: block;
}

.images-compare-separator {
  position: absolute;
  background: white;
  height: 100%;
  width: 5px;
  z-index: 3;
  left: 0;
  top: 0;
}

.images-compare-handle {
  height: 42px;
  width: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  border: 3px solid #8CA8B6;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
  z-index: 3;
  background: #8CA8B6;
  cursor: pointer;
}

.images-compare-left-arrow, .images-compare-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}

.images-compare-left-arrow {
  border-right: 6px solid #2C2C3A;
  left: 50%;
  margin-left: -17px;
}

.images-compare-right-arrow {
  border-left: 6px solid #2C2C3A;
  right: 50%;
  margin-right: -17px;
}

.images-compare-label {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 5px;
  pointer-events: none;
  display: none;
}

.images-compare-container .images-compare-label {
  display: inherit;
}

.images-compare-before .images-compare-label {
  left: 10px;
}

.images-compare-after .images-compare-label {
  left: auto;
  right: 10px;
}

.cta {
  position: relative;
  overflow: hidden;
}
.cta p {
  display: flow;
  margin: 0 auto;
  position: relative;
}
.cta p > img {
  position: relative;
  top: 20px;
  margin-right: -30px;
  max-width: 70px;
}
@media screen and (min-width: 1500px) {
  .cta p > img {
    max-width: 150px;
  }
}
.cta > .wp-block-column .wp-block-columns {
  position: relative;
  z-index: 2;
}
.cta > .wp-block-column:after {
  position: absolute;
  display: block;
  content: "";
  height: 675px;
  width: 553px;
  background: url(../images/smiley-icon.svg) no-repeat center center/contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
}
.cta .wp-block-column {
  position: relative;
}
.cta .wp-block-button__link {
  padding: 0;
}
.cta .wp-block-button__link img {
  max-height: 40px;
}
.cta .wp-block-button__link.has-primary-background-color:hover {
  background-color: #8CA8B6 !important;
}

.angebot-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.angebot-wrapper .angebot-inner {
  background-color: #ffffff;
  padding: 1rem;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (min-width: 767px) {
  .angebot-wrapper .angebot-inner {
    padding: 1rem 2rem;
  }
}
.angebot-wrapper .angebot-inner .has-paragraph-2-font-size, .angebot-wrapper .angebot-inner .has-paragraph-1-font-size {
  font-size: 1rem !important;
}
@media screen and (min-width: 767px) {
  .angebot-wrapper .angebot-inner .has-paragraph-2-font-size, .angebot-wrapper .angebot-inner .has-paragraph-1-font-size {
    font-size: 1.25rem !important;
  }
}

.step {
  display: none;
}
.step.active {
  display: block;
}

.leistungen-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 767px) {
  .leistungen-grid {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.leistungen-grid .leistung-box-item {
  flex: 0 0 50%;
  padding: 0 0.5rem;
  margin-top: 1rem;
}
.leistungen-grid .leistung-box-item:nth-child(-n+2) {
  margin-top: 0;
}
@media screen and (min-width: 1500px) {
  .leistungen-grid .leistung-box-item {
    flex: 0 0 25%;
    margin-top: 0;
  }
}

.leistung-box {
  background: #eee;
  cursor: pointer;
  text-align: center;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 2/1;
}
@media screen and (min-width: 1500px) {
  .leistung-box {
    aspect-ratio: 141/171;
  }
}
.leistung-box.selected {
  background: #8CA8B6;
}
.leistung-box .icon {
  padding-bottom: 10px;
  padding: 1rem 1rem 0.5rem 1rem;
}
.leistung-box .icon svg {
  max-height: 64px;
}
.leistung-box .label {
  padding: 0.5rem 0;
  font-size: 0.75rem;
}

button.button-next, button.button-submit {
  background: #8CA8B6;
  color: var(--wp--preset--color--secondary) !important;
  padding: 15px 22px;
  border: none;
  cursor: pointer;
}

.checkbox {
  margin: 15px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

#form-feedback {
  margin-top: 15px;
  color: red;
}

#step-1 {
  text-align: center;
}

.leistung-error {
  color: #c62828;
  font-weight: 400;
  opacity: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  display: none;
}

.leistung-error.show {
  display: block !important;
  opacity: 1 !important;
}

.ninja-forms-field[type=submit] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  transition: 0.2s ease-in-out;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--sf-pro) !important;
  border-radius: 0px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
  border: 0 none;
  background-color: #ffffff;
  width: 100% !important;
}
@media screen and (min-width: 767px) {
  .ninja-forms-field[type=submit] {
    font-size: 1.25rem !important;
  }
}

.checkbox-wrap label {
  font-weight: 400 !important;
}

.nf-field-container {
  margin: 0.5rem;
}
@media screen and (min-width: 767px) {
  .nf-field-container {
    margin: 1rem 0;
  }
}

.acf-google-map {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 200px;
}

.google-map {
  width: 100%;
  height: 100%;
}

.map-info {
  font-size: 14px;
  padding: 6px 8px;
}

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: column-reverse;
}
@media screen and (min-width: 767px) {
  .gallery-wrapper {
    gap: 1.5rem;
    flex-direction: row;
  }
}
.gallery-wrapper .gallery-col {
  flex: 1;
}
.gallery-wrapper .gallery-col:first-child {
  flex: 0 0 30%;
}
.gallery-wrapper .gallery-col:first-child .gallery-group {
  flex-wrap: nowrap;
}
.gallery-wrapper .gallery-col:first-child .gallery-group img:first-child {
  flex: 0 0 10%;
}
.gallery-wrapper .gallery-col:last-child {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1rem;
}
@media screen and (min-width: 767px) {
  .gallery-wrapper .gallery-col:last-child {
    gap: 1.5rem;
    margin-top: -246px;
  }
}
.gallery-wrapper .gallery-col:last-child .gallery-group:first-child {
  align-items: flex-end;
}
.gallery-wrapper .gallery-col:last-child .gallery-group:first-child .gallery-group:last-child img:first-child {
  max-width: 246px;
}
.gallery-wrapper .gallery-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 767px) {
  .gallery-wrapper .gallery-group {
    gap: 1.5rem;
  }
  .gallery-wrapper .gallery-group .gallery-item:nth-child(2) img {
    max-width: 381px !important;
  }
}
.gallery-wrapper .gallery-group.left-col {
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .gallery-wrapper .gallery-group.left-col {
    flex-direction: row;
  }
}
@media screen and (min-width: 767px) {
  .gallery-wrapper .gallery-group.top {
    flex-wrap: nowrap;
  }
}
.gallery-wrapper .gallery-group.left {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (min-width: 767px) {
  .gallery-wrapper .gallery-group.left {
    padding-top: 123px;
    flex-direction: column;
  }
}
.gallery-wrapper .gallery-group.left .gallery-item {
  flex: 1;
}
.gallery-wrapper .gallery-group.right {
  flex-direction: row;
}
@media screen and (min-width: 767px) {
  .gallery-wrapper .gallery-group.right {
    flex-direction: column !important;
  }
}
.gallery-wrapper .gallery-group.right .gallery-item {
  flex: 1;
}
.gallery-wrapper .gallery-group img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
}

.gallery-block .wp-block-heading img {
  max-width: 85px !important;
  width: 100% !important;
  position: absolute;
  transform: translateY(-10%) translateX(-45%);
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .gallery-block .wp-block-heading img {
    max-width: 255px !important;
  }
}

.image-slider-wrapper .swiper-wrapper {
  align-items: center;
  min-height: 300px;
}
@media screen and (min-width: 767px) {
  .image-slider-wrapper .swiper-wrapper {
    min-height: 586px;
  }
}
.image-slider-wrapper .image-slider-item {
  height: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .image-slider-wrapper .image-slider-item {
    height: 433px;
  }
}
.image-slider-wrapper .image-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.image-slider-wrapper .swiper-slide-active .image-slider-item {
  height: 300px;
}
@media screen and (min-width: 767px) {
  .image-slider-wrapper .swiper-slide-active .image-slider-item {
    height: 586px;
  }
}

.team .wp-block-heading > img {
  position: absolute;
}
.team .team-columns {
  max-width: 352px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .team .team-columns {
    max-width: 784px;
  }
}
@media screen and (min-width: 1500px) {
  .team .team-columns {
    gap: 5.125rem;
  }
}
.team .wp-block-image {
  max-width: 50%;
}
@media screen and (min-width: 767px) {
  .team .wp-block-image {
    max-width: 100%;
  }
}

* {
  box-sizing: border-box;
}

body {
  font-size: 1rem;
}
body.home main > * {
  padding-top: 0 !important;
}
body.page-template-default main > *:first-child {
  padding-top: 99px !important;
}

#content {
  position: relative;
  overflow: hidden;
}

a {
  color: #8CA8B6;
}

.form-group {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

input:not([type=checkbox]), textarea:not([type=checkbox]) {
  padding: 0.656rem 1rem;
  color: #2C2C3A;
  border-radius: 0;
  border: 0 none;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  border: 1px solid #707070;
}

address {
  font-style: normal;
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0 !important;
}

main > .wp-block-columns {
  padding: 0 1rem;
}

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

.wp-block-columns {
  max-width: 1420px;
  margin: 0 auto;
  width: 100%;
}
.wp-block-columns.alignwide {
  max-width: 1500px !important;
}
@media screen and (min-width: 1720px) {
  .wp-block-columns.alignwide {
    max-width: 1720px !important;
  }
}
.wp-block-columns.alignfull {
  max-width: 100% !important;
}

.has-cta-heading-font-size {
  font-size: 1.5rem !important;
}
@media screen and (min-width: 470px) {
  .has-cta-heading-font-size {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 767px) {
  .has-cta-heading-font-size {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .has-cta-heading-font-size {
    font-size: 3.5rem !important;
  }
}

.has-cta-font-size {
  font-size: 1.5rem !important;
}
@media screen and (min-width: 470px) {
  .has-cta-font-size {
    font-size: 2rem !important;
  }
}
@media screen and (min-width: 767px) {
  .has-cta-font-size {
    font-size: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-cta-font-size {
    font-size: 5rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .has-cta-font-size {
    font-size: 6.8125rem !important;
  }
}

.has-paragraph-1-font-size {
  font-size: 1rem !important;
}
@media screen and (min-width: 767px) {
  .has-paragraph-1-font-size {
    font-size: 1.25rem !important;
  }
}

.has-paragraph-2-font-size {
  font-size: 1rem !important;
}
@media screen and (min-width: 1200px) {
  .has-paragraph-2-font-size {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1500px) {
  .has-paragraph-2-font-size {
    font-size: 1.375rem !important;
  }
}

.has-paragraph-3-font-size {
  font-size: 1rem !important;
}
@media screen and (min-width: 767px) {
  .has-paragraph-3-font-size {
    font-size: 1.125rem !important;
  }
}

.has-paragraph-4-font-size {
  font-size: 1rem !important;
}
@media screen and (min-width: 767px) {
  .has-paragraph-4-font-size {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .has-paragraph-4-font-size {
    font-size: 1.5rem !important;
  }
}

.has-h-1-font-size {
  font-size: 2rem !important;
}
@media screen and (min-width: 767px) {
  .has-h-1-font-size {
    font-size: 2.5rem !important;
  }
}
@media screen and (min-width: 992px) {
  .has-h-1-font-size {
    font-size: 3.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-h-1-font-size {
    font-size: 4rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .has-h-1-font-size {
    font-size: 4.938rem !important;
  }
}

@media screen and (min-width: 767px) {
  .has-h-3-font-size {
    font-size: 2rem !important;
  }
}

.has-h-4-font-size {
  font-size: 1.1rem !important;
}
@media screen and (min-width: 1500px) {
  .has-h-4-font-size {
    font-size: 1.75rem !important;
    line-height: 1;
  }
}

.img-responsive {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
.img-responsive img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.mh-full {
  min-height: 100vh;
}

.mx-700 {
  max-width: 700px;
  margin: 0 auto;
}
.mx-700.nocenter {
  margin: initial;
}

.mx-900 {
  max-width: 900px;
  margin: 0 auto;
}
.mx-900.nocenter {
  margin: initial;
}

.wp-block-button__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  transition: 0.2s ease-in-out;
  padding: 0.75rem 1rem;
}
.wp-block-button__link.has-white-background-color:hover {
  background-color: #8CA8B6 !important;
}
.wp-block-button__link.has-primary-background-color:hover {
  background-color: #EEEEEE !important;
}

.swiper-pagination {
  position: relative;
  margin-top: 2.188rem;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background: #8CA8B6;
  opacity: 0.3;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #8CA8B6;
  opacity: 1;
}

.wp-block-list.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row !important;
  gap: 1rem;
}
.wp-block-list.row li {
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .wp-block-list.row li {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-list.row li {
    flex: 1;
    width: 25%;
  }
}
.wp-block-list.icon-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.wp-block-list.icon-links li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #2C2C3A;
  transition: 0.2s ease-in-out;
  gap: 0.5rem;
}
.wp-block-list.icon-links li a img {
  width: 24px !important;
}
.wp-block-list.icon-links li a:hover {
  color: #8CA8B6;
}
.wp-block-list.diamonds {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
}
.wp-block-list.diamonds.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wp-block-list.diamonds li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wp-block-list.diamonds li a {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #2C2C3A;
  transition: 0.2s ease-in-out;
}
.wp-block-list.diamonds li a:hover {
  color: #8CA8B6;
}

.wp-block-heading {
  position: relative;
}

.wp-block-image.left-splash {
  position: relative;
}
.wp-block-image.left-splash:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/left-splash.svg) no-repeat center center/contain;
  display: block;
  content: "";
  width: 127px;
  height: 110px;
  transform: translateY(-50%) translateX(-50%);
}
.wp-block-image.right-splash {
  position: relative;
}
.wp-block-image.right-splash:before {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/right-splash.svg) no-repeat center center/contain;
  display: block;
  content: "";
  width: 127px;
  height: 110px;
  transform: translateY(50%) translateX(50%);
}

.nf-error-msg {
  font-size: 0.825rem;
  color: #ffffff !important;
}

.nf-field-label, .nf-before-form-content {
  display: none;
}

.nf-field-container:last-of-type {
  margin-bottom: 0 !important;
}

.contactForm {
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .contactForm {
    padding: 2rem;
  }
}

.image-offset {
  margin: 0;
  position: relative;
  bottom: 0;
  margin-bottom: -13%;
}

.single-post iframe {
  margin: 0 auto !important;
}

.offset-image {
  margin-top: -60px;
}
@media screen and (min-width: 767px) {
  .offset-image {
    margin-top: -120px;
  }
}

.center-content {
  display: flex;
  justify-content: center;
}
