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

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

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

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

@font-face {
  font-family: "Amsterdamfourslantttf 4 B 4 Yl";
  src: url('../fonts/AmsterdamFourSlantTtf-4B4yl.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Amsterdamone Ez 12 L";
  src: url('../fonts/AmsterdamOne-eZ12l.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Amsterdamoneslant 0 Wglp";
  src: url('../fonts/AmsterdamOneSlant-0WglP.ttf') format("truetype"), url('../fonts/AmsterdamOneSlant-0WglP.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

:root {
  --blue-gray: #373f43;
  --secondry-color-2: #f4e8cc;
  --main-grad-100: #cbb376;
  --main-grad-48: #e7cf95;
  --secondry-color: #fffbe9;
  --highlights-color: #e7cf95db;
  --dark-blue: #7d5c45;
  --grey: grey;
  --silver: #bbb;
  --beige: #fffbe9;
  --green: #498f7b;
  --blue-2: #265b8d;
  --light-green: #58adb8;
}

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

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

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

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

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

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

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

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

.w-layout-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: var(--blue-gray);
  flex-flow: column;
  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-color: var(--secondry-color-2);
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  color: var(--main-grad-100);
  justify-content: center;
  align-items: center;
  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-img {
  object-fit: contain;
  flex: 0 auto;
  height: 22vh;
  overflow: clip;
}

.logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.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: 18px;
  font-weight: 400;
  line-height: 25px;
}

.kontakt {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: #eaddc0;
  background-image: linear-gradient(180deg, var(--main-grad-48) 48%, var(--main-grad-100));
  color: var(--blue-gray);
}

.email {
  margin-bottom: 5px;
}

.zweitfarbe {
  background-color: var(--secondry-color);
  color: var(--blue-gray);
}

.highlights {
  background-color: var(--highlights-color);
  color: #373f43;
}

.adresse {
  color: var(--blue-gray);
  margin-bottom: 5px;
}

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

.heading-1 {
  letter-spacing: 2px;
  font-family: Msmadi, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.flie-text {
  color: #353c40;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

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

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

.terminbutton.highlights.flie-text:hover {
  background-color: var(--highlights-color);
  color: #333;
}

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

.impressum.flie-text {
  line-height: 25px;
}

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

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

.navbar1 {
  z-index: 100;
  background-color: #f2eee6;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 10px;
  display: flex;
  position: sticky;
  top: auto;
  overflow: visible;
}

.nav-link {
  color: var(--dark-blue);
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
}

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

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

.nav-link.flie-text {
  border-bottom: 1px solid #f2ede4;
  margin-left: 0;
  margin-right: 0;
  font-size: 1vw;
  text-decoration: none;
}

.nav-link.flie-text:hover {
  color: #ceab93;
  text-transform: none;
  text-decoration: none;
}

.nav-link.flie-text.w--current {
  border-bottom: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  text-transform: none;
}

.navbar {
  background-color: #0000;
  border-top: 1px solid #cbcbcb80;
  width: 100%;
}

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

.titelvideo-start-1 {
  width: 100%;
  height: 80vh;
  position: relative;
}

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

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

.div-block-video1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 140px;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  color: #f4e8cc;
  text-align: center;
  font-size: 45px;
}

.slogan1.heading-1 {
  text-transform: none;
  line-height: 1.3;
}

.termin-button {
  color: var(--blue-gray);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.hauptfarbe {
  border: 5px #ceab93;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.termin-button.heading-3.highlights {
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
}

.termin-button.heading-3.hauptfarbe-shadow {
  text-align: center;
  background-color: #e7cf95;
  border: 1px solid #cbb376;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 3px 5px 2px #cbb376;
}

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

.inhalt-mittig-untereinander.margin {
  margin-top: 60px;
}

.text-mittig {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

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

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

.feature-image {
  filter: grayscale(20%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-image:hover {
  filter: grayscale(0%);
}

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

.inhalt-nebeneinander1.links {
  justify-content: flex-start;
}

.section-mittig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
  position: relative;
}

.text-links {
  line-height: 1.5;
}

.text-links.flie-text {
  margin-top: 0;
  font-size: 16px;
}

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

.heading-links-smalll {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
}

.heading-links-smalll.heading-2.farbe-der-headings {
  line-height: 1.3;
}

.heading-links-smalll.heading-2.farbe-der-headings.margin-top-rem {
  margin-top: 0;
}

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

.icon1.kleiner {
  width: 58px;
  height: 58px;
}

.heading-mittig-cursive {
  color: #f4e8cc;
  text-align: center;
  margin-top: 10px;
  font-size: 55px;
  line-height: 1.3;
}

.heading-mittig-cursive.heading-1.farbe-der-headings {
  color: #ceab93;
}

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

.heading-mittig-cursive.heading-1 {
  font-family: Msmadi, Arial, sans-serif;
}

.bild-cover1 {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/pexels-inspiredimages-133200.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 140px;
  display: flex;
}

.bild-cover1._2 {
  color: #fff;
  background-image: linear-gradient(#0003, #0003), url('../images/Strand.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-cover1._3 {
  background-image: linear-gradient(#0003, #0003), url('../images/a649d89812e042579ffd634f5149d042.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 50vh;
}

.bild-cover1._12 {
  background-image: linear-gradient(#0003, #0003), url('../images/59a8dd3c15292da868729a0e93a8fb4a---Copy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.bild-cover1._1 {
  background-image: linear-gradient(#0006, #0006), url('../images/side-view-woman-looking-sea-sunset-with-copy-space.webp');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 45vh;
}

.bild-cover1.leistungen {
  background-image: linear-gradient(#0003, #0003), url('../images/pexels-inspiredimages-133200.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-footer {
  color: var(--blue-gray);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

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

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

.inhalt-footer.flie-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.footer-1.hauptfarbe {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-footer1 {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  padding-bottom: 20px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.div-block {
  width: 100%;
  height: 100%;
  padding: 40px;
}

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

.div-block.highlights.mittig {
  justify-content: flex-start;
  align-items: center;
}

.div-block.mittig {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block.mittig.highlights.flie-text.white-line {
  border-right: 4px dotted #fff;
}

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

.galeriebild1 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 57.5vh;
  transition: all .2s;
  overflow: hidden;
}

.galeriebild1:hover {
  box-shadow: 5px 5px 10px 5px #0003;
}

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

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

.checkbox-field {
  text-align: left;
  margin-bottom: 0;
}

.impdat {
  padding: 100px 40px;
}

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

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

.success_block.highlights {
  border: 3px dashed var(--grey);
}

.success1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.success1.heading-1 {
  font-size: 32px;
}

.heading-slogan-cursive {
  color: #f4e8cc;
  font-size: 55px;
}

.heading-slogan-cursive.heading-1 {
  font-family: Msmadi, Arial, sans-serif;
  font-weight: 400;
}

.heading-slogan-cursive.cursive {
  color: #cfad94;
}

.divider {
  width: 10px;
  height: 90%;
  margin-right: 20px;
}

.grid-versetzt {
  z-index: 5;
  grid-column-gap: 0px;
  width: 80%;
  box-shadow: 1px 1px 6px 1px var(--silver);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2fr;
  margin-top: -5%;
  position: relative;
}

.section1 {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  min-height: 30vh;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.field-label.flie-text {
  line-height: 1.3;
}

.paragraph_3.flie-text.white {
  color: #fff;
  font-size: 16px;
}

.flie-text-2 {
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

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

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

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

.form-block-2 {
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

._2er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-transparent {
  z-index: 20;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #82909c00;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 120%;
  position: relative;
}

.counter-versetzt-2 {
  background-color: #fff;
  width: 80%;
  margin-top: -5%;
  padding: 40px 20px;
  position: relative;
  box-shadow: 1px 1px 6px 1px #bbb;
}

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

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

.text-field {
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3.2rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  line-height: 1.3;
  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;
}

.text-field.cc-textarea {
  height: 6rem;
}

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

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

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

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

.form1 {
  margin-top: 20px;
  margin-bottom: 0;
}

.label3 {
  color: var(--blue-gray);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label3.abstand-nach-oben.heading-3 {
  font-weight: 500;
  line-height: 1.3;
}

.contact-form {
  margin-top: 10px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 16.3vw;
  height: 20vh;
  display: flex;
}

.maps-gro {
  width: 100%;
}

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

.link.dark {
  color: #000;
}

.button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  align-self: flex-start;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  line-height: 1.3;
}

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

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

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

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

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

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

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

.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: var(--blue-gray);
}

.body {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.spacer {
  height: 80px;
}

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

.top-navbar {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: center;
  height: 5vh;
  padding: 10px 10vw;
  display: flex;
}

.top-navbar.highlights {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  position: sticky;
  top: 0;
}

.kontakt-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--blue-gray);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.kontakt-wrap:hover {
  filter: brightness(90%);
}

.kontakt-wrap.space {
  margin-bottom: 10px;
}

.icon-sml {
  object-fit: contain;
  width: 1.5rem;
}

.text-wrap-video {
  color: #fff;
  background-image: linear-gradient(#b3b59870, #b3b59870);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: absolute;
  inset: auto auto 10% 5%;
}

.divider-horizontal {
  width: 60%;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-right: 20px;
}

.arrow-down {
  z-index: 100;
  width: 3rem;
  position: absolute;
  inset: auto auto 10px 50%;
  transform: rotate(90deg);
}

.scroll-section {
  height: 1px;
}

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

._3er_grid-cards {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.cards {
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.cards.hauptfarbe {
  transition: transform .2s linear;
}

.cards.hauptfarbe:hover {
  transform: translate(0, -10px);
}

.card-text-wrap {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inhalt-footer-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.inhalt-footer-vertical.flie-text {
  justify-content: center;
  align-items: center;
}

.div-block-footer2 {
  border-top: 1px solid var(--blue-gray);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-bottom: 5px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

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

.div-block-blau {
  border-radius: 20px;
  position: relative;
}

.div-block-blau.highlights {
  z-index: 1;
  background-color: #ebd5a1;
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

.image-absolut {
  object-fit: cover;
  background-color: #ddd0;
  border-radius: 20px;
  width: 100%;
  height: 55vh;
  position: absolute;
  inset: 40px 0% 0% -40px;
}

.image-absolut.transpa {
  object-position: 100% 0%;
}

.image-absolut.transpa.is-left {
  object-position: 0% 0%;
}

.image-absolut.rechts {
  object-position: 80% 50%;
}

.image-absolut.relaative {
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
}

.image-absolut.relaative.up {
  object-position: 50% 70%;
}

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

._2er {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  width: 100%;
}

._2er.unten {
  margin-bottom: 20px;
}

.icon-abs {
  width: 80px;
  position: absolute;
  inset: -50px auto auto;
}

.termin-button-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-no-overflow-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.white-div-block {
  flex-flow: column;
  justify-content: space-between;
  width: 92%;
  min-height: 30vh;
  padding: 20px;
  display: flex;
  position: relative;
  top: -70px;
}

.white-div-block.hauptfarbe {
  z-index: 1;
  border: 5px solid #cab174;
  box-shadow: 0 2px 5px #0003;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  box-shadow: 0 2px 5px #0003;
}

._2er_grid_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 100%;
  padding: 0;
}

.content_2-2 {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  position: relative;
  box-shadow: 0 0 30px 5px #bababa80;
}

.content_2-2.hauptfarbe {
  background-color: #e3caa5;
}

.dropdown_content {
  margin-top: 20px;
}

.list-item {
  margin-bottom: 10px;
}

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

.accordion-tab-button-dark-2 {
  cursor: pointer;
  background-color: #e7cf95;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.accordion-question-header-4 {
  width: 80%;
  color: var(--blue-gray);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
}

.accordion-question-header-4.heading-3 {
  text-transform: uppercase;
}

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

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

.arrow-right-3.white-back {
  background-color: var(--blue-gray);
}

.logo-wrapper {
  width: 12vh;
  height: 12vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.youtube-embed-wrapper {
  width: 48%;
  height: 50vh;
  margin-top: 20px;
}

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

.dropdown-toggle-12 {
  white-space: pre-wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-dropdown {
  border-bottom: 1px solid #797979;
  width: 100%;
  min-height: 15.5vh;
}

.dropdown-list-13 {
  background-color: #ddd0;
  position: static;
}

.image-absolut-slider {
  object-fit: cover;
  background-color: #ddd0;
  width: 100%;
  height: 55vh;
  position: absolute;
  inset: 10% 0% 0% -10%;
}

.image-absolut-slider.button-transparent-slider {
  object-position: 100% 0%;
}

.hide-temporary {
  display: none;
}

.dd-lotus {
  filter: invert() grayscale();
  object-fit: contain;
  height: 3vh;
  position: absolute;
  inset: auto 1% auto auto;
}

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

.social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.small-icon-wrapper {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  padding: 10px;
}

.termin-button-3 {
  color: var(--blue-gray);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button-3.heading-3.hauptfarbe-shadow {
  background-color: #e7cf95;
  border: 1px solid #cbb376;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 3px 5px 2px #cbb376;
}

.lotus {
  object-fit: contain;
  width: 40px;
}

.list-element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.divider-large {
  width: 75%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.grid-2er {
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 85%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 0 30px 4px #96949433;
}

.circle-div {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  height: 17.5rem;
  display: flex;
  overflow: hidden;
}

.content-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

.heading-mittig-small {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 1.3;
}

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

.shadow-div {
  color: #333;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 20px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 15px 2px #a8a8a833;
}

.shadow-div:hover {
  transform: translate(0, -5px);
}

.shadow-div.opacity {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff4da8c;
}

.logo-wrap {
  height: 25vh;
  margin-bottom: 20px;
}

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

.grid-2er-invert {
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 85%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0 0 30px 4px #96949433;
}

.grid-2er-invert.zweitfarbe {
  align-items: center;
}

.heading-card {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
}

.heading-links-cursive {
  margin-top: 10px;
  font-size: 55px;
  line-height: 1.3;
}

.lotus-large {
  color: #c9baac;
  object-fit: contain;
  width: 60px;
  margin-bottom: 10px;
}

.lotus-large.filter {
  filter: invert();
}

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

.zweitfarbe-2 {
  background-color: var(--secondry-color-2);
  color: var(--blue-gray);
}

.contact-icon {
  object-fit: contain;
  width: 2.5vw;
}

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

.slide-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: grid;
}

.slider-2 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.image-100-contain {
  object-fit: contain;
  background-color: #f2eee6;
  width: 100%;
  height: 100%;
}

.text-list {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.text-list.flie-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
}

.cursive {
  font-family: Msmadi, Arial, sans-serif;
}

.cards-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.cards-center.hauptfarbe {
  z-index: 1;
  border: 5px solid #cab174;
  box-shadow: 0 2px 5px #0003;
}

.heading-links-faq {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

._3er_grid-cards-2er {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 100px;
}

.termin-button-footer {
  color: var(--blue-gray);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button-footer.heading-3.hauptfarbe {
  border: 5px #ceab93;
  border-radius: 5px;
  padding: 15px 30px;
  font-size: .9vw;
  font-weight: 500;
  box-shadow: 0 2px 5px #0003;
}

.termin-button-footer.heading-3.hauptfarbe.weniger {
  padding-left: 20px;
  padding-right: 20px;
}

.text-links-slider {
  font-size: .9vw;
  line-height: 1.5;
}

.text-links-slider.flie-text {
  width: 80%;
  margin-top: 0;
  font-size: 16px;
}

.top-button {
  border: 2px solid #000;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  padding: 10px;
  position: fixed;
  inset: auto 1% 3% auto;
}

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

.top-div {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-blau-2 {
  border-radius: 20px;
  height: 90vh;
  position: relative;
}

.div-block-blau-2.highlights {
  background-color: #ebd5a1;
  width: 100%;
  overflow: hidden;
}

.image-absolut-90 {
  object-fit: cover;
  object-position: 50% 20%;
  background-color: #ddd0;
  border-radius: 20px;
  width: 90%;
  height: 90vh;
  position: absolute;
  inset: 40px 0% 0%;
}

.span-bold {
  font-weight: 600;
}

.reviews-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.wrapp {
  overflow-wrap: anywhere;
}

.image-absolut-91 {
  object-fit: cover;
  background-color: #ddd0;
  border-radius: 20px;
  width: 100%;
  height: 55vh;
  position: absolute;
  inset: 40px 0% 0% -40px;
}

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

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

.modal1_content-wrapper {
  background-color: var(--main-grad-100);
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  color: var(--secondry-color);
  flex-direction: column;
  justify-content: center;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

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

.margin-bottom.margin-large {
  margin: 0;
}

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

.text-size-medium-2 {
  font-size: 1.125rem;
}

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

.modal1_component, .modal1_component-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal1_content-wrapper-2 {
  color: #fffbe9;
  background-color: #cbb376;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.slider {
  z-index: 10;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 40px;
  left: -40px;
}

.slide-arrows {
  display: none;
}

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

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

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

.popup {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000057;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popuup-card {
  background-color: var(--secondry-color-2);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 40px;
  display: flex;
}

.link-2 {
  color: var(--dark-blue);
  text-decoration: none;
}

.back {
  cursor: pointer;
  object-fit: contain;
  position: absolute;
  top: 20px;
  right: 20px;
}

.text-span {
  font-size: 22px;
}

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

.text-size-medium {
  font-family: Raleway, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.testimonial-text-block {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

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

.testimonial-heading.heading-1 {
  margin-bottom: 20px;
}

.dropdown-content {
  background-color: #fff;
  padding-top: 30px;
  position: static;
  overflow: hidden;
}

.dropdown-content.w--open {
  background-color: #fff;
}

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

.text-block-2 {
  margin-right: 10px;
}

.grid-col-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.testimonial {
  flex-direction: column;
  align-items: center;
  height: 63vh;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px #d7d7d7;
}

.testimonial-button {
  color: #fff;
  background-color: #14275d;
  border-radius: 50px;
  padding-left: 30px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.testimonial-button.highlights {
  border-radius: 50px;
}

.profile-picture {
  border: 1px solid #e7cf95;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding-top: 10px;
  overflow: hidden;
}

.paragraph-6 {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
}

.testimonial-dropdown {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.modal1_content-wrapper-4 {
  background-color: var(--secondry-color-2);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.heading-4 {
  font-family: Raleway, sans-serif;
  font-size: 40px;
  line-height: 1.5;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

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

  .nav-link.flie-text {
    text-align: center;
    border-bottom-style: none;
    padding: 15px 0;
    font-size: 14px;
    line-height: 1;
  }

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

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

  .logo-abstand1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .titelvideo-start-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 65vh;
    padding: 60px;
    display: flex;
  }

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

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

  .slogan1.heading-2 {
    margin-top: 10px;
    font-size: 35px;
  }

  .termin-button.heading-3.hauptfarbe {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
  }

  .termin-button.heading-3.highlights, .termin-button.heading-3.hauptfarbe-shadow {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
  }

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

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

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 100%;
  }

  .inhalt-nebeneinander1.links {
    flex-direction: row;
  }

  .section-mittig1 {
    padding: 60px 40px;
  }

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

  .text-links.flie-text {
    text-align: center;
    font-size: 15px;
  }

  .heading-links-smalll.heading-2 {
    text-align: center;
    font-size: 25px;
  }

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

  .heading-mittig-cursive.heading-1.farbe-der-headings {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
  }

  .heading-mittig-cursive.cursive, .heading-mittig-cursive.heading-1 {
    font-size: 35px;
  }

  .bild-cover1, .bild-cover1._2 {
    padding: 60px;
  }

  .bild-cover1._3 {
    min-height: auto;
  }

  .bild-cover1._12 {
    min-height: 45vh;
  }

  .bild-cover1._1 {
    background-image: linear-gradient(#0006, #0006), url('../images/side-view-woman-looking-sea-sunset-with-copy-space.webp');
    background-position: 0 0, 80% 100%;
  }

  .bild-cover1.leistungen {
    padding: 60px;
  }

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

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

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

  .div-block-footer1 {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block.highlights.mittig.flie-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block.mittig.highlights.flie-text.white-line {
    border-bottom: 4px dashed #fff;
    border-right-style: none;
  }

  .galerie1-grid1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .galeriebild1 {
    height: 55vh;
  }

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

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

  .success_block.highlights {
    padding: 60px;
  }

  .success1.heading-1 {
    margin-bottom: 10px;
    font-size: 35px;
  }

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

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

  .grid-versetzt {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

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

  .form-grid {
    width: 100%;
  }

  .text-field {
    height: 3rem;
    padding: 12px;
  }

  .text-field.cc-textarea {
    margin-bottom: 0;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

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

  .maps-gro {
    height: 45vh;
  }

  .image-100.is-abs {
    position: absolute;
    inset: 0%;
  }

  .arrow-left-2.white-back {
    width: 25px;
  }

  .spacer {
    height: 20px;
  }

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

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

  .top-navbar.highlights {
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-wrap-video {
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
    inset: auto;
  }

  .arrow-down {
    width: 2.2rem;
    position: relative;
    inset: 0;
  }

  .arrow-wrap.is-abs {
    position: absolute;
    inset: auto auto 2%;
  }

  .inhalt-untereinander2 {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

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

  ._3er_grid-cards.is-flex {
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .cards {
    height: auto;
    padding: 20px;
  }

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

  .cards.hauptfarbe:hover {
    transform: translate(0, -5px);
  }

  .card-text-wrap {
    padding-right: 0;
  }

  .div-block-footer2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-blau.highlights {
    border-radius: 15px;
  }

  .image-absolut {
    border-radius: 15px;
    height: 100%;
    top: 20px;
    left: -20px;
  }

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

  ._2er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  ._2er.is-invert {
    flex-flow: column-reverse;
  }

  .white-div-block.hauptfarbe {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 37vh;
    top: auto;
  }

  .service-image {
    height: 55vh;
  }

  .content_2-2.hauptfarbe {
    margin-top: 0;
    padding: 20px;
  }

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

  .accordion-tab-button-dark-2 {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .accordion-pane-content-2 {
    text-align: center;
    padding-bottom: 0;
  }

  .arrow-div-2 {
    width: 22px;
    height: 22px;
    margin-right: 20px;
  }

  .arrow-right-3.white-back {
    width: 25px;
    right: 2px;
  }

  .logo-wrapper {
    width: 5rem;
    height: 5rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .youtube-embed-wrapper {
    width: 80%;
    margin-top: 10px;
  }

  .dropdown-toggle-12 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .faq-dropdown {
    min-height: auto;
  }

  .image-absolut-slider {
    width: 90vw;
    height: 50vh;
  }

  .image-absolut-slider.button-transparent-slider {
    width: 100%;
    height: 100%;
    top: 20px;
    left: -20px;
  }

  .dd-lotus {
    height: 2.5rem;
  }

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

  .small-icon-wrapper {
    margin-bottom: 10px;
  }

  .termin-button-3.heading-3.hauptfarbe-shadow {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
  }

  .list-element {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .divider-large.hauptfarbe {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid-2er, .grid-2er.highlights {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .circle-div {
    width: 13rem;
    height: 13rem;
  }

  .content-links {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

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

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

  .shadow-div {
    padding: 20px;
  }

  .logo-wrap {
    height: 9rem;
    margin-bottom: 0;
  }

  .grid-2er-invert.zweitfarbe {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .grid-2er-invert.zweitfarbe.is-min-height {
    padding-bottom: 40px;
  }

  .grid-2er-invert.zweitfarbe.is-invert {
    flex-flow: column-reverse;
  }

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

  .heading-links-cursive.cursive.farbe-der-headings {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 35px;
  }

  .lotus-large {
    width: 55px;
  }

  .contact-icon {
    width: 1.6rem;
  }

  .slide-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .slider-2 {
    width: 100%;
  }

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

  .cards-center.hauptfarbe {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .heading-links-faq.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
  }

  ._3er_grid-cards-2er {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 60px;
    display: flex;
  }

  .termin-button-footer.heading-3.hauptfarbe {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
  }

  .termin-button-footer.heading-3.hauptfarbe.weniger {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-links-slider.flie-text {
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .div-block-blau-2.highlights {
    height: 55vh;
  }

  .image-absolut-90 {
    width: 100%;
    height: 100%;
    top: 20px;
    left: -20px;
  }

  .image-absolut-90.is-top {
    object-position: 50% 25%;
  }

  .men-button1 {
    background-color: var(--main-grad-100);
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

  .men-button1.w--open {
    background-color: var(--main-grad-100);
  }

  .slide-nav {
    height: 2rem;
    font-size: 12px;
    inset: auto 0% -10%;
  }

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

  .left-arrow-3 {
    width: 55px;
    font-size: 35px;
    left: 3%;
  }

  .right-arrow-white {
    width: 55px;
    font-size: 35px;
  }

  .icon-stroke {
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: black;
  }

  .slide-nav-small {
    height: 2rem;
    font-size: 12px;
    inset: auto 0% 6%;
  }

  .field-lable {
    width: 100%;
  }

  .cell {
    display: none;
  }

  .image-absolut-91 {
    width: 90vw;
    height: 50vh;
    top: 5%;
    left: 5%;
  }

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

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

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

  .popup {
    display: flex;
  }

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

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

  .testimonial {
    height: 63vh;
  }

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

  .modal1_component-4 {
    z-index: 1000;
  }
}

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

  .kontakt, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start-1 {
    height: 28rem;
    padding: 40px;
  }

  .titelvideo-start-1.unterseite {
    height: 450px;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video1 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .termin-button.heading-3.hauptfarbe, .termin-button.heading-3.highlights, .termin-button.heading-3.hauptfarbe-shadow {
    padding: 12px 20px;
    font-size: 12px;
  }

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

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

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

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

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

  .text-links.flie-text.no-spc.is-hidden {
    display: none;
  }

  .heading-links-smalll.heading-2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .heading-links-smalll.heading-2.farbe-der-headings {
    font-size: 18px;
    line-height: 130%;
  }

  .heading-mittig-cursive.heading-1.farbe-der-headings {
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-mittig-cursive.heading-2 {
    font-size: 22px;
    line-height: 130%;
  }

  .heading-mittig-cursive.cursive {
    font-size: 30px;
  }

  .heading-mittig-cursive.heading-1 {
    letter-spacing: 1px;
    font-size: 30px;
  }

  .bild-cover1, .bild-cover1._2 {
    padding: 40px;
  }

  .bild-cover1._12 {
    min-height: 40vh;
  }

  .bild-cover1._1 {
    background-position: 0 0, 60% 100%;
    min-height: 40vh;
  }

  .bild-cover1.leistungen {
    padding: 40px;
  }

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

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

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

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

  .galerie1-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .galeriebild1 {
    height: 25rem;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

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

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

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

  .heading-slogan-cursive.cursive {
    font-size: 30px;
  }

  .grid-versetzt {
    width: 100%;
  }

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

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

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

  .counter-versetzt-2 {
    width: 100%;
    overflow: hidden;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text-field {
    height: 2.8rem;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px;
  }

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

  .text-field.cc-textarea {
    height: 5.5rem;
  }

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

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

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 25rem;
  }

  .spacer {
    height: 0;
  }

  .top-navbar.highlights {
    padding-left: 40px;
    padding-right: 40px;
  }

  .kontakt-wrap.space {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .kontakt-wrap.is-vertical {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .arrow-down {
    width: 2rem;
  }

  ._3er_grid-cards {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .cards.hauptfarbe {
    width: 100%;
  }

  .cards.hauptfarbe:hover {
    transform: translate(0, -3px);
  }

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

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

  .div-block-blau.highlights {
    height: 25rem;
  }

  .image-absolut {
    top: 15px;
    left: -15px;
  }

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

  .icon-abs {
    width: 70px;
  }

  .white-div-block.hauptfarbe {
    min-height: auto;
  }

  .service-image {
    height: 50vh;
  }

  .service-image.is-top_25 {
    object-position: 50% 25%;
  }

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

  .content_2-2 {
    padding: 20px;
  }

  .accordion-tab-button-dark-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .accordion-question-header-4.heading-3 {
    font-size: 13px;
  }

  .logo-wrapper {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .youtube-embed-wrapper {
    width: 100%;
    height: 45vh;
  }

  .image-absolut-slider.button-transparent-slider {
    top: 15px;
    left: -15px;
  }

  .dd-lotus {
    height: 2.2rem;
  }

  .social-wrapper {
    justify-content: center;
    align-items: center;
  }

  ._3er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .small-icon-wrapper {
    width: 60px;
    height: 60px;
    padding: 6px;
  }

  .termin-button-3.heading-3.hauptfarbe-shadow {
    padding: 12px 20px;
    font-size: 12px;
  }

  .list-element {
    margin-bottom: 5px;
  }

  .divider-large.hauptfarbe {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .circle-div {
    width: 12rem;
    height: 12rem;
  }

  .heading-mittig-small.heading-2 {
    font-size: 25px;
    line-height: 1.3;
  }

  .logo-wrap {
    height: 8rem;
  }

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

  .heading-links-cursive.cursive.farbe-der-headings {
    font-size: 30px;
  }

  .lotus-large {
    width: 50px;
  }

  .contact-icon {
    width: 1.5rem;
  }

  .text-list.flie-text {
    padding-left: 20px;
    font-size: 14px;
  }

  .heading-links-faq.heading-2 {
    font-size: 18px;
  }

  ._3er_grid-cards-2er {
    grid-template-columns: 1fr;
  }

  .termin-button-footer.heading-3.hauptfarbe {
    padding: 12px 20px;
    font-size: 11px;
  }

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

  .top-button.highlights {
    width: 2.5rem;
    height: 2.5rem;
    padding: 5px 6px 6px;
    bottom: 2%;
  }

  .div-block-blau-2.highlights {
    height: 25rem;
  }

  .image-absolut-90 {
    top: 15px;
    left: -15px;
  }

  .men-button1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .slide-nav {
    font-size: 11px;
    bottom: -11%;
  }

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

  .left-arrow-3 {
    width: 50px;
    font-size: 30px;
    left: 4%;
  }

  .right-arrow-white {
    width: 50px;
    font-size: 30px;
  }

  .slide-nav-small {
    font-size: 11px;
    bottom: 5%;
  }

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

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

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

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

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

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

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

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

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

  .show-mobile-landscape-2 {
    display: block;
  }

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

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

  .heading-4 {
    font-size: 35px;
  }
}

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

  .logo-img {
    height: 8rem;
  }

  .kontakt, .adresse {
    font-size: 13px;
  }

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

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

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

  .titelvideo-start-1 {
    padding: 20px;
  }

  .titelvideo-start-1.unterseite {
    height: 350px;
  }

  .div-block-video1 {
    align-items: flex-start;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .termin-button.heading-3.hauptfarbe, .termin-button.heading-3.highlights, .termin-button.heading-3.hauptfarbe-shadow {
    padding: 10px 15px;
    font-size: 11px;
  }

  .section-mittig1 {
    padding: 20px;
  }

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

  .heading-links-smalll.heading-2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-links-smalll.heading-2.farbe-der-headings {
    font-size: 16px;
  }

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

  .icon1.kleiner {
    width: 48px;
    height: 48px;
  }

  .heading-mittig-cursive.heading-1.farbe-der-headings {
    font-size: 25px;
  }

  .heading-mittig-cursive.heading-2 {
    font-size: 16px;
  }

  .heading-mittig-cursive.cursive {
    font-size: 25px;
  }

  .heading-mittig-cursive.heading-1 {
    letter-spacing: 0;
    font-size: 25px;
  }

  .bild-cover1, .bild-cover1._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-cover1._12 {
    min-height: 35vh;
  }

  .bild-cover1._1 {
    background-position: 0 0, 50% 100%;
    min-height: 35vh;
  }

  .bild-cover1.leistungen {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-footer1, .div-block.highlights.mittig.flie-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .galerie1-grid1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 5px;
  }

  .form-text {
    font-size: 13px;
  }

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

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

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

  .success_block.highlights {
    padding: 20px;
  }

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

  .success1.heading-1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-slogan-cursive.heading-2 {
    font-size: 16px;
    line-height: 120%;
  }

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

  .heading-slogan-cursive.cursive {
    font-size: 24px;
  }

  .section1 {
    width: 100%;
  }

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

  .flie-text-2 {
    width: 99.9998%;
  }

  .form-block-2 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._2er-grid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .counter-versetzt-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .text-field {
    height: 2.5rem;
  }

  .text-field.cc-textarea {
    height: 5rem;
  }

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

  .label3.abstand-nach-oben.heading-3 {
    letter-spacing: 1px;
  }

  .form {
    width: 100%;
  }

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

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

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

  .arrow-left-2.white-back {
    width: 22px;
    height: 2.5px;
    left: 2px;
  }

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

  .top-navbar.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-sml {
    width: 1.2rem;
  }

  .arrow-down {
    width: 1.6rem;
  }

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

  ._3er_grid-cards {
    margin-top: 10px;
  }

  ._3er_grid-cards.is-flex {
    margin-bottom: 10px;
  }

  .cards {
    padding: 10px;
  }

  .cards.hauptfarbe {
    padding: 15px;
  }

  .card-text-wrap {
    padding-right: 0;
  }

  .image-absolut {
    border-radius: 10px;
    top: 10px;
    left: -10px;
  }

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

  .icon-abs {
    width: 60px;
    top: -40px;
  }

  .white-div-block {
    margin-top: -100px;
    padding: 20px;
  }

  .white-div-block.hauptfarbe {
    margin-top: 0;
  }

  .service-image {
    height: 45vh;
  }

  .content_2-2.hauptfarbe {
    padding: 15px;
  }

  .accordion-item-wrapper-white-4 {
    margin-top: 10px;
  }

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

  .accordion-pane-content-2 {
    padding-top: 15px;
  }

  .arrow-div-2 {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

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

  .accordion-question-header-4.heading-3 {
    font-size: 11px;
  }

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

  .arrow-right-3.white-back {
    width: 22px;
    height: 2.5px;
    right: 1.5px;
  }

  .youtube-embed-wrapper {
    height: 40vh;
  }

  .dropdown-toggle-12 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .image-absolut-slider {
    height: 25vh;
  }

  .image-absolut-slider.button-transparent-slider {
    top: 10px;
    left: -10px;
  }

  .dd-lotus {
    height: 2rem;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .small-icon-wrapper {
    width: 50px;
    height: 50px;
    padding: 2px;
  }

  .termin-button-3.heading-3.hauptfarbe-shadow {
    padding: 10px 15px;
    font-size: 11px;
  }

  .divider-large.hauptfarbe {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .grid-2er, .grid-2er.highlights {
    padding: 15px;
  }

  .circle-div {
    width: 10rem;
    height: 10rem;
  }

  .heading-mittig-small.heading-2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .shadow-div:hover, .shadow-div.opacity:hover {
    transform: translate(0, -3px);
  }

  .logo-wrap {
    height: 7rem;
  }

  .grid-2er-invert.zweitfarbe {
    padding: 15px;
  }

  .heading-card.heading-2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .heading-links-cursive.cursive.farbe-der-headings {
    font-size: 25px;
  }

  .lotus-large {
    width: 40px;
  }

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

  .cards-center {
    margin-top: -100px;
    padding: 20px;
  }

  .cards-center.hauptfarbe {
    margin-top: 0;
  }

  .heading-links-faq.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .termin-button-footer.heading-3.hauptfarbe {
    padding: 10px 15px;
    font-size: 10px;
  }

  .text-links-slider.flie-text {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .top-button.highlights {
    width: 2.2rem;
    height: 2.2rem;
    padding: 2px 3px 3px;
  }

  .image-absolut-90 {
    top: 10px;
    left: -10px;
  }

  .men-button1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slide-nav {
    font-size: 10px;
    bottom: -5%;
  }

  .reviews-grid {
    width: 100%;
  }

  .left-arrow-3, .right-arrow-white {
    width: 45px;
    font-size: 26px;
  }

  .slide-nav-small {
    height: 1.8rem;
    font-size: 10px;
    bottom: 3%;
  }

  .field-lable {
    font-size: 13px;
  }

  .image-absolut-91 {
    height: 25vh;
  }

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

  .modal1_component, .modal1_component-2 {
    width: auto;
    height: auto;
  }

  .popup {
    display: none;
  }

  .popuup-card {
    width: 80%;
    padding: 20px;
  }

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

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

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

  .testimonial {
    height: auto;
  }

  .paragraph-6.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  .show-mobile-landscape-2 {
    filter: none;
  }

  .modal1_component-4 {
    width: auto;
    height: auto;
    display: none;
  }

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

#w-node-_064cea7d-6813-764f-84c9-edeea627b931-93defcab {
  place-self: center;
}

#w-node-adacb90a-7e2b-98e8-b7fe-7ac0eb18da58-93defcab {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_55dc9f05-567b-c6d3-7b36-8cd43da6ce27-93defcab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_023f75fa-16e5-a343-1af2-aea53bec1c42-93defcab {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41983053-444f-49d7-325a-1fad0d1bd61d-93defcad, #w-node-_0d6f9ce6-8ceb-64f8-9573-15c105675843-93defcad, #w-node-_00787575-813a-af54-6e15-eb87ce6fc1e8-93defcb0, #w-node-d0fb4c09-2a92-3982-cf8e-961e8b969750-93defcb0, #w-node-_3468326d-0a4f-5029-467d-0e7a2295a979-93defcb0, #w-node-_8fd7d2dc-83ff-db14-fc0e-a4c7c5243a82-93defcb0, #w-node-_8fd7d2dc-83ff-db14-fc0e-a4c7c5243a84-93defcb0, #w-node-_8fd7d2dc-83ff-db14-fc0e-a4c7c5243a86-93defcb0, #w-node-_14bd91bd-2faa-ba55-31a3-6b4ecf391e91-93defcb0, #w-node-_14bd91bd-2faa-ba55-31a3-6b4ecf391e93-93defcb0, #w-node-_19486a4e-7e36-4b72-b36e-86e786c57c30-93defcb0, #w-node-_5dc63d49-6041-ee3a-50a2-74fe3c067784-93defcb0, #w-node-b494eb1b-a64d-d37f-c7a9-299b09f61ee6-93defcb0, #w-node-_9b64a4d9-3d97-a845-bfbc-7d180ba3e34c-93defcb0, #w-node-_2efbf7ba-fb4b-f8ba-4c10-ae9903eaf690-93defcb0, #w-node-_0a2f7cc6-bf60-1cb2-4b48-105799f4509d-93defcb0, #w-node-de282136-dfc2-ef97-672a-5c663854e3b8-93defcb0, #w-node-_84e72025-9e55-82ea-a62b-5004f70f65e9-93defcb5, #w-node-_84e72025-9e55-82ea-a62b-5004f70f6607-93defcb5, #w-node-_84e72025-9e55-82ea-a62b-5004f70f6616-93defcb5, #w-node-d1d14404-15cf-6405-df1e-2e444e910d1d-93defcb5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dc6c809-9c5e-a8c7-ca54-8c7e7adce5f6-bbd593bc {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1480cfee-663d-faa7-d173-67cc69b73fad-da8a7dde, #w-node-_790028b7-7394-4f6e-bee9-a571a8e5ddc2-da8a7dde {
  place-self: center;
}

#w-node-_57f542ca-d7f7-4b91-488a-1cb3cccd74e5-a62ea833, #w-node-c38cdda8-dce5-e5ed-7e45-b48a6a745a5f-19bbcdb1, #w-node-_88a75650-f70c-4cfe-9675-09b98019e188-ec87998a, #w-node-_215c1b7f-5754-3957-8e6b-e3f36539cc7c-4ca64173 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60c64b57-74ac-457f-12b7-13ed11277d0c-3669fbb3, #w-node-_60c64b57-74ac-457f-12b7-13ed11277d0c-e1c659df, #w-node-_60c64b57-74ac-457f-12b7-13ed11277d0c-692adc78, #w-node-_60c64b57-74ac-457f-12b7-13ed11277d0c-f9decb09, #w-node-_60c64b57-74ac-457f-12b7-13ed11277d0c-3aed56ac {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_9ad06c8c-ab6e-af98-7420-195d07c170a0-cccd823c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_74254100-30e8-3153-075b-2376904239e4-12cd9862, #w-node-_74254100-30e8-3153-075b-2376904239e6-12cd9862, #w-node-_74254100-30e8-3153-075b-2376904239e8-12cd9862, #w-node-_2ec0198a-c4ee-afa5-e5ad-7e3d8a626b65-12cd9862, #w-node-c76f1a97-eee6-5460-0148-d036fbeaf4e1-12cd9862, #w-node-_3dbe4d8b-24f5-245a-6949-ed0c02ba5da3-12cd9862, #w-node-_74254100-30e8-3153-075b-2376904239ea-12cd9862, #w-node-_74254100-30e8-3153-075b-2376904239ec-12cd9862, #w-node-_74254100-30e8-3153-075b-2376904239f0-12cd9862, #w-node-ffbb9804-db56-8588-bd42-812dce193e5b-12cd9862, #w-node-_3e46f6bc-c6fd-6983-f507-b94c6a8045cb-12cd9862, #w-node-_8f21f314-dc66-755a-2d2b-5a35f45457c4-12cd9862, #w-node-_85474220-bca7-27eb-7759-be94a0c552a6-12cd9862, #w-node-_5f0e4de9-4aba-87be-7e79-dca2e273c664-12cd9862, #w-node-_7be7ec57-95b7-4072-dca9-4b62aeeb4af4-12cd9862, #w-node-_5e3f0ee0-9c64-a481-bc36-9a29309165a6-12cd9862, #w-node-bc241206-0fee-6c9d-8084-6f87c64d1b05-12cd9862, #w-node-_3cfc5b52-dcce-c64b-ebf6-fb8fae88711a-12cd9862 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-de282136-dfc2-ef97-672a-5c663854e3b8-93defcb0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6dc6c809-9c5e-a8c7-ca54-8c7e7adce5f6-bbd593bc {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_74254100-30e8-3153-075b-2376904239f0-12cd9862 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Twotwenty';
  src: url('../fonts/TWOTWENTY.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Organo';
  src: url('../fonts/Organo.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lanehum';
  src: url('../fonts/Lanehum.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdam Personal Use';
  src: url('../fonts/Amsterdam-Personal-Use.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdamfourslantttf 4 B 4 Yl';
  src: url('../fonts/AmsterdamFourSlantTtf-4B4yl.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdamfourttf Owmx 4';
  src: url('../fonts/AmsterdamFourTtf-owMx4.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdamone Ez 12 L';
  src: url('../fonts/AmsterdamOne-eZ12l.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdamoneslant 0 Wglp';
  src: url('../fonts/AmsterdamOneSlant-0WglP.ttf') format('truetype'), url('../fonts/AmsterdamOneSlant-0WglP.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdamthreeslant Axaym';
  src: url('../fonts/AmsterdamThreeSlant-axaym.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdamthreeslantttf Wyjvg';
  src: url('../fonts/AmsterdamThreeSlantTtf-WyJVG.ttf') format('truetype'), url('../fonts/AmsterdamThreeSlantTtf-WyJVG.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arizonia';
  src: url('../fonts/Arizonia-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allison';
  src: url('../fonts/Allison-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Msmadi';
  src: url('../fonts/MsMadi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourgummy';
  src: url('../fonts/SourGummy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}