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

@font-face {
  font-family: Koblenzserial;
  src: url('../fonts/KoblenzSerial-ExtraBold.otf') format("opentype"), url('../fonts/KoblenzSerial-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

:root {
  --main-color: #878787;
  --secondary-color: #f7f1f0;
  --highlights-1: #ba331d;
  --highlights-2: #e7681f;
  --highlights-3: #fa991f;
  --heading-color\<deleted\|variable-637415fe-cc73-a58d-1d43-d791b27774ac\>: #f1692a;
  --white: white;
  --black: black;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

p {
  margin-bottom: 10px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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-bild {
  object-fit: contain;
  width: 18vw;
}

.logo {
  justify-content: center;
  align-items: center;
  padding: 5px;
  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;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

.navbar {
  z-index: 100;
  background-color: #ddd0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

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

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

.form-text {
  line-height: 1.3;
}

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

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

.success_block.zweitfarbe {
  background-color: var(--highlights-3);
}

.titelvideo1-3 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.titelvideo1-3.none {
  display: none;
}

.wei-er-rahmen {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60vw;
  display: flex;
}

.titelsection {
  height: 120vh;
  position: relative;
}

.divider {
  width: 20vw;
  height: 4px;
  margin-bottom: 10px;
}

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

.inhalt-mittig-untereinander-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.inhalt-mittig-untereinander-1.flie-text {
  padding-left: 0;
  padding-right: 0;
}

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

.heading-mittig.heading-1 {
  z-index: 5;
  font-size: 29px;
  position: relative;
}

.heading-mittig.heading-2 {
  text-transform: none;
  font-size: 38px;
}

.section-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
}

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

.text-ber-bild1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 28px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  line-height: 1.3;
}

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

.text-links1.flie-text {
  display: block;
}

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

.bild-cover-1 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/60659decb3fd3c5d80d8b266_AdobeStock_268842093_visu_160659decb3fd3c5d80d8b266_AdobeStock_268842093_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.titelvideo-unterseiten {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

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

.dropdown-toggle {
  width: 100%;
  padding: 0;
}

.dropdown-list {
  background-color: #ccc;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.div-block-farbig-1 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.div-block-farbig-1:hover {
  background-color: #f8f8f8;
}

.maps1-2 {
  width: 100%;
  height: 50vh;
  margin-top: 40px;
}

.icon_large {
  object-fit: contain;
  width: auto;
  height: 50px;
  margin-bottom: 20px;
}

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

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

.impdat-3.flie-text {
  padding-top: 100px;
  padding-left: 10vw;
  padding-right: 10vw;
}

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

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

.footer-1.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-bottom: 10px;
}

.inhalt-footer {
  height: 100%;
}

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

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

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

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

.text_field {
  color: #333;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #cecece;
  border-radius: 5px;
  height: 7.6vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Poppins, sans-serif;
  transition: border .4s, color .4s;
  display: block;
}

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

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

.text_field::placeholder {
  color: #1d1f2e4d;
}

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

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

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

.checkbox-2 {
  border-radius: 5px;
}

.form1 {
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

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

.link.dark {
  color: #333;
}

.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-2 {
  height: 100%;
}

.navlink {
  color: #222;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.navlink.w--current {
  width: 100%;
}

.navlink.heading-3 {
  margin-left: 0;
  margin-right: 0;
  font-family: Koblenzserial, Arial, sans-serif;
}

.navlink.heading-3:hover {
  color: var(--heading-color\<deleted\|variable-637415fe-cc73-a58d-1d43-d791b27774ac\>);
}

.navlink.heading-3.w--current {
  width: auto;
  color: var(--highlights-2);
}

.navlink.heading-3.dropdown-link {
  padding-right: 40px;
}

.navlink.heading-3.dropdown-link:hover {
  color: var(--highlights-2);
}

.navlink.heading-3.block-link {
  display: block;
}

.navlink.heading-3.block-link.w--current {
  color: var(--highlights-2);
}

.navlink.heading-3.farbe-der-headings {
  color: var(--highlights-2);
  font-weight: 700;
}

.nav-men {
  z-index: 100000;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  line-height: 1.3;
}

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

.textarea-2 {
  line-height: 3;
}

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

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

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

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

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

.navigationsleiste-unten {
  background-color: #ddd;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.slider-100 {
  width: 100%;
  height: 100%;
}

.slide-nav-hidden {
  display: none;
}

.bild-wrapper-100 {
  width: 100%;
  height: 100%;
}

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

.titel-inhalt-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.inhalts-berlagerung {
  width: 100%;
  height: 100%;
  color: var(--white);
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10vh 40vw 10vh 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.berschriftenblock {
  margin-bottom: 40px;
}

.berschrift-klein-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.slogan-gro {
  text-align: left;
  font-size: 60px;
}

.cursive-font {
  font-family: Capetown Signature Slant Otf, sans-serif;
  font-weight: 400;
}

.absatz-gro-links {
  text-align: left;
  font-size: 20px;
}

.button {
  text-transform: uppercase;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 16px;
}

.button.highlights-1.heading-3 {
  transition: all .3s ease-in-out;
}

.button.highlights-1.heading-3:hover {
  transform: translate(0, -5px);
  box-shadow: 2px 4px 12px 2px #0003;
}

.nav-termin-button {
  border-radius: 30px;
  margin-top: 0;
  align-self: center;
}

.titel-abs-block-unten {
  z-index: 10;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-block {
  width: 100%;
  color: var(--white);
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.overlay-block.heading-3 {
  cursor: pointer;
  border-bottom: 5px solid #0000;
}

.overlay-block.heading-3:hover {
  background-color: #00000040;
  border-bottom: 5px solid #ffffff80;
}

.overlay-block.heading-3.rot {
  background-color: #ba331d80;
}

.overlay-block.heading-3.rot:hover {
  background-color: #ba331d40;
}

.overlay-block.heading-3.orange {
  background-color: #e7681f80;
}

.overlay-block.heading-3.orange:hover {
  background-color: #e7681f40;
}

.overlay-block.heading-3.gelb {
  background-color: #fa991f80;
}

.overlay-block.heading-3.gelb:hover {
  background-color: #fa991f40;
}

.berschrift-klein-mittig {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.berschrift-klein-mittig.heading-3 {
  font-size: 30px;
}

.berschrift-gro-mittig {
  text-align: center;
  font-size: 60px;
}

.berschrift-gro-links {
  text-align: left;
  font-size: 60px;
}

.berschrift-gro-links.cursive-font {
  margin-top: 50px;
  font-size: 75px;
  line-height: 1.3;
}

.berschrift-gro-links.cursive-font.farbe-der-headings {
  font-family: Capetown Signature Slant Otf, sans-serif;
}

.absatz-links {
  text-align: left;
  font-size: 16px;
}

.absatz-links.flie-text.center {
  color: var(--black);
  text-align: center;
  text-align: center;
}

.absatz-links.flie-text.center.white {
  color: var(--white);
}

.berschrift-mittel-links {
  text-align: left;
  font-size: 40px;
}

.card-wrapper {
  background-color: #ddd;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.absatz-klein-links {
  text-align: left;
  font-size: 13px;
}

.section-bg-bild {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
}

.section-bg-bild.bild-1 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/05_IMG-20250401-WA0021.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-bg-bild.bild-3 {
  background-image: url('../images/AdobeStock_255036539.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.section-bg-bild.bild-5, .section-bg-bild.bild-hyaloraun {
  background-image: url('../images/AdobeStock_255036539.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-bg-bild.bild-3faden {
  background-image: url('../images/AdobeStock_255036539.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.section-bg-bild.bild-1-meso, .section-bg-bild.bild-5-bowen, .section-bg-bild.bild-5-hoch, .section-bg-bild.bild-5-massage {
  background-image: url('../images/AdobeStock_255036539.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-bg-bild.bild-1-mikroneedling {
  background-image: url('../images/AdobeStock_909891706.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-bg-bild.elektrosmog {
  background-image: url('../images/AdobeStock_778183558.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

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

.accordion-item-wrapper-white-4 {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.accordion-tab-button-dark {
  cursor: pointer;
  background-color: #ba331d;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

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

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

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

.accordion-question-header-4 {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

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

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

.home-faq-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: #ddd0;
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: stretch stretch;
  width: 100%;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: #ddd0;
  overflow: hidden;
}

.home-faq-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  display: grid;
}

.image-rwap-large {
  width: 100%;
  height: 70vh;
}

.code-embed {
  width: 100%;
}

.berschrift-gro-margin {
  text-align: left;
  margin-top: 20px;
  font-size: 60px;
}

.berschrift-gro-margin.cursive-font {
  font-size: 75px;
  line-height: 1.3;
}

.berschrift-gro-margin.cursive-font.farbe-der-headings {
  font-family: Capetown Signature Slant Otf, sans-serif;
}

.pop-up-window {
  z-index: 9999;
  text-align: center;
  background-color: #000000d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 15vh 10vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-text-wrapper {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #ccc;
  width: 90%;
  padding: 60px;
  position: relative;
}

.cross-btn {
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 6px 10px;
  position: absolute;
  inset: -15% -8% auto auto;
}

.text-gro {
  text-align: left;
  text-transform: none;
  font-size: 25px;
  font-weight: 300;
}

.normal-h {
  font-family: Koblenzserial, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.btn-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.dropdown-list-13 {
  margin-top: -10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  inset: 0% auto 0% 0%;
}

.dropdown-list-13.w--open {
  top: 0;
  bottom: auto;
  left: 100%;
}

.dropdown-list-submenu {
  background-color: #ccc;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

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

.dropdown-toggle-12 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-15 {
  width: 100%;
}

.navlink-4 {
  color: #222;
  padding: 0 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.navlink-4.w--current {
  width: 100%;
}

.navlink-4.heading-3:hover {
  color: var(--heading-color\<deleted\|variable-637415fe-cc73-a58d-1d43-d791b27774ac\>);
}

.navlink-4.heading-3.w--current {
  width: auto;
  color: var(--highlights-2);
}

.navlink-4.heading-3.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.navlink-4.heading-3.dropdown-link:hover {
  color: var(--highlights-2);
}

.image-container-relative {
  width: 100%;
  height: 50vh;
  position: relative;
}

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

.video-container {
  width: 100%;
  height: 50vh;
}

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

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

.image-101.top {
  object-fit: cover;
  object-position: 50% 0%;
  height: 90vh;
}

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

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

.fixed-block {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: auto 1% 40% auto;
}

.link-block {
  border-radius: 50%;
  width: 2.6rem;
  height: 2.6rem;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

.heading-left1-2 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
}

.heading-left1-2.heading-3 {
  text-align: left;
  line-height: 1.3;
}

.pricelist-grid-2 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
  width: 100%;
  margin-bottom: 32px;
}

.heading-color {
  color: #a28d97;
}

.offer {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 20px;
}

.offer.zweitfarbe {
  justify-content: space-between;
  display: flex;
}

.quick-stack-2 {
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
}

.quick-stack-3 {
  margin-bottom: 10px;
  padding: 0;
}

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

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

.pricing-card {
  grid-row-gap: 8px;
  border: 4px solid #010202;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  transition: all .5s;
  display: flex;
}

.pricing-card:hover {
  transform: translate(0, -10px);
}

.pricing-card.background-color-white {
  grid-row-gap: 0px;
  border-color: var(--highlights-3);
  width: 40%;
}

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

.paragraph-links1 {
  text-align: justify;
  letter-spacing: .5px;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-links1.flie-text {
  text-align: left;
  margin-right: 40px;
  font-size: 16px;
  line-height: 1.5;
}

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

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

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

.jotform, .jotform-wrapper {
  width: 100%;
}

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

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

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 60rem;
  height: auto;
  max-height: 90vh;
  padding: 3rem 2rem;
  position: relative;
  overflow: auto;
}

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

.margin-bottom, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.hide-mobile-landscape {
  filter: invert();
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_component {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100vw;
  height: 100vh;
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

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

.pop-up-window-2 {
  z-index: 9999;
  text-align: center;
  background-color: #000000d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 15vh 10vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-text-wrapper-2 {
  background-color: var(--highlights-2);
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: auto;
}

.cross-btn-2 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 6px 10px;
  position: absolute;
  inset: 3% 3% auto auto;
}

.pop-up-window-3 {
  z-index: 9999;
  text-align: center;
  background-color: #000000d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 15vh 10vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-text-wrapper-4 {
  background-color: var(--highlights-2);
  color: #fff;
  text-align: center;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80vh;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-2 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: none;
  position: fixed;
  inset: 0%;
}

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

  .navbar {
    background-image: linear-gradient(180deg, var(--highlights-2), var(--highlights-3));
    text-align: center;
    width: 100%;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .success_block.zweitfarbe {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .titelvideo1-3 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .wei-er-rahmen {
    width: 80%;
  }

  .titelsection {
    height: 100%;
  }

  .heading-mittig.heading-1 {
    font-size: 23px;
  }

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

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

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

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

  .titelvideo-unterseiten.bg-size {
    height: 55vh;
  }

  .text-block {
    font-size: 14px;
    line-height: 1.4rem;
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #e7681f4a;
    position: relative;
  }

  .dropdown {
    width: 100%;
  }

  .div-block-farbig-1 {
    padding-bottom: 20px;
  }

  .maps1-2 {
    height: 45vh;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon_large {
    height: 35px;
    margin-bottom: 10px;
  }

  .success-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .impdat-3.flie-text {
    padding: 60px;
  }

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

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

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

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

  .error-message {
    width: auto;
  }

  .menu-icon-3 {
    color: #fff;
  }

  .navlink.heading-3, .navlink.heading-3.dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-termin-button {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

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

  .men-button3.hauptfarbe {
    background-image: linear-gradient(180deg, var(--highlights-2), var(--highlights-3));
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

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

  .navigationsleiste-unten {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-100 {
    height: 70vh;
  }

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

  .inhalts-berlagerung {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

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

  .berschrift-klein-links.heading-3 {
    text-align: center;
  }

  .slogan-gro.heading-1 {
    text-align: center;
    font-size: 40px;
  }

  .inhalt-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .absatz-gro-links.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .button.highlights-1.heading-3 {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .titel-abs-block-unten {
    background-color: var(--main-color);
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .overlay-block.heading-3 {
    padding: 10px;
  }

  .berschrift-klein-mittig.heading-3 {
    font-size: 24px;
  }

  .berschrift-gro-mittig.heading-1 {
    font-size: 40px;
  }

  .berschrift-gro-links.cursive-font.farbe-der-headings {
    text-align: center;
    margin-top: 10px;
    font-size: 46px;
  }

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

  .berschrift-mittel-links.heading-2 {
    text-align: center;
    font-size: 35px;
  }

  .card-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .absatz-klein-links.flie-text {
    text-align: center;
  }

  .section-bg-bild {
    padding: 50px 5%;
  }

  .section-bg-bild.bild-hyaloraun {
    height: 50vh;
  }

  .section-bg-bild.bild-3faden {
    height: 60vh;
  }

  .accordion-item-wrapper-white-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .image-rwap-large {
    height: 50vh;
  }

  .image-rwap-large.first {
    order: -1;
  }

  .berschrift-gro-margin.cursive-font.farbe-der-headings {
    text-align: center;
  }

  .pop-up-window {
    padding: 10vh 5vw;
    display: none;
  }

  .pop-up-text-wrapper {
    width: 80%;
    height: 90vh;
    padding: 40px;
    overflow: auto;
  }

  .cross-btn {
    z-index: 6;
    width: 40px;
    height: 40px;
    inset: 0% 0% auto auto;
  }

  .text-gro.heading-2 {
    text-align: center;
    font-size: 23px;
  }

  .dropdown-list-submenu {
    background-color: #e7681f4a;
    position: relative;
  }

  .navlink-4.heading-3.dropdown-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-left1-2.heading-3 {
    text-align: center;
    margin-bottom: 10px;
  }

  .pricelist-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .offer.zweitfarbe {
    flex-flow: column;
  }

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

  .pricing-card.background-color-white {
    width: 100%;
    padding: 40px;
  }

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

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

  .heading-wrapper {
    width: 100%;
  }

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

  ._2er-grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    max-height: 80vh;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .pop-up-window-2 {
    padding: 10vh 5vw;
    display: none;
  }

  .pop-up-text-wrapper-2 {
    width: 80%;
    height: 90vh;
    padding: 40px;
    overflow: auto;
  }

  .cross-btn-2 {
    z-index: 6;
    width: 40px;
    height: 40px;
    inset: 0% 0% auto auto;
  }

  .pop-up-window-3 {
    padding: 10vh 5vw;
    display: none;
  }

  .pop-up-text-wrapper-4 {
    width: 80%;
    height: 90vh;
    padding: 40px;
    overflow: auto;
  }

  .inhalt-wrapper .absatz-links.flie-text:not(.center),
  .inhalt-wrapper .absatz-gro-links.flie-text:not(.center),
  .inhalt-wrapper .absatz-klein-links.flie-text:not(.center) {
    text-align: left;
  }

  .inhalt-wrapper ul.absatz-links,
  .inhalt-wrapper ol.absatz-links {
    margin-left: 0;
    padding-left: 1.25em;
    text-align: left;
  }

  .inhalt-wrapper ul.absatz-links li,
  .inhalt-wrapper ol.absatz-links li {
    text-align: left;
  }

  .grid .heading-wrapper .berschriftenblock {
    text-align: left;
  }

  .grid .heading-wrapper .berschrift-mittel-links.heading-2 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .offer {
    max-width: 100%;
  }

  .offer.zweitfarbe {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo1-3 {
    height: 100%;
  }

  .wei-er-rahmen {
    width: 400px;
  }

  .titelsection {
    height: auto;
  }

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

  .heading-mittig.heading-2 {
    font-size: 35px;
    line-height: 2.9rem;
  }

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

  .inhalt-mittig1 {
    height: auto;
  }

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

  .heading-mittig-klein1.heading-2 {
    font-size: 22px;
  }

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

  .bild-cover-1 {
    height: auto;
    min-height: 500px;
  }

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

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

  .titelvideo-unterseiten, .titelvideo-unterseiten.bg-size {
    height: 28rem;
  }

  .div-block-farbig-1 {
    height: auto;
  }

  .maps1-2 {
    height: 25rem;
  }

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

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

  .impdat-3.flie-text {
    padding: 40px;
  }

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

  .footer-1.hauptfarbe {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

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

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

  .slider-100 {
    height: 35rem;
  }

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

  .bild-100.contain.hoch {
    object-position: 50% 25%;
  }

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

  .berschrift-klein-mittig.heading-3 {
    font-size: 20px;
  }

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

  .berschrift-mittel-links.heading-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .absatz-klein-links.flie-text {
    text-align: center;
  }

  .section-bg-bild, .section-bg-bild.bild-1, .section-bg-bild.bild-3, .section-bg-bild.bild-hyaloraun, .section-bg-bild.bild-3faden {
    height: 25rem;
  }

  .accordion-tab-button-dark {
    width: auto;
  }

  .accordion-question-header-4 {
    font-size: 1em;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .image-rwap-large {
    height: 25rem;
  }

  .berschrift-gro-margin.cursive-font.farbe-der-headings {
    font-size: 61px;
  }

  .pop-up-text-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cross-btn {
    width: 35px;
    height: 35px;
  }

  .text-gro.heading-2 {
    font-size: 21px;
  }

  .normal-h {
    font-size: 20px;
    line-height: 31px;
  }

  .btn-wrap {
    flex-flow: column;
  }

  .image-container-relative, .video-container {
    height: 25rem;
  }

  .image-101.top {
    height: 100%;
  }

  .link-block {
    width: 30px;
    height: auto;
  }

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

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

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

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

  .pricing-card.background-color-white {
    padding: 20px;
  }

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

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

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

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

  .modal1_content-wrapper {
    max-height: 78vh;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

  .pop-up-text-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cross-btn-2 {
    width: 35px;
    height: 35px;
  }

  .pop-up-text-wrapper-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-wrapper .absatz-klein-links.flie-text:not(.center) {
    text-align: left;
  }

  .simplybook-widget iframe {
    min-height: 900px;
  }
}

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

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

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

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

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

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

  .titelvideo1-3 {
    height: 100%;
  }

  .wei-er-rahmen {
    width: 100%;
    max-width: 350px;
    padding-right: 20px;
  }

  .titelsection {
    height: auto;
  }

  .divider.highlights {
    width: 40vw;
  }

  .inhalt-mittig-untereinander-1.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-mittig.heading-1 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-mittig.heading-2 {
    font-size: 24px;
    line-height: 1.8rem;
  }

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

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

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

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

  .bild-cover-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-block1 {
    width: 100vw;
  }

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

  .impdat-3.flie-text {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

  .text_field {
    width: 100%;
  }

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

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

  .inhalts-berlagerung {
    padding-left: 20px;
    padding-right: 20px;
  }

  .berschrift-klein-links.heading-3 {
    font-size: 18px;
  }

  .slogan-gro.heading-1 {
    font-size: 26px;
  }

  .berschrift-klein-mittig.heading-3 {
    font-size: 18px;
  }

  .berschrift-gro-mittig.heading-1 {
    font-size: 25px;
  }

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

  .section-bg-bild {
    padding: 40px 2%;
  }

  .section-bg-bild.bild-1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-bg-bild.bild-3 {
    background-position: 60% 0;
  }

  .section-bg-bild.bild-5, .section-bg-bild.bild-hyaloraun {
    background-position: 60%;
  }

  .section-bg-bild.bild-3faden {
    background-position: 60% 0;
  }

  .section-bg-bild.bild-1-mikroneedling, .section-bg-bild.bild-1-meso, .section-bg-bild.bild-5-bowen, .section-bg-bild.bild-5-massage {
    background-position: 60%;
  }

  .accordion-tab-button-dark {
    padding-left: 10px;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .accordion-question-header-4 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

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

  .berschrift-gro-margin.cursive-font.farbe-der-headings {
    font-size: 40px;
  }

  .pop-up-text-wrapper {
    width: 90%;
    padding: 40px 20px;
  }

  .cross-btn {
    inset: 0% 0% auto auto;
  }

  .text-gro.heading-2 {
    font-size: 19px;
    line-height: 24px;
  }

  .normal-h {
    font-size: 17px;
    line-height: 24px;
  }

  .btn-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .dropdown-list-submenu.w--open {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-101.top.rechtss {
    object-position: 65% 0%;
  }

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

  .pricelist-grid-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-color {
    flex-flow: column;
    line-height: 1.6;
  }

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

  .angebot-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-right: 10px;
  }

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

  .icon-101 {
    margin-right: 0;
  }

  .icon-102 {
    margin-left: 0;
  }

  .modal1_content-wrapper {
    max-height: 82vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component {
    width: auto;
    height: auto;
  }

  .pop-up-text-wrapper-2 {
    width: 90%;
    padding: 40px 20px;
  }

  .cross-btn-2 {
    inset: 0% 0% auto auto;
  }

  .pop-up-text-wrapper-4 {
    width: 90%;
    padding: 40px 20px;
  }
}

#w-node-b0548dbe-039f-e97c-d47e-b55fe079b45f-3edeb381, #w-node-_76d4c2d9-3e22-c04b-1666-3e3ea766edb3-3edeb381, #w-node-_45b9fe9f-6fbf-4930-9f18-eefd6b9479f2-3edeb381 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_45b9fe9f-6fbf-4930-9f18-eefd6b947a01-3edeb381 {
  grid-column: span 2 / span 2;
}

#w-node-_8eab5456-7263-c225-a952-60c4f8c9f3c2-b8cb750a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa5cf33b-c560-62f1-cf52-13c996cc4a70-b8cb750a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa5cf33b-c560-62f1-cf52-13c996cc4a8d-b8cb750a {
  grid-column: span 2 / span 2;
}

#w-node-_9d3bb7f7-7c93-1478-7414-852640e45ccc-ab7ee7cc {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9d3bb7f7-7c93-1478-7414-852640e45cdd-ab7ee7cc {
  grid-column: span 2 / span 2;
}

#w-node-d4a1c5bd-d0f4-a57a-21aa-c1092fce91ad-55a9a92c {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d4a1c5bd-d0f4-a57a-21aa-c1092fce91ce-55a9a92c {
  grid-column: span 2 / span 2;
}

#w-node-de56fcb0-eaf6-f3a7-a985-e669130c6caa-b8d5adca, #w-node-b9b61012-7ddb-36d0-58fe-b8a62a6c7def-b8d5adca, #w-node-ac0e4d41-0e82-5079-54a1-0656b020b554-e1d0a751 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7d8ef762-7ddc-1262-761b-3b1a3edbfa09-bed6c2c1 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7d8ef762-7ddc-1262-761b-3b1a3edbfa33-bed6c2c1 {
  grid-column: span 2 / span 2;
}

#w-node-a5f0c297-4e4e-5903-9602-813c7f68941a-bed6c2c1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a5f0c297-4e4e-5903-9602-813c7f689429-bed6c2c1 {
  grid-column: span 2 / span 2;
}

#w-node-_3cf9c61f-2a52-2515-4b43-36f8c9203a91-bed6c2c1 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_053595b1-932d-0915-bd02-a59c940a0a1c-cda31df9 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_053595b1-932d-0915-bd02-a59c940a0a46-cda31df9 {
  grid-column: span 2 / span 2;
}

#w-node-_6e1c3d2c-d944-4410-7bbd-8bc8b2519664-cda31df9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6e1c3d2c-d944-4410-7bbd-8bc8b2519673-cda31df9 {
  grid-column: span 2 / span 2;
}

#w-node-e2fd00b4-412e-c0e3-176e-3c872b5595dd-cda31df9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e2fd00b4-412e-c0e3-176e-3c872b5595e6-cda31df9 {
  grid-column: span 2 / span 2;
}

#w-node-_637a3d60-7974-00ec-8716-8d16e7c26206-cc597974 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_637a3d60-7974-00ec-8716-8d16e7c2621f-cc597974 {
  grid-column: span 2 / span 2;
}

#w-node-_4e3ba8f3-afa1-d0fd-82f7-984e0e3a039a-cc597974 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4e3ba8f3-afa1-d0fd-82f7-984e0e3a03ab-cc597974 {
  grid-column: span 2 / span 2;
}

#w-node-b2fe3b64-1951-c8f3-89ca-ef5fb3a60d4c-cc597974 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b2fe3b64-1951-c8f3-89ca-ef5fb3a60d65-cc597974 {
  grid-column: span 2 / span 2;
}

#w-node-_0a2c1f4e-1ffb-9053-d456-c70166c861c2-cc597974 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0a2c1f4e-1ffb-9053-d456-c70166c861db-cc597974 {
  grid-column: span 2 / span 2;
}

#w-node-be676fef-d623-0c34-011e-acdb986f59d1-cc597974 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e75fd4d6-2234-0737-f2fb-4727feeb077c-cc597974 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d49a20e2-d53f-71d8-7c25-50c6d5cddc31-cc597974 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7a5ae364-cc0d-1a7d-d74b-729b919b5461-cc597974 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7a5ae364-cc0d-1a7d-d74b-729b919b54a2-cc597974 {
  grid-column: span 2 / span 2;
}

#w-node-ceaf6bc6-37bb-b6b4-ea36-b909e82706d1-a8a19f7e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ceaf6bc6-37bb-b6b4-ea36-b909e82706da-a8a19f7e {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b0548dbe-039f-e97c-d47e-b55fe079b45f-3edeb381, #w-node-_76d4c2d9-3e22-c04b-1666-3e3ea766edb3-3edeb381, #w-node-_45b9fe9f-6fbf-4930-9f18-eefd6b9479f2-3edeb381 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_053595b1-932d-0915-bd02-a59c940a0a1c-cda31df9 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_053595b1-932d-0915-bd02-a59c940a0a46-cda31df9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6e1c3d2c-d944-4410-7bbd-8bc8b2519664-cda31df9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6e1c3d2c-d944-4410-7bbd-8bc8b2519673-cda31df9 {
    grid-column: span 1 / span 1;
  }

  #w-node-e2fd00b4-412e-c0e3-176e-3c872b5595dd-cda31df9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e2fd00b4-412e-c0e3-176e-3c872b5595e6-cda31df9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_45b9fe9f-6fbf-4930-9f18-eefd6b947a01-3edeb381 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8eab5456-7263-c225-a952-60c4f8c9f3c2-b8cb750a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa5cf33b-c560-62f1-cf52-13c996cc4a70-b8cb750a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa5cf33b-c560-62f1-cf52-13c996cc4a8d-b8cb750a {
    grid-column: span 1 / span 1;
  }

  #w-node-_9d3bb7f7-7c93-1478-7414-852640e45ccc-ab7ee7cc {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9d3bb7f7-7c93-1478-7414-852640e45cdd-ab7ee7cc {
    grid-column: span 1 / span 1;
  }

  #w-node-d4a1c5bd-d0f4-a57a-21aa-c1092fce91ad-55a9a92c {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d4a1c5bd-d0f4-a57a-21aa-c1092fce91ce-55a9a92c {
    grid-column: span 1 / span 1;
  }

  #w-node-de56fcb0-eaf6-f3a7-a985-e669130c6caa-b8d5adca, #w-node-b9b61012-7ddb-36d0-58fe-b8a62a6c7def-b8d5adca, #w-node-ac0e4d41-0e82-5079-54a1-0656b020b554-e1d0a751 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7d8ef762-7ddc-1262-761b-3b1a3edbfa09-bed6c2c1 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7d8ef762-7ddc-1262-761b-3b1a3edbfa33-bed6c2c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-a5f0c297-4e4e-5903-9602-813c7f68941a-bed6c2c1 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a5f0c297-4e4e-5903-9602-813c7f689429-bed6c2c1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3cf9c61f-2a52-2515-4b43-36f8c9203a91-bed6c2c1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_637a3d60-7974-00ec-8716-8d16e7c26206-cc597974 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_637a3d60-7974-00ec-8716-8d16e7c2621f-cc597974 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4e3ba8f3-afa1-d0fd-82f7-984e0e3a039a-cc597974 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e3ba8f3-afa1-d0fd-82f7-984e0e3a03ab-cc597974 {
    grid-column: span 1 / span 1;
  }

  #w-node-b2fe3b64-1951-c8f3-89ca-ef5fb3a60d4c-cc597974 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b2fe3b64-1951-c8f3-89ca-ef5fb3a60d65-cc597974 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0a2c1f4e-1ffb-9053-d456-c70166c861c2-cc597974 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0a2c1f4e-1ffb-9053-d456-c70166c861db-cc597974 {
    grid-column: span 1 / span 1;
  }

  #w-node-be676fef-d623-0c34-011e-acdb986f59d1-cc597974 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e75fd4d6-2234-0737-f2fb-4727feeb077c-cc597974 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d49a20e2-d53f-71d8-7c25-50c6d5cddc31-cc597974 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a5ae364-cc0d-1a7d-d74b-729b919b5461-cc597974 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a5ae364-cc0d-1a7d-d74b-729b919b54a2-cc597974 {
    grid-column: span 1 / span 1;
  }

  #w-node-ceaf6bc6-37bb-b6b4-ea36-b909e82706d1-a8a19f7e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ceaf6bc6-37bb-b6b4-ea36-b909e82706da-a8a19f7e {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ac0e4d41-0e82-5079-54a1-0656b020b554-e1d0a751 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Koblenzserial';
  src: url('../fonts/KoblenzSerial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koblenzserial';
  src: url('../fonts/KoblenzSerial-ExtraBold.otf') format('opentype'), url('../fonts/KoblenzSerial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koblenzserial';
  src: url('../fonts/KoblenzSerial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koblenzserial';
  src: url('../fonts/KoblenzSerial-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koblenzserial';
  src: url('../fonts/KoblenzSerial-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Koblenzserial';
  src: url('../fonts/KoblenzSerial-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Capetown Signature Slant Otf';
  src: url('../fonts/Capetown-Signature-Slant-OTF.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}