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

@font-face {
  font-family: D dincondensed;
  src: url('../fonts/D-DINCondensed-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --red: #e6242c;
  --black: #000;
}

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

body {
  color: #333;
  flex-direction: 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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: var(--red);
  text-align: center;
  flex-direction: column;
  width: 260px;
  margin-bottom: 300px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

.submit-button {
  background-color: #0d0d38;
  font-family: Montserrat, sans-serif;
}

.logo-img {
  object-fit: contain;
  height: 16vh;
}

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

.footer_paragraph {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Anonymous Pro, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

.heading-3 {
  font-family: Anonymous Pro, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.flie-text {
  font-family: Inconsolata, monospace;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #e6242c;
  line-height: 1.3;
  text-decoration: none;
}

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

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

.terminbutton-2 {
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-2.highlights {
  color: #fff;
  font-family: Roboto, sans-serif;
}

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

.leistungen1 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding: 0;
  display: flex;
}

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

.footer.hauptfarbe.flie-text {
  padding-left: 100px;
  padding-right: 100px;
}

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

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

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

.impdat {
  padding: 100px 40px;
}

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

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

.succeess {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inconsolata, monospace;
  line-height: 1.3;
}

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

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

.div-block-footer1 {
  justify-content: space-between;
  padding-bottom: 0;
  display: flex;
}

.footer-1 {
  margin-top: auto;
  padding: 60px 140px;
}

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

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

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

.inhalt-footer {
  width: auto;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.navlink_content {
  overflow: hidden;
}

.black_line {
  width: 100%;
  height: 2px;
}

.nav-link-4 {
  color: #fff;
  font-weight: 700;
}

.nav-link-4.flie-text {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s;
}

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

.nav-link-4.flie-text.home.w--current {
  color: #fff;
}

.nav-menu-1 {
  z-index: 10000;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#00000080, #0000);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 100px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_section {
  background-color: #000;
  height: 20vh;
}

.section_video {
  width: 100%;
  height: 120vh;
  position: relative;
}

.section_video.unterseite {
  height: 80vh;
}

.banner-text {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(#0009, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading_1 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 70px;
  line-height: 70px;
}

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

.heading_2 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}

.heading_2.heading-2 {
  font-family: Anonymous Pro, sans-serif;
  line-height: 1.3;
}

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

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 30px;
}

.button.flie-text.highlights {
  background-color: var(--red);
  font-family: Inconsolata, monospace;
  transition: all .2s;
}

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

.section_1 {
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-12 {
  grid-template-rows: auto;
  place-content: center;
  place-items: start center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
  position: relative;
}

.heading_3 {
  font-size: 35px;
  line-height: 45px;
}

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

.paragraph-links {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-links.flie-text, .paragraph-links.heading-3 {
  line-height: 1.3;
}

.grid-13 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  place-items: center start;
  margin-top: 30px;
  margin-bottom: 20px;
}

.hyphen {
  width: 100%;
  height: 2px;
}

.divider {
  width: 100%;
  height: 2px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.grid-14 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.section_2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
  overflow: hidden;
}

.relative_content {
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.absolute_content {
  color: #fff;
  background-image: linear-gradient(to top, #00000080, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-links-klein {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
}

.heading-links-klein.heading-2 {
  font-weight: 700;
  line-height: 1.3;
}

.parallax {
  height: 600px;
  position: relative;
  overflow: hidden;
}

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

.wrapper-2 {
  z-index: 5;
  color: #fff;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px 50% 100px 5%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph_2 {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

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

.divider_1 {
  width: 10%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider_1.white {
  background-color: #fff;
}

.content_1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.image-3 {
  opacity: .5;
  object-fit: contain;
  width: 39.1vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-5 {
  opacity: .5;
  object-fit: contain;
  width: 350px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-6 {
  opacity: .5;
  object-fit: contain;
  width: 19.5vw;
  position: absolute;
  inset: 0% 16% auto auto;
}

.image-7 {
  opacity: .5;
  object-fit: contain;
  width: 18.3vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8 {
  opacity: .5;
  object-fit: contain;
  width: 12vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-9 {
  opacity: .5;
  object-fit: contain;
  width: 16.3vw;
  position: absolute;
  inset: auto 14% 0% auto;
}

.grid-15 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.lottie-animation {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: 0% 5% 0% auto;
}

.lottie-animation-2 {
  filter: brightness(0%) invert();
  width: 150px;
  height: 150px;
}

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

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.icon-100 {
  object-fit: contain;
  width: 1.3rem;
}

.content_2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

.link.black {
  color: #333;
}

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

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

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

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

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

.image-100.up {
  object-position: 100% 20%;
}

.image-100.contain {
  z-index: 10;
  object-fit: contain;
  position: relative;
}

.image-100.blur-bg {
  z-index: 1;
  filter: blur(10px);
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  width: 100%;
  height: 55vh;
}

.relative_content-small {
  width: 100%;
  height: 47vh;
  position: relative;
  overflow: hidden;
}

.image-wrapper-large {
  height: 70vh;
  position: relative;
  overflow: hidden;
}

.text-field-5 {
  font-family: Montserrat, sans-serif;
}

.image-11 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.heading-4, .text-block {
  color: var(--red);
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.spacer {
  height: 20px;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

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

.ablaufplan-big-button-4.black.ablaufplan {
  top: 200px;
}

.list-txt {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.list-txt.flie-text {
  line-height: 1.3;
}

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

.image-wrapper-full {
  width: 100%;
}

.text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  display: flex;
}

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

.cards {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-mitig-klein {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
}

.heading-mitig-klein.heading-2 {
  line-height: 1.3;
}

.list-grid {
  grid-template-columns: max-content 1fr;
}

.list-bullet {
  object-fit: contain;
  width: 2rem;
}

.jotform, .jotform-wrapper {
  width: 100%;
}

.linked-text {
  color: var(--red);
  text-decoration: none;
}

.linked-text:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .divblock1 {
    padding-bottom: 20px;
  }

  .leistungen1 {
    padding-bottom: 0;
  }

  .footer.hauptfarbe.flie-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .impdat {
    padding: 60px;
  }

  .success {
    padding: 60px 40px;
  }

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

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

  .succeess {
    font-size: 29px;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

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

  .black_line {
    display: none;
  }

  .nav-link-4 {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link-4.flie-text {
    text-align: center;
  }

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

  .nav-menu-1 {
    background-color: var(--red);
  }

  .navbar {
    background-color: var(--black);
    padding: 0 60px;
    position: sticky;
  }

  .navbar_section {
    display: none;
  }

  .section_video, .section_video.unterseite {
    height: 60vh;
  }

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

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

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

  .section_1 {
    padding: 60px;
  }

  .grid-12 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

  .heading_3.heading-1 {
    text-align: center;
    font-size: 26px;
  }

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

  .grid-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hyphen.highlights {
    width: 20%;
  }

  .divider.zweitfarbe {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .section_2.zweitfarbe, .section_2.highlights {
    padding: 60px;
  }

  .relative_content {
    height: 55vh;
  }

  .absolute_content {
    justify-content: flex-end;
    align-items: center;
  }

  .parallax {
    height: 110vh;
  }

  .wrapper-2 {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .content_1 {
    background-color: #ffffff4a;
    width: 100%;
    padding: 20px;
  }

  .image-3 {
    width: 20vw;
  }

  .image-5 {
    width: 15vw;
  }

  .image-6 {
    width: 20vw;
    right: 25%;
  }

  .image-7 {
    width: 12vw;
  }

  .image-8 {
    width: 10vw;
  }

  .image-9 {
    width: 15vw;
  }

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

  .icon {
    color: #fff;
  }

  .menu-button {
    background-color: #00000080;
    border: 1px solid #fff;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .lottie-animation {
    right: 0%;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .relative_content-small {
    height: 55vh;
  }

  .image-wrapper-large {
    width: 100%;
    height: 50vh;
  }

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

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

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

  .image-wrapper-full {
    height: 50vh;
  }

  .text-wrap {
    padding: 40px;
  }

  ._3er-grid {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .list-bullet {
    width: 1.6rem;
  }

  .jotform {
    height: 100%;
    overflow: auto;
  }

  .jotform-wrapper {
    height: 90vh;
    overflow: auto;
  }
}

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

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

  .divblock1, .leistungen1 {
    height: auto;
  }

  .footer.hauptfarbe.flie-text {
    flex-direction: column;
  }

  .footertext {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .succeess {
    font-size: 24px;
  }

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

  .div-block-footer1 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inhalt-footer {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_video, .section_video.unterseite {
    height: 50vh;
  }

  .banner-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading_1 {
    font-size: 50px;
    line-height: 50px;
  }

  .heading_2.heading-1 {
    font-size: 27px;
  }

  .section_1 {
    padding: 40px;
  }

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

  .grid-12.reverse {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .heading_3.heading-1 {
    font-size: 27px;
  }

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

  .section_2.zweitfarbe, .section_2.highlights {
    padding: 40px;
  }

  .heading-links-klein.heading-2 {
    text-align: center;
    font-size: 21px;
  }

  .wrapper-2 {
    padding: 40px;
  }

  .content_1 {
    width: 100%;
  }

  .image-3 {
    width: 236px;
    display: block;
  }

  .image-5 {
    width: 120px;
    display: block;
  }

  .image-6 {
    width: 150px;
    display: block;
    right: 31%;
  }

  .image-7 {
    width: 150px;
    display: block;
  }

  .image-8 {
    width: 80px;
    display: block;
  }

  .image-9 {
    width: 150px;
    display: block;
    right: 31%;
  }

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

  .menu-button {
    padding: 10px;
  }

  .lottie-animation {
    width: 100%;
    height: auto;
    inset: auto 0% 0%;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .relative_content-small {
    height: 50vh;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .heading-mitig-klein.heading-2 {
    font-size: 21px;
  }
}

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

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

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

  .logo-img {
    height: 80px;
  }

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

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

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

  .impdat, .success {
    padding: 40px 20px;
  }

  .succeess {
    font-size: 19px;
    line-height: 27px;
  }

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

  .div-block-footer1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .heading_1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .heading_1.heading-1 {
    font-size: 26px;
  }

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

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

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

  .button.flie-text.highlights {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

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

  .heading_3 {
    font-size: 25px;
    line-height: 35px;
  }

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

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

  .divider.zweitfarbe {
    margin-bottom: 0;
  }

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

  .section_2.zweitfarbe, .section_2.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .relative_content {
    height: 50vh;
  }

  .heading-links-klein.heading-2 {
    font-size: 17px;
  }

  .parallax {
    height: 120vh;
  }

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

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

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

  .image-3, .image-5, .image-6, .image-7, .image-8, .image-9 {
    display: none;
  }

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

  .grid-16 {
    margin-bottom: 0;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .image-wrapper, .relative_content-small, .image-wrapper-large {
    height: 50vh;
  }

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

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

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

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

  .text-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrap {
    width: 100%;
  }
}

#w-node-_30650fe8-55be-66ad-9b67-c34ee0eb6cd5-3a4a0191 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89c1f989-965c-9821-cbca-de351170c99d-3a4a0191 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_9463bad1-81fa-84ff-6869-f60edd29a420-3a4a01af, #w-node-_61b079a8-aac3-cdbe-1c54-de894838e979-3a4a01af, #w-node-_38a16dee-a92e-7bff-960b-138a5181c163-3a4a01af, #w-node-_1b3600af-0a3e-6f4d-8ff7-ce13676a8465-3a4a01af, #w-node-c46be33b-7b62-0781-5858-de888bc7df0f-a3b22e4b, #w-node-_7ae6596f-68f2-b0d0-765b-2e14f24eac62-a3b22e4b, #w-node-_9b2cb69e-c6ff-d049-f16c-24a23726a716-a3b22e4b, #w-node-_51e69b79-a64e-3e3f-26e9-2a6935b2e36a-a3b22e4b, #w-node-_7e22d71e-f232-6be3-d814-d969411adafc-a3b22e4b, #w-node-_595bc1ef-eac4-5206-ccde-d2c71d9007d5-a3b22e4b, #w-node-_00d8b457-a4a8-095d-8370-f1caea3c6e6e-a3b22e4b, #w-node-d6b9cec2-f8ee-59b0-0b71-8c9be1b369bd-a3b22e4b, #w-node-_4891809d-5828-ae96-a0f7-b0ad6cebf4be-a3b22e4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Twotwenty';
  src: url('../fonts/TWOTWENTY.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D dincondensed';
  src: url('../fonts/D-DINCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SafetyMedium';
  src: url('../fonts/SafetyMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D din';
  src: url('../fonts/D-DIN.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}