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

:root {
  --dark-blue: #243775;
  --dark-grey: #383838;
  --white: white;
  --black: black;
  --red: #c80000;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

.utility-page-content {
  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;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

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

.telefonnummer {
  color: #333;
  margin-bottom: 5px;
}

.telefonnummer.white {
  color: #fff;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

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

.heading-2 {
  font-family: Unica One, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

.flie-text {
  overflow-wrap: anywhere;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

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

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

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

.farbe2-headings {
  color: #b4b4b4;
  line-height: 1.3;
}

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

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

.navbar1 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

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

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

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

.nav-link-3.flie-text {
  font-family: Roboto, sans-serif;
}

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

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.titelvideo-start-1 {
  height: 90vh;
  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;
}

.buchstabe-hintergrund.heading-3.farbe2-headings {
  z-index: 0;
  margin-top: -20px;
  font-family: Barlow, sans-serif;
}

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

.terminbutton-2.highlights.heading-2 {
  font-family: Barlow, sans-serif;
  transition: all .2s;
}

.terminbutton-2.highlights.heading-2:hover {
  background-color: var(--dark-grey);
  transform: scale(1.1);
}

.effekt-balken4 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.effekt-balken2 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-links1 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 180%;
}

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

.effekt-overlay {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.effekt-overlay.dark {
  background-image: linear-gradient(#00000080, #00000080);
}

.inhalt-effekt {
  padding-left: 0;
  padding-right: 0;
}

.inhalt-effekt.effekt-versuch {
  min-height: 55vh;
  position: relative;
}

.inhalt-effekt.effekt-versuch {
  color: #fff;
  height: 100%;
  position: relative;
}

.inhalt-effekt.effekt-versuch._1 {
  height: 50vh;
}

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

.inhalt-untereinander1.abst-nde {
  padding: 60px 40px 40px;
}

.effekt-balken1 {
  z-index: 3;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effekt-balken3 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.effekt-inlay {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

.heading-links.heading-1 {
  z-index: 5;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}

.text-mittig-effekt1 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

.text-mittig-effekt1.gro {
  font-size: 25px;
  line-height: 150%;
}

.text-mittig-effekt1.heading-2 {
  z-index: 5;
  font-family: Roboto, sans-serif;
  position: relative;
}

.heading-links-klein1 {
  text-align: left;
  margin-top: 0;
  font-size: 25px;
}

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

.icon-1 {
  filter: invert(0%);
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 10px;
}

._3er-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block1 {
  background-color: var(--dark-blue);
  width: 100%;
  height: auto;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-mittig1 {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  line-height: 1.3;
  position: relative;
}

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

.divider {
  width: 100px;
  height: 2px;
  margin-top: 0;
}

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

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

.bild-section-cover1.hide {
  display: none;
}

.div-block-113 {
  margin-bottom: 5px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

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

.footer-2.hauptfarbe {
  background-color: var(--dark-grey);
  margin-top: auto;
  padding-bottom: 10px;
}

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

.heading-footer.heading-3 {
  font-family: Barlow, sans-serif;
}

.inhalt-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

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

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

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

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

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

.maps1 {
  width: 100%;
  height: 50vh;
}

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

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.impdat, .impdat-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

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

.heading-success.heading-2 {
  font-family: Barlow, sans-serif;
}

.hero {
  margin-left: 0;
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig3.heading-2.farbe-der-headings {
  font-family: Barlow, sans-serif;
}

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

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

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

.form1 {
  margin-bottom: 0;
}

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

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

.text-area {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  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 {
  height: 100px;
}

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

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

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

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

.link.white {
  color: #fff;
}

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

.map-2 {
  height: 100%;
}

._2er-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

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

.image-100.rel {
  filter: blur(5px);
  position: relative;
}

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

.image-100.blau {
  object-fit: contain;
  background-color: #174789;
}

.inhalt-effekt-1 {
  padding-left: 0;
  padding-right: 0;
}

.inhalt-effekt-1.effekt-versuch-1 {
  height: 65vh;
  position: relative;
}

.visitor-counter {
  width: 100%;
  margin-top: 10px;
  overflow: auto;
}

.text-span {
  font-size: 17px;
  font-weight: 700;
}

.section-divider {
  height: 2vh;
}

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

.divider-7 {
  width: 20vw;
  height: 4px;
}

.divider-7.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.section-gro-e-abst-nde1-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
}

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

._3er-grid-2 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.maps1-2 {
  width: 100%;
  height: 60vh;
  margin-bottom: 100px;
}

.heading-block1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  display: flex;
  position: relative;
}

.div-block-farbig-2 {
  text-align: center;
  border: 4px solid #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-2:hover {
  background-color: #f8f8f8;
}

._3er-grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.social-div {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  position: absolute;
  inset: 15% 1% auto auto;
}

.social-link {
  height: 40px;
}

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

.link-2 {
  color: var(--dark-blue);
  text-decoration: none;
}

.slider {
  width: 100%;
  height: 100%;
}

.code-embed {
  width: 100%;
}

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

.link-3.blck {
  color: #333;
}

.inhalt-div-2 {
  border-bottom: 5px solid #b8860b;
  flex-direction: column;
  align-items: center;
  height: 25vh;
  padding: 20px;
  transition: all .4s ease-in-out;
  display: flex;
  box-shadow: inset 0 0 5px 1px #e4e4e4;
}

.inhalt-div-2:hover {
  transform: translate(0, -10px);
}

.slider_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.paragraph-mittig1 {
  text-align: center;
}

.arrow-2 {
  color: #4b3225;
}

.slider_container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.slider-5 {
  background-color: #0000;
  width: 50%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.hiddem {
  display: none;
}

.icon-5 {
  width: 60px;
}

.mask-3 {
  position: static;
  overflow: visible;
}

.gallery {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.image-wrapper-4-3 {
  width: 100%;
  height: 65vh;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.image-background {
  z-index: 0;
  filter: none;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .nav-men-1.hauptfarbe {
    z-index: 1000;
    background-image: linear-gradient(#00000080, #00000080);
    width: 100%;
  }

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

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

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

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

  .men-icon1 {
    color: #fff;
  }

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

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

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px;
    display: flex;
    inset: 0%;
  }

  .subheading.heading-2.farbe2-headings {
    font-size: 30px;
  }

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

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

  .inhalt-effekt.effekt-versuch {
    min-height: 400px;
  }

  .inhalt-effekt.effekt-versuch._1 {
    height: 40vh;
    min-height: auto;
  }

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

  .inhalt-untereinander1.abst-nde {
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0 0;
  }

  .section-mittig1 {
    padding: 40px;
    display: flex;
  }

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

  .text-mittig-effekt1 {
    font-size: 22px;
  }

  .text-mittig-effekt1.gro.heading-1, .text-mittig-effekt1.heading-2 {
    line-height: 1.3;
  }

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

  ._3er-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

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

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

  .div-block-footer1.flie-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

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

  .inhalt-footer {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .titelvideo-unterseite {
    height: 50vh;
  }

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

  .maps1 {
    height: 50vh;
  }

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

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

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

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

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

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

  .error-message {
    width: auto;
  }

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

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

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

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

  ._2er-grid.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .inhalt-effekt-1.effekt-versuch-1 {
    height: 50vh;
    min-height: 40vh;
  }

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

  .icon-8 {
    height: 50px;
  }

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

  .maps1-2 {
    margin-bottom: 0;
  }

  .div-block-farbig-2 {
    padding: 10px;
  }

  .section-50 {
    padding: 60px;
  }

  ._3er-grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
    margin-top: 10px;
    display: grid;
  }

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

  .paragraph-mittig1 {
    align-self: center;
  }

  .slider-5 {
    width: 500px;
    height: 500px;
  }

  .image-wrapper-4-3 {
    height: 45vh;
  }
}

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

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

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

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

  .divblock1 {
    height: auto;
  }

  .titelvideo-start-1 {
    height: 50vh;
  }

  .titelvideo1 {
    height: 100%;
  }

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

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

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

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: 0;
  }

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

  .effekt-overlay.dark {
    background-image: linear-gradient(#000000b3, #000000b3);
    height: 50vh;
    position: static;
  }

  .inhalt-effekt.effekt-versuch._1 {
    height: auto;
  }

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

  .inhalt-untereinander1.abst-nde {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

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

  .heading-links.heading-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.3;
  }

  .text-mittig-effekt1 {
    letter-spacing: 7px;
    font-size: 18px;
  }

  .text-mittig-effekt1.heading-2 {
    font-size: 20px;
  }

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

  .div-block1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

  .div-block-footer1.flie-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

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

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

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

  .titelvideo-unterseite {
    height: 40vh;
  }

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

  .inhalt-mittig-untereinander-1.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

  .maps1 {
    height: 40vh;
  }

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

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

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

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

  .hero {
    margin-left: 0;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 25px;
  }

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

  .text-area {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text-area.cc-textarea {
    margin-bottom: 20px;
  }

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

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    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;
  }

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

  ._2er-grid.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .inhalt-effekt-1.effekt-versuch-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-blk {
    display: block;
  }

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

  .icon-8 {
    height: 50px;
    margin-bottom: 10px;
  }

  ._3er-grid-2 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .maps1-2 {
    height: 40vh;
  }

  .div-block-farbig-2 {
    height: auto;
  }

  .section-50 {
    padding: 40px;
  }

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

  .social-link {
    height: 35px;
  }

  .right_arrow {
    margin-right: -40px;
  }

  .slider_container {
    width: 100%;
    padding: 10px;
  }

  .slider-5 {
    width: 300px;
    height: 300px;
  }

  .left_arrow {
    margin-left: -40px;
  }

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

  .image-wrapper-4-3 {
    height: 75vh;
  }

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

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

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

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

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

  .logo-img {
    height: 8vh;
  }

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

  .flie-text {
    width: 100%;
  }

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

  .navbar-6.hauptfarbe {
    flex-flow: column;
    padding: 0 20px;
  }

  .titelvideo-start-1 {
    height: 40vh;
  }

  .titelvideo1 {
    height: 100%;
  }

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

  .subheading.heading-2.farbe2-headings {
    font-size: 19px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 22px;
    line-height: 29px;
  }

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

  .effekt-overlay {
    padding: 20px;
  }

  .effekt-overlay.dark {
    height: 40vh;
  }

  .inhalt-effekt.effekt-versuch {
    height: 50vh;
    min-height: auto;
  }

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

  .inhalt-untereinander1.abst-nde {
    padding: 20px 0;
  }

  .section-mittig1 {
    padding: 20px;
  }

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

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

  .text-mittig-effekt1 {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .text-mittig-effekt1.gro.heading-1 {
    font-size: 18px;
  }

  .text-mittig-effekt1.heading-2 {
    letter-spacing: 1px;
    font-size: 16px;
  }

  .heading-links-klein1.heading-1 {
    font-size: 20px;
  }

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

  .div-block1 {
    flex-direction: column;
  }

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

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

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

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

  .heading-footer.heading-3 {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .titelvideo-unterseite {
    height: 30vh;
  }

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

  .galerie-img1 {
    height: 40vh;
  }

  .galerie-img1.flow {
    overflow: hidden;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

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

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

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

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

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 130%;
  }

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

  .text-area {
    width: 100%;
    height: 6vh;
  }

  .text-area.cc-textarea {
    height: 14vh;
  }

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

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

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

  .inhalt-effekt-1.effekt-versuch-1 {
    height: 30vh;
    min-height: auto;
  }

  .divider-7.highlights {
    width: 40vw;
  }

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

  .icon-8 {
    height: 40px;
  }

  .heading-block1-2 {
    width: 100vw;
  }

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

  .social-div {
    flex-flow: column;
    position: fixed;
    top: 40%;
  }

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

  .slider-5 {
    width: 250px;
    height: 250px;
  }

  .image-wrapper-4-3 {
    height: 45vh;
  }
}

#w-node-_4f615d0e-01d2-0c41-c346-b4143dad3465-94272829, #w-node-_66f736f6-4f75-d102-df68-4ceea0d7c124-94272829 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_11b33767-3cd8-1b45-9770-9ad348f93d45-1ba07ece, #w-node-c330de21-4122-3cc9-eb42-212812f943d1-1ba07ece, #w-node-e6e550c3-76d2-575c-ba13-801b4b6e2e93-1ba07ece, #w-node-_7bf82cd4-5726-d19b-1b2b-68ff8a7f4a72-1ba07ece, #w-node-fa99a36a-c4ba-0a57-78fe-f71594fa32a2-1ba07ece, #w-node-_763478f5-574b-6fc8-2d64-9ca72c2bc886-1ba07ece, #w-node-_5f8d7528-3b24-05ae-db30-4d20e7d012d0-1ba07ece, #w-node-a8caa998-b25d-4687-5c29-db5106d18dcc-1ba07ece, #w-node-_7a6861bc-bbc5-e3f8-6624-2ca09939fff0-1ba07ece, #w-node-_1b66829c-6107-ec20-d4f2-6b0191637b0f-1ba07ece {
    grid-column: span 2 / span 2;
  }
}


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