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

:root {
  --highlight: #6b7386;
  --beige: #f4ecdf;
  --white: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

.logo-img {
  object-fit: contain;
  width: 17vw;
  max-width: none;
}

.logo {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.logo.rel {
  position: relative;
}

.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 {
  color: #fff;
  background-color: #6b7386;
}

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

.highlights {
  color: #333;
  background-color: #f4ecdf;
}

.google-maps {
  width: 100%;
}

.heading-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

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

.flie-text {
  overflow-wrap: anywhere;
  font-family: Didact Gothic, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

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

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

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

.container-8 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.nav-men-1 {
  z-index: 1000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-3 {
  padding: 10px 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-link-3.flie-text {
  margin-left: 0;
  margin-right: auto;
  font-family: Didact Gothic, sans-serif;
}

.nav-link-3.flie-text:hover {
  color: #6b7386;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3.flie-text.w--current {
  color: #6b7386;
}

.navbar-6 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

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

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

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

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

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

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

._2er-grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

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

.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 {
  background-color: var(--highlight);
}

.success1 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Didact Gothic, sans-serif;
  font-size: 38px;
  line-height: 45px;
}

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

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

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

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

.inhalt-footer {
  height: 100%;
}

.navbar {
  z-index: 99999;
  background-color: #464166;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AnyConv.com__611d04b90a488a7863d47e6c_AdobeStock_336877320_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.menu_head {
  text-align: left;
}

.menu-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.menu_form_block {
  width: 80%;
}

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

.text_area {
  color: #333;
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
}

.text_area.flie-text {
  transition: all .2s;
}

.text_area.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.submit_button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-size: 12px;
  transition: all .2s;
}

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

.submit_button.flie-text {
  background-color: var(--highlight);
}

.submit_button.flie-text:hover {
  box-shadow: 0 9px 12px -8px #00000080;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.section_2.bg {
  background-image: linear-gradient(#00000026, #00000026), url('../images/attachment_1_steine_wasser0625.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 80vh;
  position: relative;
}

.white {
  filter: invert();
  margin-right: auto;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.content_3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.heading {
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 120%;
}

.heading.heading-1 {
  text-align: center;
  font-family: Didact Gothic, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading.heading-1.small {
  font-family: Great Vibes, cursive;
  font-size: 35px;
}

.heading.heading-1.small.font, .heading.heading-1.small.custom-font {
  font-family: Laine, Palatino Linotype, sans-serif;
}

.heading.heading-1.mit {
  text-align: center;
  font-family: Didact Gothic, sans-serif;
  font-weight: 600;
}

.heading.heading-1.small-absolute {
  width: 45vw;
  font-family: Laine, Palatino Linotype, sans-serif;
  font-size: 48px;
  position: absolute;
  inset: 25% auto auto 4%;
}

.heading.heading-1.small-absolute._2 {
  top: 35%;
}

.heading.heading-1.small-absolute._3 {
  top: 45%;
}

.paragraph {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.flie-text {
  line-height: 1.5;
}

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

.divider {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section_3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.section_3.vert {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15vw;
  padding-right: 15vw;
}

.section_3.space {
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.section_3.space.hide {
  display: none;
}

.no_overflow {
  z-index: 5;
  border-radius: 50%;
  width: 70vh;
  height: 70vh;
  margin-right: -30px;
  position: relative;
  overflow: hidden;
}

.image-100 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

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

.image-100.left:hover {
  transform: none;
}

.quote {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 50px;
  margin-bottom: 20px;
}

.heading_1 {
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 45px;
}

.heading_1.heading-1 {
  font-family: Didact Gothic, sans-serif;
  font-weight: 600;
  line-height: 1.1;
}

.heading_1.heading-1.small {
  font-size: 21px;
}

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

.content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.no_overflow_1 {
  border-radius: 50%;
  width: 20vw;
  height: 20vw;
  overflow: hidden;
}

.image-3 {
  object-fit: cover;
  object-position: 100% 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

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

.image-3.mid {
  object-position: 50% 50%;
}

.image-3.mid:hover {
  transform: none;
}

.image-3.right {
  object-position: 85% 50%;
}

.image-3.right:hover {
  transform: none;
}

.heading_center {
  text-align: center;
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 35px;
}

.heading_center.heading-1 {
  font-family: Didact Gothic, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.parallax {
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.no_overflow_2 {
  width: 100%;
  height: 60vh;
  margin-bottom: 20px;
  overflow: hidden;
}

.image_1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.content_1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 40px;
  display: flex;
}

.content_1.padding {
  padding-left: 10px;
  padding-right: 10px;
}

.heading_2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 120%;
}

.heading_2.heading-1 {
  margin-bottom: 10px;
  font-family: Didact Gothic, sans-serif;
  font-weight: 600;
}

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

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

.footer {
  padding: 40px 100px;
}

.footer.hauptfarbe {
  background-color: var(--highlight);
  margin-top: auto;
}

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

.divider_1 {
  background-color: #ffffff26;
  width: 50%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.section_1 {
  padding: 100px;
}

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

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

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

.social-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.social-link:hover {
  opacity: 0.7;
}

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

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

.impdat-2.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

.link-block-10 {
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  position: absolute;
  inset: auto 10% auto auto;
}

.sm_wrapper {
  z-index: 9999;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 49% auto;
}

.link-block-11 {
  width: 3rem;
}

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

.preislise {
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 30px 60px 40px;
  box-shadow: 4px 4px 6px 3px #acacac;
}

.angebot-grid-4 {
  grid-column-gap: 5px;
  border-bottom: 1px solid #0000004d;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

.grid-div-links-3 {
  min-height: 20px;
}

.grid-div-rechts-2 {
  text-align: right;
  min-height: 20px;
}

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

.price-list {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.preislise-2 {
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  padding: 30px 60px 40px;
  box-shadow: 4px 4px 6px 3px #acacac;
}

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

.image-cover.right.rechtss {
  object-position: 80% 50%;
}

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

.image-cover.linkss {
  object-position: 0% 50%;
}

.image-cover.rechtss {
  object-position: 80% 50%;
}

.img-wrap {
  height: 55vh;
  position: sticky;
  top: 5px;
}

.content_3-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

.content_4-1 {
  color: #fff;
  background-color: #0000009e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.link-13 {
  color: var(--highlight);
  font-weight: 500;
  text-decoration: none;
}

.parallax-1 {
  position: relative;
  overflow: hidden;
}

.bold-text-10 {
  font-size: 18px;
}

.banner_content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 50px;
}

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

.section_3-vertical {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.heading-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_3-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.section_3-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.divider-margin {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bold {
  font-weight: 700;
}

.address_2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.success-message {
  font-family: Didact Gothic, sans-serif;
}

.error-message {
  background-color: red;
  font-family: Didact Gothic, sans-serif;
}

.maps_2 {
  width: 100%;
  height: 100%;
}

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

.paragraph-list {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-list.flie-text {
  text-align: left;
  line-height: 1.5;
}

.google-map-wrap {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  display: none;
}

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

.link-14 {
  color: var(--highlight);
  text-decoration: none;
}

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

.utility-pag {
  background-color: var(--highlight);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

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

.image-error {
  filter: contrast(200%) invert();
  object-fit: contain;
  width: 5rem;
}

.heading-error.heading-1 {
  font-family: Didact Gothic, sans-serif;
}

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

.heading-links {
  text-align: left;
  letter-spacing: 1px;
  font-size: 50px;
  line-height: 120%;
}

.heading-links.heading-1 {
  font-family: Didact Gothic, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-links.heading-1.small-2 {
  font-family: Didact Gothic, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.text-block {
  position: absolute;
  inset: auto 0 10% 10%;
}

.italic-text {
  text-transform: uppercase;
  font-family: Didact Gothic, sans-serif;
  font-size: 15px;
  font-style: normal;
}

@media screen and (max-width: 991px) {
  .divblock1 {
    padding-bottom: 20px;
  }

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

  .men-buttton1.hauptfarbe {
    margin-left: auto;
    padding: 16px;
    font-size: 22px;
  }

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

  .nav-link-3.flie-text {
    text-align: center;
  }

  .navbar-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .men-icon1 {
    color: #fff;
  }

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

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

  ._2er-grid1 {
    margin-top: 20px;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

  .success1 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.3;
  }

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

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

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

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

  .menu_container_left {
    width: 30%;
  }

  .menu_container_right {
    width: 70%;
  }

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

  .menu_form_block, .submit_button.flie-text {
    width: auto;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  .section_2.bg {
    background-image: linear-gradient(#c6c6c642, #c6c6c642), url('../images/attachment_1_steine_wasser0625.webp');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  ._2er_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2er_grid.invert {
    flex-flow: column-reverse;
  }

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

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

  .heading.heading-1.small {
    text-align: center;
  }

  .heading.heading-1.small.font {
    margin-top: 10px;
  }

  .heading.heading-1.small-absolute {
    text-align: center;
    width: auto;
    font-size: 40px;
    position: static;
  }

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

  .paragraph.flie-text.left {
    text-align: left;
  }

  .divider {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .section_3 {
    flex-direction: column;
    padding: 60px;
  }

  .section_3.zweitfarbe, .section_3.highlights {
    padding: 60px;
  }

  .section_3.vert {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

  .section_3.space {
    height: auto;
    padding: 60px;
  }

  .no_overflow {
    width: 300px;
    height: 300px;
    margin-right: 0;
  }

  .quote.zweitfarbe, .quote.highlights {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .icon {
    width: 40px;
  }

  .heading_1.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 35px;
  }

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

  .no_overflow_1 {
    width: 300px;
    height: 300px;
  }

  .heading_center.heading-1 {
    margin-top: 10px;
    font-size: 25px;
  }

  .parallax {
    height: 55vh;
  }

  .no_overflow_2 {
    height: 55vh;
    margin-bottom: 0;
  }

  .content_1 {
    align-items: center;
    padding: 0;
  }

  .content_1.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .heading_2.heading-1.links {
    text-align: left;
    font-size: 22px;
  }

  .footer.hauptfarbe {
    text-align: center;
    padding: 40px;
  }

  .section_1 {
    padding: 40px;
  }

  .section_1.zweitfarbe {
    padding: 60px;
  }

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

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

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

  .sm_wrapper {
    bottom: 2%;
  }

  .link-block-11 {
    width: 40px;
  }

  .preislise, .preislise-2.hide {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-cover.top {
    object-position: 50% 20%;
  }

  .img-wrap {
    position: static;
  }

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

  .image {
    object-position: 50% 20%;
  }

  .content_4-1 {
    padding: 40px;
  }

  .parallax-1.size {
    height: 55vh;
  }

  .bold-text-10 {
    font-size: 12px;
    line-height: 14px;
  }

  .banner_content {
    flex-flow: column;
    position: static;
  }

  .section_3-vertical {
    flex-direction: column;
    padding: 40px;
  }

  .section_3-vertical.highlights {
    padding: 60px;
  }

  .section_3-4, .section_3-5 {
    flex-direction: column;
    padding: 60px;
  }

  .content_holder {
    width: 100%;
  }

  .error-message {
    color: #fff;
  }

  .maps_2 {
    height: 50vh;
  }

  ._3er_grid-footer {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-list.flie-text {
    text-align: left;
    width: 50%;
    padding-left: 30px;
  }

  .google-map-wrap {
    height: 50vh;
  }

  ._2er {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

  .heading-links.heading-1.small-2 {
    text-align: center;
    overflow-wrap: anywhere;
    margin-top: 10px;
    font-size: 30px;
  }

  .text-block {
    line-height: 14px;
    bottom: 2%;
    left: 15%;
  }
}

@media screen and (max-width: 767px) {
  .divblock1 {
    height: auto;
  }

  .men-buttton1.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

  .nav-link-3.flie-text {
    line-height: 1.4;
  }

  .titelvideo1 {
    height: 100%;
  }

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

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

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

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

  .success1 {
    font-size: 25px;
  }

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

  .nav_menu {
    min-height: auto;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .menu_form_block {
    width: 100%;
  }

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

  .section_2.bg {
    height: 28rem;
    padding: 20px;
  }

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

  .content_3 {
    padding: 0;
  }

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

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

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

  .heading.heading-1.small-absolute {
    font-size: 35px;
  }

  .heading.small.heading-1 {
    font-size: 40px;
    line-height: 1.2;
  }

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

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

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

  .section_3 {
    flex-direction: column;
    padding: 40px;
  }

  .section_3.zweitfarbe, .section_3.highlights, .section_3.vert, .section_3.space {
    padding: 40px;
  }

  .no_overflow {
    width: 250px;
    height: 250px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .quote.zweitfarbe {
    width: 100%;
    padding: 20px;
  }

  .quote.highlights {
    padding: 20px;
  }

  .icon {
    width: 30px;
  }

  .heading_1.heading-1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .no_overflow_1 {
    width: 280px;
    height: 280px;
  }

  .heading_center.heading-1 {
    font-size: 20px;
  }

  .parallax, .no_overflow_2 {
    height: 25rem;
  }

  .content_1.right {
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading_2.heading-1 {
    font-size: 20px;
  }

  .heading_2.heading-1.links {
    text-align: center;
  }

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

  .divider_1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section_1.zweitfarbe {
    padding: 40px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

  .link-block-11 {
    width: 36px;
  }

  .price-list.hide, .preislise-2.hide {
    display: none;
  }

  .img-wrap {
    height: 25rem;
  }

  .content_3-2 {
    padding: 0;
  }

  .content_4-1 {
    padding: 20px;
  }

  .parallax-1 {
    height: 50vh;
  }

  .parallax-1.size {
    height: 25rem;
  }

  .bold-text-10 {
    font-size: 16px;
  }

  .section_3-vertical {
    flex-direction: column;
  }

  .section_3-vertical.highlights {
    padding: 40px;
  }

  .section_3-4, .section_3-5 {
    flex-direction: column;
    padding: 40px;
  }

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

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

  .maps_2 {
    height: 25rem;
  }

  ._3er_grid-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-list.flie-text {
    width: 60%;
    padding-left: 20px;
    font-size: 15px;
  }

  .google-map-wrap {
    height: 25rem;
  }

  .lightbox-link {
    display: block;
  }

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

  .image-error {
    width: 3rem;
  }

  .heading-error.heading-1 {
    margin-top: 10px;
    font-size: 28px;
  }

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

  .heading-links {
    font-size: 50px;
    line-height: 50px;
  }

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

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

  .text-block {
    position: static;
  }
}

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

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

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

  .nav-link-3.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.3;
  }

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

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

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

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

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

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

  .success_block.highlights {
    padding: 20px;
  }

  .success1 {
    font-size: 20px;
  }

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

  .content_3 {
    padding: 0;
  }

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

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

  .heading.heading-1.mit, .heading.heading-1.small-absolute {
    font-size: 30px;
  }

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

  .paragraph {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

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

  .divider {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .section_3 {
    padding: 40px 20px;
  }

  .section_3.zweitfarbe, .section_3.highlights, .section_3.vert, .section_3.space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .no_overflow {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
  }

  .quote.zweitfarbe {
    padding: 20px;
  }

  .icon {
    width: 25px;
  }

  .heading_1 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .no_overflow_1 {
    width: 220px;
    height: 220px;
  }

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

  .parallax {
    height: 20rem;
  }

  .heading_2.heading-1 {
    font-size: 18px;
  }

  .heading_2.heading-1.links {
    font-size: 20px;
  }

  .footer.hauptfarbe, .section_1 {
    padding: 20px;
  }

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

  .maps-gro {
    height: 300px;
  }

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

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

  .impressum-link, .datenschutz-link {
    font-size: 14px;
  }

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

  .link-block-11 {
    width: 30px;
  }

  .preislise {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .preislise-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-cover.right {
    object-position: 80% 50%;
  }

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

  .image-cover.linkss {
    object-position: 10% 50%;
  }

  .content_3-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .bold-text-10 {
    font-size: 14px;
  }

  .section_3-vertical {
    padding: 20px;
  }

  .section_3-vertical.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_3-4 {
    padding: 20px;
  }

  .section_3-5 {
    padding: 40px 20px;
  }

  .divider-margin {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .map_wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  ._3er_grid-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .paragraph-list {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-list.flie-text {
    width: 90%;
    font-size: 14px;
  }

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

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

  .text-error.flie-text {
    font-size: 13.5px;
  }

  .heading-links {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-links.heading-1 {
    font-size: 30px;
    line-height: 1.1;
  }

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


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