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

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

@font-face {
  font-family: Philosopher;
  src: url('../fonts/Philosopher-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

:root {
  --dark-slate-grey: #3f3f3f;
  --plum: #ddb9f6;
  --dark-orchid: #8f4fa3;
  --orchid: #af84bc;
  --firebrick: #c03031;
  --pale-violet-red: #d64f77;
  --indian-red: #e74f50;
  --light-coral: #ea6f71;
  --crimson: #d94344;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

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

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

p {
  margin-bottom: 10px;
}

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

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

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

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

.logo-img {
  object-fit: contain;
}

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

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

.telefonnummer {
  margin-bottom: 5px;
}

.telefonnummer.white {
  color: #fff;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(to right, black, var(--dark-slate-grey));
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

.email.white {
  color: #fff;
}

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

.highlights {
  color: #fff;
  background-image: linear-gradient(to right, #8f4fa3, #af84bc);
}

.adresse {
  margin-bottom: 5px;
}

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

.heading-1 {
  font-family: ZCOOL XiaoWei, sans-serif;
  line-height: 1.2;
}

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

.heading-3 {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.flie-text {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.farbe-der-headings {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #8f4fa3, #af84bc);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.2;
}

.terminbutton {
  text-transform: uppercase;
}

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

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

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

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

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

.navbar-1 {
  width: 100%;
}

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

.titelvideo-startseite-1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

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

.div-block-video {
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Philosopher, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.slogan1.heading-1 {
  text-shadow: 1px 1px 6px #000;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.3;
}

.slogan1.heading-2.sub-heading {
  text-transform: none;
  text-shadow: 1px 1px 6px #000;
  margin-top: 0;
  font-size: 30px;
  line-height: 40px;
}

.section-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13vh 10vw;
  display: flex;
}

.section-2.zweitfarbe {
  background-color: #f7f7f7;
}

.heading-mittig1 {
  text-align: center;
  text-transform: uppercase;
  font-family: Philosopher, sans-serif;
}

.heading-mittig1.heading-1 {
  margin-bottom: 20px;
  line-height: 1.5;
}

.heading-mittig1.heading-1.btm {
  margin-bottom: 10px;
}

.heading-mittig1.heading-2.sub-head {
  text-transform: none;
  margin-top: 0;
  font-size: 25px;
}

.heading-mittig1.heading-2.sub-head.farbe-der-headings {
  margin-bottom: 20px;
}

.text-mittig-1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.text-mittig-1.flie-text {
  color: #000;
  font-size: 16px;
}

.text-mittig-1.flie-text.white {
  color: #fff;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Philosopher, sans-serif;
}

.termin-button.heading-3.highlights {
  transition: all .2s;
}

.termin-button.heading-3.highlights:hover {
  transform: scale(1.1);
}

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

.inhalt-untereinander1.mittig {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.no-overflow {
  width: 100%;
  height: 65vh;
  position: relative;
  overflow: hidden;
}

.no-overflow.height {
  object-fit: cover;
  height: 100%;
}

.no-overflow._2 {
  height: auto;
}

.paragraph-links {
  text-align: justify;
  letter-spacing: .5px;
  font-size: 15px;
}

.paragraph-links.flie-text.mittig {
  margin-right: 0;
}

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

.paragraph-links.flie-text._1 {
  margin-right: 0;
}

.paragraph-links.flie-text.nospace {
  margin-bottom: 0;
}

.paragraph-links.flie-text {
  text-align: left;
  margin-right: 40px;
  line-height: 1.5;
}

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

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

.feature-image.rechts.left.linkss {
  object-position: 20% 50%;
}

.feature-image.links {
  object-position: 0% 50%;
}

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

.feature-image.contain.small {
  width: auto;
  height: 30vh;
}

.feature-image.contain.large {
  width: auto;
  height: 50vh;
}

.feature-image._95vh {
  height: 95vh;
}

.heading-links1 {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Philosopher, sans-serif;
  font-size: 25px;
  line-height: 120%;
}

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

.heading-links1.heading-2.farbe-der-headings {
  text-transform: none;
}

.heading-links1.heading-1 {
  line-height: 1.3;
}

.heading-links1.heading-1.farbe-der-headings {
  background-image: linear-gradient(to right, #8f4fa3, #af84bc);
  line-height: 1.3;
}

._2er-grid1 {
  grid-template-rows: auto;
  place-items: center stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

._2er-grid1._1-col {
  grid-template-columns: 1fr;
  align-items: start;
}

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

._5er-grid1.fest {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.inhalt-mittig-untereinander1 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280.328px;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 1px 1px 7px #00000061;
}

.inhalt-mittig-untereinander1:hover {
  transform: translate(0, -5px);
}

.heading-mittig-klein1 {
  text-transform: uppercase;
  font-family: Philosopher, sans-serif;
}

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

.rand-versetzt {
  z-index: 0;
  border: 3px solid #000;
  width: 99.9588%;
  height: 100%;
  position: absolute;
  inset: 40px 0% 0% -40px;
}

.rand-versetzt.rechts {
  left: 40px;
}

.rand-versetzt.kleiner {
  width: 100%;
}

.bild-cover-section1 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(#fff, #0000), url('../images/62440087b0c50b64c4b34b3c_aa.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 45vh;
  padding: 5vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.preisliste-spalte {
  width: 100%;
}

.grid-div-rechts {
  text-align: right;
}

.preislisten-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 59px;
  box-shadow: 0 0 5px 1px #cdcdcd;
}

.preislisten-grid._2-spalten {
  grid-column-gap: 5vw;
  grid-template-columns: 1fr 1fr;
}

.preislisten-grid._2-spalten.white {
  background-color: #fff;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 0 14px #0003;
}

.preislisten-grid._2-spalten.white.margin {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.preislisten-grid._2-spalten.white.margin._80 {
  width: 70%;
}

.text-rechts1 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.heading-4 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.angebot-grid-2 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  align-items: start;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

.angebot-grid-2._1er {
  grid-template-columns: 1fr;
}

.angebot-grid-2._2 {
  grid-template-columns: 1fr .5fr;
}

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

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
}

.div-block-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.impdat {
  margin-top: auto;
  margin-bottom: auto;
  padding: 100px 5vw;
}

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

.div-block-41 {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.div-block-41.highlights {
  border-style: none;
  width: 55vw;
  height: 55vh;
}

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

.footer-1.hauptfarbe {
  padding-bottom: 40px;
  padding-left: 15%;
  padding-right: 10%;
}

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

.inhalt-footer {
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  display: block;
}

.nav-link-4 {
  color: #fff;
  font-weight: 700;
}

.nav-link-4.flie-text {
  color: var(--dark-orchid);
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-4.flie-text:hover {
  font-size: 15px;
  font-weight: 900;
}

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

.nav-menu-2 {
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink_content {
  overflow: hidden;
}

.navlink_content.over-flow {
  overflow: visible;
}

.div-block-111 {
  background-image: linear-gradient(to right, var(--dark-orchid), var(--orchid));
  width: 100%;
  height: 2px;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 100px;
  display: flex;
}

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

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

.image-realtive.links {
  object-position: 0% 50%;
}

.image-realtive.links.weiter {
  object-fit: cover;
  object-position: 25% 50%;
}

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

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

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

.image-mask {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  position: relative;
}

.html-embed-2 {
  opacity: .6;
  text-align: center;
  letter-spacing: 20px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 40px;
  font-size: 100px;
  line-height: 300px;
  position: absolute;
  inset: 0%;
}

.html-embed-2.heading-1 {
  font-family: Philosopher, sans-serif;
}

.divider {
  border-bottom: 4px dotted var(--dark-slate-grey);
  width: 45%;
  margin-bottom: 15px;
}

.paragraph-55 {
  color: #858585;
  background-color: #fff;
  margin-bottom: -10px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.text-field-3 {
  background-color: #fff;
  padding-top: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.text-field-3:hover {
  background-color: #fff;
}

.text-field-3:focus {
  border: 2px solid var(--firebrick);
}

.form-text-3 {
  color: #969696;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.submit-button-formular {
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Philosopher, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

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

.heading-form {
  font-family: Philosopher, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.heading-form.heading-1.farbe-der-headings {
  line-height: 1.3;
}

.form-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-field-2 {
  text-align: left;
  font-size: 16px;
}

.checkbox {
  width: 15px;
  height: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

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

.maos-footer {
  justify-content: center;
  display: flex;
}

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

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

.grid-social-media {
  grid-template-rows: auto;
  grid-template-columns: 35px 35px 35px;
}

.sm-link {
  width: 35px;
  height: 35px;
}

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

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

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

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

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

.textarea {
  line-height: 1.8;
  box-shadow: 1px 1px 2px #7e7e7e;
}

.textarea.text-field-3 {
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

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

.inhalt-footer-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 100px;
  margin-right: 10px;
  padding-left: 0;
  display: block;
}

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

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

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: 167px;
  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;
}

.dropdown-list-13 {
  background-color: #f7f7f7;
  padding: 11px;
  box-shadow: 1px 1px 8px #00000073;
}

.dropdown-list-13.w--open {
  padding-left: 0;
  padding-right: 0;
}

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

.text-span {
  font-family: Lobster, sans-serif;
  font-size: 20px;
}

.div-block-footer1-2 {
  border-bottom: 1px solid #fff6;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.link-block-2 {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
}

.image-63 {
  object-fit: contain;
  background-image: linear-gradient(#fffcfc66, #fffcfc66);
  height: 25vh;
  padding: 12px;
}

.heading-footer-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Philosopher, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer-2 {
  padding: 60px 140px;
}

.footer-2.highlights {
  padding: 20px 100px;
}

.text2 {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

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

.text2.flie-text.links {
  text-align: left;
}

.inhalt-footer-2 {
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.div-block-167 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

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

.image-64 {
  filter: invert();
  object-fit: contain;
  width: 30px;
}

.link-block-3 {
  background-image: linear-gradient(to right, var(--dark-orchid), var(--orchid));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  transition: all .2s;
  display: flex;
}

.link-block-3:hover {
  transform: scale(1.1);
}

.div-block-168 {
  margin-top: 20%;
  position: fixed;
  inset: 0% 1% 0% auto;
}

.dropdown-list-14 {
  position: relative;
}

.dropdown-list-14.w--open {
  background-color: #0000;
}

.text-span-2 {
  font-family: Lobster, sans-serif;
  font-size: 20px;
}

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

.dropdown-list-15 {
  top: 0;
  left: 78%;
}

.dropdown-list-15.w--open {
  left: 100%;
}

.divider-2 {
  border-bottom: 4px dotted #3f3f3f;
  width: 60%;
  margin-bottom: 15px;
}

.faq-single-block {
  border-radius: 10px;
  transition: all .2s ease-in;
  overflow: hidden;
  box-shadow: 1px 1px 4px #6d6d6d;
}

.faq-dropdown {
  width: 100%;
}

.faq-dropdown-button {
  border: 1px #dfdfdf;
  width: 100%;
  padding-left: 40px;
}

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

.faq-dropdown-content {
  background-color: #fff;
  position: static;
}

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

.link-8 {
  color: var(--orchid);
}

.background-video {
  width: 80%;
  height: 50vh;
}

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

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

._4er-grid.top {
  margin-top: 60px;
}

.horizontal-div {
  align-items: center;
  padding: 30px 10px 30px 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 5px 1px #cdcdcd;
}

.horizontal-div:hover {
  transform: translate(0, -8px);
}

.icon {
  object-fit: contain;
  width: 28px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.div-block {
  width: 32%;
  margin-top: 16px;
}

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

._2er-grid-adj {
  grid-template-rows: auto;
  width: 66%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.container {
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  display: flex;
}

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

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

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

.slider {
  width: 100%;
  height: 65vh;
}

.icon-2 {
  object-fit: cover;
}

.text-rechts {
  text-align: right;
  font-size: 15px;
}

.hover-hidden-block {
  z-index: 6;
  background-color: #af84bc80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.mobile {
  display: none;
}

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

.background-video-2 {
  z-index: 5;
  width: 60%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow {
  text-shadow: 1px 1px 6px #000;
  font-size: 28px;
}

.slide-nav {
  display: none;
}

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

.html-embed-4 {
  width: 100%;
}

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

.no-overflow-copy {
  width: 100%;
  height: 95vh;
  position: relative;
  overflow: hidden;
}

.no-overflow-copy.height {
  object-fit: cover;
  height: 100%;
}

.no-overflow-copy._60vh {
  height: 65vh;
}

.no-overflow-copy.ver {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

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

.lila {
  color: var(--dark-orchid);
}

.divider-3 {
  border-bottom: 4px dotted #3f3f3f;
  width: 45%;
  margin-bottom: 15px;
}

.text-mittig-1-size {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.text-mittig-1-size.flie-text {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}

.preislisten-angebote {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 59px;
  box-shadow: 0 0 5px 1px #cdcdcd;
}

.preislisten-angebote._2-spalten {
  grid-column-gap: 5vw;
  grid-template-columns: 1fr 1fr;
}

.preislisten-angebote._2-spalten.white {
  background-color: #fff;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 0 14px #0003;
}

.preislisten-angebote._2-spalten.white.margin {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  width: 50%;
  padding: 20px;
}

.preislisten-angebote._2-spalten.white.margin._80 {
  width: 70%;
}

.list-6 {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.list-6.width {
  width: auto;
  max-width: 60%;
}

.slider-4 {
  height: auto;
}

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

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

  .logo.w--current {
    width: 186px;
    padding: 10px 0 0;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-link-1.flie-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-men-1.hauptfarbe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .men-button1.hauptfarbe.w--open {
    background-color: #000;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .div-block-video {
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan1 {
    font-size: 40px;
  }

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

  .slogan1.heading-2.sub-heading {
    text-align: center;
    font-size: 27px;
    line-height: 37px;
  }

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

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

  .heading-mittig1.heading-1.btm {
    font-size: 26px;
    line-height: 33px;
  }

  .heading-mittig1.heading-1.success-heading {
    font-size: 26px;
    line-height: 1.4;
  }

  .text-mittig-1.flie-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .termin-button.heading-3.highlights {
    background-color: var(--plum);
    background-color: #ddb9f6;
  }

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

  .no-overflow {
    height: 60vh;
  }

  .no-overflow._2 {
    height: 75vh;
  }

  .paragraph-links.flie-text {
    text-align: center;
    margin-right: 0;
  }

  .paragraph-links.flie-text.list {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .paragraph-links.flie-text.list.weg {
    padding-left: 0;
    padding-right: 20px;
  }

  .paragraph-links.flie-text.list-copy {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    display: flex;
  }

  .paragraph-links.flie-text.list-copy.weg {
    padding-left: 0;
    padding-right: 20px;
  }

  .paragraph-links.flie-text {
    margin-right: 0;
  }

  .feature-image {
    height: 100%;
  }

  .feature-image.rechts {
    object-position: 90% 50%;
  }

  .feature-image.links._1 {
    object-fit: contain;
    object-position: 50% 50%;
  }

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

  .feature-image._95vh {
    height: 100%;
  }

  .heading-links1.heading-2.farbe-der-headings {
    text-align: center;
  }

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-links1.heading-1.farbe-der-headings {
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  ._2er-grid1 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  ._2er-grid1.switch {
    flex-direction: column-reverse;
  }

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

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

  .rand-versetzt {
    height: 400px;
    top: -20px;
    left: -20px;
  }

  .rand-versetzt.rechts {
    height: 100%;
    top: 20px;
    left: 20px;
  }

  .rand-versetzt.kleiner {
    height: 60vh;
  }

  .bild-cover-section1 {
    height: 38vh;
    padding: 0 0;
  }

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

  .preislisten-grid._2-spalten {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .preislisten-grid._2-spalten.white {
    padding: 40px;
  }

  .preislisten-grid._2-spalten.white.margin {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .preislisten-grid._2-spalten.white.margin._80 {
    width: 100%;
  }

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

  .angebot-grid-2 {
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .angebot-grid-2._1er {
    padding-right: 10px;
  }

  ._2-spalten1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2-spalten1.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .heading-linksb-ndig1.heading-2 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .div-block-wei.flie-text {
    align-items: center;
    padding: 60px;
  }

  .maps1 {
    height: 50vh;
  }

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

  .success {
    padding: 60px 5vw;
  }

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

  .div-block-41.highlights {
    width: 67vw;
    height: 50vh;
  }

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

  .heading-footer.heading-3 {
    height: auto;
    margin-top: 10px;
    font-size: 18px;
  }

  .heading-footer.heading-3.top_margin {
    margin-top: 20px;
  }

  .inhalt-footer {
    height: auto;
    margin-left: 0;
    padding-top: 0;
  }

  .nav-link-4 {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link-4.flie-text {
    color: #fff;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
  }

  .nav-link-4.flie-text.w--current {
    color: #fff;
    font-size: 15px;
  }

  .nav-menu-2 {
    z-index: 1000;
    background-color: var(--orchid);
  }

  .men-icon2 {
    color: #fff;
  }

  .men-button2.hauptfarbe {
    background-color: var(--dark-orchid);
    background-image: none;
  }

  .men-button2.hauptfarbe.w--open {
    background-image: none;
  }

  .navlink_content {
    color: #fff;
  }

  .div-block-111 {
    display: none;
  }

  .navbar-2 {
    padding: 0 60px;
  }

  .image-mask {
    height: 60vh;
  }

  .html-embed-2.heading-1 {
    font-size: 80px;
    line-height: 236px;
  }

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

  .link {
    flex-direction: column;
    display: flex;
  }

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

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

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

  .inhalt-footer-copy {
    height: auto;
    margin-left: 0;
    padding-top: 0;
  }

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

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

  .dropdown-list-13 {
    width: 100%;
  }

  .dropdown-list-13.w--open {
    background-color: var(--dark-orchid);
    position: relative;
  }

  .div-block-footer1-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-63 {
    width: 200px;
    height: auto;
  }

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

  .footer-2.highlights {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .text2.flie-text.links.kleiner {
    font-size: 12px;
    line-height: 20px;
  }

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

  .inhalt-footer-2.flie-text {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-168 {
    z-index: 1000;
    margin-top: 25%;
  }

  .dropdown-list-15 {
    width: 100%;
  }

  .dropdown-list-15.w--open {
    background-color: #7a418b;
    position: relative;
    left: auto;
  }

  .faq-dropdown-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .faq-dropdown-button.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  ._4er-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    display: flex;
  }

  .horizontal-div {
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }

  .icon {
    margin-right: 0;
  }

  .div-block {
    width: 90%;
  }

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

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

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

  .container {
    max-width: 100%;
  }

  .left-align-div {
    align-items: center;
  }

  .dropdown {
    width: 100%;
    display: block;
  }

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

  .dropdown-2 {
    width: 100%;
  }

  .dropdown-3, .dropdown-4, .dropdown-5, .dropdown-6, .dropdown-7, .dropdown-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .list-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    list-style-type: disc;
    display: flex;
  }

  .list-3.weg {
    padding-left: 0;
    padding-right: 20px;
  }

  .list-4 {
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
  }

  .slider-3 {
    height: 60vh;
  }

  .no-overflow-copy {
    order: -1;
    width: auto;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
  }

  .arrows {
    text-shadow: 0 1px 5px #00000057;
  }

  .text-mittig-1-size.flie-text {
    font-size: 15px;
    line-height: 1.5;
  }

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

  .preislisten-angebote._2-spalten {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .preislisten-angebote._2-spalten.white {
    padding: 40px;
  }

  .preislisten-angebote._2-spalten.white.margin {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 65%;
    display: flex;
  }

  .preislisten-angebote._2-spalten.white.margin._80 {
    width: 100%;
  }

  .list-6.width {
    max-width: 70%;
  }

  .slider-4 {
    height: 80vh;
  }

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

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

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

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

  .logo {
    width: 160px;
    padding: 0;
  }

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

  .divblock1 {
    height: auto;
  }

  .titelvideo-startseite-1 {
    height: 400px;
  }

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

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .slogan1.heading-2.sub-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .section-2, .section-2.zweitfarbe {
    padding: 40px;
  }

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

  .heading-mittig1.heading-1.btm, .heading-mittig1.heading-1.success-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .text-mittig-1 {
    padding-bottom: 40px;
  }

  .text-mittig-1.flie-text {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }

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

  .no-overflow {
    height: 350px;
    margin-right: 0;
  }

  .no-overflow._2 {
    height: auto;
  }

  .no-overflow.auto-width {
    width: auto;
  }

  .paragraph-links.flie-text {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .paragraph-links.flie-text.list {
    white-space: normal;
    margin-bottom: 5px;
  }

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

  .paragraph-links.flie-text.list-copy {
    white-space: normal;
    margin-bottom: 5px;
  }

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

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

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

  .feature-image.rechts {
    height: 100%;
  }

  .feature-image.links {
    height: 350px;
  }

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

  .feature-image.contain.small {
    height: 25vh;
  }

  .feature-image.contain.large {
    height: 40vh;
  }

  .feature-image._95vh {
    height: 80vh;
  }

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

  ._2er-grid1 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2er-grid1._1-col {
    width: 100%;
  }

  ._5er-grid1 {
    flex-direction: column;
    width: 90%;
    display: flex;
  }

  ._5er-grid1.fest {
    align-items: center;
  }

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

  .rand-versetzt {
    height: 300px;
  }

  .rand-versetzt.kleiner {
    height: 100%;
    margin-top: 0;
  }

  .bild-cover-section1 {
    justify-content: center;
    height: 350px;
  }

  .unterseite-titelvideo {
    height: 350px;
  }

  .grid-div-rechts {
    flex: none;
    width: 100px;
  }

  .preislisten-grid._2-spalten {
    padding: 10px;
  }

  .preislisten-grid._2-spalten.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .preislisten-grid._2-spalten.white.margin {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .preislisten-grid._2-spalten.white.margin._80 {
    width: 80%;
  }

  .text-rechts1 {
    margin-bottom: 5px;
  }

  .angebot-grid-2 {
    justify-content: space-between;
    display: flex;
  }

  .angebot-grid-2._1er {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    display: flex;
  }

  .angebot-grid-2._1er.left {
    align-items: flex-start;
  }

  .div-block-wei.flie-text {
    padding: 40px;
  }

  .maps1 {
    height: 350px;
  }

  .impdat {
    flex-direction: column;
    justify-content: space-around;
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
  }

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

  .div-block-41.highlights {
    width: 82vw;
    height: 40vh;
  }

  .footer-1.hauptfarbe {
    display: flex;
  }

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

  .nav-link-4.flie-text {
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .html-embed-2.heading-1 {
    height: 100px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 60px;
    line-height: 100px;
  }

  .paragraph-55.abstrechts {
    margin-right: auto;
  }

  .form {
    align-items: center;
  }

  .form-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .maos-footer {
    justify-content: flex-start;
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .link {
    flex-direction: column;
    display: flex;
  }

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

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

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

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

  .text2 {
    padding-bottom: 40px;
  }

  .text2.flie-text.links {
    padding-bottom: 0;
  }

  .image-64 {
    width: 25px;
  }

  .link-block-3 {
    width: 40px;
    height: 40px;
  }

  .div-block-168 {
    inset: auto 10px 0% auto;
  }

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

  .faq-dropdown-button {
    padding-left: 20px;
  }

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

  .background-video {
    width: 100%;
  }

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

  .horizontal-div {
    flex-direction: column;
    padding: 20px;
  }

  .icon {
    margin-right: 0;
  }

  .left-align-div {
    align-items: center;
  }

  .slider {
    height: 350px;
  }

  .text-rechts {
    margin-bottom: 5px;
  }

  .dropdown-3 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-4, .dropdown-5, .dropdown-6, .dropdown-8 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .list-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

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

  .slider-3 {
    height: 50vh;
  }

  .no-overflow-copy {
    height: 70vh;
  }

  .arrows {
    font-size: 28px;
  }

  .text-mittig-1-size {
    padding-bottom: 40px;
  }

  .text-mittig-1-size.flie-text {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .preislisten-angebote._2-spalten {
    padding: 10px;
  }

  .preislisten-angebote._2-spalten.white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .preislisten-angebote._2-spalten.white.margin {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
    width: 85%;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .preislisten-angebote._2-spalten.white.margin._80 {
    width: 80%;
  }

  .list-6.width {
    max-width: 80%;
  }

  .div-block-169 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: flex;
  }
}

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

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

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

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

  .logo {
    width: 150px;
  }

  .logo.w--current {
    width: 171px;
    padding-top: 0;
  }

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

  .flie-text.sm-font {
    font-size: 10px;
    line-height: 16px;
  }

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

  .titelvideo-startseite-1 {
    height: 350px;
  }

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

  .slogan1 {
    font-size: 25px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 29px;
  }

  .slogan1.heading-2.sub-heading {
    font-size: 16px;
    line-height: 22px;
  }

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

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

  .heading-mittig1.heading-1 {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-mittig1.heading-1.btm {
    font-size: 18px;
    line-height: 23px;
  }

  .heading-mittig1.heading-1.success-heading {
    font-size: 19px;
    line-height: 26px;
  }

  .heading-mittig1.heading-2.sub-head.farbe-der-headings {
    font-size: 22px;
  }

  .text-mittig-1.flie-text {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .termin-button.heading-3.highlights {
    text-align: center;
  }

  .inhalt-untereinander1 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .no-overflow {
    height: 320px;
  }

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

  .paragraph-links.flie-text.list.weg, .paragraph-links.flie-text.list-copy.weg {
    padding-left: 0;
  }

  .feature-image.rechts {
    object-position: 50% 50%;
    height: 100%;
  }

  .feature-image.rechts.left {
    object-position: 24% 50%;
  }

  .feature-image.links {
    height: 100%;
  }

  .feature-image.contain.small, .feature-image.contain.large {
    width: 100%;
    height: 100%;
  }

  .feature-image._95vh {
    height: 65vh;
  }

  .heading-links1.heading-1 {
    font-size: 16px;
    line-height: 21px;
  }

  .heading-links1.heading-1.farbe-der-headings {
    font-size: 18px;
    line-height: 23px;
  }

  ._5er-grid1 {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .heading-mittig-klein1.heading-3.center {
    font-size: 14px;
    line-height: 24px;
  }

  .rand-versetzt {
    top: -10px;
    left: -10px;
  }

  .rand-versetzt.rechts {
    top: 10px;
    left: 10px;
  }

  .rand-versetzt.kleiner {
    margin-left: 0;
  }

  .bild-cover-section1 {
    height: 320px;
  }

  .unterseite-titelvideo {
    height: 300px;
  }

  .grid-div-rechts {
    text-align: left;
    width: auto;
  }

  .preislisten-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preislisten-grid._2-spalten.white {
    flex-direction: column;
    padding: 20px 10px;
    display: flex;
  }

  .preislisten-grid._2-spalten.white.margin {
    padding: 10px 5px;
  }

  .preislisten-grid._2-spalten.white.margin._80 {
    width: 100%;
  }

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

  .angebot-grid-2 {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    padding-right: 10px;
  }

  .angebot-grid-2._1er {
    margin-bottom: 0;
  }

  .angebot-grid-2._1er.left {
    align-items: center;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-wei.flie-text {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .maps1 {
    height: 320px;
  }

  .impdat {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .success {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-41.highlights {
    width: 85vw;
    padding: 20px;
  }

  .inhalt-footer {
    width: auto;
  }

  .nav-link-4.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .men-icon2 {
    text-align: center;
  }

  .men-button2.hauptfarbe {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-2 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-navbar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-realtive.left80 {
    object-position: 80% 50%;
  }

  .image-realtive.left40 {
    object-position: 40% 50%;
  }

  .image-mask {
    width: 95%;
    height: 45vh;
  }

  .html-embed-2.heading-1 {
    font-size: 45px;
    line-height: 100px;
  }

  .heading-form.heading-1.farbe-der-headings {
    font-size: 23px;
    line-height: 30px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

  .inhalt-footer-copy {
    width: 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;
  }

  .dropdown-list-13.w--open {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .text-span {
    line-height: 25px;
  }

  .div-block-footer1-2 {
    grid-row-gap: 25px;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-footer-2.heading-3 {
    margin-bottom: 5px;
  }

  .footer-2.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .image-64 {
    width: 22px;
  }

  .div-block-168 {
    margin-top: 50%;
  }

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

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

  .background-video, ._4er-grid {
    width: 100%;
  }

  .horizontal-div {
    padding: 10px;
  }

  .icon {
    margin-right: 0;
  }

  .div-block {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .slider {
    height: 320px;
  }

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

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

  .mobile {
    display: inline;
  }

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

  .left-arrow {
    z-index: 1;
    width: 50px;
    font-size: 24px;
  }

  .slider-3 {
    height: 40vh;
  }

  .no-overflow-copy {
    height: auto;
  }

  .arrows {
    text-shadow: 0 1px 5px #00000094;
    width: 50px;
    font-size: 24px;
  }

  .text-mittig-1-size.flie-text {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 14px;
  }

  .preislisten-angebote {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preislisten-angebote._2-spalten.white {
    flex-direction: column;
    padding: 20px 10px;
    display: flex;
  }

  .preislisten-angebote._2-spalten.white.margin {
    width: 100%;
    padding: 10px 5px;
  }

  .preislisten-angebote._2-spalten.white.margin._80 {
    width: 100%;
  }

  .list-6.width {
    max-width: 100%;
  }

  .slider-4 {
    height: 65vh;
  }

  .slide {
    height: auto;
  }

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

#w-node-_2c6c05ad-ffa6-6c7f-6ecc-b062be2316c9-28598df0 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b3d54f99-2462-7dd4-b840-a4e160bef127-28598df0 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_25d34d6d-acaf-a64a-7e88-90f4c3550f2d-28598df0 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_0ec702a4-2090-d668-bdec-859041aaee99-e5d8f11e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15521678-b3ec-0653-6894-0db79c595ee4-f9fb51f8 {
  align-self: start;
}

#w-node-_0e6ace72-5363-a70d-b8be-82534fbb672e-246e04f8, #w-node-_0e6ace72-5363-a70d-b8be-82534fbb6732-246e04f8, #w-node-_0e6ace72-5363-a70d-b8be-82534fbb6736-246e04f8, #w-node-_0e6ace72-5363-a70d-b8be-82534fbb673a-246e04f8, #w-node-_0e6ace72-5363-a70d-b8be-82534fbb673e-246e04f8, #w-node-_0e6ace72-5363-a70d-b8be-82534fbb6742-246e04f8, #w-node-_0e7ad341-33b4-df40-4c2f-ae189792b65a-246e04f8, #w-node-edc83aed-89bb-569b-717c-c4c182f46fe4-246e04f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626b0074-f6fd-0f19-53d9-1a49f474bf31-6fb928a1, #w-node-_16f3d7d9-3115-0f1d-4a00-2ff1d91f67f7-d56e723a, #w-node-a0d5351a-b215-34e5-e5b1-ec9ea9b3d279-d56e723a, #w-node-_4eb3bba7-a6c9-2f97-8ff1-9dccc515838c-d56e723a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fcc15cc9-e30a-4f58-7bf6-b2ce616ab2fe-547583be, #w-node-fcc15cc9-e30a-4f58-7bf6-b2ce616ab302-547583be, #w-node-fcc15cc9-e30a-4f58-7bf6-b2ce616ab306-547583be, #w-node-fcc15cc9-e30a-4f58-7bf6-b2ce616ab30a-547583be, #w-node-fcc15cc9-e30a-4f58-7bf6-b2ce616ab312-547583be, #w-node-fcc15cc9-e30a-4f58-7bf6-b2ce616ab316-547583be, #w-node-fcc15cc9-e30a-4f58-7bf6-b2ce616ab31a-547583be, #w-node-fcc15cc9-e30a-4f58-7bf6-b2ce616ab30e-547583be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1958e7e-2935-dd48-20bb-74686d538272-547583be, #w-node-_5cbafebe-0585-87eb-6e1a-b076c06bf978-547583be, #w-node-_41ae4cbf-902d-81e9-dcc3-9d64b81b9446-547583be, #w-node-_09c1ff84-baea-15ae-b33b-0400eb080433-547583be, #w-node-_5c566372-e28d-adac-c33b-0376f9bc017d-547583be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa50344f-abbc-f0e1-0316-ea55d88ade5f-547583be, #w-node-aa50344f-abbc-f0e1-0316-ea55d88ade63-547583be, #w-node-aa50344f-abbc-f0e1-0316-ea55d88ade67-547583be, #w-node-aa50344f-abbc-f0e1-0316-ea55d88ade6b-547583be, #w-node-aa50344f-abbc-f0e1-0316-ea55d88ade6f-547583be, #w-node-_8e68d583-a068-9af5-d0fe-e948ded8dc77-6934a540, #w-node-_8e68d583-a068-9af5-d0fe-e948ded8dc7b-6934a540, #w-node-_8e68d583-a068-9af5-d0fe-e948ded8dc7f-6934a540, #w-node-_8e68d583-a068-9af5-d0fe-e948ded8dc83-6934a540, #w-node-_3f048b4a-851e-4be3-d7d4-89f1f6c1361f-6934a540, #w-node-d13c8f46-5e7b-0885-12df-3594dd7b8b1f-6934a540, #w-node-f9b62a48-66b6-451c-d9c7-8f93cc3a044b-6934a540, #w-node-f9b62a48-66b6-451c-d9c7-8f93cc3a044f-6934a540, #w-node-f9b62a48-66b6-451c-d9c7-8f93cc3a0453-6934a540, #w-node-_6768b8f6-83f9-bc2f-5914-037cc5b5fa17-6934a540, #w-node-_6768b8f6-83f9-bc2f-5914-037cc5b5fa1b-6934a540, #w-node-_3ecd14c4-5534-6eff-62e6-7bed223c8eea-6934a540, #w-node-_3ecd14c4-5534-6eff-62e6-7bed223c8eee-6934a540, #w-node-_3ecd14c4-5534-6eff-62e6-7bed223c8ef2-6934a540, #w-node-_3ecd14c4-5534-6eff-62e6-7bed223c8ef6-6934a540, #w-node-_3ecd14c4-5534-6eff-62e6-7bed223c8efe-6934a540, #w-node-_3ecd14c4-5534-6eff-62e6-7bed223c8f02-6934a540, #w-node-_0a7842a8-1c49-def1-d78e-12ffa85ddde8-b417acef, #w-node-_0a7842a8-1c49-def1-d78e-12ffa85dddec-b417acef, #w-node-_0a7842a8-1c49-def1-d78e-12ffa85dddf0-b417acef, #w-node-_0fc40e39-6929-ce1e-42a1-9de38361576a-b417acef, #w-node-_12a66143-e05a-e0de-a84e-db4c8fad6c12-b417acef, #w-node-_415d68f6-bc4b-7102-7463-8ee279ef6fb4-b417acef, #w-node-_02c30b63-5c60-e64a-3f5a-ec2fcc3aa326-f44da3ed, #w-node-_02c30b63-5c60-e64a-3f5a-ec2fcc3aa32a-f44da3ed, #w-node-_02c30b63-5c60-e64a-3f5a-ec2fcc3aa32e-f44da3ed, #w-node-_02c30b63-5c60-e64a-3f5a-ec2fcc3aa332-f44da3ed, #w-node-_02c30b63-5c60-e64a-3f5a-ec2fcc3aa336-f44da3ed, #w-node-_02c30b63-5c60-e64a-3f5a-ec2fcc3aa33a-f44da3ed, #w-node-_5e2d2293-822d-6bc4-a620-2368ef5857d7-77f8d7da, #w-node-_3b878c46-e4f2-1d37-1071-2d9c7f9e29ba-77f8d7da, #w-node-_7d3090b1-e603-fde6-70cf-aab2dc681340-77f8d7da, #w-node-_7d3090b1-e603-fde6-70cf-aab2dc68134b-77f8d7da, #w-node-_648f7b0c-1a60-4a59-cbe8-89170ad376d7-b8a96e2b, #w-node-c29f480e-5f12-206e-b34c-59d64d0919df-b8a96e2b, #w-node-_4d03ba4c-4df6-8dd7-cdee-af1aaffda78a-b8a96e2b, #w-node-_4eb43397-a0d8-ad1e-608a-890fe872c11c-b8a96e2b, #w-node-e4132d23-ddaf-ebd3-0b55-6db303ae4263-b8a96e2b, #w-node-_3fedc151-79eb-0dad-84b4-7721d14dff00-b8a96e2b, #w-node-_3ded9d02-4b13-a465-9c59-d470ee412db1-b8a96e2b, #w-node-_7e6ae576-da6f-30b9-c6eb-941cf6cb23b1-b8a96e2b, #w-node-d1b758ec-99c1-899a-a266-037069a9d78c-b8a96e2b, #w-node-bc9d2338-a612-5bef-6f87-c33d6f144789-b8a96e2b, #w-node-ec3b8d27-a218-6c60-ea9a-4b4e69e6d717-b8a96e2b, #w-node-ec3b8d27-a218-6c60-ea9a-4b4e69e6d71b-b8a96e2b, #w-node-ec3b8d27-a218-6c60-ea9a-4b4e69e6d71f-b8a96e2b, #w-node-ec3b8d27-a218-6c60-ea9a-4b4e69e6d723-b8a96e2b, #w-node-ec3b8d27-a218-6c60-ea9a-4b4e69e6d738-b8a96e2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b8db930-4b2c-77ea-1f5e-37d4d45ed1ae-b8a96e2b, #w-node-_2d5680c5-fa36-f260-87bd-53a30c7cf337-b8a96e2b, #w-node-d8192c9e-4599-df8e-a449-4082e455a24d-b8a96e2b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6aea2f18-273c-88e0-67f3-007d44fb82ab-b8a96e2b, #w-node-_6aea2f18-273c-88e0-67f3-007d44fb82af-b8a96e2b, #w-node-_6aea2f18-273c-88e0-67f3-007d44fb82b3-b8a96e2b, #w-node-_29e3e22e-7a45-0e77-a2aa-52e8b8c52164-b8a96e2b, #w-node-_29e3e22e-7a45-0e77-a2aa-52e8b8c52168-b8a96e2b, #w-node-_0a7842a8-1c49-def1-d78e-12ffa85ddde8-167b8d78, #w-node-_0a7842a8-1c49-def1-d78e-12ffa85dddec-167b8d78, #w-node-_0a7842a8-1c49-def1-d78e-12ffa85dddf0-167b8d78, #w-node-_0fc40e39-6929-ce1e-42a1-9de38361576a-167b8d78, #w-node-_12a66143-e05a-e0de-a84e-db4c8fad6c12-167b8d78, #w-node-_415d68f6-bc4b-7102-7463-8ee279ef6fb4-167b8d78, #w-node-_648f7b0c-1a60-4a59-cbe8-89170ad376d7-e5dd8e17, #w-node-c29f480e-5f12-206e-b34c-59d64d0919df-e5dd8e17, #w-node-_4d03ba4c-4df6-8dd7-cdee-af1aaffda78a-e5dd8e17, #w-node-_4eb43397-a0d8-ad1e-608a-890fe872c11c-e5dd8e17, #w-node-e4132d23-ddaf-ebd3-0b55-6db303ae4263-e5dd8e17, #w-node-_3fedc151-79eb-0dad-84b4-7721d14dff00-e5dd8e17, #w-node-_3ded9d02-4b13-a465-9c59-d470ee412db1-e5dd8e17, #w-node-_7e6ae576-da6f-30b9-c6eb-941cf6cb23b1-e5dd8e17, #w-node-_93b92c72-e2a7-dc5c-b15a-5eaa724843fe-e5dd8e17, #w-node-_93b92c72-e2a7-dc5c-b15a-5eaa72484402-e5dd8e17, #w-node-_93b92c72-e2a7-dc5c-b15a-5eaa72484406-e5dd8e17, #w-node-_93b92c72-e2a7-dc5c-b15a-5eaa7248440a-e5dd8e17, #w-node-_93b92c72-e2a7-dc5c-b15a-5eaa7248440e-e5dd8e17, #w-node-_93b92c72-e2a7-dc5c-b15a-5eaa72484412-e5dd8e17, #w-node-_93b92c72-e2a7-dc5c-b15a-5eaa72484416-e5dd8e17, #w-node-_93b92c72-e2a7-dc5c-b15a-5eaa7248441a-e5dd8e17 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_18d130a0-d662-fa7a-10c8-9bb23c9491c7-28598df0, #w-node-df1879b4-03f0-4195-579c-ab7d08ce3788-28598df0, #w-node-ce5f1131-ee74-52eb-bd07-517b2e4c196c-28598df0, #w-node-d613bdcc-68be-f077-625d-4fe001aef451-28598df0, #w-node-_9af9838a-4a95-5b23-557d-619f9a5c6ff1-28598df0, #w-node-_1a5b9db0-714c-8db7-4dae-8d4e95c747c1-28598df0, #w-node-_5ff0d9c6-7212-10f2-0212-9e752c020972-28598df0, #w-node-e4f8a358-d208-80b5-ebab-d4045d3b6dbf-28598df0, #w-node-_06533b75-d65a-505a-7197-008549130ad1-28598df0, #w-node-f24b3ac6-5856-6465-c4a7-1cd9efe44a58-28598df0, #w-node-_3a921242-2491-7f72-4344-2fc660e5a9bf-28598df0, #w-node-_2c6c05ad-ffa6-6c7f-6ecc-b062be2316c9-28598df0, #w-node-b3d54f99-2462-7dd4-b840-a4e160bef127-28598df0, #w-node-_25d34d6d-acaf-a64a-7e88-90f4c3550f2d-28598df0, #w-node-_66ea9c1f-7294-6478-da60-35b4c839a2d4-0f8ae8fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lobster';
  src: url('../fonts/Lobster-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}