:root {
  --pinko: #ed98c3;
  --main: #82a2cd;
  --pink: #ec407a;
  --orange: #ff4a00;
  --light-bg: #faf5f3;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.utility-page-wrap {
  background-color: var(--pinko);
  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;
  width: 140px;
}

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

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

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

.email {
  margin-bottom: 5px;
}

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

.adresse {
  margin-bottom: 5px;
}

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

.heading-2 {
  font-family: Yomogi, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Quicksand, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

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

.terminbutton.highlights {
  background-color: #ec407a;
  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;
}

.nav-menu-1 {
  z-index: 100000;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link:hover {
  background-color: var(--main);
  color: #fff;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

.nav-link.w--current {
  background-color: var(--main);
  color: #fff;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navbar.highlights {
  background-color: var(--pinko);
}

.subheading1 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}

.subheading1.heading-3 {
  text-align: center;
}

.background-video {
  background-image: linear-gradient(#0000004d, #0000004d);
  height: 100%;
}

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

.img-mask {
  background-color: #deecff;
  width: 100%;
  height: 100%;
  position: relative;
}

._2er-grid {
  grid-column-gap: 60px;
  background-color: #deecff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  min-height: 80vh;
}

._2er-grid.spacing {
  grid-column-gap: 20px;
}

.text-links {
  font-size: 16px;
  line-height: 25px;
}

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

.bild-oben-verschoben {
  object-fit: cover;
  width: 100%;
  height: 90vh;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.section-gro-e-abst-nde {
  background-color: #deecff;
  padding: 10vh 15vw;
  position: relative;
}

.heading-links1 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 45px;
}

.heading-links1.heading-2 {
  line-height: 1.3;
}

.heading-links1.heading-2.center {
  text-align: center;
}

.inhalt-untereinander-1 {
  background-color: #deecff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.inhalt-untereinander-1.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.text-mittig {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

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

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

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

.section-2.highlights {
  background-color: var(--pinko);
}

.smallheading {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
}

.smallheading.heading-2 {
  margin-top: 10px;
  line-height: 1.3;
}

.smallheading.heading-2.break {
  word-break: break-all;
}

.inhalt-mittig1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 6px 1px #80808052;
}

.inhalt-mittig1:hover {
  background-color: var(--main);
  color: #fff;
}

.section-streifen {
  background-image: linear-gradient(#fffc, #fffc), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 15vh 15vw;
}

.bild-grid {
  object-fit: cover;
  width: 100%;
  height: 90vh;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.bild-grid.oben {
  height: 100%;
}

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

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

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

.div-block-footer1.hauptfarbe {
  flex-direction: row;
  justify-content: space-between;
}

._1.flie-text {
  color: #fff;
}

.footer-visu-1 {
  margin-top: auto;
  padding: 60px 10%;
}

.bild-oben-verschoben1-2 {
  object-fit: cover;
  height: 90vh;
  position: absolute;
  inset: -25% 0% auto;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.impdat {
  padding: 100px 40px;
}

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

.heading-mittig1.heading-2 {
  font-family: Quicksand, sans-serif;
}

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

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

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

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

.link.black {
  color: #333;
}

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

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

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

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

.image-100.contain-1 {
  object-fit: contain;
}

.spacer {
  height: 20px;
}

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

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

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

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

.maps_full {
  height: 100%;
}

.black-link {
  color: var(--light-bg);
  font-weight: 600;
  text-decoration: none;
}

.black-link:hover {
  color: #dfdfde;
}

.lightbox-100 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

._3er-grid {
  z-index: 1;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

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

.dropdown-toggle-12 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon {
  color: #fff;
}

.dropdown-list-13 {
  background-color: var(--main);
}

.dropdown-list-13.w--open {
  background-color: var(--orange);
}

.nav-link2 {
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link2:hover {
  background-color: var(--main);
  color: #fff;
}

.nav-link2:active, .nav-link2:focus, .nav-link2:visited {
  color: #fff;
}

.nav-link2.w--current {
  background-color: var(--main);
  color: #fff;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle-2.w--open {
  position: relative;
}

.dropdown-list-2 {
  background-color: var(--main);
}

.dropdown-list-2.w--open {
  background-color: var(--orange);
  position: absolute;
  inset: auto auto -40px 100%;
}

.icon-2 {
  color: #fff;
}

.lottie-animation-2 {
  opacity: .6;
  filter: hue-rotate(97deg);
  width: 20%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lottie-animation-2.blue {
  filter: none;
}

.lottie-animation-2-bottom {
  opacity: .6;
  filter: hue-rotate(97deg);
  width: 20%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.lottie-animation-2-bottom.blue {
  filter: none;
}

.bild-oben-verschoben1-static {
  object-fit: cover;
  height: 90vh;
  box-shadow: 3px 2px 11px 3px #00000061;
}

.bild-oben-verschoben1-static.contain {
  object-fit: contain;
  width: 100%;
  height: 70vh;
}

.div-block-pink {
  z-index: 1;
  background-color: var(--pinko);
  position: relative;
}

.div-block-white {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.banner {
  height: 90vh;
  position: relative;
}

.div-block-video-1 {
  color: #fff;
  background-image: linear-gradient(#00000057, #00000057);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1-5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 85px;
}

.slogan1-5.heading-font1 {
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: Quicksand, sans-serif;
}

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

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

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

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

.slide2 {
  background-image: url('../images/vestrahorn-mountains-stokksnes-iceland.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide3 {
  background-image: url('../images/cascade-boat-clean-china-natural-rural.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-arrows {
  display: none;
}

.slide-navs {
  background-color: #0000004d;
}

.slide-navs.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
}

.slide-navs.flex-row.bottom {
  margin-top: auto;
  margin-bottom: 0;
  bottom: 0;
}

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

.img-mask-1 {
  background-color: #deecff;
  width: 100%;
  height: 100%;
}

.lightbox-link {
  color: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

._2er-grid-1 {
  grid-column-gap: 60px;
  background-color: #deecff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  margin-top: 20px;
}

._2er-grid-1.spacing {
  grid-column-gap: 20px;
}

@media screen and (max-width: 991px) {
  .logo {
    margin-right: auto;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-menu-1 {
    background-color: var(--main);
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text, .nav-link.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .men-button1 {
    background-color: var(--orange);
    margin-left: auto;
  }

  .men-button1.w--open {
    background-color: var(--orange);
  }

  .men-icon1 {
    color: #fff;
  }

  .navbar.highlights {
    padding: 10px 40px;
  }

  .subheading1.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .img-mask {
    height: 100%;
  }

  ._2er-grid {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    height: auto;
    min-height: auto;
    display: flex;
  }

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

  .bild-oben-verschoben {
    height: 100%;
    display: block;
    top: auto;
    overflow: clip;
  }

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

  .heading-links1.heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .inhalt-untereinander-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px 0 40px;
    display: flex;
  }

  .inhalt-untereinander-1.flie-text {
    text-align: center;
  }

  .section-2 {
    padding: 5vh 10vw;
  }

  .section-2.highlights {
    padding: 60px;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .section-streifen {
    padding: 60px;
  }

  .bild-grid {
    height: 50vh;
  }

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

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

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

  .div-block-footer1.hauptfarbe.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;
    display: flex;
  }

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

  .bild-oben-verschoben1-2 {
    width: 100%;
    height: 70vh;
    top: -75%;
  }

  .impdat {
    padding: 60px;
  }

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

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

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

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

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

  .maps {
    height: 45vh;
  }

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

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

  .maps_full {
    height: 100%;
  }

  ._3er-grid {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .dropdown-toggle-12 {
    width: 100%;
    padding-left: 0;
  }

  .dropdown-list-13.w--open {
    position: relative;
  }

  .nav-link2 {
    width: 100%;
    position: static;
  }

  .bild-oben-verschoben1-static {
    width: 100%;
    height: 50vh;
    top: -75%;
  }

  .bild-oben-verschoben1-static.contain {
    height: 55vh;
  }

  .banner {
    height: 60vh;
  }

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

  .slogan1-5.heading-font1 {
    font-size: 45px;
    line-height: 130%;
  }

  .dropdown-15 {
    width: 100%;
  }

  .jotform-wrapper.oben {
    margin-top: 40px;
  }

  .img-mask-1 {
    height: 100%;
  }

  ._2er-grid-1 {
    grid-column-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    height: auto;
    min-height: auto;
    display: flex;
  }
}

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

  .divblock1 {
    height: auto;
  }

  .men-button1 {
    padding: 10px;
  }

  .titelvideo-start-1 {
    height: 500px;
  }

  ._2er-grid {
    min-height: auto;
  }

  .bild-oben-verschoben {
    height: 100%;
    top: 0%;
  }

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

  .heading-links1.heading-2 {
    font-size: 24px;
  }

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

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

  .section-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section-2.highlights {
    padding: 40px;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .section-streifen {
    padding: 40px;
  }

  .bild-grid {
    height: 25rem;
  }

  .bild-grid.oben {
    object-position: 50% 20%;
  }

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

  .div-block-footer1.hauptfarbe {
    flex-direction: column;
  }

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

  .footer-visu-1.hauptfarbe {
    text-align: center;
    justify-content: center;
    padding: 40px 20px;
    display: flex;
  }

  .bild-oben-verschoben1-2 {
    height: 65vh;
    top: -70%;
  }

  .impdat {
    padding: 40px;
  }

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

  .heading-mittig1.heading-2 {
    font-size: 21px;
    line-height: 28px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .footer-inhalt {
    margin-left: 0;
    margin-right: 0;
  }

  .image-100.contain-1 {
    object-fit: cover;
  }

  .image-100.contain-1.rechtss {
    object-position: 80% 50%;
  }

  .image-100.contain-1.runterr {
    object-position: 50% 70%;
  }

  .image-100.contain-1.mehr-runterr {
    object-position: 50% 85%;
  }

  .maps {
    height: 25rem;
  }

  .image-wrapper-40vh {
    height: auto;
  }

  .bild-oben-verschoben1-static {
    height: 25rem;
    top: -44%;
  }

  .bild-oben-verschoben1-static.contain {
    height: 45vh;
  }

  .banner {
    height: 28rem;
  }

  .div-block-video-1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan1-5.heading-font1 {
    font-size: 35px;
  }

  ._2er-grid-1 {
    min-height: auto;
  }
}

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

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

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

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

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

  .navbar.highlights {
    padding: 0 20px;
  }

  .subheading1.heading-3.farbe-der-headings {
    font-size: 16px;
  }

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

  .bild-oben-verschoben {
    height: 100%;
    position: static;
  }

  .section-gro-e-abst-nde {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-links1.heading-2 {
    font-size: 22px;
  }

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

  .text-mittig.flie-text {
    font-size: 14px;
    line-height: 18px;
  }

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-2.highlights, .section-streifen {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .footer-visu-1.hauptfarbe {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bild-oben-verschoben1-2 {
    min-height: 40vh;
    position: static;
  }

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

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

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

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

  .maps-gro {
    height: 300px;
  }

  .footer-inhalt {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

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

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

  .bild-oben-verschoben1-static {
    position: static;
  }

  .bild-oben-verschoben1-static.contain {
    height: 40vh;
  }

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

  .slogan1-5.heading-font1 {
    font-size: 27px;
  }
}

#w-node-_551c31d6-b8b9-ec6b-c3f9-27a923fd6348-6a942c88 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_1830ce76-8342-a99d-2743-627f1ec5b670-6a942c8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db037b60-531d-e510-bc98-9d8e0f1d0669-97b87da4 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9c06a7bb-7f4a-c38f-d562-8e61aafd5778-ce1e99ec, #w-node-f3f91cde-42fc-f19f-609c-b3c673583292-ce1e99ec, #w-node-_09a2779e-0a61-a0ac-c9a0-5d40c1aa6cfc-ce1e99ec, #w-node-_0ba6279f-0341-2fee-fed2-fde07c832814-ce1e99ec, #w-node-_8a87e469-840d-fe5c-d9eb-0a145c230b2e-ce1e99ec, #w-node-_3d007c64-20e4-6100-351f-8338131729a5-ce1e99ec, #w-node-e78dacf7-6ef1-4ba3-89e0-0b7d665ad88f-ce1e99ec, #w-node-b833f93d-7e6b-e136-9111-8b8d0c86b95f-ce1e99ec, #w-node-_0f36a9d6-e179-a03b-6dbd-6e1688381410-ce1e99ec, #w-node-_1c37fc35-fa3c-3802-b2a3-e84f39e168a9-ce1e99ec, #w-node-_70487b1e-32f9-ee2d-3906-bbff251036c2-ce1e99ec, #w-node-_6b137e96-7077-8c79-b7af-cb7c12e585e2-ce1e99ec, #w-node-b5f613d8-93bf-9087-9b74-2c559ac5cc5e-ce1e99ec, #w-node-_9af9b18c-026c-0444-f0e8-c672a1432590-ce1e99ec, #w-node-add6a342-3de2-253d-44f3-62f10ee92b90-ce1e99ec, #w-node-_0333302f-5a6e-47b7-0b69-20af47b094da-ce1e99ec, #w-node-dd306589-a007-054d-cbf4-c1989df458cd-ce1e99ec, #w-node-_02671d65-8a17-56ba-4c1f-e09557f3ec22-ce1e99ec, #w-node-b2bee54a-641b-c6fa-2030-734ba05790de-ce1e99ec, #w-node-a8c6e0a5-149f-2a0f-c63f-127558e5e026-ce1e99ec, #w-node-_5eca734d-2f0f-96c2-90ab-f07ea3c02815-ce1e99ec, #w-node-b8737e60-899a-c4bb-6e20-d90f7b4ae92e-ce1e99ec, #w-node-_917b5fd8-73bc-3d62-110f-9f5730f583a1-ce1e99ec, #w-node-d2295b5a-a657-988f-697d-82586dcb1707-ce1e99ec, #w-node-_89dae3b0-9f92-608c-2fa8-cbde1345c450-ce1e99ec, #w-node-a116cf09-b02a-8dd6-27b1-bff4dbf10db8-ce1e99ec, #w-node-_8e69d190-9781-f876-a009-f6b8c15627b1-ce1e99ec, #w-node-dd35292b-726c-010c-552e-5a129612f8d9-ce1e99ec, #w-node-_41c1e357-878b-35c0-dc5e-9c919c4e2a0d-ce1e99ec, #w-node-_61ae6232-10ba-937b-b861-1dcb108dc8c8-ce1e99ec, #w-node-a3ca9b53-7283-425a-c944-52dbb10e27a5-ce1e99ec, #w-node-_475ccc72-6422-1ceb-5613-388bfb4e99c9-ce1e99ec, #w-node-b6413c57-3818-0b8b-f558-807d919c2ee7-ce1e99ec, #w-node-_1cdfd066-3c6f-f156-2696-1efae82661f9-ce1e99ec, #w-node-_76226957-716e-007f-ea59-a7c179729e73-ce1e99ec, #w-node-_936a4560-b810-3639-98e0-138fc0496e0d-ce1e99ec, #w-node-_0f855243-1382-e5fe-5c89-36a6dc3ba7b5-ce1e99ec, #w-node-fa254603-438e-4f65-b62f-dcfa1cdcd886-ce1e99ec, #w-node-_640b9c71-f225-4638-8cf0-1336296b3f50-ce1e99ec, #w-node-_5839d24e-2ca3-8217-1c03-eaeda016f5de-ce1e99ec, #w-node-_69aa367a-84fc-8c7d-7bb8-efc8878a7620-ce1e99ec, #w-node-_8ad203e0-ca96-ec11-4757-13caae89daad-ce1e99ec, #w-node-f38aca91-e1d3-5814-15b2-067a0d4bb4eb-ce1e99ec, #w-node-b2c3c0ac-5c96-83ff-9b83-f607ffadca7f-ce1e99ec, #w-node-b063c42b-c0d2-3d44-8e33-e054bfa65b3a-ce1e99ec, #w-node-_7ff71c05-f43f-275a-fc0b-7b525d9bcc92-ce1e99ec, #w-node-_4b958636-a6a4-e453-fe99-bedf38503d4b-ce1e99ec, #w-node-_72cf046d-fbf5-ab5e-1bbf-9c5948db2dc7-ce1e99ec, #w-node-c61a7dd6-350d-a08c-c7df-405372313767-ce1e99ec, #w-node-_7cf30b43-25f7-696c-d281-ca1cdc5ceac4-ce1e99ec, #w-node-_9ddbd74a-ce6f-9b0e-853e-7d7db496a4a4-ce1e99ec, #w-node-_92abaed8-987b-8c8a-a7cb-14dc9bbfca27-ce1e99ec, #w-node-_615f9814-cae3-13ae-d86a-eada57ec6fc3-ce1e99ec, #w-node-_655d7298-50cc-2e0c-a819-6ec8b55bfb4c-ce1e99ec, #w-node-_71bfac3e-d20a-b1a6-3707-ce95718ca0a8-ce1e99ec, #w-node-a421d3ff-e870-d47d-3996-1895815b4034-ce1e99ec, #w-node-bc1aafb1-1040-344b-46a4-b87a1cb1b4cd-ce1e99ec, #w-node-a1962e38-bb3e-076f-2c08-c035de766626-ce1e99ec, #w-node-_1b10ac3a-0a2b-c634-1231-93805d62d4f5-ce1e99ec, #w-node-fd8d087f-a4cd-a39d-9a1c-414f9fbc3c9e-ce1e99ec, #w-node-_8de32229-332b-7f52-f393-27e9cf5b03c1-ce1e99ec, #w-node-_29095039-4651-8c55-65ba-a25d0fe5fcb5-ce1e99ec, #w-node-e0ad92a6-4aa7-8bde-e0e7-98419a976e05-ce1e99ec, #w-node-_2669acb8-98f9-61b0-14a6-5fe453366696-ce1e99ec, #w-node-a06ab376-90b5-665b-05e3-8c28fc383ae4-ce1e99ec, #w-node-_46e682da-8257-06be-d44e-cb35b547b547-ce1e99ec, #w-node-_29b6d046-ee4a-8a24-6610-7a778e626957-ce1e99ec, #w-node-_42eef66b-8c27-406c-43da-d704bda1fd88-ce1e99ec, #w-node-_97310327-d88a-e67e-5ed7-1c7b2b6a74f7-ce1e99ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_12bfbf08-9d0e-d561-39d7-43edde362712-6a942c88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


