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

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

:root {
  --main-color: #0097d1;
  --secondry-color: #fffaec;
  --highlights: #f8ad3e;
  --black: black;
  --white: white;
  --main: #282727;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.logo-img {
  object-fit: contain;
  width: 200px;
  max-width: 200%;
}

.logo {
  justify-content: center;
  align-items: center;
  margin: 10px 2vw;
  text-decoration: none;
  display: flex;
}

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

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

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

.ffnungszeiten {
  margin-bottom: 5px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

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

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

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

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

.adresse {
  margin-bottom: 5px;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

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

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

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

.heading-3 {
  margin-top: 10px;
  font-family: Republiko, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

.nav-men-1 {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-men-1.hauptfarbe {
  background-color: var(--white);
}

.navbar1 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link.flie-text {
  border-bottom: 3px solid #0000;
}

.nav-link.flie-text:hover {
  border-bottom-color: var(--white);
  color: var(--white);
  font-weight: 400;
}

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

.navbar {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 2vw;
  margin-right: 2vw;
  display: flex;
}

.navbar.hauptfarbe {
  z-index: 999;
  background-color: var(--white);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #48caba70;
}

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

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

.div-block-video1 {
  color: #fff;
  background-color: #0000004d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 80px 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.slogan1.heading-1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.3;
}

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

.section-gro-e-abst-nde1.zweitfarbe.padding {
  padding-bottom: 15vh;
}

.heading-klein-mittig.heading-3.farbe-flie-text.spc {
  margin-top: 30px;
}

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

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

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

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

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Republiko, Arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

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

.heading-mittig1.heading-2.farbe-der-headings.sm {
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

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

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

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

.heading-links1 {
  text-transform: uppercase;
}

.heading-links1.heading-1 {
  text-align: left;
  font-weight: 400;
}

.bild-cover1 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 55vh;
}

.bild-cover1.top {
  object-position: 50% 15%;
  height: 45vh;
}

.bild-cover1.top-35 {
  object-position: 50% 20%;
  height: 45vh;
}

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

.text-links1.flie-text {
  color: #fff;
  text-decoration-color: #c4382e;
}

.text-links1.flie-text.dunkel {
  color: #333;
}

.text-links1.flie-text.dunkel.center.white {
  color: #fff;
}

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

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

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

.maps {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.inhalt-mittig-untereinander1.highlights {
  padding: 10vh 10vw;
}

.impdat {
  padding: 100px 40px;
}

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

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

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Republiko, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
}

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

.footer-2 {
  padding: 60px 10vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
  font-family: Helvetica, Arial, sans-serif;
}

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

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

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

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

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

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

.field-label.heading-2 {
  font-family: Helvetica, Arial, sans-serif;
}

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

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

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

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

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

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

.form-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.link {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: block;
}

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

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

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

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

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

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-3 {
  background-color: #000;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

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

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

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

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

.text-field-absolute {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.cards {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55vh;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards:hover {
  border: 1px solid #000;
  transform: scale(1.02);
  box-shadow: 0 11px 11px -1px #0000004d;
}

.logo-partner {
  border: 1px solid var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.logo-partner:hover {
  transform: scale(1.05);
}

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

.image-contain.small {
  height: 80%;
}

.grid-partner {
  width: 65%;
  margin-top: 20px;
}

.social {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: 52% 10px 0% auto;
}

.link-block {
  margin-right: 0;
}

.social-media {
  width: 35px;
}

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

.navbar-background {
  background-color: var(--main-color);
  width: 100%;
  height: 25vh;
}

.data-policy {
  padding: 60px;
}

.heading.heading-2 {
  font-size: 32px;
}

.list1 {
  font-size: 22px;
  list-style-type: decimal;
}

.list-text {
  font-size: 14px;
}

.list-text.flie-text {
  text-align: left;
  margin-top: 10px;
}

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

.list-header.heading-3 {
  font-family: Helvetica, Arial, sans-serif;
}

.list2 {
  font-size: 18px;
  list-style-type: lower-alpha;
}

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

.list4 {
  font-size: 22px;
  list-style-type: decimal;
}

.list5 {
  font-size: 18px;
  list-style-type: decimal;
}

.list6 {
  font-size: 18px;
  list-style-type: disc;
}

.textspan {
  font-weight: 700;
}

.btn {
  border: 1px solid var(--white);
  color: var(--white);
}

.btn.highlights.flie-text.spc {
  margin-top: auto;
}

.button-3 {
  z-index: 100;
  border: 2px solid var(--white);
  color: var(--white);
  position: fixed;
  inset: auto 0% 20% auto;
  transform: translate(48px)rotate(-90deg);
}

.button-3.highlights.flie-text {
  transform: translate(48px)rotate(-90deg);
}

.btn-wrap, .btn_wrap, .div-block-176 {
  margin-top: 10px;
}

.front-face {
  width: 100%;
  height: 100%;
  position: relative;
}

.zitate-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.zitate-grid.is-invert {
  margin-top: 20px;
  margin-bottom: 20px;
}

.quote-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 20px 100px;
  display: flex;
  position: relative;
}

.quote-left {
  opacity: .44;
  object-fit: contain;
  width: 75px;
  height: 75px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.text-zitat.flie-text {
  font-size: 18px;
  text-decoration-color: #c4382e;
}

.kleiner {
  font-size: 14px;
}

.quote-right {
  opacity: .44;
  object-fit: contain;
  width: 75px;
  height: 75px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.preise-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.preise-block.zweitfarbe.highlights {
  background-color: #fffaec;
  margin-bottom: 0;
}

.preise-grid {
  margin-bottom: 40px;
}

.preise-grid.hide {
  margin-bottom: 0;
}

.bold-text-11 {
  color: #000;
}

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

.success-message, .error-message {
  font-family: Helvetica, Arial, sans-serif;
}

.logo-desktop_below {
  display: none;
}

.nav_btn {
  border: 2px solid var(--white);
  text-transform: uppercase;
  background-color: #fff0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
}

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

.nav_btn.heading-3 {
  direction: ltr;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: flex;
}

.nav_btn.heading-3:hover {
  border-color: var(--black);
  color: #333;
  background-color: #f8ad3e;
}

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

.textarea {
  font-family: Helvetica, Arial, sans-serif;
}

.utility-page {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-rel {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  filter: invert() brightness(200%);
  object-fit: contain;
  height: 45vh;
  margin-bottom: 20px;
}

.daten {
  margin-top: 10px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.header-heading {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.card-outer {
  border: 1px solid #000;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-iamge {
  object-fit: cover;
  width: 100%;
  height: 30vh;
}

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

.text-links2.flie-text {
  text-decoration-color: #c4382e;
}

.text-links2.flie-text.dunkel {
  color: #333;
}

.preise-block-inner {
  margin-bottom: 0;
}

.card-2 {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-text {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 50vh;
  padding: 20px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.card-text:hover {
  opacity: 100;
}

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

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

.preise-block-2 {
  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;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.preise-block-2.zweitfarbe {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.preise-block-2.zweitfarbe.highlights {
  background-color: #fffaec;
  margin-bottom: 0;
}

.preise-blocks-2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.preise-blocks-2.blue {
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 20px 20px;
  transition: transform .2s linear;
}

.preise-blocks-2.blue:hover {
  transform: scale(1.05);
}

.code-embed {
  width: 100%;
}

.code-embed-2 {
  width: 100%;
  height: 70vh;
  margin-top: 0;
  margin-bottom: 0;
}

.preise-block-2-er {
  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;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.preise-block-2-er.zweitfarbe {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.preise-block-2-er.zweitfarbe.highlights {
  background-color: #fffaec;
  margin-bottom: 0;
}

.sm-logo {
  object-fit: contain;
  height: 60px;
  margin-bottom: 10px;
  position: static;
}

.code-embed-3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.top {
  margin-top: 40px;
}

.code-embed-4 {
  width: 130vw;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
}

.div-block-177 {
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .titelvideo-start-1 {
    height: 100vh;
  }

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

  .inhalt-footer {
    width: auto;
  }

  ._4ergrid-effekt {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    place-items: stretch center;
  }

  .text-field-absolute {
    z-index: 1;
    background-color: var(--highlights);
    opacity: 0;
    background-image: none;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .cards {
    height: 55vh;
  }

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

  .image-contain {
    width: 50%;
  }

  .navbar-background {
    height: 20vh;
    padding-top: 10px;
  }

  .btn.highlights.flie-text {
    background-color: var(--main);
  }

  .front-face {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .preise-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .preise-block-2.zweitfarbe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .preise-blocks-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .preise-block-2-er {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .preise-block-2-er.zweitfarbe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

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

  .logo {
    margin: 0 0;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1 {
    background-color: var(--highlights);
    padding: 10px 5vw;
    position: absolute;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--highlights);
    order: 1;
    padding: 15px;
  }

  .nav-link.flie-text {
    text-align: center;
    border-bottom-style: none;
    padding: 15px 0;
  }

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

  .nav-link.flie-text.w--current {
    color: var(--main-color);
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 5vw;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .div-block-video1 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px;
    inset: 0%;
  }

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

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

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

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

  .heading-klein-mittig.heading-3.farbe-flie-text.is-left {
    text-align: left;
  }

  ._3ergrid-effekt {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-height: 140vh;
  }

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

  .heading-mittig1.heading-2 {
    text-align: center;
  }

  .heading-mittig1.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 25px;
  }

  .heading-mittig1.heading-2.farbe-der-headings.sm {
    font-size: 16px;
  }

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

  .bild-cover1 {
    height: 50vh;
  }

  .bild-cover1.top {
    object-position: 50% 18%;
    height: 55vh;
  }

  .bild-cover1.top-35 {
    object-position: 50% 35%;
    height: 55vh;
  }

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

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

  .titelvideo-unterseite {
    height: 60vh;
  }

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

  .inhalt-mittig-untereinander1.highlights {
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
  }

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

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

  .success_block.highlights {
    padding: 60px;
  }

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

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

  .footer-2.hauptfarbe {
    padding: 20px;
  }

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

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

  .text-field {
    min-height: auto;
  }

  .field-label.heading-2 {
    width: 100%;
  }

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

  .form-block-3 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .button-wrapper.submit.flie-text.hauptfarbe {
    padding: 10px 25px;
    font-size: 13px;
  }

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

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

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

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

  ._4ergrid-effekt {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-height: 140vh;
    margin-top: 20px;
    display: flex;
  }

  ._4ergrid-effekt.mobile {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cards:hover {
    transform: scale(1.01);
  }

  .logo-partner {
    height: auto;
  }

  .logo-partner:hover {
    transform: scale(1.02);
  }

  .image-contain, .image-contain.small {
    height: auto;
  }

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

  .social {
    top: 65%;
    right: 5px;
  }

  .navbar-background {
    height: 18vh;
  }

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

  .list1, .list2, .list3, .list4, .list5, .list6 {
    padding-left: 30px;
  }

  .btn.highlights.flie-text {
    letter-spacing: .5px;
    font-size: 13px;
  }

  .button-3.highlights.flie-text {
    bottom: 10%;
  }

  .front-face {
    width: 100%;
    height: 100%;
  }

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

  .zitate-grid.is-invert {
    flex-flow: column-reverse;
    height: 100%;
  }

  .quote-block {
    padding-right: 0;
  }

  .quote-block.right {
    padding-left: 0;
    padding-right: 100px;
  }

  .quote-left {
    width: 65px;
    height: 65px;
  }

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

  .quote-right {
    width: 65px;
    height: 65px;
  }

  .preise-block.zweitfarbe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .preise-block.zweitfarbe.highlights {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  .logo-desktop {
    display: none;
  }

  .logo-desktop_below {
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .nav_btn.heading-3 {
    margin-left: 0;
    margin-right: 20px;
    font-size: 12px;
  }

  .utility-page.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    height: 40vh;
  }

  .card-1 {
    width: auto;
  }

  .text-links2.flie-text.dunkel.center {
    text-align: center;
  }

  .card-text {
    opacity: 1;
  }

  .preise-blocks {
    justify-content: flex-start;
    align-items: center;
  }

  .preise-block-2.zweitfarbe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .preise-block-2.zweitfarbe.highlights {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }

  .preise-blocks-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .preise-block-2-er.zweitfarbe {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .preise-block-2-er.zweitfarbe.highlights {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 110px;
  }

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

  .heading-3 {
    font-size: 16px;
  }

  .divblock1 {
    height: auto;
  }

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

  .men-buttton1.hauptfarbe {
    padding: 12px;
  }

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

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

  .titelvideo1 {
    height: 100%;
  }

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

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

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

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

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

  .heading-klein-mittig.heading-3.farbe-flie-text.left {
    text-align: left;
  }

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

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

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

  .heading-mittig1.heading-2 {
    line-height: 35px;
  }

  .heading-mittig1.heading-2.farbe-der-headings {
    font-size: 22px;
    line-height: 1.3;
  }

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

  .bild-cover1.top, .bild-cover1.top-35 {
    height: 50vh;
  }

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

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

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

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

  .inhalt-mittig-untereinander1.highlights, .impdat {
    padding: 40px;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

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

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

  .footer-2.hauptfarbe {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

  .button-wrapper.submit.flie-text.hauptfarbe {
    margin-top: 10px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .text-field-absolute {
    min-height: 40vh;
    padding: 20px;
    display: flex;
    position: static;
    transform: none;
  }

  .cards {
    height: auto;
  }

  .logo-partner {
    width: 100%;
    height: 20vh;
    padding: 15px;
  }

  .grid-partner {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .navbar-background {
    height: 15.5vh;
  }

  .data-policy {
    padding: 40px;
  }

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

  .list1, .list2, .list3 {
    padding-left: 25px;
  }

  .list5 {
    padding-left: 20px;
  }

  .button-3.highlights.flie-text {
    font-size: 13px;
  }

  .front-face {
    position: absolute;
  }

  .zitate-grid.is-invert {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .quote-block {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
  }

  .quote-block.right {
    padding-right: 70px;
  }

  .quote-left {
    width: 55px;
    height: 55px;
  }

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

  .quote-right {
    width: 55px;
    height: 55px;
  }

  .preise-block.zweitfarbe.highlights {
    margin-top: 40px;
  }

  .nav_btn.heading-3 {
    font-size: 11px;
  }

  .lightbox-link-2 {
    margin-bottom: 20px;
    display: block;
  }

  .image {
    height: 35vh;
  }

  .daten {
    font-size: 16px;
  }

  .card-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .preise-block-2.zweitfarbe.highlights, .preise-block-2-er.zweitfarbe.highlights {
    margin-top: 40px;
  }

  .code-embed-4 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
  }
}

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

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

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

  .logo-img {
    width: 100px;
  }

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

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

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

  .nav-men-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .men-buttton1.hauptfarbe {
    padding: 10px;
  }

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

  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .div-block-video1 {
    align-items: center;
    width: auto;
    padding: 10px 15px;
  }

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

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

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

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

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

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

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

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

  .heading-mittig1.heading-2.farbe-der-headings, .heading-links1.heading-1 {
    font-size: 20px;
  }

  .bild-cover1.top, .bild-cover1.top-35 {
    height: 45vh;
  }

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

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

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

  .impdat.is-wrap {
    overflow-wrap: anywhere;
  }

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

  .success_block.highlights {
    padding: 20px;
  }

  .heading-success {
    font-size: 18px;
  }

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

  .inhalt-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .icon1-2 {
    width: 50px;
    height: 50px;
  }

  .field-label.heading-2 {
    margin-top: 5px;
    font-size: 10.5px;
  }

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

  .button-wrapper.submit.flie-text.hauptfarbe {
    margin-top: 10px;
    padding: 9px 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

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

  ._4ergrid-effekt {
    margin-top: 10px;
  }

  ._4ergrid-effekt.mobile {
    display: flex;
  }

  .text-field-absolute {
    padding: 15px;
  }

  .cards {
    height: 50vh;
  }

  .logo-partner {
    height: 12vh;
    padding: 10px;
  }

  .logo-partner:hover {
    transform: scale(1.01);
  }

  .image-contain {
    flex: none;
    width: 80%;
    height: 100%;
  }

  .image-contain.small {
    height: 100%;
  }

  .grid-partner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .social {
    top: 72%;
  }

  .navbar-background {
    height: 13vh;
  }

  .data-policy {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .list1 {
    padding-left: 20px;
  }

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

  .list2, .list3, .list4, .list6 {
    padding-left: 20px;
  }

  .btn.highlights.flie-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.3;
  }

  .button-3.highlights.flie-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    bottom: 7%;
    right: 3%;
  }

  .quote-block {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .quote-block.right {
    padding: 0;
  }

  .quote-left {
    width: 45px;
    height: 45px;
    position: relative;
  }

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

  .quote-right {
    width: 45px;
    height: 45px;
    position: relative;
  }

  .nav_btn.heading-3 {
    display: none;
  }

  .wrp-mobil {
    overflow-wrap: anywhere;
  }

  .image {
    height: 30vh;
  }

  .daten {
    font-size: 14px;
  }

  .text-links2.flie-text {
    margin-bottom: 20px;
  }

  .card-text {
    min-height: 40vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .preise-block-2-er.zweitfarbe {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sm-logo {
    height: 40px;
  }

  .code-embed-4 {
    line-height: 17px;
  }
}

#w-node-_1adb6403-92f5-c2ef-64e1-dc546f4f87a9-16dc306f {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2774cdec-173d-3d68-0ceb-f40a3e1bfb58-16dc306f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-db6aaa20-7fba-f5a5-bfb9-ef1e6394be88-6394be7d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Republiko';
  src: url('../fonts/Republiko.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}