@font-face {
  font-family: LaBodoni;
  src: url('../fonts/fonnts.com-LaBodoniBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LaBodoni;
  src: url('../fonts/fonnts.com-LaBodoniDemiLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LaBodoni;
  src: url('../fonts/fonnts.com-LaBodoniLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: LaBodoni;
  src: url('../fonts/fonnts.com-LaBodoniMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --seitefarbe: whitesmoke;
  --hauptfarbe: #758f5f;
  --weiss: white;
  --zweitfarbe: #ebf0e2;
  --highlights: #c1a159;
  --transparent: transparent;
  --drittefarbe: #3a602d;
  --textfarbe: #5c5b5b;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

body {
  background-color: var(--seitefarbe);
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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;
  font-size: 16px;
}

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

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

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

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

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

.logo {
  justify-content: center;
  align-items: center;
  height: 18vh;
  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(--hauptfarbe);
  color: var(--weiss);
}

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

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

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

.google-maps._50 {
  height: 50%;
}

.google-maps._50-1 {
  height: 50%;
  margin-top: 10px;
}

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

.heading-2 {
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.heading-3 {
  font-family: Playfair Display, 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-1 {
  color: var(--highlights);
  line-height: 1.3;
}

.navbar {
  z-index: 5;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  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;
}

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

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

.link-formular {
  border-bottom: 1px solid var(--transparent);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.success-block.highlights {
  color: #fff;
  background-color: var(--hauptfarbe);
}

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

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

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

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

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

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

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

.bild-cover-1 {
  background-image: linear-gradient(#ffffff4d, #ffffff4d), url('../images/imgi_5_Ueber_mich_7.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: 70vh;
  position: relative;
}

.heading-klein-links {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.heading-klein-links.heading-3._80 {
  width: 80%;
}

.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: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

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

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

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

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

.footer {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 60px 10vw;
  position: relative;
}

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

.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-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::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;
}

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

.navlink {
  padding: 10px 20px;
  transition: all .3s ease-in-out;
}

.navlink.flie-text:hover, .navlink.flie-text.w--current {
  color: var(--highlights);
}

.navlink.flie-text.abstand-rechts {
  color: #333;
  padding-right: 40px;
  text-decoration: none;
}

.navlink.flie-text.abstand-rechts:hover, .navlink.flie-text.abstand-rechts.w--current {
  color: var(--highlights);
}

.men {
  z-index: 1000;
}

.kopfzeile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 3vw;
  display: flex;
  position: relative;
}

.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: 0;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

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

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

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

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

.heading-kursiv {
  font-family: Great Vibes, cursive;
  font-weight: 400;
  line-height: 1.3;
}

.navbar-wrapper {
  border: 1px solid #ccc;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 3vw;
  display: flex;
  position: relative;
}

.nav-dropdown-toggle {
  padding: 0;
}

.dd-icon {
  z-index: 5;
}

.navigation-list {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 20px;
}

.logo-wrapper {
  margin-bottom: 20px;
}

.titelbereich {
  width: 100%;
  height: auto;
  padding: 40px 3vw;
  position: relative;
}

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

.banner-grid.is-invert.auto {
  grid-template-columns: 1fr 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.banner-video {
  z-index: 5;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-video.hide {
  display: none;
}

.titelinhalt-wrapper {
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.titelinhalt-wrapper.zweitfarbe {
  background-color: #ebf0e2;
}

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

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

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

.label-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
}

.slogan {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 65px;
}

.slogan.heading-kursiv {
  line-height: 1;
}

.text-gross {
  margin-bottom: 10px;
  font-size: 22px;
}

.text-gross.flie-text.textfarbe {
  color: var(--textfarbe);
}

.text-gross.flie-text.mittig {
  text-align: center;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--transparent);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.button:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px #0003;
}

.button.flie-text.hauptfarbe-outline {
  border-color: var(--hauptfarbe);
  background-color: var(--transparent);
  color: var(--hauptfarbe);
}

.button.flie-text.hauptfarbe-outline:hover {
  border-color: var(--drittefarbe);
  background-color: var(--drittefarbe);
  color: var(--weiss);
}

.button.flie-text.weiss-outline {
  border-color: var(--weiss);
  background-color: var(--transparent);
  color: var(--weiss);
}

.button.flie-text.weiss-outline:hover {
  border-color: var(--drittefarbe);
  background-color: var(--drittefarbe);
  color: var(--weiss);
}

.teiler {
  border-radius: 100px;
  width: 45%;
  height: 3px;
}

.border-top {
  z-index: 10;
  height: 100%;
  position: absolute;
  inset: auto auto 0% -5%;
}

.titelimg-wrapper {
  width: auto;
  height: 100%;
  position: relative;
}

.bereich-mittig {
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bereich-mittig.kein-abstand {
  padding: 0 0;
}

.bereich-mittig.kein-abstand.hauptfarbe {
  overflow: visible;
}

.bereich-mittig.kein-abstand.abstand-unten {
  padding-bottom: 15vh;
}

.bereich-mittig.klein-abstand {
  padding: 5vh 3vw;
}

.bereich-mittig.klein-abstand.pb-0 {
  padding-bottom: 0;
}

.bereich-mittig.overflow-visible {
  overflow: visible;
}

.bereich-mittig.overflow-visible.mehr-abstand-unten {
  padding-bottom: 25vh;
}

.heading-wrapper-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.label-mittig {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
}

.label-mittig.flie-text.farbe-der-headings-1 {
  text-align: center;
}

.heading-gross-mittig {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
}

.icon-small {
  object-fit: contain;
  height: 4.375rem;
}

.inhalt-80 {
  text-align: center;
  width: 80%;
}

.inhalt-80.space-above {
  margin-top: 15vh;
}

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

.absatz-mittig.flie-text.textfarbe {
  color: var(--textfarbe);
}

.inhalt-wrapper-rechts {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.inhalt-mit-bild-wrapper {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  min-height: 75vh;
  padding: 5vh 10vw;
  display: flex;
}

.bild-auf-text-abs {
  border-radius: 50% 50% 10px 10px;
  width: 20%;
  height: 50vh;
  position: absolute;
  inset: auto auto auto 14%;
  overflow: hidden;
}

.inhalt-links {
  width: 100%;
}

.inhalt-links.padding-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.inhalt-links.abstand-oben-unten {
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.inhalt-links.abstand-oben-unten.abstand-links {
  padding-left: 10vw;
}

.inhalt-links.abstand-oben-unten.abstand-rechts {
  padding-right: 10vw;
}

.inhalt-links.abstand-oben-unten.abstand-rechts.links.sm.flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.absatz-links {
  text-align: left;
}

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

.absatz-links.flie-text.textfarbe-hell {
  color: var(--zweitfarbe);
}

.heading-wrapper-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.heading-gross-links {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
}

.heading-mittel-links {
  text-align: left;
  font-size: 32px;
}

.quote-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ccc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
  display: flex;
}

.quote-text.zweitfarbe.mittig {
  justify-content: center;
  align-items: center;
}

.teiler-verticle {
  border-radius: 100px;
  width: 3px;
  height: 55px;
  margin-bottom: 10px;
}

.bild-border {
  z-index: 10;
  height: 65vh;
  position: absolute;
  inset: auto auto auto 7%;
  transform: rotate(-1deg);
}

._3er-karte-grid {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 55px;
}

._3er-karte-grid.one {
  grid-template-columns: 1fr;
  width: 50%;
}

._3er-karte-grid.one.hide {
  display: none;
}

.karte-wrapper {
  background-color: var(--seitefarbe);
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.karte-wrapper.rel {
  position: relative;
  left: 0%;
}

.icon-kreis {
  background-color: var(--hauptfarbe);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  margin-top: -55px;
  margin-bottom: 5px;
  padding: 12px 16px;
  display: flex;
}

.icon-kreis.gross {
  background-color: var(--highlights);
  width: 100px;
  height: 100px;
  margin-top: -70px;
  margin-bottom: 20px;
}

.icon-kreis.gross.highlights {
  background-color: var(--hauptfarbe);
}

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

.heading-klein-mittig {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.karte-inhalt-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.info-mit-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.info-mit-icon.textfarbe {
  color: var(--textfarbe);
}

.icon-16px {
  object-fit: contain;
  width: 1rem;
  height: 1rem;
}

.text-link {
  font-size: 16px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.text-link.flie-text.textfarbe {
  color: var(--textfarbe);
  text-align: left;
  border-bottom: 1px solid #0000;
}

.text-link.flie-text.textfarbe:hover {
  border-bottom-color: var(--hauptfarbe);
  color: var(--hauptfarbe);
}

.btn-margin-auto {
  margin-top: auto;
  padding-top: 10px;
}

.border-top-corner {
  height: 45vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-bottom-corner {
  height: 45vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.border-top-corner-right {
  height: 45vh;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-btn {
  background-color: var(--seitefarbe);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.563rem;
  height: 1.563rem;
  padding: 5px;
  display: flex;
}

.icon-btn.hauptfarbe {
  background-color: var(--hauptfarbe);
}

.hg-bild-bereich {
  background-image: url('../images/WhatsApp-Image-2025-03-15-at-15.05.29-4_result.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 40px;
  width: 100%;
  min-height: 70vh;
  position: relative;
  overflow: hidden;
}

.hg-bild-bereich.min-hright {
  min-height: 85vh;
}

.hg-bild-bereich.auto {
  height: auto;
  min-height: 90vh;
}

.overlay-text {
  width: 100%;
  height: 100%;
  color: var(--weiss);
  text-align: center;
  background-image: linear-gradient(#758f5fd9, #758f5fd9);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 7vw;
  display: flex;
  position: relative;
  inset: 0%;
}

.heading-gross-kursiv {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.inhalt-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding: 0;
  position: relative;
}

.inhalt-stack.margin-oben {
  margin-top: 40px;
}

.inhalt-stack.abstand-oben {
  margin-top: 2vh;
}

.margin-links-rechts {
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
}

.bild-top {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 100%;
  height: 85vh;
  position: relative;
  overflow: hidden;
}

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

.list.flie-text.textfarbe {
  color: var(--textfarbe);
}

.list.flie-text.textfarbe-hell {
  color: var(--zweitfarbe);
}

.cell-mittig {
  justify-content: center;
  align-items: center;
}

.relativ-wrapper {
  width: 100%;
  position: relative;
}

.relativ-wrapper._100 {
  height: 100%;
}

.kontaktformular-wrapper {
  z-index: 5;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.hg-block-rechts {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -3% -3% auto auto;
}

.kontaktdaten-wrap {
  margin-bottom: 30px;
}

.info-text {
  font-size: 16px;
}

.info-link {
  border-bottom: 1px solid var(--transparent);
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.info-link.textfarbe {
  color: var(--textfarbe);
}

.info-link.textfarbe:hover {
  border-bottom-color: var(--textfarbe);
}

.info-link.weiss {
  color: var(--weiss);
}

.info-link.weiss:hover {
  border-bottom-color: var(--weiss);
}

.google-maps-wrapper {
  border-radius: 20px;
  height: 35vh;
  overflow: hidden;
}

.footer-inhalt-wrapper {
  justify-content: space-between;
  display: flex;
}

.maps-footer {
  border-radius: 20px;
  height: 15vh;
  overflow: hidden;
}

.maps-footer.space {
  margin-top: 10px;
}

.logo-weiss {
  filter: brightness(0%) invert() grayscale();
}

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

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

.socials-wrapper.no-padding {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 0;
  position: absolute;
  inset: 0% 1% 0% auto;
}

.socials-wrapper.no-padding.show {
  display: none;
}

.socials-link {
  background-color: var(--seitefarbe);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 8px;
  transition: all .3s ease-in-out;
  display: flex;
}

.socials-link:hover {
  transform: translate(0, -5px);
  box-shadow: 5px 5px 15px #0003;
}

.bild-wrapper-60vh {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.bild-wrapper-60vh._85vh {
  border-top-left-radius: 38%;
  border-top-right-radius: 38%;
  height: 85vh;
}

.bild-border-left {
  z-index: 10;
  height: 65vh;
  position: absolute;
  inset: auto auto 15vh 8vw;
  transform: rotate(-1deg);
}

.bild-border-left._1 {
  left: 16vw;
}

.bild-border-left._1.hide {
  display: none;
}

.bild-border-right {
  z-index: 10;
  height: 65vh;
  position: absolute;
  inset: auto 8vw 15vh auto;
  transform: rotate(-1deg);
}

.bild-border-right._1 {
  right: 16vw;
}

.bild-border-right._1.hide {
  display: none;
}

.bild-wrapper-75vh {
  z-index: 5;
  border-radius: 20px;
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
}

.bild-wrapper-55vh {
  border-radius: 20px;
  width: 100%;
  height: 55vh;
  overflow: hidden;
}

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

.cell-abstand-rechts {
  padding-right: 10vw;
}

.bild-wrapper-oben {
  border-radius: 50% 50% 10px 10px;
  width: 100%;
  height: 75vh;
  margin-top: -15vh;
  overflow: hidden;
}

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

.arrow-left.dark {
  background-color: #333;
}

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

.accordion-tab-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.accordion-item-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

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

.arrow-right.dark {
  background-color: #333;
}

.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;
  display: flex;
}

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

.cell-abstand-links {
  padding-left: 10vw;
}

.video-wrapper-100 {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-100 {
  z-index: 5;
  width: 100%;
  height: 100%;
}

.icon-22px {
  object-fit: contain;
  width: 1.375rem;
  height: 1.375rem;
  margin-bottom: 10px;
}

.preise-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

._4er-karte-griid {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 70px;
}

._4er-karte-griid.top-0._3er {
  grid-template-columns: 1fr 1fr 1fr;
}

.google-maps-85vh {
  z-index: 5;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

._4er-karte-grid {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 55px;
}

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

.section-bg-video {
  border-radius: 40px;
  overflow: hidden;
}

.banner-image {
  z-index: 5;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner-image.contain {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
}

.div-block-176 {
  width: fit-content;
}

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

.button-block.left {
  justify-content: flex-start;
  align-items: center;
}

.wrap {
  overflow-wrap: anywhere;
}

.vid-icon {
  object-fit: contain;
  width: 2.5rem;
}

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

._404-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.warnbild {
  filter: contrast(200%) invert();
  object-fit: contain;
  height: 45vh;
}

.background-video-3 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.code-embed-2 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
}

.translate-abs {
  z-index: 10;
  position: absolute;
  inset: 1% 1% auto auto;
}

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

  .logo {
    height: 6.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo.w--current {
    height: auto;
  }

  .google-maps._50.lg, .google-maps._50-1.lg {
    height: 55vh;
  }

  .navbar {
    position: relative;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

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

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

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

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

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

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

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

  .heading-klein-links.heading-3 {
    margin-top: 0;
    font-size: 22px;
  }

  .heading-klein-links.heading-3._80 {
    width: 100%;
  }

  .heading-klein-links.heading-3._80.btm-0 {
    margin-bottom: 0;
  }

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

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

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

  .footer.hauptfarbe {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding: 40px;
  }

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

  .error-message {
    width: auto;
  }

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

  .navlink.flie-text {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .navlink.flie-text:hover {
    color: var(--hauptfarbe);
  }

  .navlink.flie-text.w--current {
    color: var(--drittefarbe);
  }

  .navlink.flie-text.abstand-rechts {
    color: #fff;
    width: 100%;
  }

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

  .navlink.flie-text.abstand-rechts.w--current {
    color: var(--drittefarbe);
  }

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

  .men {
    background-color: var(--highlights);
    color: #fff;
    border-radius: 20px;
    margin-top: 10px;
    padding: 10px 20px;
    position: absolute;
  }

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

  .men-button3.hauptfarbe {
    text-align: center;
    border-radius: 40px;
    width: 100%;
    padding: 15px;
  }

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

  .kopfzeile {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .navbar-wrapper {
    padding: 0 0;
  }

  .nav-dropdown, .nav-dropdown-toggle {
    width: 100%;
  }

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

  .navigation-list {
    background-color: var(--hauptfarbe);
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .logo-wrapper {
    margin-bottom: 0;
  }

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

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

  .banner-grid.is-invert {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse;
  }

  .titelinhalt-wrapper.zweitfarbe {
    border-radius: 20px;
    padding: 40px;
  }

  .bild-100.contain-clr {
    background-color: var(--zweitfarbe);
  }

  .bild-100.align-img {
    object-position: 50% 50%;
  }

  .label-links.flie-text.farbe-der-headings-1 {
    text-align: center;
    font-size: 17px;
  }

  .slogan.heading-kursiv {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 45px;
  }

  .text-gross.flie-text {
    width: 100%;
    font-size: 20px;
  }

  .button.flie-text.hauptfarbe {
    padding: 12px 22px;
    font-size: 13.5px;
    line-height: 1.2;
  }

  .button.flie-text.hauptfarbe.mitt {
    margin-left: auto;
    margin-right: auto;
  }

  .button.flie-text.hauptfarbe-outline {
    padding: 12px 22px;
  }

  .button.flie-text.highlights, .button.flie-text.weiss-outline {
    padding: 10px 20px;
    font-size: 13.5px;
    line-height: 1.3;
  }

  .border-top {
    height: 35vh;
    left: -3%;
  }

  .titelimg-wrapper {
    z-index: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 55vh;
    display: flex;
  }

  .bereich-mittig, .bereich-mittig.kein-abstand, .bereich-mittig.kein-abstand.abstand-unten, .bereich-mittig.klein-abstand {
    padding: 60px;
  }

  .bereich-mittig.klein-abstand.pb-0 {
    padding: 60px 60px 0;
  }

  .bereich-mittig.overflow-visible.mehr-abstand-unten {
    padding: 60px;
  }

  .heading-wrapper-mittig {
    margin-bottom: 20px;
  }

  .label-mittig.flie-text.farbe-der-headings-1 {
    font-size: 17px;
  }

  .heading-gross-mittig.heading-1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 35px;
  }

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

  .icon-small {
    height: 3.8rem;
  }

  .inhalt-80 {
    width: 100%;
  }

  .inhalt-80.space-above {
    margin-top: 2vh;
  }

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

  .inhalt-wrapper-rechts.top {
    margin-top: 15px;
  }

  .inhalt-mit-bild-wrapper.hauptfarbe {
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 40px;
  }

  .bild-auf-text-abs {
    border-radius: 20px;
    width: 100%;
    height: 45vh;
    position: relative;
    left: 0%;
  }

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

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

  .inhalt-links.abstand-oben-unten {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .inhalt-links.abstand-oben-unten.abstand-links {
    padding-left: 0;
  }

  .inhalt-links.abstand-oben-unten.abstand-rechts {
    padding-right: 0;
  }

  .inhalt-links.abstand-oben-unten.abstand-rechts.links {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .inhalt-links.abstand-oben-unten.abstand-rechts.links.sm {
    width: 70%;
  }

  .inhalt-links.abstand-oben-unten.abstand-rechts.links.sm.flex {
    justify-content: flex-start;
    align-items: center;
  }

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

  .absatz-links.flie-text.textfarbe.links {
    text-align: left;
  }

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

  .heading-wrapper-links {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-wrapper-links.top-0 {
    margin-top: 0;
  }

  .heading-gross-links.heading-1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .heading-mittel-links.heading-2 {
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
  }

  .quote-text.zweitfarbe.mittig {
    padding: 10px 10px 0;
  }

  .bild-border {
    height: 30vh;
    top: 15px;
    left: 4px;
  }

  ._3er-karte-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  ._3er-karte-grid.one {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .karte-wrapper.rel {
    position: static;
  }

  .icon-kreis {
    width: 3.4rem;
    height: 3.4rem;
    margin-top: 0;
    padding: 10px 14px;
  }

  .icon-kreis.gross {
    width: 80px;
    height: 80px;
    margin-top: 0;
  }

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

  .info-mit-icon, .info-mit-icon.textfarbe {
    margin-bottom: 8px;
  }

  .icon-16px {
    width: .9rem;
    height: .9rem;
  }

  .border-top-corner {
    width: 25vh;
    height: 25vh;
  }

  .border-bottom-corner {
    width: 35vh;
    height: 35vh;
  }

  .border-bottom-corner.adj {
    width: 15vh;
    height: 15vh;
  }

  .border-top-corner-right {
    height: 25vh;
  }

  .btn-text {
    letter-spacing: 1.5px;
  }

  .icon-btn {
    width: 1.3rem;
    height: 1.3rem;
  }

  .hg-bild-bereich, .hg-bild-bereich.min-hright {
    min-height: auto;
  }

  .overlay-text {
    padding: 40px;
    position: relative;
  }

  .heading-gross-kursiv.heading-kursiv {
    font-size: 40px;
  }

  .inhalt-stack {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .inhalt-stack.margin-oben {
    margin-top: 0;
  }

  .inhalt-stack.abstand-oben {
    margin-top: 60px;
  }

  .margin-links-rechts {
    padding-left: 0;
    padding-right: 0;
  }

  .bild-top {
    border-radius: 20px;
    height: 45vh;
  }

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

  .relativ-wrapper.auto {
    width: auto;
  }

  .hg-block-rechts.hauptfarbe {
    top: -2%;
    right: -2%;
  }

  .kontaktdaten-wrap {
    flex-flow: column;
    order: 9999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

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

  .maps-footer {
    height: auto;
  }

  .impdat-wraper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .socials-wrapper.no-padding {
    display: none;
  }

  .socials-wrapper.no-padding.show {
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    display: flex;
    position: relative;
  }

  .bild-wrapper-60vh._85vh {
    border-radius: 20px;
    width: auto;
    height: 45vh;
  }

  .bild-border-left._1 {
    height: 25vh;
    bottom: 28.8vh;
    left: 2vw;
  }

  .bild-border-right._1 {
    height: 25vh;
    bottom: 28.8vh;
    right: 2vw;
  }

  .bild-wrapper-75vh {
    height: 55vh;
  }

  .bild-wrapper-55vh {
    height: 45vh;
  }

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

  .cell-abstand-rechts {
    padding-right: 0;
  }

  .bild-wrapper-oben {
    border-radius: 20px;
    height: 45vh;
    margin-top: 0;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-pane-content {
    padding-bottom: 0;
  }

  .cell-abstand-links {
    align-items: stretch;
    padding-left: 0;
  }

  .video-wrapper-100 {
    border-radius: 20px;
    height: 45vh;
  }

  .icon-22px {
    width: 1.2rem;
    height: 1.2rem;
  }

  .preise-heading.heading-2 {
    font-size: 28px;
  }

  ._4er-karte-griid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  ._4er-karte-griid.top-0 {
    margin-top: 0;
  }

  ._4er-karte-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .background-video-2 {
    height: 55vh;
  }

  .banner-image {
    border-radius: 20px;
  }

  .banner-image.contain {
    object-position: 50% 50%;
  }

  .button-block {
    width: 100%;
  }

  .text-block-2 {
    color: #fff;
  }

  .cell {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .vid-icon {
    background-color: var(--weiss);
    border-radius: 50%;
    width: 2.5rem;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: center;
  }

  ._404-page-wrap.hauptfarbe {
    padding: 60px;
  }

  .warnbild {
    margin-bottom: 10px;
  }
}

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

  .logo {
    height: auto;
  }

  .google-maps._50.lg, .google-maps._50-1.lg {
    height: 22rem;
  }

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

  .divblock1 {
    height: auto;
  }

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

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

  .titelvideo1-3 {
    height: 100%;
  }

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

  .inhalt-mittig1 {
    height: auto;
  }

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

  .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 {
    height: 60vh;
  }

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

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

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

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

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

  .footer.hauptfarbe {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 20px;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

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

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

  .navlink.flie-text {
    line-height: 1.3;
  }

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

  .titelbereich {
    padding: 20px;
  }

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

  .bild-100.contain-clr {
    background-color: var(--zweitfarbe);
    object-fit: contain;
  }

  .bild-100.align-btm {
    object-position: 50% 100%;
  }

  .label-links.flie-text.farbe-der-headings-1 {
    font-size: 16px;
  }

  .slogan.heading-kursiv {
    font-size: 40px;
  }

  .text-gross.flie-text {
    font-size: 18px;
  }

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

  .button.flie-text.hauptfarbe-outline {
    padding: 10px 20px;
  }

  .button.flie-text.highlights, .button.flie-text.weiss-outline {
    font-size: 13px;
    line-height: 1.2;
  }

  .border-top {
    height: 15rem;
    bottom: 5%;
    left: 0%;
  }

  .titelimg-wrapper {
    height: 22rem;
  }

  .bereich-mittig, .bereich-mittig.kein-abstand, .bereich-mittig.kein-abstand.abstand-unten, .bereich-mittig.klein-abstand {
    padding: 40px;
  }

  .bereich-mittig.klein-abstand.pb-0 {
    padding: 40px 40px 0;
  }

  .bereich-mittig.overflow-visible.mehr-abstand-unten {
    padding: 40px;
  }

  .bereich-mittig.top {
    padding-top: 10px;
  }

  .label-mittig.flie-text.farbe-der-headings-1 {
    font-size: 16px;
  }

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

  .heading-gross-mittig.heading-1.small {
    font-size: 25px;
  }

  .icon-small {
    height: 3.5rem;
  }

  .inhalt-80.space-above {
    margin-top: 40px;
  }

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

  .inhalt-wrapper-rechts.top {
    margin-top: 12px;
  }

  .bild-auf-text-abs {
    height: 22rem;
  }

  .inhalt-links.abstand-oben-unten.abstand-rechts.links {
    justify-content: flex-start;
    align-items: center;
  }

  .inhalt-links.abstand-oben-unten.abstand-rechts.links.sm {
    width: 100%;
  }

  .absatz-links.flie-text.textfarbe {
    font-size: 15px;
  }

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

  .absatz-links.flie-text.textfarbe-hell {
    font-size: 15px;
  }

  .heading-wrapper-links {
    margin-bottom: 15px;
  }

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

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

  .bild-border {
    height: 12rem;
  }

  ._3er-karte-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 30px;
    display: flex;
  }

  ._3er-karte-grid.one {
    margin-top: 20px;
  }

  .karte-wrapper.rel {
    position: static;
  }

  .icon-kreis {
    width: 3.2rem;
    height: 3.2rem;
    padding: 8px 12px;
  }

  .icon-kreis.gross {
    width: 65px;
    height: 65px;
  }

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

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

  .info-mit-icon {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
  }

  .info-mit-icon.textfarbe {
    flex-flow: column;
  }

  .icon-16px {
    width: 20px;
    height: 20px;
  }

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

  .border-top-corner {
    width: 8rem;
    height: 8rem;
  }

  .border-bottom-corner {
    width: 10rem;
    height: 10rem;
  }

  .border-bottom-corner.adj {
    width: 10vh;
    height: 10vh;
  }

  .border-top-corner-right {
    height: 8rem;
  }

  .btn-text {
    font-size: 13.5px;
  }

  .icon-btn {
    width: 1.2rem;
    height: 1.2rem;
  }

  .hg-bild-bereich {
    border-radius: 30px;
  }

  .heading-gross-kursiv.heading-kursiv {
    font-size: 35px;
  }

  .code-embed {
    margin-top: 20px;
  }

  .inhalt-stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .inhalt-stack.abstand-oben {
    margin-top: 40px;
  }

  .bild-top {
    height: 22rem;
  }

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

  .kontaktformular-wrapper {
    padding: 20px;
  }

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

  .google-maps-wrapper {
    height: 22rem;
  }

  .footer-inhalt-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-inhalt {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .maps-footer {
    width: 100%;
  }

  .impdat-wraper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 10px;
  }

  .impdat-wraper.horizon {
    flex-flow: row;
  }

  .socials-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 10px;
  }

  .socials-link {
    width: 2rem;
    height: 2rem;
    padding: 5px;
  }

  .bild-wrapper-60vh._85vh {
    height: 25rem;
  }

  .bild-border-left._1, .bild-border-right._1 {
    height: 15rem;
    bottom: 20vh;
  }

  .bild-wrapper-75vh {
    height: 25rem;
  }

  .bild-wrapper-55vh {
    height: 22rem;
  }

  .galerie-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .bild-wrapper-oben {
    height: 22rem;
  }

  .accordion-tab-button {
    width: 90vw;
  }

  .accordion-item-wrapper {
    margin-top: 15px;
  }

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

  .video-wrapper-100 {
    min-width: 100%;
    height: 22rem;
  }

  .icon-22px {
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: 2px;
  }

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

  ._4er-karte-griid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  ._4er-karte-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .background-video-2 {
    height: 22rem;
  }

  ._404-page-wrap.hauptfarbe {
    padding: 40px;
  }

  .warnbild {
    height: 15rem;
  }
}

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

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

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

  .logo-bild {
    height: 4.5rem;
  }

  .google-maps._50.lg, .google-maps._50-1.lg {
    height: 20rem;
  }

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

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

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

  .titelvideo1-3 {
    height: 100%;
  }

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

  .divider.highlights {
    width: 40vw;
  }

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

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

  .heading-klein-links.heading-3 {
    text-align: center;
    font-size: 19px;
  }

  .heading-block1 {
    width: 100vw;
  }

  .success-2, .impdat-3, .impdat-3.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer.hauptfarbe {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .text-field-4 {
    width: 100%;
  }

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

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

  .navlink.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13.5px;
  }

  .navlink.flie-text.dd-link {
    white-space: pre-line;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .men {
    border-radius: 15px;
  }

  .men-button3.hauptfarbe {
    border-radius: 20px;
    padding: 10px;
  }

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

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

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

  .navbar-wrapper {
    border-radius: 20px;
  }

  .navigation-list {
    border-radius: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .titelinhalt-wrapper.zweitfarbe {
    padding: 20px;
  }

  .label-links.flie-text.farbe-der-headings-1 {
    font-size: 15px;
  }

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

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

  .button.flie-text.hauptfarbe {
    padding: 8px 18px;
    font-size: 12.5px;
    line-height: 1.3;
  }

  .button.flie-text.hauptfarbe-outline {
    padding: 8px 18px;
  }

  .button.flie-text.highlights, .button.flie-text.weiss-outline {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12.5px;
    line-height: 1.1;
  }

  .border-top {
    height: 10rem;
    bottom: 16%;
    left: -17%;
  }

  .titelimg-wrapper {
    height: auto;
  }

  .bereich-mittig, .bereich-mittig.kein-abstand, .bereich-mittig.kein-abstand.abstand-unten, .bereich-mittig.klein-abstand, .bereich-mittig.klein-abstand.pb-0, .bereich-mittig.overflow-visible.mehr-abstand-unten {
    padding-left: 20px;
    padding-right: 20px;
  }

  .label-mittig.flie-text.farbe-der-headings-1 {
    font-size: 15px;
  }

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

  .heading-gross-mittig.heading-1.small {
    font-size: 20px;
  }

  .icon-small {
    height: 3.2rem;
  }

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

  .inhalt-wrapper-rechts.top {
    margin-top: 10px;
  }

  .inhalt-mit-bild-wrapper.hauptfarbe {
    padding: 20px;
  }

  .bild-auf-text-abs {
    height: 20rem;
  }

  .inhalt-links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .absatz-links.flie-text.textfarbe, .absatz-links.flie-text.textfarbe-hell {
    font-size: 14px;
  }

  .heading-wrapper-links {
    margin-bottom: 10px;
  }

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

  .heading-mittel-links.heading-2 {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .bild-border {
    height: 8rem;
    left: -60px;
  }

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

  ._3er-karte-grid.one {
    margin-top: 10px;
  }

  .icon-kreis {
    width: 2.8rem;
    height: 2.8rem;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .info-mit-icon {
    margin-bottom: 6px;
  }

  .icon-16px {
    width: 20px;
  }

  .text-link.flie-text.textfarbe {
    text-align: center;
    font-size: 14px;
  }

  .border-top-corner {
    width: 6rem;
    height: 6rem;
    inset: 0% auto auto 0%;
  }

  .border-bottom-corner {
    width: 8rem;
    height: 8rem;
  }

  .border-bottom-corner.adj {
    width: 7vh;
    height: 7vh;
  }

  .border-top-corner-right {
    width: 6rem;
    height: 6rem;
  }

  .btn-text {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 1.3;
  }

  .hg-bild-bereich {
    border-radius: 20px;
  }

  .overlay-text {
    padding: 20px;
  }

  .heading-gross-kursiv.heading-kursiv {
    font-size: 32px;
  }

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

  .inhalt-stack.abstand-oben {
    margin-top: 10px;
  }

  .bild-top {
    height: 20rem;
  }

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

  .cell-mittig.top {
    padding-top: 10px;
  }

  .relativ-wrapper._100.top {
    margin-top: 40px;
  }

  .relativ-wrapper.top {
    margin-top: 20px;
  }

  .kontaktformular-wrapper {
    padding: 20px;
  }

  .hg-block-rechts.hauptfarbe {
    z-index: 0;
  }

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

  .google-maps-wrapper {
    height: 20rem;
  }

  .footer-inhalt-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .socials-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .socials-link {
    width: 1.8rem;
    height: 1.8rem;
  }

  .bild-wrapper-60vh._85vh {
    height: 22rem;
  }

  .bild-border-left._1 {
    height: 10rem;
    inset: 60% auto 0% 0%;
  }

  .bild-border-right._1 {
    height: 10rem;
    inset: 60% 0% 0% auto;
  }

  .bild-wrapper-75vh {
    height: 22rem;
  }

  .bild-wrapper-55vh {
    height: 20rem;
  }

  .bild-wrapper-55vh.auto {
    height: auto;
  }

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

  .bild-wrapper-oben {
    height: 20rem;
  }

  .arrow-left {
    width: 28px;
  }

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

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

  .arrow-right {
    width: 28px;
    right: 2px;
  }

  .accordion-pane-content {
    margin-bottom: 0;
    padding-top: 10px;
  }

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

  .arrow-div-wrapper {
    width: 15%;
  }

  .video-wrapper-100 {
    height: 20rem;
  }

  .icon-22px {
    width: 25rem;
    height: 25px;
  }

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

  ._4er-karte-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .background-video-2 {
    height: 20rem;
  }

  .text-block-3 {
    white-space: pre-line;
  }

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

  .warnbild {
    height: 12rem;
  }
}

#w-node-_1947176e-51f3-9d68-c8a6-d5d096a29fca-8ee5d330, #w-node-a2f2942a-f9d4-392b-a213-dc2306589652-8ee5d330, #w-node-_48c581c5-f5e7-fdf3-e975-aab5cc4574d1-8ee5d34f, #w-node-_0b969ec9-30bc-4d3b-9fa8-9f0273eb4f67-d4a26296 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0682779b-0f68-9874-5b00-077880f6362c-d4a26296 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-582ddd08 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_60921d3b-f980-db60-f614-7a4c7d7b2add-582ddd08 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-ed39fa7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_60921d3b-f980-db60-f614-7a4c7d7b2add-ed39fa7e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-731ec059 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_02a0575c-85d8-3084-fe23-7625a17497c7-731ec059 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fd17fcdb-25ac-d6a8-025d-5fe6246b4c6c-731ec059 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5a9-7ee08177, #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5aa-7ee08177, #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5a9-9ebf9ce2, #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5aa-9ebf9ce2, #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5a9-04a6b525, #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5aa-04a6b525, #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5a9-20b8fd1f, #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5aa-20b8fd1f, #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-c253d754, #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-58738da7, #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-d12002ef, #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-f7c762b8, #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-0699e371 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-1aaa3165 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_60921d3b-f980-db60-f614-7a4c7d7b2add-1aaa3165 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_1778cce8-954c-b602-30ee-e4a6459efcf6-1aaa3165 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-cf59d299 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_60921d3b-f980-db60-f614-7a4c7d7b2add-cf59d299 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-051220da, #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-326aeda5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_192ca32d-6066-acb7-4b6a-a341b4011574-326aeda5 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-c23bfe2e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_192ca32d-6066-acb7-4b6a-a341b4011574-c23bfe2e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e48c28fb-dfbd-6331-c64f-453dfcd1d2d7-c23bfe2e, #w-node-_22d0adc9-343a-afe9-aea5-797068c71757-c23bfe2e, #w-node-_79abf895-b3da-aad4-1b0c-a77500f260d8-c23bfe2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7b3a625-be9e-1f61-d304-6e51c0226091-c23bfe2e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-edcb4635 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-a2f2942a-f9d4-392b-a213-dc2306589652-8ee5d330 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a2f2942a-f9d4-392b-a213-dc2306589654-8ee5d330 {
    order: -9999;
  }

  #w-node-_48c581c5-f5e7-fdf3-e975-aab5cc4574d1-8ee5d34f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_53c6480c-0a5b-e0e0-49ce-3f7dd27ea8d9-8ee5d34f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0b969ec9-30bc-4d3b-9fa8-9f0273eb4f67-d4a26296 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0b969ec9-30bc-4d3b-9fa8-9f0273eb4f87-d4a26296 {
    order: -9999;
  }

  #w-node-_0682779b-0f68-9874-5b00-077880f6362c-d4a26296 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-582ddd08 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833724-582ddd08 {
    order: -9999;
  }

  #w-node-_60921d3b-f980-db60-f614-7a4c7d7b2add-582ddd08, #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-ed39fa7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833724-ed39fa7e {
    order: -9999;
  }

  #w-node-_60921d3b-f980-db60-f614-7a4c7d7b2add-ed39fa7e, #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-731ec059 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833724-731ec059 {
    order: -9999;
  }

  #w-node-_02a0575c-85d8-3084-fe23-7625a17497c7-731ec059, #w-node-fd17fcdb-25ac-d6a8-025d-5fe6246b4c6c-731ec059 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5aa-7ee08177 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5c4-7ee08177 {
    order: -9999;
  }

  #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5aa-9ebf9ce2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5c4-9ebf9ce2 {
    order: -9999;
  }

  #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5aa-04a6b525 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5c4-04a6b525 {
    order: -9999;
  }

  #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5aa-20b8fd1f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d1b4ae0-fe6f-7b6e-b2da-55069ba1e5c4-20b8fd1f {
    order: -9999;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-c253d754 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba2962b-c253d754 {
    order: -9999;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-58738da7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba2962b-58738da7 {
    order: -9999;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-d12002ef {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba2962b-d12002ef {
    order: -9999;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-f7c762b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba2962b-f7c762b8 {
    order: -9999;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-0699e371 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba2962b-0699e371 {
    order: -9999;
  }

  #w-node-_68d0488d-9244-cccb-e46d-cdfd66e68e20-0699e371 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-1aaa3165 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833724-1aaa3165 {
    order: -9999;
  }

  #w-node-_60921d3b-f980-db60-f614-7a4c7d7b2add-1aaa3165 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1778cce8-954c-b602-30ee-e4a6459efcf6-1aaa3165 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-cf59d299 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833724-cf59d299 {
    order: -9999;
  }

  #w-node-_60921d3b-f980-db60-f614-7a4c7d7b2add-cf59d299, #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-051220da {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833724-051220da {
    order: -9999;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-326aeda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833724-326aeda5 {
    order: -9999;
  }

  #w-node-_192ca32d-6066-acb7-4b6a-a341b4011574-326aeda5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ae61737e-347d-b3db-c7e8-d2413c4cac08-326aeda5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833722-c23bfe2e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_735d9139-e653-fd6a-1b3a-9b3115833724-c23bfe2e {
    order: -9999;
  }

  #w-node-_192ca32d-6066-acb7-4b6a-a341b4011574-c23bfe2e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_79abf895-b3da-aad4-1b0c-a77500f260d8-c23bfe2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7b3a625-be9e-1f61-d304-6e51c0226091-c23bfe2e {
    grid-column: span 2 / span 2;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba29620-edcb4635 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8b4fcb04-f1e6-ef2e-e5fd-d17ceba2962b-edcb4635 {
    order: -9999;
  }
}


@font-face {
  font-family: 'LaBodoni';
  src: url('../fonts/fonnts.com-LaBodoniBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LaBodoni';
  src: url('../fonts/fonnts.com-LaBodoniDemiLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LaBodoni';
  src: url('../fonts/fonnts.com-LaBodoniLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LaBodoni';
  src: url('../fonts/fonnts.com-LaBodoniMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LaBodoni';
  src: url('../fonts/fonnts.com-LaBodoniPlain.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Ausgebucht-Kennzeichnung (Retreat 08.-21. Juli) */
.karte-wrapper.ausgebucht-karte {
  position: relative;
}

.ausgebucht-badge {
  position: absolute;
  top: -14px;
  right: 16px;
  z-index: 2;
  background-color: #f2c94c;
  color: #1a1a1a;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1;
  padding: 9px 16px;
  border: 2px solid #1a1a1a;
  border-radius: 40px;
  box-shadow: 0 2px 8px #0000001f;
}

.ausgebucht-inline {
  display: inline-block;
  background-color: #f2c94c;
  color: #1a1a1a;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .7rem;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 40px;
  vertical-align: middle;
}

.button.flie-text.ausgebucht-btn {
  justify-content: center;
  background-color: #f2c94c;
  color: #1a1a1a;
  border-color: #1a1a1a;
  cursor: default;
  pointer-events: none;
}

/* Sprachumschalter: Click-to-activate-Fallback, wenn der Consent-Gate das GTranslate-Widget nicht laedt */
.gt-fallback-btn {
  background-color: var(--hauptfarbe);
  color: var(--weiss);
  font-family: Poppins, sans-serif;
  border: 1px solid var(--hauptfarbe);
  border-radius: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1;
  padding: 8px 14px;
  cursor: pointer;
}

.gt-fallback-btn:hover {
  background-color: var(--drittefarbe);
  border-color: var(--drittefarbe);
}