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

@font-face {
  font-family: Foundation;
  src: url('../fonts/foundation-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Magistic;
  src: url('../fonts/magistic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --hauptfarbe: #835c3b;
  --zweitfarbe: #fdf8f2;
  --highlights: #cea272;
  --silver: #b4b4b4;
  --transparent: transparent;
  --schwarz: black;
  --weiss: white;
  --drittefarbe: #787878;
}

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

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

a {
  text-decoration: underline;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_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;
  height: 12vh;
}

.logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 12vh;
  text-decoration: none;
  display: flex;
}

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

.logo.gross {
  height: 20vh;
}

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

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

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Magistic, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

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

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

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

.farbe-der-headings {
  color: var(--highlights);
  line-height: 1.3;
}

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

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

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

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

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

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

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

.farbe2-headings {
  color: var(--silver);
  line-height: 1.3;
}

.nav-men {
  z-index: 1000;
}

.kopfzeile {
  z-index: 1000;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px 10vw;
  display: flex;
  position: absolute;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

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

.nav-link.flie-text.w--current {
  color: #939393;
}

.nav-link.flie-text.abstand-rechts {
  padding-right: 40px;
}

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

.logo-bild {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: flex;
}

.titelbereich {
  height: 110vh;
  color: var(--weiss);
  position: relative;
}

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

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

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

.subheading.heading-2.farbe2-headings {
  line-height: 1.3;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  border: 3px #fff;
  margin-top: 10px;
  font-size: 60px;
  line-height: 65px;
}

.slogan1.heading-1 {
  border-style: none;
  line-height: 1.3;
}

.buchstabe-hintergrund {
  z-index: -5;
  margin-top: -10px;
  margin-bottom: -35px;
  font-size: 100px;
  line-height: 35px;
  position: relative;
}

.terminbutton-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbutton-2.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.bereich-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
}

.text-mittig1 {
  text-align: center;
  font-size: 16px;
  line-height: 180%;
}

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

.bild-section-cover1 {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/608c0cd2b6a480276a78b403_AdobeStock_168409302_visu.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 100px;
  display: flex;
  position: static;
}

.footer {
  color: var(--weiss);
  background-image: url('../images/footer-bgs2-1_result.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 15vh 10vw;
}

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

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

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

.link-formular.farbe-der-headings {
  border-bottom: 1px solid var(--transparent);
  transition: all .3s ease-in-out;
}

.link-formular.farbe-der-headings:hover {
  border-bottom-color: var(--highlights);
}

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

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

.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-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
}

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

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

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

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

.form1 {
  margin-bottom: 0;
}

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

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

.text-area {
  color: #333;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  height: 3.3rem;
  transition: all .4s;
  display: block;
}

.text-area:hover {
  border-color: #1d1f2e80;
  box-shadow: 0 11px 20px -5px #00000080;
}

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

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

.text-area.cc-textarea {
  color: #333;
  height: 6.3rem;
}

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

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

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

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

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

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

.html-embed-3 {
  width: 100%;
  height: 45vh;
  margin-top: 40px;
}

.navbar {
  z-index: 1000;
  background-color: var(--transparent);
  display: block;
}

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

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

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

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

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

.dropdown-list {
  background-color: #ddd;
  padding: 20px;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #f8f5f2;
}

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

.dropdown-toggle {
  padding: 0;
}

.navlink-wrapper {
  display: inline-block;
}

.navlink-hover-line {
  width: 0%;
  height: 1px;
}

.dropdown-link {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: block;
}

.dropdown-link:hover {
  color: gray;
}

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

.dropdown-link.flie-text:hover {
  color: var(--hauptfarbe);
}

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

.titelslider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.titelinhalt-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.abs-titel-inhalt {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 15vh 15vw 15vh 16vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.abs-titel-inhalt.overlay {
  background-color: #0009;
}

.titellabel {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.slogan {
  margin-top: 0;
  font-size: 60px;
}

.btn-wrapper {
  z-index: 50;
  margin-top: 20px;
}

.button {
  z-index: 50;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.button.outline-weiss {
  border: 1px solid var(--weiss);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--weiss);
  background-color: #ffffff2e;
}

.button.outline-highlights {
  border: 1px solid var(--highlights);
  color: var(--highlights);
}

.button.highlights.flie-text {
  margin-top: 20px;
  transition: all .3s ease-in-out;
}

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

.btn-text {
  z-index: 5;
  position: relative;
}

.btn-hover-block-oben {
  z-index: 2;
  width: 0%;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-hover-block-oben.weiss {
  background-color: var(--weiss);
}

.btn-hover-block-unten {
  z-index: 2;
  width: 0%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.btn-hover-block-unten.weiss {
  background-color: var(--weiss);
}

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

.titel-socials {
  z-index: 11;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 25% auto 25% 10vw;
}

.socials-link {
  opacity: .8;
  width: 25px;
  height: 25px;
  transition: all .3s ease-in-out;
}

.socials-link:hover {
  opacity: .5;
}

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

.titel-links-wrapper {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.titel-link-block {
  color: var(--weiss);
  background-color: #ffffff1a;
  border-right: 1px solid #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.titel-link-block:hover {
  background-color: #ffffff40;
}

.label-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

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

.left-arrow {
  width: 45px;
  height: 45px;
  inset: auto auto 15vh 10vw;
}

.slider-icon {
  font-size: 30px;
}

.right-arrow {
  width: 45px;
  height: 45px;
  inset: auto auto 15vh 14vw;
}

.absatz-gross-links {
  text-align: left;
  font-size: 20px;
}

.heading-block-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-block-mittig.klein {
  margin-bottom: 0;
}

.label-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

.heading-gross-mittig {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
}

.teiler {
  width: 45%;
  height: 1px;
}

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

.link-karte {
  color: #333;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-75px {
  object-fit: contain;
  width: 75px;
  height: 75px;
  margin-bottom: 20px;
}

.heading-klein-mittig {
  text-align: center;
  font-size: 28px;
}

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

.heading-klein-mittig.heading-3.farbe-der-headings {
  font-weight: 300;
}

.karte-hg-block-oben {
  width: 0%;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.karte-inhalt {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.karte-hg-block-unten {
  width: 0%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.inhalt-80 {
  width: 80%;
}

.inhalt-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
}

.cell-mittig {
  justify-content: center;
  align-items: center;
}

.bild-design-wrap {
  width: 100%;
  position: relative;
}

.bild-oben-45vh {
  z-index: 1;
  object-fit: cover;
  width: 85%;
  height: 45vh;
  position: relative;
}

.bild-rechts {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bild-links {
  justify-content: flex-start;
  align-items: center;
  margin-top: -32%;
  display: flex;
  position: relative;
}

.bild-unten-70vh {
  z-index: 2;
  border: 10px solid var(--weiss);
  object-fit: cover;
  width: 55%;
  height: 65vh;
  position: relative;
}

.h-lines {
  z-index: 3;
  height: 20vh;
  position: absolute;
  inset: 42% 0% 0% 30%;
  transform: rotate(-23deg);
}

.check-lines {
  height: 18vh;
  position: absolute;
  inset: 22% auto auto 0%;
  transform: rotate(-7deg);
}

.inhalt-links {
  width: 100%;
}

.heading-kursive-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 80px;
}

.heading-block-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.absatz-links {
  font-size: 16px;
}

.heading-kursive-mittig {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 80px;
}

.code-embed {
  width: 100%;
}

._3er-karte-grid-partner {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 40px;
}

.slider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.partner-logo {
  background-color: var(--weiss);
  border: 1px solid #ccc;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vh;
  padding: 20px;
  transition: all .3s ease-in-out;
  display: flex;
}

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

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

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

.tabs {
  width: 100%;
}

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

.tab-link {
  border: 1px solid var(--highlights);
  background-color: var(--transparent);
  color: var(--highlights);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.tab-link.flie-text:hover, .tab-link.flie-text.w--current {
  background-color: var(--highlights);
  color: var(--weiss);
}

.tabs-content {
  margin-top: 40px;
}

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

.lightbox-45vh {
  border: 1px solid #ccc;
  width: 100%;
  height: 45vh;
  padding: 10px;
  transition: all .3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.lightbox-45vh:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px #0003;
}

.lightbox-bild {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.bild-abs-overlay {
  opacity: 0;
  background-color: #321b0880;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.footer-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.footer-link.flie-text {
  border-bottom: 1px solid var(--transparent);
  color: var(--weiss);
  text-decoration: none;
}

.footer-link.flie-text:hover {
  border-bottom-color: var(--weiss);
}

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

.titelbereich-klein {
  height: 85vh;
  color: var(--weiss);
  position: relative;
}

.heading-gross-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
}

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

.bild-wrapper-70vh {
  z-index: 5;
  width: 100%;
  height: 70vh;
  position: relative;
}

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

.bild-100.contain-weiss {
  background-color: var(--weiss);
  object-fit: contain;
}

.hg-bild-block-rechts {
  z-index: 3;
  width: 100%;
  height: 70vh;
  position: absolute;
  inset: -3% -3% auto auto;
}

.accordion-pane {
  background-color: #0000;
  padding-top: 20px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.heading-mittel-links {
  text-align: left;
  font-size: 32px;
}

.karte-mit-bild {
  background-color: var(--weiss);
  color: #333;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.karte-mit-bild:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px #0003;
}

.karte-mit-bild.kein-hover {
  justify-content: flex-start;
  align-items: center;
}

.karte-mit-bild.kein-hover:hover {
  box-shadow: none;
  transform: none;
}

.bild-40vh-contain {
  object-fit: contain;
  width: 100%;
  height: 40vh;
}

.absatz-mittig {
  text-align: center;
  font-size: 16px;
}

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

.heading-block-mit-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-30px {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.kontakt-info-wrap.margin-oben {
  margin-top: 10px;
}

.kontakt-link {
  border-bottom: 1px solid var(--transparent);
  color: #333;
  text-decoration: none;
  display: block;
}

.kontakt-link:hover {
  border-bottom-style: none;
  border-bottom-color: #333;
}

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

.hg-form-block-rechts {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -3% -3% auto auto;
}

.hg-form-block-rechts.highlights {
  height: 110%;
}

.form-wrapper-100 {
  z-index: 5;
  background-color: var(--weiss);
  border: 1px solid #ccc;
  width: 100%;
  height: 110%;
  padding: 40px;
  position: relative;
}

.form-titel {
  margin-bottom: 20px;
  font-size: 22px;
}

.navbar-block {
  width: 100%;
  height: 20vh;
}

.navbar-block.hauptfarbe {
  height: 16vh;
}

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

.utility-pag.highlights {
  padding-left: 100px;
  padding-right: 100px;
}

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

.error {
  filter: contrast(200%) invert();
  object-fit: contain;
  width: 10rem;
  margin-bottom: 10px;
}

.wrap {
  overflow-wrap: anywhere;
}

.content-wrap-mittig {
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.list {
  padding-left: 20px;
  font-size: 16px;
}

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

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

.dropdown-list-5 {
  background-color: #ddd;
  padding: 20px;
  overflow: hidden;
}

.dropdown-list-5.w--open {
  background-color: #f8f5f2;
}

.dropdown-list-6 {
  background-color: #ddd;
  padding: 20px;
  overflow: hidden;
}

.dropdown-list-6.w--open {
  background-color: #f8f5f2;
}

.dropdown-list-8 {
  background-color: #ddd;
  padding: 20px;
  overflow: hidden;
}

.dropdown-list-8.w--open {
  background-color: #f8f5f2;
}

@media screen and (max-width: 991px) {
  .logo.gross, .logo.gross.w--current {
    height: 15vh;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men {
    background-color: var(--highlights);
    padding: 10px 20px;
  }

  .kopfzeile {
    background-color: var(--hauptfarbe);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-image: linear-gradient(#383838, #383838);
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--highlights);
    padding: 16px;
    font-size: 22px;
  }

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

  .nav-link.flie-text.abstand-rechts {
    padding-right: 0;
  }

  .nav-link.flie-text {
    padding: 12px 0;
    font-size: 15px;
  }

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

  .logo-bild.is-small {
    width: 16rem;
    min-width: auto;
    height: auto;
  }

  .men-icon1 {
    color: #fff;
  }

  .titelbereich {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .titelvideo1 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    inset: 0%;
  }

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

  .bereich-mittig {
    padding: 60px;
    display: flex;
  }

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

  .bild-section-cover1 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding: 40px;
  }

  .titelvideo-unterseite {
    height: 70vh;
  }

  .impdat, .success {
    padding: 60px;
  }

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

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

  .heading-success.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .error-message {
    width: auto;
  }

  .text-area {
    height: 3rem;
  }

  .text-area.cc-textarea {
    height: 6rem;
  }

  .form-wrap {
    border-bottom: 0 solid #d2d2d54d;
    border-right-style: none;
    border-right-width: 0;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .navbar {
    position: static;
  }

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

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

  .dropdown {
    width: 100%;
  }

  .dropdown-list {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .dropdown-list.w--open {
    padding: 10px 15px;
  }

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

  .dropdown-toggle, .navlink-wrapper {
    width: 100%;
  }

  .dropdown-link.flie-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

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

  .abs-titel-inhalt {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .titellabel.flie-text {
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
  }

  .slogan.heading-1 {
    text-align: center;
    font-size: 38px;
  }

  .btn-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .button.outline-weiss.flie-text {
    letter-spacing: 1px;
    padding: 12px 20px;
    font-size: 15px;
  }

  .button.outline-highlights.flie-text {
    padding: 10px 20px;
    font-size: 15px;
  }

  .button.highlights.flie-text {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 15px;
  }

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

  .titel-socials {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    top: 10%;
    bottom: auto;
    left: auto;
  }

  .titel-links-wrapper {
    justify-content: center;
    align-items: center;
    right: auto;
  }

  .titel-link-block {
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
  }

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

  .slider-icon {
    font-size: 28px;
  }

  .absatz-gross-links.flie-text {
    text-align: center;
    font-size: 18px;
  }

  .heading-block-mittig {
    margin-bottom: 20px;
  }

  .label-mittig.flie-text.farbe-der-headings {
    font-size: 17px;
  }

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

  ._3er-karte-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  ._3er-karte-grid.space {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 20px;
  }

  .link-karte {
    padding: 20px;
  }

  .link-karte.rel {
    left: 50%;
  }

  .icon-75px {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .heading-klein-mittig.heading-3 {
    margin-top: 10px;
    font-size: 25px;
  }

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

  .inhalt-80 {
    width: 100%;
  }

  .inhalt-stack {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 0;
  }

  .bild-design-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bild-oben-45vh {
    width: 100%;
    height: 55vh;
  }

  .bild-links {
    margin-top: 0%;
  }

  .bild-unten-70vh {
    width: 100%;
    height: 55vh;
  }

  .h-lines {
    height: 15vh;
    inset: auto -15% -10% auto;
  }

  .check-lines {
    top: -10%;
    left: -15%;
  }

  .heading-kursive-links.heading-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 45px;
  }

  .heading-block-links {
    justify-content: center;
    align-items: center;
  }

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

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

  .heading-kursive-mittig.heading-2 {
    margin-bottom: 10px;
    font-size: 45px;
  }

  ._3er-karte-grid-partner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .partner-logo {
    height: 20vh;
    padding: 10px;
  }

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

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

  .tab-link.flie-text {
    text-align: center;
    padding: 12px 20px;
  }

  .galerie-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-45vh {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 45vh;
    display: flex;
  }

  .lightbox-bild {
    object-position: 50% 50%;
  }

  .icon-100px {
    width: 70px;
    height: 70px;
  }

  .footer-info-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

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

  .titelbereich-klein {
    height: 70vh;
  }

  .heading-gross-links.heading-1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .bild-wrapper-70vh, .hg-bild-block-rechts.highlights {
    height: 55vh;
  }

  .accordion-pane {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    display: flex;
  }

  .accordion-item-wrapper {
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .arrow-right, .arrow-left {
    width: 22px;
    height: 2.5px;
  }

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

  .arrow-div-wrapper {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .accordion-question-header.flie-text {
    text-align: center;
    font-size: 20px;
  }

  .accordion-tab-button {
    justify-content: center;
    align-items: center;
    width: 40%;
  }

  .heading-mittel-links.heading-1.farbe-der-headings {
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
  }

  .karte-mit-bild.rel {
    position: relative;
    left: 50%;
  }

  .bild-40vh-contain {
    height: 45vh;
  }

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

  .bild-40vh {
    height: 45vh;
  }

  .heading-block-mit-icon {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
  }

  .icon-30px {
    width: 28px;
    height: 28px;
    margin-top: 10px;
  }

  .hg-form-block-rechts.highlights {
    height: 100%;
  }

  .form-wrapper-100 {
    height: auto;
  }

  .form-titel.heading-1 {
    text-align: center;
  }

  .navbar-block.hauptfarbe {
    display: none;
  }

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

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

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

  .content-wrap-mittig.rel {
    position: relative;
    left: 50%;
  }

  .dropdown-list-5 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .dropdown-list-5.w--open {
    padding: 10px 15px;
  }

  .dropdown-list-6 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .dropdown-list-6.w--open {
    padding: 10px 15px;
  }

  .dropdown-list-8 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .dropdown-list-8.w--open {
    padding: 10px 15px;
  }
}

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

  .logo {
    height: 10vh;
  }

  .logo.gross {
    height: 12vh;
  }

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

  .email, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

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

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

  .nav-link.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .logo-bild.is-small {
    width: 15rem;
  }

  .titelbereich {
    height: 30rem;
  }

  .titelvideo1 {
    height: 100%;
  }

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

  .buchstabe-hintergrund {
    font-size: 70px;
  }

  .bereich-mittig, .bereich-mittig.zweitfarbe {
    padding: 40px;
  }

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

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

  .footer {
    padding: 20px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .checkbox-field-2 {
    margin-top: 10px;
  }

  .text-area {
    text-align: left;
    height: 2.8rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-area::placeholder {
    text-align: center;
  }

  .text-area.cc-textarea {
    height: 5.8rem;
  }

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

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

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

  .link {
    display: block;
  }

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

  .html-embed-3 {
    height: 25rem;
    margin-top: 20px;
  }

  .dropdown-list.w--open {
    padding: 8px 12px;
  }

  .dropdown-link.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .abs-titel-inhalt {
    padding: 30px;
  }

  .titellabel.flie-text {
    font-size: 18px;
  }

  .slogan.heading-1 {
    font-size: 34px;
  }

  .button.outline-weiss.flie-text {
    padding: 10px 15px;
    font-size: 14px;
  }

  .button.outline-highlights.flie-text {
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .button.highlights.flie-text {
    letter-spacing: 1px;
    padding: 10px 15px;
    font-size: 14px;
  }

  .socials-link {
    width: 22px;
    height: 22px;
  }

  .titel-links-wrapper {
    width: 100%;
  }

  .titel-link-block {
    width: 100%;
    padding-top: 15px;
  }

  .label-links.flie-text {
    letter-spacing: 1px;
    font-size: 15px;
  }

  .slider-icon {
    font-size: 25px;
  }

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

  .absatz-gross-links.flie-text {
    font-size: 16px;
  }

  .label-mittig.flie-text.farbe-der-headings {
    letter-spacing: 1px;
    font-size: 16px;
  }

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

  ._3er-karte-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  ._3er-karte-grid.space {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .link-karte.rel {
    left: 0%;
  }

  .icon-75px {
    width: 50px;
    height: 50px;
  }

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

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

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

  .bild-design-wrap {
    flex-flow: column;
    display: flex;
  }

  .bild-oben-45vh, .bild-unten-70vh {
    height: 25rem;
  }

  .h-lines {
    height: 12vh;
    right: -5%;
  }

  .check-lines {
    height: 14vh;
    left: -5%;
  }

  .heading-kursive-links.heading-2 {
    font-size: 40px;
    line-height: 1.3;
  }

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

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

  ._3er-karte-grid-partner {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .partner-logo {
    height: 15vh;
  }

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

  .tabs-menu {
    flex-flow: wrap;
  }

  .tab-link.flie-text {
    padding: 10px 15px;
  }

  .galerie-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

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

  .icon-100px {
    width: 55px;
    height: 55px;
  }

  .footer-info-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

  .footer-text.flie-text.rotate {
    display: none;
  }

  .titelbereich-klein {
    height: 28rem;
  }

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

  .bild-wrapper-70vh, .hg-bild-block-rechts.highlights {
    height: 25rem;
  }

  .arrow-right {
    width: 20px;
    right: 2.5px;
  }

  .arrow-left {
    width: 20px;
    left: 2.5px;
  }

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

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

  .accordion-question-header.flie-text {
    font-size: 18px;
  }

  .heading-mittel-links.heading-1.farbe-der-headings {
    font-size: 24px;
  }

  .karte-mit-bild.rel {
    left: 0%;
  }

  .bild-40vh-contain {
    height: 25rem;
  }

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

  .bild-40vh {
    height: 25rem;
  }

  .heading-block-mit-icon {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .form-wrapper-100 {
    padding: 20px;
  }

  .form-titel.heading-1 {
    font-size: 20px;
  }

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

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

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

  .content-wrap-mittig.rel {
    left: 0%;
  }

  .list {
    font-size: 15px;
  }

  .dropdown-list-5.w--open, .dropdown-list-6.w--open, .dropdown-list-8.w--open {
    padding: 8px 12px;
  }
}

@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 {
    height: 8vh;
    margin-right: auto;
    padding-right: 10px;
  }

  .logo.gross {
    height: 10vh;
  }

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

  .flie-text {
    width: 100%;
    font-size: 13.5px;
  }

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

  .men-buttton1.hauptfarbe {
    margin-left: auto;
    padding: 12px;
    font-size: 18px;
  }

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

  .nav-link.flie-text {
    font-size: 13.5px;
    line-height: 1.3;
  }

  .logo-bild {
    min-width: auto;
    max-width: none;
  }

  .logo-bild.is-small {
    width: 12rem;
  }

  .logo-bild.is-small._2 {
    width: 10rem;
  }

  .titelbereich {
    height: 26rem;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video1 {
    align-items: flex-start;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .bereich-mittig, .bereich-mittig.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .bild-section-cover1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-unterseite {
    height: 60vh;
  }

  .form-text.flie-text {
    font-size: 13.5px;
  }

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

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

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

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

  .maps-gro {
    height: 300px;
  }

  .text-area {
    width: 100%;
    height: 2.6rem;
  }

  .text-area.cc-textarea {
    height: 5rem;
  }

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

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

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

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

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

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

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

  .dropdown-list.w--open {
    padding: 5px 10px;
  }

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

  .nav-text {
    letter-spacing: 1.5px;
  }

  .dropdown-link.flie-text {
    font-size: 13.5px;
    line-height: 1.3;
  }

  .abs-titel-inhalt {
    padding: 20px;
  }

  .titellabel.flie-text {
    letter-spacing: 0;
    font-size: 16px;
  }

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

  .button.outline-weiss.flie-text {
    padding: 8px 12px;
    font-size: 13px;
  }

  .button.outline-highlights.flie-text {
    letter-spacing: 0;
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .button.highlights.flie-text {
    letter-spacing: 0;
    width: auto;
    padding: 8px 10px;
    font-size: 13px;
  }

  .titel-socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .socials-link {
    width: 20px;
    height: 20px;
  }

  .titel-links-wrapper {
    margin-top: 10px;
  }

  .titel-link-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .label-links.flie-text {
    letter-spacing: 0;
    font-size: 14px;
  }

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

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

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

  .label-mittig.flie-text.farbe-der-headings {
    letter-spacing: 0;
    font-size: 15px;
  }

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

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

  ._3er-karte-grid.space {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 10px;
  }

  .link-karte {
    padding: 15px;
  }

  .icon-75px {
    width: 45px;
    height: 45px;
  }

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

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

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

  .bild-oben-45vh, .bild-unten-70vh {
    height: 20rem;
  }

  .h-lines {
    height: 8vh;
  }

  .check-lines {
    height: 10vh;
  }

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

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

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

  ._3er-karte-grid-partner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .partner-logo {
    height: 10vh;
  }

  .slide-nav {
    font-size: 8px;
    bottom: -2%;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .tab-link.flie-text {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .lightbox-45vh {
    height: 18rem;
  }

  .icon-100px {
    width: 45px;
    height: 45px;
  }

  .footer-info-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row wrap;
  }

  .footer-text.flie-text {
    font-size: 13.5px;
  }

  .footer-text.flie-text.rotate {
    transform: rotate(90deg);
  }

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

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

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

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

  .accordion-question-header.flie-text {
    font-size: 16px;
  }

  .heading-mittel-links.heading-1.farbe-der-headings {
    font-size: 20px;
  }

  .karte-mit-bild {
    padding: 15px;
  }

  .absatz-mittig.flie-text {
    font-size: 13.5px;
  }

  .heading-block-mit-icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .form-titel.heading-1 {
    font-size: 18px;
  }

  .utility-pag.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .slider-nav {
    font-size: 8px;
  }

  .list {
    font-size: 14px;
  }

  .dropdown-list-5.w--open, .dropdown-list-6.w--open, .dropdown-list-8.w--open {
    padding: 5px 10px;
  }
}

#w-node-_9d515b0d-3971-0deb-7399-1f93da6569e6-8c86e0d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4ae38111-284b-5964-f846-5e72dbac1d64-8c86e0d7, #w-node-_2ba71a41-06aa-92a3-ef3d-eb13651026a9-8c86e0d7, #w-node-d810963a-22f1-6d60-81e0-c5a674dcb8b6-8c86e0d7, #w-node-edc2fd69-f7c3-8ec4-d3b7-eb2c5fc4bc22-8c86e0d7, #w-node-edc2fd69-f7c3-8ec4-d3b7-eb2c5fc4bc24-8c86e0d7, #w-node-edc2fd69-f7c3-8ec4-d3b7-eb2c5fc4bc26-8c86e0d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56f6a9af-617f-6109-a9ea-10dad3d1cd95-8c86e0d7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_19d8e837-d97f-8aaa-b34d-eca986895b8a-8c86e0d7, #w-node-_5afb4126-af62-88e2-d673-42e1ae48a94b-8c86e0d7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_555a7a70-f5c7-563a-30f2-86f96ce6383e-8c86e10f, #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-b7686a63 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ecd5fa0c-8a07-4027-f5e7-1e9d2d6275ea-b7686a63, #w-node-_7af041de-d880-e0c1-9861-51aec1058607-b7686a63, #w-node-ddfc2f4c-2106-a44e-7496-b9679ee50f5d-b7686a63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-00e1fb6b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e77d834-78bc-8d52-6c05-0a46c3ff0c79-c3ff0c74, #w-node-_5e77d834-78bc-8d52-6c05-0a46c3ff0c80-c3ff0c74, #w-node-_5e77d834-78bc-8d52-6c05-0a46c3ff0c87-c3ff0c74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e77d834-78bc-8d52-6c05-0a46c3ff0c8e-c3ff0c74 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-0167a979, #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-980a56c0, #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-bdcb8bf2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ecd5fa0c-8a07-4027-f5e7-1e9d2d6275ea-bdcb8bf2, #w-node-_7af041de-d880-e0c1-9861-51aec1058607-bdcb8bf2, #w-node-ddfc2f4c-2106-a44e-7496-b9679ee50f5d-bdcb8bf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-a642db82 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aa9b4106-b16c-2533-66fc-97ae2dab5db4-2dab5daf, #w-node-aa9b4106-b16c-2533-66fc-97ae2dab5dbb-2dab5daf, #w-node-aa9b4106-b16c-2533-66fc-97ae2dab5dc2-2dab5daf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-a7c3fe2d, #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-e6835564, #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-2f8c61bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ecd5fa0c-8a07-4027-f5e7-1e9d2d6275ea-2f8c61bc, #w-node-_7af041de-d880-e0c1-9861-51aec1058607-2f8c61bc, #w-node-ddfc2f4c-2106-a44e-7496-b9679ee50f5d-2f8c61bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-53659da3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cd3146cc-98d6-5ccf-6fda-0f203eee44cc-49cdc725, #w-node-cd3146cc-98d6-5ccf-6fda-0f203eee44d3-49cdc725, #w-node-cd3146cc-98d6-5ccf-6fda-0f203eee44da-49cdc725 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-0802744e, #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-784dd600 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_641021a5-bb65-2d47-b423-bcaffff50c90-448e83fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0cc6846-79f7-20c7-34b3-4708c2b143d7-5bcf86d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d2497207-a1af-3095-817d-a9c9e095a8ea-5bcf86d6, #w-node-d2497207-a1af-3095-817d-a9c9e095a8f1-5bcf86d6, #w-node-d2497207-a1af-3095-817d-a9c9e095a8f8-5bcf86d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0cc6846-79f7-20c7-34b3-4708c2b143d7-55f514a5, #w-node-f0cc6846-79f7-20c7-34b3-4708c2b143d7-14f639ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9d515b0d-3971-0deb-7399-1f93da6569e6-8c86e0d7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d810963a-22f1-6d60-81e0-c5a674dcb8b6-8c86e0d7, #w-node-edc2fd69-f7c3-8ec4-d3b7-eb2c5fc4bc26-8c86e0d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_56f6a9af-617f-6109-a9ea-10dad3d1cd95-8c86e0d7, #w-node-_1480ddeb-702a-5ed9-7c3c-d0c0fcca9873-8c86e0d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_555a7a70-f5c7-563a-30f2-86f96ce6383e-8c86e10f, #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-b7686a63 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-b7686a63 {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-00e1fb6b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-00e1fb6b {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-0167a979 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-0167a979 {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-980a56c0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-980a56c0 {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-bdcb8bf2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-bdcb8bf2 {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-a642db82 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-a642db82 {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-a7c3fe2d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-a7c3fe2d {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-e6835564 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-e6835564 {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-2f8c61bc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-2f8c61bc {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-53659da3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-53659da3 {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-0802744e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-0802744e {
    order: -9999;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adaa-784dd600 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aece6286-5f85-cc14-0868-dc48d6d9adac-784dd600 {
    order: -9999;
  }

  #w-node-f0cc6846-79f7-20c7-34b3-4708c2b143d7-5bcf86d6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0cc6846-79f7-20c7-34b3-4708c2b143fb-5bcf86d6 {
    order: -9999;
  }

  #w-node-f0cc6846-79f7-20c7-34b3-4708c2b143d7-55f514a5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0cc6846-79f7-20c7-34b3-4708c2b143fb-55f514a5 {
    order: -9999;
  }

  #w-node-f0cc6846-79f7-20c7-34b3-4708c2b143d7-14f639ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f0cc6846-79f7-20c7-34b3-4708c2b143fb-14f639ae {
    order: -9999;
  }
}


@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundation';
  src: url('../fonts/foundation-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Magistic';
  src: url('../fonts/magistic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}