:root {
  --blackblue: #050a10;
  --lightblue: #224870;
  --mediumblue: #13293d;
  --white: white;
  --img-border-r: 5px;
  --btn-border-radius: 4px;
  --beigelight: #fff3e4;
  --darkbrown: #331c0a;
  --untitled-ui-primary600: #224870;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #13293d;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray200: #eaecf0;
  --lightbrown: #eec7aa;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #050a10;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Sourceserif 4", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--blackblue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--blackblue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Sourceserifpro, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Notosans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 36px;
}

a {
  color: var(--blackblue);
  cursor: pointer;
}

img {
  max-width: 100%;
  border-radius: 5px;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
}

.page-wrapper.modal-wrapper {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 30px;
  position: relative;
}

.page-wrapper.hide-desktop {
  display: none;
}

.heading-5 {
  color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sourceserifpro, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
}

.body {
  color: var(--blackblue);
  font-family: Poppins;
  font-size: 1.5rem;
  line-height: 150%;
}

.heading-7 {
  color: #050a10;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 125%;
}

.paragraph-2 {
  margin-bottom: 0;
  line-height: 150%;
}

.link {
  direction: ltr;
  color: var(--mediumblue);
  text-transform: none;
  white-space: normal;
  font-size: 1.5rem;
  line-height: 150%;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 125%;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
}

.paragraph-3 {
  color: var(--blackblue);
  margin-top: 35px;
  margin-bottom: 44px;
  font-size: 1.3rem;
  line-height: 150%;
}

.button {
  border: 2px solid var(--mediumblue);
  color: var(--mediumblue);
  text-transform: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  padding: 14px 20px;
  font-size: 1.25rem;
}

.button.btnoutlinedarkblue {
  transition: background-color .2s, color .2s;
}

.button.btnoutlinedarkblue:hover {
  background-color: var(--mediumblue);
  color: var(--white);
}

.btndecentlinenoarrow {
  height: 2rem;
  border-bottom: 1px solid var(--mediumblue);
  color: var(--mediumblue);
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  line-height: 60%;
}

.button-wrap {
  grid-column-gap: 29px;
  align-items: center;
  display: none;
}

.hello-section {
  height: auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 180px;
  display: flex;
}

.hello-section.contact {
  align-items: stretch;
}

.img-hello {
  width: 50%;
}

.img-hello.left {
  width: 48%;
  height: 100%;
  position: relative;
}

.div-block-2 {
  width: 43%;
}

.div-block-2.right {
  width: auto;
  height: auto;
}

.div-block-2.right.hello-right {
  width: 45%;
  flex-direction: column;
  display: block;
}

.hello-image {
  width: 100%;
  height: 310px;
  border-radius: var(--img-border-r);
  object-fit: cover;
}

.heading-11 {
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}

