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

:root {
  --gold: #c19946;
  --black: black;
  --white: white;
}

.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-hflex {
  flex-direction: row;
  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;
}

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

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

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

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

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  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;
}

.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: #c19946;
  line-height: 1.1;
}

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

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

.highlights {
  color: #fff;
  background-color: #c19946;
}

.heading-1 {
  font-family: Bitter, serif;
  line-height: 1.3;
}

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

.flie-text {
  overflow-wrap: anywhere;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-3 {
  font-family: Bitter, 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 {
  margin-top: 10px;
  font-family: Raleway, sans-serif;
  transition: all .5s;
}

.terminbutton.highlights.flie-text.mittig {
  text-align: center;
}

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

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

.terminbutton.highlights.heading-3 {
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.terminbutton.highlights.heading-3.w--current {
  margin-bottom: 10px;
}

.terminbutton.highlights.heading-3.white:hover {
  color: #333;
  background-color: #fff;
}

.terminbutton.highlights.heading-3 {
  align-self: center;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  transition: all .5s;
}

.terminbutton.highlights.heading-3.btm-margin {
  margin-bottom: 20px;
}

.terminbutton.hauptfarbe.heading-3 {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.terminbutton.hauptfarbe.heading-3:hover {
  color: #333;
  background-color: #fffcfc;
}

.instagram3 {
  width: 30px;
}

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

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

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

.utility-page-wrap {
  background-color: var(--gold);
  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;
}

.impdat {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 60vh;
  padding: 100px;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

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

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

.adresse {
  margin-bottom: 0;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu.webp');
  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;
}

.inhalt-footer2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.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 {
  text-transform: none;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 25px;
  line-height: 1.3;
}

.label.heading-2.big {
  font-size: 40px;
}

.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-mittig1 {
  text-align: center;
  font-family: Raleway, sans-serif;
  line-height: 1.5;
}

.paragraph-mittig1.flie-text.top {
  margin-top: 40px;
}

.abst-nde-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar {
  position: relative;
}

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

.navlinks.hauptfarbe {
  color: #fff;
}

.men.hauptfarbe {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  display: flex;
}

.navlink.flie-text {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  transition: all .5s;
}

.navlink.flie-text:hover {
  color: #c19946;
  font-size: 14px;
  font-weight: 700;
}

.navlink.flie-text.w--current {
  color: #c19946;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 700;
}

.titelvideo-unterseiten {
  color: #fff;
  width: 100%;
  height: 90vh;
  position: relative;
}

.titelvideo-unterseiten.black-background {
  background-color: #000;
}

.background-video {
  background-image: linear-gradient(#0003, #0003);
  height: 90vh;
}

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

.divblock-video {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.divblock-video._90 {
  height: 90%;
}

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

.slogan3.heading-1 {
  font-size: 50px;
}

.content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrap.bottom {
  width: 95%;
  margin-bottom: 220px;
}

.content-wrap.bottom.space {
  margin-bottom: 40px;
}

.subheadline-deco-line {
  width: 30px;
  height: 1px;
  display: inline-block;
}

.subheadline-deco-line.highlights {
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.heading-mitig1.heading-2.block, .heading-mitig1.heading-1 {
  text-transform: uppercase;
}

.inhalt-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
  overflow: hidden;
}

.inhalt-mittig.zweitfarbe {
  flex-direction: column;
  padding-left: 10vw;
  padding-right: 10vw;
}

.inhalt-mittig.zweitfarbe.hide {
  display: none;
}

.inhalt-mittig.padding.zweitfarbe {
  padding-left: 10vw;
  padding-right: 10vw;
}

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

.heading-mittig-klein1 {
  text-align: center;
}

.heading-mittig-klein1.heading-3 {
  font-weight: 700;
}

.heading-mittig-klein1.heading-3.farbe-der-headings.small {
  font-size: 20px;
}

.heading-mittig-klein1.heading-3.farbe-der-headings.small.white {
  color: #fff;
}

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

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

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

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

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

.inhalt-footer3 {
  color: #fff;
}

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

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

.rounded-block.highlights {
  justify-content: space-between;
  align-items: center;
  min-height: 65vh;
  padding-left: 20px;
  padding-right: 20px;
}

.rounded-block.highlights._100 {
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 72vh;
}

.rounded-block.hauptfarbe {
  justify-content: space-between;
  height: auto;
  min-height: 72vh;
  padding-left: 20px;
  padding-right: 20px;
}

.rounded-block.hauptfarbe._100 {
  justify-content: space-between;
  align-items: center;
  min-height: 72vh;
}

.rounded-block.hauptfarbe._100.top {
  justify-content: flex-start;
  align-items: stretch;
}

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

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

.form1 {
  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;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  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 {
  color: #fff;
  height: 90vh;
  padding: 0;
  position: relative;
}

.block-farbig1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 75vh;
  padding: 20px;
  display: flex;
}

.block-farbig1:hover {
  box-shadow: 0 4px 20px 10px #0003;
}

.block-farbig1.highlights {
  color: #fff;
}

.block-farbig1.highlights.effekt {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 35vh;
  transition: all .5s;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 7px 2px #0000004d;
}

.block-farbig1.highlights.effekt:hover {
  box-shadow: 3px 3px 20px 10px #0000004d;
}

.block-farbig1.highlights.effekt._100 {
  justify-content: space-between;
  min-height: 70vh;
}

.block-farbig1.highlights.effekt {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 35vh;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: 2px 2px 7px 2px #0000004d;
}

.block-farbig1.hauptfarbe {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .5s;
  display: flex;
}

.block-farbig1.hauptfarbe {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  transition: all .5s;
  display: flex;
}

.block-farbig1.hauptfarbe:hover {
  box-shadow: 0 4px 20px 10px #0003;
}

.block-farbig1.hauptfarbe._100 {
  justify-content: space-between;
  width: 100%;
  min-height: 70vh;
}

.block-farbig1.hauptfarbe2 {
  color: #fff;
  background-color: #000;
  width: 100%;
}

.block-farbig1.highlights-2 {
  color: #fff;
  background-color: #c19946;
  width: 100%;
}

.divider {
  width: 20vw;
  height: 4px;
}

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

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

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

.heading-mittig.heading-1.mittig {
  text-align: center;
}

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

.bold-text {
  font-size: 50px;
}

.feature-image-mask {
  justify-content: space-between;
  height: 70vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image-mask.size {
  width: 60vw;
}

.feature-image-mask.position.size {
  display: none;
}

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

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

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

.text-links1.flie-text.just {
  text-align: justify;
}

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

.inhalt-untereinander._50 {
  width: 60%;
}

.logo-img {
  object-fit: contain;
  height: 130px;
}

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

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

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

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

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.image-100.contain {
  object-fit: contain;
  width: 99.9999%;
  transition-property: none;
}

.image-100.contain:hover {
  transform: translate(0);
}

.image-100.contain.rotate {
  transition-property: none;
  transform: rotate(90deg);
}

.image-100.contain.adj {
  width: 60%;
}

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

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

.image-100.contain-fff {
  object-fit: contain;
  background-color: #fff;
}

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

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

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

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

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

.dropdown-block {
  width: 100%;
}

.dropdown-button {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #c19946;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .5s;
}

.dropdown-button:hover {
  color: #333;
  background-color: #fff;
}

.dropdown-button.black {
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-button.black:hover {
  background-color: #fff;
}

.dropdown-content-3 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  position: static;
  overflow: hidden;
}

.dropdown-content-3.w--open {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.side-para {
  text-align: left;
  font-size: 17px;
  line-height: 25px;
}

.side-para.flie-text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.card-div {
  height: 100%;
  min-height: auto;
}

.flex-block {
  justify-content: space-between;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.flie-text {
  margin-left: 5px;
}

.grid-kontakt {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: end;
  margin-top: 20px;
}

.paragraph-font {
  height: 6.5vh;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  border: 1px solid #000;
  transition: all .5s;
}

.submit_button.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.heading-mittig-klein1-white {
  text-align: center;
}

.heading-mittig-klein1-white.heading-3.farbe-der-headings {
  color: #fff;
  font-weight: 700;
}

.heading-mittig-klein1-white.heading-3.farbe-der-headings.small {
  font-size: 20px;
}

.heading-mittig-klein1-white.heading-3.left {
  text-align: left;
}

.list {
  text-align: left;
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  line-height: 1.5;
}

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

.feature-image-size.contain {
  object-fit: contain;
  background-color: #fff;
  height: 20vh;
}

.feature-image-size.contain-copy {
  object-fit: contain;
  background-color: #fff;
  height: 20vh;
  padding-left: 10px;
  padding-right: 10px;
}

.feature-image-size.orange {
  object-fit: contain;
  background-color: #f26522;
  height: 20vh;
}

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

.heading-left.heading-1 {
  z-index: 5;
  text-align: left;
  position: relative;
}

.slider {
  background-color: #fff0;
  border: 1px solid #e3e3e3;
  width: 100%;
  height: 100%;
}

.slide-arrows {
  display: block;
}

.slide-navs {
  background-color: #0000004d;
}

.slide-navs.flex-row {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  font-size: 13px;
  display: flex;
}

.slide-navs.flex-row.bottom {
  margin-top: auto;
  display: block;
  bottom: 0;
}

.link-block {
  width: 50px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
}

.card {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.card._1 {
  background-color: #0000;
  height: 8vh;
}

.quick-stack-1 {
  width: 65%;
  margin-top: 20px;
  padding: 0;
}

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

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

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

.wrap-inhalt3-verticle {
  flex-flow: column;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.paragraph-mittig1-large {
  text-align: center;
  font-family: Raleway, sans-serif;
  line-height: 1.5;
}

.paragraph-mittig1-large.flie-text {
  margin-bottom: 40px;
  font-size: 20px;
}

.proven-expert-embed {
  margin-top: 40px;
}

.fixed-div {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: 50% auto 0% 1%;
}

.video-embed {
  background-color: #000;
  border: 1px #fff;
  width: 80%;
  height: 65vh;
}

.icon-5, .icon-6 {
  color: #333;
}

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

.no-overflow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-7 {
  width: 100%;
  height: auto;
  text-decoration: none;
}

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

.div-auto {
  height: auto;
  min-height: auto;
}

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

.slider-70vh-2 {
  background-color: #ddd0;
  width: 80%;
  height: 70vh;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.slider-70vh-2.margin {
  margin-bottom: 20px;
}

.no-overflow-60 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.no-overflow-60._80 {
  width: 80%;
}

.block-farbig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 45vh;
  padding: 20px;
  display: flex;
}

.block-farbig.highlights {
  color: #fff;
}

.block-farbig.highlights._55vh {
  justify-content: flex-start;
  min-height: 45vh;
}

.block-farbig.highlights._100 {
  min-height: 100%;
}

.block-farbig.hauptfarbe {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  transition: all .5s;
  display: flex;
}

.block-farbig.hauptfarbe:hover {
  box-shadow: 0 4px 20px 10px #0003;
}

.block-farbig.hauptfarbe._55vh {
  justify-content: flex-start;
  min-height: 45vh;
}

.block-farbig.hauptfarbe._100 {
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
}

.block-farbig.hauptfarbe {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: 35vh;
  display: flex;
}

.block-farbig.bg {
  color: #fff;
  background-color: #000;
}

.block-farbig1-2-50 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 40vh;
  padding: 20px;
  display: flex;
}

.block-farbig1-2-50.highlights {
  color: #fff;
}

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

.div {
  min-height: 30vh;
}

.navbar3-eng {
  z-index: 1000;
  position: relative;
}

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

.navlinks3-eng.hauptfarbe {
  color: #fff;
}

.logo-eng {
  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;
}

.divblock-video1-eng {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.footer3-eng.hauptfarbe {
  color: #fff;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.titelvideo-eng {
  color: #fff;
  height: 90vh;
  position: relative;
}

.titelvideo-eng.black-background {
  background-color: #000;
}

.inhalt-mittig3-eng {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
}

.inhalt-mittig3-eng.zweitfarbe {
  flex-direction: column;
}

.flag-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 50px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: absolute;
  inset: 30% 0% auto auto;
}

.icon {
  object-fit: cover;
  width: 5vh;
  height: 5vh;
}

.link-block-8.w--current {
  padding-right: 0;
}

.link-block-9 {
  padding-left: 0;
}

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

.divblock-video1-c1 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preise1-2-1, .preise1-2-c1 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin: 10px 10px 20px;
}

.preise1-2-c4 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 800px;
  margin: 10px 10px 20px;
}

.preise1-2-c11 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin: 10px 10px 20px;
}

.preise1-2-co1 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin: 10px 10px 20px;
}

.preise1-2-co11 {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 70%;
  margin: 10px 10px 20px;
}

.paragraph-63 {
  font-family: Raleway, sans-serif;
}

.elfsight {
  width: 50%;
}

.elfsight.padding {
  margin-top: 20px;
}

.logo-stack {
  width: 100%;
  padding: 0;
}

.logo-stack._2er {
  width: 65%;
}

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

.section2 {
  justify-content: flex-start;
  align-items: center;
  padding: 100px 10vw;
  display: flex;
}

.image-wrapper-2 {
  width: 66%;
  height: 70vh;
  overflow: hidden;
}

.image-wrapper-2.highlights {
  width: 100%;
  height: 100%;
}

.image-100-align {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.card-50 {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 40px 0 0;
  display: flex;
}

.card-50.transparent {
  background-color: #0000;
}

.slider-9 {
  width: 100%;
  height: 80vh;
}

.slider-9.auto {
  height: auto;
}

.quick-stack-3 {
  width: 100%;
  padding: 0;
}

.cell {
  justify-content: center;
}

.link-block-10, .link-block-11 {
  width: 100.006%;
}

.social-icon {
  object-fit: contain;
}

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

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

.list._70.gird {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 16px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.list._70.gird._2nd {
  padding-left: 20px;
}

.div-block-116.up {
  height: 10px;
}

.div-block-116.up.bg {
  background-color: var(--black);
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-116.up.highlights {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-116.down {
  width: 10px;
}

.div-block-116.down.highlights {
  width: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-116.down.bg {
  background-color: var(--black);
  position: absolute;
  inset: 0% auto 0% 0%;
}

.content-block {
  min-height: 180px;
  padding: 20px 20px 0;
  position: relative;
}

.content-block.down {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  bottom: -70px;
}

.content-block.down.hide {
  bottom: -50px;
}

.content-block.up {
  bottom: 50px;
}

.content-block.up-2 {
  bottom: 100px;
}

.content-block.up-3 {
  bottom: 150px;
}

.content-block.up-4 {
  bottom: 200px;
}

.content-block.up-5 {
  bottom: 250px;
}

.image-101 {
  width: 30px;
}

.div-block-118 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.arrow-bone {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-right: -10px;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
}

.arrow-bone.highlights {
  width: 100%;
  height: 60px;
}

.arrow-bone.abst-nde-logo {
  background-color: var(--black);
  color: #fff;
  margin-right: -10px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.arrow-bone.bg {
  z-index: 1;
  background-color: var(--black);
  color: #fff;
  margin-right: -10px;
  padding-top: 10px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.image-102 {
  height: 80px;
  position: relative;
}

.border-box {
  padding: 20px;
}

.border-box.highlights {
  border: 1px solid var(--gold);
  color: #333;
  background-color: #c1994600;
  width: 100%;
  min-height: 178px;
  margin-top: -10px;
}

.border-box.bg {
  border: 1px solid #000;
  min-height: 178px;
  margin-top: -10px;
}

._1st {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 70px;
  display: grid;
}

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

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

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

._2nd {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-11, .text-span, .text-span-2 {
  text-decoration: line-through;
}

.image-103 {
  width: 30px;
}

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

.div-block-120 {
  min-height: 180px;
  padding: 20px 20px 0;
  position: relative;
}

.div-block-120.down {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  bottom: -70px;
}

.div-block-120.down-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  bottom: -30px;
}

.div-block-121.up {
  height: 10px;
}

.div-block-121.up.bg {
  background-color: #000;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-121.up.highlights {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-121.down {
  width: 10px;
}

.div-block-121.down.highlights {
  width: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-121.down.bg {
  background-color: #000;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-104 {
  object-fit: contain;
  height: 20vh;
}

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

.stroke {
  text-decoration: line-through;
}

._50 {
  width: 50%;
}

.text-span-3 {
  text-decoration: line-through;
}

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

.div-block-123 {
  border-top: 20px solid #000;
  border-left: 20px solid #000;
  height: 12vh;
  padding: 20px;
}

.div-block-123.margin {
  width: 100%;
  position: absolute;
  top: -80px;
}

.div-wrapper {
  position: relative;
}

.div-block-124 {
  border-top: 20px solid #c19946;
  border-left: 20px solid #c19946;
  width: 100%;
  height: 12vh;
  padding: 20px;
  position: absolute;
  top: -40px;
}

.div-block-124.margin-1 {
  top: -100px;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #0000001a;
  border-style: solid none none solid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.red-span {
  color: #ca030f;
  font-weight: 600;
}

.table-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.table-text.flie-text {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.table-text.flie-text.sm {
  font-size: 14px;
  font-weight: 400;
}

.small-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #c0c0c091;
  grid-template-rows: auto;
}

.table-div {
  border-right: 1px solid #c0c0c091;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 5px;
  display: flex;
}

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

.table-div.bottom-right {
  border-bottom: 1px solid #c0c0c091;
}

.table-div.highlights {
  color: #fff;
  background-color: #14275d;
}

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

.text-span-4, .text-span-5 {
  font-weight: 700;
  text-decoration: line-through;
}

.link-block-12 {
  width: 100%;
}

.preise1-2-c5 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 800px;
  margin: 10px 10px 20px;
}

.preise1-2-c5._4er {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-wrap-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrap-2.bottom {
  margin-bottom: 180px;
}

.content-wrap-2.bottom._1 {
  margin-bottom: 40px;
}

.lightbox-link-3 {
  display: none;
}

.div-block-117-down {
  padding: 20px 20px 0;
  position: relative;
}

.div-block-117-down.down {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  bottom: -70px;
}

.div-block-117-down.down.hide {
  bottom: -90px;
}

.div-block-117-down.down.hide.up {
  bottom: -40px;
}

.div-block-117-d {
  padding: 20px 20px 0;
  position: relative;
}

.div-block-117-d.down {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  bottom: -70px;
}

.div-block-117-d.down.hide {
  bottom: -95px;
}

.div-block-117-d.down.hide._1 {
  bottom: -85px;
}

.div-block-117-d.down.hide._1.up {
  bottom: -20px;
}

.div-block-117-do {
  padding: 20px 20px 0;
  position: relative;
}

.div-block-117-do.down {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  bottom: -70px;
}

.div-block-117-do.down.hide {
  bottom: -100px;
}

.div-block {
  padding: 20px 20px 0;
  position: relative;
}

.div-block.down {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  bottom: -20px;
}

.div-block.down.hide {
  bottom: -50px;
}

.div-block-1 {
  padding: 20px 20px 0;
  position: relative;
}

.div-block-1.down {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  bottom: -40px;
}

.div-block-1.down.hide {
  bottom: -50px;
}

.preise1-2-c6 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 800px;
  margin: 10px 10px 20px;
}

.preise1-2-c6._4er {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 900px;
}

.preise1-2-c7 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 800px;
  margin: 10px 10px 20px;
}

.preise1-2-c7._4er {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 980px;
}

.text-span-6 {
  text-decoration: line-through;
}

.label-small {
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: block;
  position: static;
}

.label-small.heading-2 {
  margin-bottom: 10px;
  padding-bottom: 0;
  line-height: 1.3;
}

.label-small.heading-2.big {
  font-size: 40px;
}

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

.wrap-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horixontal-wrap {
  display: flex;
}

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

._4-stairs {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin: 10px 10px 20px;
}

._4er-starirs {
  grid-column-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
}

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

.corner {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.corner.down {
  position: relative;
  bottom: -50px;
}

.corner.down.upp {
  bottom: -20px;
}

.corner.up {
  position: relative;
  bottom: 60px;
}

.corner.up1 {
  position: relative;
  bottom: 100px;
}

.corner.padding {
  padding-bottom: 0;
}

.quick-stack-4 {
  padding: 0;
}

.text-links1-just.flie-text {
  text-align: justify;
}

.text-links1-just.flie-text.mid {
  text-align: center;
}

.code-embed-2 {
  width: auto;
}

.div-block-125 {
  width: 10%;
  margin-top: -8px;
}

.image-106 {
  width: 30px;
}

.div-block-126 {
  min-height: 180px;
  padding: 20px 20px 0;
  position: relative;
}

.div-block-126.up {
  bottom: 50px;
}

.div-block-126.up-2 {
  bottom: 100px;
}

.div-block-126.up-3 {
  bottom: 150px;
}

.div-block-127.up {
  height: 10px;
}

.div-block-127.up.bg {
  background-color: #000;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-127.up.highlights {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-127.down {
  width: 10px;
}

.div-block-127.down.highlights {
  width: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-127.down.bg {
  background-color: #000;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.paragraph-64 {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.heading-mittig-klein1-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.slider-8 {
  background-color: #0000;
  width: 55%;
  margin-top: 40px;
  margin-left: 0;
}

.horizontal-div {
  width: 100%;
  font-family: Bitter, serif;
  display: flex;
}

.color-block-4 {
  color: #fff;
  background-color: #8cf600;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: flex;
}

.icon-8 {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 15px;
  display: flex;
}

.star-3 {
  width: 18px;
  margin-right: 5px;
}

.mask-4 {
  width: 100%;
  overflow: visible;
}

.content-block-3 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 39px 60px;
  display: flex;
  position: relative;
}

.absolute-block-3 {
  border-bottom: 1px solid #333;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
  position: static;
  inset: 5% auto auto 3%;
}

.slide-16 {
  width: 100%;
  margin-right: 30px;
}

.vertical-block {
  flex-direction: column;
  display: flex;
}

.border-block-2 {
  background-color: #c19946;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 0 8px 1px #b7b7b7;
}

.heading-89 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.paragraph-links1 {
  padding-left: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

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

._100 {
  height: 100%;
}

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

.link-block-3.flie-text {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.dropdown-list-13 {
  background-color: #fcfcfc;
  border-bottom: 1px solid #db3a41;
}

.dropdown-list-13.w--open {
  background-color: var(--gold);
  border-bottom-style: none;
  border-radius: 0;
  padding: 10px;
  left: 0%;
  box-shadow: 1px 1px 13px #fcfcfcbd;
}

.dropdown-list-13._1st {
  display: none;
  left: auto;
}

.nav-link2 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link2:hover {
  color: gray;
}

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

.nav-link2.flie-text {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.nav-link2.flie-text:hover {
  border-bottom: 2px solid #fcfcfc;
}

.nav-link2.flie-text.w--current {
  background-image: none;
  border-bottom: 1px solid #fff;
}

.nav-link2.flie-text.sub-mneu {
  color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-link2.flie-text.sub-mneu:hover {
  border-bottom-color: #fcfcfc;
}

.nav-link2.flie-text.dd {
  text-align: center;
}

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

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

.link-block-13.flie-text {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.link-block-13.flie-text:hover {
  color: #c19946;
}

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

.text-block-7 {
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.text-block-7:hover {
  color: var(--gold);
}

.image-107 {
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  max-width: none;
  height: 20vh;
  margin-bottom: 10px;
  transition: all .2s;
}

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

.link-block-4 {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: auto;
  text-decoration: none;
  display: block;
  overflow: hidden;
  box-shadow: 1px 1px 8px #00000069;
}

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

.nav-dropdown {
  z-index: 1000;
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding: 0;
}

.navlink-2 {
  color: #fff;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
}

.navlink-2:hover {
  color: #ffef04;
}

.navlink-2.w--current {
  color: #ebe3de;
}

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

.navlink-2.flie-text:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navlink-2.flie-text.w--current {
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.navlink-2.flie-text.abstand-rechts {
  padding-right: 40px;
  font-size: 14px;
}

.navlink-2.flie-text.abstand-rechts:hover {
  color: var(--gold);
}

.nav-text {
  font-weight: 700;
}

.dropdown-list {
  background-color: #dbdada;
  border-top: 1px solid #ffef04;
  padding: 20px;
}

.dropdown-list.w--open {
  background-color: var(--gold);
  border-top-style: none;
  padding: 10px;
}

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

.text-block-8 {
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
}

.text-block-8:hover {
  color: #c19946;
}

.dropdown-list-14 {
  background-color: #fcfcfc;
  border-bottom: 1px solid #db3a41;
}

.dropdown-list-14.w--open {
  background-color: #c19946;
  border-bottom-style: none;
  border-radius: 0;
  padding: 10px;
  left: 0%;
  box-shadow: 1px 1px 13px #fcfcfcbd;
}

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

.dropdown-list-15 {
  background-color: #fcfcfc;
  border-bottom: 1px solid #db3a41;
}

.dropdown-list-15.w--open {
  background-color: #c19946;
  border-bottom-style: none;
  border-radius: 0;
  padding: 10px;
  left: 0%;
  box-shadow: 1px 1px 13px #fcfcfcbd;
}

.lightbox-link-5, .image-108 {
  height: 30vh;
}

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

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

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

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

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

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

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

  .terminbutton.highlights.heading-3 {
    background-color: var(--gold);
    background-color: #c19946;
  }

  .impdat {
    padding: 60px;
  }

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

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

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

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

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

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

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

  .label.abstand-nach-oben.heading-3 {
    margin-top: 10px;
  }

  .wrap-inhalt {
    width: 100%;
  }

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

  .abst-nde-logo {
    padding-top: 0;
  }

  .navlinks.hauptfarbe {
    z-index: 1000;
    background-color: var(--gold);
  }

  .men.hauptfarbe {
    z-index: 1000;
    flex-flow: column;
  }

  .navlink.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.flie-text.w--current {
    font-size: 14px;
  }

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

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

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

  .menu-icon {
    color: #fff;
  }

  .titelvideo-unterseiten {
    height: 85vh;
    padding-left: 0;
    padding-right: 0;
  }

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

  .divblock-video {
    height: 100%;
  }

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

  .slogan3.heading-1.bold-text-10 {
    font-size: 30px;
  }

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

  .content-wrap.bottom, .subheadline-wrap {
    margin-bottom: 20px;
  }

  .heading-mitig1.heading-2, .heading-mitig1.heading-1, .heading-mitig1.heading-2, .heading-mitig1.heading-2, .heading-mitig1.heading-2 {
    margin-top: 10px;
    font-size: 25px;
  }

  .inhalt-mittig {
    padding: 60px;
  }

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

  .heading-mittig-klein1.heading-3 {
    margin-top: 10px;
    font-size: 20px;
  }

  .heading-footer3.heading-3 {
    margin-top: 10px;
    font-size: 16px;
  }

  .footer.hauptfarbe {
    padding: 20px 60px;
    font-size: 12px;
  }

  .preise1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

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

  .rounded-block.hauptfarbe._100 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .error-message {
    width: auto;
  }

  .contact-form {
    text-align: left;
    flex-flow: column;
    display: flex;
  }

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

  .contact-form-wrap.flie-text {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .titelvideo-start {
    height: 75vh;
  }

  .block-farbig1.highlights.effekt {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: static;
    top: 0;
    left: 0;
    overflow: visible;
  }

  .block-farbig1.hauptfarbe {
    margin-bottom: 0;
  }

  .divider.highlights {
    text-align: center;
    align-self: center;
  }

  .heading-mittig.heading-1 {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }

  .bold-text {
    font-size: 35px;
    line-height: 40px;
  }

  .feature-image-mask {
    order: -1;
    justify-content: space-between;
    width: 100%;
    height: 60vh;
    margin-right: 0;
  }

  .feature-image-mask.size {
    width: 100%;
    height: 60vh;
    margin-top: 0;
  }

  .feature-image-mask.position.size {
    display: none;
  }

  .inhalt-nebeneinander1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

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

  .inhalt-untereinander._50 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .logo-img {
    height: 90px;
  }

  .impdat-2.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
  }

  .image-100.contain {
    width: 100%;
  }

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

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

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

  .content {
    text-align: center;
  }

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

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

  .dropdown-button, .dropdown-button.black {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .dropdown-content-3.w--open {
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .grid-kontakt {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .paragraph-font {
    width: 100%;
  }

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

  .heading-mittig-klein1-white.heading-3.farbe-der-headings {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
  }

  .list._70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-size {
    margin-top: 0;
  }

  .heading-left.heading-1 {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }

  .link-block {
    width: 40px;
  }

  .card {
    height: 22vh;
    padding: 20px;
  }

  .quick-stack-1 {
    width: 100%;
  }

  .heading-links.heading-1 {
    text-align: center;
    width: 100%;
    font-size: 25px;
  }

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

  .wrap-inhalt3-verticle {
    flex-flow: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-mittig1-large {
    align-self: center;
  }

  .paragraph-mittig1-large.flie-text {
    margin-bottom: 20px;
  }

  .proven-expert-embed {
    width: 100%;
  }

  .fixed-div {
    z-index: 999;
    height: 100%;
    top: 0%;
  }

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

  .lightbox-link {
    height: auto;
  }

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

  .no-overflow-30vh {
    height: 35vh;
  }

  .slider-70vh-2 {
    width: 100%;
    height: 50vh;
    padding-top: 0;
  }

  .slider-70vh-2.margin {
    width: 100%;
    height: 55vh;
    padding-top: 0;
  }

  .no-overflow-60 {
    width: 80%;
  }

  .block-farbig.highlights, .block-farbig.highlights._55vh {
    min-height: auto;
  }

  .block-farbig.highlights.blck {
    background-color: var(--black);
  }

  .block-farbig.hauptfarbe._55vh {
    min-height: auto;
  }

  .block-farbig.hauptfarbe {
    margin-bottom: 0;
  }

  .block-farbig.bg {
    min-height: auto;
  }

  .block-farbig.bg.brown {
    background-color: var(--gold);
  }

  .block-farbig1-2-50.highlights {
    width: 100%;
    min-height: auto;
  }

  .div {
    min-height: auto;
  }

  .navbar3-eng {
    z-index: 1000;
  }

  .divblock-video1-eng {
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .footer3-eng.hauptfarbe {
    padding: 20px 60px;
  }

  .titelvideo-eng {
    height: 85vh;
    padding-left: 0;
    padding-right: 0;
  }

  .inhalt-mittig3-eng.zweitfarbe {
    padding: 60px;
  }

  .icon {
    height: 4vh;
  }

  .titelvideo-unterseiten1-c1 {
    height: 60vh;
    padding-left: 0;
    padding-right: 0;
  }

  .divblock-video1-c1 {
    height: 100%;
  }

  .preise1-2-1 {
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .preise1-2-c1 {
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .preise1-2-c4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: none;
  }

  .preise1-2-c11, .preise1-2-co1 {
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .preise1-2-co11 {
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .elfsight {
    width: 100%;
  }

  .logo-stack._2er {
    width: 75%;
  }

  .image.align {
    object-position: 50% 20%;
  }

  .image.align.con {
    object-fit: contain;
  }

  .section2 {
    padding: 60px;
  }

  .image-100-align.con {
    object-fit: contain;
    object-position: 50% 20%;
  }

  .card-50 {
    padding-right: 0;
  }

  .slider-9 {
    width: 100%;
    height: 60vh;
    margin-left: auto;
    margin-right: auto;
  }

  .quick-stack {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .kontakt-div {
    width: 100%;
  }

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

  ._1st {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .image-104 {
    height: 18vh;
  }

  ._50 {
    width: 100%;
  }

  .preise1-2-c5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .preise1-2-c5._4er {
    display: none;
  }

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

  .lightbox-link-3 {
    display: flex;
  }

  .preise1-2-c6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .preise1-2-c6._4er {
    display: none;
  }

  .preise1-2-c7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .preise1-2-c7._4er {
    display: none;
  }

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

  .label-small.heading-2.big {
    font-size: 25px;
  }

  .label-small.abstand-nach-oben.heading-3 {
    margin-top: 10px;
  }

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

  ._4-stairs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: none;
  }

  ._4er-starirs {
    display: none;
  }

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

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

  .div-block-125 {
    width: 65%;
  }

  .slider-8 {
    width: 75%;
  }

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

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

  .dropdown-list-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-list-13.w--open {
    position: static;
    overflow: visible;
  }

  .nav-link2.flie-text {
    text-align: center;
  }

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

  .nav-dropdown {
    width: auto;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .navlink-2.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink-2.flie-text.abstand-rechts {
    width: 100%;
  }

  .navlink-2.flie-text.abstand-rechts:hover {
    border-bottom-style: none;
  }

  .dropdown-list.w--open {
    padding: 10px;
    position: static;
    box-shadow: inset 0 2px 5px #ffef04;
  }

  .dropdown-4 {
    text-align: center;
    width: 100%;
  }

  .dropdown-list-15.w--open {
    position: static;
  }

  .lightbox-link-5, .image-108 {
    height: 20vh;
  }
}

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

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

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

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

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

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

  .heading-22 {
    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;
  }

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

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

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

  .angebot2 {
    height: auto;
  }

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

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

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

  .label.abstand-nach-oben.heading-3 {
    margin-top: 10px;
    font-size: 18px;
  }

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

  .titelvideo-unterseiten {
    height: 80vh;
  }

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

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

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

  .slogan3.heading-1.bold-text-10 {
    font-size: 30px;
  }

  .content-wrap.bottom._1 {
    margin-bottom: 20px;
  }

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

  .inhalt-mittig, .inhalt-mittig.zweitfarbe {
    padding: 40px;
  }

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

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

  .footer.hauptfarbe {
    padding: 40px;
  }

  .preise1 {
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .rounded-block.highlights._100 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rounded-block.hauptfarbe._100 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .titelvideo-start {
    height: 80vh;
  }

  .block-farbig1.highlights.effekt {
    width: 100%;
    height: 100%;
    position: static;
  }

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

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

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

  .feature-image-mask.position {
    order: 0;
  }

  .feature-image-mask.position.size {
    height: auto;
    margin-bottom: 10px;
    display: flex;
  }

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

  .inhalt-nebeneinander1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

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

  .image-100.con {
    object-fit: cover;
    background-color: #fffdfc;
  }

  .image-100.up {
    object-fit: cover;
  }

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

  .dropdown-content-3.w--open {
    padding-bottom: 10px;
  }

  .side-para.flie-text {
    margin-bottom: 0;
  }

  .flex-block {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .list._70 {
    width: 100%;
  }

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

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

  .link-block {
    width: 35px;
    margin-right: 0;
  }

  .card {
    height: 20vh;
  }

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

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

  .paragraph-mittig1-large.flie-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .fixed-div {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 0;
    top: 0%;
  }

  .lightbox-link {
    height: 25rem;
  }

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

  .no-overflow-30vh {
    height: 25rem;
  }

  .no-overflow-30vh.small {
    height: 18rem;
  }

  .slider-70vh-2 {
    height: 45vh;
  }

  .slider-70vh-2.margin {
    height: 50vh;
  }

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

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

  .footer3-eng.hauptfarbe {
    padding: 20px 40px;
  }

  .titelvideo-eng {
    height: 75vh;
  }

  .inhalt-mittig3-eng.zweitfarbe {
    padding: 40px;
  }

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

  .titelvideo-unterseiten1-c1 {
    height: 55vh;
  }

  .divblock-video1-c1 {
    padding: 40px;
  }

  .preise1-2-1 {
    width: 100%;
  }

  .preise1-2-c4 {
    grid-template-columns: 1fr;
  }

  .preise1-2-c11, .preise1-2-co1, .logo-stack._2er {
    width: 100%;
  }

  .section2 {
    flex-direction: column;
    padding: 40px;
  }

  .image-wrapper-2.highlights, .card-50, .slider-9 {
    width: 100%;
  }

  .quick-stack {
    width: 80%;
  }

  .right-arrow, .left-arrow {
    font-size: 22px;
  }

  .content-block.down {
    display: block;
    bottom: auto;
  }

  .content-block.down.hide {
    display: none;
  }

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

  .div-block-120.down {
    display: block;
    bottom: auto;
  }

  .div-block-120.down.hide {
    display: none;
  }

  .div-block-120.down-2 {
    display: block;
    bottom: auto;
  }

  .div-block-120.down-2.hide {
    display: none;
  }

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

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

  .grid-9 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .div-block-123.margin, .div-block-124, .div-block-124.margin-1 {
    position: relative;
    top: 0;
  }

  .table-text {
    padding-bottom: 40px;
  }

  .container {
    display: none;
  }

  .preise1-2-c5 {
    grid-template-columns: 1fr;
  }

  .content-wrap-2.bottom._1 {
    margin-bottom: 20px;
  }

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

  .div-block-117-down.down {
    display: block;
    bottom: auto;
  }

  .div-block-117-down.down.hide {
    display: none;
  }

  .div-block-117-d.down {
    display: block;
    bottom: auto;
  }

  .div-block-117-d.down.hide {
    display: none;
  }

  .div-block-117-do.down {
    display: block;
    bottom: auto;
  }

  .div-block-117-do.down.hide {
    display: none;
  }

  .div-block.down {
    display: block;
    bottom: auto;
  }

  .div-block.down.hide {
    display: none;
  }

  .div-block-1.down {
    display: block;
    bottom: auto;
  }

  .div-block-1.down.hide {
    display: none;
  }

  .lightbox-link-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .preise1-2-c6, .preise1-2-c7 {
    grid-template-columns: 1fr;
  }

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

  .label-small.heading-2.big {
    font-size: 22px;
    line-height: 28px;
  }

  .label-small.abstand-nach-oben.heading-3 {
    margin-top: 10px;
    font-size: 18px;
  }

  ._4-stairs {
    grid-template-columns: 1fr;
  }

  .div-block-125 {
    width: 80%;
  }

  .slider-8 {
    width: 85%;
  }

  .link-block-13.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .abst-nde-logo {
    padding-bottom: 0;
  }

  .men-button.hauptfarbe {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .titelvideo-unterseiten {
    height: 85vh;
    padding-left: 0;
    padding-right: 0;
  }

  .divblock-video {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .slogan3.heading-1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .slogan3.heading-1.bold-text-10 {
    font-size: 25px;
  }

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

  .content-wrap.bottom._1 {
    margin-bottom: 20px;
  }

  .subheadline-deco-line.highlights {
    width: 50px;
  }

  .subheadline-wrap {
    width: 100%;
  }

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

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

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

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

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

  .heading-mittig-klein1.heading-3 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-mittig-klein1.heading-3.farbe-der-headings.small, .heading-mittig-klein1.heading-3.small {
    font-size: 18px;
  }

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

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

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

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

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

  .rounded-block.highlights._100 {
    min-width: auto;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rounded-block.hauptfarbe {
    min-width: auto;
    min-height: auto;
  }

  .rounded-block.hauptfarbe._100 {
    min-width: 100%;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .text-field {
    height: 45px;
  }

  .titelvideo-start {
    height: 77vh;
  }

  .block-farbig1.highlights.effekt._100 {
    min-height: auto;
    padding: 10px;
  }

  .block-farbig1.highlights.effekt {
    width: 100%;
    height: 100%;
    position: static;
  }

  .block-farbig1.hauptfarbe._100 {
    min-height: auto;
    padding: 10px;
  }

  .block-farbig1.hauptfarbe2, .block-farbig1.highlights-2 {
    min-height: auto;
  }

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

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

  .heading-block1 {
    width: 100vw;
  }

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

  .feature-image-mask, .feature-image-mask.size {
    height: 35vh;
  }

  .feature-image-mask.position.size {
    height: auto;
  }

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

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

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

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

  .image-100.contain.adj {
    width: 80%;
  }

  .footer-div {
    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 {
    top: 10px;
  }

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

  .side-para.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  .card-div {
    width: 100%;
  }

  .grid-kontakt {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .heading-mittig-klein1-white.heading-3.farbe-der-headings, .heading-mittig-klein1-white.heading-3.farbe-der-headings.small {
    font-size: 18px;
  }

  .feature-image-size.contain {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-block {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    margin-bottom: 5px;
  }

  .quick-stack-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
  }

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

  ._3er-grid {
    margin-bottom: 20px;
  }

  .wrap-inhalt3-verticle {
    padding-left: 0%;
    padding-right: 0%;
  }

  .paragraph-mittig1-large.flie-text {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .fixed-div {
    z-index: 999;
    margin-left: 5px;
  }

  .lightbox-link {
    height: auto;
  }

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

  .no-overflow-30vh {
    height: 20rem;
  }

  .no-overflow-30vh.small {
    height: 13.2rem;
  }

  .slider-70vh-2, .slider-70vh-2.margin {
    height: 35vh;
  }

  .block-farbig.highlights._55vh, .block-farbig.hauptfarbe._55vh {
    padding: 10px;
  }

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

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

  .titelvideo-eng {
    height: 85vh;
    padding-left: 0;
    padding-right: 0;
  }

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

  .inhalt-mittig3-eng.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flag-div {
    flex-flow: column;
    margin-right: 10px;
    top: 5%;
  }

  .titelvideo-unterseiten1-c1 {
    height: 50vh;
    padding-left: 0;
    padding-right: 0;
  }

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

  .preise1-2-c1 {
    width: 100%;
  }

  .preise1-2-c4 {
    margin-top: 0;
  }

  .preise1-2-c11 {
    width: 100%;
  }

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

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

  .image-100-align {
    object-position: 50% 30%;
  }

  .slider-9 {
    width: 100%;
    height: 35vh;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .list._70.gird._2nd {
    font-size: 12px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .div-block-123.margin, .div-block-124 {
    position: relative;
    top: 0;
  }

  .div-block-124.margin-1 {
    top: 0;
  }

  .table-text.flie-text {
    font-size: 12px;
  }

  .preise1-2-c5 {
    margin-top: 0;
  }

  .content-wrap-2 {
    margin-bottom: 10px;
  }

  .content-wrap-2.bottom._1 {
    margin-bottom: 20px;
  }

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

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

  .preise1-2-c6, .preise1-2-c7 {
    margin-top: 0;
  }

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

  .label-small.heading-2.big {
    font-size: 20px;
    line-height: 25px;
  }

  ._4-stairs {
    margin-top: 0;
  }

  .quick-stack-5 {
    padding: 0;
  }

  .div-block-125, .slider-8 {
    width: 100%;
  }

  .content-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list-13.w--open {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-13.flie-text {
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    display: flex;
  }

  .dropdown-2 {
    width: 95%;
  }
}

#w-node-_6bdca97c-392f-d9e9-21eb-b154d0486166-77e26062 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_20c47aaf-3ac7-2957-9abc-4a77043ba47b-77e26062 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_38faccfa-03e9-2fee-7e44-3db8519882fb-77e2611b, #w-node-a47bddbd-63dd-af20-ab11-a9400b8b4ea7-77e2611b, #w-node-_1958f71b-8dfc-2f44-d0c9-1d3a180954e8-77e2611b, #w-node-_2334ed06-d207-1d30-296c-401f12797869-77e2611b, #w-node-d06ef37d-2168-2925-8bb5-0c641fc43755-77e2611b, #w-node-d961c022-05a2-c9a7-7146-3156ae5a5b5b-77e2611b, #w-node-a40cfa23-8805-0669-a103-6d95c9998e30-77e2611b, #w-node-d06ef37d-2168-2925-8bb5-0c641fc4379c-77e2611b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd52beee-57da-f172-bf0a-ef193efd835f-77e2611b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b08908f4-ce0a-885b-4b53-ddd35df19b88-5f5adc5d {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-_38faccfa-03e9-2fee-7e44-3db8519882fb-5f5adc5d, #w-node-_23dcc6ab-5d0b-84f5-8feb-9ede8fca72cb-5f5adc5d, #w-node-_9fe45e8d-bf7f-b498-caac-2729cb8f7d09-5f5adc5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_031b9b1a-a2bd-4f26-7336-ef8ea245c095-5f5adc5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-db58171a-1147-4862-5b4e-29de1ae0cf5b-cea955bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78aac053-6bd7-9ee1-20b5-4576131181d4-f65d5ac5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-_3ca1c96d-9ba3-da29-0827-de294ecdae53-0161fd3b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_34d8d57e-1773-3804-1105-8ec8c634f4b0-0161fd3b, #w-node-_704a88b0-b85d-fcb2-6c70-026161bf3e6d-0161fd3b {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c7f8cb49-fb3c-9220-1bd8-4b7aed930699-0161fd3b {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-a47ee1a8-6ec2-a880-48c2-d42c2679f505-0161fd3b {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_9d84de59-8779-2abb-88c2-79982da113f4-0161fd3b {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_9d84de59-8779-2abb-88c2-79982da113f5-0161fd3b {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_33a0e489-0332-8a37-585f-dcba8db21f60-0161fd3b {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_33a0e489-0332-8a37-585f-dcba8db21f61-0161fd3b {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-caf77cf6-f07e-7653-afb1-2211f6363eb5-0161fd3b {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-caf77cf6-f07e-7653-afb1-2211f6363eb6-0161fd3b {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_980d9471-6524-72df-9cc0-282fe0bbe437-0161fd3b {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_11873449-6226-1d99-26d6-81eb97645557-1e507e1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8b8-1e507e1e, #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8b9-1e507e1e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8ce-1e507e1e {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8cf-1e507e1e {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8dc-1e507e1e {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8dd-1e507e1e {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8f6-1e507e1e {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8f7-1e507e1e {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a90c-1e507e1e {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a90d-1e507e1e {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-eeba09f3-1045-fcbb-7680-7465da588948-1e507e1e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-_155b1d88-bacb-f27a-c399-8e8decdd4b95-91c36025 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_78bd9747-df3d-e10d-c4f7-c12f074d0c2d-91c36025 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ecf1f6-9018-c56c-868b-b015b293c947-91c36025 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ce14d2f3-ba1f-e172-b93c-46ac6b57c343-8991fc56, #w-node-d66dad6c-ff42-6487-513e-fb0ca2056da9-8991fc56, #w-node-_86938e6e-4be6-e59c-5c61-8ee038f206b5-8991fc56, #w-node-_86938e6e-4be6-e59c-5c61-8ee038f206d9-8991fc56, #w-node-d8332da4-09f0-19d1-508a-aad55a089c6b-8991fc56, #w-node-_38faccfa-03e9-2fee-7e44-3db8519882fb-8991fc56, #w-node-_88b56d9e-bdbf-04f5-c021-ec48edcafadf-8991fc56, #w-node-_2e678268-ef26-fbcd-f1d2-f84f45e6b76f-8991fc56, #w-node-d6860e49-265b-e713-0582-fc67f5e08cc9-8991fc56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_591e7a05-5687-9d46-cbfc-1979020daf60-8991fc56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7ceeeb26-0c97-3656-d286-694dd76a28ff-36f53e17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-_38faccfa-03e9-2fee-7e44-3db8519882fb-36f53e17, #w-node-f5070e84-9f44-82f8-aa98-dbe433040e89-36f53e17, #w-node-d6860e49-265b-e713-0582-fc67f5e08cc9-36f53e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79e125f6-6c09-25ba-48b3-fa77d0efd02b-36f53e17 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20199b72-9ced-819f-40bd-003f590b980d-bb409a7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49cc3911-8eb4-e5ba-d20e-83c668e4d800-6ee96e87 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-da825c0d-8094-e6bd-2ff8-0208632c6ee3-6ee96e87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e57bb09-dbde-473a-5792-7557cefe8a83-7e138967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b02909b-7e138967, #w-node-_6bdfe184-9696-2542-84e0-8fb25b02909c-7e138967 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b0290b3-7e138967 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b0290b4-7e138967 {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b0290bf-7e138967 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b0290c0-7e138967 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b0290d9-7e138967 {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b0290da-7e138967 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b0290ef-7e138967 {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_6bdfe184-9696-2542-84e0-8fb25b0290f0-7e138967 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_496383d9-497b-29e8-e7a3-3cdf373c0700-7e138967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-_5a3a40f5-f584-7931-0825-63290a31e37b-fbd40e1c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c0ee-fbd40e1c, #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c0ef-fbd40e1c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c104-fbd40e1c {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c105-fbd40e1c {
  grid-area: 1 / 1 / 3 / 5;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c112-fbd40e1c {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c113-fbd40e1c {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c12f-fbd40e1c {
  grid-area: 4 / 4 / 5 / 6;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c130-fbd40e1c {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c145-fbd40e1c {
  grid-area: 5 / 5 / 6 / 6;
}

#w-node-_83f6c139-9d11-2e97-05cf-1100bd64c146-fbd40e1c {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_606c8fb2-5105-5a12-cf44-c3f99f8071c8-fbd40e1c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-c9b09422-0ed1-b10b-4828-1afa0f5503bf-57f90ab2, #w-node-_0bda7a1e-7636-50b2-c35e-480ad24905e2-cda5ad8e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

#w-node-_8d1b50d3-0af6-47e3-d679-951fd6926e9c-ca9224a5, #w-node-_9a951912-2e81-f5a8-3386-8acfd91e03ac-549c570f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6bdca97c-392f-d9e9-21eb-b154d0486166-77e26062 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_20c47aaf-3ac7-2957-9abc-4a77043ba47b-77e26062 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_86b9c362-1090-92ee-510e-fd89621ea0a9-621ea09d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd3dcd27-afef-5317-7af2-4184b25ae415-77e2611b, #w-node-d06ef37d-2168-2925-8bb5-0c641fc437b7-77e2611b {
    justify-self: center;
  }

  #w-node-b08908f4-ce0a-885b-4b53-ddd35df19b88-5f5adc5d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b08908f4-ce0a-885b-4b53-ddd35df19b90-5f5adc5d {
    order: -9999;
  }

  #w-node-_9e6dcc90-58bb-98bb-1a0e-a226f163ba80-5f5adc5d, #w-node-_7c1e6fd7-033f-bbc5-4662-308c9ca23cfc-cea955bd {
    justify-self: center;
  }

  #w-node-_78aac053-6bd7-9ee1-20b5-4576131181d4-f65d5ac5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78aac053-6bd7-9ee1-20b5-4576131181dd-f65d5ac5 {
    order: -9999;
  }

  #w-node-_3ca1c96d-9ba3-da29-0827-de294ecdae53-0161fd3b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3ca1c96d-9ba3-da29-0827-de294ecdae8e-0161fd3b {
    order: -9999;
  }

  #w-node-_34d8d57e-1773-3804-1105-8ec8c634f4b0-0161fd3b {
    grid-column: span 1 / span 1;
  }

  #w-node-_704a88b0-b85d-fcb2-6c70-026161bf3e6d-0161fd3b {
    grid-column: span 2 / span 2;
  }

  #w-node-a47ee1a8-6ec2-a880-48c2-d42c2679f505-0161fd3b, #w-node-_9d84de59-8779-2abb-88c2-79982da113f5-0161fd3b {
    grid-column-end: 3;
  }

  #w-node-_980d9471-6524-72df-9cc0-282fe0bbe437-0161fd3b, #w-node-_11873449-6226-1d99-26d6-81eb97645557-1e507e1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_77212638-ec07-bb00-449a-2d10c5d09a23-1e507e1e {
    justify-self: center;
  }

  #w-node-_11873449-6226-1d99-26d6-81eb97645592-1e507e1e {
    order: -9999;
  }

  #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8b8-1e507e1e {
    grid-column: span 1 / span 1;
  }

  #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8b9-1e507e1e {
    grid-column: span 2 / span 2;
  }

  #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8cf-1e507e1e, #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8dd-1e507e1e {
    grid-column-end: 3;
  }

  #w-node-eeba09f3-1045-fcbb-7680-7465da588948-1e507e1e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eeba09f3-1045-fcbb-7680-7465da588952-1e507e1e {
    justify-self: center;
  }

  #w-node-eeba09f3-1045-fcbb-7680-7465da588989-1e507e1e {
    order: -9999;
  }

  #w-node-_155b1d88-bacb-f27a-c399-8e8decdd4b95-91c36025 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_30ecf1f6-9018-c56c-868b-b015b293c947-91c36025 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a5b124a7-c076-65ab-162a-b76b9e25e449-9e25e43d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-fd3dcd27-afef-5317-7af2-4184b25ae415-8991fc56, #w-node-d8332da4-09f0-19d1-508a-aad55a089c34-8991fc56, #w-node-_5b151238-b756-bcce-4e1d-4f0dac90aba6-8991fc56, #w-node-d8332da4-09f0-19d1-508a-aad55a089c4e-8991fc56, #w-node-fb2698d1-9fe3-f50e-c2d0-cf0476122321-8991fc56, #w-node-_7ba677a2-3262-7675-6f2a-90b41ab601f2-8991fc56, #w-node-cf4a99b4-eed9-3491-acd1-7bbcca0a9167-8991fc56, #w-node-_74cfc42d-b89a-f7d9-8ab7-287988a4f0fb-8991fc56 {
    justify-self: center;
  }

  #w-node-_7ceeeb26-0c97-3656-d286-694dd76a28ff-36f53e17 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7ceeeb26-0c97-3656-d286-694dd76a2901-36f53e17 {
    order: -9999;
  }

  #w-node-_426a0516-8898-fb46-2f7f-656ad786f149-bb409a7c {
    justify-self: center;
  }

  #w-node-_49cc3911-8eb4-e5ba-d20e-83c668e4d800-6ee96e87 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_49cc3911-8eb4-e5ba-d20e-83c668e4d810-6ee96e87 {
    order: -9999;
  }

  #w-node-_6e57bb09-dbde-473a-5792-7557cefe8a83-7e138967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b14ff5b7-d9a9-04ef-ca9e-57667dd6fdeb-7e138967, #w-node-b14ff5b7-d9a9-04ef-ca9e-57667dd6fdee-7e138967 {
    justify-self: center;
  }

  #w-node-_6e57bb09-dbde-473a-5792-7557cefe8ac0-7e138967 {
    order: -9999;
  }

  #w-node-_6bdfe184-9696-2542-84e0-8fb25b02909b-7e138967 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6bdfe184-9696-2542-84e0-8fb25b02909c-7e138967 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6bdfe184-9696-2542-84e0-8fb25b0290b4-7e138967, #w-node-_6bdfe184-9696-2542-84e0-8fb25b0290c0-7e138967 {
    grid-column-end: 3;
  }

  #w-node-_496383d9-497b-29e8-e7a3-3cdf373c0700-7e138967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_496383d9-497b-29e8-e7a3-3cdf373c0709-7e138967 {
    justify-self: center;
  }

  #w-node-_496383d9-497b-29e8-e7a3-3cdf373c070e-7e138967 {
    order: -9999;
  }

  #w-node-_5a3a40f5-f584-7931-0825-63290a31e37b-fbd40e1c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cde6ecdc-751a-3928-c0bd-c0eeab65e698-fbd40e1c {
    justify-self: center;
  }

  #w-node-_5a3a40f5-f584-7931-0825-63290a31e3b6-fbd40e1c {
    order: -9999;
  }

  #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c0ee-fbd40e1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c0ef-fbd40e1c {
    grid-column: span 2 / span 2;
  }

  #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c105-fbd40e1c, #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c113-fbd40e1c {
    grid-column-end: 3;
  }

  #w-node-_606c8fb2-5105-5a12-cf44-c3f99f8071c8-fbd40e1c, #w-node-c9b09422-0ed1-b10b-4828-1afa0f5503bf-57f90ab2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8431cacf-e4f6-bfca-6349-071becf1759d-57f90ab2 {
    justify-self: center;
  }

  #w-node-c9b09422-0ed1-b10b-4828-1afa0f5503fa-57f90ab2 {
    order: -9999;
  }

  #w-node-_0bda7a1e-7636-50b2-c35e-480ad24905e2-cda5ad8e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ad986ff3-ef58-b0ba-800f-5f4b5e2315f4-cda5ad8e {
    justify-self: center;
  }

  #w-node-_0bda7a1e-7636-50b2-c35e-480ad2490601-cda5ad8e {
    order: -9999;
  }

  #w-node-_87eaf56f-7140-22c4-9abd-f6ddd7c98325-896f5482, #w-node-_87eaf56f-7140-22c4-9abd-f6ddd7c98325-dc02e36a, #w-node-_7c1e6fd7-033f-bbc5-4662-308c9ca23cfc-e60bab14, #w-node-_4eef5a76-dea4-0385-4e12-8f4f7286ab12-234b042f, #w-node-_7c1e6fd7-033f-bbc5-4662-308c9ca23cfc-ca9224a5, #w-node-_4eef5a76-dea4-0385-4e12-8f4f7286ab12-549c570f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }

  #w-node-fd52beee-57da-f172-bf0a-ef193efd835f-77e2611b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db58171a-1147-4862-5b4e-29de1ae0cf5d-cea955bd, #w-node-db58171a-1147-4862-5b4e-29de1ae0cf64-cea955bd, #w-node-db58171a-1147-4862-5b4e-29de1ae0cf6b-cea955bd, #w-node-db58171a-1147-4862-5b4e-29de1ae0cf72-cea955bd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-adec85aa-d887-5a3a-3b33-d646f2fc0b46-f65d5ac5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-adec85aa-d887-5a3a-3b33-d646f2fc0b4d-f65d5ac5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-adec85aa-d887-5a3a-3b33-d646f2fc0b53-f65d5ac5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_704a88b0-b85d-fcb2-6c70-026161bf3e6d-0161fd3b {
    grid-column: span 1 / span 1;
  }

  #w-node-a47ee1a8-6ec2-a880-48c2-d42c2679f505-0161fd3b, #w-node-_9d84de59-8779-2abb-88c2-79982da113f5-0161fd3b, #w-node-_33a0e489-0332-8a37-585f-dcba8db21f61-0161fd3b {
    grid-column-end: 2;
  }

  #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8b9-1e507e1e {
    grid-column: span 1 / span 1;
  }

  #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8cf-1e507e1e, #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8dd-1e507e1e, #w-node-_059619c9-3b7c-3ebb-bcc3-8aadd190a8f7-1e507e1e {
    grid-column-end: 2;
  }

  #w-node-fb1452c4-6e01-7a5c-7659-80539efd4248-9efd4246, #w-node-fb1452c4-6e01-7a5c-7659-80539efd4250-9efd4246 {
    justify-self: center;
  }

  #w-node-_591e7a05-5687-9d46-cbfc-1979020daf60-8991fc56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_576e28ad-5207-b28d-8b74-b43e7dc9b158-bb409a7c, #w-node-_0082c19b-731e-7036-82dc-6101d1522adc-bb409a7c, #w-node-_19e1bba5-81a2-a9af-8406-cfa7ccbc8d24-bb409a7c, #w-node-_557e4638-96fc-fce6-1cdc-fe4c82230d02-bb409a7c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8d8ae864-f0df-4d25-369b-5015554670d0-6ee96e87 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8d8ae864-f0df-4d25-369b-5015554670d7-6ee96e87 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8d8ae864-f0df-4d25-369b-5015554670dd-6ee96e87 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6bdfe184-9696-2542-84e0-8fb25b02909c-7e138967 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6bdfe184-9696-2542-84e0-8fb25b0290b4-7e138967, #w-node-_6bdfe184-9696-2542-84e0-8fb25b0290c0-7e138967, #w-node-_6bdfe184-9696-2542-84e0-8fb25b0290da-7e138967 {
    grid-column-end: 2;
  }

  #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c0ef-fbd40e1c {
    grid-column: span 1 / span 1;
  }

  #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c105-fbd40e1c, #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c113-fbd40e1c, #w-node-_83f6c139-9d11-2e97-05cf-1100bd64c130-fbd40e1c {
    grid-column-end: 2;
  }

  #w-node-_2e783232-b304-850c-38af-bc50afb66682-57f90ab2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2e783232-b304-850c-38af-bc50afb6668b-57f90ab2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2e783232-b304-850c-38af-bc50afb66693-57f90ab2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dae30645-114c-082b-273c-060701ff0f4e-cda5ad8e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-dae30645-114c-082b-273c-060701ff0f55-cda5ad8e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dae30645-114c-082b-273c-060701ff0f5b-cda5ad8e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fd749941-c522-dd32-166f-266b785030ff-896f5482 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fd749941-c522-dd32-166f-266b78503108-896f5482 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fd749941-c522-dd32-166f-266b78503110-896f5482 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_14a13bb9-b0f2-da62-b222-f94bd2c6c2a6-dc02e36a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_14a13bb9-b0f2-da62-b222-f94bd2c6c2ae-dc02e36a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_14a13bb9-b0f2-da62-b222-f94bd2c6c2b6-dc02e36a, #w-node-_1af2e39d-83fc-09ca-cc3c-40f7265e73f5-ca9224a5, #w-node-_8d1b50d3-0af6-47e3-d679-951fd6926e9e-ca9224a5, #w-node-_8d1b50d3-0af6-47e3-d679-951fd6926ea5-ca9224a5, #w-node-_8d1b50d3-0af6-47e3-d679-951fd6926eac-ca9224a5, #w-node-_8d1b50d3-0af6-47e3-d679-951fd6926eb3-ca9224a5, #w-node-_9a951912-2e81-f5a8-3386-8acfd91e03a6-549c570f, #w-node-_9a951912-2e81-f5a8-3386-8acfd91e03ae-549c570f, #w-node-_9a951912-2e81-f5a8-3386-8acfd91e03b6-549c570f, #w-node-_9a951912-2e81-f5a8-3386-8acfd91e03be-549c570f, #w-node-_9a951912-2e81-f5a8-3386-8acfd91e03c6-549c570f {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_20c47aaf-3ac7-2957-9abc-4a77043ba47b-77e26062 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  #w-node-_86b9c362-1090-92ee-510e-fd89621ea0a9-621ea09d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_980d9471-6524-72df-9cc0-282fe0bbe437-0161fd3b, #w-node-_30ecf1f6-9018-c56c-868b-b015b293c947-91c36025 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb1452c4-6e01-7a5c-7659-80539efd4248-9efd4246, #w-node-fb1452c4-6e01-7a5c-7659-80539efd4250-9efd4246 {
    justify-self: center;
  }

  #w-node-a5b124a7-c076-65ab-162a-b76b9e25e449-9e25e43d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_606c8fb2-5105-5a12-cf44-c3f99f8071c8-fbd40e1c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@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;
}
/* ===== CLiP-Ergänzungen (Review 2026-08) ===================================
   Scoped additions only. No existing rule is modified. */

/* Social-Rail: von 3 auf 7 Icons erweitert -> Höhe darf nicht mehr fix 50%/100%
   sein, sonst läuft die Spalte auf kurzen/mobilen Viewports über. */
.fixed-div {
  height: auto;
  max-height: 96vh;
  overflow-y: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.fixed-div svg.social-icon {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .fixed-div {
    height: auto;
    max-height: 92vh;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .fixed-div .link-block {
    width: 36px;
    margin-bottom: 6px;
  }
}

/* News & Updates: horizontal durchklickbare Karten-Reihe (Startseite) */
.news-rail-wrap {
  position: relative;
  width: 100%;
}

.news-rail {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
}

.news-card {
  flex: 0 0 min(360px, 85%);
  scroll-snap-align: start;
}

.news-rail::-webkit-scrollbar {
  height: 6px;
}

.news-rail-nav {
  background-color: #c19946;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 40%;
  z-index: 5;
}

.news-rail-nav[hidden] {
  display: none;
}

.news-rail-nav.prev {
  left: -8px;
}

.news-rail-nav.next {
  right: -8px;
}

.news-rail-nav svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* CLiP-Unterseite: Bild-Hero (spiegelt .w-background-video > video) */
.clip-hero-media > .clip-hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -100;
}

/* CLiP-Fakten-Block */
.clip-facts {
  margin: 0;
  padding: 0;
  display: grid;
  grid-row-gap: 18px;
}

.clip-fact {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.clip-fact svg {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  fill: none;
  stroke: #c19946;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.clip-fact-body {
  margin: 0;
}

.clip-logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 32px;
}

.clip-logo-row img {
  max-width: 220px;
  height: auto;
}

/* CLiP-Ablaufschritte */
.clip-step-num {
  color: #c19946;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

/* CLiP-Team-Portraits */
.clip-portrait {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* News & Updates row (Startseite / Homepage) */
.news-updates-row {
  align-items: center;
  gap: 35px;
  margin-bottom: 40px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.news-updates-media {
  flex: 0 0 30%;
  max-width: 30%;
  overflow: hidden;
}

.news-updates-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  display: block;
}

.news-updates-body {
  text-align: center;
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .news-updates-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 20px;
  }

  .news-updates-media {
    flex: 0 0 auto;
    max-width: 100%;
  }
}
