:root {
  --main: #001056;
  --highlights: #0c23aa;
  --zweitfarbe: #e4e8f7;
  --yellow: #fff0c7;
}

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

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

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

.section {
  height: 100vh;
}

.html-embed {
  width: 100vw;
  height: 100vh;
  margin-bottom: 0;
}

.utility-page-wrap {
  background-color: var(--main);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--highlights);
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  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;
}

.schwarzer-button {
  z-index: 1000;
  text-transform: uppercase;
  background-color: #000;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 10% auto;
}

.schwarzer-button:hover {
  background-color: #d4af37;
}

.heading-einstellungen {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.heading-einstellungen._2 {
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.logo-img {
  width: 150px;
}

.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, .ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--zweitfarbe);
}

.highlights {
  background-color: var(--highlights);
  color: #fff;
}

.adresse {
  margin-bottom: 5px;
}

.section-einstellungen {
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

.block-logo-einstellungen {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  padding: 10px 5px;
  display: flex;
}

.inhalt-einstellungen {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.google-maps {
  width: 100%;
}

.heading-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2 {
  font-family: Great Vibes, cursive;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: var(--highlights);
  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;
}

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

.body-black {
  background-color: #000;
  overflow: hidden;
}

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

.nav-men-1.hauptfarbe {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
}

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

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

.nav-link-3.flie-text {
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  transition: all .3s ease-in-out;
}

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  border-bottom: 1px solid var(--zweitfarbe);
  color: var(--zweitfarbe);
}

.navbar-6 {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 18px;
  position: sticky;
  top: 20px;
}

.navbar-6.hauptfarbe {
  z-index: 999;
  padding: 10px 5vw;
  position: sticky;
  top: 0;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.titelvideo-start-1 {
  height: 900px;
  position: relative;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-left: 140px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.heading-mittig1 {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.inhalt-mittig-untereinander.hauptfarbe {
  color: #fff;
}

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

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

._3er-grid1._2-reihen {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.icon-transparent1 {
  opacity: .8;
  object-fit: contain;
  width: 60px;
  height: 60px;
}

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

._2er-grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  display: flex;
}

.icon1 {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.section-mittig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px 110px;
  display: flex;
}

.column-mittig-links1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.column-mittig-links1.highlights {
  color: #fff;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.aktuelles-column1 {
  height: 400px;
}

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

.column-bild1 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.feature-image-mask {
  width: 100%;
  height: 450px;
  margin-right: 40px;
}

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

.titelvideo-unterseite {
  height: 500px;
  position: relative;
}

.leistungsbild1 {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.galerie1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.maps1 {
  width: 100%;
  height: 500px;
}

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

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

.select-field {
  color: #949494;
  background-color: #fff;
}

.text-field {
  height: 30px;
}

.impdat {
  padding: 100px 40px;
}

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

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

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

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

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

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

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

.inhalt-footer {
  height: 100%;
}

.navbar {
  z-index: 99999;
  background-color: #464166;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AnyConv.com__611d04b90a488a7863d47e6c_AdobeStock_336877320_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.menu_head {
  text-align: left;
}

.menu-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

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

.text_area {
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.text_area.flie-text {
  border-radius: 20px;
  transition: all .2s;
}

.text_area.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.submit_button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-size: 12px;
  transition: all .2s;
}

.submit_button:hover {
  background-color: #000;
}

.submit_button.flie-text {
  border-radius: 20px;
}

.submit_button.flie-text:hover {
  box-shadow: 0 9px 12px -8px #00000080;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.white {
  filter: invert();
  margin-right: auto;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  place-items: center;
  width: 100%;
  height: 100%;
}

._2er_grid.gap {
  grid-column-gap: 20px;
}

.content_3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.lottie-animation {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lottie-animation.filter {
  filter: brightness(131%) hue-rotate(270deg);
}

.lottie-animation.whitee {
  background-color: #fff;
}

.heading {
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 120%;
}

.heading.heading-1 {
  line-height: 1.3;
}

.paragraph {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.flie-text {
  font-size: 16px;
  line-height: 1.5;
}

.paragraph.flie-text.margin-oben {
  margin-top: 20px;
  font-size: 25px;
}

.divider {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -20px;
  padding: 10px 15px;
  font-size: 12px;
}

.button.flie-text.highlights {
  border-radius: 20px;
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: var(--main);
  box-shadow: 0 9px 12px -8px #00000080;
}

.button.flie-text.highlights.space {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_3 {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.no_overflow {
  z-index: 5;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  margin-right: -50px;
  position: relative;
  overflow: hidden;
}

.image-100 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-100:hover {
  transform: scale(1.1);
}

.image-100.contain {
  background-color: var(--yellow);
  object-fit: contain;
}

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 70px;
  display: flex;
}

.quote.zweitfarbe {
  border-radius: 20px;
}

.quote.yellow {
  background-color: var(--zweitfarbe);
  border-radius: 20px;
}

.icon {
  width: 50px;
  margin-bottom: 20px;
}

.quote_person {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: -20px;
  font-size: 26px;
  line-height: 30px;
}

.quote_person.flie-text {
  line-height: 1.5;
}

._2er_grid_1 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-items: start;
  width: 100%;
  margin-bottom: 60px;
}

.heading_1 {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 45px;
}

.heading_1.heading-1 {
  line-height: 1.1;
}

._3er_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.no_overflow_1 {
  border-radius: 50%;
  width: 35vh;
  height: 35vh;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-3:hover {
  transform: scale(1.1);
}

.heading_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 35px;
}

.heading_center.heading-1 {
  line-height: 1.3;
}

.paragraph_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph_center.flie-text {
  line-height: 1.5;
}

.paragraph_center.flie-text.left {
  text-align: left;
}

.parallax {
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.background-video {
  height: 180%;
}

.no_overflow_2 {
  border-radius: 20px;
  width: 100%;
  height: 60vh;
  margin-bottom: 20px;
  overflow: hidden;
}

.image_1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image_1:hover {
  transform: scale(1.1);
}

.content_1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.content_1.yellow {
  background-color: var(--yellow);
  border-radius: 10px;
}

.heading_2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 120%;
}

.heading_2.heading-1 {
  margin-bottom: 10px;
}

.html-embed-2 {
  position: fixed;
  inset: auto auto 0% 0%;
}

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

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

.footer {
  padding: 40px 100px 100px;
}

.footer.hauptfarbe {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  position: relative;
}

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

.divider_1 {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_1 {
  padding: 100px;
}

.section_1.yellow {
  background-color: var(--zweitfarbe);
}

.content_4 {
  color: #fff;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content_2 {
  margin-top: 20px;
}

.galerie_grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.no_overflow_3 {
  height: 40vh;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-4:hover {
  transform: scale(1.1);
}

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

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

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

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

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

.impdat-2.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

.logo-img-2 {
  width: 250px;
}

.html-embed-6 {
  position: fixed;
  inset: auto 0% 10% auto;
}

.background-title-video {
  z-index: 5;
  border-radius: 100px 20px;
  width: 100%;
  height: 100%;
}

.image-85vh {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100px 20px;
  width: 100%;
  height: 85vh;
  position: relative;
}

.image-85vh.contain {
  background-color: var(--main);
  object-fit: contain;
}

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

.image-85vh.rechtss {
  object-position: 70% 50%;
}

.spacer {
  height: 20px;
}

.paragraph-ablaufplan-2 {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-ablaufplan-2.listpara {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-ablaufplan-2.infos {
  color: #575757;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-ablaufplan-2.infos.abstand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-ablaufplan-2.center {
  text-align: center;
}

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

.heading-90 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.close-pop-up {
  object-fit: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 120px 120px auto auto;
}

.wrapy {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.ablaufplan-spalteninhalt-2 {
  width: 100%;
}

.platzhalter-ablaufplan {
  width: 10px;
  height: 10px;
}

.dropdown-12 {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-12.wei-er-rand {
  z-index: 0;
  background-color: #fff;
  border-radius: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 12px #0000001f;
}

.grid-links-programme {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.dropdown-toggle-15 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 24px;
  display: flex;
}

.dropdown-toggle-15:hover {
  transform: scale(1);
}

.div-block-172 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-172.shadow {
  align-items: stretch;
  padding: 20px;
  box-shadow: 1px 1px 12px #0000001f;
}

.div-block-169 {
  z-index: 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-171 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 20px;
  display: block;
}

.grid-ablaufplan {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .85fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.image-106 {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  margin-top: 20px;
}

.image-106.links {
  object-position: 70% 0%;
}

.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.dropdowntoogle.w--open {
  z-index: 4;
  color: #0000;
  background-color: #0000;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  max-height: 40px;
  padding-left: 40px;
  padding-right: 0;
  transition-property: none;
  display: block;
  position: fixed;
  inset: 120px 130px auto auto;
  overflow: hidden;
}

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

.ablaufplan-big-button-3.heading-79.green {
  z-index: 0;
  background-color: #52cd60;
  position: relative;
}

.ansprechpartner-paragraph-2 {
  color: gray;
  background-color: #0000;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.ansprechpartner-paragraph-2.special.klein {
  font-size: 15px;
}

.divblock-fortschritt {
  z-index: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.div-block-173 {
  z-index: 0;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.pop-up-div {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-div.info {
  display: none;
}

.dropdown-list-11-copy {
  position: relative;
}

.dropdown-list-11-copy.w--open {
  background-color: #0000;
  padding: 40px 30px 20px;
}

.dropdown-list-11-copy.popup {
  background-color: #00000080;
  padding: 100px;
  position: fixed;
  inset: 0%;
}

.dropdown-list-11-copy.popup._2 {
  z-index: 1000;
  display: none;
  position: fixed;
}

.dropdown-list-11-copy.popup._2.w--open {
  z-index: 5;
  display: flex;
}

.button-ablaufplan-popup-2 {
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-decoration: none;
}

.zahl {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.dropdown-16 {
  z-index: 0;
  border-radius: 60px;
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  transition: all .2s;
  display: block;
  box-shadow: 1px 1px 12px #0000001f;
}

.dropdown-16:hover {
  transform: scale(1.05);
}

.heading-91 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.heading-91.absolut {
  text-align: center;
  width: 200px;
  font-size: 18px;
  position: absolute;
  top: 20px;
}

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

.section-balken {
  padding: 300px 40px 40px;
}

.dropdown-17 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-175 {
  z-index: 500;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px 60px 50px;
  position: relative;
  overflow: auto;
}

.heading-ablaufplan-3 {
  height: 70px;
  font-family: Exo, sans-serif;
  font-weight: 300;
}

.heading-ablaufplan-3.special {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.grid-20 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.haken {
  object-fit: contain;
}

.button-flex-popup-2 {
  z-index: 0;
  color: #d4af37;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.button-flex-popup-2.w--open {
  z-index: 3;
  vertical-align: bottom;
  background-image: url('../images/cancel.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  max-width: 40px;
  height: 40px;
  padding-top: 30px;
  display: block;
  position: fixed;
  top: 220px;
  right: 320px;
  overflow: hidden;
}

.dropdown-list-17 {
  z-index: 100;
}

.dropdown-list-17.w--open {
  z-index: 100;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px 25px 10px;
  display: flex;
  box-shadow: 1px 1px 20px #00000026, 1px 1px 20px #00000045;
}

.paragraph-63 {
  text-align: right;
  margin-left: 20px;
  font-size: 20px;
}

.balken-2 {
  background-image: linear-gradient(to right, #d4af37 4% 20%, #e7e7e7 20%);
  border-radius: 60px;
  width: 100%;
  height: 15px;
}

.balken-2._4 {
  background-image: linear-gradient(to right, #d4af37 65%, #e7e7e7 65%);
}

.balken-2._6 {
  background-image: linear-gradient(to right, #d4af37 100%, #e7e7e7);
}

.balken-2._3 {
  background-image: linear-gradient(to right, #d4af37 42%, #e7e7e7 42%);
}

.ablaufplan-spalte-2 {
  border: 2px solid gray;
  flex-flow: wrap;
  flex: 1;
  align-content: space-between;
  align-items: stretch;
  width: 48%;
  min-width: 300px;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
}

.ablaufplan-spalte-2.gold {
  border-color: #d4af37;
}

.ablaufplan-spalte-2.gold.speciale {
  width: auto;
}

.ablaufplan-spalte-2.gold._100 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.ablaufplan-spalte-2.gold._100.white {
  background-color: #fff;
  flex-flow: column;
}

.ablaufplan-spalte-2.gold._100.white.scroll {
  flex-flow: column;
  overflow: scroll;
}

.ablaufplan-spalte-2.gold._100.small {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.ablaufplan-spalte-2.gold._100.small.white {
  background-color: #fff;
}

.ablaufplan-spalten-inhalt-3 {
  width: 100%;
  min-height: 400px;
  padding-bottom: 20px;
}

.heading-89 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.div-block-170 {
  display: none;
}

.bold-text-6 {
  font-weight: 400;
}

.dropdown-list-16 {
  width: 100%;
  position: relative;
}

.dropdown-list-16.w--open {
  background-color: #0000;
  padding: 30px 20px 20px;
}

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center end;
  position: absolute;
  inset: 0%;
}

.bubble {
  z-index: 2;
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/sprechblase.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 190px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -190px -120px auto auto;
  overflow: auto;
}

.lottie-info {
  height: 3rem;
}

.co-browser-popup-2 {
  z-index: 10;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.circle-2 {
  background-color: #e7e7e7;
  border: 1px solid #d4af37;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #0000001f;
}

.circle-2.erl {
  background-color: #d4af37;
  transition: all .2s;
}

.section-58 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.download-hilfsprogramme {
  width: 40px;
  height: 40px;
}

.list-3 {
  color: silver;
  border: 1px solid #d1d1d1;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 35px;
}

.text-sprechblase {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

.html-embed-10 {
  width: 100%;
}

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

.fixed-socials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 25% 1% 25% auto;
}

.socials-link {
  border: 1px solid var(--zweitfarbe);
  border-radius: 50%;
  align-self: center;
  width: 40px;
  height: 40px;
  padding: 10px;
}

.socials-link.highlights {
  transition: all .3s ease-in-out;
}

.socials-link.highlights:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px #0003;
}

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

.icon-100.invert {
  filter: invert();
  margin-bottom: 10px;
}

.icon-100._10 {
  margin-bottom: 10px;
}

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

.list {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.list.flie-text {
  font-size: 14px;
  line-height: 1.5;
}

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

.accordion-item-wrapper {
  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;
}

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

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

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

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

.accordion-question-header {
  color: #333;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 20px;
}

.accordion-question-header.heading-3 {
  color: #333;
}

.text-linksb-ndig1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-linksb-ndig1.paragraph-font {
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.accordion-tab-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  transition: transform .2s;
  display: flex;
}

.code-embed {
  border-radius: 20px;
  overflow: hidden;
}

.image-wrapper-relativ {
  width: 100%;
  position: relative;
}

.bg-bild-block-rechts {
  border-radius: 100px 20px;
  width: 100%;
  height: 85vh;
  position: absolute;
  inset: -3% -3% auto auto;
}

.bg-bild-block-rechts.yellow {
  background-color: var(--yellow);
}

.bg-bild-block-links {
  border-radius: 100px 20px;
  width: 100%;
  height: 85vh;
  position: absolute;
  inset: -3% auto auto -3%;
}

.bg-bild-block-links.yellow {
  background-color: var(--yellow);
}

.text-span {
  font-size: 20px;
}

.bold-text-10 {
  font-size: 35px;
}

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

._3er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.card {
  z-index: 10;
  border-radius: 50px 20px;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 234px;
  padding: 20px;
  display: flex;
  position: relative;
}

.card.highlights-yellow.max {
  width: 100%;
  max-width: 234px;
  padding-left: 10px;
  padding-right: 10px;
}

.back {
  z-index: 1;
  background-color: var(--yellow);
  padding: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-176 {
  z-index: -1;
  background-color: var(--yellow);
  border-radius: 50px 20px;
  width: 225px;
  height: 225px;
  padding: 20px;
  position: absolute;
  inset: 5% 9px 0% 0%;
}

.card-heading {
  color: #000;
  font-size: 25px;
}

.section_4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.para-center {
  text-align: center;
  font-size: 25px;
}

.sub-heading {
  font-size: 25px;
}

.card1 {
  border-radius: 50px 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.card-2-heading {
  text-align: center;
  font-size: 30px;
}

.para {
  text-align: center;
}

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

._2card-adjust {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 66%;
  height: 100%;
  display: flex;
}

.price {
  font-weight: 500;
}

.heading-links1-2 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 25px;
  line-height: 120%;
}

.heading-links1-2.heading-1 {
  line-height: 1.3;
}

.heading-links1-2.heading-1.farbe-der-headings {
  font-size: 26px;
  line-height: 1.3;
}

.angebot-grid-2 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

.heading-4 {
  text-transform: uppercase;
  font-weight: 500;
}

.preislisten-grid {
  grid-column-gap: 30px;
  border-radius: 50px 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  padding: 20px;
}

.preislisten-grid._2-spalten {
  grid-column-gap: 5vw;
  background-color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 5px 1px #b4b4b4;
}

.paragraph-links1 {
  text-align: justify;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  text-align: left;
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.text-rechts1 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.grid-div-rechts {
  text-align: right;
}

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

.right-arrow {
  border: 1px solid #fff;
  width: 3vw;
  height: 3vw;
  margin-right: 10px;
}

.icon-101, .icon-102 {
  font-size: 22px;
}

.left-arrow, .left-arrow-2 {
  border: 1px solid #fff;
  width: 3vw;
  height: 3vw;
  margin-left: 10px;
}

.icon-103 {
  font-size: 22px;
}

.right-arrow-2 {
  border: 1px solid #fff;
  border-radius: 0;
  width: 3vw;
  height: 3vw;
  margin-right: 10px;
}

.icon-104 {
  font-size: 22px;
}

.text-span-3 {
  font-size: 16px;
}

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

.section_bild {
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide {
  width: 250px;
  margin-right: 30px;
}

.cards {
  z-index: -1;
  background-color: var(--zweitfarbe);
  border-radius: 50px 20px;
  width: 225px;
  height: 225px;
  padding: 20px;
  position: absolute;
  inset: 5% 9px 0% 0%;
}

.cards.enger {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-cards {
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 120%;
}

.heading-cards.heading-1 {
  line-height: 1.3;
}

.heading-20px {
  font-family: Great Vibes, cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
}

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

.left-arrow-3, .right-arrow-3 {
  display: none;
}

.slide-nav {
  inset: auto 0% -16%;
}

.card-copy {
  z-index: 10;
  border-radius: 50px 20px;
  justify-content: center;
  align-items: center;
  width: 234px;
  height: 234px;
  padding: 20px;
  display: flex;
  position: relative;
}

.highlights-yellow {
  color: #fff;
  background-color: #fff0c7;
}

.grid-21 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.titlebild {
  padding-left: 100px;
  padding-right: 100px;
}

.image-wrapper-relativ-2 {
  position: relative;
}

.image-85vh-top-align {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 100px 20px;
  width: 100%;
  height: 85vh;
  position: relative;
}

.image-85vh-top-align.contain {
  background-color: var(--main);
  object-fit: contain;
}

.bold-text-11 {
  font-size: 14px;
}

.subscript {
  color: var(--zweitfarbe);
}

.div-block-177 {
  z-index: 0;
  background-color: var(--zweitfarbe);
  width: 100%;
  height: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.image-wrap-small {
  height: 10vh;
}

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

@media screen and (min-width: 1440px) {
  .div-block-173 {
    z-index: 0;
  }
}

@media screen and (max-width: 991px) {
  .heading-einstellungen {
    line-height: 42px;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--highlights);
    border-radius: 0;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--main);
  }

  .navbar-6 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .men-icon1 {
    color: #fff;
  }

  .subheading1.heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .titelvideo-start-1 {
    height: 500px;
  }

  .div-block-video1 {
    width: 70%;
    padding-left: 100px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 50px;
  }

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

  ._2er-grid1 {
    margin-top: 20px;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 90vw;
  }

  .section-mittig1 {
    padding: 60px 40px;
  }

  .column-mittig-links1.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .aktuelles-column1 {
    flex-direction: column;
    height: auto;
    min-height: 100px;
    display: flex;
  }

  .column-bild1 {
    display: block;
  }

  .feature-image-mask {
    margin-right: 0;
  }

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

  .success1.heading-1 {
    font-size: 32px;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .footer-2.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inhalt-footer {
    text-align: center;
  }

  .menu_container_left {
    width: 30%;
  }

  .menu_container_right {
    width: 70%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

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

  .content_3 {
    padding: 0;
  }

  .section_3 {
    padding: 100px 60px;
  }

  .no_overflow {
    width: 35vw;
    height: 35vh;
    margin-right: -30px;
  }

  .quote.zweitfarbe {
    width: 100%;
  }

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

  ._3er_grid {
    grid-template-columns: 1fr;
    display: flex;
  }

  ._3er_grid.unter {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .no_overflow_1 {
    width: 350px;
    height: 350px;
  }

  .heading_center.heading-1 {
    font-size: 27px;
  }

  .paragraph_center.flie-text {
    font-size: 16px;
  }

  .content_1 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .content_1.right {
    align-items: center;
  }

  .heading_2.heading-1 {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .footer.hauptfarbe {
    text-align: center;
    padding: 40px;
  }

  .section_1 {
    padding: 100px 60px;
  }

  .content_4 {
    padding: 40px;
  }

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

  .paragraph-ablaufplan-2, .heading-90 {
    font-size: 18px;
  }

  .close-pop-up {
    top: 80px;
    right: 80px;
  }

  .wrapy {
    grid-template-columns: 50% 50%;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 10px;
  }

  .dropdown-toggle-15 {
    font-size: 18px;
  }

  .div-block-172 {
    margin-right: 0;
  }

  .div-block-171, .grid-ablaufplan {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-106 {
    object-fit: contain;
    object-position: 0% 50%;
    margin-top: 0;
  }

  .image-106.links {
    object-position: 0% 0%;
  }

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

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

  .ansprechpartner-paragraph-2 {
    font-size: 18px;
  }

  .pop-up-div {
    padding: 60px;
  }

  .dropdown-16 {
    margin-bottom: 10px;
    padding: 20px;
  }

  .heading-91.absolut {
    width: 100%;
  }

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

  .heading-ablaufplan-3 {
    height: 70px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .button-flex-popup-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-63 {
    font-size: 14px;
  }

  .ablaufplan-spalte-2 {
    display: block;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-89 {
    font-size: 18px;
  }

  .bubble {
    background-image: url('../images/sprechblase.png');
    width: 150px;
    right: -80px;
    overflow: visible;
  }

  .co-browser-popup-2 {
    padding: 60px;
  }

  .section-58 {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-sprechblase {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .fixed-socials {
    z-index: 100;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .list.flie-text {
    font-size: 16px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item-wrapper {
    margin-bottom: 20px;
  }

  .card.hauptfarbe {
    width: 100%;
    height: 200px;
  }

  .card.highlights-yellow.max {
    height: 200px;
  }

  .div-block-176 {
    width: 100%;
    height: 200px;
    top: 5px;
    left: -5px;
    right: 0;
  }

  .card-heading.heading-3 {
    font-size: 22px;
  }

  .section_4, .section_4.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-links1-2.heading-1 {
    font-size: 28px;
  }

  .heading-links1-2.heading-1.farbe-der-headings {
    margin-top: 20px;
  }

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

  .preislisten-grid._2-spalten {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-links1.flie-text {
    margin-right: 0;
  }

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

  .section_bild {
    flex-direction: column;
    padding: 40px;
  }

  .section_bild.hauptfarbe {
    padding: 100px 60px;
  }

  .cards.enger {
    height: 200px;
    top: 5px;
    left: -5px;
    right: 0;
  }

  .grid-21 {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .titlebild {
    padding: 100px 60px;
  }

  .titlebild.unten {
    padding-bottom: 0;
  }

  .div-block-177 {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .heading-einstellungen {
    font-size: 32px;
    line-height: 38px;
  }

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

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

  .divblock1 {
    height: auto;
  }

  .titelvideo1 {
    height: 100%;
  }

  .subheading1 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .titelvideo-start-1 {
    height: 300px;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 20px;
  }

  .slogan1.heading-1 {
    font-size: 50px;
    line-height: 50px;
  }

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

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .section-mittig1 {
    padding: 40px 20px;
  }

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

  .column-mittig-links1.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-image-mask {
    height: 300px;
    margin-right: 0;
  }

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

  .titelvideo-unterseite {
    height: 300px;
  }

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

  .maps1 {
    height: 300px;
  }

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

  .success {
    height: auto;
    padding: 40px 20px;
  }

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

  .success1.heading-1 {
    font-size: 27px;
  }

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

  .nav_menu {
    min-height: auto;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .menu_form_block {
    width: 100%;
  }

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

  .content_3 {
    text-align: center;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .content_3.last {
    order: 9999;
  }

  .lottie-animation.whitee {
    height: 25rem;
  }

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

  .heading.heading-1 {
    font-size: 27px;
  }

  .heading.small.heading-1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .paragraph.flie-text.lisst {
    text-align: left;
    padding-left: 20px;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button {
    margin-top: 0;
  }

  .section_3 {
    flex-direction: column;
    padding: 60px 40px;
  }

  .no_overflow {
    width: 350px;
    height: 350px;
    margin-bottom: -50px;
    margin-right: 0;
  }

  .quote.zweitfarbe {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote.yellow {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading_1.heading-1 {
    font-size: 27px;
  }

  ._3er_grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .parallax {
    height: 50vh;
  }

  .content_1, .content_1.right {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content_4 {
    padding: 20px;
  }

  .content_2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .image-85vh, .image-85vh.small, .image-85vh.rechtss {
    height: 25rem;
  }

  .image-85vh.obenn {
    object-position: 50% 10%;
  }

  .close-pop-up {
    top: 40px;
    right: 40px;
  }

  .wrapy {
    grid-template-columns: 100%;
  }

  .ablaufplan-spalteninhalt-2 {
    min-height: 250px;
  }

  .dropdown-toggle-15 {
    flex-direction: column;
    padding: 10px 30px 10px 20px;
  }

  .div-block-172.shadow {
    max-width: none;
  }

  .div-block-171 {
    grid-column-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    top: 130px;
    right: 50px;
  }

  .divblock-fortschritt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pop-up-div {
    padding: 20px;
  }

  .zahl {
    font-size: 16px;
    line-height: 16px;
  }

  .heading-91.absolut {
    font-size: 14px;
    top: 10px;
  }

  .section-balken {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-174 {
    margin-left: 0;
  }

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

  .paragraph-63 {
    margin-left: 0;
  }

  .balken-2 {
    height: 5px;
  }

  .balken-2._4 {
    height: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    min-height: 250px;
  }

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

  .co-browser-popup-2 {
    padding: 20px;
  }

  .circle-2, .circle-2.erl {
    width: 20px;
    height: 20px;
  }

  .section-58 {
    padding-left: 10px;
  }

  .list.flie-text {
    text-align: left;
    padding-left: 20px;
  }

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

  .arrow-div-wrapper {
    width: auto;
  }

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

  .accordion-question-header.flie-text {
    width: auto;
  }

  .text-linksb-ndig1.paragraph-font {
    text-align: center;
  }

  .accordion-tab-button {
    justify-content: center;
    align-items: center;
    width: 90vw;
  }

  .image-wrapper-relativ.first {
    order: -9999;
  }

  .bg-bild-block-rechts.yellow, .bg-bild-block-links.yellow {
    height: 25rem;
  }

  ._3er {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .card.highlights-yellow.max {
    max-width: none;
  }

  .section_4, .section_4.zweitfarbe {
    padding: 60px 40px;
  }

  .heading-center.heading-1 {
    font-size: 27px;
  }

  .card1.hauptfarbe {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  ._2card-adjust {
    flex-flow: column;
    width: 100%;
  }

  .preisliste-spalte {
    width: 29%;
  }

  .heading-links1-2.heading-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .heading-links1-2.heading-1.farbe-der-headings {
    margin-top: 0;
  }

  .angebot-grid-2 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .preislisten-grid._2-spalten {
    width: 100%;
  }

  .preislisten-grid._2-spalten.neben {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .paragraph-links1.flie-text.farbe-der-headings {
    margin-bottom: 20px;
  }

  .text-rechts1 {
    margin-bottom: 5px;
  }

  .image-contain.fest {
    width: 200px;
  }

  .section_bild {
    flex-direction: column;
  }

  .section_bild.hauptfarbe {
    padding: 60px 40px;
  }

  .heading-cards {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-cards.small.heading-1 {
    font-size: 40px;
    line-height: 1.2;
  }

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

  .grid-21 {
    flex-flow: column;
    display: flex;
  }

  .titlebild.unten {
    padding: 60px 40px 20px;
  }

  .image-wrapper-relativ-2 {
    width: 100%;
  }

  .image-wrapper-relativ-2.first {
    order: -9999;
  }

  .image-85vh-top-align {
    height: 25rem;
  }
}

@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%;
  }

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

  .heading-einstellungen {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

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

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

  .subheading1 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-video1 {
    align-items: center;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-mittig1.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.hauptfarbe, .inhalt-mittig-untereinander.highlights {
    padding: 20px 10px;
  }

  ._3er-grid1 {
    width: 100%;
    max-width: 100%;
  }

  .inhalt-untereinander1 {
    padding-right: 0;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

  .icon1 {
    width: 50px;
    height: 50px;
  }

  .section-mittig1 {
    padding: 20px;
  }

  .heading-links1.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .column-bild1 {
    height: 300px;
  }

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

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

  .div-block-41.highlights {
    padding: 20px;
  }

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

  .success1.heading-1 {
    font-size: 18px;
    line-height: 1.3;
  }

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

  .content_3 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading.heading-1 {
    line-height: 1.1;
  }

  .heading.small {
    font-size: 22px;
    line-height: 25px;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .no_overflow {
    width: 220px;
    height: 220px;
    margin-bottom: 0;
  }

  .quote.zweitfarbe {
    padding: 20px;
  }

  .icon {
    width: 25px;
  }

  .quote_person {
    font-size: 20px;
    line-height: 25px;
  }

  .quote_person.flie-text {
    margin-top: 0;
  }

  .heading_1 {
    font-size: 30px;
    line-height: 40px;
  }

  .no_overflow_1 {
    width: 220px;
    height: 220px;
  }

  .heading_center {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph_center {
    font-size: 14px;
    line-height: 20px;
  }

  .no_overflow_2 {
    height: 50vh;
  }

  .heading_2.small {
    font-size: 20px;
    line-height: 25px;
  }

  .footer.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_1 {
    padding: 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .paragraph-ablaufplan-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-90 {
    font-size: 15px;
  }

  .ablaufplan-spalteninhalt-2 {
    padding-left: 0;
  }

  .dropdown-toggle-15 {
    text-align: center;
    white-space: normal;
  }

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

  .div-block-171 {
    grid-template-columns: 1fr;
    width: 99.9999%;
    padding: 10px;
  }

  .image-106 {
    width: 100%;
    min-width: auto;
    height: 80vw;
  }

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

  .ablaufplan-big-button-3.dropdowntoogle.w--open {
    right: 40px;
  }

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

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

  .ansprechpartner-paragraph-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .ansprechpartner-paragraph-2.special.klein {
    font-size: 14px;
  }

  .dropdown-list-11-copy.w--open {
    padding: 120px 10px 10px;
  }

  .heading-91.absolut {
    font-size: 10px;
  }

  .heading-ablaufplan-3 {
    height: auto;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-ablaufplan-3.special {
    font-size: 20px;
  }

  .grid-20 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .paragraph-63 {
    text-align: center;
    margin-left: 0;
  }

  .ablaufplan-spalte-2 {
    flex: 0 auto;
    width: auto;
    min-width: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ablaufplan-spalten-inhalt-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-89 {
    font-size: 16px;
  }

  .dropdown-list-16.w--open {
    padding: 0;
  }

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

  .bubble {
    width: 100px;
    height: 120px;
    top: -110px;
    right: -50px;
  }

  .list-3 {
    padding-left: 30px;
  }

  .text-sprechblase {
    font-size: 12px;
  }

  .list {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

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

  .text-linksb-ndig1 {
    font-size: 15px;
    line-height: 22px;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .card-2-heading.heading-3 {
    font-size: 20px;
  }

  .preisliste-spalte {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-links1-2.heading-1.farbe-der-headings {
    font-size: 20px;
  }

  .angebot-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
  }

  .preislisten-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preislisten-grid._2-spalten.neben {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-div-rechts {
    text-align: left;
  }

  .section_bild {
    padding: 20px;
  }

  .heading-cards {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-cards.heading-1 {
    line-height: 1.1;
  }

  .heading-cards.small {
    font-size: 22px;
    line-height: 25px;
  }

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

  .image-wrap-small {
    height: 8vh;
  }
}

#w-node-_59596e60-e854-adff-603a-d707eb9026a2-3df5364a, #w-node-fa34eb43-b325-1452-86fe-065bb9f13045-3df5364a, #w-node-c5db06ed-0068-3aa1-309d-aedba80f3c09-3df5364a {
  place-self: center;
}

#w-node-a3157c94-0288-6959-271b-718f8fbd9ccf-3df5364a, #w-node-_8b8356e7-0323-af2e-a496-e2b3cbf76256-3df5364a, #w-node-_5dcbe0d1-647b-5d2e-80c4-a1f9be8aae34-3df5364a {
  order: -9999;
}

#w-node-_99e30e72-ffc9-c822-9845-38225284c5c8-3df5364a, #w-node-b80b45e1-907e-a6c8-d28f-a5e56dd7b250-3df5364a, #w-node-a21b9ee4-d32f-2c40-27fe-a85f54c36eba-3df5364a {
  place-self: center;
}

#w-node-_787981d2-1328-1a2c-b6f5-4ee8b60e54e8-3df5364a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-aefc6afe-fa91-5101-ce28-0498041d4a68-3df5364a {
  place-self: center;
}

#w-node-_9c91b894-a35d-ace4-627a-f8bab3f1c589-3df5364a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_1b727e80-1d3c-dd4b-d4e4-126a65162a36-3df5364a {
  order: -9999;
}