.paragraph-4 {
  margin-top: 40px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.navbar-outer {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-inner {
  width: 80vw;
  max-width: 1150px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.nav-logo-box {
  max-height: 100%;
  min-height: 100%;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.image-2 {
  height: 35%;
  cursor: pointer;
  object-fit: contain;
}

.navbar {
  background-color: rgba(255, 255, 255, .31);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.btn_soliddarkblue {
  border: 1px solid var(--mediumblue);
  border-radius: var(--btn-border-radius);
  background-color: var(--mediumblue);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
  padding: 13px 22px;
  font-size: 18px;
  transition: all .2s;
}

.btn_soliddarkblue:hover {
  border: 1px solid var(--lightblue);
  background-color: var(--white);
  color: var(--mediumblue);
  padding-left: 21px;
  padding-right: 21px;
}

.btn_soliddarkblue.form-submit {
  width: 100%;
  background-color: var(--lightblue);
  letter-spacing: .7px;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Poppins;
  font-size: 1.25rem;
  line-height: 1.2;
  position: relative;
}

.btn_soliddarkblue.form-submit:hover {
  background-color: var(--white);
}

.btn_soliddarkblue.navbutton {
  margin-left: 10px;
  padding-left: 17px;
  padding-right: 17px;
}

.btn_soliddarkblue.navbutton.hero-qui-btn {
  background-color: var(--lightblue);
}

.btn_soliddarkblue.navbutton.hero-qui-btn:hover {
  background-color: var(--white);
  color: var(--lightblue);
}

.btn_soliddarkblue.navbutton.hero-qui-btn.open-modal {
  padding-left: 10px;
  padding-right: 10px;
}

.btn_soliddarkblue.navbutton.nav-li-btn {
  border: 1px solid var(--blackblue);
  font-size: 15px;
}

.nav-menu {
  font-size: 20px;
}

.text-span {
  margin-top: 13px;
  margin-bottom: -4px;
  font-family: Pacifico, sans-serif;
  display: inline-block;
}

.hover-animation-list {
  margin-top: 180px;
  margin-bottom: 180px;
}

.hover-animation-list.jahreszeiten {
  margin-top: 170px;
}

.hover-anim-listw-items {
  flex-direction: column;
  display: flex;
}

.expertise_item_question {
  height: auto;
  grid-column-gap: 90px;
  cursor: pointer;
  border-bottom: 2px solid #000;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  transition: background-color .3s, padding .3s;
  display: flex;
  position: relative;
}

.expertise_item_question:hover {
  background-color: #eee;
  padding-left: 39px;
}

.hover-anim-number {
  font-family: Notosans, sans-serif;
  font-size: 1.9rem;
  font-weight: 200;
  line-height: 1;
}

.hover-anim-text {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  display: block;
  overflow: visible;
}

.hover-anim-heading {
  margin-bottom: 40px;
  padding-right: 163px;
  font-size: 3.3rem;
  line-height: 1.1;
}

.expertise_image {
  z-index: 10;
  width: 19.75em;
  height: 25.75em;
  object-fit: cover;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.informations {
  width: 100%;
  justify-content: center;
  display: flex;
}

.geschichte_wrapper {
  width: auto;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 36px;
  font-family: "Sourceserif 4", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}

.column {
  padding-left: 56px;
  padding-right: 2px;
}

.btn_outlineblue {
  border-style: solid;
  border-width: 1px;
  border-color: black black var(--mediumblue);
  border-radius: var(--btn-border-radius);
  color: var(--mediumblue);
  background-color: #fff;
  transition: all .25s ease-in;
}

.btn_outlineblue:hover {
  background-color: var(--mediumblue);
  color: var(--white);
}

.btn_outlineblue.nooutline {
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 13px;
  padding-right: 13px;
}

.btn_outlineblue.nooutline:hover {
  color: var(--blackblue);
  background-color: rgba(0, 0, 0, 0);
}

.btn_outlineblue.nooutline.underline {
  border-bottom-color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 7px;
  margin-left: 26px;
  padding: 9px 0 2px;
}

.geschichte_text {
  margin-bottom: 77px;
  padding-right: 11px;
  font-size: 1rem;
  line-height: 1.4;
}

.geschichte_links_relative {
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  position: static;
}

.geschichte_links_relative.geschichte-img {
  height: auto;
  border-radius: 2px;
  padding-left: 0;
  padding-right: 0;
}

.geschichte-inner {
  height: auto;
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.information-wrapper {
  max-width: 1300px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.img_raumplan {
  padding-left: 15px;
  padding-right: 0;
}

.raumplan {
  width: 100%;
  height: 344px;
  border-radius: var(--img-border-r);
  object-fit: cover;
  padding-left: 0;
}

.raumplan_left {
  height: 344px;
  padding-left: 0;
  padding-right: 15px;
}

.grid {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.house-stats {
  text-align: center;
  font-family: Notosans, sans-serif;
  font-size: 1.8rem;
  line-height: 1.2;
}

.house-stats-box {
  width: 100%;
  height: 100%;
  border-radius: var(--btn-border-radius);
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
}

.price_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 4.5rem;
}

.price-leftside {
  padding-left: 0;
  padding-right: 0;
}

.price-info {
  margin-right: 100px;
}

.prices-information {
  margin-bottom: 35px;
  padding-right: 0;
}

.price-item {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.price {
  font-family: Notosans, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.price.price-right {
  text-align: right;
}

.pricing-rules {
  margin-top: 24px;
  margin-bottom: 40px;
  padding-right: 100px;
  font-size: .875rem;
  line-height: 1.3125rem;
}

.pricing-cosy-img {
  height: 100%;
  border-radius: 2px;
  padding-right: 0;
}

.contact-infos {
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.contact-img-wrap {
  height: 100%;
  background-color: #727272;
  border-radius: 6px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.contact-iconbar {
  z-index: -1;
  max-width: 830px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 50.5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-iconbar.footer-iconbar {
  z-index: 0;
  color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 39px;
}

.contact-iconbar.footer-iconbar.is-contact {
  margin-top: 40px;
  margin-bottom: 40px;
}

.iconbar-line {
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: var(--darkbrown);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, -50%);
}

.icons {
  z-index: 10;
  width: 230px;
  height: 86px;
  grid-column-gap: 20px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icons.footer-icons {
  height: 54px;
  margin-top: 0;
}

.contact-icon {
  cursor: pointer;
}

.contact-icon:hover {
  color: #21548a;
  mix-blend-mode: normal;
}

.column-2 {
  padding-left: 70px;
  padding-right: 0;
}

.contact1 {
  align-items: stretch;
  display: flex;
}

.contact-form-section {
  margin-top: 50px;
}

.contact-columns {
  display: none;
}

.form-left {
  padding-left: 0;
  padding-right: 81px;
}

.form_subheading {
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.form-sayushello {
  margin-top: 0;
  margin-bottom: 46px;
  font-size: 2.65rem;
  line-height: 1.1;
}

.form-1 {
  margin-bottom: 0;
}

.form1-label {
  letter-spacing: .5px;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.form1-input {
  z-index: 10;
  height: 4.0625rem;
  background-color: rgba(238, 199, 170, .21);
  border: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 1.1rem;
  line-height: 1.2;
  position: relative;
}

.form1-input:focus {
  border-bottom-width: 3px;
  border-bottom-color: #b69e9e;
  border-radius: 0;
}

.form1-input::-ms-input-placeholder {
  color: rgba(5, 10, 16, .6);
  font-family: Poppins;
}

.form1-input::placeholder {
  color: rgba(5, 10, 16, .6);
  font-family: Poppins;
}

.form1-input.form1-message {
  height: 100%;
  min-height: 253px;
  object-fit: fill;
}

.google-maps-left {
  padding-left: 0;
  padding-right: 0;
}

.map {
  border-radius: var(--img-border-r);
  margin-top: 40px;
}

.gallery {
  height: auto;
  margin-top: 160px;
}

.footer-hashtag {
  z-index: 100;
  color: var(--darkbrown);
  text-align: center;
  letter-spacing: .5px;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
}

.footer-hashtag.footer-hashtag-bottom {
  color: var(--darkbrown);
}

.footer-darkbootom {
  background-color: var(--beigelight);
  color: var(--darkbrown);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-navigation-links {
  grid-column-gap: 21px;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 51px;
  display: flex;
}

.footer-nav-link {
  direction: ltr;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
}

.footer-data {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 33px;
  display: flex;
}

.footer-data-item {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.body-2 {
  font-family: Notosans, sans-serif;
  font-size: 16px;
}

.image-full {
  width: 100%;
  height: 100%;
  border-radius: var(--img-border-r);
  object-fit: cover;
  object-position: 50% 0%;
}

.buttons-geschichte {
  display: flex;
}

.button-block {
  height: 176px;
  border: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-block.btn_outlineblue.nooutline.underline {
  height: 40px;
  flex: 1;
  justify-content: flex-start;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 25px;
}

.angled-line-button {
  height: 30px;
  color: #e6e6e6;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.alignment {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #bbb;
  margin-top: 2px;
  transform: translate(-100%);
}

.info-buttons {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-3 {
  color: var(--mediumblue);
}

.nav-link {
  font-size: 17px;
}

.nav-link:hover {
  color: var(--lightblue);
}

.nav-link.w--current {
  color: var(--blackblue);
}

.link-for-about {
  height: 0;
}

.hero-section {
  width: 100%;
  height: 100vh;
}

.hero-columns {
  height: 100%;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.hero-left {
  margin-top: 20vh;
  padding-left: 0;
  padding-right: 0;
}

.hero-heading {
  padding-right: 45px;
  font-family: Lora, sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}

.hero-right {
  height: 100vh;
}

.hero-img-div {
  width: 50vw;
  aspect-ratio: 1 / 1;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-image {
  width: 100%;
  height: 100%;
  border-radius: var(--img-border-r);
  object-fit: cover;
}

.hero-special {
  color: var(--lightblue);
  font-family: Allura, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.hero-quickinfobar {
  z-index: 10;
  width: 750px;
  height: 95px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: var(--img-border-r);
  background-color: var(--beigelight);
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.hero-quickinfo-element {
  text-align: left;
  overflow: hidden;
}

.hero-quickinfo-element.hero-qui-middle {
  border-left: 0 #000;
  overflow: hidden;
}

.hero-quickinfo-element.hero-qui-middle.hero-qui-special {
  display: none;
}

.hero-quickinfo-heading {
  color: var(--lightblue);
  margin-top: 0;
  margin-bottom: 4px;
}

.hero-quickinfo-data {
  color: rgba(5, 10, 16, .59);
  text-transform: none;
  text-decoration: none;
}

.hero-qui-data-underline {
  width: 100%;
  height: 1px;
  background-color: var(--blackblue);
  transform: translate(-110%);
}

.nav-blur {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .2);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-link {
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.jahreszeiten-special {
  color: var(--lightblue);
  font-size: 4.4rem;
  line-height: 4.4rem;
}

.jahreszeiten-special.text-highlight {
  font-family: Allura, sans-serif;
  line-height: 1.1;
}

.lieblingsaktivitaeten-heading {
  font-family: Lora, sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}

.text-highlight {
  font-family: Allura, sans-serif;
}

.form-input-line {
  width: 100%;
  height: 3px;
  background-color: #b69e9e;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -100%;
  right: 0%;
}

.form-input-container {
  height: 4.0625rem;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.form-input-container.form1-message {
  height: 16.5rem;
}

.gallery-container.marquee-photo_wrapper {
  margin-top: 20px;
  padding-top: 2em;
  position: static;
}

.marquee-photo_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.marquee-photo_panel {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee-photo_item {
  width: 25vw;
  flex: none;
  margin-right: .75em;
}

.marquee-photo_height {
  width: 100%;
  padding-top: 117%;
  position: relative;
}

.marquee-photo_img {
  width: 100%;
  height: 100%;
  border-radius: var(--img-border-r);
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-mask {
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.gallery-mask.is-reverse {
  flex: none;
  justify-content: flex-end;
}

.nav-open-company-logo, .navbar-open-additional-links {
  display: none;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  border-radius: var(--btn-border-radius);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
  color: var(--untitled-ui-white);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.open-modal {
  text-decoration: none;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-avatar-group_item {
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  object-fit: cover;
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-stack_item {
  width: 2.75rem;
  height: 2.75rem;
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.avatar-stack_component {
  width: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

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

.uui-faq01_cta {
  border-radius: var(--img-border-r);
  background-color: var(--untitled-ui-gray50);
  justify-content: center;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-faq01_answer {
  overflow: hidden;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: .75rem;
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: .75rem;
  height: 2px;
  background-color: var(--untitled-ui-gray400);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--untitled-ui-gray400);
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq01_icon-wrapper {
  color: var(--untitled-ui-primary600);
}

.uui-faq01_heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-faq01_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq01_accordion {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq01_accordion.last-item {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.uui-faq01_list {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq01_component {
  margin-top: 4rem;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 2.65rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary700);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.expertise_item_answer {
  padding-right: 35%;
  overflow: hidden;
}

.expertise_items_text {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.9;
}

.entfernungen-section {
  margin-top: 60px;
}

.entfernungen-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column wrap;
  display: flex;
}

.modal {
  z-index: 1000;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  transition: all .2s;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal.is-open {
  background-color: rgba(134, 134, 134, .2);
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrapper {
  flex-direction: column;
  display: flex;
}

.submit-button {
  width: 100%;
  background-color: var(--lightblue);
  border-radius: 4px;
}

.modal-heading {
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}

.textarea {
  min-height: 130px;
  border-radius: 4px;
}

.input {
  border-radius: 4px;
}

.modal-small-text {
  font-size: 14px;
  line-height: 1.4;
}

.modal-small-text.with-m {
  margin-top: 14px;
  margin-bottom: 20px;
}

.contact-overlay-close {
  z-index: 2147483647;
  cursor: pointer;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.entfernungen-item {
  min-width: 40%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.entfernungen-item-kilometers {
  background-color: var(--lightblue);
  color: var(--white);
  border-radius: 20px;
  padding: 3px 6px;
  font-size: .8rem;
  display: block;
}

.entfernungen-items-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.link-2 {
  color: var(--darkbrown);
}

.contact-wrapper {
  display: flex;
}

.contact-form-block {
  width: 100%;
}

.price-small-text {
  font-size: .8rem;
  line-height: 1.5;
}

.contact-form-inner-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-items: flex-end;
  display: flex;
}

.form-inner-image-wrap {
  height: 490px;
  flex: 1;
  margin-bottom: 15px;
}

.contact-form-container {
  width: 50%;
  min-width: 600px;
}

.contact-image {
  width: 100%;
  height: 100%;
  border-radius: var(--img-border-r);
  object-fit: cover;
  object-position: 40% 50%;
}

.lottie-animation {
  z-index: 30;
  width: 5.625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 28px;
  right: 35%;
}

.lottie-file {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.navigation-point {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sucess-message {
  border-radius: var(--img-border-r);
  background-color: #86ca94;
}

.error-message {
  border-radius: var(--btn-border-radius);
}

.scroller {
  z-index: 1;
  width: 100%;
  height: 12.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-gradient-blur {
  width: 50%;
  height: 50%;
  opacity: .75;
  filter: blur(100px);
  background-image: linear-gradient(#f969fc, #bc01f0 50%, #0c01de);
  display: none;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.bg-gradient-blur._2 {
  top: -25%;
  left: 15%;
}

.noise {
  opacity: .5;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.line-divider {
  width: 100%;
  height: .0625rem;
  background-color: #fff;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom-css {
  display: none;
}

.button-2 {
  z-index: 5;
  width: 13.4vw;
  height: 3.47vw;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(36deg, #f969fc 14%, #bc01f0 38%, #0c01de 85%);
  border: 1.4px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.button-2.dark {
  z-index: 0;
  color: rgba(0, 0, 0, 0);
  background-color: #0d0d0d;
  background-image: none;
  border-color: rgba(255, 255, 255, .5);
  position: absolute;
}

.button-2.dark._2 {
  z-index: 2;
  opacity: .9;
}

.button-2.dark._1 {
  z-index: 3;
}

.button-2.dark._3 {
  z-index: 1;
  opacity: .8;
}

.buttons-wrapper {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-wrapper {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scroll-text {
  color: #fff;
  letter-spacing: -.02em;
  flex: none;
  margin-right: 5vw;
  font-size: 8vw;
  line-height: 1.37;
}

.button-3 {
  z-index: 5;
  width: 13.4vw;
  height: 3.47vw;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(36deg, #f969fc 14%, #bc01f0 38%, #0c01de 85%);
  border: 1.4px solid #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.button-3.dark {
  z-index: 0;
  color: rgba(0, 0, 0, 0);
  background-color: #0d0d0d;
  background-image: none;
  border-color: rgba(255, 255, 255, .5);
  position: absolute;
}

.button-3.dark._2 {
  z-index: 2;
  opacity: .9;
}

.button-3.dark._1 {
  z-index: 3;
}

.button-3.dark._3 {
  z-index: 1;
  opacity: .8;
}

._404-body {
  background-color: var(--blackblue);
}

.navigation-map {
  height: 0;
}

@media screen and (min-width: 1280px) {
  a {
    transition: color .2s;
  }

  a:hover {
    color: var(--lightblue);
  }

  .hello-section {
    align-items: center;
  }

  .nav-inner {
    max-width: 1530px;
  }

  .btn_soliddarkblue.navbutton {
    transition-duration: .3s;
  }

  .pricing-cosy-img {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-icon {
    transition: all .2s;
  }

  .contact-icon:hover {
    width: 32px;
  }

  .form1-input {
    transition: background-color .3s;
  }

  .form1-input:focus {
    background-color: rgba(238, 199, 170, .5);
  }

  .footer-nav-link {
    transition: color .2s;
  }

  .footer-nav-link:hover {
    color: var(--lightblue);
  }

  .image-full {
    object-position: 65% 0%;
  }

  .nav-link {
    transition: color .2s;
  }

  .nav-link:hover {
    color: var(--lightblue);
    font-weight: 400;
  }

  .hero-columns {
    perspective: 1000px;
    align-items: center;
  }

  .hero-left {
    margin-top: 0;
  }

  .hero-heading {
    padding-right: 30px;
  }

  .hero-quickinfobar {
    height: 92px;
    justify-content: space-between;
    padding-right: 20px;
  }

  .hero-quickinfo-element.hero-qui-middle.hero-qui-special {
    display: none;
  }

  .hero-quickinfo-heading {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  label {
    font-size: 14px;
  }

  .paragraph-3 {
    padding-right: 168px;
  }

  .navbar-outer {
    position: relative;
  }

  .nav-inner {
    box-shadow: none;
  }

  .navbar {
    box-shadow: none;
    background-color: rgba(255, 255, 255, .5);
  }

  .btn_soliddarkblue.navbutton {
    font-size: 17px;
  }

  .btn_soliddarkblue.navbutton.hero-qui-btn {
    margin-left: 10px;
  }

  .geschichte_links_relative.geschichte-img {
    height: 430px;
  }

  .geschichte-inner {
    align-items: center;
  }

  .pricing-rules {
    padding-right: 21px;
  }

  .pricing-cosy-img {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-img-wrap {
    height: 450px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }

  .hosue-stats-columns {
    align-items: center;
    display: flex;
  }

  .form1-input:hover {
    background-color: rgba(238, 199, 170, .35);
  }

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

  .image-full {
    object-position: 50% 70%;
  }

  .nav-link.w--current {
    color: var(--blackblue);
  }

  .link-for-about {
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .success-message {
    background-color: #b2daa0;
  }

  .text-block-4 {
    font-family: Poppins;
  }

  .hero-heading {
    padding-right: 141px;
  }

  .hero-special {
    line-height: 1;
  }

  .hero-quickinfobar {
    width: 1020px;
  }

  .hero-quickinfo-element {
    font-size: 14px;
  }

  .hero-quickinfo-element.hero-qui-middle.hero-qui-special {
    display: block;
  }

  .nav-blur {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-link {
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .geschichte_links_relative.geschichte-img {
    height: 444px;
    flex: 1;
  }

  .form_subheading {
    font-size: 2rem;
    font-style: normal;
    line-height: 2.4rem;
  }

  .alignment {
    overflow: hidden;
  }

  .line {
    width: 100%;
    color: var(--blackblue);
    transform: translate(-110%);
  }

  .text-block-3 {
    overflow: visible;
  }

  .hero-left {
    padding-bottom: 90px;
  }

  .hero-heading {
    padding-right: 294px;
  }

  .hero-img-div {
    aspect-ratio: 3 / 2;
  }

  .hero-quickinfo-element.hero-qui-middle.hero-qui-special {
    display: block;
  }

  .jahreszeiten-special {
    color: var(--lightblue);
    font-family: Allura, sans-serif;
    font-size: 5rem;
    line-height: .5;
  }

  .lieblingsaktivitaeten-heading {
    margin-bottom: 77px;
  }

  .text-highlight {
    font-family: Allura, sans-serif;
  }

  .gallery-container.marquee-photo_wrapper {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  a {
    text-decoration: none;
  }

  img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .page-wrapper.hide-desktop {
    display: block;
  }

  .paragraph-3 {
    padding-right: 10px;
    font-size: 1.3rem;
  }

  .hello-section {
    height: auto;
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .img-hello.left {
    width: 100%;
    aspect-ratio: 3 / 2;
  }

  .div-block-2.right.hello-right {
    width: 100%;
    object-fit: fill;
    overflow: visible;
  }

  .hello-image {
    height: 100%;
  }

  .heading-11 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .paragraph-4 {
    margin-bottom: 44px;
  }

  .nav-inner {
    display: block;
  }

  .nav-logo-box {
    margin-top: 14px;
    display: block;
  }

  .image-2 {
    aspect-ratio: auto;
  }

  .btn_soliddarkblue {
    padding-right: 22px;
  }

  .btn_soliddarkblue.form-submit {
    margin-top: 20px;
  }

  .btn_soliddarkblue.navbutton.hero-qui-btn {
    margin-left: 70px;
  }

  .btn_soliddarkblue.navbutton.nav-li-btn {
    float: left;
    margin-left: 20px;
  }

  .nav-menu {
    width: 100vw;
    height: 100lvh;
    background-color: var(--beigelight);
    padding: 17px 20px 40px 40px;
  }

  .hover-animation-list {
    margin-top: 125px;
    margin-bottom: 161px;
  }

  .expertise_item_question {
    position: static;
  }

  .hover-anim-number, .hover-anim-text {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .hover-anim-heading {
    padding-right: 0;
    font-size: 3rem;
    line-height: 1.2;
  }

  .expertise_image {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    display: none;
    top: auto;
    bottom: 40px;
    transform: translate(30px);
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .geschichte_links_relative.geschichte-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-top: 50px;
  }

  .geschichte-inner {
    grid-row-gap: 2.25rem;
    flex-direction: column-reverse;
    display: flex;
  }

  .information-wrapper {
    grid-row-gap: 80px;
  }

  .img_raumplan {
    padding-left: 0;
  }

  .raumplan {
    height: auto;
    aspect-ratio: 3 / 2;
    margin-top: 34px;
  }

  .raumplan_left {
    padding-right: 0;
  }

  .grid {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .house-stats {
    font-size: 2.255rem;
    line-height: 1.2;
  }

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

  .price-leftside {
    margin-bottom: 34px;
    padding-right: 0;
  }

  .price-item {
    padding-right: 180px;
  }

  .pricing-cosy-img {
    height: auto;
    aspect-ratio: 3 / 2;
    padding-left: 0;
  }

  .contact-infos {
    padding-left: 0;
  }

  .contact-img-wrap {
    aspect-ratio: 3 / 2;
  }

  .contact-iconbar {
    max-width: 450px;
  }

  .contact-iconbar.footer-iconbar {
    max-width: 500px;
  }

  .contact-iconbar.footer-iconbar.is-contact {
    margin-top: 40px;
    margin-bottom: 35px;
  }

  .hosue-stats-columns {
    flex-direction: column;
    display: flex;
  }

  .column-2 {
    padding-right: 0;
  }

  .contact1 {
    flex-direction: column-reverse;
    display: flex;
  }

  .contact-columns {
    flex-direction: column;
    justify-content: space-around;
  }

  .form-left {
    padding-right: 0;
  }

  .form_subheading {
    margin-top: 0;
  }

  .google-maps-left {
    height: 350px;
    margin-top: 50px;
  }

  .map {
    margin-top: 50px;
  }

  .footer {
    margin-top: 160px;
  }

  .image-full {
    aspect-ratio: auto;
  }

  .button-block.btn_outlineblue.nooutline.underline {
    flex: 0 auto;
  }

  .line {
    width: 100%;
  }

  .nav-link {
    width: 200px;
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-columns {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 111px;
    display: block;
  }

  .hero-left {
    margin-top: 0;
  }

  .hero-heading {
    font-size: 2.4rem;
  }

  .hero-right {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-img-div {
    width: 100%;
    aspect-ratio: 3 / 2;
    margin-top: 70px;
    position: static;
  }

  .hero-image {
    aspect-ratio: auto;
    margin-top: 0;
  }

  .hero-special {
    font-size: 3.7rem;
  }

  .hero-quickinfobar {
    width: 80vw;
  }

  .hero-quickinfo-element.hero-qui-middle {
    display: none;
  }

  .hero-quickinfo-heading {
    margin-top: 0;
  }

  .nav-blur {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, .4);
  }

  .lieblingsaktivitaeten-heading {
    line-height: 70px;
  }

  .main-menu-btn.w--open {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-wrapper {
    width: 30px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .hamburger-top, .hamburger-middle, .hamburger-bottom {
    width: 100%;
    height: 3px;
    background-color: #231f20;
    border-radius: 5px;
  }

  .nav-open-company-logo {
    margin-bottom: 20px;
    display: flex;
  }

  .nav-logo {
    height: 24px;
    object-fit: contain;
  }

  .nav-open-logo-link {
    margin-left: 20px;
  }

  .navbar-open-additional-links {
    float: left;
    grid-column-gap: 10px;
    margin-top: auto;
    padding-right: 20px;
    display: flex;
    position: static;
    bottom: 0;
    left: 20px;
    right: 0%;
  }

  .navbar-open-additional-item {
    font-size: 17px;
  }

  .navbar-open-spacer-div {
    width: 1px;
    height: 20px;
    background-color: var(--blackblue);
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-inner-container {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .expertise_item_answer {
    padding-right: 0%;
  }

  .expertise_item_wrapper {
    position: relative;
  }

  .expertise_items_text {
    margin-bottom: 65vw;
  }

  .modal.is-open {
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: auto;
  }

  .entfernungen-items-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-container {
    width: 100%;
    min-width: 100%;
  }

  .lottie-animation {
    right: 10px;
  }

  .page-wrapper-2 {
    display: none;
  }

  .scroller {
    height: 8rem;
  }

  .buttons-wrapper {
    display: none;
  }

  ._404-body {
    color: #fff;
    font-family: Notosans, sans-serif;
  }

  ._404-heading {
    color: #fff;
    font-family: Notosans, sans-serif;
    font-size: 3rem;
    line-height: 1;
  }

  ._404-mobile-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 50px;
    display: flex;
  }

  ._404-btn {
    background-color: var(--white);
    color: var(--blackblue);
  }
}

@media screen and (max-width: 767px) {
  .div-block-2.right.hello-right {
    margin-top: 20px;
  }

  .heading-11 {
    font-size: 2.6rem;
  }

  .paragraph-4 {
    font-size: 1.1rem;
  }

  .btn_soliddarkblue.form-submit {
    width: 100%;
    font-size: 1.1rem;
  }

  .btn_soliddarkblue.navbutton.hero-qui-btn {
    text-align: center;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }

  .expertise_item_question {
    grid-column-gap: 45px;
  }

  .hover-anim-text {
    font-size: 1.2rem;
  }

  .hover-anim-heading {
    font-size: 2.2rem;
  }

  .expertise_image {
    transform: translate(4vw);
  }

  .heading-15 {
    margin-bottom: 25px;
  }

  .geschichte_text {
    margin-bottom: 38px;
    font-size: 1.1rem;
  }

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

  .house-stats {
    padding: 4px;
    font-size: 2rem;
  }

  .price-info {
    margin-right: 0;
  }

  .price-item, .pricing-rules {
    padding-right: 0;
  }

  .contact-iconbar.footer-iconbar.is-contact {
    margin-top: 60px;
  }

  .icons.footer-icons {
    color: var(--darkbrown);
  }

  .form-sayushello {
    font-size: 3.6rem;
  }

  .form1-label {
    font-size: 1.4rem;
  }

  .form1-input {
    font-size: 1.1rem;
  }

  .footer-navigation-links {
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .line {
    width: 100%;
    background-color: var(--mediumblue);
  }

  .link-for-about {
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-section {
    height: 958px;
  }

  .hero-columns {
    height: auto;
    padding-top: 95px;
    overflow: visible;
  }

  .hero-heading {
    padding-right: 79px;
  }

  .hero-right {
    height: auto;
    margin-top: 60px;
  }

  .hero-img-div, .hero-image {
    margin-top: 0;
  }

  .hero-quickinfobar {
    justify-content: space-around;
  }

  .hero-quickinfo-element {
    margin-left: 5px;
    margin-right: 0;
  }

  .jahreszeiten-special.text-highlight {
    white-space: nowrap;
    font-size: 1.3em;
  }

  .lieblingsaktivitaeten-heading {
    margin-bottom: 30px;
    font-size: 3rem;
  }

  .marquee-photo_item {
    width: 40vw;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-faq01_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .expertise_item_answer {
    padding-right: 0%;
  }

  .modal.is-open {
    overflow: scroll;
  }

  .entfernungen-item {
    border-bottom: 1px solid var(--blackblue);
    padding-bottom: 5px;
  }

  .entfernungen-items-wrapper {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-wrapper.modal-wrapper {
    width: 90%;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .button.btnoutlinedarkblue {
    margin-right: -23px;
    padding: 7px 15px;
    font-size: .9rem;
  }

  .btndecentlinenoarrow {
    font-size: .9rem;
  }

  .hello-section {
    margin-top: 0;
  }

  .img-hello.left {
    height: 210px;
  }

  .hello-image {
    height: 100%;
  }

  .heading-11 {
    font-size: 2rem;
  }

  .paragraph-4 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .nav-inner {
    width: 95vw;
    align-items: center;
    display: flex;
  }

  .nav-logo-box {
    margin-top: 0;
  }

  .image-2 {
    width: 80%;
    height: auto;
  }

  .navbar {
    background-color: rgba(255, 255, 255, .8);
  }

  .btn_soliddarkblue.form-submit {
    width: 100%;
  }

  .btn_soliddarkblue.navbutton.hero-qui-btn {
    text-align: center;
  }

  .btn_soliddarkblue.navbutton.hero-qui-btn.open-modal {
    width: 100%;
  }

  .nav-menu {
    padding-left: 0;
  }

  .hover-animation-list {
    margin-top: 70px;
    margin-bottom: 30px;
  }

  .expertise_item_question {
    grid-column-gap: 30px;
  }

  .expertise_item_question:hover {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
  }

  .hover-anim-text {
    font-size: 1.2rem;
  }

  .hover-anim-heading {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }

  .heading-15 {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  .btn_outlineblue {
    text-align: center;
  }

  .geschichte_text {
    margin-bottom: 40px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .geschichte_links_relative.geschichte-img {
    margin-top: 0;
  }

  .information-wrapper {
    width: 100%;
  }

  .img_raumplan {
    margin-top: 22px;
  }

  .raumplan {
    height: 100%;
    margin-top: 0;
  }

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

  .house-stats {
    font-size: 1.5rem;
  }

  .house-stats-box {
    padding-left: 3px;
    padding-right: 3px;
  }

  .price_heading {
    font-size: 2rem;
  }

  .price-info {
    padding-right: 0;
  }

  .price-item {
    padding-right: 0;
  }

  .price {
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .pricing-rules {
    padding-right: 0;
  }

  .pricing-cosy-img, .contact-img-wrap {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .hosue-stats-columns {
    width: 100%;
  }

  .form_subheading {
    font-size: 1rem;
  }

  .form-sayushello {
    margin-top: 8px;
    font-size: 2rem;
    line-height: 1.2;
  }

  .form1-label {
    font-size: 1rem;
  }

  .form1-input {
    font-size: .8rem;
  }

  .gallery {
    margin-top: 175px;
  }

  .footer {
    margin-top: 40px;
  }

  .footer-navigation-links {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
  }

  .footer-nav-link {
    font-size: .9rem;
  }

  .footer-data {
    grid-row-gap: 10px;
  }

  .footer-data-item {
    text-align: center;
    line-height: 1.2;
  }

  .image-full {
    object-position: 65% 65%;
  }

  .buttons-geschichte {
    grid-column-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .button-block.btn_outlineblue.nooutline.underline {
    padding-left: 0;
  }

  .info-buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-columns {
    padding-top: 0;
  }

  .hero-heading {
    margin-top: 30px;
    padding-right: 6px;
    font-size: 2rem;
  }

  .hero-right {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-img-div {
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .hero-image {
    margin-top: 0;
    overflow: visible;
  }

  .hero-quickinfobar {
    width: 100%;
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: rgba(255, 243, 228, 0);
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-quickinfo-element {
    width: 100%;
    margin-left: 0;
  }

  .hero-quickinfo-element.hero-qui-middle.hero-qui-special {
    display: block;
  }

  .jahreszeiten-special.text-highlight {
    font-size: 1em;
  }

  .lieblingsaktivitaeten-heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .text-highlight {
    font-size: 1.4rem;
  }

  .marquee-photo_item {
    width: 51vw;
  }

  .nav-logo {
    height: 20px;
  }

  .navbar-open-additional-links {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .navbar-open-spacer-div {
    display: none;
  }

  .expertise_items_text {
    margin-bottom: 78vw;
  }

  .scroller {
    height: 6rem;
  }
}

#w-node-_5a40c381-dc9e-b43c-44de-6b29dd18c9f2-ed659c08, #w-node-_5a40c381-dc9e-b43c-44de-6b29dd18c9f3-ed659c08, #w-node-_5a40c381-dc9e-b43c-44de-6b29dd18c9f5-ed659c08, #w-node-_5a40c381-dc9e-b43c-44de-6b29dd18c9f6-ed659c08, #w-node-_5a40c381-dc9e-b43c-44de-6b29dd18c9f8-ed659c08, #w-node-_5a40c381-dc9e-b43c-44de-6b29dd18c9f9-ed659c08, #w-node-_5a40c381-dc9e-b43c-44de-6b29dd18c9fb-ed659c08, #w-node-_5a40c381-dc9e-b43c-44de-6b29dd18c9fc-ed659c08 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}


@font-face {
  font-family: 'Sourceserifpro';
  src: url('../fonts/SourceSerifPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Pacifico';
  src: url('../fonts/Pacifico-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allura';
  src: url('../fonts/Allura-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourceserif 4';
  src: url('../fonts/SourceSerif4-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}