:root {
  --blue: #0069b4;
  --dark-gray: #565754;
  --border-color: #f0f0f0;
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.logo {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.div-block-34 {
  width: 100%;
}

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.div-block-37 {
  width: 100%;
}

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1 {
  color: #000;
  object-fit: contain;
  width: 2.6vw;
  margin-top: 10px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-6 {
  width: 100%;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

.nav-link-3.flie-text {
  color: #333;
}

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  color: var(--blue);
}

.farbe-der-headings {
  color: var(--blue);
  line-height: 1.3;
}

.hauptfarbe {
  background-color: var(--dark-gray);
  color: #fff;
}

.zweitfarbe {
  background-color: #f7f7f7;
}

.highlights {
  color: #fff;
  background-color: #0069b4;
}

.heading-1 {
  font-family: Barlow, sans-serif;
  line-height: 1.3;
}

.heading-2 {
  margin-top: 10px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-2.farbe-der-headings {
  font-size: 38px;
}

.flie-text {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-3 {
  font-family: Barlow, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.video2 {
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.terminbutton {
  text-transform: uppercase;
  margin-right: 5px;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.terminbutton.highlights.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.terminbutton.highlights.heading-3.auto {
  margin-top: auto;
}

.terminbutton.highlights.heading-3.auto:hover {
  background-color: var(--dark-gray);
}

.terminbutton.zweitfarbe {
  color: #000;
}

.terminbutton.zweitfarbe:hover {
  background-color: #7c7c7c;
}

.terminbutton.zweitfarbe.heading-3:hover {
  color: #fff;
}

.utility-page-wrap {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0;
}

.submit-button {
  background-color: #ecbf38;
}

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.mehr-erfahren1 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1:hover {
  background-color: #2e2e2e;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.impressum2 {
  color: #fff;
  text-decoration: none;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.leistungen1 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

.impdatlink {
  color: #fff;
  text-decoration: none;
}

.navbar2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlink2 {
  color: #fff;
  text-align: center;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
}

.navlink2:hover {
  background-color: gray;
}

.navlink2.w--current {
  color: #fff;
  background-color: #949494;
}

.slogan2 {
  font-size: 60px;
  line-height: 65px;
}

.terminbutton2 {
  border-radius: 20px;
}

.leistungsbild-rund2 {
  background-image: url('../images/AdobeStock_251971442-min_visu_1.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
}

.grauesfeld2 {
  margin-left: 60px;
  margin-right: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.graues-feld-effekt2 {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.galerie-bild2 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 800px;
  height: 800px;
  display: block;
}

.bild2 {
  object-fit: cover;
  border-radius: 50%;
  width: 400px;
  height: 400px;
}

.mitarbeiter-nild2 {
  background-image: url('../images/man_1man.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.paragraph-16, .paragraph-17, .paragraph-18 {
  margin-bottom: 10px;
}

.navbar-3 {
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.banner-text {
  z-index: 30;
  text-align: center;
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2%;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-text.mdl {
  justify-content: center;
  align-items: center;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 65px;
}

.slogan1.heading-1 {
  text-align: center;
  line-height: 1.3;
}

.background-video1 {
  height: 100%;
}

.label1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  display: block;
  position: static;
}

.label1.heading-3 {
  line-height: 1.3;
}

.section-gro-e-abst-nde-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 150px;
  display: flex;
}

._2er-grid1 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
}

._2er-grid1.kontakt-3 {
  grid-template-columns: .5fr 1fr;
  align-content: stretch;
  align-items: start;
  width: 100%;
}

.text-linksb-ndig1.flie-text {
  color: #222;
  font-size: 16px;
  text-decoration: none;
}

.text-linksb-ndig1.flie-text:hover {
  color: var(--blue);
}

.inhalt-untereinander1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.inhalt-untereinander1.shadow {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 2px 5px 2px #0003;
}

.heading-linksb-ndig1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 36px;
}

.heading-linksb-ndig1.heading-2 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.label {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label.heading-2.farbe-der-headings {
  opacity: 1;
  line-height: 1.3;
}

.abstand-nach-innen1 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.divider-1 {
  width: 100px;
  height: 2px;
  margin-bottom: 10px;
  display: inline-block;
}

._3er-grid1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-wei-1 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.heading-klein-linksb-ndig1 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 1.3;
}

.heading-klein-linksb-ndig1.heading-1 {
  line-height: 1.3;
}

.heading-klein-linksb-ndig1.heading-1.mitte {
  text-align: left;
}

.bild-cover-1 {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('../images/AdobeStock_173240285_visu_1AdobeStock_173240285_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 60px 140px;
}

._4er-grid3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inhalt-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-klein1 {
  object-fit: contain;
  height: 40px;
}

.heading-mittig3 {
  margin-top: 10px;
}

.heading-mittig3.heading-3 {
  font-size: 32px;
}

.labelmittig-1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
}

.labelmittig-1.heading-2.farbe-der-headings {
  color: #fff;
  text-align: center;
  margin-top: 0;
  line-height: 1.3;
}

.bild-200-1 {
  object-fit: cover;
  background-color: #fff;
  width: 100%;
  height: 35vh;
}

.footer-1 {
  padding-left: 140px;
  padding-right: 140px;
}

.footer-1.hauptfarbe {
  color: #fff;
}

.footer-1.hauptfarbe.flie-text {
  margin-bottom: 0;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  width: 100%;
}

.heading-footer3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.impdat-2 {
  padding: 100px 40px;
}

.flie-text-2 {
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.success-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 77vh;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.heading-22.white {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 33px;
}

.banner-start {
  z-index: 10;
  color: #fff;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.logo-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo-3.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.logo-img {
  width: 16.3vw;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.maps-gro-2 {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.link {
  color: #fff;
  text-decoration: none;
  display: block;
}

.link.black {
  color: #333;
}

.footer-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-img {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 40vh;
  display: grid;
}

.grid-img.down {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}

.image-100 {
  border: 1px solid var(--border-color);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-100.contain {
  object-fit: contain;
  padding: 10px;
}

.image-100.top {
  object-position: 50% 25%;
}

.image-100.left {
  object-position: 30% 50%;
}

.image-100.down {
  object-position: 50% 100%;
}

.image-100.right {
  object-position: 100% 50%;
}

.grid-8 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.image-wrapper {
  width: 22vw;
  height: 70vh;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.menu-button-4 {
  z-index: 10;
  background-color: #717171;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.social-media {
  width: 35px;
  height: 35px;
}

.img-100 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-menu-3 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  height: 100%;
  padding-top: 20vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-3.hauptfarbe {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-13 {
  color: #000;
  width: 25px;
  height: 25px;
}

.nav-link-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-9:hover {
  color: #919191;
  width: 100%;
}

.nav-link-9.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.navbar1 {
  z-index: 30;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar1.hauptfarbe {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
}

.logo-wei-2 {
  z-index: 25;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.logo-8 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-10 {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-img-3 {
  object-fit: contain;
  height: 18vh;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 0;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-question-header-4 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.heading-small1 {
  z-index: 5;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
  position: relative;
}

.heading-small1.heading-font2 {
  font-family: Barlow, sans-serif;
  font-size: 18px;
}

.buchstabe-hintergrund {
  z-index: -5;
  margin-top: -10px;
  margin-bottom: -35px;
  font-size: 100px;
  line-height: 35px;
  position: relative;
}

.buchstabe-hintergrund.heading-font3.heading-color {
  z-index: 0;
  margin-top: -20px;
  display: none;
}

.inhalt-effekt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.inhalt-effekt.effekt-versuch {
  width: 100%;
  height: 100%;
  position: relative;
}

.inhalt-effekt.effekt-versuch._75vh {
  height: 75vh;
}

.inhalt-effekt.effekt-versuch._90vh {
  height: 90vh;
}

.inhalt-effekt.effekt-versuch.last {
  height: 85vh;
}

.inhalt-effekt.effekt-versuch._85vh {
  height: 85vh;
  padding-left: 20px;
  padding-right: 20px;
}

.inhalt-effekt.effekt-versuch._85vhh {
  height: 85vh;
}

.terminbutton-3 {
  text-transform: uppercase;
  transition: all .2s;
}

.terminbutton-3:hover {
  background-color: #292929;
}

.terminbutton-3.heading-font3.highlights {
  background-color: var(--blue);
  font-family: Lato, sans-serif;
}

.terminbutton-3.heading-font3.highlights:hover {
  background-color: var(--dark-gray);
}

.inhalt-untereinander1-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px;
  display: flex;
}

.inhalt-untereinander1-4.abst-nde {
  padding: 40px;
}

.inhalt-untereinander1-4.abst-nde.zweitfarbe {
  height: 100%;
}

.inhalt-untereinander1-4.abst-nde.zweitfarbe.line {
  border-bottom: 1px solid #0000001a;
}

.inhalt-untereinander1-4.abst-nde.zweitfarbe._1005 {
  height: 100%;
}

._4er-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
}

.image-contain {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-contain.size {
  height: 45vh;
}

.heading-relativ {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

.heading-relativ.heading-font1 {
  z-index: 5;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  position: relative;
}

.text-span-2 {
  font-size: 18px;
}

.text-span-3, .text-span-4 {
  font-size: 14px;
}

.content-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.background-video {
  z-index: 1;
  height: 100%;
}

.slider {
  width: 100%;
  height: 55vh;
}

.heading-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.card-link {
  color: #333;
  text-decoration: none;
}

.card-block {
  color: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.slide-arrows {
  display: none;
}

.slide-navs {
  background-color: #0000004d;
}

.slide-navs.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.slide-navs.flex-row.bottom {
  margin-top: auto;
  margin-bottom: 0;
  bottom: 0;
}

.slider-2 {
  width: 100%;
  height: 85vh;
}

.banner-block {
  z-index: 20;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.link-block-3 {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.flex-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.slider-3 {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover.top {
  object-position: 50% 25%;
}

.image-cover.adj, .image-cover.unten.hoch, .image-cover.btm {
  object-position: 50% 100%;
}

.image-cover.btm2 {
  object-position: 50% 80%;
}

.image-cover.btm2.mitte {
  object-position: 50% 100%;
}

.image-cover.white-bg {
  object-fit: contain;
  background-color: #fff;
}

.image-cover.miite {
  object-position: 50% 100%;
}

.price-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.price-llist {
  border-top: 1px solid #00000036;
  border-left: 1px solid #00000036;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #00000036;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.small-div {
  text-align: center;
  border-right: 1px solid #00000036;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 10px;
  display: flex;
}

.small-div.hauptfarbe {
  border-right-color: #ffffff70;
}

.slider-img {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-100 {
  background-color: #0000;
  width: 100%;
  height: 90vh;
  max-height: 100%;
}

.accordion-item-wrapper-white-6 {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-tab-button-dark-3 {
  background-color: var(--blue);
  cursor: pointer;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: auto;
  margin-bottom: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.slider-4 {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.image-100-2, .image-100-3 {
  object-fit: cover;
  border: 1px solid #f0f0f0;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-100-3.contain {
  object-fit: contain;
  padding: 10px;
}

.image-102 {
  object-fit: cover;
  object-position: 50% 90%;
  width: 100%;
  height: 100%;
}

.footer-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  padding: 0;
}

.footer-block {
  width: 100%;
}

.footer-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}

.text-linksb-ndig1-copy.flie-text, .text-linksb-ndig1-list.flie-text {
  color: #222;
  font-size: 16px;
  text-decoration: none;
}

.lightbox {
  display: none;
}

.jotform-widget, .jotform-wrapper, .form-wrap {
  width: 100%;
}

.text-block {
  width: 100%;
  padding-left: 50px;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.quick-stack._100 {
  width: 100%;
}

.cell-bg {
  background-color: #f7f7f7;
}

._3-col-stack {
  padding: 0;
}

.center-cell {
  justify-content: center;
  align-items: center;
}

.div-block-38 {
  width: 100%;
  display: flex;
}

.link-formular {
  text-decoration: none;
}

.send-button {
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #292929;
}

.form-2 {
  border: 1px solid #dfdfdf;
  transition: all .2s;
}

.form-2:hover {
  border-color: #5e5e5e;
}

.checkbox-field {
  text-align: left;
}

.paragraph-font-2 {
  font-weight: 400;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-block.paragraph-font {
  width: 100%;
}

.heading-left {
  font-size: 35px;
  line-height: 120%;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .icon-1 {
    width: 5vw;
    margin-right: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 35px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .terminbutton.zweitfarbe.heading-3:hover {
    color: #fff;
  }

  .impdat1 {
    padding-left: 0;
  }

  .leistungen1 {
    padding-bottom: 0;
  }

  .men-icon3 {
    color: #fff;
  }

  .banner-text.mdl {
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: flex-end;
    padding-bottom: 20px;
  }

  .slogan1.heading-1 {
    text-align: left;
    font-size: 40px;
  }

  .label1.heading-3 {
    font-size: 40px;
  }

  .section-gro-e-abst-nde-1, .section-gro-e-abst-nde-1.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  ._2er-grid1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  ._2er-grid1.kontakt-3 {
    flex-direction: column;
  }

  .text-linksb-ndig1.flie-text {
    text-align: center;
  }

  .inhalt-untereinander1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-untereinander1.flie-text {
    width: 100%;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 27px;
  }

  .label.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .label.heading-2.farbe-der-headings {
    font-size: 27px;
  }

  .abstand-nach-innen1 {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .abstand-nach-innen1._80vw {
    width: 80vw;
  }

  ._3er-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .div-block-wei-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
  }

  .heading-klein-linksb-ndig1 {
    font-size: 14px;
  }

  .bild-cover-1 {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  ._4er-grid3 {
    width: 100%;
  }

  .labelmittig-1.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
  }

  .footer-1.hauptfarbe.flie-text {
    padding-left: 60px;
    padding-right: 60px;
  }

  .impdat-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-2 {
    height: 80vh;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-22.white {
    font-size: 27px;
    line-height: 1.4em;
  }

  .banner-start {
    height: 60vh;
  }

  .grid-img {
    width: 100%;
    margin-bottom: 50px;
  }

  .grid-img.down {
    margin-bottom: 10px;
  }

  .grid-8 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .image-wrapper {
    width: 100%;
    height: 50vh;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .menu-button-4, .menu-button-4.w--open {
    background-color: var(--blue);
  }

  .nav-menu-3.hauptfarbe {
    z-index: 1000;
    width: 38vw;
  }

  .nav-link-9.heading-3 {
    font-size: 16px;
  }

  .navbar1.hauptfarbe {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .logo-wei-2 {
    margin-left: 3vw;
  }

  .logo-img-3 {
    height: 14vh;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .accordion-pane-content {
    text-align: center;
  }

  .heading-small1.heading-font2 {
    text-align: center;
    margin-left: 0;
  }

  .buchstabe-hintergrund.heading-font3.heading-color {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .inhalt-effekt.effekt-versuch._75vh {
    height: 50vh;
  }

  .inhalt-effekt.effekt-versuch.last {
    order: 1;
  }

  .inhalt-effekt.effekt-versuch._85vh {
    height: 60vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-effekt.effekt-versuch._85vhh {
    height: 70vh;
  }

  .inhalt-untereinander1-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inhalt-untereinander1-4.abst-nde.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .inhalt-untereinander1-4.abst-nde.zweitfarbe.first, .inhalt-untereinander1-4.abst-nde.zweitfarbe._1005 {
    justify-content: center;
    min-height: 45vh;
  }

  ._4er-grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-contain.size {
    height: 40vh;
  }

  .heading-relativ.heading-font1 {
    text-align: center;
    margin-left: 0;
  }

  .content-block {
    justify-content: flex-start;
    align-items: center;
  }

  .background-video, .slider, .card-block {
    width: 100%;
  }

  .slider-2 {
    height: 70vh;
  }

  .flex-block {
    flex-flow: row;
  }

  .image-cover.top {
    object-position: 50% 0%;
  }

  .image-cover.unten {
    object-position: 50% 70%;
  }

  .image-cover.unten.more {
    object-position: 50% 100%;
  }

  .price-text {
    font-size: 14px;
  }

  .slider-100 {
    height: 70vh;
    max-height: none;
  }

  .accordion-item-wrapper-white-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: block;
  }

  .accordion-tab-button-dark-3 {
    width: 100%;
  }

  .footer-wrapper {
    padding-bottom: 20px;
  }

  .text-linksb-ndig1-copy.flie-text, .text-linksb-ndig1-list.flie-text {
    text-align: left;
  }

  .form-wrap {
    width: 80vw;
  }

  .text-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .hidden-cell {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .farbe-der-headings {
    font-size: 35px;
  }

  .video2 {
    height: 70vh;
  }

  .divblock1 {
    height: auto;
  }

  .impdatfooter {
    text-align: center;
  }

  .impdat1 {
    padding-left: 0;
  }

  .leistungen1 {
    height: auto;
  }

  .banner-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan1 {
    font-size: 40px;
    line-height: 45px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 35px;
  }

  .label1.heading-3 {
    font-size: 35px;
  }

  .section-gro-e-abst-nde-1 {
    padding: 40px;
  }

  .section-gro-e-abst-nde-1.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2er-grid1 {
    margin-bottom: 10px;
  }

  .label.heading-2.farbe-der-headings {
    font-size: 22px;
  }

  ._3er-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .heading-klein-linksb-ndig1 {
    font-size: 11px;
  }

  .bild-cover-1 {
    flex-direction: row;
    padding: 40px;
  }

  ._4er-grid3 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .footer-1.hauptfarbe.flie-text {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-footer3.heading-3 {
    margin-bottom: 5px;
  }

  .impdat-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-2 {
    height: 60vh;
    padding: 40px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-start {
    height: 55vh;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .footer-content {
    align-items: center;
  }

  .grid-img {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .grid-img.down {
    display: flex;
  }

  .image-wrapper {
    height: 45vh;
  }

  .menu-button-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px;
  }

  .social-media {
    width: 29px;
    height: 29px;
  }

  .nav-menu-3.hauptfarbe {
    padding-top: 20vh;
  }

  .logo-img-3 {
    height: 13vh;
  }

  .accordion-question-header-4 {
    font-size: 1em;
  }

  .heading-small1.heading-font2 {
    letter-spacing: 2.5px;
    font-size: 14px;
    line-height: 170%;
  }

  .buchstabe-hintergrund {
    font-size: 70px;
  }

  .buchstabe-hintergrund.heading-font3.heading-color {
    margin-top: -30px;
    display: none;
  }

  .inhalt-effekt.effekt-versuch.last {
    height: 70vh;
  }

  .inhalt-effekt.effekt-versuch._85vh {
    height: 45vh;
  }

  .image-contain {
    margin-left: auto;
    margin-right: auto;
  }

  .image-contain.size {
    height: 35vh;
  }

  .heading-relativ.heading-font1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .slider-2 {
    height: 50vh;
  }

  .link-block-3 {
    width: 30px;
    height: 30px;
  }

  .image-cover.unten {
    object-position: 50% 100%;
  }

  .image-cover.btm {
    object-position: 50% 90%;
  }

  .price-text {
    font-size: 10px;
    line-height: 15px;
  }

  .price-llist.hidden {
    display: none;
  }

  .small-div {
    padding-top: 10px;
  }

  .slider-100 {
    height: 50vh;
  }

  .accordion-tab-button-dark-3 {
    width: auto;
  }

  .footer-stack {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .lightbox {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

  .div-block-33 {
    width: 100%;
  }

  .icon-1 {
    width: 13vw;
  }

  .grid-7 {
    justify-content: start;
  }

  .farbe-der-headings {
    font-size: 20px;
  }

  .heading-2.farbe-der-headings {
    font-size: 25px;
    line-height: 30px;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .mehr-erfahren1 {
    min-width: 150px;
  }

  .leistungsbild-rund2, .bild2 {
    width: 200px;
    height: 200px;
  }

  .banner-text {
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
  }

  .banner-text.mdl {
    padding-bottom: 0%;
  }

  .slogan1 {
    font-size: 30px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 22px;
  }

  .background-video1 {
    height: 60vh;
  }

  .label1.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-gro-e-abst-nde-1 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-gro-e-abst-nde-1.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2er-grid1 {
    margin-bottom: 40px;
  }

  ._2er-grid1.kontakt-3 {
    margin-bottom: 10px;
  }

  .text-linksb-ndig1.flie-text {
    font-size: 14px;
  }

  .inhalt-untereinander1 {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-linksb-ndig1 {
    font-size: 30px;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .label.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .label.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .label.heading-2.farbe-der-headings.center {
    text-align: center;
  }

  .abstand-nach-innen1 {
    width: 100%;
  }

  .abstand-nach-innen1._80vw {
    width: 90vw;
  }

  .divider-1.highlights {
    margin-bottom: 20px;
  }

  ._3er-grid1 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .div-block-wei-1 {
    align-items: center;
  }

  .heading-klein-linksb-ndig1 {
    text-align: center;
    font-size: 7px;
    line-height: 10px;
  }

  .bild-cover-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._4er-grid3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .labelmittig-1.heading-2.farbe-der-headings {
    text-align: center;
  }

  .footer-1.hauptfarbe.flie-text, .impdat-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flie-text-2 {
    overflow-wrap: anywhere;
  }

  .success-2 {
    height: auto;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .heading-22 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-22.white {
    font-size: 17px;
  }

  .banner-start {
    height: 45vh;
  }

  .maps-gro-2 {
    height: 300px;
  }

  .grid-img {
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .menu-button-4 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .social-media {
    width: 25px;
    height: 25px;
  }

  .nav-menu-3.hauptfarbe {
    width: 100%;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link-9.heading-3 {
    font-size: 15px;
  }

  .navbar1.hauptfarbe {
    flex-direction: column;
    padding-left: 0;
  }

  .logo-wei-2 {
    margin-left: 0;
  }

  .navbar-10 {
    display: block;
  }

  .logo-img-3 {
    height: 10vh;
  }

  .accordion-pane-content {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-question-header-4 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .heading-small1.heading-font2 {
    line-height: 120%;
  }

  .buchstabe-hintergrund.heading-font3.heading-color {
    margin-top: 0;
  }

  .inhalt-effekt.effekt-versuch.last {
    height: 45vh;
  }

  .inhalt-effekt.effekt-versuch._85vh {
    height: 40vh;
  }

  .inhalt-effekt.effekt-versuch._85vhh {
    height: 45vh;
  }

  .inhalt-untereinander1-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-untereinander1-4.abst-nde {
    padding: 20px;
  }

  .inhalt-untereinander1-4.abst-nde.zweitfarbe.first {
    min-height: 45px;
  }

  .image-contain.size {
    height: 25vh;
  }

  .heading-relativ.heading-font1 {
    font-size: 22px;
  }

  .slider {
    height: 50vh;
  }

  .heading-block {
    margin-bottom: 0;
  }

  .slider-2 {
    height: 35vh;
  }

  .flex-block {
    flex-flow: column;
  }

  .price-text {
    font-size: 7px;
    line-height: 10px;
  }

  .small-div {
    justify-content: center;
    align-items: center;
    padding: 3px;
  }

  .small-div.hauptfarbe {
    padding: 4px;
  }

  .slider-100 {
    height: 40vh;
  }

  .accordion-tab-button-dark-3 {
    width: auto;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
  }

  .text-linksb-ndig1-copy.flie-text, .text-linksb-ndig1-list.flie-text {
    font-size: 14px;
  }

  .form-wrap {
    width: 90vw;
  }

  .heading-left.heading-font2 {
    font-size: 25px;
  }
}

#w-node-_8a18434d-fbf1-c72f-9d4d-e74d24c3da51-b9e9c1ad {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4d89a5d7-decb-a158-bf95-247d78952e8e-b9e9c1ad {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_85af18ab-96c4-fead-1b3c-f59715dc61a1-b9e9c1ad {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_297c554c-4964-2238-6e18-b45be086a848-b9e9c1ad {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fbee635b-03a2-7bd7-265e-b2c256f44156-b9e9c1ad {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c467313a-bea2-fe72-6d48-bb005b7a7dac-ff38ca89 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c6b5b059-3b15-f858-d591-282d0c7abe94-b9e9c1f4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ce44fa1b-efbc-17e9-8ec5-3ec9ccc75e62-88a70a1e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f863807-51c1-47e9-a506-b65f8de5a893-88a70a1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4374f9ae-e759-6d1d-ef52-1d3b2bf6f974-958b6174 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3ae06f12-eb42-1607-3221-e189fee6149a-958b6174 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c8fa495f-2883-df72-600b-ef6718034f9b-958b6174 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1d482dff-ce35-7ab6-bad9-f7cc0ce16dff-958b6174 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1507da3d-19d1-6dfa-0b18-87708d7740e2-c3dcc1e4, #w-node-_42757d71-3c69-61a4-e01d-f5cf278c79e3-c3dcc1e4, #w-node-bb4ebe30-db36-5f3b-9c46-c33af56ba51e-6d97b818 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b3d99b4b-601c-c899-8311-f30a7396c2d5-6d97b818 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_724a2c1e-15f9-3e3c-a9cd-66c366ed40be-8ef6cea3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_400dc108-509a-8fe1-40c8-b670dd1a8c13-8ef6cea3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ddc4a14c-3432-e9d1-311e-e6362660fadc-fa048743, #w-node-be25e3f2-f98e-4276-8260-fa6f55406276-dd3e08c1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_955d529f-ce20-c536-200c-3f00baf7b99e-84084b22, #w-node-d017cf73-8991-305f-8ca9-3ddf97e5972f-84084b22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-def21cdc-1901-8ff1-fee2-a14d35877b0c-84084b22 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-da75b72a-b0f7-e6ce-dc0b-c7fe993c476e-84084b22, #w-node-_43ea244e-7a64-ffd8-592d-530b5bab24dd-6a3543f0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cb0f8e13-e9fc-116b-e92e-67934768f838-6a3543f0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6d8d95b4-4633-0041-6b46-d3bcea8998ee-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8998f1-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8998f4-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8998f9-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8998fd-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899900-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899903-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899906-5fcaafe7, #w-node-_9e104539-c467-1c91-5246-3313732da3c0-5fcaafe7, #w-node-_9e104539-c467-1c91-5246-3313732da3c3-5fcaafe7, #w-node-_9e104539-c467-1c91-5246-3313732da3c6-5fcaafe7, #w-node-_9e104539-c467-1c91-5246-3313732da3c9-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899908-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89990b-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89990e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899911-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89992d-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899930-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899933-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899936-5fcaafe7, #w-node-_749325de-477b-faa6-076f-5779ad5dd327-5fcaafe7, #w-node-_749325de-477b-faa6-076f-5779ad5dd32a-5fcaafe7, #w-node-_749325de-477b-faa6-076f-5779ad5dd32d-5fcaafe7, #w-node-_749325de-477b-faa6-076f-5779ad5dd330-5fcaafe7, #w-node-_53f1ddc8-2db0-2385-3886-d9cdd5ad33c2-5fcaafe7, #w-node-_53f1ddc8-2db0-2385-3886-d9cdd5ad33c5-5fcaafe7, #w-node-_53f1ddc8-2db0-2385-3886-d9cdd5ad33c8-5fcaafe7, #w-node-_53f1ddc8-2db0-2385-3886-d9cdd5ad33cb-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899913-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899916-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899919-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89991c-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89991e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899921-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899924-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899927-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899938-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89993b-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89993e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899941-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899945-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89994a-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89994d-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899952-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899958-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89995d-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899960-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899965-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89996b-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899970-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899973-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899978-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89997e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899981-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899984-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899989-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89998b-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89998e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899991-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899992-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899994-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899997-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89999a-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89999b-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea89999d-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999a0-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999a3-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999a4-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999a6-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999a9-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999ac-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999ad-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999af-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999b2-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999b5-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999b6-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999b8-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999bb-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999be-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999bf-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999c1-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999c6-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999cb-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999cc-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999d2-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999d7-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999dc-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999dd-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999e3-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999e8-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999ed-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999ee-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999f4-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999f9-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999fe-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea8999ff-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a05-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a08-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a0b-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a0c-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a12-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a17-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a1e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a1f-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a21-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a24-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a2b-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a2c-5fcaafe7, #w-node-c764b002-c9b5-d7a7-fe20-18cccb7789ba-5fcaafe7, #w-node-c764b002-c9b5-d7a7-fe20-18cccb7789bd-5fcaafe7, #w-node-c764b002-c9b5-d7a7-fe20-18cccb7789c4-5fcaafe7, #w-node-c764b002-c9b5-d7a7-fe20-18cccb7789c5-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a2e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a34-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a37-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a3a-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a42-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a47-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a4a-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a4d-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a53-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a58-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a5d-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a5e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a64-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a69-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a6e-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a6f-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a75-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a7a-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a7f-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a80-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a86-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a8b-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a90-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a91-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a97-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899a9c-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899aa1-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899aa2-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899aa8-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899aad-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ab0-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ab1-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ab9-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899abe-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ac1-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ac2-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ad6-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ad9-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899adc-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899add-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899adf-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ae4-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899ae7-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899aea-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899aee-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899af3-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899af4-5fcaafe7, #w-node-_6d8d95b4-4633-0041-6b46-d3bcea899af5-5fcaafe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_058477cf-29b3-3bcb-c4f4-277c847a3cdb-3f213906 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_89955dcd-0b69-9e19-824b-62edf993f5ab-80c87324, #w-node-_55f0616c-3b4e-8cf9-4203-5a540875de9c-8f542a77 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04513f8d-0485-201b-3227-25d17cc5a4a0-a161ca40 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8a18434d-fbf1-c72f-9d4d-e74d24c3da51-b9e9c1ad {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8a18434d-fbf1-c72f-9d4d-e74d24c3da53-b9e9c1ad {
    order: -9999;
  }

  #w-node-_4d89a5d7-decb-a158-bf95-247d78952e8e-b9e9c1ad {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_85af18ab-96c4-fead-1b3c-f59715dc61a1-b9e9c1ad {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_297c554c-4964-2238-6e18-b45be086a848-b9e9c1ad {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fbee635b-03a2-7bd7-265e-b2c256f44156-b9e9c1ad {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fbee635b-03a2-7bd7-265e-b2c256f44158-b9e9c1ad {
    order: -9999;
  }

  #w-node-c6b5b059-3b15-f858-d591-282d0c7abe94-b9e9c1f4 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-ce44fa1b-efbc-17e9-8ec5-3ec9ccc75e62-88a70a1e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce44fa1b-efbc-17e9-8ec5-3ec9ccc75e63-88a70a1e {
    order: 1;
  }

  #w-node-ce44fa1b-efbc-17e9-8ec5-3ec9ccc75e64-88a70a1e {
    order: -9999;
  }

  #w-node-d384e5b1-7513-2fd4-51a0-52018febd20b-88a70a1e, #w-node-_05bd3c57-042f-e620-5e7f-a003a62bfb6f-88a70a1e {
    order: 3;
  }

  #w-node-_5f863807-51c1-47e9-a506-b65f8de5a893-88a70a1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f863807-51c1-47e9-a506-b65f8de5a8a2-88a70a1e {
    order: -9999;
  }

  #w-node-_4374f9ae-e759-6d1d-ef52-1d3b2bf6f974-958b6174 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4374f9ae-e759-6d1d-ef52-1d3b2bf6f976-958b6174 {
    order: -9999;
  }

  #w-node-_3ae06f12-eb42-1607-3221-e189fee6149a-958b6174 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ae06f12-eb42-1607-3221-e189fee6149c-958b6174 {
    order: -9999;
  }

  #w-node-c8fa495f-2883-df72-600b-ef6718034f9b-958b6174 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c8fa495f-2883-df72-600b-ef6718034f9e-958b6174 {
    order: 4;
  }

  #w-node-_1d482dff-ce35-7ab6-bad9-f7cc0ce16dff-958b6174 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1507da3d-19d1-6dfa-0b18-87708d7740e2-c3dcc1e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_493f5f41-412c-72bf-7d6c-0b8233f1322b-c3dcc1e4 {
    order: 4;
  }

  #w-node-_42757d71-3c69-61a4-e01d-f5cf278c79e3-c3dcc1e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7b9912c4-26e8-702c-862f-35f79832b6f3-c3dcc1e4 {
    order: 4;
  }

  #w-node-bb4ebe30-db36-5f3b-9c46-c33af56ba51e-6d97b818 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_188c7885-1fc9-cfc5-3619-dc95d570ccce-6d97b818 {
    order: 4;
  }

  #w-node-b3d99b4b-601c-c899-8311-f30a7396c2d5-6d97b818 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8cc399e9-7d42-cea4-f9bf-1e0290bd4450-6d97b818 {
    order: 4;
  }

  #w-node-dcc57443-c221-1d43-eef2-b5e0671d4aec-6d97b818 {
    order: 3;
  }

  #w-node-e0a7954f-e1a6-00ae-8178-e93428b3728e-6d97b818 {
    order: 5;
  }

  #w-node-d3b73c75-57b8-1406-8a4f-38398acccb9c-6d97b818 {
    order: 6;
  }

  #w-node-_724a2c1e-15f9-3e3c-a9cd-66c366ed40be-8ef6cea3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_05e0d44b-f5e2-14f7-97a8-84eab2f7bdbf-8ef6cea3 {
    order: 4;
  }

  #w-node-_1390dd3e-efc1-72a0-d3b7-11f9e384edf1-8ef6cea3 {
    order: 3;
  }

  #w-node-_400dc108-509a-8fe1-40c8-b670dd1a8c13-8ef6cea3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_400dc108-509a-8fe1-40c8-b670dd1a8c64-8ef6cea3 {
    order: 4;
  }

  #w-node-_400dc108-509a-8fe1-40c8-b670dd1a8c72-8ef6cea3 {
    order: 3;
  }

  #w-node-ddc4a14c-3432-e9d1-311e-e6362660fadc-fa048743 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e4502b50-3545-f1f1-2675-5b4df08c9d0e-fa048743 {
    order: 4;
  }

  #w-node-be25e3f2-f98e-4276-8260-fa6f55406276-dd3e08c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-be25e3f2-f98e-4276-8260-fa6f55406277-dd3e08c1 {
    order: 1;
  }

  #w-node-be25e3f2-f98e-4276-8260-fa6f55406278-dd3e08c1 {
    order: 2;
  }

  #w-node-af8764f5-7d61-37ea-dd2f-735e32ea7ed1-dd3e08c1 {
    order: 4;
  }

  #w-node-_8636424e-ddd8-af28-8773-132f89989e19-dd3e08c1 {
    order: 3;
  }

  #w-node-_955d529f-ce20-c536-200c-3f00baf7b99e-84084b22 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_955d529f-ce20-c536-200c-3f00baf7b99f-84084b22 {
    order: 2;
  }

  #w-node-_955d529f-ce20-c536-200c-3f00baf7b9b2-84084b22 {
    order: 1;
  }

  #w-node-d017cf73-8991-305f-8ca9-3ddf97e5972f-84084b22, #w-node-def21cdc-1901-8ff1-fee2-a14d35877b0c-84084b22 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-def21cdc-1901-8ff1-fee2-a14d35877b0d-84084b22 {
    order: 2;
  }

  #w-node-def21cdc-1901-8ff1-fee2-a14d35877b20-84084b22 {
    order: 1;
  }

  #w-node-def21cdc-1901-8ff1-fee2-a14d35877b2d-84084b22 {
    order: 3;
  }

  #w-node-def21cdc-1901-8ff1-fee2-a14d35877b30-84084b22 {
    order: 4;
  }

  #w-node-da75b72a-b0f7-e6ce-dc0b-c7fe993c476e-84084b22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-da75b72a-b0f7-e6ce-dc0b-c7fe993c4770-84084b22 {
    order: -9999;
  }

  #w-node-_43ea244e-7a64-ffd8-592d-530b5bab24dd-6a3543f0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_43ea244e-7a64-ffd8-592d-530b5bab24f3-6a3543f0 {
    order: -9999;
  }

  #w-node-cb0f8e13-e9fc-116b-e92e-67934768f838-6a3543f0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb0f8e13-e9fc-116b-e92e-67934768f839-6a3543f0 {
    order: 1;
  }

  #w-node-cb0f8e13-e9fc-116b-e92e-67934768f83a-6a3543f0 {
    order: 2;
  }

  #w-node-_9653c7a5-548d-46fc-dad0-1826352a2954-6a3543f0 {
    order: 4;
  }

  #w-node-_315dbc72-fde5-7d71-2554-548b26beafa1-6a3543f0 {
    order: 3;
  }

  #w-node-_058477cf-29b3-3bcb-c4f4-277c847a3cdb-3f213906 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_89955dcd-0b69-9e19-824b-62edf993f5ab-80c87324 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_89955dcd-0b69-9e19-824b-62edf993f5ac-80c87324 {
    order: 2;
  }

  #w-node-_89955dcd-0b69-9e19-824b-62edf993f5ad-80c87324 {
    order: 3;
  }

  #w-node-_1f1ff495-920b-4e41-0c01-55cee1285359-80c87324 {
    order: -9999;
  }

  #w-node-_55f0616c-3b4e-8cf9-4203-5a540875de9c-8f542a77 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55f0616c-3b4e-8cf9-4203-5a540875de9d-8f542a77 {
    order: 2;
  }

  #w-node-_55f0616c-3b4e-8cf9-4203-5a540875de9e-8f542a77 {
    order: 1;
  }

  #w-node-_0cb47df5-84f2-19a0-d89d-932c583cc1cd-8f542a77 {
    order: 3;
  }

  #w-node-cc98a865-d8a0-cd7d-28b4-856813e29721-8f542a77 {
    order: 4;
  }

  #w-node-_04513f8d-0485-201b-3227-25d17cc5a4a0-a161ca40 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d89a5d7-decb-a158-bf95-247d78952e8e-b9e9c1ad {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c467313a-bea2-fe72-6d48-bb005b7a7dac-ff38ca89, #w-node-_058477cf-29b3-3bcb-c4f4-277c847a3cdb-3f213906 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85af18ab-96c4-fead-1b3c-f59715dc61a1-b9e9c1ad {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


