:root {
  --side-panel: 5vw;
  --red: #c60200;
}

.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-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-image: linear-gradient(135deg, #0d0d38, #313f67 56%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.hauptfarbe {
  background-image: none;
}

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

.utility-page-content._404 {
  width: auto;
  position: static;
}

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

.submit-button {
  background-color: #0d0d38;
}

.logo-img {
  object-fit: contain;
}

.logo {
  justify-content: center;
  align-items: center;
  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: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.heading-2 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.navbar {
  z-index: 40;
  padding-right: var(--side-panel);
  padding-left: var(--side-panel);
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0%;
  box-shadow: 0 2px 5px #0003;
}

.nav-menu-1 {
  z-index: 10000;
  padding-top: 10vw;
  padding-left: var(--side-panel);
  background-color: #ffffffe6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.background-video {
  width: 800px;
  height: 100%;
}

.hauptheading {
  text-align: left;
  font-size: 150px;
  line-height: 150px;
}

.hauptheading.heading-1 {
  text-shadow: 0 0 18px #000;
}

.titelvideo_start {
  margin-right: var(--side-panel);
  margin-bottom: 5px;
  margin-left: var(--side-panel);
  height: 80vh;
  position: relative;
  overflow: hidden;
}

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

.videodiv {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.shopbutton {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

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

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

.impdat1 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.footer-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  display: flex;
}

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

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

.titelvideo-1 {
  height: 65vh;
  position: relative;
}

.logo-wei {
  width: 30vw;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image_titlevideo {
  object-fit: cover;
  width: 38%;
  height: 88vh;
  position: absolute;
  inset: 20% 0% auto auto;
}

.navlink_content {
  overflow: hidden;
}

.nav-link-4 {
  color: #000;
  margin-left: 0;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 30px;
  line-height: 40px;
  transition: all .5s;
  display: block;
}

.nav-link-4:hover {
  color: var(--red);
}

.nav-link-4.flie-text {
  transition: all .2s;
}

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

.black_line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.section_1 {
  padding: 10px;
  overflow: hidden;
}

._2er_grid_1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  overflow: hidden;
}

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

.image-wrapper-90vh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

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

.button {
  text-align: center;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 22px;
}

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

.button.flie-text.highlights:hover {
  background-color: #000;
}

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

.content_block_4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_block {
  height: 25vh;
}

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

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

.success {
  flex-direction: row;
  flex: 1;
  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: Raleway, sans-serif;
}

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

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

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link.top {
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

.logo-2 {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-6 {
  width: 100%;
}

.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: #ece4df;
}

.logo-img-2 {
  width: 250px;
}

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

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

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

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

.html-embed-6 {
  width: 100%;
}

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

.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 {
  margin-top: 120px;
  top: 10px;
}

.menu-button {
  z-index: 30;
  margin-right: auto;
  padding: 0;
}

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

.icon {
  font-size: 40px;
}

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

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

.section_-home {
  margin: 5px var(--side-panel);
  overflow: hidden;
}

.content_block-95vh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px 50px;
  display: flex;
}

.icon-sml {
  filter: invert();
  object-fit: contain;
  width: 1.8rem;
}

.sub-block {
  padding-left: var(--side-panel);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sub-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 22px;
  line-height: 32px;
  transition: all .5s;
}

.sub-link:hover {
  color: var(--red);
}

.sub-link.flie-text {
  color: #000;
  transition: all .2s;
}

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

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

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

.section-main {
  padding: 100px var(--side-panel);
}

.nav-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.link1 {
  color: #303030;
  text-decoration: none;
}

.link1:hover {
  color: var(--red);
}

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

.paragraph-links.flie-text {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
}

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

.heading-links-2 {
  margin-top: 10px;
  font-size: 30px;
  line-height: 35px;
}

.heading-links-2.heading-2 {
  font-family: Cormorant Garamond, sans-serif;
}

.section-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.maps {
  height: 40vh;
}

.navbar-shadow {
  height: 1px;
  box-shadow: 0 2px 5px #0003;
}

.text-mitig {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.icon-md {
  object-fit: contain;
  width: 2.2rem;
}

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

.slider-100.z-index {
  z-index: 1;
}

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

.heading-mitig-sml {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 34px;
}

.heading-mitig-sml.heading-2 {
  font-family: Raleway, sans-serif;
}

.label-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-label {
  width: 70%;
}

.slider-overlay-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-overaly-disable {
  z-index: 20;
  position: absolute;
  inset: 0%;
}

.logos-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-grid {
  object-fit: contain;
  width: 13vw;
}

.logo-wrap {
  transition: all .4s;
}

.content-block-padded {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.heading-mittig-1 {
  text-align: center;
  font-size: 45px;
  line-height: 55px;
}

.heading-mittig-1.heading-1 {
  font-weight: 700;
}

.flex-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.code-embed {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-space-between {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contnet-80 {
  width: 80%;
}

.footer-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

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

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

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

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

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

  .background-video {
    width: 100%;
    height: 800px;
  }

  .titelvideo_start {
    height: auto;
    position: static;
  }

  .videodiv {
    height: 100%;
  }

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

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

  .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;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .inhalt-footer {
    text-align: center;
    margin-left: 0;
  }

  .image_titlevideo {
    width: 100%;
    height: 60vh;
    position: static;
  }

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

  .nav-link-4.flie-text {
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .black_line {
    display: none;
  }

  .section_1.spacing {
    padding: 60px;
  }

  ._2er_grid_1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .image-wrapper-90vh {
    height: 60vh;
  }

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

  ._3er_grid {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .content_block_4.zweitfarbe {
    padding: 20px;
  }

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

  .impdat {
    padding: 60px;
  }

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

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

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

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

  .impdat-2.flie-text {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .men-icon1 {
    color: #fff;
  }

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

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

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

  .section_-home {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section_-home.margin {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block-95vh.zweitfarbe {
    height: auto;
    padding: 40px;
  }

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

  .sub-link.flie-text {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .image-wrapper-label {
    height: 80vh;
  }

  .section-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-links {
    font-size: 14px;
    line-height: 24px;
  }

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

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

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

  .section-text, .maps, .info {
    width: 100%;
  }

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

  .heading-mitig-sml.heading-2 {
    text-align: center;
  }

  .logo-label {
    width: 42%;
  }

  .logos-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .logo-grid {
    width: 18vw;
  }

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

  .content-block-padded.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-center {
    margin-bottom: 0;
  }

  .contnet-80 {
    width: 100%;
  }

  .footer-inner {
    text-align: center;
    margin-left: 0;
  }

  .image-101.cont {
    object-fit: contain;
  }

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

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

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .background-video {
    height: 600px;
  }

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

  .hauptparagraph.flie-text {
    font-size: 18px;
    line-height: 22px;
  }

  .videodiv {
    z-index: 10;
    height: 129vh;
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .inhalt-footer {
    text-align: center;
    margin-left: 0;
  }

  .titelvideo-1 {
    height: 550px;
  }

  .image_titlevideo {
    height: 50vh;
  }

  .nav-link-4.flie-text {
    padding-left: 20px;
    font-size: 16px;
  }

  .section_1.spacing {
    padding: 40px;
  }

  ._2er_grid_1 {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .image {
    height: 100%;
  }

  .image-wrapper-90vh {
    height: 60vh;
  }

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

  ._3er_grid {
    grid-template-columns: 1fr;
    place-content: center;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .link.top {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .impdat-2.flie-text {
    justify-content: center;
    align-items: flex-start;
  }

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

  .section_-home.margin {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block-95vh.zweitfarbe {
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .sub-link.flie-text {
    padding-left: 20px;
  }

  .image-wrapper-label {
    height: 80vh;
  }

  .section-main {
    padding: 40px;
  }

  .paragraph-links.flie-text {
    margin-bottom: 0;
  }

  .heading-mitig-sml.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .logos-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
  }

  .logo-grid {
    width: 27vw;
  }

  .content-block-padded.zweitfarbe {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .flex-space-between {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-inner {
    text-align: center;
    margin-left: 0;
    padding-top: 0;
  }
}

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

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

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

  .logo-img {
    width: 177px;
    max-width: none;
  }

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

  .flie-text {
    width: 100%;
  }

  .navbar {
    flex-flow: row;
    height: auto;
  }

  .nav-menu-1 {
    padding-top: 35vw;
  }

  .background-video {
    height: 400px;
  }

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

  .videodiv {
    height: 79vh;
  }

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

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

  .titelvideo-1 {
    height: 500px;
  }

  .logo-wei {
    width: auto;
  }

  .image_titlevideo {
    height: 40vh;
  }

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

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

  .button.flie-text.highlights {
    width: auto;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  ._3er_grid {
    place-content: center;
    width: 100%;
  }

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

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

  .success {
    height: 100%;
    padding: 60px 20px;
  }

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

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

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

  .maps-gro {
    height: 300px;
  }

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

  .impdat-2.flie-text {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
  }

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

  .section_-home.margin {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .content_block-95vh.zweitfarbe {
    padding: 20px;
  }

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

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

  .logos-grid {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    width: 100%;
  }

  .logo-grid {
    width: 57vw;
  }

  .content-block-padded.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .flex-space-between {
    padding-left: 0;
    padding-right: 0;
  }

  .image-101.cont {
    object-fit: cover;
  }
}

#w-node-_4cca63ea-f799-432a-bb19-8fb8aaf038ce-da320bb8 {
  place-self: center;
}

#w-node-_7a97dc4b-a778-49a1-a9f1-66fb3919573d-da320bbb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


