@font-face {
  font-family: Comic Sans Ms;
  src: url('../fonts/Comic-Sans-MS.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans Ms;
  src: url('../fonts/Comic-Sans-MS.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --zweitfarbe: #eeebe8;
  --light-green: #add1af;
  --highlight-color: #3b6957;
  --main-color: #000;
}

.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;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
  font-family: ink-free, sans-serif;
}

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

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

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

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

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

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

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

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

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

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #fff;
  background-color: #3b6957;
}

.adresse {
  margin-bottom: 5px;
}

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

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

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

.heading-3 {
  font-family: Quicksand, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.nav-menu-1.hauptfarbe {
  z-index: 1000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  flex-flow: wrap;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Comic Sans Ms, Arial, sans-serif;
}

.nav-link:hover {
  color: #a8a8a8;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.nav-link.flie-text {
  color: #333;
  border-bottom: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.nav-link.flie-text:hover {
  border-bottom: 2px solid #fff;
  font-size: 14px;
}

.nav-link.flie-text.w--current {
  border-bottom: 1px solid #fff;
}

.nav-link.flie-text.white-text {
  color: #fff;
}

.navbar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5vw;
  display: flex;
  top: 0%;
  left: 0%;
  right: 0%;
}

.subheading1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Comic Sans Ms, Arial, sans-serif;
}

.subheading1.heading-3 {
  text-align: left;
}

.subheading1.heading-3.farbe-der-headings.margin-bottom {
  margin-bottom: 20px;
}

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

.bannerdiv {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kontaktbutton {
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}

.kontaktbutton.flie-text.highlights {
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all .2s;
}

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

.titel-start-1 {
  height: 80vh;
  position: relative;
}

.hauptheading {
  text-align: left;
  margin-top: 10px;
  font-family: Comic Sans Ms, Arial, sans-serif;
  font-size: 90px;
  line-height: 95px;
}

.hauptheading.heading-2 {
  font-size: 75px;
  line-height: 1.3;
  text-align: center;
}

.img-mask {
  z-index: 50;
  position: relative;
}

._2er-grid1 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  min-height: 80vh;
}

.text-links {
  font-size: 16px;
  line-height: 25px;
}

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

