:root {
  --dull-gold: #c0a25b;
  --white: white;
  --black: black;
}

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

.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-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: Source Serif Pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  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;
  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;
}

.logo.hauptfarbe {
  display: none;
}

.logo.hauptfarbe.hide {
  display: block;
}

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

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

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

.div-block-success.highlights {
  background-image: linear-gradient(45deg, #af883c, #f7f3b9db 43%, #bea161 73%, #bb9c55);
}

.heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}

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

.farbe-der-headings {
  color: #bea161;
  line-height: 1.1;
}

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

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

.highlights {
  background-color: var(--dull-gold);
  background-image: linear-gradient(45deg, #af883c, #f7f3b9db 43%, #bea161 73%, #bb9c55);
}

.heading-1 {
  font-family: Metro Df, sans-serif;
  line-height: 1.3;
}

.heading-2 {
  font-family: Metro Df, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

.heading-3 {
  font-family: Metro Df, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  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.flie-text {
  color: #000;
  margin-top: 10px;
  font-family: Source Serif Pro, sans-serif;
}

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

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

.terminbutton.highlights.heading-3 {
  color: #000;
}

.instagram3 {
  object-fit: contain;
  width: 1.875rem;
}

.social-verlinkung3 {
  width: 1.5rem;
}

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

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

.utility-page-wrap {
  background-color: var(--dull-gold);
  color: #333;
  background-image: linear-gradient(45deg, #af883c, #f7f3b9db 43%, #bea161 73%, #bb9c55);
  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;
}

.impdat {
  padding: 100px 15vw;
}

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

.inhaltstartseite {
  padding: 20px 10px;
}

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

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

.adresse {
  margin-bottom: 0;
}

.adresse.flie-text {
  color: #000;
}

.ffnungszeiten {
  margin-bottom: 0;
}

.video-2 {
  background-image: url('../images/2_1.avif'), linear-gradient(#0000004d, #0000004d);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  height: 100%;
}

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

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: static;
}

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

.label.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.wrap-inhalt {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.paragraph-mittig {
  text-align: center;
  line-height: 1.5;
}

.paragraph-mittig.flie-text {
  font-size: 14px;
  overflow: auto;
}

.abst-nde-logo3, .navbar {
  position: relative;
}

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

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

.men.hauptfarbe {
  z-index: 98;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15vw;
  padding-right: 15vw;
  display: flex;
}

.navlink.flie-text {
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 0;
  font-family: Metro Df, sans-serif;
  font-size: 18px;
}

.navlink.flie-text:hover, .navlink.flie-text.w--current {
  color: var(--dull-gold);
}

.titelvideo-unterseiten1 {
  color: #fff;
  height: 75vh;
  position: relative;
}

.background-video1 {
  background-image: linear-gradient(#0003, #0003);
  height: 100%;
}

.divblock-video1 {
  text-align: center;
  background-color: #00000036;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan3 {
  text-transform: none;
  margin-top: 10px;
  font-size: 55px;
  line-height: 65px;
}

.content-wrap {
  text-align: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.inhalt-mittig {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.inhalt-mittig.hauptfarbe {
  padding-left: 15vw;
  padding-right: 15vw;
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 0;
}

.text-linksb-ndig.flie-text {
  text-align: center;
  margin-top: 10px;
}

.abst-nde-footer3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-31 {
  padding-left: 140px;
  padding-right: 140px;
}

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

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

.footer {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer.hauptfarbe {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer.highlights {
  background-image: linear-gradient(45deg, #af883c, #f7f3b9db 43%, #bea161 73%, #bb9c55);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.inhalt-footer {
  color: #fff;
}

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

.rounded-block.zweitfarbe {
  justify-content: flex-start;
}

.div-block-113 {
  margin-bottom: 5px;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.subheading-mittig {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.form {
  margin-bottom: 0;
}

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

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

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.text-field {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

.text-field::placeholder {
  color: #1d1f2e4d;
}

.titelvideo-start-1 {
  color: #fff;
  background-image: linear-gradient(#00000026, #00000026);
  height: 90vh;
  padding: 0;
  position: relative;
}

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

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

.logo-img {
  object-fit: contain;
  height: 18vh;
  position: static;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grids {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}

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

.pre-loader {
  width: 100%;
  height: 100%;
}

.pre-loader.hauptfarbe {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

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

.inhalt-mittig-landing {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.inhalt-mittig-landing.hauptfarbe {
  padding-left: 15vw;
  padding-right: 15vw;
}

.wrapper-parent {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  flex-flow: column;
  text-decoration: none;
  transition: all .6s;
  display: flex;
}

.wrapper-parent:hover {
  transform: scale(1.1);
}

._30vh {
  flex-flow: column;
  height: 35vh;
  display: flex;
}

.subheading-mittigs-center {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittigs-center.heading-2 {
  z-index: 2;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff9c;
  border-radius: 5px;
  padding: 10px;
  font-family: Metro Df, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.subheading-mittig-centers {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig-centers.heading-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
}

.text-span {
  color: #e6aa2d;
  letter-spacing: 4px;
  text-indent: 3px;
  text-transform: uppercase;
  font-family: Source Serif Pro, sans-serif;
  font-size: 20px;
}

.quick-stack {
  width: 100%;
}

.cell, .cell-mid, .cells {
  justify-content: center;
  align-items: center;
}

.code-embed {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  position: absolute;
  inset: auto 2% auto auto;
}

.frame-offset {
  border: 3px solid #e6aa2d;
  width: 99.9588%;
  height: 100%;
  position: absolute;
  top: -40px;
  bottom: 0%;
  right: -7%;
}

.feature-image-mask {
  width: 100%;
  height: 500px;
  position: relative;
}

.feature-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100.056%;
  position: relative;
}

.terminbuttons {
  text-transform: uppercase;
  transition: all .2s;
}

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

.terminbuttons.heading-font3.highlights {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
}

.section-big-space {
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

.section-big-space.hauptfarbe {
  flex-flow: column;
}

.paragraph-links {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.flex-block-nebeneinander {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.strich {
  background-color: #b38521;
  width: 150px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-left {
  font-size: 35px;
  line-height: 120%;
}

.heading-left.heading-font1 {
  font-family: Metro Df, sans-serif;
  font-size: 25px;
  line-height: 1.5;
}

.div-block-mit-abstand {
  width: 100%;
}

.wrapper-100 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.caption {
  z-index: 30;
  background-color: #000000bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.divider-section {
  background-color: #333;
  height: 5px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.box-card {
  perspective: 1000px;
  color: #fff;
  width: 100%;
  height: 45vh;
  text-decoration: none;
  position: relative;
}

.card--wrapper {
  transform-origin: 100%;
  transform-style: preserve-3d;
  width: 100%;
  position: absolute;
  inset: 0%;
  transform: none;
}

.left-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.right-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-color: #484848;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0)translate(100%);
}

.image-100-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-text {
  z-index: 20;
  background-image: linear-gradient(#00000052, #00000052);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2% 10%;
  display: flex;
  position: relative;
}

.container-4er {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

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

.flex-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

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

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

.box-card-60vh {
  perspective: 1000px;
  color: #fff;
  width: 100%;
  height: 60vh;
  text-decoration: none;
  position: relative;
}

.div-block-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.image-100-absolute-conain {
  z-index: 10;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-100-absolute-conain.pad {
  height: 70%;
}

.image-100-absolute-cover {
  z-index: 10;
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.subheading-mittig-center {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig-center.heading {
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Metro Df, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-big-spaces {
  justify-content: center;
  align-items: center;
  padding: 10vh 15vw;
  display: flex;
}

.section-big-spaces.hauptfarbe {
  flex-flow: column;
  padding-left: 15vw;
  padding-right: 15vw;
}

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

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

.image-100-abs {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 70vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.image-100-rel {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 70vh;
  position: relative;
}

.paragraph {
  z-index: 9999;
  font-family: Pricillia, sans-serif;
  font-size: 60px;
  font-weight: 400;
  position: relative;
}

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

.divblock-farbig {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vh 8vw;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
}

.logo-blovk {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-img {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_157413472_visu.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-klein {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.no-overflow {
  position: relative;
  overflow: hidden;
}

.logo-bild {
  object-fit: contain;
  width: 300px;
}

.baustellenseite {
  min-height: 100vh;
  display: flex;
}

._2er-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.heading-gro {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 55px;
}

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

.link-wei-2:hover {
  color: #a0a0a0;
}

.link-wei-2:active {
  color: #bdbdbd;
}

.lottie {
  filter: invert();
  width: 65%;
  margin-bottom: 60px;
}

.text {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.text.gro {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
}

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

.button {
  color: #333;
  background-image: linear-gradient(56deg, #af883c, #f7f3b9db 43%, #bea161 73%, #bb9c55);
  font-family: Metro Df, sans-serif;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .logo.hauptfarbe {
    display: block;
  }

  .logo.hauptfarbe.hide {
    display: none;
  }

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

  .success {
    height: 80vh;
  }

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

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

  .heading {
    margin-bottom: 10px;
  }

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

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

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

  .impdat {
    padding: 60px;
  }

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

  .video-2 {
    height: 80vh;
  }

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

  .wrap-inhalt {
    width: 100%;
    padding: 0;
  }

  .paragraph-mittig {
    align-self: center;
  }

  .navlinks.hauptfarbe {
    flex-flow: column;
    padding: 0;
  }

  .men.hauptfarbe {
    padding: 0;
  }

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

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

  .men-button.hauptfarbe {
    background-color: var(--dull-gold);
    text-align: center;
    width: 100%;
    padding: 10px;
  }

  .men-button.hauptfarbe.w--open {
    background-color: var(--dull-gold);
  }

  .menu-icon {
    color: #fff;
  }

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    width: 100%;
  }

  .content-wrap {
    margin-bottom: 60px;
  }

  .heading-mitig.heading-2.farbe-der-headings {
    font-size: 33px;
  }

  .inhalt-mittig.hauptfarbe {
    padding: 60px;
  }

  ._3er-grid1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
  }

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

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

  .footer.highlights {
    align-items: stretch;
    padding: 40px;
  }

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

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

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .error-message {
    width: auto;
  }

  .contact-form {
    text-align: left;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text {
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

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

  .logo-img {
    height: 15vh;
  }

  .grid-10 {
    justify-items: center;
  }

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

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

  .grids {
    flex-flow: row;
    justify-content: space-between;
    justify-items: center;
    display: flex;
  }

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

  .image-100-contain.logos {
    width: 45vh;
  }

  .inhalt-mittig-landing.hauptfarbe {
    height: auto;
    padding: 60px;
  }

  .wrapper-parent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .wrapper-parent:hover {
    transform: none;
  }

  ._30vh {
    height: auto;
  }

  .subheading-mittig-centers.heading-2 {
    font-size: 31px;
  }

  .quick-stack {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .code-embed {
    display: block;
  }

  .frame-offset {
    height: 49vh;
    top: -20px;
    left: -20px;
  }

  .feature-image-mask {
    order: -1;
    height: 50vh;
  }

  .feature-image {
    height: 50vh;
  }

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

  .section-big-space {
    padding: 5vh 5vw;
  }

  .section-big-space.hauptfarbe {
    padding: 60px;
  }

  .flex-block-nebeneinander {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-block-mit-abstand {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .container {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .box-card {
    height: auto;
  }

  .card--wrapper {
    position: relative;
  }

  .left-side {
    height: 45vh;
    position: relative;
  }

  .right-side {
    position: relative;
    transform: none;
  }

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

  .container-4er {
    display: flex;
  }

  .feature-image-contain, .feature-image-blur {
    height: 50vh;
  }

  .box-card-60vh {
    height: auto;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .section-big-spaces {
    padding: 5vh 5vw;
  }

  .section-big-spaces.hauptfarbe {
    padding: 60px;
  }

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

  .image-100-abs {
    height: 100%;
  }

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

  .image-100-rel {
    height: 100%;
  }

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

  .code-embeds {
    height: 100%;
  }

  .div {
    height: 50vh;
  }

  .list {
    text-align: left;
  }

  .divblock-farbig {
    padding: 5vh 5vw;
  }

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

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

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

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

  .heading {
    font-size: 27px;
    line-height: 1.3;
  }

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

  .impdat {
    padding: 40px;
  }

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

  .video-2 {
    height: 70vh;
  }

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

  .angebot2 {
    height: auto;
  }

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

  .label.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .wrap-inhalt {
    padding: 0%;
  }

  .navlink.flie-text {
    padding: 10px;
    font-size: 14px;
  }

  .background-video1 {
    height: 70vh;
  }

  .divblock-video1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan3 {
    font-size: 40px;
    line-height: 45px;
  }

  .content-wrap {
    width: 90%;
    margin-bottom: 20px;
  }

  .heading-mitig.heading-2.farbe-der-headings {
    font-size: 23px;
  }

  .inhalt-mittig.hauptfarbe {
    padding: 40px;
  }

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

  .text-linksb-ndig.flie-text {
    white-space: nowrap;
  }

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

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

  .footer.highlights {
    padding-top: 40px;
    padding-bottom: 30px;
  }

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

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

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

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

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

  .contact-form-wrap {
    padding: 40px;
  }

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

  .text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

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

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

  .maos-footer {
    height: 100px;
  }

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

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

  .div-blocks {
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .grids {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-100-contain {
    width: 20vh;
  }

  .inhalt-mittig-landing.hauptfarbe {
    padding: 40px;
  }

  .wrapper-parent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .subheading-mittig-centers.heading-2 {
    font-size: 23px;
  }

  .frame-offset {
    height: 300px;
    top: -15px;
    left: -15px;
  }

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

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

  .section-big-space {
    flex-direction: column;
  }

  .section-big-space.hauptfarbe {
    padding: 40px;
  }

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

  .flex-block-nebeneinander {
    flex-direction: column;
    margin-bottom: 0;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .flex-div {
    margin-top: 5px;
  }

  .feature-image-contain, .feature-image-blur {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .subheading-mittig-center.heading {
    font-size: 16px;
  }

  .section-big-spaces {
    flex-direction: column;
  }

  .section-big-spaces.hauptfarbe {
    padding: 40px;
  }

  .paragraph {
    font-size: 53px;
  }

  .list {
    padding-left: 20px;
  }

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

  .div-block-img {
    min-height: 400px;
  }

  .no-overflow {
    width: 100%;
    height: 100%;
  }

  ._2er-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lottie {
    width: 90%;
  }
}

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

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

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

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

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

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

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

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

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

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

  .impdatfooter {
    text-align: left;
  }

  .telefonnummer1.flie-text, .email.flie-text {
    text-align: center;
  }

  .video-2 {
    background-image: url('../images/2_1.avif'), linear-gradient(#0000, #0000);
    background-position: 50% 101%, 0 0;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .label.heading-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .label.abstand-nach-oben.heading-3 {
    font-size: 15px;
  }

  .wrap-inhalt {
    padding-left: 2%;
    padding-right: 2%;
  }

  .titelvideo-unterseiten1 {
    padding-left: 0;
    padding-right: 0;
  }

  .background-video1 {
    height: 60vh;
  }

  .divblock-video1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-mitig.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .inhalt-mittig {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  ._3er-grid1 {
    margin-bottom: 40px;
  }

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

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

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

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

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

  .rounded-block.zweitfarbe {
    padding: 20px;
  }

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .subheading-mittig.heading-2.farbe-der-headings {
    white-space: normal;
    font-size: 14px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

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

  .bold-text-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .logo-img {
    height: 12vh;
  }

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

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

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

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .textarea {
    line-height: 2.6;
  }

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

  .grids {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-100-contain.logos {
    width: 35vh;
  }

  .inhalt-mittig-landing {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .wrapper-parent {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .quick-stack {
    padding: 0;
  }

  .frame-offset {
    top: -10px;
    left: -10px;
  }

  .section-big-space {
    padding: 40px 20px;
  }

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

  .heading-left.heading-font1 {
    font-size: 20px;
  }

  .container {
    flex-flow: column;
    display: flex;
  }

  .right-side {
    padding: 10px;
  }

  .container-4er {
    flex-flow: column;
    display: flex;
  }

  .subheading-mittig-center.heading {
    font-size: 14px;
    line-height: 30px;
  }

  .section-big-spaces {
    padding: 40px 20px;
  }

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

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

  .paragraph {
    font-size: 51px;
  }

  .div {
    height: 45vh;
  }

  .div-block-img {
    min-height: 300px;
  }

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

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

  .lottie {
    width: 100%;
  }

  .text {
    font-size: 18px;
  }
}

#w-node-cfcd90cb-f405-e108-fd2d-785721d3ba9e-18603fae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-cfcd90cb-f405-e108-fd2d-785721d3ba9e-18603fae {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }

  #w-node-_7e5089fd-973a-495b-232a-86ab096d01cb-a4f9eb2a {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cfcd90cb-f405-e108-fd2d-785721d3ba9e-18603fae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Metro Df';
  src: url('../fonts/METRO-DF.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aatmospheric';
  src: url('../fonts/aAtmospheric.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garda';
  src: url('../fonts/Garda.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyrbo';
  src: url('../fonts/Hyrbo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pricillia';
  src: url('../fonts/Pricillia.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Leandrodaniel Eaoaj';
  src: url('../fonts/LeandroDaniel-EaOaj.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}