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

:root {
  --dark-slate-blue: #154f75;
  --khaki: #d3d558;
}

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

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

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

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

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

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

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

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

.logo-img {
  width: 100%;
  height: 100%;
}

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

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

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

.telefonnummer {
  margin-bottom: 5px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #154f75;
}

.email {
  margin-bottom: 5px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.highlights {
  color: #fff;
  background-color: #d3d558;
}

.adresse {
  margin-bottom: 5px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.heading-1 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-weight: 700;
}

.heading-2 {
  font-family: Yanone Kaffeesatz, sans-serif;
  font-weight: 300;
}

.heading-3, .flie-text {
  font-family: Questrial, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  color: #d3d558;
}

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

.impdat1-2.flie-text {
  font-size: 16px;
  line-height: 26px;
}

.drittefarbe {
  color: #fff;
  background-color: #b4b4b4;
}

.farbe2-headings {
  color: #b4b4b4;
}

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

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.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.w--current {
  color: #939393;
}

.navbar-6 {
  width: 100%;
}

.logo-wei {
  filter: invert();
}

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

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

.divider {
  width: 10vw;
  height: 3px;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

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

.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: #154f75;
  padding-bottom: 10px;
  padding-left: 140px;
  padding-right: 140px;
}

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

.heading-footer.heading-3 {
  letter-spacing: 1px;
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.inhalt-footer {
  flex-direction: column;
  height: 100%;
  display: flex;
}

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

.galerie-img1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.heading-links1.heading-1.farbe2-headings {
  color: #333;
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

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

.form-text.flie-text {
  font-size: 16px;
  line-height: 26px;
}

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

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

.submit-button1.highlights.flie-text {
  border-radius: 5px;
  padding: 10px 25px;
}

.submit-button1.highlights.flie-text:hover {
  background-color: var(--dark-slate-blue);
  box-shadow: 1px 0 11px #0000005c;
}

.select-field {
  color: #949494;
  background-color: #fff;
  height: 54px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: static;
  top: auto;
  overflow: auto;
}

.text-field {
  height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  padding: 100px 40px;
  display: flex;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

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

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.text_field {
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.text_field.flie-text {
  transition: all .2s;
}

.text_field.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.hamburger_wrapper {
  background-color: #d3d558;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.nav_menu {
  z-index: 1;
  background-color: #00000042;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 0% auto auto;
}

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

.menu_head {
  text-align: left;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #f0f0f0;
  margin-left: 0;
  margin-right: 10px;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: var(--khaki);
  box-shadow: 0 7px 8px -5px #00000080;
}

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

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  z-index: 0;
  background-color: #0000;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AdobeStock_170179753_visu.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: none;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

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

.menu_wrapper {
  background-color: #fff;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.navbar {
  z-index: 99999;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.hauptfarbe {
  z-index: 2000;
  background-color: #fffcfb;
  display: none;
}

.menu_form_block {
  width: 80%;
}

.menu_container_right {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: auto;
  display: flex;
  overflow: auto;
}

.menu-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.container-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 0;
  display: flex;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: none;
}

.white {
  max-width: 250px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: 90vh;
}

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

.content_1.mittig {
  align-items: center;
}

.content_1.mittig.new {
  background-color: #f5f5f5;
}

.heading {
  text-align: center;
  letter-spacing: 2px;
  font-size: 80px;
  line-height: 80px;
}

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

.paragraph_mittig {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.paragraph_mittig.flie-text {
  z-index: 1;
  position: relative;
}

.titelvideo {
  color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.image {
  width: 100%;
}

.section_1 {
  padding: 100px 10vw;
  position: relative;
  overflow: hidden;
}

.section_1.highlight-1.extra {
  background-color: var(--dark-slate-blue);
  height: auto;
  padding-bottom: 100px;
}

.section_1.zweitfarbe {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.heading_left {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 45px;
}

.heading_left.heading-1 {
  font-size: 32px;
}

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

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

.button {
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 16px;
  line-height: 22px;
}

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

.button.flie-text.highlights:hover {
  box-shadow: 1px 0 11px #0000005c;
}

.farbe-der-headings-1 {
  color: #154f75;
}

.highlight-1 {
  color: #fff;
  background-color: #154f75;
}

.heading_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 55px;
}

.heading_center.heading-1 {
  z-index: 1;
  position: relative;
}

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

.content_3 {
  outline-color: var(--khaki);
  outline-offset: 0px;
  text-align: center;
  outline-width: 2px;
  outline-style: solid;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.content_3:hover {
  background-color: var(--dark-slate-blue);
  outline-color: var(--khaki);
  outline-offset: 0px;
  color: #fff;
  outline-width: 2px;
  outline-style: none;
}

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

.lottie-animation {
  z-index: 0;
  opacity: .5;
  width: 60%;
  position: absolute;
  inset: -25% -7% auto auto;
}

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

.slider-mask {
  padding: 20px 0;
}

.slide {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.slider_button {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 14px;
  font-size: 24px;
  display: flex;
  left: -28px;
}

.slider_button.farbe-der-headings-1 {
  background-color: #fff;
  border-radius: 50%;
  transition: all .2s;
  box-shadow: 0 1px 2px #00000024;
}

.slider_button.farbe-der-headings-1:hover {
  box-shadow: 0 1px 14px 6px #00000024;
}

.slider_button.farbe-der-headings-1.arrow_left {
  left: -56px;
}

.slider_button.farbe-der-headings-1.arrow_right {
  left: auto;
  right: -56px;
}

.hidden {
  display: none;
}

.content_4 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 5px -3px #000;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.image-2._1 {
  object-fit: cover;
  object-position: 50% 14%;
}

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

._2er_grid_2._3col {
  grid-template-columns: 1fr 1fr 1fr;
}

._2er_grid_3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  place-items: center;
  width: 100%;
}

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

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

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

.footerlink {
  color: #fff;
}

.ablaufplan-big-button-2 {
  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-2:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-2.black.ablaufplan {
  color: #fff;
  background-color: #000;
  margin-top: 47px;
  top: 10px;
}

.ablaufplan-big-button-2.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-2.black:hover {
  transform: none;
}

.header-h {
  color: #333;
  font-family: Yanone Kaffeesatz, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 80px;
}

.electric-div {
  margin-left: 40px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.html-embed-2 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.social-media-links {
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 55px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.social-media-links:hover {
  color: #0000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.widget-image {
  filter: invert();
  object-fit: cover;
  width: 25px;
  height: 25px;
  overflow: auto;
}

.widget-image._1 {
  width: 30px;
  height: 30px;
}

.icon-div {
  align-items: center;
  margin-left: -20px;
  margin-right: auto;
  display: flex;
}

.navbar-7 {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.nav-menu {
  background-color: var(--dark-slate-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.flex-row {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-top {
  width: 300px;
  height: 150px;
}

.logo-block {
  width: 400px;
  height: 250px;
  margin-right: 40px;
}

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

.center-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-18 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.div-block {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.navbar-8 {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  display: flex;
  position: sticky;
  top: 0;
}

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

@media screen and (max-width: 991px) {
  .logo-img {
    object-fit: contain;
    height: 120px;
  }

  .telefonnummer, .email {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .adresse {
    font-size: 12px;
    line-height: 20px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .impdat1-2.flie-text {
    font-size: 12px;
    line-height: 20px;
  }

  .nav-men-1.hauptfarbe {
    background-image: linear-gradient(#00000080, #00000080);
  }

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

  .men-icon1 {
    color: #fff;
  }

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

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

  .divider.highlights {
    width: 30vw;
  }

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

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

  .footer-2.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .heading-footer.heading-3 {
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-size: 14px;
  }

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

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

  .nav_link.flie-text {
    text-align: center;
    align-self: auto;
  }

  .menu_container_left {
    width: 30%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  .menu_container_right {
    width: 70%;
  }

  .container-9 {
    max-height: 100%;
    padding-top: 0;
  }

  .grid {
    height: auto;
  }

  .content_1.mittig.new {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading.heading-1 {
    font-size: 50px;
    line-height: 1.2;
  }

  .section_1, .section_1.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .content_3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon {
    height: 100px;
  }

  .lottie-animation {
    top: -2%;
  }

  .slider {
    width: 100%;
    margin-top: 40px;
  }

  .slider-mask {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .slider_button.farbe-der-headings-1.arrow_left {
    left: -19px;
  }

  .slider_button.farbe-der-headings-1.arrow_right {
    right: -19px;
  }

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

  .maps-gro {
    height: 500px;
  }

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

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

  .header-h {
    font-size: 60px;
    line-height: 65px;
  }

  .navbar-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    z-index: 2147483647;
    background-color: var(--dark-slate-blue);
    position: absolute;
    top: 0%;
  }

  .flex-row {
    width: auto;
  }

  .logo-top {
    width: auto;
    height: auto;
  }

  .logo-block {
    width: auto;
    height: auto;
    margin-right: 0;
  }

  .block-img {
    height: 120px;
  }

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

  .div-block {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-8 {
    padding-bottom: 0;
  }

  .nav-menu-2 {
    background-color: var(--khaki);
  }

  .menu-button {
    color: var(--khaki);
  }

  .menu-button.w--open {
    background-color: var(--khaki);
    color: var(--dark-slate-blue);
  }
}

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

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

  .divblock1 {
    height: auto;
  }

  .titelvideo1 {
    height: 100%;
  }

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

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

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

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

  .footer-2.hauptfarbe {
    text-align: center;
    padding-top: 40px;
  }

  .inhalt-footer {
    align-items: center;
    margin-bottom: 20px;
  }

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

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

  .heading-links1.heading-1.farbe2-headings {
    font-size: 30px;
    line-height: 35px;
  }

  .maps1 {
    height: 350px;
  }

  .form-block {
    margin-top: 40px;
  }

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

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

  .nav_menu {
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_form_block {
    width: 100%;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-9 {
    flex-direction: column;
    align-items: flex-end;
  }

  .menu_right_container {
    width: 90%;
  }

  .grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    height: auto;
    display: flex;
  }

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

  .paragraph_mittig.flie-text {
    font-size: 14px;
    line-height: 22px;
  }

  .titelvideo {
    height: 400px;
  }

  .image {
    object-fit: contain;
    height: 350px;
  }

  .section_1 {
    padding: 60px 40px;
  }

  .section_1.highlight-1.extra {
    padding-bottom: 60px;
  }

  .section_1.zweitfarbe {
    padding: 60px 40px;
  }

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

  ._4er_grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .content_3 {
    padding: 40px;
  }

  .icon {
    width: auto;
    height: 40px;
    margin-bottom: 10px;
  }

  .lottie-animation {
    width: 70%;
    top: -20%;
    right: -1%;
  }

  .slider {
    height: auto;
  }

  .slider_button.farbe-der-headings-1.arrow_left {
    left: -20px;
  }

  .slider_button.farbe-der-headings-1.arrow_right {
    right: -20px;
  }

  .image-2 {
    height: 100%;
    margin-bottom: 0;
  }

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

  ._2er_grid_2._3col {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .maps-gro {
    height: 100%;
  }

  .maos-footer {
    height: 100px;
  }

  .header-h {
    font-size: 30px;
    line-height: 35px;
  }

  .electric-div {
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-links {
    width: 40px;
    height: 40px;
  }

  .icon-div {
    margin-left: auto;
  }

  .flex-row {
    justify-content: space-between;
  }

  .logo-block {
    margin-right: 20px;
  }

  .block-img {
    height: 100px;
  }

  .grid-18 {
    flex-direction: column;
    display: flex;
  }

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

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

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

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

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

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

  .titelvideo1 {
    height: 100%;
  }

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

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

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

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

  .heading-links1.heading-1 {
    font-size: 18px;
    line-height: 25px;
  }

  .heading-links1.heading-1.farbe2-headings {
    font-size: 25px;
    line-height: 30px;
  }

  .form-text.flie-text {
    font-size: 12px;
    line-height: 20px;
  }

  .maps1 {
    height: 300px;
  }

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

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

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

  .nav_link.flie-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .content_1.mittig {
    padding: 20px;
  }

  .content_1.mittig.new {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .titelvideo {
    height: 250px;
  }

  .image {
    height: 300px;
  }

  .section_1, .section_1.highlight-1.extra, .section_1.zweitfarbe {
    padding: 40px 20px;
  }

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

  .heading_left.heading-1.klein {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph.flie-text.text-cetner {
    font-size: 14px;
    line-height: 22px;
  }

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

  .content_3 {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lottie-animation {
    width: 90%;
    top: 3%;
  }

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

  .slider_button.farbe-der-headings-1.arrow_left {
    left: -10px;
  }

  .slider_button.farbe-der-headings-1.arrow_right {
    right: -10px;
  }

  .content_4 {
    padding: 10px;
  }

  ._2er_grid_2._3col {
    grid-template-columns: 1fr;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

  .header-h {
    margin-top: 10px;
    font-size: 30px;
  }

  .electric-div {
    padding-top: 0;
  }

  .flex-row {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .logo-top {
    background-color: #fff;
  }

  .logo-block {
    background-color: #fefefe;
    margin-right: 0;
  }

  .block-img {
    width: 100%;
  }

  .div-block {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-c2deb6fe-829f-0824-d70f-51872302297c-bdeac682 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c502398d-3c7d-ef40-6b35-5a9ce749cace-bdeac682 {
    align-self: center;
  }

  #w-node-ee73ed2c-9c50-9608-21b3-8dd4286688f8-bdeac682 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e2099de-6947-c712-b209-8e330d048ed2-bdeac682 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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