@font-face {
  font-family: Qinder butter;
  src: url('../fonts/Qinder-Butter.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --highlights: #00aef0;
  --white: white;
  --green: #8bc53f;
  --black: black;
}

.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-direction: 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;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_15e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
}

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

.logo.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;
}

.telefonnummer {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #1f3d53;
}

.email {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.zweitfarbe {
  color: #000;
  background-color: #e0e6f0e3;
}

.highlights {
  color: #fff;
  background-color: #00aef0;
}

.adresse {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

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

.heading-1 {
  font-family: Archivo Narrow, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.heading-2 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: #8bc53f;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

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

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

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

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

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

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

.nav-menu-1 {
  z-index: 10000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
}

.navbar {
  z-index: 20;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-1 {
  padding: 10px 20px;
}

.nav-link-1.flie-text {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

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

.nav-link-1.flie-text.left-padding {
  color: #fff;
  padding-left: 0;
}

.nav-link-1.flie-text.left-padding:hover {
  color: var(--white);
}

.titelsection {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 90vh;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

.div-block-video {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 140px 50vw 40px 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-links {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

.heading-links.heading-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-links.mittig {
  text-align: center;
}

.heading-links.heading-1 {
  font-size: 35px;
  line-height: 1.3;
}

.heading {
  margin-top: 0;
  font-size: 35px;
  line-height: 35px;
}

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

.divider {
  width: 100%;
  height: 10px;
}

.divider.highlights {
  margin-bottom: 10px;
}

.paragraph {
  margin-top: 0;
  font-size: 16px;
}

.paragraph.flie-text.break {
  white-space: break-spaces;
  word-break: keep-all;
}

.paragraph.mittig {
  text-align: center;
}

.paragraph.mittig.flie-text {
  margin-top: 10px;
}

.paragraph.mittig.flie-text.white {
  color: #fff;
}

.button {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.button.flie-text {
  transition: all .2s;
}

.button.flie-text:hover {
  filter: contrast(200%);
}

.button.flie-text.highlights {
  background-color: var(--highlights);
  line-height: 1.5;
}

.button.flie-text.highlights:hover {
  filter: contrast(120%);
}

.button.flie-text.green {
  background-color: var(--green);
}

.button.flie-text.green:hover {
  filter: contrast(120%);
}

.button.flie-text.dark-blue {
  background-color: #1f3d53;
}

.icons {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.icons.wei {
  filter: none;
}

.section1 {
  padding: 140px 15%;
  position: relative;
  overflow: hidden;
}

.heading-links-klein {
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-links-klein.heading-3, .heading-links-klein.heading-3.farbe-der-headings {
  line-height: 1.3;
}

.heading-links-klein.heading-3.obenn {
  margin-top: 20px;
}

.heading-links-klein.mittig {
  text-align: center;
}

.heading-links-klein.mittig.heading-3, .heading-links-klein.heading-1 {
  line-height: 1.3;
}

._2er-grid-no-overflow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: start stretch;
  max-width: 80rem;
  overflow: hidden;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-footer {
  height: 100%;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  padding-bottom: 10px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.datenschtz-embed {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  width: 60vw;
  height: 57.5vh;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.maps-gro {
  width: 100%;
  height: 100%;
}

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

._3er-card {
  z-index: 10;
  grid-column-gap: 0px;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: 70vw;
  position: absolute;
  inset: -100px auto auto;
  box-shadow: 3px 3px 44px #0000001a;
}

.inhalt-nebeneinander {
  align-items: flex-start;
  display: flex;
}

.inhalt-nebeneinander.abstand-unten {
  margin-bottom: 20px;
}

.inhalt-untereinander {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section-gro-e-abst-nde {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5rem 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-gro-e-abst-nde.zweitfarbe {
  background-color: #e0e6f0e3;
}

.content {
  padding: 100px 40px;
}

.inhalt-untereinander-2 {
  z-index: 1;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 44px #78787838;
}

.inhalt-untereinander-2.effekt {
  justify-content: space-between;
}

.inhalt-untereinander-2.white {
  background-color: #fff;
}

.image-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.image-wrapper.fest {
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 40vh;
  position: relative;
}

.lottie {
  width: 13.1vw;
  height: 26.5vh;
}

.heading-mittig {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
}

.heading-mittig.heading-1 {
  font-size: 40px;
  line-height: 1.3;
}

.heading-mittig.heading-1.left {
  text-align: left;
}

.heading-mittig.klein {
  font-family: Archivo Narrow, sans-serif;
  font-size: 25px;
  line-height: 1.3;
}

.heading-mittig.klein.heading-3 {
  font-family: Archivo Narrow, sans-serif;
}

._2er_grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
}

._2er_grid.gape {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.social-verlinkung3._3 {
  display: none;
  position: fixed;
  inset: auto 2% 2% auto;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.heading_footer.heading-1 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.circle {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.circle.white, .circle.black {
  border-color: #fff;
  width: 40px;
  height: 40px;
}

.footer1 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer1.hauptfarbe {
  color: #fff;
  margin-top: auto;
  padding: 40px 10%;
}

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

.inhalt-mittig {
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

.inhalt-mittig.highlights {
  width: 100%;
}

.heading-mittig-klein {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 25px;
}

.heading-mittig-klein.heading-3 {
  text-align: center;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

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

.link.black {
  color: #333;
}

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

.icon-round {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 15px;
}

.icon {
  width: 30px;
  height: auto;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

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

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.link-formular.farbe-der-headings {
  color: var(--highlights);
  font-weight: 700;
}

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.2vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

.text-field-4.cc-textarea {
  height: 13.3vh;
}

.checkbox-2 {
  border-radius: 5px;
}

.form1 {
  margin-bottom: 0;
}

.embed-maps {
  width: 100%;
  height: 100%;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

.dic-block-grauer-rand1 {
  border: 1px solid #f2f0f0cc;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 6px 6px 30px #aba9a940;
}

.inhalt-untereinander1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 28px;
}

.heading-linksb-ndig1.heading-2 {
  text-align: center;
  line-height: 1.3;
}

.div-grey {
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_img {
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.spacer {
  height: 20px;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

.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: 80px auto auto 0%;
}

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

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

.underline {
  background-color: #00baff;
  width: 50px;
  height: 2px;
  margin: 10px auto;
  display: block;
}

.button-3 {
  color: #00baff;
  text-transform: capitalize;
  background-color: #fff;
  border: 2px solid #00baff;
  border-radius: 20px;
  margin-top: 0;
  padding: 7px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  transition: background-color .25s, color .25s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #00baff08;
  border-color: #fff;
  text-decoration: none;
}

.button-3.autoo {
  margin-top: auto;
}

.section-gro-e-abst-nde01 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5rem 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde01.overflow {
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

.features-icon-wrapper {
  background-color: #eaf1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  display: flex;
}

.features-icon-wrapper._1 {
  border-radius: 50px;
  width: 100px;
  height: 100px;
}

.feature-icon {
  object-fit: contain;
  width: 55%;
}

.features-list-item {
  color: #000;
  background-color: #fff;
  border: 1px solid #8bc53f;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 270px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.grid-4er {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.grid-4er.mobile-2er {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.content-holder {
  padding-left: 0;
  padding-right: 10px;
}

.image-100 {
  height: 100%;
}

.image-100.gradient {
  width: 100%;
  margin-left: -2%;
}

._2er_grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.button-5 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.button-5.flie-text {
  transition: all .2s;
}

.button-5.flie-text:hover {
  filter: contrast(200%);
}

.button-5.flie-text.highlights {
  background-color: #00aef0;
  line-height: 1.5;
}

.section-gro-e-abst-nde-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gro-e-abst-nde-3.overflow {
  overflow: visible;
}

.paragraph-65 {
  margin-top: 0;
  font-size: 16px;
}

.paragraph-65.flie-text {
  object-position: 0% 50%;
}

.image-wrapper-100 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  top: 10vh;
}

._6er-grid1-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
}

.small-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.image-wrapper-top {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.image-100-top {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image-100-top.left {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.image-100-top.round {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.image-100-top.round.contain {
  object-fit: contain;
  background-color: #fff;
}

.image-100-top.round.blur {
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.image-100-top.round.contain-3 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #babab8;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-45vh {
  height: 100%;
}

._2er_grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.content-wrap2 {
  padding-right: 10px;
}

.underline-2 {
  background-color: #00baff;
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.underline-2.no-center {
  margin: 0 0 20px;
}

._6er-grid1-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
}

._6er-grid1-3._70 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
}

.price-unordered-list {
  border-bottom: 1px solid #f0f5f8;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.price-block {
  border-bottom: 1px solid #f0f5f8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.price-table {
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  padding: 20px 20px 35px;
  position: relative;
  overflow: hidden;
  box-shadow: 6px 6px 30px #2883d226;
}

.price-list-item {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 10px;
}

.icon-2 {
  margin-right: 20px;
}

.dropdown-list-18 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10%;
  display: none;
}

.dropdown-list-18.w--open {
  flex-flow: column;
  inset: 80% 0% auto;
}

.nav-link-2 {
  margin-right: 10px;
  padding: 10px 20px;
}

.nav-link-2.flie-text {
  color: #000;
  text-align: left;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.nav-link-2.flie-text:hover {
  border-bottom: 1px solid var(--highlights);
  color: var(--highlights);
}

.nav-link-2.flie-text.w--current {
  color: var(--highlights);
}

.icon-3 {
  margin-right: 20px;
}

.nav-link-d {
  padding: 10px 20px;
}

.nav-link-d.flie-text {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

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

.call-icon {
  filter: invert();
}

.text-block {
  font-family: Montserrat, sans-serif;
  line-height: 1.5;
}

.footer-2 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.img-2 {
  color: #fff;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: 45vh;
  padding-top: 0;
  display: block;
  position: relative;
}

.grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template: ". . . ."
                 ". . . ."
                 ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: start;
  width: 90%;
  margin-top: 40px;
}

.grid._3er {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.grid-image.blur {
  filter: blur(5px);
}

.grid-image.contain {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image-div {
  width: auto;
  height: 45vh;
}

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

.image-45vh.blur {
  filter: blur(5px);
}

.image-45vh.contain {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
}

._6er-grid-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-top: 40px;
  margin-bottom: 20px;
}

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

.image-45vhh.contain {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image-45vhh.blur {
  filter: blur(5px);
}

.image-div-80 {
  width: auto;
  height: 80vh;
  margin-top: 40px;
}

.content-2 {
  padding-right: 10px;
}

.section-63 {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.image-112 {
  opacity: .8;
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 100%;
}

.image-112.bottom {
  object-position: 50% 65%;
}

.image-112._80 {
  opacity: 1;
  object-position: 50% 30%;
  width: 75%;
  position: absolute;
  inset: 0% 10% 0% 13%;
}

.image-112._80.bottom {
  object-position: 50% 70%;
}

.image-112.blur {
  filter: blur(2px);
}

.link-13 {
  color: var(--black);
  text-decoration: none;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

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

.dropdown-list-18-copy {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10%;
  padding-right: 0;
  display: none;
}

.dropdown-list-18-copy.w--open {
  flex-flow: column;
  inset: 80% 0% auto;
}

._3er-grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
}

._3er-grid-3._70 {
  width: 70%;
}

.section-64 {
  padding: 0 10rem 5rem;
}

.list-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
  position: relative;
}

.code-embed-4 {
  height: 90vh;
  box-shadow: 0 2px 10px 1px var(--highlights);
  overflow: auto;
}

.section-65 {
  margin-top: -100px;
  padding-top: 100px;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

._2er {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  overflow: visible;
}

.img-wrap {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: sticky;
  top: 10vh;
  overflow: visible;
}

.text-wrap {
  border-radius: 5px;
  padding: 20px;
}

.offset {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 15%;
}

.offset.highlights.offset2, .offset.highlights.off-set3 {
  width: auto;
  left: 15%;
}

.offset.highlights.offset-4 {
  width: 90%;
  left: -5%;
  right: 0%;
}

.offset.highlights.left {
  width: 80%;
  left: -2%;
}

.offset.highlights.ofset-cut {
  width: auto;
  left: 15%;
}

.offset.highlights.ofset, .offset.highlights.right {
  width: auto;
}

.inner {
  background-color: #fff;
  border: 1px solid #8bc53f;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.left-wrap {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.highlihts2 {
  color: #fff;
  background-color: #8bc53f;
}

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

.icon-img.filter {
  filter: invert();
}

.icon-img.small {
  width: 70px;
  height: 70px;
}

.top-auto {
  margin-top: auto;
}

.offset-2 {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 15%;
}

.offset-2.highlights.off-set {
  width: auto;
}

.offset-2.highlights.off-set-left {
  width: auto;
  left: 0;
  right: 15%;
}

.wrap {
  z-index: auto;
  justify-content: flex-start;
  align-items: center;
  height: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  top: 0;
}

.utility-page-wrap-8 {
  background-color: var(--highlights);
  color: #fff;
  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-content3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.heading-95 {
  font-family: Montserrat, sans-serif;
  font-size: 33px;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.image-116 {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 10rem;
}

.logo-wei-3.hide {
  display: none;
}

.content-wrap {
  padding-right: 10px;
}

.paragraph-65-list {
  margin-top: 0;
  font-size: 16px;
}

.paragraph-65-list.flie-text {
  padding-left: 10px;
  line-height: 1.8;
}

.paperform {
  width: 100%;
  height: 120vh;
}

.dropdown-toggle-20 {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-4 {
  margin-left: 0;
  margin-right: 0;
}

.wrapp {
  overflow-wrap: anywhere;
}

.code-embed-5 {
  width: 100%;
  margin-bottom: 0;
}

.code-embed-6 {
  width: 100%;
}

.code-embed-6.hide {
  display: none;
}

.code-embed-7 {
  width: 100%;
  height: 100vh;
}

.section-smaller {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-smaller.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-smaller.zweitfarbe {
  background-color: #e0e6f0e3;
}

.section-smaller.hidden {
  display: none;
}

.blue-text {
  color: var(--highlights);
}

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

.div-block-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--highlights);
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.div-block-2.green {
  background-color: var(--green);
  margin-left: 10px;
  margin-right: 10px;
}

.image-117 {
  width: 20px;
}

.div-block-3 {
  max-width: 900px;
}

.code-embed-9 {
  width: 100%;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-5 {
  background-image: linear-gradient(#6464645e, #6464645e);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 20%;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5-t {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-5-t.highlihts2 {
  margin-bottom: 10px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-8 {
  position: relative;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-gro-e-abst-nde-4 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 10rem;
  position: relative;
}

.section-gro-e-abst-nde-4.abstand-seite {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-gro-e-abst-nde-4.zweitfarbe {
  background-color: #e0e6f0e3;
}

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

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .logo-wei {
    display: none;
  }

  .nav-menu-1 {
    background-color: #fff;
    border: 1px #000;
    border-top: 1px solid #0000005c;
    padding-left: 60px;
    padding-right: 60px;
    box-shadow: 0 2px 30px #0003;
  }

  .navbar {
    z-index: 100;
    padding-left: 60px;
    padding-right: 60px;
    box-shadow: 0 2px 30px #0003;
  }

  .nav-link-1.flie-text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .titelsection {
    height: 60vh;
  }

  .div-block-video {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-top: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    inset: 0%;
  }

  .heading-links.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .heading.heading-3 {
    text-align: center;
  }

  .paragraph.flie-text {
    text-align: center;
    font-size: 15px;
  }

  .paragraph.flie-text.left {
    text-align: center;
  }

  .section1 {
    padding: 60px;
  }

  .heading-links-klein.heading-3.farbe-der-headings {
    text-align: center;
  }

  ._2er-grid-no-overflow {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-footer.heading-3 {
    font-size: 12px;
  }

  .footer-1.hauptfarbe, .div-block-footer1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .datenschtz-embed {
    overflow-wrap: anywhere;
  }

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

  .success-block.highlights {
    width: auto;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  ._3er-card {
    width: 100vw;
  }

  .inhalt-nebeneinander {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-nebeneinander.abstand-unten {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

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

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.abstand-seite, .section-gro-e-abst-nde.zweitfarbe {
    padding: 60px;
  }

  .inhalt-untereinander-2 {
    z-index: 0;
  }

  .inhalt-untereinander-2.highlihts2 {
    background-color: var(--green);
  }

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

  .heading-mittig.heading-1.left {
    white-space: nowrap;
    margin-top: 0;
  }

  .heading-mittig.klein {
    overflow-wrap: anywhere;
  }

  ._2er_grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
    display: flex;
  }

  .footer1.hauptfarbe {
    padding: 20px 5%;
  }

  .icon-round.highlights {
    width: 70px;
    height: 70px;
    margin-right: 0;
  }

  .menu-button {
    background-color: var(--highlights);
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: var(--highlights);
  }

  .icon {
    width: auto;
    color: var(--white);
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text {
    padding: 10px;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
  }

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

  .inhalt-untereinander1 {
    flex-direction: column;
  }

  .section_img {
    height: 26rem;
  }

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

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

  .section-gro-e-abst-nde01.overflow {
    padding: 60px;
  }

  ._3er-grid {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .features-list-item {
    max-width: 100%;
  }

  .grid-4er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .grid-4er.mobile-2er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

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

  .paragraph-65.flie-text {
    text-align: center;
  }

  ._6er-grid1-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .image-wrapper-top {
    height: 60vh;
    padding-left: 20px;
  }

  .image-100-top {
    width: 100%;
  }

  .image-100-top.round {
    object-fit: contain;
    background-color: #babab8;
  }

  .image-100-top.round.blur {
    position: relative;
  }

  .image-100-top.round.contain-3 {
    background-color: #babab8;
    inset: 0%;
  }

  ._2er_grid-3 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .content-wrap2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .content-wrap2.first {
    order: -9999;
    padding-bottom: 20px;
  }

  ._6er-grid1-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  ._6er-grid1-3._70 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .price-table {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-list-18 {
    background-color: #00aef0ba;
    padding-top: 0%;
    position: static;
  }

  .dropdown-list-18.w--open {
    color: #000;
    background-color: #00aef0ba;
    padding-top: 0%;
    display: flex;
    position: static;
  }

  .nav-link-2.flie-text {
    color: #000;
    background-color: #0000;
  }

  .nav-link-2.flie-text:hover {
    border-bottom-color: var(--white);
    color: #000;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown2 {
    width: 100%;
  }

  .nav-link-d.flie-text {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding-right: 20px;
  }

  .dropdown-3 {
    width: 100%;
  }

  .img-2 {
    width: 100%;
    height: 65vh;
  }

  .grid {
    flex-flow: column;
    grid-template-rows: auto 1fr 1fr 1fr auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 25%;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .image-div {
    height: 65vh;
  }

  ._6er-grid-img {
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .image-45vhh {
    height: 100%;
  }

  .image-div-80 {
    height: 60vh;
  }

  .content-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .content-2.first {
    order: -9999;
  }

  .dropdown-list-18-copy {
    background-color: #00aef0ba;
    padding-top: 0%;
    position: static;
  }

  ._3er-grid-3._70 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    display: grid;
  }

  .section-64 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .code-embed-4 {
    width: 100%;
  }

  ._2er {
    flex-flow: column;
    display: flex;
  }

  .img-wrap {
    height: 60vh;
    position: relative;
    top: 0;
  }

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

  .offset.highlights, .offset.highlights.offset2 {
    width: 80%;
    left: auto;
  }

  .offset.highlights.offset2.left {
    left: 0;
    right: auto;
  }

  .offset.highlights.off-set3 {
    width: 80%;
    left: auto;
  }

  .offset.highlights.offset-4 {
    width: 80%;
    left: 0;
    right: auto;
  }

  .offset.highlights.ofset-cut {
    width: 80%;
    left: auto;
  }

  .offset.highlights.ofset {
    width: 80%;
  }

  .offset.highlights.right {
    width: 80%;
    left: auto;
  }

  .left-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .offset-2.highlights, .offset-2.highlights.off-set {
    width: 80%;
    left: auto;
  }

  .offset-2.highlights.off-set-left {
    width: 80%;
    left: 0;
    right: auto;
  }

  .wrap {
    width: 100%;
    height: 60vh;
  }

  .logo-wei-3.hide {
    display: block;
  }

  .dropdown-toggle-17, .dropdown-toggle-18, .dropdown-toggle-19 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .paragraph-65-list.flie-text {
    text-align: left;
  }

  .paperform {
    height: 70vh;
  }

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

  .dropdown-toggle-20 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .dropdown-4 {
    width: 100%;
  }

  .section-smaller, .section-smaller.abstand-seite, .section-smaller.zweitfarbe {
    padding: 60px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .div-block-2.green {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4 {
    order: 9999;
    height: 60vh;
    position: sticky;
    top: 5px;
  }

  .div-block-6 {
    flex-flow: column;
    display: flex;
  }

  .div-block-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-gro-e-abst-nde-4 {
    padding: 60px 60px 100px;
  }

  .section-gro-e-abst-nde-4.abstand-seite, .section-gro-e-abst-nde-4.zweitfarbe {
    padding: 60px;
  }

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

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .nav-menu-1, .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titelsection {
    height: 28rem;
  }

  .div-block-video {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .heading-links.heading-1.font {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-links.heading-1.font2 {
    font-size: 30px;
  }

  .heading-links.heading-1 {
    font-size: 35px;
    line-height: 35px;
  }

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

  .divider.highlights {
    width: 100px;
  }

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

  .paragraph.flie-text.left {
    text-align: center;
  }

  .paragraph.mittig.flie-text {
    font-size: 14px;
  }

  .button.flie-text.highlights {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .button.flie-text.green, .button.flie-text.dark-blue {
    font-size: 14px;
  }

  .section1 {
    padding: 40px;
  }

  .heading-links-klein.heading-3.obenn {
    font-size: 20px;
  }

  ._2er-grid-no-overflow {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    width: auto;
    height: auto;
  }

  ._3er-card {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    position: static;
  }

  .section-gro-e-abst-nde, .section-gro-e-abst-nde.abstand-seite, .section-gro-e-abst-nde.zweitfarbe {
    padding: 40px;
  }

  .content {
    padding: 20px 10px;
  }

  .image-wrapper {
    height: 23rem;
  }

  .image-wrapper.fest {
    height: 25rem;
  }

  .heading-mittig.heading-1 {
    font-size: 35px;
  }

  .inhalt-footer3.flie-text {
    margin-top: 10px;
  }

  .social-verlinkung3._3 {
    display: flex;
  }

  .footer_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading_footer.heading-1 {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer1.hauptfarbe, .inhalt-mittig {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .icon-round.highlights {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
  }

  .menu-button {
    padding: 10px;
  }

  .contact-form-wrap {
    padding: 40px;
  }

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

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .text-field-4 {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

  .text-field-4.cc-textarea {
    margin-bottom: 20px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .inhalt-untereinander1 {
    align-items: center;
    height: auto;
    padding: 20px 0;
  }

  .section_img {
    height: 25rem;
  }

  .section-gro-e-abst-nde01.overflow {
    padding: 40px;
  }

  .features-icon-wrapper._1 {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .grid-4er.mobile-2er {
    grid-template-columns: 1fr 1fr;
  }

  .button-5.flie-text.highlights {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .section-gro-e-abst-nde-3, .section-gro-e-abst-nde-3.zweitfarbe {
    padding: 40px;
  }

  .paragraph-65.flie-text {
    font-size: 14px;
  }

  ._6er-grid1-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-top {
    height: 25rem;
  }

  .image-100-top.left {
    width: 100%;
  }

  .image-100-top.round {
    object-position: 90% 20%;
  }

  .image-100-top.round.blur, .image-100-top.round.contain-3 {
    object-position: 50% 50%;
  }

  ._6er-grid1-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  ._6er-grid1-3._70 {
    flex-flow: column;
    display: flex;
  }

  .nav-link-d.flie-text {
    width: 79%;
  }

  .text-block {
    text-align: center;
  }

  .footer-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .img-2, .image-div {
    height: 25rem;
  }

  ._6er-grid-img {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .image-45vhh {
    height: 100%;
  }

  .image-div-80 {
    height: 25rem;
  }

  .section-63 {
    height: 20rem;
  }

  .image-112._80 {
    object-fit: contain;
    width: 100%;
    inset: 0%;
  }

  .image-112._80.rechtss {
    object-position: 100% 50%;
  }

  ._3er-grid-3._70 {
    flex-flow: column;
    display: flex;
  }

  .section-64 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .img-wrap {
    height: 25rem;
  }

  .offset.highlights, .offset.highlights.offset2 {
    width: 90%;
  }

  .offset.highlights.ofset-cut {
    width: 90%;
    left: auto;
  }

  .offset.highlights.ofset {
    width: 90%;
  }

  .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .icon-img.filter {
    width: 50px;
    height: 50px;
  }

  .offset-2.highlights.off-set-left {
    width: 90%;
  }

  .wrap {
    height: 25rem;
  }

  .image-116 {
    height: 5rem;
  }

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

  .paragraph-65-list.flie-text {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

  .dropdown-toggle-20 {
    padding-left: 0;
  }

  .section-smaller, .section-smaller.abstand-seite, .section-smaller.zweitfarbe {
    padding: 40px;
  }

  .div-block-4 {
    height: auto;
    position: static;
  }

  .div-block-6 {
    grid-template-columns: 1fr;
  }

  .section-gro-e-abst-nde-4, .section-gro-e-abst-nde-4.abstand-seite, .section-gro-e-abst-nde-4.zweitfarbe {
    padding: 40px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .logo-img {
    max-width: 120px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

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

  .nav-menu-1 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    flex-flow: row;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .titelsection {
    height: 20rem;
  }

  .div-block-video {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 20px;
  }

  .heading-links.heading-1.font2 {
    font-size: 24px;
  }

  .heading-links.heading-1 {
    overflow-wrap: anywhere;
    font-size: 25px;
    line-height: 30px;
  }

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

  .paragraph.flie-text {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .paragraph.mittig.flie-text.white {
    font-size: 12px;
  }

  .icons {
    margin-bottom: 10px;
  }

  .section1 {
    padding: 40px 20px;
  }

  .heading-links-klein.mittig.heading-3 {
    font-size: 20px;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .datenschtz-embed {
    width: 100%;
    overflow: hidden;
  }

  .success {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .maps-gro {
    height: 300px;
  }

  .maos-footer {
    min-width: 220px;
  }

  ._3er-card {
    width: 100%;
  }

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

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

  .image-wrapper.fest {
    height: 20rem;
  }

  .heading-mittig.heading-1 {
    overflow-wrap: anywhere;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-mittig.klein.heading-3 {
    font-size: 20px;
  }

  ._2er_grid {
    width: 100%;
    margin-bottom: 20px;
  }

  .inhalt-footer3.flie-text {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .social-verlinkung3._3 {
    z-index: 1000;
  }

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

  .circle {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .circle.white {
    padding: 10px;
  }

  .circle.black {
    border-color: var(--highlights);
    padding: 10px;
  }

  .footer1.hauptfarbe {
    text-align: left;
  }

  .heading-mittig-klein.heading-3 {
    font-size: 17px;
  }

  .menu-button {
    text-align: center;
    background-color: #00aef0;
    width: auto;
    margin-top: 10px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 0;
  }

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

  .impdat-2.flie-text {
    min-height: auto;
  }

  .dic-block-grauer-rand1 {
    padding: 20px;
  }

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

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

  .div-grey {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .section-gro-e-abst-nde01.overflow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .features-icon-wrapper._1 {
    margin-bottom: 0;
  }

  .grid-4er.mobile-2er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .image-100.gradient {
    margin-left: 0%;
  }

  ._2er_grid-2 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .paragraph-65.flie-text {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  ._6er-grid1-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-wrapper-top {
    height: 20rem;
    padding: 10px;
  }

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

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

  ._2er_grid-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  ._6er-grid1-3 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._6er-grid1-3._70 {
    width: 100%;
  }

  .nav-link-d.flie-text {
    width: auto;
  }

  .call-icon.inv {
    filter: none;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .image-div {
    height: 20rem;
  }

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

  .image-div-80.auto {
    height: auto;
  }

  .section-63 {
    height: 20rem;
  }

  .image-112._80.rechtss {
    object-position: 90% 50%;
  }

  .image-114 {
    object-fit: cover;
  }

  .image-114.cont {
    object-fit: contain;
  }

  .section-64 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-4 {
    height: 165vh;
    overflow: scroll;
  }

  .img-wrap {
    height: auto;
  }

  .offset.highlights.offset-4 {
    left: 0;
  }

  .offset.highlights.left {
    left: 0%;
  }

  .offset.highlights.ofset-cut {
    left: auto;
  }

  .inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .heading-95 {
    font-size: 29px;
  }

  .paragraph-65-list.flie-text {
    font-size: 14px;
  }

  .dropdown-toggle-20 {
    padding-left: 0;
  }

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

  .section-smaller {
    padding: 10px;
  }

  .section-smaller.abstand-seite, .section-smaller.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    display: none;
    inset: 15% 15% 30%;
  }

  .div-block-5-t {
    background-color: var(--green);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    display: flex;
    position: static;
    inset: 15% 15% 30%;
  }

  .div-block-9 {
    order: 9999;
  }

  .section-gro-e-abst-nde-4, .section-gro-e-abst-nde-4.abstand-seite, .section-gro-e-abst-nde-4.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_29a62e70-b69d-691c-c754-b905764f8e46-b13a42fb, #w-node-f79dd1bf-42d4-09d5-24ef-5b6174d68c9c-b13a42fb, #w-node-_8b211be3-523f-8db4-05ae-7c87dfa5a68d-b13a4301, #w-node-_4567e79c-72c8-01cc-03b7-73d8038a1c44-b13a4301, #w-node-_83cefb78-c5db-8c85-c98f-6c0d0422b345-b13a4303, #w-node-fc298ba5-4a80-abe4-956b-752017725aa8-b13a4303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49458d24-abde-d616-0859-50141d6d23c3-b13a4303 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bbe19d33-ca7e-0895-a92a-67d4d3e4ad89-b13a4303, #w-node-bbe19d33-ca7e-0895-a92a-67d4d3e4ad92-b13a4303, #w-node-bbe19d33-ca7e-0895-a92a-67d4d3e4ad9b-b13a4303, #w-node-bbe19d33-ca7e-0895-a92a-67d4d3e4ada3-b13a4303, #w-node-_64eb9af8-f5db-fac2-55f4-2d5ad3d1f5c7-b13a4303, #w-node-fda7eb16-e689-679f-4073-2dcc0cdc5180-b13a4303 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71a90c5d-2e31-3638-b689-d245dec0c8a1-b13a4303 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_71a90c5d-2e31-3638-b689-d245dec0c8ab-b13a4303 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-_78b2ca9c-db87-c094-5ab9-1cc23cef5410-b13a4303, #w-node-_78b2ca9c-db87-c094-5ab9-1cc23cef541a-b13a4303, #w-node-_78b2ca9c-db87-c094-5ab9-1cc23cef5424-b13a4303, #w-node-_393d2b08-2d07-a4d6-f1c5-36bc458ed893-b13a4303, #w-node-_52571c89-8d78-74f5-8058-4375c5c9239f-4777562d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7aab44b-cd31-fd7c-b9e5-c0f7bea2c86d-4777562d, #w-node-b7aab44b-cd31-fd7c-b9e5-c0f7bea2c879-4777562d, #w-node-b7aab44b-cd31-fd7c-b9e5-c0f7bea2c883-4777562d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7aab44b-cd31-fd7c-b9e5-c0f7bea2c88d-4777562d {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-b7aab44b-cd31-fd7c-b9e5-c0f7bea2c89a-4777562d {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_2364c18c-9c8a-f5f1-e91d-50abb13e6e19-83c697a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9240ddd-363d-4638-3975-1c9e87249159-4797c04e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-cdf32e1c-1291-f140-b62a-9a4cfbca9832-3859b00b, #w-node-d95f33a0-9a85-bf9f-679e-ca5f5e802367-3859b00b, #w-node-ee503645-0a2b-3295-76e1-85c7b59a8c61-3859b00b, #w-node-_50c3e46d-3ac1-80b6-7143-717b86256708-ff3b00a3, #w-node-_331ec2ca-c34c-52e5-8586-f42f2ff03d28-ff3b00a3, #w-node-_91cf3095-b9ce-4797-b40c-78a2a016a11a-ff3b00a3, #w-node-_6f8a7840-32e0-d681-283d-80242da1a4b8-a5a061a9, #w-node-_1c31a635-ae29-a92c-0ecf-20a8bb519ecc-a5a061a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ff49ed4-d8a0-1f80-3ced-fca6adaf4d18-000ee830, #w-node-_2ff49ed4-d8a0-1f80-3ced-fca6adaf4d24-000ee830, #w-node-_2ff49ed4-d8a0-1f80-3ced-fca6adaf4d2f-000ee830 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ff49ed4-d8a0-1f80-3ced-fca6adaf4d3a-000ee830 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_2ff49ed4-d8a0-1f80-3ced-fca6adaf4d45-000ee830 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_90911170-91b8-6e07-ccc4-4f8b1a489867-2cb4b4c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f826bc30-2bbf-f4dc-eaaa-9d6d5a99e485-96212519 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-d0eb9e23-cfe1-e94e-7fb5-e12345376007-96212519 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-bb30c8ed-39b7-0f87-a653-b9be7efa558d-96212519, #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa559a-96212519, #w-node-_2f866dec-10af-1626-a16d-477a6a7ca7d2-96212519, #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55a6-96212519, #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55ad-96212519, #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55b6-96212519, #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55be-96212519, #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55cc-96212519, #w-node-ee2edc99-c625-445c-66aa-9ce7df425ada-96212519 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_71a90c5d-2e31-3638-b689-d245dec0c8a1-b13a4303, #w-node-_71a90c5d-2e31-3638-b689-d245dec0c8ab-b13a4303, #w-node-_4abb4014-d337-6f9c-f90d-b9332baee792-3859b00b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa558d-96212519 {
    grid-area: 5 / 3 / 7 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa559a-96212519 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_2f866dec-10af-1626-a16d-477a6a7ca7d2-96212519 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55a6-96212519 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55ad-96212519 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55b6-96212519 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55be-96212519 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55cc-96212519 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ee2edc99-c625-445c-66aa-9ce7df425ada-96212519 {
    grid-area: 1 / 1 / 2 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa558d-96212519 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa559a-96212519 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_2f866dec-10af-1626-a16d-477a6a7ca7d2-96212519, #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55a6-96212519 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55b6-96212519 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55be-96212519 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-bb30c8ed-39b7-0f87-a653-b9be7efa55cc-96212519 {
    grid-area: 3 / 1 / 4 / 5;
  }
}


@font-face {
  font-family: 'Qinder butter';
  src: url('../fonts/Qinder-Butter.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}