:root {
  --dark-slate-blue-2: #484280;
  --dark-slate-blue: #565892;
  --white-smoke: #f6f6f6;
  --firebrick: #cf1c18;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

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

.logo-img {
  object-fit: contain;
  width: 15vw;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  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;
  display: none;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  background-image: radial-gradient(circle, #000, #797979);
}

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

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

.highlights {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
}

.adresse {
  margin-bottom: 5px;
  line-height: 1.3;
}

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

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

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

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

.flie-text {
  font-family: Josefin Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--dark-slate-blue);
  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;
}

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

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

.nav-men-1 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1 {
  z-index: 98;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #000;
  padding-left: 5vw;
  padding-right: 1vw;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-link-3 {
  color: var(--white-smoke);
  margin-right: 20px;
  padding: 10px;
  font-size: 16px;
  font-weight: 400;
}

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

.nav-link-3.flie-text:hover {
  border-bottom: 1px solid var(--firebrick);
}

.nav-link-3.flie-text.w--current {
  border-bottom: 1px solid var(--firebrick);
  color: #f6f6f6;
}

.navbar-6 {
  background-color: #0000;
  align-items: center;
  width: 100%;
  display: flex;
}

.cover-slider-start-1 {
  position: relative;
}

.cover-slider-start-1.height {
  height: 90vh;
}

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

.div-block-slider {
  z-index: 10;
  color: #fff;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-slider.top {
  background-image: linear-gradient(#0003, #0003);
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 5%;
  padding-bottom: 3%;
  padding-right: 10px;
}

.slogan1 {
  font-size: 80px;
  line-height: 85px;
}

.slogan1.heading-1 {
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

.section-gro-e-abst-nde {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
}

.section-gro-e-abst-nde.hauptfarbe {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-image: radial-gradient(circle, #000, #797979);
  flex-flow: row;
}

.section-gro-e-abst-nde.hauptfarbe.bg {
  background-image: radial-gradient(circle, #000, #797979 64%);
}

.section-gro-e-abst-nde.zweitfarbe.hide {
  display: none;
}

.section-gro-e-abst-nde.black {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: .25px solid #fff;
  flex-flow: row;
}

.section-gro-e-abst-nde.black.bg {
  background-image: radial-gradient(circle, #000, #797979 64%);
}

.section-gro-e-abst-nde.black.no-padding {
  padding: 0 0;
}

.section-gro-e-abst-nde.red {
  color: #000;
  background-color: #550015;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-gro-e-abst-nde.black-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #1b1a1a;
  border-top: 1px #fff;
  border-bottom: .25px #fff;
  padding-left: 140px;
  padding-right: 140px;
  overflow: hidden;
}

.section-gro-e-abst-nde.black-3.bg {
  background-image: radial-gradient(circle, #000, #797979 64%);
}

.section-gro-e-abst-nde.black-3.no-padding {
  padding: 0 0;
}

.heading-klein-mittig.heading-3.farbe-flie-text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.heading-klein-mittig.heading-3.farbe-flie-text.big {
  text-transform: uppercase;
}

.heading-klein-mittig.heading-3.farbe-flie-text.smaller {
  font-size: 20px;
}

.heading-klein-mittig.heading-3.font {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-klein-mittig.heading-3.font.farbe-der-headings-red {
  color: #940202;
  font-size: 25px;
}

.heading-klein-mittig.heading-3.font.big {
  font-size: 40px;
}

.div-block-bild-1 {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-bild-1:hover {
  transform: translate3d(0, 0, 10px)rotateX(1deg)rotateY(0)rotateZ(0);
  box-shadow: 0 11px 11px -1px #0000004d;
}

.div-block-bild-1.team {
  transition-property: none;
}

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

.div-block-bild-1.bgimage {
  background-image: linear-gradient(#00000080, #00000080), url('../images/c67f39a5fb8eea56af2191a4639295b4.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
}

.div-block-bild-1.bgimage-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/5bb2a390efe1c75091405d49e142021c.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
}

._3ergrid-effekt {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

._3ergrid-effekt._2er {
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

._3ergrid-effekt.auto {
  grid-template-rows: auto;
}

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

.text-feld1.zweitfarbe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  display: flex;
}

.text-feld1.zweitfarbe.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-feld1.zweitfarbe.center.trans {
  color: #fff;
  background-color: #0000;
}

.text-feld1.black {
  background-color: #000;
  border: 4px solid #550015;
  padding: 40px;
}

.text-feld1.border {
  border: 1px solid #777;
  width: 100%;
  height: 100%;
  padding: 60px;
}

.bild-section-cover-1 {
  background-image: linear-gradient(#fff9, #fff9), url('../images/6082b767b3e8c9f3f91d6afd_AdobeStock_233141107_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

.bild-section-cover-1._2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/6082b7609b6188c5e8814783_AdobeStock_358882242_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.heading-mittig.heading-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.3;
}

.heading-mittig.heading-2.font {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

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

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

.text-mittig.flie-text.font {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.terminbutton-auto {
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

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

.terminbutton-auto.highlights {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

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

.terminbutton-auto.highlights.heading-3 {
  font-family: Josefin Sans, sans-serif;
}

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

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

.text-links.flie-text.font {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

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

.icon-gro-1 {
  object-fit: contain;
  width: 180px;
  height: 180px;
}

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

.footer-1.hauptfarbe {
  flex-direction: row;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.maps {
  width: 100%;
}

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

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

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

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

.titelimg-unterseite {
  position: relative;
}

.titelimg-unterseite.black {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.link-formular.white {
  color: #fff;
}

.form-text1 {
  text-transform: none;
  margin-bottom: 10px;
}

.checkbox-field {
  text-align: left;
}

._4er-grid-team {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100.032%;
  margin-top: 40px;
}

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

.kontakt-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: stretch;
}

.kontakt-img {
  object-fit: cover;
  width: 100%;
  height: 100.052%;
}

.maps1 {
  height: 30vw;
}

.impdat {
  padding: 100px;
}

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

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

.div-block-41.highlights {
  width: auto;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Josefin Sans, sans-serif;
  font-size: 40px;
  line-height: 1.3;
}

.div-block-footer1 {
  justify-content: space-between;
  align-items: flex-start;
  height: 99.9998%;
  display: flex;
}

.footer {
  padding: 40px 140px 10px;
}

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

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

.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: #fff;
  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: flex-start;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.text-field.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);
}

.navigation-divider.highlights {
  margin-left: auto;
}

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

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

.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;
  width: 100%;
  display: flex;
}

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

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: none;
  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;
  color: #fff;
  background-color: #2c2c2c;
  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 {
  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;
}

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

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

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

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

.image-22vw.contain {
  object-fit: contain;
}

.image-22vw.contain.bg, .image-22vw.contain.bg1, .image-22vw.contain.bg2 {
  background-color: var(--white-smoke);
}

.image-22vw.contain.bg, .image-22vw.contain.bg2 {
  background-color: #f6f6f6;
}

.image-22vw.contain.bg2._60vw {
  height: 60vw;
}

.image-22vw.contain._100 {
  background-color: #dfff9c;
}

.image-22vw._100 {
  object-fit: contain;
  height: 100%;
}

.image-22vw.contain1 {
  object-fit: cover;
}

.image-22vw.img-height {
  object-fit: contain;
  height: 100%;
}

.image-22vw.top {
  object-position: 50% 25%;
}

.image-22vw.edge {
  border: 5px solid #000;
  border-radius: 20px;
}

.impdat-2 {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 100px 40px;
  display: flex;
}

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

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

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

.image-wrapper {
  height: 80vh;
}

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

.white {
  color: var(--firebrick);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.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 {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.div-block-142 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.spacer {
  height: 20px;
}

.spacer.is-bigger {
  height: 2rem;
}

.youtube-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.list {
  text-align: left;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.list.flie-text.font {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list.flie-text.font.red {
  color: #940202;
  font-size: 20px;
}

.list._65 {
  width: 45%;
}

.divblock-bild {
  height: auto;
  position: relative;
}

.divblock-bild.auf500 {
  background-image: linear-gradient(#00000080, #00000080);
}

.divblock-bild.div-block-142 {
  height: 112vh;
}

.terminbutton-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbutton-3.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbutton-3.highlights.heading-2 {
  text-align: center;
  margin-right: 10px;
  font-family: Josefin Sans, sans-serif;
  transition: all .2s;
}

.terminbutton-3.highlights.heading-2:hover {
  transform: scale(1.05);
}

.terminbutton-3.highlights.heading-2.spc {
  margin-right: 20px;
}

.terminbutton-3.highlights.heading-2.verticle {
  flex-direction: column;
}

.terminbutton-3.highlights.heading-2.dd {
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
}

.terminbutton-3.highlights.heading-2.size {
  font-size: 18px;
}

.terminbutton-3.highlights.heading-2.desktop {
  background-image: linear-gradient(137deg, var(--dark-slate-blue-2), var(--firebrick));
  border: 1px solid #fff;
  font-size: 14px;
  box-shadow: 3px 7px 5px #0003;
}

.terminbutton-3.highlights.heading-2.desktop.hide, .terminbutton-3.highlights.heading-2.mobil {
  display: none;
}

.terminbutton-3.highlights.heading-2-copy {
  text-align: center;
  margin-right: 0;
  font-family: Josefin Sans, sans-serif;
  transition: all .2s;
  display: inline-block;
}

.terminbutton-3.highlights.heading-2-copy:hover {
  transform: scale(1.05);
}

.terminbutton-3.highlights.heading-2-copy.spc {
  margin-right: 20px;
}

.terminbutton-3.highlights.heading-2-copy.verticle {
  flex-direction: column;
}

.terminbutton-3.highlights.heading-2-copy.dd {
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
}

.terminbutton-3.highlights-red {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbutton-3.highlights-red.heading-2 {
  text-align: center;
  background-color: #940202;
  margin-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: all .2s;
}

.terminbutton-3.highlights-red.heading-2:hover {
  transform: scale(1.05);
}

.terminbutton-3.highlights-red.heading-2.spc {
  margin-right: 20px;
}

.terminbutton-3.highlights-red.heading-2.verticle {
  flex-direction: column;
}

.terminbutton-3.highlights-red.heading-2.dd {
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
}

.terminbutton-3.highlights-red.heading-2.size {
  font-size: 18px;
}

.terminbutton-3.highlights-red.heading-2.desktop {
  background-image: linear-gradient(137deg, var(--dark-slate-blue-2), var(--firebrick));
  border: 1px solid #fff;
  font-size: 14px;
  box-shadow: 3px 7px 5px #0003;
}

.terminbutton-3.highlights-red.heading-2.mobil {
  display: none;
}

.terminbutton-3.highlights-red.heading-2-copy {
  text-align: center;
  margin-right: 0;
  font-family: Josefin Sans, sans-serif;
  transition: all .2s;
  display: inline-block;
}

.terminbutton-3.highlights-red.heading-2-copy:hover {
  transform: scale(1.05);
}

.terminbutton-3.highlights-red.heading-2-copy.spc {
  margin-right: 20px;
}

.terminbutton-3.highlights-red.heading-2-copy.verticle {
  flex-direction: column;
}

.terminbutton-3.highlights-red.heading-2-copy.dd {
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
}

._2-3-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  width: 100%;
}

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

._2-3-grid1.is-centered {
  align-items: center;
}

._2-3-grid1._3-2 {
  grid-template-columns: .75fr 1fr;
}

.buchstabe-hintergrund {
  color: #cf1c1880;
  margin-top: -20px;
  margin-bottom: -35px;
  font-family: Unica One, sans-serif;
  font-size: 100px;
  line-height: 35px;
  position: relative;
}

.buchstabe-hintergrund.heading-3.farbe2-headings {
  display: block;
}

.effekt-overlay {
  z-index: 2;
  color: #fff;
  background-color: #00000040;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.effekt-overlay.dark {
  background-image: linear-gradient(#00000040, #00000040);
}

.effekt-overlay.pop {
  background-color: #565892bf;
}

.effekt-balken1 {
  z-index: 3;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effekt-balken2 {
  z-index: 3;
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effekt-inlay {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.effekt-inlay.scroll {
  justify-content: center;
  overflow: auto;
}

.effekt-balken3 {
  z-index: 3;
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-relative-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

.heading-relative-links.heading-1 {
  z-index: 5;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}

.heading-relative-links.heading-1.mdl {
  text-align: center;
}

.heading-relative-links.heading-1.font {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
}

.heading-relative-links.heading-1.mit {
  text-align: center;
}

.heading-relative-links.heading-1.small {
  font-size: 19px;
}

.heading-relative-links.heading-1.big {
  font-size: 38px;
}

.heading-relative-links.heading-1.big.mit {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
}

.effekt-balken4 {
  z-index: 3;
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.inhalt-untereinander1.abst-nde {
  padding: 60px 40px 40px 60px;
}

.text-mittig-effekt1 {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

.text-mittig-effekt1.gro {
  font-size: 25px;
  line-height: 150%;
}

.text-mittig-effekt1.gro.heading-1 {
  text-shadow: 0 2px 8px #000000cf;
}

.text-mittig-effekt1.heading-2 {
  z-index: 5;
  position: relative;
}

.inhalt-effekt {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.inhalt-effekt.effekt-versuch {
  position: relative;
}

.inhalt-effekt.effekt-versuch._1.kleineres-bild {
  z-index: 10;
  height: 70vh;
}

.inhalt-effekt.effekt-versuch._1.kleineres-bild.auto {
  height: 55vh;
}

.inhalt-effekt.effekt-versuch {
  color: #fff;
  height: 100%;
  position: relative;
}

.inhalt-effekt.effekt-versuch {
  height: 70vh;
  position: relative;
}

.inhalt-effekt.effekt-versuch._1 {
  height: 1000px;
}

.inhalt-effekt.effekt-versuch._1.kleineres-bild {
  height: 70vh;
}

.divider {
  width: 100px;
  height: 2px;
  margin-top: 0;
}

.divider.zweitfarbe {
  width: 8vw;
  height: .5vh;
}

.divider.popup {
  background-color: #fff;
  border: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0;
  position: static;
}

.img-cover1 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.terminbutton-4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbutton-4.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbutton-4.highlights.heading-2 {
  transition: all .2s;
}

.terminbutton-4.highlights.heading-2:hover {
  transform: scale(1.1);
}

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

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

.feature-image.absolute {
  position: absolute;
}

.feature-image.absolute.contain {
  z-index: 1;
}

.feature-image.absolute.blur {
  filter: blur(5px);
}

.feature-image.contain-absolute {
  background-color: var(--white-smoke);
  object-fit: contain;
  position: absolute;
}

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

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

.feature-image.top1 {
  object-position: 50% 22%;
}

.feature-image.link {
  object-position: 10% 50%;
}

.youtube-embed-100 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-bild {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 25vw;
}

.team-bild.lft {
  object-position: 100% 0%;
}

.team-bild.is-center, .team-bild.auto.up {
  object-position: 50% 50%;
}

.team-bild.contain {
  object-fit: contain;
  padding: 40px;
}

.team-bild.adjust {
  object-position: 50% 30%;
}

.team-bild.center {
  object-position: 50% 15%;
}

._3er-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

._3er-grid.mitig {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center stretch;
}

.small-box {
  color: #333;
  padding: 20px 20px 10px;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.small-box:hover {
  background-color: var(--firebrick);
  color: #fff;
  transform: translate(0, -10px);
}

.timeline-date-text {
  color: #fff;
  font-family: Gruppo, sans-serif;
  font-size: 25px;
  line-height: 1.2;
  position: static;
  top: 50vh;
}

.timeline-circle {
  background-color: #9e9e9e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.timeline-wraper {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 5px #38383826;
}

.timeline-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.timeline-left {
  text-align: right;
}

.timeline-center {
  text-align: right;
  justify-content: center;
  display: flex;
}

.timeline-text {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 400;
}

.dropdown-toggle.flie-text {
  color: var(--white-smoke);
}

.dropdown-link {
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: gray;
}

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

.dropdown-link.flie-text:hover {
  border-bottom: 1px solid var(--firebrick);
}

.dropdown-link.flie-text.w--current {
  border-bottom: 1px solid var(--firebrick);
  color: #333;
}

.dropdown-toggle-nested {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

.dropdown-nested {
  width: 100%;
}

.dropdown-list {
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 1px 5px 1px #00000024;
}

.dropdown-list-nested {
  background-color: #fff;
  margin-left: 5px;
  top: 0;
  left: 100%;
  box-shadow: 0 1px 5px 1px #00000024;
}

.dropdown-list-nested.w--open {
  margin-left: 0;
}

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

.dp-link._1 {
  color: var(--white-smoke);
}

.list-div {
  margin-left: 40px;
}

._2er-grid-content {
  grid-template-rows: auto;
  width: 75%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.image-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  display: flex;
}

.image-div._60vh {
  width: 100%;
  height: 60vh;
}

.div-block-line {
  border-right: 1px solid #0006;
}

.divider-vertical {
  background-color: #c4c4c4;
  width: 1px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.horizontal-divider {
  border-top: 1px solid #c4c4c4;
  margin-top: 10px;
  padding-top: 20px;
}

._2er-grid-2 {
  grid-template-rows: auto;
}

.tab-link-tab-1 {
  margin-bottom: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-link-tab-1.flie-text.w--current {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.tabs-menu-2 {
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 40px;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.heading-relative-mittig {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

.heading-relative-mittig.heading-1 {
  z-index: 5;
  margin-bottom: 20px;
  line-height: 1.5;
  display: block;
  position: relative;
}

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

.faq-dropdown {
  width: 100%;
}

.faq-dropdown-button {
  border: 1px solid #dfdfdf;
  width: 100%;
  padding-left: 40px;
  box-shadow: 0 0 5px #00000029;
}

.faq-icon {
  font-size: 20px;
}

.faq-dropdown-content {
  background-color: var(--firebrick);
  color: #fff;
  position: static;
}

.answer-block {
  padding: 20px 40px;
  transition: all .2s ease-in;
}

.col-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 75%;
}

.col-grid.unten {
  margin-bottom: 20px;
}

.link-bold {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.image-div-25 {
  width: 25%;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.link-red {
  color: var(--firebrick);
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.link-red:hover {
  color: #747474;
}

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

.slider.auto {
  height: auto;
}

.slider-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.slider-image.down {
  object-position: 50% 10%;
}

.slider-image.small-contain {
  object-fit: contain;
  width: auto;
  height: 50vh;
}

.checkbox-field-2 {
  padding-top: 5px;
  font-size: 18px;
}

.select-field {
  background-color: #fff;
  font-size: 18px;
}

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

._2er-grid-content-opening {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.banner-image.position {
  object-position: 50% 60%;
}

.link-7 {
  color: var(--firebrick);
  text-decoration: none;
}

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

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

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

.grid-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  margin-top: 40px;
}

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

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

.slider-5 {
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
}

.timeline-progress-2 {
  z-index: 10;
  background-color: #fff;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-item-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 30px 10px;
}

.youtube_wrapper {
  height: 100%;
  padding-top: 0%;
  position: relative;
}

.opening-hours-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}

.slider-6 {
  background-color: #0000;
  height: 75vh;
}

.mask-4, .slide-2 {
  height: 100%;
}

.div-block-169 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  font-size: 18px;
  font-weight: 500;
}

.slide-3 {
  width: 100%;
  height: 100%;
}

.popup {
  z-index: 99;
  background-color: #ffffffc9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-171 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-64 {
  z-index: 15;
  filter: invert();
  cursor: pointer;
  object-fit: contain;
  width: 40px;
  position: absolute;
  inset: .5% .5% auto auto;
}

.list-item, .list-item-2, .list-item-3 {
  text-align: center;
}

.list-item-4, .list-item-5, .list-item-6 {
  text-align: left;
}

.list-item-7 {
  text-align: left;
  width: 22vw;
}

._2er-grid-content1 {
  grid-template-rows: auto;
  width: 75%;
  margin-top: 10px;
  margin-bottom: 10px;
}

._3er-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

._3er-grid-2._60 {
  width: 60%;
}

._3er-grid-2._60.nospc {
  margin-bottom: 0;
}

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

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

.formular {
  width: 85%;
}

.formular.size {
  min-height: 100vh;
}

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

.learn-more-dropdown {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.learn-more-dropdown-list {
  background-color: #0000;
  padding-top: 20px;
  position: static;
}

.link-8 {
  color: #000;
}

.link-8:hover {
  color: #3b3b3b;
  text-decoration: none;
}

.link-9 {
  color: #000;
}

.link-9:hover {
  color: #272727;
  text-decoration: none;
}

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

.opening-hours-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: .4fr 1fr;
  padding-left: 20px;
  padding-right: 20px;
}

.new-divider {
  background-color: #fff;
  border: 1px solid #fff;
  width: 150px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.lightbox-link-2._100 {
  height: 100%;
}

.lightbox-link-2.vw {
  height: 60vw;
}

.bold-text-10 {
  text-transform: uppercase;
}

.terminbutton-5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbutton-5.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbutton-5.highlights.heading-2-copy {
  text-align: center;
  margin-right: 0;
  font-family: Josefin Sans, sans-serif;
  transition: all .2s;
  display: inline-block;
}

.terminbutton-5.highlights.heading-2-copy:hover {
  transform: scale(1.05);
}

.terminbutton-5.highlights.heading-2 {
  text-align: center;
  margin-right: 10px;
  font-family: Josefin Sans, sans-serif;
  transition: all .2s;
}

.terminbutton-5.highlights.heading-2:hover {
  transform: scale(1.05);
}

.terminbutton-5.highlights.heading-2.dd {
  margin-left: 0;
  margin-right: 0;
  padding-right: 40px;
}

.bold-text-11 {
  text-transform: uppercase;
}

.div-block-bild-2 {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding: 20px 60px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-bild-2:hover {
  box-shadow: 0 11px 11px -1px #0000004d;
}

.div-block-bild-2.top-padding {
  width: 35%;
  padding-top: 20px;
}

.div-block-bild-2.transparent {
  height: auto;
  padding-bottom: 20px;
}

.link-11 {
  color: var(--firebrick);
  text-decoration: none;
}

.quick-stack {
  width: 100%;
}

.image-101 {
  height: 45px;
  margin-right: 10px;
}

.div-block-172 {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 15% 0% 0% auto;
}

.div-block-172.none, .left-arrow, .right-arrow {
  display: none;
}

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

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

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

.right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  width: 40%;
}

.list-item-8 {
  margin-left: 40px;
}

.slider-9 {
  background-color: #ddd0;
  width: 100%;
  height: 70vh;
}

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

.background-video-2.rel {
  filter: blur(5px);
}

.background-video-2.abs {
  z-index: 1;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.slide-nav2 {
  font-size: 15px;
}

.arrow {
  font-size: 35px;
}

.archive {
  display: none;
}

.list-2 {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.list-2.flie-text.nobullet-point {
  padding-left: 10px;
  list-style-type: none;
}

.list-item-9 {
  text-align: left;
  font-weight: 300;
}

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

.black-link:hover {
  color: var(--dark-slate-blue);
}

.image-wrapper-60vh, .image-wrapper-60vh.auto {
  height: auto;
}

.lightbox-100 {
  width: 100%;
}

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

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

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

.code-embed {
  width: 50%;
  height: 50vh;
}

.list-no {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.list-no.flie-text {
  padding-left: 20px;
  list-style-type: none;
}

.list-no.flie-text.nobullet-point {
  padding-left: 10px;
  list-style-type: none;
}

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

.text-span-5 {
  color: var(--dark-slate-blue);
  font-weight: 700;
}

.link-13 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.div-block-bild-3 {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  transition: all .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-bild-3:hover {
  transform: translate3d(0, 0, 10px)rotateX(1deg)rotateY(0)rotateZ(0);
  box-shadow: 0 11px 11px -1px #0000004d;
}

.grid {
  grid-template-rows: auto;
}

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

.heading-relative-links-slogan {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

.heading-relative-links-slogan.heading-1 {
  z-index: 5;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100px;
  line-height: 1.5;
  position: relative;
}

.heading-relative-links-slogan.heading-1.mdl {
  text-align: center;
}

.div-block-173 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._2er-no-space {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  position: static;
}

._2er-no-space._2er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

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

.dropdown-16 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle-2 {
  width: 100%;
}

.dropdown-toggle-2.highlights {
  font-family: Gruppo, sans-serif;
}

.dropdown-list-2 {
  background-color: #dddddd08;
}

.dropdown-list-2.w--open {
  background-color: #fff0;
  padding-top: 10px;
  position: static;
}

.text-span-6 {
  font-size: 12px;
}

.link-14 {
  color: var(--firebrick);
  text-decoration: none;
}

.right {
  left: 50%;
}

.div-block-174 {
  width: 100%;
  height: 22vh;
}

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

.div-block-175 {
  background-color: var(--white-smoke);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 40% auto 0% 4%;
}

.icon-8 {
  filter: invert();
  font-size: 1.3rem;
  position: static;
}

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

.div-block-175-2 {
  background-color: var(--white-smoke);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 40% 4% 0% auto;
}

.titelimg-unterseite-90vh {
  height: 80vh;
  position: relative;
}

.titelimg-unterseite-90vh.black {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-176 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-102 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  transition: all .4s ease-in-out;
}

.image-102:hover {
  transform: scale(1.1);
}

.div-block-177 {
  text-align: center;
  width: 100%;
}

.slider-11 {
  background-color: #0000;
  width: 96%;
  height: 100%;
  margin-left: 220px;
  overflow: auto;
}

.mask-5 {
  width: 30%;
  margin-bottom: 60px;
  margin-right: 20px;
  overflow: visible;
}

.slide-nav-3 {
  display: none;
}

.div-block-178 {
  background-color: #2b2b2b;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 45vh;
  padding-bottom: 10px;
}

.slide-4 {
  border-radius: 10px;
  margin-right: 20px;
}

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

.div-block-176-1 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 40px;
  display: flex;
}

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

.grid-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}

.image-102-1 {
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-180 {
  background-color: #2b2b2b;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.list-3 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
  list-style-type: none;
  display: flex;
}

.grid-20 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-103 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
}

.div-block-181 {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-181:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.div-block-182 {
  position: relative;
}

.div-block-183 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.image-103-2 {
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
}

.div-block-184 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #2b2b2b;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-185 {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.div-block-186 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-177-left {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._100 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 40px;
  display: flex;
}

.image-102-8 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.right-arrow-4 {
  right: 10px;
}

.left-arrow-3 {
  left: 10px;
}

.mask-5-7 {
  width: 45%;
  margin-bottom: 60px;
  margin-right: 20px;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .logo-img {
    width: 100%;
  }

  .logo {
    width: 35vw;
    margin-left: 0;
    margin-right: 0;
  }

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

  .adresse {
    text-align: center;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1 {
    z-index: 1000;
    color: #fff;
    background-color: #000;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 80vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .men-buttton1.hauptfarbe {
    background-image: none;
    margin-left: auto;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--dark-slate-blue-2);
  }

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

  .nav-link-3.flie-text {
    color: #fff;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .navbar-6 {
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
  }

  .men-icon1 {
    color: #fff;
  }

  .cover-slider-start-1 {
    height: 60vh;
  }

  .cover-slider-start-1.height {
    height: auto;
  }

  .div-block-slider {
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-slider.top {
    justify-content: center;
    align-items: flex-end;
    padding-top: 20%;
    padding-bottom: 8%;
  }

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

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

  .section-gro-e-abst-nde.hauptfarbe {
    flex-flow: column;
    padding: 60px;
  }

  .section-gro-e-abst-nde.hauptfarbe.bg {
    background-image: radial-gradient(circle, #000, #797979);
  }

  .section-gro-e-abst-nde.hauptfarbe.bg.d, .section-gro-e-abst-nde.hauptfarbe.flex {
    flex-flow: column;
  }

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

  .section-gro-e-abst-nde.black {
    flex-flow: column;
    padding: 60px;
  }

  .section-gro-e-abst-nde.black.bg {
    background-image: radial-gradient(circle, #000, #797979);
  }

  .section-gro-e-abst-nde.black-3 {
    flex-flow: column;
    padding: 60px;
  }

  .section-gro-e-abst-nde.black-3.bg {
    background-image: radial-gradient(circle, #000, #797979);
  }

  .heading-klein-mittig.heading-3.farbe-flie-text {
    margin-top: 10px;
    font-size: 22px;
  }

  .heading-klein-mittig.heading-3.font.farbe-der-headings-red {
    text-align: center;
  }

  .heading-klein-mittig.heading-3.font.big {
    font-size: 35px;
  }

  .div-block-bild-1:hover {
    transform: none;
  }

  .div-block-bild-1.team {
    height: 100%;
  }

  .div-block-bild-1.team.center {
    left: 50%;
  }

  .div-block-bild-1.auto {
    width: auto;
  }

  ._3ergrid-effekt {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  ._3ergrid-effekt.auto {
    width: 70%;
  }

  .text-feld1.zweitfarbe {
    padding: 20px;
  }

  .bild-section-cover-1._2 {
    padding: 60px;
  }

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

  .text-links.flie-text {
    text-align: center;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

  .text-links.flie-text.font {
    text-align: center;
    font-size: 17px;
  }

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

  .titelimg-unterseite {
    height: 60vh;
  }

  .titelimg-unterseite.auto {
    height: auto;
  }

  .titelimg-unterseite.black {
    flex-flow: column;
    height: auto;
  }

  ._4er-grid-team {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .inhalt-mittig-untereinander1 {
    padding: 20px 40px;
  }

  .inhalt-mittig-untereinander1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .kontakt-img.max {
    max-height: 80vh;
  }

  .maps1 {
    height: 45vh;
  }

  .impdat, .success {
    padding: 60px;
  }

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

  .div-block-41.highlights {
    width: 100%;
    padding: 60px;
  }

  .heading-22 {
    font-size: 30px;
  }

  .div-block-footer1 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .inhalt-footer {
    align-self: auto;
    align-items: center;
  }

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

  .field-label.heading-2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .image-22vw {
    object-fit: cover;
    height: 60vh;
  }

  .image-22vw.contain1, .image-22vw.contain-img {
    object-fit: contain;
  }

  .image-22vw.edge {
    object-position: 50% 0%;
  }

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

  .image-wrapper {
    height: 60vh;
  }

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

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

  .div-block-142 {
    margin-right: 0;
  }

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

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

  .list._65 {
    width: 65%;
  }

  .divblock-bild {
    width: 100%;
    height: 60vh;
  }

  .divblock-bild.auf500 {
    width: 100%;
    height: 55vh;
  }

  .divblock-bild.div-block-142 {
    flex: none;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .divblock-bild.div-block-142.sm-img {
    background-color: #000;
    height: 80vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .terminbutton-3.highlights.heading-2.desktop {
    display: none;
  }

  .terminbutton-3.highlights.heading-2.mobil {
    background-image: linear-gradient(90deg, var(--dark-slate-blue-2), var(--firebrick));
    display: flex;
  }

  .terminbutton-3.highlights-red.heading-2.desktop {
    display: none;
  }

  .terminbutton-3.highlights-red.heading-2.mobil {
    background-image: linear-gradient(90deg, var(--dark-slate-blue-2), var(--firebrick));
    display: flex;
  }

  ._2-3-grid1 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .buchstabe-hintergrund.heading-3 {
    font-size: 70px;
  }

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: 0;
    font-size: 70px;
    line-height: 30px;
  }

  .effekt-overlay {
    background-image: linear-gradient(#0000001f, #0000001f);
    height: 100%;
  }

  .effekt-inlay {
    height: 100%;
  }

  .effekt-inlay.scroll {
    justify-content: center;
  }

  .heading-relative-links.heading-1 {
    text-align: center;
    line-height: 1.2;
  }

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

  .heading-relative-links.heading-1.small {
    font-size: 16px;
  }

  .heading-relative-links.heading-1.big {
    font-size: 33px;
  }

  .heading-relative-links.heading-1.big.mit {
    font-size: 50px;
  }

  .heading-relative-links.heading-1.left {
    text-align: left;
  }

  .inhalt-untereinander1 {
    align-items: center;
    padding: 20px 0;
  }

  .inhalt-untereinander1.abst-nde {
    padding-bottom: 60px;
  }

  .text-mittig-effekt1 {
    font-size: 22px;
  }

  .text-mittig-effekt1.gro.heading-1, .text-mittig-effekt1.heading-2 {
    line-height: 1.3;
  }

  .inhalt-effekt.effekt-versuch {
    min-height: 400px;
  }

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    height: 100%;
  }

  .inhalt-effekt.effekt-versuch._1 {
    height: 50vh;
    min-height: auto;
  }

  .inhalt-effekt.effekt-versuch {
    height: 55vh;
    min-height: 400px;
  }

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    width: 100%;
  }

  ._2er-grid {
    flex-direction: column;
    display: flex;
  }

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

  .feature-image.img-size {
    object-fit: contain;
  }

  .team-bild {
    height: 45vh;
  }

  .team-bild.cont {
    object-fit: contain;
  }

  ._3er-grid {
    flex-direction: column;
    display: flex;
  }

  ._3er-grid.sm-2er-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._3er-grid.mitig {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .dropdown-toggle.flie-text {
    text-align: left;
    width: 100%;
    padding-right: 20px;
  }

  .dropdown-toggle.flie-text.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-link.flie-text {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle-nested.flie-text {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-list.w--open {
    flex-direction: column;
    min-width: 100%;
    display: flex;
    position: relative;
    overflow: auto;
  }

  .dropdown-list-nested.w--open {
    background-color: #ddd;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
    left: 0%;
  }

  .dp-link.w--current {
    color: #fff;
  }

  .dp-link._1 {
    color: #fff;
    text-align: left;
    align-items: flex-start;
  }

  .list-div {
    margin-left: auto;
    margin-right: auto;
  }

  .container.left {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-line {
    border-right-style: none;
  }

  .horizontal-divider {
    align-self: auto;
  }

  ._2er-grid-2 {
    flex-direction: column;
    display: flex;
  }

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

  .col-grid {
    width: 100%;
  }

  .image-div-25 {
    width: 40%;
  }

  .slider-image {
    object-fit: cover;
  }

  ._2er-grid-content-opening {
    width: 100%;
  }

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

  .dropdown-15 {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .icon {
    color: #fff;
  }

  .slider-5 {
    width: 100%;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .timeline-item-2 {
    grid-template-columns: 1fr 70px 1fr;
  }

  .youtube_wrapper {
    width: 100%;
    height: 40vh;
    padding-top: 0%;
  }

  .opening-hours-image {
    height: 100%;
    margin-bottom: 0;
  }

  .slider-6 {
    height: 100%;
  }

  .popup {
    padding: 60px;
  }

  .div-block-171 {
    width: 100%;
    height: 60%;
  }

  .text-block-10 {
    color: #fff;
  }

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

  ._2er-grid-content1, ._3er-grid-2 {
    flex-direction: column;
    display: flex;
  }

  ._3er-grid-2._60.nospc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .opening-hours-grid {
    grid-template-columns: .6fr 1fr;
    justify-items: stretch;
    width: auto;
  }

  .lightbox-link-2 {
    height: 60vh;
  }

  .div-block-bild-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-bild-2:hover {
    transform: none;
  }

  .div-block-bild-2.top-padding {
    width: 75%;
  }

  .image-101 {
    height: 40px;
  }

  .div-block-172 {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 40px;
    top: 50%;
  }

  .slider-7 {
    height: 50vh;
  }

  .slider-8 {
    height: 60vh;
  }

  .slider-9 {
    height: 100%;
  }

  .slide-nav2 {
    font-size: 14px;
  }

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

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

  .code-embed {
    width: 100%;
  }

  .div-block-bild-3:hover {
    transform: none;
  }

  .heading-relative-links-slogan.heading-1 {
    text-align: center;
    font-size: 80px;
    line-height: 1.2;
  }

  ._2er-no-space {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
  }

  ._2er-no-space.auto {
    width: 70%;
  }

  .titelimg-unterseite-90vh {
    height: 60vh;
  }

  .titelimg-unterseite-90vh.auto {
    height: auto;
  }

  .titelimg-unterseite-90vh.black {
    flex-flow: column;
    height: auto;
  }

  .div-block-176 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-178 {
    height: 40vh;
    display: flex;
  }

  .div-block-180 {
    justify-content: center;
    align-items: center;
  }

  .list-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .div-block-183 {
    justify-content: center;
    align-items: center;
  }

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

  .div-block-186 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-177-left {
    justify-content: center;
    align-items: center;
  }

  .div-block-187 {
    height: 25rem;
  }

  .div-block-188 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-item-10 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .logo {
    width: 28vw;
  }

  .logo.w--current {
    width: 39vw;
  }

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

  .divblock1 {
    height: auto;
  }

  .nav-men-1 {
    height: 76vh;
  }

  .navbar-6 {
    justify-content: space-between;
  }

  .cover-slider-start-1 {
    height: 55vh;
  }

  .titelvideo1 {
    height: 100%;
  }

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

  .div-block-slider.top {
    padding-top: 15%;
  }

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

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

  .section-gro-e-abst-nde.hauptfarbe {
    flex-flow: column;
    padding: 40px;
  }

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

  .section-gro-e-abst-nde.black-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 40px;
  }

  .heading-klein-mittig.heading-3.farbe-flie-text {
    margin-top: 10px;
    font-size: 22px;
  }

  .heading-klein-mittig.heading-3.font.big {
    font-size: 30px;
  }

  .div-block-bild-1.team {
    height: auto;
  }

  .div-block-bild-1.team.center {
    left: 0%;
  }

  ._3ergrid-effekt {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .text-feld1.zweitfarbe {
    width: 100%;
    padding: 20px;
  }

  .bild-section-cover-1 {
    padding: 5vh 10vw;
  }

  .bild-section-cover-1._2 {
    padding: 40px;
  }

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

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

  .heading-mittig.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 22px;
    line-height: 27px;
  }

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

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

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

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

  .footer-1.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .footertext1-2 {
    margin-bottom: 10px;
  }

  .titelimg-unterseite {
    height: auto;
  }

  ._4er-grid-team {
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    display: flex;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

  .div-block-41.highlights {
    padding: 40px;
  }

  .heading-22 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer.hauptfarbe {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .inhalt-footer.flie-text {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .field-label.heading-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .image-22vw.contain.bg {
    height: auto;
  }

  .image-22vw.img-height {
    height: 50vh;
  }

  .impdat-2.flie-text {
    align-items: center;
  }

  .image-wrapper {
    height: 50vh;
  }

  .list._65 {
    width: 100%;
  }

  .divblock-bild {
    width: 100%;
    height: 60vh;
  }

  .divblock-bild.auf500 {
    height: 45vh;
  }

  .divblock-bild.div-block-142.sm-img {
    background-color: #000;
    height: 70vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .divblock-bild.img-2 {
    height: 50vh;
  }

  .terminbutton-3.highlights.heading-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .terminbutton-3.highlights.heading-2.spc {
    width: 100%;
  }

  .terminbutton-3.highlights.heading-2-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .terminbutton-3.highlights.heading-2-copy.spc {
    width: 100%;
  }

  .terminbutton-3.highlights-red.heading-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .terminbutton-3.highlights-red.heading-2.spc {
    width: 100%;
  }

  .terminbutton-3.highlights-red.heading-2-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .terminbutton-3.highlights-red.heading-2-copy.spc {
    width: 100%;
  }

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

  .buchstabe-hintergrund {
    font-size: 70px;
  }

  .buchstabe-hintergrund.heading-3 {
    font-size: 50px;
  }

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: 0;
    margin-bottom: -31px;
    font-size: 60px;
  }

  .effekt-overlay {
    padding: 20px;
  }

  .effekt-overlay.dark {
    background-image: linear-gradient(#00000080, #00000080);
    height: auto;
  }

  .effekt-inlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-relative-links.heading-1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.2;
  }

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

  .heading-relative-links.heading-1.big {
    font-size: 25px;
  }

  .heading-relative-links.heading-1.big.mit {
    font-size: 35px;
  }

  .inhalt-untereinander1.abst-nde {
    padding: 40px;
  }

  .text-mittig-effekt1 {
    letter-spacing: 7px;
    font-size: 18px;
  }

  .text-mittig-effekt1.gro.heading-1 {
    letter-spacing: 5px;
    font-size: 22px;
  }

  .inhalt-effekt.effekt-versuch._1 {
    height: 40vh;
  }

  .inhalt-effekt.effekt-versuch {
    height: 45vh;
    min-height: auto;
  }

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    height: 50vh;
  }

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

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

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

  .team-bild {
    object-fit: cover;
    object-position: 50% 25%;
    height: 50vh;
  }

  .team-bild.auto {
    height: auto;
  }

  .team-bild.top {
    object-position: 50% 10%;
  }

  .team-bild._20 {
    object-position: 50% 15%;
  }

  .team-bild.up {
    object-position: 50% 0%;
  }

  .team-bild.top1 {
    object-position: 50% 50%;
  }

  .team-bild.top10 {
    object-position: 50% 10%;
  }

  .team-bild.top0 {
    object-position: 50% 0%;
  }

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

  ._3er-grid.sm-2er-grid {
    flex-direction: column;
    display: flex;
  }

  .timeline-circle {
    display: none;
  }

  .timeline-text.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .list-div._70 {
    width: 70%;
  }

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

  .container {
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-line {
    border-right-style: none;
  }

  .horizontal-divider {
    width: 100%;
  }

  ._2er-grid-2 {
    flex-direction: column;
    margin-top: 20px;
    display: flex;
  }

  .tab-link-tab-1.flie-text {
    text-align: center;
    width: 100%;
  }

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

  .tabs-menu-2 {
    margin-right: 0;
  }

  .heading-relative-mittig.heading-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1.2;
  }

  .image-div-25 {
    width: 35%;
  }

  .slider-image {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  ._2er-grid-content-opening {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-image {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-18 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .div-block-168 {
    flex-direction: column;
  }

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

  .timeline-progress-2 {
    display: none;
  }

  .timeline-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    display: flex;
  }

  .timeline-item-2.invert {
    flex-direction: column-reverse;
  }

  .popup {
    padding: 40px;
  }

  .div-block-171 {
    height: 50%;
  }

  .image-64 {
    top: 4%;
    right: 4%;
  }

  .list-item-7 {
    width: auto;
  }

  .image-wrap {
    height: auto;
  }

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

  ._3er-grid-2, ._3er-grid-2._60.nospc {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .formular {
    width: 100%;
  }

  .opening-hours-grid {
    grid-template-columns: .6fr 1fr;
  }

  .lightbox-link-2 {
    height: auto;
  }

  .terminbutton-5.highlights.heading-2-copy, .terminbutton-5.highlights.heading-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .div-block-bild-2.top-padding {
    width: auto;
  }

  .image-101 {
    height: 35px;
  }

  .slider-7 {
    height: 40vh;
  }

  .slider-8 {
    height: 50vh;
  }

  .arrow {
    font-size: 30px;
  }

  .heading-relative-links-slogan.heading-1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1.2;
  }

  ._2er-no-space {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .div-block-174 {
    height: 50vh;
  }

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

  .titelimg-unterseite-90vh {
    height: 50vh;
  }

  .image-102 {
    object-fit: cover;
    height: 22rem;
  }

  .slider-11 {
    margin-left: 0;
    overflow: hidden;
  }

  .mask-5 {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    overflow: hidden;
  }

  .slide-nav-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-178 {
    justify-content: center;
    height: auto;
  }

  .slide-4 {
    margin-right: 0;
  }

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

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

  .image-102-1 {
    height: 20rem;
  }

  .div-block-180 {
    justify-content: center;
    align-items: center;
  }

  .list-3 {
    padding-left: 0;
  }

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

  .image-103, .div-block-182 {
    height: 20rem;
  }

  .div-block-183 {
    justify-content: center;
    align-items: center;
  }

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

  .image-103-2 {
    object-fit: contain;
    height: 20rem;
  }

  .div-block-186 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-177-left {
    justify-content: center;
    align-items: center;
  }

  ._100 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-187 {
    height: 20rem;
  }

  .div-block-188 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-9, .icon-10 {
    font-size: 2rem;
  }

  .mask-5-7 {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
    overflow: hidden;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

  .logo {
    width: 70vw;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .logo.w--current {
    width: 70vw;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .flie-text.sm-font {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .flie-text.sm-font.klein {
    font-size: 12px;
    line-height: 17px;
  }

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

  .nav-men-1 {
    height: 62vh;
    padding-bottom: 0;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar1 {
    flex-direction: column;
    height: 100%;
  }

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

  .navbar-6 {
    flex-direction: column;
    height: auto;
    padding: 20px 0 0;
  }

  .cover-slider-start-1 {
    height: 50vh;
  }

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

  .div-block-slider.top {
    justify-content: center;
    align-items: center;
    padding-top: 10%;
  }

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

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

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

  .section-gro-e-abst-nde.pading {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-klein-mittig.heading-3.farbe-flie-text {
    margin-top: 10px;
    font-size: 18px;
  }

  .heading-klein-mittig.heading-3.farbe-flie-text.smaller {
    font-size: 18px;
  }

  .heading-klein-mittig.heading-3.font, .heading-klein-mittig.heading-3.font.farbe-der-headings-red {
    font-size: 20px;
  }

  .heading-klein-mittig.heading-3.font.big {
    font-size: 25px;
  }

  .div-block-bild-1 {
    justify-content: center;
    height: auto;
    padding-bottom: 10px;
  }

  ._3ergrid-effekt.auto {
    width: 100%;
  }

  .text-feld1.zweitfarbe {
    padding: 10px;
  }

  .bild-section-cover-1._2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

  .heading-mittig.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .text-mittig {
    font-size: 14px;
  }

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

  .terminbutton-auto.highlights.heading-3 {
    margin-top: 0;
    padding: 10px;
    line-height: 1.2;
  }

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

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

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

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

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

  .titelimg-unterseite {
    height: auto;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-41.highlights {
    padding: 20px;
  }

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

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

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

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

  .icon1-2 {
    width: 50px;
    height: 50px;
  }

  .field-label.heading-2 {
    letter-spacing: 1px;
    line-height: 20px;
  }

  .maps-gro {
    height: 300px;
  }

  .image-22vw.contain {
    object-fit: contain;
  }

  .image-22vw.contain.bg2 {
    height: 30vh;
  }

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

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

  .image-wrapper {
    height: 45vh;
  }

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

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

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

  .list.flie-text {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.5;
  }

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

  .list._65 {
    font-size: 14px;
  }

  .divblock-bild {
    height: 45vh;
  }

  .divblock-bild.auf500 {
    height: 35vh;
  }

  .divblock-bild.div-block-142.sm-img {
    background-color: #000;
    width: auto;
    height: 50vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .divblock-bild.auto {
    height: auto;
  }

  .terminbutton-3.highlights.heading-2 {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .terminbutton-3.highlights.heading-2-copy {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .terminbutton-3.highlights-red.heading-2 {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .terminbutton-3.highlights-red.heading-2-copy {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .buchstabe-hintergrund.heading-3.farbe2-headings {
    margin-top: 0;
    font-size: 50px;
  }

  .effekt-overlay {
    padding: 20px;
  }

  .effekt-overlay.dark {
    margin-top: 0;
    margin-bottom: 0;
  }

  .effekt-inlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-relative-links.heading-1 {
    text-align: center;
    font-size: 20px;
  }

  .heading-relative-links.heading-1.font {
    font-size: 24px;
  }

  .heading-relative-links.heading-1.small {
    font-size: 16px;
  }

  .heading-relative-links.heading-1.big {
    font-size: 20px;
  }

  .inhalt-untereinander1 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-untereinander1.abst-nde {
    padding: 20px;
  }

  .text-mittig-effekt1 {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .text-mittig-effekt1.gro.heading-1 {
    font-size: 18px;
    line-height: 1.2;
  }

  .text-mittig-effekt1.heading-2 {
    font-size: 17px;
    font-weight: 400;
  }

  .inhalt-effekt.effekt-versuch {
    height: 50vh;
    min-height: auto;
  }

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    height: 100%;
  }

  .inhalt-effekt.effekt-versuch._1 {
    height: 40vh;
  }

  .inhalt-effekt.effekt-versuch {
    height: 50vh;
    min-height: auto;
  }

  .divider.zweitfarbe {
    width: 30vw;
    height: .5vh;
  }

  .terminbutton-4.highlights.heading-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .timeline-date-text {
    font-size: 20px;
  }

  .timeline-text.flie-text {
    font-size: 13px;
    line-height: 20px;
  }

  .dp-link._1 {
    font-size: 13px;
  }

  .list-div {
    margin-left: 0;
  }

  .list-div._70 {
    margin-left: auto;
  }

  .container, .container.left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-div {
    width: 100%;
  }

  .horizontal-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-1.flie-text, .tab-link-tab-1.flie-text.w--current {
    margin-right: 0;
  }

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

  .faq-dropdown-button {
    padding-left: 20px;
  }

  .faq-icon {
    margin-right: 10px;
  }

  .image-div-25 {
    width: 80%;
  }

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

  .select-field.heading-2 {
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .image-62 {
    object-fit: contain;
  }

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

  .timeline-item-2 {
    padding: 10px;
  }

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

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

  .image-64 {
    width: 25px;
  }

  .text-block-10 {
    font-size: 13px;
  }

  .icon-6 {
    font-size: 20px;
    left: -50px;
  }

  .icon-7 {
    font-size: 20px;
    right: -50px;
  }

  .slide-nav {
    font-size: 12px;
    line-height: 18px;
  }

  .opening-hours-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .terminbutton-5.highlights.heading-2-copy {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 20px;
  }

  .terminbutton-5.highlights.heading-2 {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 20px;
  }

  .div-block-bild-2 {
    justify-content: center;
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-172 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
  }

  .slider-7 {
    height: 30vh;
  }

  .slide-nav2 {
    font-size: 12px;
  }

  .arrow {
    font-size: 25px;
  }

  .list-2 {
    font-size: 14px;
  }

  .code-embed {
    height: 30vh;
  }

  .list-no {
    font-size: 14px;
  }

  .div-block-bild-3 {
    justify-content: center;
    height: auto;
    padding-bottom: 10px;
  }

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

  .heading-relative-links-slogan.heading-1 {
    text-align: center;
    font-size: 35px;
  }

  ._2er-no-space.auto, .code-embed-3 {
    width: 100%;
  }

  .titelimg-unterseite-90vh {
    height: 30vh;
  }

  .image-102 {
    object-fit: contain;
    background-color: #000;
    border-radius: 0;
    height: 20rem;
  }

  .mask-5 {
    margin-right: 0;
  }

  .list-3 {
    padding-left: 0;
    font-size: 14px;
  }

  .icon-10 {
    font-size: 2rem;
  }

  .mask-5-7 {
    margin-right: 0;
  }
}

#w-node-a7850bed-c888-d672-bbd4-4490abc95c07-4278716d, #w-node-da500094-0808-ff56-f452-113e0965b8fa-0678717b, #w-node-_895ef4a9-85be-8d25-fc10-52e65b86c18a-0678717b, #w-node-_65077773-aa7a-9242-4ffe-ff51277d8362-0678717b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35dcb39e-1417-5b0b-cd4e-5ffad6fbfdce-d6fbfdcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_702a3876-80c5-939d-3a6e-c91fdb94e566-34292ac8 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_4d1a3d19-00cd-b50b-996f-2c944dad6e5a-34292ac8, #w-node-_2ad9789b-7acd-03d0-0288-e3bee675e15b-2f426743 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8552f75-05cd-ef44-80a6-0255c9aef02b-2b80b645 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0948e104-6fc2-9a22-9894-151753c666b4-477ec663, #w-node-_7f60941d-1f6f-5107-654e-6926c6e3b7f3-477ec663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e253e83-3e7a-e5d9-d56c-e478ac8d620d-477ec663 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6a06736c-c6b8-dd9f-4b36-4b54d67fcffd-73b33243, #w-node-a03b349c-bbd5-6b0d-fefe-916d93bdb5b9-73b33243, #w-node-ca08ec1d-bd45-d509-25c5-12e6cefae36f-73b33243 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f8ca8a3-dee3-fc7a-7cdb-67d20d1bbb96-73b33243 {
  align-self: center;
}

#w-node-_29a5db5b-e420-cabd-94a4-9bff9aeea8f2-36ef341b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_61f52fa1-fe24-e559-1cb9-447040a8cc6c-13eb5983 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3acd668-4160-9842-17d1-7b8e8e41d9f5-13eb5983 {
  justify-self: start;
}

#w-node-_423fa060-105d-d214-2f59-cab299a6ab3d-3bf49307 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-f49c1932-1c19-b8b0-f7ea-97bb956dd213-e9ee4c22 {
  align-self: center;
}

#w-node-_3fc926e9-e514-f618-b815-76960d35b4ec-49c918bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_96dc0295-9183-6612-0a54-dd6ee4abc159-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc15c-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc15e-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc166-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc16a-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc16c-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc170-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc173-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc175-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc17a-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc17e-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc180-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc184-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc187-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc189-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc18e-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc192-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc194-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc198-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc19b-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc19d-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1a5-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1a9-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1ab-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1af-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1b2-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1b4-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1b9-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1bd-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1bf-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1c3-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1c6-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1c8-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1cd-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1d1-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1d3-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1d7-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1da-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1dc-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1e7-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1eb-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1ed-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1f1-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1f4-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1f6-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1fb-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc1ff-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc201-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc205-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc208-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc20a-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc20f-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc213-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc215-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc219-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc21c-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc21e-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc226-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc22a-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc22c-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc230-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc233-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc235-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc23a-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc241-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc243-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc247-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc24a-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc24c-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc253-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc259-45f7a1eb, #w-node-_96dc0295-9183-6612-0a54-dd6ee4abc25b-45f7a1eb, #w-node-_87fad34b-3eed-6c75-ff0c-00362fa21e35-e6f4c6d4, #w-node-ba04298c-3628-c1e0-4c21-630454654514-e6f4c6d4, #w-node-_024c4346-e9da-be91-13fc-ed9bef5d3208-e6f4c6d4, #w-node-_9386a051-5013-1c67-463c-4b3cfe971fa2-581428d7, #w-node-_9371ce75-567b-7d98-e5d8-6115d439c972-581428d7, #w-node-c3bf671e-8655-e71f-cc93-a707ef1ef3d2-581428d7, #w-node-_0948e104-6fc2-9a22-9894-151753c666b4-484a433f, #w-node-_7f60941d-1f6f-5107-654e-6926c6e3b7f3-484a433f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8ee0a5b3-6c6c-a6b1-44a4-9e3c280eca32-6478715f, #w-node-efa34e35-7e96-b574-9841-1fe0cce9570e-6478715f, #w-node-_895ef4a9-85be-8d25-fc10-52e65b86c18a-0678717b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8552f75-05cd-ef44-80a6-0255c9aef02b-2b80b645, #w-node-_29a5db5b-e420-cabd-94a4-9bff9aeea8f2-36ef341b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c3bf671e-8655-e71f-cc93-a707ef1ef3d2-581428d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-d23f9f17-aa8d-1307-1d9f-b68eb7a7faeb-55b83d58 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

.distanz-mobile-break {
  display: none;
}

@media screen and (max-width: 479px) {
  .distanz-mobile-break {
    display: block;
  }
}
