:root {
  --turquoise: turquoise;
  --secondry-color: #e7ebe3;
  --black: black;
  --white: white;
  --dark-grey: #333;
}

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

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(--turquoise);
  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 {
  width: 170px;
}

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.zweitfarbe {
  background-color: var(--secondry-color);
  color: #000;
}

.highlights {
  background-color: var(--turquoise);
  color: #000;
}

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

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

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

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

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

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

.farbe-der-headings {
  color: #40e0d0;
  line-height: 1.3;
}

.navbar {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

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

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

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

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

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

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

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

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

.address.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.form-text {
  line-height: 1.3;
}

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

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

.succes_block.highlights {
  color: #333;
}

.logo-postion {
  z-index: 10;
  filter: brightness(0%) invert();
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5vw;
  position: relative;
}

.navbar-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  padding-top: 15vh;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-menu-2.hauptfarbe {
  color: #fff;
}

.nav-link-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 16px;
  position: static;
}

.nav-link-4:hover {
  color: #919191;
  width: 100%;
}

.menu-button-1 {
  z-index: 10;
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-button-1.hauptfarbe {
  background-image: linear-gradient(#465116, #465116);
}

.icon {
  color: #000;
  width: 25px;
  height: 25px;
}

.rahmen-unten {
  border: 5px solid #fff;
  border-top-style: none;
  width: 90%;
  height: 20vh;
}

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

.div-block-text {
  border-right: 5px solid var(--white);
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.div-block-text.is-black {
  border-right-color: var(--dark-grey);
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.slogan1.heading-1 {
  border-radius: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1;
}

.rahmen-oben {
  border: 5px solid #fff;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  height: 20vh;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.wei-er-rahmen {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40vw;
  display: flex;
}

.div-block-video1 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.titelvideo-start-3 {
  height: 120vh;
  position: relative;
}

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

.divider.highlights {
  width: 15vw;
  margin-bottom: 20px;
}

.lottie-animation {
  filter: hue-rotate(35deg);
  width: 100%;
  height: 40vh;
}

.lottie-animation.rechts {
  filter: hue-rotate(35deg);
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

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

.heading-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

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

.section-gro-e-abst-nde1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  display: flex;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.inhalt-mittig1.flie-text.nospace {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

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

.section1 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section1.zweitfarbe {
  padding-left: 0;
}

.text-ber-bild1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.feature-image._100 {
  height: 100%;
}

.feature-image._100.left {
  object-position: 100% 50%;
}

.feature-image._100.contain {
  object-fit: contain;
}

.feature-image._100.adj2 {
  object-position: 50% 35%;
}

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

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  background-color: #7a484800;
  border: 1px solid #40e0d0;
  line-height: 1.3;
}

.heading-mittig-klein1.heading-2.farbe-der-headings {
  padding-left: 10px;
  padding-right: 10px;
}

.heading-mittig-klein1.heading-2.bck-text {
  border-style: none;
}

._4er-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
  margin: 20px 5vw 0;
}

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

._2er-grid.outline {
  border: 1px solid #979797;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

._2er-grid.outline-white {
  border: 1px solid var(--dark-grey);
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

._2er-grid.outline-white.top {
  margin-top: 30px;
}

.feature-image-mask {
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  margin-right: 0;
  display: flex;
  position: relative;
}

.feature-image-mask.versetzt {
  height: 55vh;
  position: relative;
  top: 40px;
  right: 40px;
}

.feature-image-mask.versetzt.links {
  top: 40px;
  left: 40px;
  right: auto;
}

.feature-image-mask.versetzt.bigger {
  height: 65vh;
}

.text-links1.flie-text {
  display: block;
}

.text-links1.flie-text.margin-bottom-0 {
  margin-bottom: 0;
}

.text-links1.flie-text.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hintergrund-wei {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-wei.versetzt {
  height: auto;
  position: relative;
  right: 40px;
}

.hintergrund-wei.versetzt.highlights {
  background-color: var(--turquoise);
}

.mehr-erfahren2 {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.highlights.heading-1:hover {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
}

.mehr-erfahren2.highlights.heading-1.white {
  background-color: var(--white);
}

.mehr-erfahren2.highlights.heading-1 {
  line-height: 1.3;
}

.mehr-erfahren2.highlights.heading-1:hover {
  background-color: #fff;
  border: 1px solid #000;
}

.mehr-erfahren2.highlights.heading-1 {
  border: 1px solid #40e0d0;
  line-height: 1.3;
}

.mehr-erfahren2.highlights.heading-1:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.mehr-erfahren2.zweitfarbe.heading-1:hover {
  background-color: var(--black);
  color: var(--white);
}

.heading-links1 {
  text-transform: uppercase;
  margin-top: 10px;
}

.bild-cover-section1 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Logistikcentren--1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
}

.bild-cover-1 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/AdobeStock_268842093_visu.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bild-cover-1.height {
  height: 100vh;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.titelvideo-unterseiten {
  height: 70vh;
  position: relative;
}

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

.dropdown {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-block1.m-bottom {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-farbig {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig:hover {
  background-color: #f8f8f8;
}

.icon-contct {
  object-fit: cover;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

.icon-contct.invert {
  filter: invert();
}

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

.heading_success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.impdat-3 {
  padding: 100px 40px;
}

.impdat-3.flie-text {
  padding-top: 100px;
}

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

.footer {
  padding: 60px 140px;
}

.footer.hauptfarbe {
  margin-top: auto;
  padding-bottom: 10px;
}

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

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

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

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field-3 {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field-3.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #fff;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

.form-block-3 {
  width: 100%;
}

.navigation-menu {
  z-index: 9;
  width: 0%;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form-2 {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.text_field {
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.6vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Roboto, sans-serif;
  line-height: 1.3;
  transition: border .4s, color .4s;
  display: block;
}

.text_field:hover {
  border-color: #1d1f2e80;
}

.text_field:active, .text_field:focus {
  border-color: #1d1f2e;
}

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 14vh;
}

.error-message {
  color: #fff;
  background-color: #cd2525;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
  font-family: Roboto, sans-serif;
}

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

.form1 {
  flex-direction: column;
  align-items: center;
  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;
}

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

.div-block-43 {
  display: block;
}

.navlink.flie-text {
  color: #fff;
  border-bottom: 1px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navlink.flie-text:hover {
  border-bottom-color: var(--white);
  color: #fff;
}

.navlink.flie-text.w--current {
  border-bottom-color: var(--white);
  color: var(--white);
}

.men.hauptfarbe {
  z-index: 1000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.navlinks.hauptfarbe {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.field_label {
  line-height: 1.3;
}

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

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

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

.logo-heading {
  font-family: Open Sans, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.3;
  transition: color .35s;
}

.logo-heading:hover {
  color: #0a709b;
}

.logo-heading.heading-1 {
  color: #40e0d0;
}

.text-block-3 {
  color: #111;
  padding-top: 20px;
  padding-bottom: 20px;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.dropdown-content {
  margin-top: 10px;
  margin-left: 0;
}

.dropdown_list {
  background-color: #ddd0;
  position: static;
}

.dropdown_list.w--open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown_list.left-align.w--open {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.inhalt-abstand-rechts-margin-40 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  right: 40px;
}

.dropdown-toggle-13 {
  background-color: var(--turquoise);
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-toggle-13.heading-1.zweitfarbe {
  background-color: var(--secondry-color);
}

.tab-men {
  z-index: 1;
  width: 100%;
  padding: 40px 60px;
  box-shadow: 2px 2px 10px 2px #0000004d;
}

.heading-small {
  font-size: 20px;
}

.tabs-menu2 {
  border-bottom: 1px solid #7e7e7e;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-card-tabs {
  background-color: #0000;
}

.menu-card-tabs.w--current {
  background-color: #fff;
}

.hintergrund-wei-no-left-right-padding {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.feature-image-tabs {
  justify-content: space-between;
  width: 100%;
  height: 60vh;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.hintergrund-wei-colored {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.hintergrund-wei-colored.versetzt {
  height: auto;
  position: relative;
  right: 40px;
}

.hintergrund-wei-colored.versetzt.rechts {
  padding-left: 40px;
  padding-right: 0;
  right: -40px;
}

.hintergrund-wei-colored.versetzt.rechts.highlights.white, .hintergrund-wei-colored.versetzt.rechts.white {
  background-color: var(--white);
}

.terminbutton-absolute {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  inset: auto 25% 25%;
}

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

.terminbutton-absolute.hauptfarbe.heading-1 {
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  display: flex;
}

.terminbutton-absolute.hauptfarbe.heading-1:hover {
  background-color: var(--turquoise);
  color: #333;
}

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

.bannr_text_block {
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bannr_text_block.highlights {
  width: 50%;
}

.titelvideo-startseite-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  position: relative;
}

.rahmen-oben-banner {
  border-style: solid solid none;
  border-width: 5px;
  border-color: var(--dark-grey);
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  height: 5vh;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.rahmen-unten-banner {
  border-style: none solid solid;
  border-width: 5px;
  border-color: var(--dark-grey);
  width: 90%;
  height: 5vh;
}

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

.banner_block {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.wei-er-rahmen-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.frame-above {
  border: 5px solid #fff;
  border-bottom-style: none;
  align-items: flex-end;
  width: 90%;
  height: 10vh;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.frame-down {
  border: 5px solid #fff;
  border-top-style: none;
  width: 90%;
  height: 10vh;
}

.image-104 {
  color: #3330;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 100%;
  border: 1px solid #0000;
  width: 100%;
  height: 100%;
}

.dropdown_toggle_new {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

.dropdown_toggle {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-4 {
  text-align: center;
  font-family: Marcellus SC, sans-serif;
  font-weight: 400;
}

.text-links_footer {
  margin-bottom: 0;
}

.text-links_footer.flie-text {
  line-height: 1.7;
  display: block;
}

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

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

.wrapp {
  overflow-wrap: anywhere;
}

.section-gro-e-abst-nde1-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw 15vh;
  display: flex;
}

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

.lightbox-link {
  height: 90vh;
  margin-bottom: 20px;
}

.image-105 {
  height: 90vh;
}

.link-2 {
  color: var(--dark-grey);
  font-weight: 700;
  text-decoration: none;
}

.div-block-44 {
  display: flex;
}

.link-3 {
  color: var(--turquoise);
}

.code-embed {
  width: 100%;
}

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

.code-embed-2.scroll {
  overflow: auto;
}

._2-col-grid {
  grid-template-rows: auto;
  display: flex;
}

.news-img {
  object-fit: contain;
  height: 60vh;
}

.link-4 {
  color: var(--black);
  font-weight: 700;
}

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

.modal1_background-overlay {
  z-index: -1;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.hide-mobile-landscape {
  filter: invert();
}

.modal1_content-wrapper {
  background-color: var(--turquoise);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.link-6 {
  color: var(--turquoise);
  text-decoration: none;
}

.link-6.white {
  color: var(--secondry-color);
}

.grid-4er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.kache-block {
  color: #333;
  text-align: center;
  background-color: #f8f4ee;
  border-radius: 20px;
  width: 100%;
}

.bild-25vh {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 25vh;
}

.heading-klein {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

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

.padding-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.teiler {
  background-color: var(--turquoise);
  width: 45%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.subheading-slogan.heading-1 {
  text-align: center;
  font-size: 22px;
}

.header {
  height: auto;
}

.titelbild {
  width: 100%;
  height: auto;
  display: block;
}

.mobile-titelbild-text {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile-titelbild-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
  }

  .mobile-titelbild-text .flie-text {
    text-align: center;
  }
}

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

@media screen and (max-width: 991px) {
  .logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .succes_block.highlights {
    padding: 60px;
  }

  .rahmen-unten {
    height: 10vh;
  }

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

  .div-block-text {
    border-right-width: 3px;
    padding-right: 10px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 1.2;
  }

  .rahmen-oben {
    height: 10vh;
  }

  .wei-er-rahmen {
    width: 80%;
  }

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

  .titelvideo-start-3 {
    height: 70vh;
  }

  .lottie-animation {
    height: 15vh;
  }

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

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

  .heading-mittig.heading-2 {
    margin-top: 0;
  }

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

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

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

  .section1 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section1.zweitfarbe {
    padding: 60px;
  }

  .text-ber-bild1 {
    padding: 10px;
  }

  .feature-image {
    height: 100%;
    margin-top: 0;
  }

  .feature-image._100.is-top {
    object-position: 50% 70%;
  }

  .image-big {
    height: 50vh;
  }

  .heading-mittig-klein1.heading-2 {
    font-size: 25px;
  }

  .heading-mittig-klein1.heading-2.farbe-der-headings {
    padding: 10px;
  }

  ._4er-grid {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

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

  ._2er-grid.outline {
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  ._2er-grid.outline.is-invert {
    flex-flow: column-reverse;
    padding: 20px;
  }

  ._2er-grid.outline-white {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2er-grid.is-invert {
    flex-flow: column-reverse;
  }

  .feature-image-mask {
    height: 30vh;
    margin-right: 0;
  }

  .feature-image-mask.versetzt {
    height: 55vh;
    top: auto;
    right: auto;
  }

  .feature-image-mask.versetzt.links {
    height: 55vh;
    top: auto;
    left: auto;
  }

  .text-links1.flie-text {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    display: block;
  }

  .text-links1.flie-text.adj {
    display: flex;
  }

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

  .hintergrund-wei.versetzt {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    right: auto;
  }

  .mehr-erfahren2.highlights.heading-1 {
    font-size: 12px;
  }

  .mehr-erfahren2.zweitfarbe.heading-1 {
    font-size: 12px;
    line-height: 1.3;
  }

  .heading-links1.heading-1, .heading-links1.heading-2 {
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
  }

  .bild-cover-section1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 50vh;
    padding: 60px;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .titelvideo-unterseiten {
    height: 60vh;
  }

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

  .inhalt-nebeneinander1.is-invert {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

  .div-block-farbig {
    padding-bottom: 20px;
  }

  .icon-contct.invert {
    height: 40px;
    margin-bottom: 10px;
  }

  .success-2 {
    height: auto;
    padding: 60px;
  }

  .heading_success {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .impdat-3.flie-text {
    padding: 60px;
  }

  .div-block-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

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

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

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

  .form-grid {
    width: 100%;
  }

  .text_field {
    height: 7vh;
    padding: 10px 12px;
  }

  .text_field.cc-textarea {
    height: 12vh;
    margin-bottom: 0;
  }

  .error-message {
    width: auto;
  }

  .form1 {
    margin-bottom: 0;
  }

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

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

  .menu-icon-3 {
    color: #fff;
  }

  .navlink.flie-text {
    color: var(--dark-grey);
    text-align: center;
  }

  .navlink.flie-text:hover, .navlink.flie-text.w--current {
    border-bottom-color: var(--dark-grey);
    color: var(--dark-grey);
  }

  .men.hauptfarbe {
    background-color: var(--turquoise);
    padding: 10px;
    position: absolute;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

  .men-button3.hauptfarbe.w--open {
    background-color: var(--black);
  }

  .navlinks.hauptfarbe {
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-image-120 {
    height: 100%;
    margin-top: 0;
  }

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

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

  .text-block-3.logo-heading.heading-1 {
    font-size: 45px;
  }

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

  .dropdown_list.w--open {
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-abstand-rechts-margin-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-abstand-rechts-margin-40.highlights {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    right: 0;
  }

  .tab-men {
    width: 90%;
  }

  .tab-men.highlights {
    width: 100%;
    padding: 40px;
  }

  .heading-small.heading-2 {
    text-align: center;
    margin-top: 10px;
  }

  .menu-card-tabs.heading-font1 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3;
  }

  .hintergrund-wei-no-left-right-padding {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-image-tabs {
    height: 55vh;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hintergrund-wei-colored.versetzt {
    padding-right: 0;
    right: auto;
  }

  .hintergrund-wei-colored.versetzt.rechts {
    justify-content: flex-start;
    align-items: center;
    right: auto;
  }

  .hintergrund-wei-colored.versetzt.rechts.highlights {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .terminbutton-absolute.hauptfarbe.heading-1 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    left: 30%;
    right: 30%;
  }

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

  .bannr_text_block {
    z-index: 20;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bannr_text_block.highlights {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 60px;
    position: relative;
  }

  .titelvideo-startseite-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .rahmen-oben-banner, .rahmen-unten-banner {
    border-width: 3px;
    height: 8vh;
  }

  .banner_image {
    width: 100%;
    height: 65vh;
    position: relative;
  }

  .banner_block {
    width: 100%;
    padding: 60px;
    display: flex;
    inset: 0%;
  }

  .wei-er-rahmen-2 {
    width: 80%;
  }

  .frame-above, .frame-down {
    border-width: 3px;
    height: 10vh;
  }

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

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

  .kontakt_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    display: grid;
  }

  .field_label {
    width: 100%;
  }

  .section-gro-e-abst-nde1-3 {
    padding: 50px 5%;
  }

  .lightbox-link, .image-105 {
    height: 75vh;
  }

  .adj {
    text-align: left;
  }

  .list-item {
    list-style-type: disc;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .grid-4er {
    grid-template-columns: 1fr 1fr;
  }

  .bild-25vh {
    height: 35vh;
  }

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

  .subheading-slogan.heading-1 {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.2;
  }
}

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

  .divblock1 {
    height: auto;
  }

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

  .succes_block.highlights {
    padding: 40px;
  }

  .nav-menu-2.hauptfarbe {
    padding-top: 20vh;
  }

  .rahmen-unten {
    height: 50px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

  .div-block-text {
    padding-right: 5px;
  }

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

  .rahmen-oben {
    height: 50px;
  }

  .wei-er-rahmen {
    width: 400px;
  }

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

  .titelvideo-start-3 {
    height: 60vh;
  }

  .lottie-animation {
    height: 10vh;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
  }

  .heading-mittig.heading-2 {
    font-size: 14px;
    line-height: 1.3;
  }

  .heading-mittig.heading-1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

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

  .inhalt-mittig1 {
    height: auto;
  }

  .inhalt-mittig1.flie-text {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

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

  .section1.zweitfarbe {
    padding: 40px;
  }

  .feature-image._100.adj {
    object-position: 50% 50%;
  }

  .image-big {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 25rem;
  }

  .heading-mittig-klein1 {
    font-size: 25px;
    line-height: 25px;
  }

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

  ._4er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

  ._2er-grid.outline {
    padding-top: 20px;
  }

  ._2er-grid.outline.is-invert, ._2er-grid.outline-white {
    padding: 15px;
  }

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

  .feature-image-mask.versetzt, .feature-image-mask.versetzt.links {
    height: 25rem;
  }

  .text-links1.flie-text.space {
    padding-left: 40px;
    list-style-type: disc;
  }

  .mehr-erfahren2.zweitfarbe.heading-1 {
    font-size: 11px;
  }

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

  .bild-cover-section1 {
    height: 45vh;
    padding: 40px;
  }

  .bild-cover-1 {
    height: auto;
    min-height: 500px;
  }

  .div-block-wei-1 {
    width: 90%;
    padding: 40px;
  }

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

  .titelvideo-unterseiten {
    height: 50vh;
  }

  .div-block-farbig {
    height: auto;
  }

  .success-2 {
    height: auto;
    padding: 40px;
  }

  .heading_success {
    font-size: 25px;
  }

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

  .impdat-3.flie-text {
    padding: 40px;
  }

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

  .footer.hauptfarbe {
    padding: 40px 20px;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text_field {
    height: 6.5vh;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text_field::placeholder {
    text-align: center;
  }

  .text_field.cc-textarea {
    height: 10vh;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .men-button3.hauptfarbe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-3.logo-heading.heading-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 40px;
  }

  .dropdown-content {
    margin-top: 0;
  }

  .inhalt-abstand-rechts-margin-40 {
    padding: 20px 10px;
  }

  .tab-men {
    padding: 20px 40px;
  }

  .tab-men.highlights {
    padding: 20px;
  }

  .heading-small.heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

  .tabs-menu2 {
    flex-flow: column;
    align-items: stretch;
  }

  .menu-card-tabs, .menu-card-tabs.w--current {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hintergrund-wei-no-left-right-padding {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .hintergrund-wei-colored.versetzt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hintergrund-wei-colored.versetzt.rechts {
    padding-left: 0;
  }

  .terminbutton-absolute.hauptfarbe.heading-1 {
    left: 35%;
    right: 35%;
  }

  .subheading.heading-1 {
    font-size: 20px;
  }

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

  .bannr_text_block.highlights {
    padding: 40px;
  }

  .titelvideo-startseite-2 {
    height: auto;
  }

  .rahmen-oben-banner, .rahmen-unten-banner {
    height: 50px;
  }

  .banner_image {
    height: 55vh;
  }

  .banner_block {
    width: 100%;
    padding: 40px;
  }

  .wei-er-rahmen-2 {
    width: 400px;
  }

  .frame-above, .frame-down {
    height: 50px;
  }

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

  .kontakt_grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .news-img {
    height: 40vh;
  }

  .list-item {
    text-align: left;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component {
    justify-content: center;
    align-items: center;
  }

  .grid-4er {
    grid-template-columns: 1fr;
  }

  .bild-25vh {
    height: 38vh;
  }

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

  .subheading-slogan.heading-1 {
    font-size: 20px;
  }
}

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

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

  .succes_block.highlights {
    padding: 20px;
  }

  .nav-menu-2.hauptfarbe {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .rahmen-unten {
    height: 30px;
  }

  .titelvideo1-3 {
    height: 100%;
  }

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

  .rahmen-oben {
    height: auto;
    padding-top: 10px;
  }

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
  }

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

  .titelvideo-start-3 {
    height: 350px;
  }

  .divider.highlights {
    width: 40vw;
  }

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

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

  .section-gro-e-abst-nde1-2.no-overflow {
    overflow: hidden;
  }

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

  .feature-image._100.adj {
    object-position: 17% 50%;
  }

  .heading-mittig-klein1 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig-klein1.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .heading-mittig-klein1.heading-2.farbe-der-headings {
    padding: 5px;
  }

  ._4er-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2er-grid.outline.is-invert, ._2er-grid.outline-white {
    padding: 10px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .mehr-erfahren2.highlights.heading-1 {
    min-width: auto;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.2;
  }

  .mehr-erfahren2.zweitfarbe.heading-1 {
    min-width: auto;
  }

  .heading-links1.heading-1 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

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

  .bild-cover-section1 {
    width: 100%;
    height: 40vh;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .bild-cover-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-wei-1 {
    padding: 20px;
  }

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

  .titelvideo-unterseiten {
    height: 45vh;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

  .heading-block1 {
    width: 100vw;
  }

  .heading-block1.m-bottom {
    width: 100%;
  }

  .icon-contct.invert {
    height: 35px;
    margin-bottom: 5px;
  }

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

  .heading_success {
    font-size: 20px;
  }

  .impdat-3, .impdat-3.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .impdat-3.flie-text.is-wrap {
    overflow-wrap: anywhere;
  }

  .heading-footer.heading-3 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 17px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .text_field {
    width: 100%;
    height: 6vh;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .navlink.flie-text {
    line-height: 1.4;
  }

  .men-button3.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .text-block-3.logo-heading.heading-1 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 35px;
  }

  .inhalt-abstand-rechts-margin-40 {
    align-items: center;
    padding-right: 10px;
  }

  .tab-men {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-small.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .tabs-menu2 {
    flex-direction: column;
  }

  .hintergrund-wei-no-left-right-padding {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .terminbutton-absolute.hauptfarbe.heading-1 {
    font-size: 11px;
    left: 25%;
    right: 25%;
  }

  .subheading.heading-1 {
    font-size: 18px;
  }

  .bannr_text_block {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bannr_text_block.highlights {
    padding: 40px 30px;
  }

  .titelvideo-startseite-2 {
    height: auto;
  }

  .rahmen-oben-banner {
    height: auto;
    padding-top: 10px;
  }

  .rahmen-unten-banner {
    height: 30px;
  }

  .banner_image {
    height: 40vh;
  }

  .banner_block {
    align-items: center;
    width: auto;
    height: 100%;
    padding: 20px;
  }

  .wei-er-rahmen-2 {
    width: 100%;
    max-width: 350px;
    padding-right: 20px;
  }

  .frame-above {
    height: auto;
    padding-top: 10px;
  }

  .frame-down {
    height: 30px;
  }

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

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

  .kontakt_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .field_label {
    font-size: 13px;
  }

  .section-gro-e-abst-nde1-3 {
    padding: 40px 2%;
  }

  .lightbox-link, .image-105 {
    height: auto;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component {
    width: auto;
    height: auto;
  }

  .bild-25vh {
    height: 38vh;
  }

  .heading-klein.heading-3 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 17px;
  }

  .subheading-slogan.heading-1 {
    font-size: 18px;
  }
}


