:root {
  --green: #42a756;
  --white: white;
  --dark: #161616;
  --black: black;
  --highlights: #48caba;
  --main: #516360;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

.logo-img {
  object-fit: contain;
  width: 130px;
}

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

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

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

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #42a756;
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

.zweitfarbe {
  color: #000;
  background-color: #c5f5ce;
  margin-bottom: 0;
  margin-right: 0;
}

.zweitfarbe.w--current {
  color: #fff;
  background-color: #43a756;
}

.highlights {
  color: #fff;
  background-color: #42a756;
}

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

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

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

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

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

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

.farbe-der-headings {
  color: #42a756;
  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;
}

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

.nav-men-1.hauptfarbe {
  z-index: 10000;
}

.navbar1 {
  z-index: 999;
  border-bottom: 1px solid #e1e1e180;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

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

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

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

.nav-link-3.flie-text {
  border: 2px solid #42a756;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  background-color: var(--white);
  color: #42a756;
  font-weight: 500;
}

.navbar-6 {
  width: 100%;
  position: sticky;
  top: 0%;
}

.navbar-6.hauptfarbe {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.titel2-start-1 {
  height: 90vh;
  position: relative;
}

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

.div-block-video1 {
  z-index: 1;
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 15vw;
  display: flex;
}

.heading-klein-mittig.heading-3.farbe-der-headings {
  font-size: 24px;
}

._3ergrid-effekt {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  min-height: 60vh;
  margin-top: 40px;
  position: static;
}

.text-feld1 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 15vh;
  padding: 20px;
  display: flex;
}

.text-feld1.zweitfarbe {
  min-height: 20vh;
}

.bild-section-cover-1 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/AdobeStock_32178431_Preview.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

.bild-section-cover-1._2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/liebenbury-25-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig1.heading-2 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-mittig1.heading-2.farbe-der-headings {
  color: var(--green);
  font-family: Montserrat, sans-serif;
}

.heading-mittig1.heading-2.farbe-der-headings.small {
  font-size: 20px;
}

.heading-mittig1.heading-2.small {
  font-size: 18px;
}

.heading-mittig1.heading-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}

.heading-mittig1.heading-2.farbe-der-headings {
  display: block;
}

.heading-mittig1.heading-3.farbe-der-headings.small {
  font-size: 16px;
  line-height: 1.5;
}

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

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

.terminbutton-2 {
  text-transform: uppercase;
  border: 1px solid #42a756;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  line-height: 1.2;
}

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

.terminbutton-2.highlights {
  background-color: var(--green);
  border-color: #fff;
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.terminbutton-2.highlights:hover {
  background-color: var(--dark);
}

.terminbutton-2.highlights.small {
  color: #43a756;
  background-color: #fff;
  border: 5px solid #43a756;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  display: flex;
}

.terminbutton-2.highlights.small.big {
  text-transform: capitalize;
  border-radius: 15px;
  width: auto;
  font-family: Montserrat, sans-serif;
}

.terminbutton-2.zweitfarbe.heading-3 {
  border-radius: 15px;
  font-family: Montserrat, sans-serif;
}

.terminbutton-2.zweitfarbe.heading-3:hover {
  background-color: var(--dark);
  color: #fff;
}

._6ergrid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

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

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

.icon-gro-1 {
  object-fit: contain;
  width: 180px;
  height: 180px;
}

.icon-gro-1.wei {
  filter: brightness(0%) invert();
}

.inhalt-untereinander {
  text-align: right;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 40px 40px;
  display: flex;
}

.inhalt-untereinander.hauptfarbe {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.inhalt-untereinander.links {
  text-align: left;
  align-items: flex-start;
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr 1fr;
  width: 100%;
  margin-top: 60px;
}

.strich-im-hintergrund {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-1 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-1.hauptfarbe {
  flex-direction: row;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.maps {
  width: 100%;
}

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

.footer-image-2 {
  margin-right: 10px;
}

.div-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.footertext1-2 {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.titelvideo-unterseite {
  height: 70vh;
  position: relative;
}

.link-formular {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.form-text1 {
  text-transform: none;
  margin-bottom: 10px;
}

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

.tab-pane-tab-1 {
  perspective: none;
  width: 100.032%;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.tab-link1 {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 22px;
}

.tab-link1.w--current {
  background-color: #fff;
  border-bottom: 2px solid #48caba;
}

.tab-link1.heading-2 {
  color: #333;
  background-color: #ddd;
  transition: all .3s ease-in-out;
}

.tab-link1.heading-2:hover, .tab-link1.heading-2.w--current {
  color: #fff;
  background-color: #42a756;
}

.tabs-content1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

._4er-grid-team {
  grid-column-gap: 25px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100.032%;
  margin-top: 40px;
}

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

.galerie-img1 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.galerie-img1.big {
  object-fit: contain;
}

.inhalt-mittig-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  display: flex;
}

.kontakt-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: stretch;
}

.maps1 {
  z-index: 100;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}

.impdat {
  padding: 100px 40px;
}

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.div-block-footer1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  height: 99.9998%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: grid;
}

.footer-2 {
  border-top: 1px solid #e1e1e180;
  margin-top: auto;
  padding: 20px 140px;
}

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

.heading-footer.heading-3 {
  margin-bottom: 10px;
}

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

.icon1-2 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  border-radius: 0;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.navigation-divider.highlights {
  margin-left: auto;
}

.left-part {
  z-index: 3;
  float: left;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.field-label.heading-2.farbe-der-headings {
  color: #fff;
  font-size: 14px;
}

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

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 80%;
  padding: 20px;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: none;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

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

.right-part {
  z-index: 3;
  float: right;
  color: #fff;
  background-color: #2c2c2c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.html-embed-3 {
  height: 100%;
}

.logo-abstand1 {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-5 {
  line-height: 1.3;
}

.text-block-6 {
  color: var(--black);
  line-height: 1.3;
}

.text-block-7, .text-block-8 {
  line-height: 1.3;
}

.image-wrapper {
  height: 100vh;
}

.image-wrapper.mittig {
  display: flex;
}

.image-wrapper.mittig.size {
  height: 100%;
}

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

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

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

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

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

.social-div {
  justify-content: flex-end;
  align-items: flex-end;
  width: 20%;
  display: flex;
  position: fixed;
  inset: 88% 3% auto auto;
}

.social-link {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.icon {
  object-fit: contain;
  width: 20%;
  height: 30%;
  transition: all .2s;
}

.icon:hover {
  transform: scale(1.2);
}

.section-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
}

.grid-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-bild-1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33vw;
  height: 45vh;
  padding-bottom: 60px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-bild-1-2.autoo {
  height: auto;
}

.text-feld1-2 {
  text-align: center;
  min-height: 80px;
}

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

.link-block-2, .link-block-3 {
  color: var(--black);
  text-decoration: none;
}

.section-50 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

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

.text-mittig1-2 {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

.text-mittig1-2.flie-text.unten {
  margin-bottom: 0;
}

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

.text-mittig1-3.flie-text {
  line-height: 1.5;
}

.dropdown-list-13 {
  width: 30vw;
  position: absolute;
}

.dropdown-list-13.w--open {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.dropdown-list-13.hauptfarbe.w--open {
  top: 51px;
}

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

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

.link-block-5 {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-5:hover {
  border: 2px solid var(--white);
  background-color: #fff;
}

.link-block-5.w--current {
  border: 2px #fff;
}

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

.div-block-170 {
  z-index: 999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
}

.social-link-1 {
  width: 55px;
  height: 55px;
}

.zweitfarbe-2 {
  background-color: #0000000d;
}

.div-1 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #000;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-2 {
  border: 1px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 20vh;
  padding: 5px;
  display: flex;
}

.div-2.zweitfarbe {
  border-width: .5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-2.zweitfarbe-2 {
  border-width: .5px;
  border-color: #000;
  justify-content: center;
  align-items: center;
}

.div-2.zweitfarbe-3 {
  background-color: #0003;
  border-width: .5px;
  border-color: #000;
  justify-content: center;
  align-items: center;
}

.small {
  font-size: 15px;
}

._100vh {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.big {
  font-size: 30px;
}

.text-block-9 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1.5;
}

.animation {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.heading-klein-mittig-20px.heading-3.farbe-flie-text {
  margin-top: 0;
  margin-bottom: 0;
}

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

.heading-left.heading-2 {
  text-transform: uppercase;
  width: 100%;
  font-size: 30px;
  line-height: 1.3;
}

.heading-left.heading-2.top {
  text-align: left;
  flex-flow: row;
  width: 100%;
  font-weight: 700;
  display: flex;
}

.heading-left.heading-2.font {
  font-weight: 700;
}

.heading-left.heading-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}

.text-links {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
}

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

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.dropdown-15 {
  border: 2px solid #42a756;
}

.text-block-10 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1.5;
}

.image-100-absolute {
  z-index: -1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.icon-contact {
  object-fit: contain;
  width: 50px;
  height: 50px;
  transition: all .2s;
}

.icon-contact:hover {
  transform: scale(1.2);
}

.div-block-172 {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-172.autoo {
  width: auto;
  min-width: 950px;
  max-width: 950px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.galerie-img1-top {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.icon-services-2 {
  object-fit: contain;
  width: 50px;
  height: 50px;
  display: none;
}

.link-block-7 {
  color: var(--black);
  text-decoration: none;
  display: none;
}

.div-block-footer1-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start center;
  width: 100%;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

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

._2er-grid {
  grid-template-rows: auto;
  width: 100%;
}

.section-50-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 15vw;
  display: flex;
}

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

.image-auto._85vh {
  object-fit: contain;
  width: 100%;
  height: 85vh;
}

.wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

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

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.link-block-8 {
  z-index: 200;
  position: absolute;
  inset: 0%;
}

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

.map-wrapper.mit {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banne-overlay {
  color: #fff;
  object-fit: contain;
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-2 {
  background-color: #ddd0;
  width: 100%;
  height: 70vh;
  margin-top: 40px;
  margin-bottom: 0;
}

.left-arrow-2 {
  background-color: #43a756;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  inset: 0% auto 0% 1%;
}

.left-arrow-2.white {
  background-color: var(--white);
}

.right-arrow-2 {
  background-color: #43a756;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  inset: 0% 1% 0% auto;
}

.right-arrow-2.white {
  background-color: var(--white);
}

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

.slogan1-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 85px;
}

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

.image-100-abs {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-100-blur {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-wrapper-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 500px;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kalender {
  object-fit: contain;
  height: 35vh;
}

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

.bold-text-11 {
  object-fit: fill;
  width: 100%;
}

.section-79 {
  padding-bottom: 0;
}

.divider {
  height: 5px;
}

.image-100-absolute-contain {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.icon-2, .icon-3 {
  color: #42a756;
}

.list-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.list {
  font-size: 17px;
  line-height: 1.7;
}

.link-6 {
  color: #42a756;
  font-weight: 600;
  text-decoration: underline;
}

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

.utility-page-content-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

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

.heading-92, .text-block-11 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.bold-text-13 {
  font-weight: 700;
}

.img-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.sm-icon {
  z-index: 999;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
}

.image-109 {
  object-fit: contain;
}

.img0-wrapper-relative {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

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

.paperform-wrapper {
  width: 100%;
}

._2e-grid2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.inhalt-untereinander-33 {
  text-align: right;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 40px 40px;
  display: flex;
}

.inhalt-untereinander-33.hauptfarbe {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.inhalt-untereinander-33.hauptfarbe.card {
  justify-content: center;
  align-items: center;
  height: 35vh;
}

.inhalt-untereinander-33.links {
  text-align: left;
  align-items: flex-start;
}

.slider-4 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 50px;
  }

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .container-8 {
    text-align: center;
    min-width: 100%;
  }

  .men-buttton1.hauptfarbe {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .nav-link-3.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-6.hauptfarbe {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .men-icon1 {
    color: #fff;
  }

  .titel2-start-1 {
    height: 60vh;
  }

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

  .heading-klein-mittig.heading-3.farbe-der-headings.kleiner {
    margin-top: 10px;
    font-size: 20px;
  }

  ._3ergrid-effekt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-height: 140vh;
  }

  .text-feld1.zweitfarbe.halb {
    width: 50%;
  }

  .bild-section-cover-1._2 {
    padding: 60px;
  }

  .terminbutton-2.highlights.small.big {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

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

  .icon-gro-1.wei {
    width: 100px;
    height: 100px;
  }

  .inhalt-untereinander.hauptfarbe {
    text-align: center;
    align-items: center;
  }

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

  .strich-im-hintergrund {
    background-image: none;
    background-size: auto;
    margin-bottom: 10px;
  }

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

  .titelvideo-unterseite {
    height: 60vh;
  }

  .tab-link1.heading-2 {
    font-size: 16px;
  }

  .tabs-content1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._4er-grid-team {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 10px;
  }

  .inhalt-mittig-untereinander1 {
    padding: 20px 40px;
  }

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

  .maps1 {
    height: 45vh;
  }

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

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

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

  .heading-22 {
    font-size: 28px;
  }

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

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

  .inhalt-footer {
    align-self: auto;
  }

  .impdat-2.flie-text {
    align-items: flex-start;
  }

  .image-wrapper {
    height: 60vh;
  }

  .image-wrapper.mittig.size {
    height: 25rem;
  }

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

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

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

  .grid-17._3er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-bild-1-2 {
    width: 100%;
    height: 18rem;
    padding-bottom: 40px;
  }

  .text-feld1-2 {
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-50 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .dropdown-list-13.hauptfarbe.w--open {
    background-color: var(--dark);
    width: 100%;
    position: static;
  }

  .icon-services {
    width: 30px;
    height: 30px;
  }

  .navlink-3 {
    width: 100%;
    padding: 10px;
  }

  .link-block-5:hover {
    background-color: var(--dark);
  }

  .social-link-1 {
    width: 40px;
    height: 40px;
  }

  .div-1.hide {
    display: none;
  }

  .heading-left.heading-2 {
    text-align: center;
  }

  .heading-left.heading-2.top {
    text-align: center;
    overflow-wrap: anywhere;
    justify-content: center;
    align-items: center;
  }

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

  .quick-stack {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-15 {
    width: 100%;
  }

  .image-100-absolute {
    object-fit: fill;
  }

  .icon-contact {
    width: 40px;
    height: 40px;
  }

  .div-block-172.autoo {
    min-width: 700px;
    max-width: 700px;
    margin-top: 20px;
  }

  .div-block-footer1-2 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2er-grid {
    flex-flow: wrap;
    display: flex;
  }

  ._2er-grid.invert {
    flex-flow: row-reverse wrap-reverse;
  }

  .section-50-2, .section-50-2.highlights {
    padding: 60px;
  }

  .image-auto {
    width: 100%;
    height: 100%;
  }

  .image-auto._85vh, .image-auto._85vh.cont {
    height: 100%;
  }

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

  .wrapper {
    order: 9999;
    height: auto;
    padding: 0;
  }

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

  .wrapper.left.last, .wrapper.last {
    order: 9999;
  }

  .slider-2 {
    margin-top: 20px;
  }

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

  .content-wrapper-center {
    height: 60vh;
  }

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

  .dropdown-toggle-12 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img-wrapper {
    order: -9999;
    height: 60vh;
    padding: 0;
  }

  .sm-icon {
    margin-right: 10px;
    inset: auto 0% 30% auto;
  }

  .img0-wrapper-relative {
    height: 60vh;
  }

  .lightbox-link-2 {
    display: block;
  }

  .code-embed-3, .paperform-wrapper {
    overflow: auto;
  }

  ._2e-grid2 {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .inhalt-untereinander-33.hauptfarbe {
    text-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 60px;
  }

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

  .divblock1 {
    height: auto;
  }

  .navbar-6.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .titel2-start-1 {
    height: 28rem;
  }

  .titelvideo1 {
    height: 100%;
  }

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

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

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

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

  .text-feld1.zweitfarbe.halb {
    width: 100%;
  }

  .bild-section-cover-1 {
    padding: 5vh 10vw;
  }

  .bild-section-cover-1._2 {
    padding: 40px;
  }

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

  .heading-mittig1.heading-2 {
    text-align: center;
    line-height: 35px;
  }

  .heading-mittig1.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

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

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

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

  .icon-gro-1.wei {
    height: 100px;
  }

  .footer-1.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .maps, .div-footer {
    width: 100%;
  }

  .footertext1-2 {
    margin-bottom: 10px;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .tab-link1.heading-2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
  }

  ._4er-grid-team {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .maps1 {
    height: 20rem;
  }

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

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

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

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

  .footer-2.hauptfarbe {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .impdat-2.flie-text {
    align-items: center;
  }

  .image-wrapper {
    height: 50vh;
  }

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

  .div-block-bild-1-2 {
    width: 300px;
    height: 20rem;
  }

  .section-50 {
    padding: 40px;
  }

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

  .icon-services {
    width: 20px;
    height: 20px;
  }

  .social-link-1 {
    width: 35px;
    height: 35px;
  }

  .div-1 {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

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

  .heading-left.heading-2.font {
    text-align: center;
    overflow-wrap: anywhere;
  }

  .heading-left.heading-2 {
    text-align: left;
    line-height: 35px;
  }

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

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

  .div-block-172.autoo {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .div-block-footer1-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-50-2, .section-50-2.highlights {
    padding: 40px;
  }

  .wrapper {
    height: auto;
  }

  .slider-2 {
    height: 25rem;
    margin-top: 0;
  }

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

  .content-wrapper-center {
    height: 25rem;
  }

  .btn-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .kalender {
    height: 7rem;
  }

  .list-div.hauptfarbe {
    width: 100%;
  }

  .list.flie-text {
    padding-left: 20px;
    font-size: 14px;
  }

  .image-108 {
    height: 5rem;
  }

  .img-wrapper {
    height: 25rem;
  }

  .img-wrapper.redd {
    background-color: #ff3131;
  }

  .img0-wrapper-relative {
    height: 20rem;
  }

  .slide-nav-2 {
    font-size: 5px;
  }
}

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

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

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

  .logo-img {
    width: 50px;
  }

  .logo.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .section-gro-e-abst-nde1 {
    padding: 40px 20px;
  }

  .text-feld1.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-mittig1 {
    overflow-wrap: anywhere;
    font-size: 20px;
  }

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

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

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

  .terminbutton-2.highlights {
    margin-top: 0;
  }

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

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

  .tab-link1.heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .tab-link1.heading-2.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

  .inhalt-footer {
    margin-left: 0;
    margin-right: 0;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

  .logo-abstand1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-wrapper {
    height: 45vh;
  }

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

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

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

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

  .div-block-bild-1-2 {
    width: 220px;
    height: 17rem;
  }

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

  .social-link-1 {
    width: 30px;
    height: 30px;
  }

  .div-1 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .section-50-2, .section-50-2.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .content-wrapper-center {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .inhalt-untereinander-33.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_6923bd0a-bf65-a301-5c8f-5d5b401875ed-99622d30 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2464406-ffd2-8b8a-ca16-9cd027b52608-0a08520e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3b8b860-1848-47c4-a03e-b849d998f3e9-99622d38, #w-node-fa981b82-4ba0-33fc-b23e-1c2187d7d244-99622d38 {
  grid-area: 5 / 2 / 6 / 2;
}

#w-node-_7dae66c4-65f7-da53-9d3a-ddb0cc4b6b99-99622d38 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_7f51cb46-1765-c2d5-33bf-47b9e1ce98b8-99622d38 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-a7850bed-c888-d672-bbd4-4490abc95c07-99622d3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2cfd7809-4193-fa17-f60f-981fa08108f2-99622d3d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