.bild-oben-verschoben1 {
  object-fit: cover;
  height: 90vh;
  position: absolute;
  inset: -15% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.section-gro-e-abst-nde {
  padding: 10vh 15vw 5vh;
}

.heading-links1 {
  margin-top: 10px;
  font-family: Comic Sans Ms, Arial, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

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

.bannerdiv .heading-links1.heading-2 {
  font-weight: 700;
}

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

.inhalt-untereinander-1.flie-text._100 {
  width: 100%;
}

.hauptparagraph {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.hauptparagraph.flie-text {
  font-weight: 400;
  line-height: 1.5;
}

.hauptparagraph.flie-text.big {
  font-size: 20px;
}

.rahmen-bild1 {
  border: 1px solid #616161;
  width: 100%;
  height: 33.4vh;
  padding: 10px;
}

.rahmen-bild1._28vh {
  height: 28vh;
}

.rahmen-bild1._50vh {
  height: 50vh;
}

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

.section-2.rel {
  position: relative;
}

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

.smallheading.heading-2 {
  margin-top: 10px;
  line-height: 1.3;
}

._6er-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.inhalt-mittig1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.inhalt-mittig1.bordered {
  border: 1px solid #616161;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.inhalt-mittig1.top.rel {
  position: relative;
  left: 55%;
}

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

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

.mehr-erfahren2.highlights {
  color: #fff;
}

.mehr-erfahren2.highlights.flie-text {
  background-color: var(--highlight-color);
}

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

.heading {
  text-align: center;
  margin-top: 10px;
  font-family: Comic Sans Ms, Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

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

.heading.heading-1.nicht-fett {
  font-weight: 400;
}

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

.bild-cover-1 {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(#00000091, #00000091);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Comic Sans Ms, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.div-block-footer1.hauptfarbe {
  flex-direction: row;
  justify-content: space-between;
}

._1.flie-text {
  color: #fff;
}

._1.font-2 {
  font-family: Comic Sans Ms, Arial, sans-serif;
}

.footer-visu-1 {
  padding: 60px 10%;
}

.footer-visu-1.hauptfarbe {
  background-color: var(--main-color);
}

.footer-visu-1 .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  height: auto;
}

.bild-oben-verschoben1-2 {
  object-fit: cover;
  height: 90vh;
  position: absolute;
  inset: -15% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.grid-galerie3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 40px;
}

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

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

.form-block-1 {
  margin-top: 20px;
}

.form-text.flie-text {
  font-family: ink-free, sans-serif;
}

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

.section_1 {
  height: 79.6vh;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 140%;
  position: absolute;
  inset: 0%;
}

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

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

.footer-inhalt {
  flex: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}

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

.link.black {
  color: #333;
}

.social-media-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

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

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

.impdat-2.flie-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  min-height: auto;
  padding: 0;
  display: flex;
}

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

.impressum-link.flie-text {
  font-family: ink-free, sans-serif;
}

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

.datenschutz-link.flie-text {
  font-family: ink-free, sans-serif;
}

.image-wrapper {
  height: 30vh;
}

.image-wrapper._46vh {
  height: 46vh;
}

.image-wrapper._25vh {
  height: 25vh;
}

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

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

.image-wrapper-large {
  width: 100%;
  height: 60vh;
  margin-bottom: 20px;
}

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

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

.dropdown-list {
  padding: 20px;
}

.titel-start-2 {
  height: 65vh;
  position: relative;
}

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

.list-item {
  margin-bottom: 10px;
}

._4er-grid {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

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

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

.lightbox-image:hover {
  transform: scale(1.05);
}

._4er-grid1 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.list-50 {
  text-align: left;
  width: 50%;
  margin-top: 20px;
  font-size: 16px;
}

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

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

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

.accordion-tab-button-dark {
  background-color: var(--highlight-color);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

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

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

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

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

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

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

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

.smallheading-links {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
}

.smallheading-links.heading-2 {
  line-height: 1.3;
}

._2er-grid {
  grid-template-rows: auto;
  width: 80%;
  margin-top: 60px;
}

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

.top-margins {
  margin-top: 40px;
}

.hero-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

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

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

.wrap {
  overflow-wrap: anywhere;
}

.link-6 {
  color: var(--highlight-color);
  text-decoration: none;
}

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

.text-field {
  height: 3rem;
}

.text-field.cctextarea {
  height: 6rem;
}

.utility-page-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  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%;
}

.warnbild {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 45vh;
}

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

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

.text-error {
  font-size: 16px;
}

.green {
  color: var(--highlight-color);
}

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

.slide-2 {
  width: 50%;
  height: 65vh;
  margin-right: 25px;
}

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

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

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

.left-arrow-2 {
  left: -20%;
}

.right-arrow-2 {
  right: -20%;
}

.slide-nav-2 {
  display: none;
}

.bold-text-10 {
  font-family: Comic Sans Ms, Arial, sans-serif;
  font-weight: 700;
}

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

.div-block {
  display: flex;
}

.watermark {
  opacity: .22;
  object-fit: contain;
  width: 40%;
  height: 40%;
  position: absolute;
  inset: auto;
}

.smallheading-2 {
  text-align: center;
  font-family: Comic Sans Ms, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.smallheading-2.heading-2 {
  margin-top: 10px;
  line-height: 1.3;
}

.font-2 {
  font-family: Comic Sans Ms, Arial, sans-serif;
}

@media screen and (max-width: 991px) {
  body {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .logo-img {
    width: 120px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1.hauptfarbe {
    background-color: var(--highlight-color);
    padding: 10px 20px;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text {
    color: #fff;
    border-bottom-style: none;
    padding: 15px 0;
  }

  .nav-link.flie-text:hover, .nav-link.flie-text.w--current {
    color: var(--light-green);
    border-bottom-style: none;
  }

  .nav-link.flie-text.white-text {
    color: var(--highlight-color);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.flie-text.white-text:hover {
    color: var(--light-green);
  }

  .men-button1 {
    background-color: var(--highlight-color);
    padding: 15px;
    font-size: 22px;
  }

  .men-button1.w--open {
    background-color: var(--highlight-color);
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar {
    padding: 0 5vw;
  }

  .subheading1.heading-3 {
    text-align: center;
    font-size: 28px;
  }

  .bannerdiv {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hauptheading.heading-2 {
    text-align: center;
    font-size: 45px;
  }

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

  ._2er-grid1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    height: auto;
    min-height: auto;
    display: flex;
  }

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

  .bild-oben-verschoben1 {
    height: 55vh;
    position: relative;
    top: -75%;
  }

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

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

  .inhalt-untereinander-1 {
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .inhalt-untereinander-1.padding-0 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .rahmen-bild1, .rahmen-bild1._28vh, .rahmen-bild1._50vh {
    height: auto;
  }

  .section-2 {
    padding: 60px;
  }

  .smallheading.heading-2 {
    font-size: 22px;
  }

  ._6er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .inhalt-mittig1 {
    padding-bottom: 10px;
  }

  .inhalt-mittig1.top {
    padding-bottom: 0;
  }

  .inhalt-mittig1.top.rel {
    left: 0%;
  }

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

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

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

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

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

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

  .div-block-footer1.hauptfarbe.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-visu-1.hauptfarbe {
    padding: 40px;
  }

  .bild-oben-verschoben1-2 {
    width: auto;
    height: 55vh;
    position: static;
    top: -75%;
  }

  .grid-galerie3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 20px;
    padding: 0;
    display: flex;
  }

  .form-block-1 {
    margin-top: 0;
  }

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

  .impdat {
    padding: 60px;
  }

  .impdat.wwrap {
    overflow-wrap: anywhere;
  }

  .success {
    padding: 60px;
  }

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

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

  .section_1 {
    height: 55vh;
  }

  .image {
    max-width: none;
    height: 100%;
    position: static;
  }

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

  .image-wrapper, .image-wrapper._46vh, .image-wrapper._25vh {
    height: 50vh;
  }

  .image-100.contain {
    background-color: var(--highlight-color);
  }

  .image-wrapper-large {
    height: 55vh;
    margin-bottom: 0;
  }

  .image-wrapper-large.margin {
    margin-bottom: 20px;
  }

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

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

  .dropdown-icon {
    margin-top: 18.5px;
    margin-bottom: 18.5px;
    margin-right: 0;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-list.highlights {
    background-color: var(--zweitfarbe);
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .dropdown-list.highlights.v-height {
    height: 30vh;
    overflow: auto;
  }

  .titel-start-2 {
    height: 60vh;
  }

  ._4er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    margin-top: 30px;
  }

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

  .list-50.flie-text {
    width: 100%;
  }

  .accordion-tab-button-dark {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .accordion-tab-button-dark.mittig {
    justify-content: center;
    align-items: center;
  }

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

  .accordion-pane-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .arrow-div {
    margin-right: 20px;
  }

  .accordion-question-header-4.width {
    text-align: center;
    width: 100%;
  }

  ._2er-grid {
    width: 100%;
    margin-top: 30px;
  }

  .top-margins {
    margin-top: 20px;
  }

  .hero-img {
    max-width: none;
  }

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

  .warnbild {
    height: 40vh;
  }

  .heading-error {
    font-size: 32px;
    line-height: 1.3;
  }

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

  .slide-nav {
    font-size: 12px;
  }

  .smallheading-2.heading-2 {
    font-size: 22px;
  }
}

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

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

  .divblock1 {
    height: auto;
  }

  .nav-menu-1.hauptfarbe {
    padding: 8px 15px;
  }

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

  .nav-link.flie-text.white-text {
    line-height: 1.3;
  }

  .men-button1 {
    padding: 14px;
    font-size: 20px;
  }

  .subheading1.heading-3 {
    font-size: 24px;
  }

  .bannerdiv {
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .kontaktbutton.flie-text.highlights {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

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

  .hauptheading.heading-2 {
    font-size: 40px;
  }

  ._2er-grid1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .bild-oben-verschoben1 {
    height: 25rem;
    top: -44%;
  }

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

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

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

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

  .section-2 {
    padding: 40px;
  }

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

  .inhalt-mittig1 {
    height: auto;
  }

  .mehr-erfahren2.highlights.flie-text {
    line-height: 1.3;
  }

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

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

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

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

  .div-block-footer1.hauptfarbe {
    flex-direction: column;
  }

  .div-block-footer1.hauptfarbe.flie-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-visu-1.hauptfarbe {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    padding: 40px 20px;
    display: flex;
  }

  .footer-visu-1 .img {
    max-width: 100%;
  }

  .bild-oben-verschoben1-2 {
    height: 25rem;
    top: -70%;
  }

  .grid-galerie3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .section_1 {
    height: 25rem;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .image-wrapper, .image-wrapper._46vh, .image-wrapper._25vh {
    height: 25rem;
  }

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

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

  .dropdown-list.highlights, .dropdown-list.highlights.v-height.w--open {
    padding: 8px 15px;
  }

  .titel-start-2 {
    height: 28rem;
  }

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

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

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

  .arrow-left-2.white-back {
    width: 28px;
    left: 2.5px;
  }

  .arrow-div {
    width: 22px;
    height: 22px;
  }

  .arrow-right-2.white-back {
    width: 28px;
    right: 2.5px;
  }

  ._2er-grid {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .divider {
    margin-bottom: 10px;
  }

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

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

  .text-field.cctextarea {
    height: 5.5rem;
  }

  .utility-page-wrap-2.highlights {
    padding-left: 40px;
    padding-right: 40px;
  }

  .warnbild {
    height: 15rem;
  }

  .heading-error {
    margin-top: 10px;
    font-size: 28px;
  }

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

  .text-error {
    font-size: 15px;
  }

  .slide-nav {
    font-size: 11px;
  }

  .slider-101 {
    width: 60%;
  }

  .slide-2 {
    width: 100%;
  }
}

@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: 90px;
  }

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

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

  .nav-menu-1.hauptfarbe {
    padding: 5px 12px;
  }

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

  .nav-link.flie-text.white-text {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .men-button1 {
    padding: 12px;
    font-size: 18px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

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

  .kontaktbutton.flie-text.highlights {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12.5px;
  }

  .hauptheading.heading-2 {
    font-size: 35px;
  }

  ._2er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .bild-oben-verschoben1 {
    position: static;
  }

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

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

  .inhalt-untereinander-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hauptparagraph.flie-text {
    font-size: 14.5px;
  }

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

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

  ._6er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .inhalt-mittig1.bordered {
    padding: 15px 15px 5px;
  }

  .inhalt-mittig1.top {
    padding-bottom: 0;
  }

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

  .mehr-erfahren2.highlights.flie-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

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

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

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

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

  .bild-oben-verschoben1-2 {
    position: static;
  }

  .grid-galerie3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

  .section_1 {
    height: 20rem;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

  .image-100.contain {
    object-fit: cover;
  }

  .image-wrapper-large.margin {
    margin-bottom: 15px;
  }

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

  .dropdown-list.highlights, .dropdown-list.highlights.v-height.w--open {
    padding: 5px 12px;
  }

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

  .list-item {
    overflow-wrap: anywhere;
  }

  ._4er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .arrow-left-2.white-back {
    left: 2.5px;
  }

  .accordion-tab-button-dark {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .accordion-pane-content {
    padding-top: 15px;
  }

  .arrow-div {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

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

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

  .arrow-right-2.white-back {
    right: 2.5px;
  }

  ._2er-grid {
    margin-top: 10px;
  }

  .text-field {
    height: 2.8rem;
  }

  .text-field.cctextarea {
    height: 5.3rem;
  }

  .utility-page-wrap-2 {
    padding: 20px;
  }

  .utility-page-wrap-2.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .warnbild {
    height: 12rem;
  }

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

  .heading-success {
    font-size: 24px;
    line-height: 32px;
  }

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

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

  .slide-nav {
    font-size: 10px;
  }

  .slider-101 {
    width: 85%;
  }

  .left-arrow-2 {
    left: -20%;
  }

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

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

#w-node-_20f22673-5da1-99fa-018c-4839a4d4b04c-fb49eef2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a48e4282-da93-6a6c-3a5e-70196bbf6a44-89b373b0 {
  justify-self: center;
  text-align: center;
}

#w-node-d39ee0fc-c0ae-a649-9bcd-e60d40ae1eb7-fb49eef8, #w-node-a3a90e0c-75d1-7a52-a41c-110afea431fd-fb49eef8, #w-node-e0c6c8ad-b928-7ab4-36b5-763b8b8fb525-fb49eef8, #w-node-b9268e3f-a041-2650-b6de-5e79783835e9-fb49eef8, #w-node-ccab16da-1c1b-5269-b1fd-b1943b192e9b-fb49eef8, #w-node-_3ca54292-bef6-0178-1e01-89c953761051-fb49eef8, #w-node-_467b0128-e142-73b4-5e69-d6e2165ad444-fb49eef8, #w-node-_4af35d94-2182-d220-199b-3e74c5c9758d-fb49eef8, #w-node-a90de621-7b77-d906-1751-6ad44a63d947-fb49eef8, #w-node-_10e0bc32-0c6d-19bb-5044-9a72ecebb12d-fb49eef8, #w-node-cce5b060-6b48-cb49-f8d0-69324434de1b-fb49eef8, #w-node-_93539ee3-5556-4d6c-b6cd-5545d532ba05-fb49eef8, #w-node-_549b3549-cb1b-54a3-ab7b-1adf887c6696-fb49eef8, #w-node-_87eb3219-aaf1-a4d8-29f9-6955f4a16901-fb49eef8, #w-node-e43fa29e-362a-e5ef-a71e-72880e150bae-fb49eef8, #w-node-_00974587-313e-b623-2238-c32e02295911-fb49eef8, #w-node-be0dbc6b-0d95-56b2-d985-158a5996166a-fb49eef8, #w-node-_1a2aedfa-6870-04a7-5dba-bce4c917a826-fb49eef8, #w-node-d532ab7b-fc06-daf8-cac6-0d1adf3030bf-fb49eef8, #w-node-_2895f383-c98e-c25f-4c2d-a0932e8828cd-fb49eef8, #w-node-faabe2da-b7fe-73c2-1496-cb6da366f85d-fb49eef8, #w-node-d90e3367-5269-fab4-e7b7-f474712effdf-fb49eef8, #w-node-_6c2c1e67-167f-68ca-4556-1b9c21bb39f3-fb49eef8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551c31d6-b8b9-ec6b-c3f9-27a923fd6348-fb49eefa {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: auto;
}

#w-node-_4a0823c9-8a15-6a80-7e64-fe3f06ac35b2-72f51791 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_3d9bc6c3-5e49-90c1-f95c-b309d1d39474-54311f4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4e53a74e-9616-5e77-4c93-c5b13734f830-fb49eef2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e65db797-9f73-433e-6a83-0ba013a94c0e-72f51791, #w-node-e65db797-9f73-433e-6a83-0ba013a94bed-54311f4b, #w-node-e65db797-9f73-433e-6a83-0ba013a94bed-a1b80942 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Comic Sans Ms';
  src: url('../fonts/Comic-Sans-MS.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans Ms';
  src: url('../fonts/Comic-Sans-MS.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}