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

@font-face {
  font-family: Acesans Free;
  src: url('../fonts/AceSans-FREE.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --highlights-color: #a5baa3;
  --main-color: black;
  --secondry-color: #ecf7ec;
  --black: black;
  --white: white;
  --pink: #d2989e;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

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

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-6 {
  width: 100%;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  padding-bottom: 100px;
  display: flex;
}

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

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

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.nav-link {
  color: #333;
  text-transform: uppercase;
  font-family: Taffy, sans-serif;
  font-weight: 700;
}

.nav-link:hover, .nav-link.w--current {
  color: #a8a8a8;
}

.nav-link.flie-text {
  color: #333;
  font-size: 18px;
}

.nav-link.flie-text:hover {
  color: var(--highlights-color);
}

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

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

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

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

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

.telefonnummer1 {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

.adresse {
  margin-bottom: 5px;
  font-size: 15px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.avif');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

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

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.address {
  margin-bottom: 5px;
}

.background-video {
  height: 100%;
}

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

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

.hauptheading {
  text-align: center;
  font-size: 80px;
  line-height: 80px;
}

.hauptheading.heading-1 {
  line-height: 1.1;
}

.hauptparagraph {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

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

.hauptparagraph.flie-text.bigger {
  font-size: 20px;
}

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

.shopbutton.flie-text.highlights {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.shopbutton.flie-text.hauptfarbe:hover {
  background-color: var(--highlights-color);
}

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

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

.heading.heading-1.slogan {
  background-color: #0000;
  font-size: 60px;
}

.container-small {
  color: #fff;
}

.grid-mit-4-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.kleiderdiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.kleiderdiv.zweitfarbe {
  background-color: #0000;
  border-radius: 5px;
  padding-bottom: 10px;
}

.kleiderdiv.highlights {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}

.image-in-quadrat {
  border: 2px solid var(--highlights-color);
  object-fit: cover;
  object-position: 50% 50%;
  width: 25vw;
  height: 30vh;
  padding: 5px;
}

.footer-visu {
  padding: 20px 10%;
}

.footer-visu.hauptfarbe {
  flex-flow: column;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

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

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

.inhalt-section3 {
  padding: 100px 10%;
}

.inhalt-section3.less-spacing {
  padding-top: 50px;
  padding-bottom: 50px;
}

.inhalt-startseite3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.impdat {
  padding: 100px 40px;
}

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

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

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

.heading-mittig1.heading-2.farbe-der-headings {
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.paragraph.flie-text {
  z-index: 100;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

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

.logo-wei {
  z-index: 10;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navbar.hauptfarbe {
  position: sticky;
  bottom: 100%;
}

.nav_menu {
  z-index: 1000;
}

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

.divider {
  width: 200px;
  height: 2px;
  margin-bottom: 20px;
}

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

.heading-mittig-2.heading-2.small {
  text-transform: uppercase;
  font-size: 28px;
}

.heading-mittig-2.heading-2.smaller {
  text-transform: uppercase;
  word-break: break-all;
  font-size: 28px;
}

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

.inhalt-mittig-untereinander1.no-spacing {
  padding-left: 0;
  padding-right: 0;
}

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

.bild-100._100 {
  object-position: 50% 30%;
  height: 100%;
  max-height: 100vh;
}

.bild-100.low {
  object-position: 50% 100%;
}

.bild-100.relative_blurred {
  filter: blur(5px);
  position: relative;
}

.bild-100.absolute {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.bild-100._120vh {
  object-position: 50% 30%;
  height: 100%;
  max-height: 120vh;
}

.bild-100.small {
  height: 85vh;
}

.bild-100.top {
  object-position: 50% 20%;
}

.image_quadrat {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 24vw;
  height: 40vh;
}

.image_quadrat.abs {
  filter: blur(3px);
  position: absolute;
}

.image_quadrat.rel {
  object-fit: contain;
  position: relative;
}

.image_quadrat.contain {
  object-fit: contain;
  background-color: #0000;
}

.navbar1 {
  z-index: 999;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.link-block {
  max-width: 200px;
}

.link-block.w--current {
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

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

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

.logo-img {
  object-fit: contain;
  background-color: #fff;
  width: 160px;
  padding-right: 10px;
}

.logo-img.black {
  background-color: #0000;
  width: 130px;
}

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

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

.top_right_flex, .vertical_flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.impdat-2.flie-text {
  flex-flow: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

.html-embed-google_maps {
  min-height: 40vh;
  margin-top: 60px;
}

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

.form-3 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-3.mitting {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

.form_feild {
  border: 1px solid #dfdfdf;
  font-family: Taffy, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  transition: all .2s;
}

.form_feild:hover {
  border-color: #5e5e5e;
}

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

.paragraph-font-2 {
  font-family: Taffy, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.terminbutton-2 {
  text-transform: uppercase;
}

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

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

.terminbutton-2.highlights.heading-3:hover {
  background-color: var(--main-color);
}

.terminbutton-2.highlights.social-button {
  text-transform: none;
  background-color: #a5baa3;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Taffy, sans-serif;
  font-size: 18px;
  box-shadow: 0 2px 5px #0003;
}

.terminbutton-2.highlights.social-button:hover {
  background-color: var(--main-color);
}

.form-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-block.paragraph-font {
  width: 100%;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

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

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

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

.div-block-166 {
  font-size: 20px;
}

._2er-grid1-100 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  height: 100%;
}

.grid_2er {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-columns: .5fr 1fr;
  place-items: center start;
  margin-bottom: 10px;
}

.grid_2er.grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  place-items: center;
}

._2er-grid1-size {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: 100%;
}

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

.banner.rel {
  z-index: 1;
  filter: blur(5px);
  position: relative;
}

.banner.abs {
  z-index: 10;
  object-fit: contain;
  position: absolute;
  inset: 0% auto auto 0%;
}

.relative_banner {
  position: relative;
}

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

.slider._100vh {
  height: 75vh;
}

.slide-nav {
  display: none;
}

.left-arrow, .right-arrow {
  z-index: 1000;
}

.iconlink {
  margin-right: 5px;
}

.icons {
  object-fit: contain;
  width: 2vw;
}

.navbar1-bg {
  z-index: 999;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 100px;
}

.horizontal_link {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.icon_small {
  filter: invert();
  object-fit: contain;
  width: 24px;
  margin-right: 10px;
}

.impressum-link-1 {
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer_logo_block {
  height: 100.003%;
  margin-left: -80px;
}

.topicon {
  object-fit: contain;
  width: 3vw;
}

.arrow_link {
  background-color: #fff;
  border-radius: 100%;
}

.top_arrow {
  z-index: 100;
  position: fixed;
  inset: auto 2% 8% auto;
}

._2er-grid1-size-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

._2er-grid1-size-2._3er {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.section-53 {
  justify-content: center;
  padding: 100px 10%;
  display: flex;
}

.section-53.no-padding {
  padding-left: 0%;
  padding-right: 0%;
}

.grid-galerie3-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
  padding: 40px;
}

.grid-galerie3-1.zweitfarbe {
  grid-template-rows: auto;
}

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

.section-2img {
  background-image: linear-gradient(#00000080, #00000080), url('../images/7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10%;
  display: flex;
}

.grid-galerie3-x2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px;
}

.overlay {
  z-index: 9999;
  background-image: linear-gradient(#000000de, #000000de);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.lottie-animation {
  z-index: 2147483647;
  width: 10vw;
  position: absolute;
}

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

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

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

.link-_kontakt {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

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

.button-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-maps-wrap {
  height: 13vh;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-wrapper.overflow_hidde {
  overflow: hidden;
}

.section-imgs-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10%;
  display: flex;
}

.section-imgs-2.zweitfarbe {
  min-height: 80vh;
}

.icons-size {
  object-fit: contain;
  width: 2.6vw;
  min-width: 2.6vw;
}

.heading-links-klein {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
}

.heading-links-klein.heading-2.farbe-der-headings {
  text-transform: uppercase;
  margin-top: 0;
}

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

.text-span.black {
  color: var(--black);
}

.newsletter {
  color: #a5baa3;
  font-size: 18px;
  font-weight: 400;
}

.text_span_color {
  color: var(--highlights-color);
  font-weight: 400;
  text-decoration: underline;
}

.popup-newsletter {
  z-index: 1000;
  background-color: #0000005c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.card {
  width: 50%;
  padding: 40px;
}

.card.zweitfarbe {
  border-radius: 20px;
  position: relative;
}

.back-button {
  cursor: pointer;
  object-fit: contain;
  width: 2vw;
  position: absolute;
  inset: 5% 1.5% auto auto;
}

.logo-link {
  max-width: 200px;
}

.logo-link.w--current {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: auto;
  padding-top: 0;
}

.logo-img-footer {
  background-color: #fff;
  width: 250px;
  padding-right: 10px;
}

.logo-img-footer.small-image-footer {
  object-fit: contain;
  background-color: #0000;
  width: 11rem;
  margin-bottom: 0;
}

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

.bild-100-full._100-2 {
  object-position: 50% 30%;
  height: 100%;
  max-height: 67vh;
}

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

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

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

.arrow-left.white-back {
  background-color: #fff;
}

.accordion-tab-button-dark {
  cursor: pointer;
  background-color: #a5baa3;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.accordion-tab-button-dark:hover {
  background-color: var(--main-color);
}

.accordion-question-header-3 {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

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

.arrow-right.white-back {
  background-color: #fff;
}

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

.accordion-item-wrapper {
  box-shadow: none;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  transition: box-shadow .3s;
}

.accordion-item-wrapper:hover {
  box-shadow: none;
}

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

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

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

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

.hero_section {
  height: 70vh;
  position: relative;
}

.grid-2er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.absolute_image {
  display: none;
}

.success-message {
  font-family: Taffy, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.error-message {
  font-family: Taffy, sans-serif;
  font-size: 16px;
}

.div_block_25vw {
  width: 25vw;
  position: relative;
  overflow: hidden;
}

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

.list.flie-text {
  z-index: 100;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.paragraph-font_center {
  font-family: Taffy, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

.timeline-left {
  text-align: right;
  margin-left: 20px;
}

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

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

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

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

.timeline-text {
  color: #333;
  font-family: Taffy, sans-serif;
  font-size: 16px;
}

.timeline {
  z-index: 1;
  background-color: var(--secondry-color);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.timeline-container {
  z-index: -3;
  background-color: #efefef;
  padding: 40px;
}

.timeline-wraper {
  background-color: var(--secondry-color);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
}

.div-block-167 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-168 {
  z-index: 100;
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.div-block-170 {
  opacity: .69;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-171, .div-block-172 {
  position: relative;
}

.div-block-173 {
  height: 50vh;
  position: relative;
}

.section-63 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.scroll-line.last {
  display: none;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-9.sticky {
  max-width: none;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.wrapper-7 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  overflow: auto;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Taffy, sans-serif;
  font-size: 1.5em;
  line-height: 1.4em;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.scroll-details {
  margin-bottom: 0;
  font-family: Taffy, sans-serif;
  font-size: 16px;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.scroll-indicator {
  background-color: var(--highlights-color);
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.div-block-174 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  min-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section {
  border-top: 2px solid var(--highlights-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10%;
  display: flex;
}

.section.zweitfarbe {
  min-height: 80vh;
}

.tab-link {
  border: 4px solid var(--secondry-color);
  background-color: var(--secondry-color);
  margin-left: 5px;
  margin-right: 5px;
}

.tab-link.w--current {
  border-color: var(--highlights-color);
  background-color: var(--secondry-color);
}

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

.timeline-2 {
  z-index: 1;
  background-color: #03567b;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

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

.timeline-wraper-2 {
  background-color: #14275d;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.timeline-text-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

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

.image-wrapper-50vh-timeline {
  height: 50vh;
  margin-right: 20px;
}

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

.image-100-contain.left {
  object-position: 0% 50%;
}

.image-100-contain.right {
  object-position: 100% 50%;
}

.image-wrapper-50vh-timeline-left {
  height: 50vh;
  margin-left: 20px;
}

.image-wrapper-right {
  height: 50vh;
  margin-right: 20px;
}

.image-wrapper-left {
  height: 50vh;
  margin-left: 20px;
}

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

.slide, .mask {
  height: auto;
}

.slider-2 {
  background-color: #0000;
  height: auto;
}

.video-wrapper {
  width: 100%;
  height: 80vh;
}

.tabs-content, .tabs {
  width: 100%;
}

.background-video-2 {
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

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

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

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

  .nav-menu {
    background-color: #000;
  }

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

  .nav-link.flie-text {
    text-align: center;
    padding: 10px;
    font-size: 17px;
  }

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

  .men-icon1 {
    color: #fff;
  }

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

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .address {
    text-align: center;
  }

  .hauptheading.heading-1 {
    line-height: .9;
  }

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

  .hauptparagraph.flie-text.bigger {
    font-size: 19px;
  }

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

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

  .heading.heading-1.is-size {
    margin-top: 10px;
  }

  .heading.heading-1.slogan {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 40px;
  }

  .grid-mit-4-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .section-heading.heading-1 {
    margin-top: 0;
    font-size: 30px;
  }

  .kleiderdiv.zweitfarbe {
    padding-bottom: 0;
  }

  .kleiderdiv.highlights, .image-in-quadrat {
    width: 100%;
  }

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

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

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

  .inhalt-section3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-section3.less-spacing {
    padding: 60px;
  }

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

  .impdat.zweitfarbe {
    padding: 60px;
  }

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

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

  .success_block.highlights {
    padding: 60px;
  }

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

  .titelvideo-start-1 {
    height: 90vh;
  }

  .paragraph.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .paragraph.flie-text.farbe-der-headings {
    text-align: center;
  }

  .men-button1 {
    background-color: var(--main-color);
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

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

  .logo-wei {
    background-color: #000;
    width: 100%;
  }

  .navbar {
    background-color: #00000080;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_menu {
    background-color: var(--secondry-color);
    padding: 10px;
    position: absolute;
  }

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

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

  .inhalt-mittig-untereinander1 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bild-100._100 {
    max-height: none;
  }

  .bild-100.relative_blurred, .bild-100.absolute {
    height: 100%;
  }

  .bild-100.is-contain {
    object-fit: contain;
  }

  .bild-100.is-top {
    object-position: 50% 80%;
  }

  .bild-100._120vh {
    height: 55vh;
    max-height: none;
  }

  .image_quadrat {
    width: 35vw;
  }

  .image_quadrat.abs, .image_quadrat.rel {
    width: 100%;
    height: 100%;
  }

  .image_quadrat.contain {
    width: 100%;
  }

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

  .link-block {
    width: 100%;
    max-width: none;
  }

  .logo-img {
    filter: invert();
    width: 200px;
    padding-right: 0;
  }

  .top_right_flex {
    align-items: center;
  }

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

  .html-embed-google_maps {
    min-height: 45vh;
    margin-top: 0;
  }

  .form-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-font-2 {
    margin-bottom: 0;
  }

  .terminbutton-2.highlights.social-button {
    text-align: center;
    line-height: 1.2;
  }

  .form-block.paragraph-font {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

  ._2er-grid1-100 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
    display: flex;
  }

  ._2er-grid1-100.invert {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    display: flex;
  }

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

  ._2er-grid1-size {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-content: flex-start;
    place-items: center stretch;
    height: auto;
    display: flex;
  }

  .banner.rel, .banner.abs, .relative_banner {
    height: 100%;
  }

  .slider {
    height: 55vh;
  }

  .slider._100vh {
    height: 50vh;
  }

  .left-arrow, .right-arrow {
    width: 65px;
    font-size: 35px;
  }

  .iconlink {
    margin-right: 0;
  }

  .icons {
    width: 2rem;
  }

  .horizontal_link {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .icon_small.smaller {
    width: 18px;
  }

  .impressum-link-1 {
    text-align: center;
    margin-right: 0;
  }

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

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

  .topicon {
    width: 2.5rem;
  }

  .top_arrow {
    bottom: 2%;
    right: 1%;
  }

  ._2er-grid1-size-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
  }

  ._2er-grid1-size-2._3er {
    grid-template-columns: 1fr 1fr;
  }

  .section-53, .section-2img {
    padding: 60px;
  }

  .grid-galerie3-x2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }

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

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

  .link-_kontakt {
    font-size: 14px;
  }

  .button-flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 30%;
    margin-top: 10px;
    margin-left: 10px;
  }

  .footer-maps-wrap {
    height: auto;
  }

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

  .section-imgs-2.zweitfarbe {
    min-height: auto;
  }

  .icons-size {
    width: 2rem;
  }

  .heading-links-klein.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 30px;
  }

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

  .card.zweitfarbe {
    width: 80%;
  }

  .back-button {
    width: 1.5rem;
    right: 2%;
  }

  .logo-link.w--current {
    padding-bottom: 0;
  }

  .logo-img-footer.small-image-footer {
    width: 10rem;
    padding-right: 0;
  }

  .bild-100-full {
    height: 400px;
  }

  .bild-100-full._100-2 {
    height: 65vh;
    max-height: none;
  }

  .arrow-div-wrapper {
    height: 100%;
  }

  .accordion-pane {
    width: 100%;
  }

  .arrow-left.white-back {
    width: 20px;
    left: 2px;
  }

  .accordion-tab-button-dark {
    width: 30%;
    height: 7vh;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .accordion-question-header-3.heading-2 {
    font-size: 1.4em;
  }

  .arrow-right.white-back {
    width: 20px;
  }

  .arrow-div {
    margin-right: 20px;
  }

  .accordion-item-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .accordion-pane-content-spc {
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .lightbox-link {
    margin-bottom: 10px;
  }

  .icons_block {
    z-index: 99;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    display: flex;
    position: absolute;
    inset: 2% 1% auto auto;
  }

  .hero_section {
    height: 65vh;
    position: relative;
  }

  .grid-2er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .absolute_image {
    z-index: -1;
    filter: blur(5px);
    display: block;
    position: absolute;
    inset: 0%;
  }

  .div_block_25vw {
    width: 100%;
    height: 40vh;
    margin-bottom: 10px;
  }

  .list.flie-text {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-font_center {
    text-align: center;
    margin-bottom: 10px;
  }

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

  .timeline-date-text {
    font-size: 23px;
  }

  .div-block-168 {
    height: 55vh;
  }

  .section-63.expand {
    height: auto;
    overflow: hidden;
  }

  .container-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper-7 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .section {
    padding: 60px;
  }

  .section.zweitfarbe {
    min-height: auto;
  }

  .video-wrapper {
    height: 55vh;
  }

  .background-video-2, .lightbox-link-4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

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

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .nav-link.flie-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .impdatfooter, .impressum2 {
    text-align: left;
  }

  .inhalt-footer2 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

  .videodiv {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .hauptparagraph.flie-text {
    font-size: 15px;
  }

  .hauptparagraph.flie-text.bigger {
    font-size: 18px;
  }

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

  .heading.heading-1.slogan {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 30px;
  }

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

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

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

  .kleiderdiv.zweitfarbe {
    padding-bottom: 5px;
  }

  .image-in-quadrat {
    margin-bottom: 5px;
  }

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

  .heading-footer.heading-3.is-size {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .inhalt-section3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-section3.less-spacing {
    padding: 40px;
  }

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

  .impdat.zweitfarbe {
    padding: 40px;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

  .heading-mittig1 {
    font-size: 25px;
  }

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

  .paragraph.flie-text {
    font-size: 15px;
  }

  .paragraph.flie-text.farbe-der-headings {
    font-size: 16px;
  }

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

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider.zweitfarbe {
    width: 150px;
    margin-bottom: 10px;
  }

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

  .heading-mittig-2.heading-2.small, .heading-mittig-2.heading-2.smaller {
    font-size: 22px;
    line-height: 1.3;
  }

  .bild-100._100 {
    max-height: 45vh;
  }

  .bild-100._120vh {
    height: 45vh;
  }

  .image_quadrat {
    width: 100%;
    height: 40vh;
  }

  .link-block.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo-img {
    width: 180px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .html-embed-google_maps {
    min-height: 40vh;
  }

  .form_feild {
    font-size: 15px;
  }

  .terminbutton-2.highlights.social-button {
    font-size: 17px;
  }

  .slider, .slider._100vh {
    height: 45vh;
  }

  .left-arrow, .right-arrow {
    width: 55px;
    font-size: 30px;
  }

  .icons {
    width: 1.8rem;
  }

  .icon_small {
    width: 22px;
  }

  .icon_small.smaller {
    width: 16px;
  }

  .topicon {
    width: 2.3rem;
  }

  ._2er-grid1-size-2._3er {
    grid-template-columns: 1fr;
  }

  .section-53 {
    padding: 40px;
  }

  .grid-galerie3-1.zweitfarbe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 20px;
  }

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

  .grid-galerie3-x2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

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

  .link-_kontakt {
    font-size: 13px;
  }

  .button-flex {
    width: 40%;
  }

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

  .heading-links-klein.heading-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-links-klein.heading-2.farbe-der-headings {
    font-size: 26px;
    line-height: 1.3;
  }

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

  .card.zweitfarbe {
    width: 90%;
  }

  .back-button {
    right: 3%;
  }

  .logo-img-footer.small-image-footer {
    width: 9rem;
  }

  .bild-100-full {
    height: 300px;
  }

  .bild-100-full._100-2 {
    height: 55vh;
  }

  .accordion-tab-button-dark {
    height: 5vh;
  }

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

  .accordion-question-header-3.heading-2 {
    font-size: 1em;
    line-height: 1.3;
  }

  .arrow-div {
    width: 15px;
    height: 15px;
  }

  .accordion-item-wrapper {
    margin-top: 5px;
  }

  .accordion-pane-content-spc {
    padding-top: 5px;
  }

  .lightbox-link {
    height: 30vh;
  }

  .hero_section {
    height: 55vh;
  }

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

  .div_block_25vw {
    height: 35vh;
  }

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

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

  .timeline-circle {
    display: none;
  }

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

  .timeline-center {
    display: none;
  }

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

  .timeline-progress {
    display: none;
  }

  .timeline-date-text, .timeline-text {
    text-align: center;
  }

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

  .div-block-168 {
    height: 45vh;
  }

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

  .section {
    padding: 40px;
  }

  .image-100-contain.left, .image-100-contain.right {
    object-fit: cover;
    object-position: 50% 50%;
    height: auto;
  }

  .image-wrapper-right {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .image-wrapper-left {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .video-wrapper {
    height: 40vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .grid-7 {
    justify-content: start;
  }

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

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

  .nav-link.flie-text {
    padding: 8px;
    font-size: 15px;
    line-height: 1.3;
  }

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

  .impdatfooter {
    text-align: left;
  }

  .telefonnummer1.flie-text, .email.flie-text {
    font-size: 14px;
  }

  .adresse.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .rounded-block {
    min-width: 200px;
  }

  .titelvideo-1 {
    height: 500px;
  }

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

  .hauptparagraph.flie-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .hauptparagraph.flie-text.bigger {
    font-size: 17px;
  }

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

  .heading.heading-1.is-size {
    margin-top: 5px;
    font-size: 20px;
  }

  .heading.heading-1.slogan {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 30px;
  }

  .grid-mit-4-div {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section-heading.heading-1 {
    font-size: 22px;
  }

  .kleiderdiv.zweitfarbe {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .kleiderdiv.highlights {
    padding: 15px 15px 5px;
  }

  .image-in-quadrat {
    width: 100%;
    height: 25vh;
  }

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

  .heading-footer.heading-3.is-size {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .inhalt-section3 {
    padding: 40px 20px;
  }

  .inhalt-section3.less-spacing, .impdat, .impdat.zweitfarbe, .success {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success_block.highlights {
    padding: 20px;
  }

  .heading-mittig1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

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

  .paragraph.flie-text {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
  }

  .paragraph.flie-text.farbe-der-headings {
    margin-bottom: 5px;
  }

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

  .navbar {
    order: 1;
  }

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

  .divider.zweitfarbe {
    width: 100px;
    margin-bottom: 5px;
  }

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

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

  .bild-100._120vh {
    height: 35vh;
  }

  .image_quadrat {
    width: 100%;
  }

  .navbar1 {
    background-color: var(--black);
  }

  .link-block, .link-block.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo-img {
    width: 170px;
  }

  .maps-gro-2 {
    height: 300px;
  }

  .top_right_flex, .vertical_flex {
    align-items: center;
  }

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

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

  .html-embed-google_maps {
    min-height: 35vh;
  }

  .form_feild {
    font-size: 14px;
  }

  .paragraph-font-2 {
    font-size: 14px;
    line-height: 1.4;
  }

  .terminbutton-2.highlights.heading-3 {
    font-size: 12px;
    line-height: 1.2;
  }

  .terminbutton-2.highlights.social-button {
    font-size: 16px;
    line-height: 1;
  }

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

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

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

  .slider {
    height: 40vh;
  }

  .slider._100vh {
    height: 35vh;
  }

  .left-arrow, .right-arrow {
    width: 45px;
    font-size: 20px;
  }

  .horizontal_link {
    margin-bottom: 3px;
  }

  .impressum-link-1, .datenschutz-link-1 {
    text-align: center;
    line-height: 1.4;
  }

  .topicon {
    width: 2.1rem;
  }

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

  .grid-galerie3-1.zweitfarbe {
    padding: 15px;
  }

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

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

  .link-_kontakt {
    font-size: 12px;
  }

  .button-flex {
    width: 60%;
  }

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

  .icons-size {
    width: 1.8rem;
  }

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

  .heading-links-klein.heading-2.farbe-der-headings {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .text-span {
    font-size: 18px;
    line-height: 1.3;
  }

  .card.zweitfarbe {
    border-radius: 15px;
    padding: 25px;
  }

  .back-button {
    width: 1.3rem;
    top: 4%;
  }

  .bild-100-full._100-2 {
    height: 40vh;
  }

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

  .arrow-left.white-back {
    width: 10px;
  }

  .accordion-tab-button-dark {
    width: 75%;
  }

  .accordion-question-header-3 {
    padding-left: 10px;
    font-size: 1em;
  }

  .accordion-question-header-3.heading-2 {
    font-size: 1em;
  }

  .arrow-right.white-back {
    width: 10px;
  }

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

  .accordion-pane-content-spc {
    padding-top: 0;
  }

  ._3er-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 10px;
  }

  .lightbox-link {
    margin-bottom: 5px;
  }

  .icons_block {
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
  }

  .hero_section {
    height: 40vh;
  }

  .absolute_image {
    height: 100%;
  }

  .div_block_25vw {
    height: 30vh;
    margin-bottom: 5px;
  }

  .list {
    font-size: 14px;
    line-height: 20px;
  }

  .list.flie-text {
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.4;
  }

  .paragraph-font_center {
    font-size: 13px;
  }

  .bold-text-10 {
    font-size: 15px;
  }

  .div-block-167 {
    flex-flow: column;
  }

  .div-block-168 {
    height: 40vh;
  }

  .div-block-173 {
    height: 55vh;
  }

  .wrapper-7 {
    padding-bottom: 0;
  }

  .grid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .video-wrapper {
    height: 28vh;
  }
}

#w-node-d11eff18-da99-1614-094a-7e57a61e78ae-b0a2b6c4 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-ac647b83-cdc4-e970-d710-56048d2a11e4-b0a2b6d6 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_3d740bf9-4450-be14-83b6-6e15f67f8a88-b0a2b705 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-cf8dd56f-4fb6-0841-0102-14b65acd9d21-b0a2b769, #w-node-cf8dd56f-4fb6-0841-0102-14b65acd9d24-b0a2b769, #w-node-cf8dd56f-4fb6-0841-0102-14b65acd9d26-b0a2b769, #w-node-_7f49c3e8-63de-7a4a-cfa1-d692755034f0-b0a2b769, #w-node-_7f49c3e8-63de-7a4a-cfa1-d692755034f4-b0a2b769, #w-node-_7f49c3e8-63de-7a4a-cfa1-d692755034f6-b0a2b769, #w-node-b8b4ea2d-251a-116a-2021-bfcb86dab128-b0a2b769, #w-node-b8b4ea2d-251a-116a-2021-bfcb86dab12e-b0a2b769, #w-node-b8b4ea2d-251a-116a-2021-bfcb86dab130-b0a2b769, #w-node-_6e46abfa-172f-49e6-cf49-22f094e43e96-b0a2b769, #w-node-_6e46abfa-172f-49e6-cf49-22f094e43e99-b0a2b769, #w-node-_6e46abfa-172f-49e6-cf49-22f094e43e9b-b0a2b769, #w-node-_93d40000-a4c8-9af3-bc40-cc1321fa560f-b0a2b769, #w-node-_93d40000-a4c8-9af3-bc40-cc1321fa5615-b0a2b769, #w-node-_93d40000-a4c8-9af3-bc40-cc1321fa5617-b0a2b769, #w-node-f4095cdd-e9a4-ce82-199a-50990ad6626c-b0a2b769, #w-node-f4095cdd-e9a4-ce82-199a-50990ad6626f-b0a2b769, #w-node-f4095cdd-e9a4-ce82-199a-50990ad66271-b0a2b769, #w-node-bd2b4e40-ec56-f833-ea61-75cd8bc6573c-b0a2b769, #w-node-bd2b4e40-ec56-f833-ea61-75cd8bc65742-b0a2b769, #w-node-bd2b4e40-ec56-f833-ea61-75cd8bc65744-b0a2b769, #w-node-c371ecb8-ba59-6f34-84a6-94f33852f545-b0a2b769, #w-node-c371ecb8-ba59-6f34-84a6-94f33852f548-b0a2b769, #w-node-c371ecb8-ba59-6f34-84a6-94f33852f54a-b0a2b769, #w-node-_396ed413-0b46-7ae9-ac5a-679604a82d02-b0a2b769, #w-node-_396ed413-0b46-7ae9-ac5a-679604a82d08-b0a2b769, #w-node-_396ed413-0b46-7ae9-ac5a-679604a82d0a-b0a2b769, #w-node-b75cc83d-2372-6434-8a46-eefc2cc18d4c-b0a2b769, #w-node-b75cc83d-2372-6434-8a46-eefc2cc18d4f-b0a2b769, #w-node-b75cc83d-2372-6434-8a46-eefc2cc18d51-b0a2b769 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_47b48579-3537-fc1f-3e4b-ced3e784b931-b0a2b6b8, #w-node-ea185185-684d-9486-3484-8c56642413ef-3f76530c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d11eff18-da99-1614-094a-7e57a61e78ae-b0a2b6c4, #w-node-ac647b83-cdc4-e970-d710-56048d2a11e4-b0a2b6d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f49c3e8-63de-7a4a-cfa1-d692755034f0-b0a2b769, #w-node-_6e46abfa-172f-49e6-cf49-22f094e43e96-b0a2b769, #w-node-f4095cdd-e9a4-ce82-199a-50990ad6626c-b0a2b769, #w-node-c371ecb8-ba59-6f34-84a6-94f33852f545-b0a2b769, #w-node-b75cc83d-2372-6434-8a46-eefc2cc18d4c-b0a2b769 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Taffy';
  src: url('../fonts/Taffy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acesans Free';
  src: url('../fonts/AceSans-FREE.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}