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

:root {
  --main: #7e6e57;
  --highlights: #fdf4b1;
  --white: white;
  --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;
}

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

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

.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 {
  object-fit: contain;
  width: 300px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-right: auto;
  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 {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  color: #fff;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
}

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

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

.adresse {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
}

.adresse.flie-text {
  margin-bottom: 10px;
}

.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 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.heading-1 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 700;
  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: Manrope, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #68b1a0;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  border-radius: 20px;
  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;
}

.logo-wei {
  margin-right: auto;
}

.nav-menu-1 {
  z-index: 10000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

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

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

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

.nav-link-1.flie-text:hover {
  background-color: var(--main);
  color: #fff;
  border-radius: 50px;
  box-shadow: 3px 3px 10px #0000001a;
}

.nav-link-1.flie-text.w--current {
  background-color: var(--main);
  color: #fff;
  border-radius: 20px;
}

.nav-link-1.flie-text.left-padding, .nav-link-1.flie-text.left-padding-copy {
  padding-right: 40px;
}

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

.titelsection.unterseite {
  height: 70vh;
}

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

.div-block-video {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-image: linear-gradient(90deg, #fff 57%, #0000 74%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 35vw 40px 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

.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:hover {
  filter: none;
  color: #fff;
}

.button.flie-text.highlights.btn:hover {
  background-color: var(--main);
}

.button.flie-text.highlights {
  line-height: 1.5;
}

.button.flie-text.highlights:hover {
  filter: none;
  background-color: #635e5c;
}

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

.icons.wei {
  filter: none;
}

.section1 {
  padding: 5rem 80px;
  position: relative;
  overflow: hidden;
}

.heading-links-klein {
  margin-top: 0;
  margin-bottom: 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.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: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
  width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  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 80px;
  display: flex;
}

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

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding-top: 60px;
  padding-bottom: 60px;
  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 {
  border-radius: 20px;
  justify-content: center;
  width: 100%;
  min-width: 200px;
  height: 120px;
  display: flex;
  overflow: hidden;
}

._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 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.inhalt-untereinander {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

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

.circle2 {
  z-index: -1;
  opacity: .2;
  width: 13.1vw;
  position: absolute;
  inset: auto -100px 0% auto;
}

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

.section-gro-e-abst-nde.unten-abstand {
  z-index: 0;
  padding-bottom: 220px;
  padding-left: 10%;
  padding-right: 10%;
}

.section-gro-e-abst-nde.unten-abstand.zweitfarbe {
  z-index: 0;
}

.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.overflow {
  overflow: visible;
}

.section-gro-e-abst-nde.top {
  padding-top: 0;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 40px 0 20px;
  display: flex;
}

.circle1 {
  z-index: -1;
  opacity: .2;
  width: 26.1vw;
  position: absolute;
  inset: -5% auto auto -50px;
}

.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;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

.inhalt-untereinander-2.effekt.no-shadow {
  box-shadow: none;
  transition-property: none;
}

.inhalt-untereinander-2.effekt.no-shadow:hover {
  transform: none;
}

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

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

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

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

.heading-mittig.klein {
  font-size: 25px;
  line-height: 1.3;
}

.circle3 {
  z-index: -1;
  opacity: .2;
  height: 57.5vh;
  position: absolute;
  inset: auto 100px 0% auto;
}

.circle4 {
  z-index: -1;
  opacity: .2;
  height: 46.4vh;
  position: absolute;
  inset: 15% auto auto -200px;
}

.image-home1 {
  object-fit: cover;
  width: 80%;
  height: 66.3vh;
  box-shadow: 3px 3px 44px #0000001a;
}

.image-home1.left {
  object-position: 15% 50%;
}

.image-home-2 {
  z-index: 1;
  object-fit: cover;
  width: 80%;
  height: 40vh;
  position: absolute;
  top: 400px;
  left: auto;
  right: 0%;
  box-shadow: 3px 3px 44px #0000001a;
}

._2er_grid {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 0;
  margin-bottom: 0;
}

.html-embed-2 {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}

.inhalt-footer3 {
  color: #fff;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: stretch stretch;
}

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

.heading_footer.heading-1 {
  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 {
  border-color: #fff;
}

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

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

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

._4er-grid {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.img-45vh {
  object-fit: cover;
  object-position: 50% 50%;
  flex: none;
  width: 100%;
  height: 40vh;
}

.img-45vh.contain {
  object-fit: contain;
  object-position: 50% 100%;
}

.img-45vh.top {
  object-position: 50% 50%;
}

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

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

.heading-mittig-klein.heading-3 {
  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.dark {
  color: #333;
}

.untereinander {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-round {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 15px;
  display: flex;
}

.icon {
  filter: invert();
  object-fit: contain;
  width: 45px;
}

._3-4-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 20px;
}

.galerie {
  flex-direction: row-reverse;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-left: 20px;
  display: flex;
}

.tab-content-galerie, .tabs-content {
  width: 100%;
  height: 100%;
}

.galerie-tab {
  filter: grayscale(50%);
  margin-bottom: 20px;
  padding: 0;
}

.galerie-tab.w--current {
  filter: grayscale(0%);
  background-image: none;
  padding: 0;
}

.galerie-thumbnail {
  object-fit: cover;
  width: 20vw;
  height: 100%;
}

.img-galerie {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.link-block.round {
  border-radius: 50%;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px 10px 10px 15px;
  display: flex;
}

.link-block.round.hauptfarbe {
  transition: all .2s;
}

.link-block.round.hauptfarbe:hover {
  filter: contrast(200%);
}

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

.wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: block;
  overflow: hidden;
}

.img-left {
  object-fit: cover;
  border-radius: 20px;
  width: 26vw;
  height: 66.3vh;
  margin-right: 0;
}

.img-right {
  object-fit: cover;
  border-radius: 20px;
  width: 26.1vw;
  height: 66.3vh;
}

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

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  border-radius: 20px;
  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 {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.text-field-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 20px;
  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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.impdat-2.flie-text {
  padding: 0;
}

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

.dic-block-grauer-rand1 {
  border: 1px solid #c7c7c7;
  padding: 40px;
}

._2er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}

.block_for_icon {
  width: 100%;
  height: 30vh;
}

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

.termin-button.heading-3.highlights {
  transition: all .2s;
}

.termin-button.heading-3.highlights:hover {
  transform: translate(0, -5px);
  box-shadow: 0 11px 20px 1px #00000080;
}

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

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

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

.heading-linksb-ndig1.heading-2 {
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.paragraph-links1 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  line-height: 1.5;
}

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

.section_img {
  background-image: url('../images/pexels-nediyodukenson-7909092img3.webp');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.code-embed {
  z-index: 100;
  position: fixed;
  inset: auto 0% 10% auto;
}

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

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

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

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

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

.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: 220px;
  top: 10px;
}

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

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

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

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

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

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

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

.dropdown-list-16.max-height {
  z-index: 2;
}

.dropdown-list-16.max-height.w--open {
  max-height: 60vh;
  overflow: auto;
}

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

.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.white.scroll.center {
  justify-content: flex-start;
  align-items: center;
}

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

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

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

.driffrabe {
  color: #fff;
  background-color: #68b1a0;
}

.top-header {
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 80px;
  display: flex;
}

.left-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-img {
  filter: invert();
  object-fit: contain;
  width: 25px;
}

.nav-btn {
  border-radius: 20px;
  margin-left: auto;
  font-size: 16px;
}

.nav-btn.flie-text.hauptfarbe {
  font-family: Manrope, sans-serif;
}

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

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

.card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #68b1a0;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.small-icon {
  filter: invert();
  object-fit: contain;
  width: 30px;
}

.small-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}

._2er {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  position: relative;
}

.image-div {
  border-radius: 20px;
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.image100.left {
  object-position: 70% 50%;
  padding-left: 0;
}

.image-div-right {
  border-radius: 20px;
  height: 60vh;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.ab-div {
  z-index: 22;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 12% 0% auto auto;
}

.ab-div._2 {
  top: auto;
  bottom: 12%;
  right: 10%;
}

.small {
  margin-top: 10px;
  font-size: 25px;
}

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

.txt-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.list-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tick {
  object-fit: contain;
  width: 17px;
}

.txt-block {
  margin-bottom: 0;
  font-size: 17px;
}

.section {
  background-image: url('../images/Shape.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.para-center.flie-text {
  overflow-wrap: anywhere;
}

._2er-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-flex {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-card {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 35vh;
  overflow: hidden;
}

.txt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.footer-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  text-decoration: none;
}

.footer-link.flie-text.w--current {
  color: #fff;
}

.footer-link.flie-text.b-p {
  margin-bottom: 5px;
}

.down {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.img {
  border-radius: 20px;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}

.contact-card {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.contact-card.highlights {
  transition: all .2s;
}

.contact-card.highlights:hover {
  transform: scale(1.01);
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.image {
  border-radius: 20px;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

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

.banner_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-image: linear-gradient(90deg, #fff 60%, #0000 74%);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px 35vw 20px 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.bottom {
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  display: flex;
}

.copyright {
  font-size: 15px;
}

.dropdown-content-4 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.dropdown-block {
  border-radius: 20px;
  width: 100%;
}

.side-para {
  text-align: left;
  font-size: 17px;
  line-height: 25px;
}

.side-para.flie-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.dropdown-button-2 {
  background-color: var(--highlights);
  color: #000;
  border-radius: 20px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.heading-left {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 30px;
  line-height: 35px;
}

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

.big {
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
}

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

.headingaba {
  margin-top: 10px;
  font-size: 45px;
}

.para-left {
  margin-bottom: 10px;
  font-size: 16px;
}

.sub-next {
  margin-top: 10px;
  font-size: 35px;
}

.numberlist {
  font-size: 16px;
  list-style-type: decimal;
}

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

.star-2 {
  width: 13px;
  margin-right: 5px;
}

.horizontal-div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.star-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-links-2 {
  text-align: center;
  font-size: 17px;
}

.absolute-block-2 {
  flex-direction: row;
  width: 80%;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.heading-mittig-klein1-3 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.color-block-3 {
  background-color: var(--main);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.content-block-2 {
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 25vh;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 1px #a9a9a9;
}

.vertical-block {
  flex-direction: column;
  display: flex;
}

.circle-image {
  filter: invert();
  border-radius: 50%;
}

._2er-grid {
  z-index: 20;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  position: relative;
}

.water-mark {
  object-fit: contain;
  width: 100%;
  height: 20%;
}

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

.left-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
}

.block {
  margin-top: 20px;
}

.ansl-logo1 {
  opacity: .65;
  position: absolute;
  inset: 5% auto auto 15%;
}

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

.ansl2-logo {
  opacity: .65;
  position: absolute;
  inset: auto 3% 5% auto;
}

.ansl2-logo.left {
  bottom: 15%;
  right: 15%;
}

.right {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.absl {
  opacity: .65;
  position: absolute;
  inset: auto 0% -5% auto;
}

.block-img {
  border-radius: 20px;
  align-self: stretch;
  height: 70vh;
  margin-top: 0;
  overflow: hidden;
}

.size {
  object-fit: contain;
  width: 150px;
}

.flex-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.quotes {
  object-fit: contain;
  width: 40px;
}

.quote-heading {
  margin-top: 10px;
  font-size: 25px;
}

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

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

.div-block-176, .wraper-txt {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  object-fit: cover;
  object-position: 50% 0%;
  width: 50%;
  height: 100%;
  margin-left: 50vw;
}

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

._2r.grid-size {
  grid-template-columns: 1fr .7fr;
}

.left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.left-heading {
  font-size: 40px;
}

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

.smallcard {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-cir {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  box-shadow: 0 5px 5px #0003;
}

.icon-small {
  filter: invert();
  object-fit: contain;
  width: 40px;
  height: 40px;
}

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

.small-icon-top {
  object-fit: contain;
  width: 250px;
  margin-top: 0;
}

.image-107 {
  object-fit: contain;
  width: 150px;
  transform: rotate(-20deg);
}

.image-108 {
  object-fit: contain;
  width: 100px;
}

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

.list-wraper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ist-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tick-mark {
  object-fit: contain;
  width: 17px;
}

.para-list {
  margin-bottom: 0;
  font-size: 16px;
}

._2r-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
}

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

.dropdown-toggle-16:hover {
  color: #fff;
}

.drop-menu.w--open {
  background-color: #fff;
}

.drop-down {
  margin-left: 0;
  margin-right: 0;
}

.droplist {
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.list1 {
  font-size: 17px;
}

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

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

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

._404-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page.zweitfarbe {
  color: #fff;
  background-color: #67bd9b;
  padding-left: 100px;
  padding-right: 100px;
}

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

.warnbild {
  filter: brightness(0%) invert();
  object-fit: contain;
  width: 10rem;
}

.heading-success-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.para-center-2 {
  text-align: center;
}

.para-center-2.flie-text {
  font-family: Roboto, sans-serif;
}

.icon3 {
  filter: invert();
  object-fit: contain;
  width: 45px;
}

.number_block {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

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

  .logo {
    padding: 0;
  }

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

  .google-maps.fest {
    height: 25rem;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: #fff;
    padding: 10px;
  }

  .navbar {
    z-index: 100;
    padding: 4px 60px;
    position: relative;
  }

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

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

  .titelsection.unterseite {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-video {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 0 60px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .div-block-video.rel {
    padding: 60px;
    position: relative;
  }

  .heading-links.heading-1, .heading-links.heading-1.farbe-der-headings {
    text-align: center;
  }

  .heading-links.heading-1.linkss {
    text-align: left;
  }

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

  .section1 {
    padding: 60px;
  }

  ._2er-grid-no-overflow {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

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

  .success {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .success-block.highlights {
    width: 100%;
  }

  ._3er-card {
    width: 100vw;
  }

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

  .section-gro-e-abst-nde.unten-abstand.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

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

  .circle3 {
    height: 300px;
  }

  .circle4 {
    height: 250px;
    left: -150px;
  }

  .image-home1 {
    width: 100%;
    height: 350px;
  }

  .image-home-2 {
    width: 100%;
    position: static;
    top: 300px;
  }

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

  .footer1.hauptfarbe {
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .menu-button {
    background-color: var(--main);
    border-radius: 16px;
  }

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

  .icon {
    color: #000;
  }

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

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

  .error-message {
    width: auto;
  }

  .form-wrap {
    text-align: center;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .top-header.driffrabe {
    padding: 6px 20px;
  }

  .nav-btn.flie-text.hauptfarbe.hidee {
    display: none;
  }

  .image-div {
    height: 55vh;
  }

  .ab-div {
    inset: auto 0% 0% auto;
  }

  .ab-div._2 {
    bottom: 0%;
    right: 0%;
  }

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

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

  .txt-div.first {
    order: -9999;
  }

  .section {
    padding: 60px;
  }

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

  .footer-link.flie-text {
    padding: 0;
  }

  .footer-link.flie-text.neben {
    display: flex;
  }

  .grid {
    width: 100%;
  }

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

  .banner_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 60px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .copyright.flie-text {
    text-align: center;
  }

  .left-block {
    width: 100%;
  }

  .quote-heading.heading-1 {
    text-align: center;
  }

  .banner {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner.btm {
    object-position: 50% 18%;
    height: 70vh;
  }

  ._2r.grid-size {
    flex-flow: column;
    display: flex;
  }

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

  .left.mittig {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .image-107 {
    width: 100px;
  }

  .drop-menu.w--open {
    background-color: var(--highlights);
    border-radius: 20px;
    position: static;
  }

  .heading-93.heading-3 {
    text-align: center;
    font-size: 20px;
  }

  .heading-success-2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .icon3 {
    color: #000;
    width: auto;
  }

  .dropdown-18 {
    width: 100%;
  }

  .icon-2 {
    margin-left: 10px;
    margin-right: 0;
    position: relative;
    inset: 0% 0% 0% auto;
  }
}

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

  .logo-img {
    width: 250px;
  }

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

  .terminbutton.highlights.flie-text {
    font-size: 15px;
  }

  .divblock1 {
    height: auto;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .titelsection {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .titelsection.unterseite {
    height: auto;
    display: flex;
  }

  .div-block-video {
    text-align: center;
    order: 9999;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
  }

  .div-block-video.rel {
    text-align: center;
    order: 9999;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px;
  }

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

  .heading-links.heading-1.linkss {
    text-align: center;
  }

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

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

  .button.flie-text.highlights.bigger {
    font-size: 15px;
  }

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

  .section1 {
    padding: 40px;
  }

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

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

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

  .success {
    height: auto;
    min-height: auto;
    padding: 40px;
  }

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

  .success-block.highlights {
    height: auto;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

  .content {
    padding: 20px 10px;
  }

  .image-home1, .image-home-2 {
    height: 250px;
  }

  .footer_grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer1.hauptfarbe {
    padding: 40px 20px;
  }

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

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

  .img-45vh {
    height: 25rem;
  }

  .img-45vh.con {
    object-fit: contain;
    object-position: 50% 100%;
  }

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

  .icon-round {
    margin-right: 0;
    padding: 0;
  }

  .icon-round.kleiner {
    width: 50px;
    height: 50px;
  }

  .menu-button {
    padding: 14px;
  }

  ._3-4-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .galerie {
    flex-direction: column;
  }

  .tabs-menu {
    margin-left: 0;
  }

  .galerie-thumbnail {
    width: 100%;
    height: 200px;
  }

  .wrapper {
    flex-direction: column;
    margin-top: 20px;
  }

  .img-left, .img-right {
    height: 400px;
  }

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

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

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

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

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-field-4 {
    text-align: center;
    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;
  }

  .impdat-2.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .datenschutz-link {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

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

  .image-div {
    height: 25rem;
  }

  .section {
    padding: 40px;
  }

  .footer-link.flie-text {
    text-align: center;
    padding: 0;
  }

  .footer-link.flie-text.w--current {
    padding-right: 0;
  }

  .footer-link.flie-text.b-p {
    text-align: center;
  }

  .down {
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

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

  .image {
    height: 25rem;
  }

  .banner_wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    order: 9999;
    margin: 0;
    padding: 40px;
  }

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

  .bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 40px;
    padding-top: 20px;
  }

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

  .flex-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quotes {
    width: 28px;
  }

  .quote-heading.heading-1 {
    font-size: 21px;
  }

  .banner, .banner.btm {
    height: 28rem;
  }

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

  .left.last {
    order: 9999;
  }

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

  .er-2 {
    flex-flow: column;
    display: flex;
  }

  .image-107 {
    width: 77px;
  }

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

  .ist-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

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

  .droplist.hauptfarbe.w--open {
    position: static;
  }

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

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

  .warnbild {
    width: 5rem;
    margin-bottom: 10px;
  }

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

  .number_block {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

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

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

  .logo-img {
    width: 190px;
  }

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

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

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

  .titelsection {
    height: auto;
  }

  .div-block-video {
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
  }

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

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

  .icons {
    margin-bottom: 10px;
  }

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

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

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

  .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.unten-abstand.zweitfarbe {
    padding: 10px 5px;
  }

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

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

  .circle3 {
    height: 200px;
  }

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

  .html-embed-2 {
    max-width: 100%;
  }

  .inhalt-footer3.flie-text {
    text-align: left;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

  .tabs-menu {
    margin-left: 0;
  }

  .galerie-thumbnail {
    height: 120px;
  }

  .img-left, .img-right {
    height: 300px;
  }

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

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

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image100.left {
    object-position: 40% 50%;
  }

  .image100.left.rechts {
    object-position: 70% 50%;
  }

  .ab-div {
    inset: auto 0% 0% auto;
  }

  .footer-link.flie-text.w--current {
    padding-right: 0;
  }

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

  .banner_wrap {
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .heading-92.heading-3 {
    font-size: 18px;
    line-height: 20px;
  }

  .side-para.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

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

  .quote-heading.heading-1 {
    font-size: 19px;
  }

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

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

  .smallcard {
    padding: 20px;
  }

  .icon-small {
    width: 35px;
    height: 35px;
  }

  .heading-93.heading-3 {
    font-size: 16px;
    line-height: 20px;
  }

  ._404-page.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

#w-node-_58843dce-01b7-11ad-7ddd-e9889d68a104-14aef959 {
  place-self: center;
}

#w-node-a8e0360c-0c0f-2277-a352-cb74a32d42ac-14aef959, #w-node-_3d5d3c51-68d6-bdc3-8433-374df536e3ae-14aef959, #w-node-db449445-4e50-f1e8-23ac-e6638506428c-14aef959 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09507b5a-85f4-9736-0831-00d3bb90f2f0-14aef965 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48dcfbb4-7faf-e361-d49c-517c1d14cd97-14aef967 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_6d97772f-c844-eded-0cc0-d46d91015331-85572ee2 {
  place-self: center;
}

#w-node-_09507b5a-85f4-9736-0831-00d3bb90f2f0-1c1dd80d, #w-node-_22d14a95-02d7-dac0-8a92-69f7a2f3958f-ebf27bcc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-db449445-4e50-f1e8-23ac-e6638506428c-14aef959 {
    grid-column: span 2 / span 2;
  }
}


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