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

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

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

:root {
  --maroon: #781b25;
  --silver: #bbb;
  --grey: grey;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

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

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

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

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

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

.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 {
  color: #fff;
  margin-bottom: 5px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #781b25;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #fff;
  background-color: #781b25;
}

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  text-transform: uppercase;
  font-family: Nova Mono, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Nova Mono, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: #781b25;
  line-height: 1.3;
}

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

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

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

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

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

.impressum.flie-text {
  line-height: 25px;
}

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

.nav-men-1.hauptfarbe {
  z-index: 100000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar1 {
  z-index: 100;
  border-bottom: 1px solid silver;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.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 {
  text-transform: uppercase;
  border: 1px #000;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.nav-link-3.flie-text:hover {
  border: 1px solid var(--silver);
  color: #fff;
  text-transform: uppercase;
}

.nav-link-3.flie-text.w--current {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.hauptfarbe {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.titelvideo-start-1.unterseite {
  height: 80vh;
}

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

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

.slogan1 {
  text-transform: uppercase;
  font-size: 55px;
  line-height: 65px;
}

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

.termin-button {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.hauptfarbe {
  font-family: Roboto, sans-serif;
}

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

.text-mittig1 {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.text-mittig1.flie-text {
  font-size: 16px;
  line-height: 1.5;
}

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

.inhalt-untereinander1.links {
  z-index: 5;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
}

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

.feature-image-mask {
  width: 100%;
  height: 48vh;
  position: sticky;
  top: 5px;
}

.feature-image-mask.ferstezt {
  height: auto;
}

.feature-image-mask.fersetzt-rechts {
  justify-content: flex-end;
  height: auto;
  display: flex;
}

.feature-image-mask.auto {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.feature-image-mask.first {
  position: sticky;
  top: 5vh;
}

.feature-image {
  filter: grayscale(20%);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.feature-image:hover {
  filter: grayscale(0%);
}

.feature-image.klein {
  filter: grayscale(20%);
  width: 70%;
  transition: all .2s;
}

.feature-image.klein:hover {
  filter: grayscale(0%);
}

.feature-image.contain {
  object-fit: contain;
  background-color: #5d0f07;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 75vw;
  display: flex;
}

.inhalt-nebeneinander1.links {
  justify-content: flex-start;
}

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

.section-mittig1.highlights {
  position: relative;
}

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

.heading-links1 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
}

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

.heading-links1.heading-1.center {
  text-align: center;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 20px;
}

.heading-links1.gro {
  text-transform: none;
  margin-top: 0;
  font-size: 32px;
  line-height: 35px;
}

.heading-links1.gro.heading-1 {
  text-transform: uppercase;
  line-height: 1.3;
}

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

.icon1 {
  object-fit: contain;
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 10px;
}

.icon1.kleiner {
  width: 58px;
  height: 58px;
}

.icon1.invert {
  filter: invert();
}

.heading-mittig1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
}

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

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

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

.heading-mittig1.gro.farbe-der-headings.heading-1 {
  line-height: 1.3;
}

.bild-cover1 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/AdobeStock_180837298.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px 110px;
  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;
  font-family: Roboto, sans-serif;
}

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

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

.inhalt-footer.flie-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-1 {
  border-top: 1px solid silver;
  padding: 20px 140px 10px;
}

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

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

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

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

.div-block.highlights.mittig {
  justify-content: flex-start;
  align-items: center;
}

.div-block.highlights.mittig.flie-text {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block.mittig {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block.mittig.highlights.flie-text.white-line {
  border-right: 4px dotted #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.galerie1-grid1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
}

.galerie1-grid1.auto {
  width: auto;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 50vh;
  transition: all .2s;
}

.galeriebild1:hover {
  filter: blur();
}

.galeriebild1.sm {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 33vh;
  display: flex;
}

.impdat {
  padding: 100px 140px;
}

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

.success-block.highlights {
  border: 3px dashed #fff;
}

.success1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.success1.heading-1 {
  font-family: Roboto, sans-serif;
}

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

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

.divider {
  width: 10px;
  height: 90%;
  margin-right: 20px;
}

.grid-versetzt {
  z-index: 5;
  grid-column-gap: 0px;
  width: 100%;
  box-shadow: 1px 1px 6px 1px var(--silver);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr 4.25fr;
  margin-top: -5%;
  position: relative;
}

.section1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 30vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-bilder {
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
  place-items: center;
  height: 100%;
  position: relative;
}

._2er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
}

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

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

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

.content_1.hauptfarbe.small {
  padding: 10px;
}

.content_1.highlights.small {
  padding: 10px;
  position: relative;
}

.content_1.zweitfarbe {
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 0 5px #0003;
}

.content_1.zweitfarbe.hide {
  display: none;
}

.button-transparent {
  z-index: 20;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #82909c00;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 120%;
  position: relative;
}

.link-footer {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

.link-block-telefon {
  color: #fff;
  text-transform: uppercase;
  border: 3px dotted #fff;
  padding: 7px 5px 5px;
  font-size: 14px;
  text-decoration: none;
}

.dropdown {
  border-bottom: 3px dotted var(--grey);
  width: 70%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.3;
}

.counter-versetzt-2 {
  background-color: #fff;
  width: 80%;
  margin-top: -5%;
  padding: 40px 20px;
  position: relative;
  box-shadow: 1px 1px 6px 1px #bbb;
}

.galerie1-grid2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  margin-top: 10px;
}

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

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 16.3vw;
  height: 20vh;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 120vh;
}

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

.button-transparent-2 {
  z-index: 2147483647;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #82909c00;
  align-self: flex-start;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  position: relative;
}

.content_1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.content_1-2.highlights, .content_1-2.hauptfarbe {
  height: 80vh;
}

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

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

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

.impressum-link {
  color: #fff;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration: none;
}

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

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

.image-100.con {
  object-fit: contain;
  width: auto;
}

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

.link-block {
  border-radius: 50%;
}

.image-101 {
  object-fit: contain;
  height: 5vh;
}

.nav-link-4 {
  color: #fff;
  margin-right: 5px;
  padding: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link-4.flie-text {
  text-transform: uppercase;
}

.nav-link-4.flie-text:hover, .nav-link-4.flie-text.w--current {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.arrow {
  color: #fff;
}

.dropdown-list-13 {
  padding: 10px;
}

.dropdown-toggle-12 {
  flex-flow: column;
  padding-left: 10px;
  padding-right: 35px;
}

.tabs-content {
  margin-top: 40px;
}

.text-block-2 {
  font-size: 16px;
}

.tab-link-tab-1 {
  color: #781b25;
  background-color: #fff;
  border: 2px solid #781b25;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #781b25;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.text-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.container {
  width: 40%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.inhalt-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 5px;
  display: flex;
}

.div-block-right.unten {
  justify-content: flex-end;
  align-items: flex-end;
}

.dropdown-1 {
  margin-left: 0;
  margin-right: 0;
}

.accordion-item-wrapper-white-4 {
  background-color: #24242400;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-item-wrapper-white-4.zweitfarbe {
  background-color: #e4e4e4ed;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #781b25;
}

.accordion-tab-button-dark {
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 20px 25px;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-question-header-4 {
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.accordion-question-header-4.flie-text, .accordion-question-header-4.flie-text.farbe-der-headings {
  margin-top: 0;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: auto;
  display: flex;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #781b25;
}

.list1.flie-text {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  padding-left: 20px;
}

.list1-ordered {
  list-style-type: decimal;
}

.small {
  text-transform: none;
}

.abs-link100 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

._3er_grid-top-margin {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.section-50 {
  padding: 100px 140px;
}

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

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

.slide-nav {
  display: none;
}

.feature-image-blur {
  filter: blur(5px);
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.feature-image-blur:hover {
  filter: grayscale(0%);
}

.feature-image-contain-abs {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.feature-image-contain-abs:hover {
  filter: grayscale(0%);
}

.feature-image-mask-2 {
  width: 100%;
  height: 70vh;
}

.feature-image-mask-2.first {
  position: sticky;
  top: 5px;
}

.feature-image-mask-3 {
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  margin-left: auto;
  margin-right: 5vw;
  overflow: hidden;
}

.list-item-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.icon-wrap {
  width: 1.1rem;
  height: 1.1rem;
}

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

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

.text-links1-list.flie-text {
  margin-bottom: 0;
  font-size: 16px;
}

.flex-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

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

.social-div {
  z-index: 900;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 30px 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 40% auto;
}

.logo-watermark {
  opacity: .32;
  filter: hue-rotate(139deg) brightness(200%) grayscale();
  object-fit: contain;
  width: 50%;
  height: 100%;
  position: absolute;
}

.inhalt-mittig-untereinander-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.sticky-block {
  flex-flow: column;
  width: 18%;
  margin-right: 20px;
  display: flex;
  position: sticky;
  top: 12vh;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-btn {
  border: 1.5px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  position: fixed;
  inset: auto 1% 5% auto;
}

.top-div {
  position: absolute;
  inset: 0% 0% auto;
}

.list-item-div-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-divider {
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  height: 2px;
  text-decoration: underline;
  position: static;
}

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

.impdat53.flie-text {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: 1px #000;
  border-top: 1px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 0;
  text-decoration: none;
  display: flex;
}

.para-2 {
  margin-bottom: 5px;
}

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

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

.image-102 {
  object-fit: contain;
  background-color: #fff;
  border-radius: 20px;
  width: 35px;
}

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

.grid-versetzt2 {
  z-index: 5;
  grid-column-gap: 0px;
  width: 75%;
  box-shadow: 1px 1px 6px 1px var(--silver);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  margin-top: -5%;
  position: relative;
}

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

.team-image.blur {
  filter: blur(5px);
  object-fit: cover;
  height: 100%;
}

.team-image.contain {
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.slide-image-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide-image-back {
  filter: blur(10px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-image-front {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed {
  margin-top: 20px;
}

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

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

.feature-image-mask-4 {
  width: 100%;
  height: 48vh;
  position: relative;
}

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

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

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

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

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

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

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

.inner-block {
  width: 100%;
  height: 300px;
  box-shadow: 0 0 6px 1px #0000004d;
}

.inner-block.slider-block {
  width: 100%;
  height: 25vh;
}

.code-embed-2 {
  width: 100%;
  height: 70vh;
}

.text-span {
  font-size: 35px;
}

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

.grid-13 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3px;
}

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

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55vh;
  display: flex;
  position: relative;
}

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

._3er_grid-3-4 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 3px;
}

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

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

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

  .adresse.lef {
    text-align: left;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--maroon);
  }

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

  .men-icon1 {
    color: #fff;
  }

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

  .titelvideo-start-1.unterseite.oveflow {
    overflow: hidden;
  }

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .inhalt-untereinander1.paddin {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .feature-image-mask {
    order: -9999;
    margin-right: 0;
    position: relative;
    top: 0;
  }

  .feature-image-mask.ferstezt, .feature-image-mask.fersetzt-rechts {
    height: 50vh;
  }

  .feature-image-mask.first {
    order: -1;
    position: relative;
    top: 0;
  }

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

  .inhalt-nebeneinander1.links {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .section-mittig1 {
    padding: 60px;
    overflow: hidden;
  }

  .section-mittig1.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .icon1 {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
  }

  .heading-mittig1.gro.heading-1 {
    line-height: 40px;
  }

  .bild-cover1 {
    padding: 60px;
  }

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

  .heading-footer.heading-3.left {
    text-align: left;
  }

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

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

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

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

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

  .div-block.highlights.mittig.flie-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block.mittig.highlights.flie-text.white-line {
    border-bottom: 4px dashed #fff;
    border-right-style: none;
  }

  .galerie1-grid1 {
    grid-template-columns: 1fr 1fr;
  }

  .galeriebild1 {
    height: 50vh;
  }

  .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: 40px;
    padding-bottom: 40px;
  }

  .success1.heading-1 {
    font-size: 19px;
  }

  .grid-versetzt {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0%;
    display: flex;
  }

  .section1 {
    padding: 40px;
  }

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

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

  .content_1 {
    height: auto;
    padding: 20px;
  }

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

  .content_1.highlights {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .galerie1-grid2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .maos-footer {
    min-width: auto;
    height: auto;
  }

  .maps-gro {
    height: 40vh;
  }

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

  .button-transparent-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .content_1-2 {
    height: auto;
    padding: 20px;
  }

  .content_1-2.highlights {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_1-2.hauptfarbe {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .dropdown-list-13.hauptfarbe.w--open {
    box-shadow: 0 2px 5px 0 var(--silver);
    position: relative;
  }

  .dropdown-toggle-12 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .inhalt-div {
    height: auto;
  }

  .dropdown-1 {
    width: 100%;
  }

  .accordion-item-wrapper-white-4 {
    margin-bottom: 20px;
  }

  .list1.flie-text {
    text-align: left;
  }

  .list1-ordered.flie-text {
    text-align: left;
    overflow-wrap: anywhere;
  }

  .abs-link100 {
    z-index: 100;
    height: auto;
    inset: 0%;
  }

  ._3er_grid-top-margin {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .section-50 {
    padding: 60px;
  }

  .feature-image-mask-2 {
    margin-right: 0;
  }

  .feature-image-mask-2.first {
    order: -1;
    position: relative;
    top: 0;
  }

  .feature-image-mask-3 {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-div {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-div.auto {
    width: auto;
    padding-left: 0;
  }

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

  .logo-watermark {
    width: 40%;
  }

  .inhalt-mittig-untereinander-2 {
    padding: 0;
  }

  .sticky-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 0;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .top-btn.highlights {
    z-index: 900;
  }

  .list-item-div-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .list-item-div-2.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .jotform-wrapper.small {
    padding-top: 20px;
  }

  .jotform {
    overflow: auto;
  }

  .grid-versetzt2 {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 0%;
    display: flex;
  }

  .feature-image-mask-4 {
    margin-right: 0;
  }

  .feature-image-mask-4.first {
    order: -1;
  }

  .code-embed-2 {
    height: 100%;
  }

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

  ._3er_grid-3, ._3er_grid-3-4 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 3px;
    display: flex;
  }
}

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

  .adresse.lef {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .titelvideo-start-1, .titelvideo-start-1.unterseite {
    height: 28rem;
  }

  .titelvideo1 {
    height: 100%;
  }

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

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

  .termin-button.heading-3.hauptfarbe {
    text-align: center;
  }

  .inhalt-mittig-untereinander {
    padding: 20px;
  }

  .feature-image-mask {
    height: 25rem;
    margin-right: 0;
  }

  .feature-image-mask.ferstezt {
    height: 25rem;
  }

  .feature-image-mask.fersetzt-rechts {
    justify-content: flex-end;
    height: 25rem;
  }

  .feature-image-mask.auto {
    flex-flow: column;
    height: 100%;
  }

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

  .feature-image.klein {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .inhalt-nebeneinander1.links {
    text-align: center;
    flex-flow: column;
  }

  .section-mittig1 {
    padding: 40px;
  }

  .section-mittig1.highlights {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-links1.flie-text, .text-links1.flie-text.left, .text-links1.flie-text-copy {
    text-align: center;
  }

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

  .heading-links1.heading-2.farbe-der-headings {
    font-size: 18px;
    line-height: 130%;
  }

  .icon1 {
    width: 40px;
    height: 40px;
  }

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

  .heading-mittig1.heading-2 {
    font-size: 22px;
    line-height: 130%;
  }

  .bild-cover1 {
    padding: 40px;
  }

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

  .heading-footer.heading-3.left {
    text-align: center;
  }

  .inhalt-footer.flie-text {
    align-items: center;
  }

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

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

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

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

  .galeriebild1 {
    height: 25rem;
  }

  .impdat {
    padding: 40px;
  }

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

  .heading-klein.heading-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .divider.highlights {
    width: 150px;
    height: 5px;
  }

  .grid-versetzt {
    width: 100%;
  }

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

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

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

  ._3er_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

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

  .dropdown {
    width: 100%;
  }

  .counter-versetzt-2 {
    width: 100%;
    overflow: hidden;
  }

  .galerie1-grid2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .maos-footer {
    height: auto;
  }

  .maps-gro {
    height: 25rem;
  }

  .link.left {
    text-align: center;
  }

  .content_1-2.highlights, .content_1-2.hauptfarbe {
    padding: 40px;
  }

  .image-101 {
    height: 30px;
  }

  .tab-link-tab-1 {
    text-align: center;
  }

  .tabs-menu {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    align-items: stretch;
  }

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

  .margin-div.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-div {
    height: auto;
  }

  .div-block-right {
    margin-bottom: 40px;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-pane-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-question-header-4 {
    font-size: 1.4em;
  }

  .list1.flie-text {
    text-align: left;
    padding-left: 20px;
  }

  .list1-ordered.flie-text {
    padding-left: 20px;
  }

  ._3er_grid-top-margin {
    grid-template-columns: 1fr;
  }

  .section-50 {
    padding: 40px;
  }

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

  .feature-image-contain-abs {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-mask-2 {
    height: 300px;
    margin-right: 0;
  }

  .feature-image-mask-2.first {
    height: 25rem;
  }

  .feature-image-mask-3 {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-wrap {
    width: 20px;
    height: 20px;
  }

  .text-links1-list.flie-text {
    text-align: left;
  }

  .social-div {
    padding: 0 19px 0 0;
    inset: auto 0% 70px auto;
  }

  .top-btn.highlights {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .list-item-div-2.left {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .grid-versetzt2 {
    width: 100%;
  }

  .team-image {
    height: 20vh;
  }

  .feature-image-mask-4 {
    height: 25rem;
    margin-right: 0;
  }

  .code-embed-2 {
    height: 100%;
  }

  .lightbox-link, .div-block-2 {
    height: 25rem;
  }

  ._3er_grid-3, ._3er_grid-3-4 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }
}

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

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

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

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

  .logo-img {
    height: 9vh;
  }

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

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

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

  .logo-abstand1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slogan1.heading-1 {
    font-size: 19px;
    line-height: 24px;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

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

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

  .feature-image-mask {
    height: 20rem;
  }

  .feature-image-mask.ferstezt, .feature-image-mask.fersetzt-rechts {
    height: 45vh;
  }

  .feature-image.klein {
    width: 100%;
  }

  .feature-image.klein.linkss {
    object-position: 30% 50%;
  }

  .feature-image.etw-rechts {
    object-position: 70% 50%;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

  .section-mittig1 {
    padding: 20px;
  }

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

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

  .heading-links1.heading-1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-links1.gro.heading-1 {
    font-size: 18px;
    line-height: 130%;
  }

  .heading-links1.heading-2.farbe-der-headings {
    font-size: 16px;
  }

  .icon1 {
    width: 40px;
    height: 40px;
  }

  .icon1.kleiner {
    width: 48px;
    height: 48px;
  }

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

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

  .bild-cover1 {
    padding: 40px 20px;
  }

  .div-block-footer1, .div-block.highlights.mittig.flie-text {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .success1.heading-1 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .heading-klein.heading-2 {
    font-size: 16px;
    line-height: 120%;
  }

  .divider.highlights {
    margin-right: 10px;
  }

  .section1 {
    width: 100%;
  }

  .form-block-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_1 {
    padding: 10px;
  }

  .content_1.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_1.highlights {
    height: auto;
  }

  .counter-versetzt-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .content_1-2 {
    padding: 10px;
  }

  .content_1-2.highlights, .content_1-2.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .image-100.etw-rechts {
    object-position: 70% 50%;
  }

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

  .image-101 {
    height: 29px;
  }

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

  .div-block-right {
    margin-bottom: 20px;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-question-header-4 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

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

  .feature-image-mask-3 {
    width: 200px;
    height: 200px;
  }

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

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

  .inhalt-mittig-untereinander-2 {
    padding: 0;
  }

  .sticky-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .impdat53 {
    padding: 40px 10px;
  }

  .impdat53.flie-text {
    min-height: auto;
  }

  .lightbox-link, .div-block-2 {
    height: 20rem;
  }
}

#w-node-_84b9e3be-243b-0f3d-7d95-46fbb7b99c87-ed3af31a, #w-node-_84b9e3be-243b-0f3d-7d95-46fbb7b99c89-ed3af31a, #w-node-_84b9e3be-243b-0f3d-7d95-46fbb7b99c8b-ed3af31a, #w-node-_3a779cae-ea04-3bc0-64fc-32f8a32430ce-ed3af31a, #w-node-_3a779cae-ea04-3bc0-64fc-32f8a32430d0-ed3af31a, #w-node-_3a779cae-ea04-3bc0-64fc-32f8a32430d2-ed3af31a, #w-node-_8f0ed58b-7a34-5261-b85b-8146d9034d18-ed3af31a, #w-node-_8f0ed58b-7a34-5261-b85b-8146d9034d1a-ed3af31a, #w-node-_8f0ed58b-7a34-5261-b85b-8146d9034d1c-ed3af31a, #w-node-d7239dee-aceb-eaed-7439-75b685085366-ed3af31a, #w-node-d7239dee-aceb-eaed-7439-75b685085368-ed3af31a, #w-node-d7239dee-aceb-eaed-7439-75b68508536a-ed3af31a, #w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2e0-ed3af31a, #w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2e2-ed3af31a, #w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2e4-ed3af31a, #w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2e7-ed3af31a, #w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2e9-ed3af31a, #w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2eb-ed3af31a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2ee-ed3af31a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2f2-ed3af31a, #w-node-_08b8d1ad-2495-9d85-10a9-026bb21bc64e-ed3af31a, #w-node-d5c32926-6350-c973-334e-5568a3d41dc4-ed3af31a, #w-node-f93599c2-c329-8509-6409-238fc87c250a-ed3af31a, #w-node-c72fcef1-fc2d-c29a-3792-cb418cd57c8a-ed3af31a, #w-node-_6971f2db-5e9c-a2f6-4053-7cd475a8fd7a-ed3af31a, #w-node-bd0f042f-8821-3476-01ea-d39e4cbb4fe2-ed3af31a, #w-node-_6659dc8a-d2ca-bee5-a46b-68755f3767a0-ed3af31a, #w-node-_5e9e5456-147f-8e15-3c75-f7efcdab2a8e-ed3af31a, #w-node-f93599c2-c329-8509-6409-238fc87c250c-ed3af31a, #w-node-f93599c2-c329-8509-6409-238fc87c250e-ed3af31a, #w-node-_9a6d5c4a-8292-d62d-7698-b0734fc59eab-ed3af31a, #w-node-_8fa2016e-1182-b23f-93f6-b62d4711166d-ed3af31a, #w-node-_6c1822b3-0c6d-c910-6102-3f8f044968d5-ed3af31a, #w-node-c0086be7-d7df-6cce-d357-7a3018f975d9-ed3af31a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_125abab4-4f07-71bc-3d47-7a7a3d9e056b-aa9787e0 {
  grid-area: 4 / 2 / 5 / 2;
}

#w-node-_980dfba5-e8b7-630e-b6bc-dbf797ef9a55-5d5195bd, #w-node-c547281a-fb79-e5d0-301f-1de3490b00d4-5d5195bd, #w-node-f5afed1b-aeb7-1f80-0aa7-abb307c0e760-5d5195bd, #w-node-_4cbd38c6-704f-3204-433c-16e9526407a4-5d5195bd, #w-node-_69788447-1cdc-9708-5606-10c977f97241-5d5195bd, #w-node-_44368ce5-57bd-085e-bf4e-5b7797fad2d1-5d5195bd, #w-node-_157d90f6-050a-3696-3733-244b77e28a36-5d5195bd, #w-node-d73fcf10-624e-f6c8-6ee0-8159c93bb2ff-5d5195bd, #w-node-_01644c7f-8274-47ab-4617-3d10a8867b45-5d5195bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee17116c-1579-f8df-9f1d-d30d3cdecfce-5d5195bd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_04a87019-2b0a-bfc3-a3ec-26cdfb7ff765-5d5195bd, #w-node-ad82ff5e-2576-d0bf-e2c1-8347a0788754-5d5195bd, #w-node-c2e9a10b-43cf-923e-ef3c-3563dcfab9ae-5d5195bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a015b8fb-cdbc-88b9-0f8e-dde47ac87a28-76f506d1 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1b27a2fa-9f46-7ac2-b7a1-13b10e7d5721-131eab34 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-f53db67d-8599-2d42-7323-24ab431e7d91-f1c3cd79, #w-node-f53db67d-8599-2d42-7323-24ab431e7d93-f1c3cd79, #w-node-_128199cf-58fd-d025-217c-4461ce5bf891-96bff6d8, #w-node-_128199cf-58fd-d025-217c-4461ce5bf897-96bff6d8, #w-node-_128199cf-58fd-d025-217c-4461ce5bf89d-96bff6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_84b9e3be-243b-0f3d-7d95-46fbb7b99c8b-ed3af31a, #w-node-_3a779cae-ea04-3bc0-64fc-32f8a32430d2-ed3af31a, #w-node-_8f0ed58b-7a34-5261-b85b-8146d9034d1c-ed3af31a, #w-node-d7239dee-aceb-eaed-7439-75b68508536a-ed3af31a, #w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2e4-ed3af31a, #w-node-_1dc92604-90f9-cb14-9e1b-442ecf33b2eb-ed3af31a, #w-node-d5c32926-6350-c973-334e-5568a3d41dc4-ed3af31a, #w-node-_6971f2db-5e9c-a2f6-4053-7cd475a8fd7a-ed3af31a {
    grid-column: span 2 / span 2;
  }

  #w-node-_5e9e5456-147f-8e15-3c75-f7efcdab2a8e-ed3af31a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f93599c2-c329-8509-6409-238fc87c250e-ed3af31a {
    grid-column: span 1 / span 1;
  }

  #w-node-_9a6d5c4a-8292-d62d-7698-b0734fc59eab-ed3af31a {
    grid-column: span 2 / span 2;
  }

  #w-node-_8fa2016e-1182-b23f-93f6-b62d4711166d-ed3af31a, #w-node-_6c1822b3-0c6d-c910-6102-3f8f044968d5-ed3af31a {
    grid-column: span 1 / span 1;
  }

  #w-node-c0086be7-d7df-6cce-d357-7a3018f975d9-ed3af31a {
    grid-column: span 2 / span 2;
  }

  #w-node-_3a97b8d6-40eb-fb46-81f9-ab75ac3ec51b-ed3af31f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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