@font-face {
  font-family: Roxborough;
  src: url('../fonts/RoxboroughCF-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lufga;
  src: url('../fonts/Lufga-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

:root {
  --white: #e4e7e6;
  --blackblue: #324547;
  --red: #e30a14;
  --beige: #dcd8cc;
  --deepwhite: #fff;
}

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

.landing {
  background-color: var(--white);
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: relative;
}

.landingtop {
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 20px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.landingbottom {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.landingwrapper {
  flex-flow: column;
  flex: 1;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  overflow: hidden;
}

.landingtopleft {
  width: 150px;
  overflow: hidden;
}

.landingtopright {
  width: 150px;
}

.landingnavwrapper {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  width: 35px;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.landinglogowrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.landingmenuwrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5px;
  display: flex;
  overflow: hidden;
}

.landingmenuwrapper.mobilemenu {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.landingmenuwrapper.footermenumobile {
  display: none;
}

.landinglogohead, .landinglogosub {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.landingtopwrapper {
  z-index: 3;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  font-family: Minionpro, sans-serif;
  font-weight: 400;
}

.image {
  width: 200px;
}

.image-2 {
  width: 100px;
}

.landingphone, .landingmail {
  justify-content: center;
  align-items: center;
  width: 1.7vw;
  height: 1.7vw;
  display: flex;
}

.landinglang {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: none;
}

.image-3 {
  width: 1.6vw;
}

.image-4 {
  width: 1.7vw;
}

.text-block {
  font-family: Lufga, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
}

.image-5 {
  width: .6vw;
}

.landingnavtop {
  background-color: var(--blackblue);
  width: 25px;
  height: 1px;
}

.landingnavmid, .landingnavbottom {
  background-color: var(--blackblue);
  width: 35px;
  height: 1px;
}

.landingimage {
  z-index: 1;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.desktopimage {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  display: block;
}

.landingbottomwrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.landingiconwrapper {
  z-index: 2;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.landingheadlinewrapper {
  z-index: 2;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  padding-right: 75px;
  display: flex;
  position: relative;
}

.image-7 {
  width: 550px;
  transform: translate(0, -80px);
}

.heading-2 {
  color: #fff;
  font-family: Roxborough, sans-serif;
  font-size: 75px;
  font-weight: 300;
  line-height: 75px;
}

.text-span {
  font-style: italic;
}

.mobileimage {
  display: none;
}

.snowoverlaywrapper {
  z-index: 2;
  mix-blend-mode: screen;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-video {
  mix-blend-mode: screen;
  flex: 1;
}

.landingmenu {
  z-index: 20;
  background-color: var(--white);
  flex-flow: column;
  height: 100vh;
  padding-left: 6%;
  padding-right: 6%;
  display: none;
  position: absolute;
  inset: 0%;
}

.landingmenucloseleft {
  background-color: var(--blackblue);
  width: 35px;
  height: 1px;
  position: absolute;
  transform: rotate(45deg);
}

.landingmenuclosewrapper {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.landingmenucloseright {
  background-color: var(--blackblue);
  width: 35px;
  height: 1px;
  position: absolute;
  transform: rotate(-45deg);
}

.menutopwrapper {
  z-index: 3;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.menubottom {
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  margin-bottom: 100px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.menubottomleft {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.menubottomright {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.menuitemwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.menulegalwrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.menuitem {
  color: var(--blackblue);
  text-align: left;
  height: 65px;
  font-family: Roxborough, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
}

.legal-item {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.legal-item.datenschutz {
  margin-left: 0;
}

.legalsplit {
  background-color: var(--blackblue);
  width: 20px;
  height: 2px;
}

.image-8 {
  z-index: 2;
  width: 16vw;
  position: relative;
}

.image-8.footercta {
  width: 13vw;
}

.menuctalink {
  position: relative;
}

.landingphonelink, .landingmaillink {
  width: 1.7vw;
  height: 1.7vw;
}

.landinglanglink {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--blackblue);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: none;
}

.introduction {
  background-color: var(--white);
  height: auto;
  padding-top: 100px;
  padding-left: 6%;
  padding-right: 0%;
}

.introductionheadline {
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.heading-3 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Minionpro, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.text-block-2 {
  color: var(--blackblue);
  font-family: Roxborough, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 55px;
}

.introheadlinetext {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 6%;
  padding-right: 50px;
  display: flex;
}

.text-span-2 {
  font-style: italic;
}

.typewriter {
  height: 60px;
  font-style: italic;
}

.introductionvisual {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.introvisualleft {
  width: 40%;
}

.introvisualright {
  flex: 0 auto;
  width: 55%;
}

.introvisualrightimage {
  display: flex;
}

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

.image-10 {
  flex: 1;
  width: 500px;
}

.paragraph {
  color: var(--blackblue);
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
  font-family: Lufga, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.intersection {
  height: 100%;
  display: flex;
}

.intersectionwrapper {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
  inset: 0%;
}

.intersectionbackground {
  z-index: 1;
  background-color: var(--beige);
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.intersectionforeground {
  z-index: 2;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 100px 6% 0;
  display: flex;
  position: relative;
}

.intersectionbackgroundtop {
  background-color: var(--white);
  flex: 1;
}

.intersectionbackgroundbottom {
  background-color: var(--deepwhite);
  flex: 1;
}

.intersectionforegroundwrapper {
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
}

.intersectionimage {
  object-fit: cover;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.intersectionlogo {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-11 {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}

.image-12 {
  width: 40%;
  transform: translate(17%, -80%);
}

.architect {
  z-index: 12;
  height: 100%;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.architectwrapper {
  margin-left: 6%;
  margin-right: 6%;
  padding-left: 40px;
  padding-right: 30px;
  position: relative;
}

.architecttop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 0;
  display: flex;
}

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

.architecttopleft {
  border-left: 2px solid #32454799;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.architecttopleft.mobile {
  display: none;
}

.architecttopright {
  flex: 1;
  display: flex;
}

.architectbottomleft {
  border-left: 2px solid #32454799;
  flex: 1;
  padding-top: 30px;
  padding-left: 20px;
}

.architectbottomright {
  flex: 1;
  padding-top: 30px;
}

.image-13 {
  width: 275px;
}

.heading-4 {
  color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 62px;
  font-weight: 300;
  line-height: 60px;
  transform: translate(0, -20%);
}

.text-span-3 {
  font-style: italic;
}

.paragraph-2 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.interactive {
  z-index: 10;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.interactivewrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.interactiveforeground {
  z-index: 2;
  flex: 1;
  position: absolute;
  inset: 0%;
}

.interactivebackground {
  z-index: 1;
  object-fit: cover;
  flex: 1;
  display: flex;
  position: relative;
}

.image-14 {
  object-fit: cover;
}

.interactivedotwrapper {
  position: absolute;
  inset: 0%;
}

.interactivedot {
  border: 2px solid var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(90vw, 28vw);
}

.interactivedot.dot1 {
  z-index: 2;
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  border-width: 0;
  border-color: var(--deepwhite);
  cursor: pointer;
  width: auto;
  height: auto;
  transform: translate(73vw, 28vw);
}

.interactivedot.dot2 {
  z-index: 2;
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  text-shadow: 0 1px 4px #000;
  cursor: pointer;
  border-width: 0;
  width: auto;
  height: auto;
  display: flex;
  transform: translate(63vw, 22vw);
}

.interactivedot.dot3 {
  z-index: 2;
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  cursor: pointer;
  border-width: 0;
  flex-flow: row-reverse wrap;
  width: auto;
  height: auto;
  transform: translate(70vw, 44vw);
}

.interactivedot.dot4 {
  z-index: 2;
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  cursor: pointer;
  border-width: 0;
  width: auto;
  height: auto;
  transform: translate(43vw, 40vw);
}

.interactivedot.dot5 {
  z-index: 2;
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  cursor: pointer;
  border-width: 0;
  flex-flow: row-reverse wrap;
  width: auto;
  height: auto;
  transform: translate(24vw, 27vw);
}

.interactivedotx {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.interactivedotxleft {
  background-color: var(--white);
  width: 2px;
  height: 20px;
  transform: rotate(45deg);
}

.interactivedotxright {
  background-color: var(--white);
  width: 2px;
  height: 20px;
  transform: rotate(-45deg);
}

.image-15 {
  width: 1.2vw;
}

.div-block {
  border: 2px solid var(--deepwhite);
  background-color: var(--deepwhite);
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.interactiondotbackground {
  border: 2px solid var(--deepwhite);
  border-radius: 500%;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 4vw;
  height: 4vw;
  display: flex;
}

.dottext {
  z-index: 2;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  transform: translate(76.2vw, 27.4vw);
}

.dottext.dottext1 {
  position: relative;
  inset: 0%;
  transform: translate(0);
}

.dottext.dottext2, .dottext.dottext3, .dottext.dottext4, .dottext.dottext5 {
  position: relative;
  transform: none;
}

.text-block-3 {
  color: var(--white);
  text-align: right;
  text-shadow: 0 1px 4px #000;
  font-family: Lufga, sans-serif;
  font-size: 1.8vw;
  font-weight: 300;
  line-height: 2vw;
}

.text-block-3.textblockdot2 {
  font-size: 1.8vw;
  line-height: 1.8vw;
}

.text-block-3.textblockdot3 {
  text-align: left;
  line-height: 1.8vw;
}

.text-block-3.textblockdot4 {
  line-height: 1.8vw;
}

.text-block-3.textblockdot5 {
  text-align: left;
  line-height: 1.8vw;
}

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

.blueprintwrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.blueprinttop {
  flex-flow: column;
  margin-top: 8%;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
  position: relative;
}

.blueprintbottom {
  z-index: 2;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex: 1;
  align-self: center;
  margin-top: 50px;
  margin-left: 8%;
  margin-right: 8%;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.blueprintimage {
  z-index: 1;
  object-fit: cover;
  flex: 1;
  display: flex;
  position: relative;
}

.blueprintcoords {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-4 {
  color: var(--blackblue);
  font-family: Roxborough, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 3vw;
  transform: translate(-4vw, -3.4vw);
}

.blueprintbottomleft {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  display: flex;
}

.blueprintbottomright {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

.blueprintfiles {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-self: flex-start;
  margin-top: 50px;
  display: flex;
}

.blueprintfactwrapper {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  flex-flow: column;
  display: flex;
}

.text-block-5 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 2.1vw;
  font-weight: 300;
  line-height: 2vw;
}

.blueprintfactitem {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blueprintfactitemtitle {
  flex: 1;
}

.image-16 {
  width: .5vw;
}

.text-block-6 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 2.1vw;
}

.blueprintfileitem {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-self: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blueprintfileitem.bauaustattung {
  display: none;
}

.blueprintfileright {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.image-17 {
  width: 4vw;
}

.text-block-7 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  text-decoration: none;
}

.text-block-8 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
}

.heading-5 {
  color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 4.8vw;
  transform: translate(0, -7.4vw);
}

.text-span-4 {
  font-style: italic;
}

.blueprintctalink {
  cursor: pointer;
  position: relative;
}

.blueprintctalink.footercta, .blueprintctalink.plancta {
  align-self: flex-end;
  width: 13vw;
}

.blueprintctabackground {
  z-index: 1;
  background-color: var(--blackblue);
  border-radius: 50%;
  width: 13vw;
  height: 13vw;
  position: absolute;
  inset: 0%;
}

.blueprintctastroke {
  z-index: 1;
  border: 2px solid #32454780;
  border-radius: 50%;
  width: 13vw;
  height: 13vw;
  position: absolute;
  inset: 0%;
}

.image-18 {
  object-fit: cover;
  flex: 1;
}

.blueprintctabottom {
  display: none;
}

.benefit {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.benefitwrapper {
  flex-flow: row;
  flex: 1;
  margin-top: -14vw;
  margin-bottom: 14vw;
  padding-bottom: 0;
  display: flex;
}

.benefitleft {
  object-fit: cover;
  flex-flow: row;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.benefitright {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 75px;
  display: flex;
  position: relative;
  transform: translate(0, 14vw);
}

.benefittext {
  margin-top: 4vw;
  margin-bottom: 5.5vw;
}

.benefitfile {
  z-index: 4;
  align-self: flex-start;
  position: relative;
}

.heading-6 {
  color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 4.4vw;
}

.text-span-5 {
  font-style: italic;
}

.paragraph-3 {
  color: var(--blackblue);
  margin-bottom: 0;
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.9vw;
}

.image-19 {
  object-fit: cover;
  margin-bottom: -14vw;
}

.atmosphere {
  background-color: var(--beige);
  flex-flow: column;
  display: flex;
}

.atmospherewrapper {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  margin: 12% 8% 8%;
  display: flex;
}

.atmospheretop {
  position: relative;
}

.atmospherebottom {
  display: flex;
}

.atmospheretitle {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.atmospheretext {
  text-align: left;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.benefitoverlay {
  z-index: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-20 {
  align-self: stretch;
}

.heading-7 {
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.4vw;
  font-weight: 300;
  line-height: 4vw;
  transform: translate(12vw, -5vw);
}

.image-21 {
  width: 40vw;
  display: block;
}

.paragraph-4 {
  color: var(--blackblue);
  margin-bottom: 2vw;
  margin-right: 3vw;
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.9vw;
}

.view {
  background-color: var(--beige);
  flex-flow: column;
  display: flex;
}

.viewwrapper {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
}

.viewbackground {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
}

.viewforeground {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  margin: 6% 8%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-22 {
  object-fit: cover;
}

.viewtext, .viewtitle {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-8 {
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 4.5vw;
}

.paragraph-5 {
  color: var(--deepwhite);
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.9vw;
}

.paragraph-6 {
  color: var(--deepwhite);
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.9vw;
  display: none;
}

.memories {
  background-color: #28383a;
  flex-flow: column;
  height: auto;
  display: block;
}

.memorieswrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.memoriesbackground {
  z-index: 1;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.memoriesforeground {
  z-index: 2;
  flex-flow: column;
  margin-top: 8%;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: relative;
}

.image-23 {
  opacity: .03;
  mix-blend-mode: color-dodge;
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}

.memoriestop {
  align-self: stretch;
  display: flex;
}

.memoriesbottom {
  display: flex;
  position: relative;
}

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

.memoriesbottomright {
  flex: 1;
}

.heading-9 {
  color: var(--deepwhite);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 50px;
  font-family: Roxborough, sans-serif;
  font-size: 4.4vw;
  font-weight: 300;
  line-height: 4vw;
  transform: translate(0, 8vw);
}

.text-span-6 {
  font-style: italic;
}

.paragraph-7 {
  color: var(--deepwhite);
  margin-top: 30px;
  margin-left: 50px;
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  line-height: 1.9vw;
}

.memoriesheadingoverlay {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-8 {
  color: var(--deepwhite);
  margin-top: 30px;
  margin-left: 50px;
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  line-height: 1.9vw;
  display: none;
}

.footer {
  z-index: 2;
  background-color: var(--white);
  flex-flow: column;
  align-items: stretch;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.footerwrapper {
  z-index: 2;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  flex: 1;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: relative;
}

.footertop {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footerbottom {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.footericon {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.image-25 {
  width: 50%;
}

.image-26 {
  width: 25%;
}

.footerlogowrapper {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
}

.image-27 {
  width: 15%;
}

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

.div-block-2 {
  flex-flow: column;
  align-self: center;
  display: flex;
}

.div-block-3 {
  flex-flow: column;
}

.section-2 {
  height: 100vh;
}

.image-28 {
  width: 20vw;
}

.image-29 {
  width: 10vw;
}

.image-30 {
  width: 50%;
  transform: translate(0, -20%);
}

.footerbottomleft {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  display: flex;
}

.footerbottomright {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.footertemwrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footerlegalwrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.footercta {
  display: flex;
}

.footercta.footerctamobile {
  display: none;
}

.footeritem {
  color: var(--blackblue);
  text-align: left;
  height: 65px;
  font-family: Roxborough, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
}

.footeritem.footeritem1 {
  text-align: left;
  font-size: 5vw;
}

.footeritem.footeritem2, .footeritem.footeritem3, .footeritem.footeritem4, .footeritem.footeritem5 {
  font-size: 4.5vw;
}

.menuitem-copy {
  color: var(--blackblue);
  text-align: left;
  height: 65px;
  font-family: Roxborough, sans-serif;
  font-size: 65px;
  font-weight: 300;
  line-height: 60px;
  text-decoration: none;
}

.legal-item-footer {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.4vw;
  text-decoration: none;
}

.legal-item-footer.impressum {
  font-size: 1.4vw;
  line-height: 1.4vw;
}

.legal-item-copy {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.legalsplit-footer {
  background-color: var(--blackblue);
  width: 20px;
  height: 2px;
}

.footeritemwrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row-reverse wrap-reverse;
  justify-content: center;
  align-items: center;
  height: 7vw;
  display: flex;
  position: relative;
}

.footeritemimage {
  border-radius: 15px;
  width: 7vw;
  height: 7vw;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.image-31 {
  object-fit: cover;
  flex: 1;
  display: block;
}

.ctaimage {
  z-index: 2;
  width: 13vw;
  position: relative;
}

.ctaimage.footercta {
  width: 13vw;
}

.landingphoneimage {
  width: 1.5vw;
}

.landingmailimage {
  width: 1.7vw;
}

.landinglangtext {
  font-family: Lufga, sans-serif;
  font-size: 1.3vw;
  font-weight: 300;
}

.landinglangarrow {
  width: .6vw;
}

.footerbackground {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-32 {
  object-fit: cover;
  align-self: stretch;
}

.chalet1start {
  background-color: var(--beige);
  flex-flow: column;
  display: flex;
  position: relative;
}

.chalet1startwrapper {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  margin-bottom: 0%;
  margin-left: 6%;
  display: flex;
  position: relative;
}

.chalet1startbottom {
  z-index: 0;
  flex: 1;
  margin-top: 4vw;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.chalet1starttop {
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-right: 6%;
  padding-top: 20px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.chalet1startbottomleft {
  z-index: 1;
  flex-flow: row;
  align-self: stretch;
  width: 60%;
  display: flex;
  position: relative;
}

.chalet1startbottomright {
  z-index: 3;
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.image-33 {
  object-fit: cover;
}

.chalet1startplan {
  padding-left: 1vw;
  transform: translate(0, 17vh);
}

.chalet1startdata {
  z-index: 5;
  padding-left: 50px;
  position: relative;
}

.chalet1startdatawrapper {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  flex-flow: column;
  display: flex;
}

.chalet1startdataitem {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  height: 2vw;
  display: flex;
}

.chalet1startdataitemicon {
  align-self: flex-start;
}

.chalet1startdataitemtitle {
  flex: 1;
}

.chalet1startdataimage {
  width: .5vw;
}

.chalet1startdataitemtext {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 1.7vw;
}

.image-34 {
  object-fit: cover;
}

.chalet1startoverlay {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-36 {
  z-index: 2;
  width: 80%;
  position: relative;
}

.image-37 {
  flex: 1;
  align-self: stretch;
}

.chalet1startheadingwrapper {
  z-index: 4;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-10 {
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 12.5vw;
  font-style: italic;
  font-weight: 300;
  line-height: 12.5vw;
  display: flex;
  transform: translate(10vw, 15vw);
}

.subscript {
  transform: translate(0, .8vw);
}

.magic {
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: relative;
}

.magicwrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.magicbackground {
  flex: 1;
  align-self: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.magicforeground {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
}

.magicheading {
  flex-flow: column;
  align-self: stretch;
  display: flex;
}

.image-39 {
  object-fit: cover;
  flex: 1;
}

.heading-11 {
  color: var(--deepwhite);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 5vw;
  display: block;
  transform: translate(20vw, 12vw);
}

.flair {
  z-index: 3;
  background-color: var(--beige);
  flex-flow: column;
  display: flex;
  position: relative;
}

.flairwrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex: 1;
  margin-left: 8%;
  display: flex;
}

.flairleft {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 45vw;
  margin-top: 4%;
  display: flex;
}

.flairright {
  flex: 0 auto;
  margin-right: 2%;
}

.paragraph-9 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
}

.flairleftbottom {
  align-self: stretch;
  display: flex;
}

.heading-12 {
  color: var(--deepwhite);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 4.4vw;
  display: block;
  transform: translate(10vw, 1.5vw);
}

.text-span-7 {
  font-style: italic;
}

.heading-13 {
  opacity: .6;
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 3.6vw;
  font-style: italic;
  font-weight: 300;
  line-height: 4.4vw;
  transform: translate(0, -10vw);
}

.heading-13-mobile {
  opacity: .6;
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 3.6vw;
  font-style: italic;
  font-weight: 300;
  line-height: 4.4vw;
  display: none;
  transform: translate(0, -10vw);
}

.paragraph-9-mobile {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
  display: none;
}

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

.gallerywrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.galleryleft {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  flex: 0 auto;
  width: 55%;
  display: flex;
}

.galleryright {
  flex-flow: column;
  flex: 1;
  width: 45%;
  display: flex;
}

.gallerybackground {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.galleryforeground {
  z-index: 2;
  flex-flow: row;
  flex: 1;
  align-self: stretch;
  margin-left: 8%;
  display: flex;
  position: relative;
  inset: 0%;
}

.gallerybackgroundtop {
  background-color: var(--beige);
  flex: 1;
}

.gallerybackgroundbottom {
  background-color: var(--deepwhite);
  flex: 1;
}

.image-40 {
  align-self: stretch;
  width: 100%;
}

.galleryleftbottom {
  align-self: flex-start;
}

.galleryrightbottom {
  align-self: center;
  margin-top: 8vw;
}

.paragraph-4-gallery {
  color: var(--blackblue);
  margin-bottom: 2vw;
  margin-right: 3vw;
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.9vw;
}

.gallerycontentmobile {
  display: none;
}

.galleryrightbottom-mobile {
  align-self: center;
  margin-top: 8vw;
}

.blueprintfileitem-mobile {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-self: flex-start;
  text-decoration: none;
  display: flex;
  position: relative;
}

.plan {
  background-color: var(--deepwhite);
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
}

.planwrapper {
  flex-flow: column;
  flex: 1;
  margin: 15% 4% 10%;
  display: flex;
}

.tabs {
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  display: flex;
}

.tabs-content {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.tab-pane-tab-1 {
  background-color: var(--white);
  flex: 0 auto;
  height: 70vw;
  padding: 4% 6% 2%;
}

.tab-pane-tab-2 {
  background-color: var(--white);
  flex: 0 auto;
  height: 70vw;
  padding: 4% 6% 0%;
}

.tabs-menu {
  background-color: var(--deepwhite);
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  margin-right: 0%;
  padding-right: 6%;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--deepwhite);
  padding: 1.2vw 3vw 1vw;
}

.tab-link-tab-1.w--current {
  background-color: var(--white);
  padding: 1.2vw 3vw 1vw;
}

.tab-link-tab-2 {
  background-color: var(--deepwhite);
  padding: 1.2vw 3vw 1vw;
}

.tab-link-tab-2.w--current {
  background-color: var(--white);
  padding: 1.2vw 3vw 1vw;
}

.text-block-9, .text-block-10 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 2vw;
}

.tabbuttonoverlaywrapper {
  border-bottom: 2px solid var(--blackblue);
  margin-left: 3vw;
  margin-right: 3vw;
  position: absolute;
  inset: 0%;
}

.tabbuttonoverlaywrapper.og {
  opacity: 0;
}

.tabbuttonoverlaywrapper.ug {
  opacity: 1;
}

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

.plandata {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: var(--white);
  padding: 0% 6% 6%;
  display: flex;
  position: relative;
}

.plandataleft, .plandataright {
  z-index: 2;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.plandataitem {
  border-bottom: 1px solid var(--deepwhite);
  justify-content: space-between;
  display: flex;
}

.text-block-11 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.7vw;
  font-weight: 300;
  line-height: 4vw;
}

.text-block-12, .textdata {
  color: var(--blackblue);
  letter-spacing: .5px;
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.plandataitemwrapper {
  border-top: 1px solid var(--deepwhite);
}

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

.plandatasum.plandatamobile {
  display: none;
}

.plandatasumtext, .textdatasum {
  color: var(--blackblue);
  letter-spacing: .5px;
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 2.5vw;
}

.planbackgroundoverlay {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

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

.comfortwrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.comfortbackground {
  z-index: 2;
  background-color: var(--beige);
  flex-flow: column;
  flex: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.comfortforeground {
  z-index: 2;
  flex: 1;
  padding-bottom: 15vw;
  position: relative;
}

.comfortbackgroundtop {
  z-index: 4;
  background-color: var(--deepwhite);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.comfortbackgroundbottom {
  background-color: var(--beige);
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
}

.comfortforegroundtop {
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.comforttopimage {
  align-self: flex-start;
  width: 60%;
}

.comfortbottomimage {
  justify-content: flex-end;
  align-self: flex-start;
  align-items: stretch;
  width: 60%;
}

.paragraph-10 {
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: flex;
}

.comfortbottomtext {
  align-self: flex-start;
  display: flex;
}

.comfortbottomwrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: 10%;
  display: flex;
}

.heading-14 {
  z-index: 4;
  opacity: 0;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.4vw;
  font-weight: 300;
  line-height: 4.6vw;
  position: relative;
  transform: translate(0, 6vw);
}

.headingfront {
  z-index: 4;
  opacity: 1;
  color: var(--deepwhite);
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.4vw;
  font-weight: 300;
  line-height: 4.6vw;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(22vw, 6vw);
}

.image-42 {
  opacity: .15;
  mix-blend-mode: overlay;
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  display: block;
}

.paragraphmobile {
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.harmony, .harmonywrapper {
  position: relative;
}

.harmonyforeground {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-15 {
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 5vw;
  transform: translate(20vw, 10vw);
}

.text-span-8 {
  font-style: italic;
}

.heading-11-chalet2 {
  color: var(--deepwhite);
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 5vw;
  display: block;
  transform: translate(-16vw, 12vw);
}

.paragraph-9-chalet2 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.paragraph-9-mobile-chalet2 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
  display: none;
}

.flairleft-chalet2 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  height: 45vw;
  margin-top: 4%;
  display: flex;
}

.comforttopimage-chalet2 {
  align-self: flex-start;
  width: 90%;
}

.text-span-9 {
  font-style: italic;
}

.headingfront-chalet2 {
  z-index: 4;
  opacity: 1;
  color: var(--deepwhite);
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.4vw;
  font-weight: 300;
  line-height: 4.6vw;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(11vw, 9vw);
}

.comfortbottomwrapper-chalet2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: 10%;
  display: flex;
}

.paragraphmobile-chalet2 {
  margin-top: 10%;
  margin-bottom: 10%;
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.comfortfooter {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 10vw;
  display: flex;
}

.comfortfooterleft, .comfortfooterright {
  flex: 0 auto;
}

.heading-16 {
  color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 4vw;
}

.paragraph-11 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  line-height: 2vw;
}

.text-span-10 {
  font-style: italic;
}

.paragraph-11-mobile {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  line-height: 2vw;
  display: none;
}

.kitzlanding {
  background-color: var(--white);
}

.kitzlandingwrapper {
  margin-left: 6%;
  margin-right: 6%;
}

.kitzlandingbottom {
  margin-top: 3vw;
}

.kitzlandingtop {
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 20px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

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

.kitzlandingimage {
  z-index: 1;
  flex-flow: column;
  display: flex;
  position: relative;
}

.heading-17 {
  z-index: 2;
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 12vw;
  font-style: italic;
  font-weight: 300;
  line-height: 11vw;
  position: relative;
  transform: translate(0, 3vw);
}

.image-43 {
  align-self: stretch;
}

.kitzfiles {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.kitzfileswrapper {
  align-self: stretch;
  margin-top: 6%;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.kitzfilesleft {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.kitzfilesright {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
  display: flex;
}

.text-block-13 {
  color: var(--blackblue);
  font-family: Roxborough, sans-serif;
  font-size: 4.6vw;
  font-weight: 300;
  line-height: 4.5vw;
}

.text-span-11 {
  font-style: italic;
}

.kitzfiletextmobile {
  color: var(--blackblue);
  font-family: Roxborough, sans-serif;
  font-size: 4.6vw;
  font-weight: 300;
  line-height: 4.47vw;
  display: none;
}

.christmas {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.christmaswrapper {
  align-self: stretch;
  margin: 14% 8% 10%;
  display: flex;
}

.christmasleft {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 55%;
  display: flex;
}

.christmasright {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.image-44 {
  width: 60%;
}

.image-45 {
  width: 100%;
}

.christmasrighttextwrapper {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-18 {
  color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.6vw;
  font-weight: 300;
  line-height: 4.5vw;
}

.paragraph-12 {
  color: var(--blackblue);
  margin-bottom: 0;
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 2vw;
}

.christmastextmoblie {
  color: var(--blackblue);
  margin-bottom: 0;
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.winter {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.winterwrapper {
  position: relative;
}

.winterslidewrapper {
  z-index: 2;
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.winterslideimage {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 60vw;
  display: flex;
}

.winterslidetext {
  z-index: 4;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6% 0% 10%;
  display: flex;
  position: relative;
}

.slider {
  height: 100%;
}

.slide-nav {
  display: none;
}

.winterslidetextwrapper {
  z-index: 2;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  width: 50vw;
  height: 22vw;
  margin-left: 15%;
  display: flex;
  position: relative;
}

.text-block-14 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2vw;
}

.paragraph-13 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.winterslideoverlay {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.left-arrow {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
  inset: auto auto 0% 0%;
  transform: translate(15vw, -29vw);
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  display: flex;
  inset: auto auto 0% 0%;
  transform: translate(20vw, -29vw);
}

.icon, .icon-2 {
  width: 3vw;
  height: 3vw;
}

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

.arrowleft {
  width: 3vw;
  transform: rotate(180deg);
}

.arrowright {
  width: 3vw;
}

.mask {
  z-index: 1;
}

.slide {
  z-index: 3;
}

.image-46 {
  opacity: 1;
}

.paragraph-13-slide3 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: flex;
}

.paragraph-13-slide4 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.paragraph-13-mobile {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: flex;
}

.text-block-14-mobile {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2vw;
  display: none;
}

.text-block-14-copy {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2vw;
}

.text-block-14-mobilev {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 2vw;
  display: none;
}

.paragraph-13-copy {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.adventurewrapper {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  margin: 12% 8% 8%;
  display: flex;
}

.adventuretop {
  position: relative;
}

.adventuretitle {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.adventurebottom {
  display: flex;
}

.adventuresecimage {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.adventuretext {
  text-align: left;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.adventuretextwrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  margin-top: 4vw;
  display: flex;
}

.text-span-12 {
  font-style: italic;
}

.winter-copy {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.summer {
  background-color: var(--deepwhite);
  flex-flow: column;
  display: flex;
}

.summerwrapper {
  margin-bottom: 10vw;
  position: relative;
}

.paragraph-13-summer {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: flex;
}

.paragraph-13-mobile-summer {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.paragraph-13-mobile-copy {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: flex;
}

.paragraph-13-mobile-copy-summer, .paragraph-13-mobile-copy2-summer, .paragraph-13-summer-copy {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.paragraph-13-slide3-copy {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 2vw;
  display: flex;
}

.golf {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.golfwrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.golftop {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  transform: translate(0, -9vw);
}

.golfbottom {
  align-self: center;
}

.golfcontent {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.golfbackground {
  z-index: 1;
  object-fit: cover;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.summerslidetext {
  z-index: 4;
  background-color: var(--deepwhite);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6% 0% 10%;
  display: flex;
  position: relative;
}

.winterslidetext-copy {
  z-index: 4;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6% 0% 10%;
  display: flex;
  position: relative;
}

.image-47 {
  object-fit: cover;
  flex: 1;
}

.heading-19 {
  color: var(--blackblue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.4vw;
  font-weight: 300;
  line-height: 4.2vw;
}

.text-span-13 {
  font-style: italic;
}

.paragraph-14 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  line-height: 2vw;
}

.golfdatawrapper {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  transform: translate(-10vw, -5vw);
}

.golfdataitem {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: center;
  align-items: center;
  height: 2vw;
  display: flex;
}

.golfdataitemicon {
  align-self: flex-start;
}

.golfdataitemtitle {
  flex: 1;
}

.golfdataitemtext {
  color: var(--deepwhite);
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 1.7vw;
}

.golfdataimage {
  filter: brightness(200%);
  width: .5vw;
}

.luxury {
  flex-flow: column;
  display: flex;
  position: relative;
}

.luxurywrapper {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  margin-top: 8%;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
  position: relative;
}

.luxurybottom {
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.luxurybackground {
  z-index: 1;
  background-color: var(--beige);
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-48 {
  opacity: .2;
  mix-blend-mode: overlay;
  object-fit: cover;
  flex: 1;
  align-self: stretch;
}

.adventurewrapper-copy {
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  margin: 12% 8% 8%;
  display: flex;
}

.heading-18-luxury {
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.6vw;
  font-weight: 300;
  line-height: 4.5vw;
  transform: translate(-5vw, -4vw);
}

.image-49 {
  width: 15vw;
}

.image-50 {
  width: 100%;
}

.luxurytextwrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  transform: translate(0, -5vw);
}

.paragraph-4-luxury {
  color: var(--blackblue);
  text-align: left;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 1.9vw;
  transform: translate(0, -2vw);
}

.luxurytext {
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 55%;
  display: flex;
}

.luxurysecimage {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.adventurebottom-copy {
  display: flex;
}

.adventuretop-copy {
  position: relative;
}

.culinary {
  background-color: var(--blackblue);
  flex-flow: column;
  padding-bottom: 20vw;
  display: flex;
  position: relative;
}

.culinarywrapper {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  display: flex;
  position: relative;
}

.culinarytop {
  flex-flow: row;
  align-self: stretch;
  display: flex;
}

.culinarybottom {
  flex-flow: row;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.culinarybackground {
  z-index: 1;
  background-color: var(--blackblue);
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-51 {
  opacity: .1;
  mix-blend-mode: soft-light;
  object-fit: cover;
  flex: 1;
  display: block;
}

.culinarytopleft {
  flex: 0 auto;
  width: 35%;
}

.culinarytopmid {
  flex-flow: column;
  flex: 0 auto;
  width: 30%;
  display: flex;
}

.culinarytopright {
  flex: 0 auto;
  width: 35%;
}

.image-52, .image-53, .image-54, .image-55 {
  object-fit: cover;
}

.image-56, .image-57 {
  object-fit: cover;
  flex: 1;
}

.culinarybottomleft {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.culinarybottomright {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.paragraph-4-culinary {
  color: var(--deepwhite);
  text-align: left;
  flex-flow: row;
  width: 37vw;
  margin-bottom: 0;
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.heading-18-culinary {
  color: #bfb292;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 4.6vw;
  font-weight: 300;
  line-height: 4.5vw;
}

.culinarytextwrapper {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  transform: translate(0, -5vw);
}

.culinarytext {
  display: flex;
}

.culinarydatawrapper {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.culinarydataitem {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  height: 2vw;
  display: flex;
}

.culinarydataitemicon {
  align-self: flex-start;
}

.culinarydataitemtitle {
  flex: 1;
}

.culinarydataimage {
  width: .5vw;
}

.culinarydataitemtext {
  color: #bfb292;
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  font-weight: 300;
  line-height: 1.7vw;
}

.culinarybottomlefttext {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 8vw;
  display: flex;
}

.text-block-15 {
  color: #bfb292;
  font-family: Lufga, sans-serif;
  font-size: 1.8vw;
  font-weight: 600;
}

.culinarybottomleftwrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  display: flex;
}

.paragraph-4-culinary-mobile {
  color: var(--deepwhite);
  text-align: left;
  flex-flow: row;
  width: 37vw;
  margin-bottom: 0;
  font-family: Lufga, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
  display: none;
}

.poem {
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.poemwrapper {
  flex-flow: row;
  margin-left: 8%;
  margin-right: 8%;
  display: flex;
}

.poemleft {
  flex: 0 auto;
  width: 60%;
}

.poemright {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.heading-20 {
  z-index: 2;
  color: var(--deepwhite);
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 3.65vw;
  font-style: italic;
  font-weight: 300;
  line-height: 3.8vw;
  position: relative;
  transform: translate(-7vw);
}

.image-59 {
  z-index: 2;
  position: relative;
  transform: translate(0, -5vw);
}

.image-30-kitzbuhel {
  width: 50%;
  transform: translate(-15%, -95%);
}

.contactwrapper {
  margin-left: 10%;
  margin-right: 10%;
}

.contact {
  background-color: var(--white);
  padding-bottom: 14vw;
}

.contactheader {
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 20px;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.contactheadline {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6vw;
  display: flex;
}

.heading-21 {
  color: var(--deepwhite);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 11vw;
  font-style: italic;
  font-weight: 300;
  line-height: 10vw;
}

.heading-22 {
  color: var(--blackblue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roxborough, sans-serif;
  font-size: 3.4vw;
  font-style: italic;
  font-weight: 300;
  line-height: 3.6vw;
}

.text-span-14 {
  font-style: normal;
}

.contactformwrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  margin-top: 10vw;
  display: flex;
}

.contactformleft {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: column;
  width: 35%;
  display: flex;
}

.contactformright {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.contacttitles {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  flex-flow: column;
  display: flex;
}

.contactpersonwrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.text-block-16 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 2vw;
}

.text-block-17 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.text-block-18 {
  font-family: Lufga, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.8vw;
}

.link {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.6vw;
  text-decoration: none;
}

.image-60 {
  border-radius: 50%;
  width: 12vw;
}

.text-field {
  color: var(--blackblue);
  border: 0 solid #000;
  border-radius: .6vw;
  height: 4vw;
  padding: 1.5vw 2vw;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.form {
  color: var(--blackblue);
  flex-flow: column;
  display: flex;
}

.textarea {
  border: 0 solid #000;
  border-radius: 1vw;
  flex-flow: column;
  flex: 1;
  min-height: 18vw;
  padding: 1.5vw 2vw;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
  display: flex;
}

.select-field {
  background-color: var(--deepwhite);
  border: 0 solid #000;
  border-radius: 1vw;
  height: 5vw;
  padding: 1.5vw 2vw;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.formsubmitwrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: .6vw;
  display: flex;
}

.submit-button {
  background-color: var(--blackblue);
  border: 0 solid #000;
  border-radius: 1vw;
  width: 16vw;
  height: 4vw;
  padding: 15px 25px;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 2vw;
}

.checkbox-label {
  margin-left: 1vw;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.4vw;
}

.checkbox {
  background-color: var(--deepwhite);
  border: 0 solid #000;
  border-radius: .4vw;
  width: 1.6vw;
  height: 1.6vw;
  margin-top: 0;
}

.checkbox-field {
  display: flex;
}

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

.contactformlogo {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 14vw;
  display: flex;
}

.contactlogoitem {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 13vw;
  display: flex;
}

.image-61 {
  width: 12vw;
}

.text-block-19 {
  text-align: center;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
}

.image-61-copy {
  width: 9vw;
}

.contactformtitles {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block-20 {
  color: var(--blackblue);
  text-align: center;
  font-family: Lufga, sans-serif;
  font-size: .9vw;
  font-weight: 300;
  line-height: 1.2vw;
}

.contactlogoimage {
  justify-content: center;
  align-items: center;
  height: 6vw;
  display: flex;
}

.contactlogotitle {
  height: 4vw;
}

.image-30-culinary {
  width: 50%;
  transform: translate(-10%, -80%);
}

.rive {
  mix-blend-mode: overlay;
}

.rive-2 {
  width: 550px;
  transform: translate(0, -150px);
}

.image-62 {
  width: 40vw;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  font-style: italic;
}

.wrappercookie {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.cookiebanner {
  z-index: 4;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--deepwhite);
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10vw;
  padding: 1.4vw 2.2vw;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
  box-shadow: 0 2px 20px -1px #324547;
}

.div-block-11 {
  align-items: center;
  font-size: 15px;
  display: flex;
}

.heading-78 {
  color: var(--blackblue);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.link-15 {
  color: var(--blackblue);
  text-transform: none;
  cursor: pointer;
  margin-left: 5px;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 500;
}

.button-9 {
  border: .1vw solid var(--blackblue);
  color: var(--blackblue);
  text-transform: none;
  cursor: pointer;
  background-color: #3898ec00;
  padding: .8vw 2.2vw;
  font-family: Lufga, sans-serif;
  font-size: 1vw;
  font-weight: 400;
}

.text-span-54 {
  color: var(--blackblue);
  text-transform: uppercase;
  font-family: Lufga, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
}

.legalsublinetextblock {
  color: var(--blackblue);
  text-align: left;
  margin-top: 10px;
  font-family: Lufga, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.legalsublinetextblock.impressum {
  margin-top: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.text-span-61 {
  font-weight: 700;
}

.div-block-13 {
  background-color: var(--white);
  margin-top: 50px;
}

.impressum-2 {
  height: 100%;
  margin-top: 69px;
  margin-left: 200px;
  margin-right: 200px;
}

.link-6 {
  color: #3a3a3a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.text-span-63 {
  font-weight: 700;
}

.content {
  background-color: var(--white);
  height: 100%;
  padding-top: 100px;
}

.legalsublinetext {
  color: var(--blackblue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lufga, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}

.legalsublinetext.backtotop {
  color: var(--blackblue);
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
}

.legalsublinetext.nonmobile {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
}

.legalsublinetext.mobile {
  display: none;
}

.text-span-64 {
  font-weight: 700;
}

.text-span-60 {
  font-style: normal;
  font-weight: 300;
}

.backbutton {
  z-index: 2;
  margin-left: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  transform: translate(2vh, 2vh);
}

.legalsubline {
  margin-top: 50px;
}

.backtotp {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 10%;
  padding-bottom: 75px;
  display: flex;
}

.datenschutz {
  height: 100%;
  margin-top: 10%;
  margin-left: 200px;
  margin-right: 200px;
}

.text-span-62 {
  color: var(--blackblue);
  font-weight: 700;
  text-decoration: underline;
}

.legalheadingtext {
  color: #324547;
  font-family: Lufga, sans-serif;
  font-size: 45px;
  font-weight: 700;
}

.aboutnav {
  z-index: 5;
  background-color: #fff;
  flex-direction: row;
  display: flex;
  position: relative;
}

.image-63 {
  width: 1.5vh;
  transform: rotate(90deg);
}

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

.link-16 {
  color: var(--blackblue);
}

.text-span-65 {
  color: var(--blackblue);
  font-weight: 600;
  text-decoration: none;
}

.link-17, .link-18 {
  color: var(--blackblue);
  font-weight: 600;
}

.bold-text {
  font-style: normal;
  font-weight: 300;
}

.code-embed {
  display: none;
}

.freizeitwrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.freizeitwrapper.architectcta {
  z-index: 12;
  justify-content: flex-end;
  align-items: flex-start;
  inset: auto 0% 0% auto;
}

.freizeitbuttonwrapper {
  z-index: 12;
  align-self: stretch;
  margin-bottom: 8vw;
  margin-left: 9vw;
  position: relative;
}

.image-64 {
  z-index: 3;
  position: relative;
}

.freizeitbutton {
  z-index: 12;
  width: 15vw;
  position: relative;
}

.freizeitbackground {
  z-index: 2;
  background-color: var(--blackblue);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.link-block {
  width: 15vw;
  position: relative;
}

.freizeitstroke {
  border: .2vw solid var(--blackblue);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.freizeitbutton-architect {
  z-index: 12;
  width: 15vw;
  position: relative;
  transform: translate(-7vw, 3vw);
}

.freizeitbuttonwrapper-architect {
  z-index: 12;
  align-self: stretch;
  position: relative;
}

.freizeitwrapper-benefit {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.freizeitwrapper-benefit.architectcta {
  z-index: 12;
  justify-content: flex-end;
  align-items: flex-start;
  inset: auto 0% 0% auto;
}

.freizeitbuttonwrapper-benefit {
  z-index: 12;
  align-self: flex-end;
  position: relative;
}

.freizeitbutton-benefit {
  z-index: 12;
  width: 15vw;
  position: relative;
  transform: translate(3vw, 6vw);
}

.freizeitbutton-benefit.w--current {
  transform: none;
}

.freizeitbutton-chalet1start {
  z-index: 12;
  width: 15vw;
  position: relative;
  transform: translate(6vw, 8vw);
}

.image-64-chaletstart1 {
  z-index: 3;
  position: relative;
}

.freizeitbackground-chaletstart1 {
  z-index: 2;
  background-color: var(--deepwhite);
  border-radius: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.freizeitstroke-chaletstart1 {
  border: .2vw solid var(--deepwhite);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.freizeitwrapperplan {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.freizeitwrapperplan.architectcta {
  z-index: 12;
  justify-content: flex-end;
  align-items: flex-start;
  inset: auto 0% 0% auto;
}

.freizeitbuttonplan {
  z-index: 12;
  width: 15vw;
  position: relative;
  transform: translate(3vw, 8vw);
}

.freizeitbuttonwrapperplan {
  z-index: 12;
  align-self: stretch;
  position: relative;
}

.freizeitbutton-footer {
  z-index: 12;
  width: 15vw;
  position: relative;
  transform: translate(6vw, -7vw);
}

.freizeitwrapper-chalettop {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.freizeitwrapper-chalettop.architectcta {
  z-index: 12;
  justify-content: flex-end;
  align-items: flex-start;
  inset: auto 0% 0% auto;
}

.freizeitwrapper-chalettop2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.freizeitwrapper-chalettop2.architectcta {
  z-index: 12;
  justify-content: flex-end;
  align-items: flex-start;
  inset: auto 0% 0% auto;
}

.freizeitbutton-chalet2start {
  z-index: 12;
  width: 15vw;
  position: relative;
  transform: translate(-10vw, 8vw);
}

.benefitnav {
  z-index: -10;
  background-color: var(--blackblue);
  width: 2vw;
  height: 2vw;
  position: absolute;
}

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

.text-block-21 {
  color: var(--blackblue);
  font-family: Lufga, sans-serif;
  font-size: 1.6vw;
  line-height: 2vw;
}

.text-span-66 {
  color: var(--blackblue);
  font-family: Roxborough, sans-serif;
  font-size: 3vw;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-family: Lufga, sans-serif;
  font-size: .9375rem;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.bold-text-13 {
  font-family: Lufga, sans-serif;
}

.fs-cc_button-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border: 1px solid var(--blackblue);
  background-color: var(--blackblue);
  color: #fff;
  text-align: center;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Lufga, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button-2.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs_cc-modal-content {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  margin-top: 0;
  padding: 0 1.5rem 1.5rem;
  display: flex;
}

.fs-cc_title-2 {
  margin-bottom: .25rem;
  font-family: Roxborough, sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.fs-cc_cookie-component {
  z-index: 9500;
  width: 40vw;
  display: flex;
  position: relative;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_custom-code {
  display: none;
}

.fs-cc_modal {
  background-color: #fff;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.clone-elements-inside-div-2 {
  z-index: 14;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 5vw;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-family: Lufga, sans-serif;
  font-size: .875rem;
  font-weight: 500;
}

.fs-cc_checkbox-description.is--not-allowed {
  font-family: Lufga, sans-serif;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 60vw;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.fs-cc_description-2 {
  letter-spacing: 0;
  font-family: Lufga, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_form {
  margin-bottom: 0;
}

.bold-text-12 {
  font-family: Lufga, sans-serif;
}

.linkwrapper {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .heading-2 {
    font-size: 80px;
    line-height: 80px;
  }

  .snowoverlaywrapper {
    mix-blend-mode: screen;
  }

  .menubottomleft {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .menuitemwrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: stretch;
  }

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

  .menuctalink {
    width: 13vw;
    height: 13vw;
  }

  .text-block-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .image-10 {
    flex: 1;
  }

  .image-13 {
    width: 300px;
  }

  .heading-4 {
    font-size: 67px;
    line-height: 70px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .image-17 {
    width: 3.5vw;
  }

  .blueprintctalink.plancta {
    transform: none;
  }

  .blueprintctabackground, .blueprintctastroke {
    width: 13vw;
    height: 13vw;
  }

  .image-22 {
    flex: 1;
  }

  .footeritem, .menuitem-copy {
    height: 55px;
    font-size: 55px;
    line-height: 50px;
  }

  .ctaimage {
    width: 13vw;
  }

  .wrappercookie {
    z-index: 5;
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .landingtop {
    height: 250px;
  }

  .landingtopleft, .landingtopright {
    width: 150px;
  }

  .landingnavwrapper {
    width: 40px;
    height: 25px;
  }

  .landingmenuwrapper {
    justify-content: flex-end;
    align-items: center;
  }

  .image {
    width: 250px;
  }

  .image-2 {
    width: 130px;
  }

  .landingphone {
    width: 1.5vw;
    height: 1.5vw;
  }

  .landingnavtop {
    width: 30px;
  }

  .landingnavmid, .landingnavbottom {
    width: 40px;
  }

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

  .landingheadlinewrapper {
    padding-right: 125px;
  }

  .image-7 {
    width: 650px;
    transform: translate(0, -106px);
  }

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

  .snowoverlaywrapper {
    mix-blend-mode: screen;
  }

  .menubottomleft {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .menuitemwrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .menuitem {
    height: 70px;
    font-size: 70px;
    line-height: 70px;
  }

  .image-8 {
    width: 16vw;
  }

  .menuctalink {
    width: 13vw;
    height: 13vw;
  }

  .text-block-2 {
    font-size: 72px;
    line-height: 66px;
  }

  .introheadlinetext {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph {
    font-size: 21px;
    line-height: 29px;
  }

  .architect {
    padding-bottom: 150px;
  }

  .architectwrapper {
    padding-left: 70px;
    padding-right: 70px;
  }

  .image-13 {
    width: 330px;
  }

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

  .paragraph-2 {
    font-size: 20px;
    line-height: 29px;
  }

  .blueprintbottom {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    margin-top: 75px;
  }

  .blueprintfiles {
    margin-top: 75px;
  }

  .text-block-5 {
    font-size: 1.8vw;
  }

  .text-block-6 {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .blueprintfileitem {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .image-17 {
    width: 3vw;
  }

  .text-block-7 {
    font-size: 1.4vw;
  }

  .text-block-8 {
    font-size: 1.2vw;
  }

  .heading-5 {
    font-size: 4.6vw;
    line-height: 4.4vw;
    transform: translate(0, -7vw);
  }

  .blueprintctabackground, .blueprintctastroke {
    width: 13vw;
    height: 13vw;
  }

  .benefitright {
    padding-left: 100px;
  }

  .heading-9 {
    font-size: 5vw;
    line-height: 4.5vw;
    transform: translate(0, 5vw);
  }

  .image-28 {
    width: 18vw;
  }

  .image-29 {
    width: 8vw;
  }

  .footertemwrapper {
    padding-top: 0;
  }

  .footeritem {
    height: 70px;
    font-size: 70px;
    line-height: 70px;
  }

  .footeritem.footeritem1, .footeritem.footeritem2, .footeritem.footeritem3, .footeritem.footeritem4, .footeritem.footeritem5 {
    height: 5vw;
    font-size: 4.6vw;
    line-height: 4.6vw;
  }

  .menuitem-copy {
    height: 70px;
    font-size: 70px;
    line-height: 70px;
  }

  .legal-item-footer, .legal-item-footer.impressum {
    font-size: 1.2vw;
  }

  .footeritemwrapper {
    height: 7vw;
  }

  .footeritemimage {
    width: 7vw;
    height: 7vw;
  }

  .ctaimage {
    width: 13vw;
  }

  .landingphoneimage {
    width: 1.4vw;
  }

  .chalet1startwrapper {
    margin-bottom: 0%;
  }

  .chalet1starttop {
    height: 250px;
  }

  .chalet1startdataitemtext {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .flairwrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .flairright {
    margin-right: 4%;
  }

  .paragraph-9 {
    font-size: 1.4vw;
  }

  .blueprintfileitem-mobile {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .paragraph-9-chalet2 {
    font-size: 1.4vw;
  }

  .kitzlandingtop {
    height: 250px;
  }

  .golfdataitemtext, .culinarydataitemtext {
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .contactheader {
    height: 250px;
  }

  .rive-2 {
    transform: translate(0, -170px);
  }

  .wrappercookie {
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
    inset: auto 0% 0%;
  }
}

@media screen and (min-width: 1920px) {
  .landingtop {
    height: 275px;
    padding-top: 30px;
  }

  .landingwrapper {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 6%;
    padding-right: 6%;
    overflow: hidden;
  }

  .landingtopleft, .landingtopright {
    width: 200px;
  }

  .landinglogowrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image {
    width: 300px;
  }

  .image-2 {
    width: 150px;
  }

  .landingphone {
    justify-content: center;
    align-items: center;
    width: 1.2vw;
    height: 1.2vw;
  }

  .landingmail {
    width: 1.4vw;
    height: 1.4vw;
  }

  .image-3 {
    width: 1.4vw;
  }

  .image-4 {
    width: 1.5vw;
  }

  .text-block {
    font-size: 1.1vw;
  }

  .image-5 {
    width: .4vw;
  }

  .landingbottomwrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landingheadlinewrapper {
    padding-right: 150px;
  }

  .image-7 {
    width: 750px;
  }

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

  .snowoverlaywrapper {
    z-index: 2;
    mix-blend-mode: screen;
    flex-flow: column;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .background-video {
    mix-blend-mode: screen;
    flex: 1;
  }

  .landingmenu {
    z-index: 20;
    background-color: var(--white);
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
  }

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

  .menuitem {
    height: 100px;
    font-size: 100px;
    line-height: 100px;
  }

  .image-8, .image-8.footercta {
    width: 12vw;
  }

  .menuctalink {
    width: 13vw;
    height: 13vw;
  }

  .landingphonelink {
    justify-content: center;
    align-items: center;
    width: 1.2vw;
    height: auto;
    display: flex;
  }

  .landingmaillink {
    justify-content: center;
    align-items: center;
    width: 1.4vw;
    height: 1.4vw;
    display: flex;
  }

  .introduction {
    background-color: var(--white);
    padding-bottom: 100px;
  }

  .text-block-2 {
    font-size: 92px;
    line-height: 90px;
  }

  .introheadlinetext {
    margin-top: 70px;
    margin-bottom: 120px;
    padding-right: 200px;
  }

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

  .paragraph {
    margin-top: 80px;
    font-size: 28px;
    line-height: 36px;
  }

  .intersection {
    position: relative;
  }

  .architect {
    padding-bottom: 250px;
  }

  .architecttopleft {
    padding-left: 30px;
  }

  .architectbottomleft {
    padding-top: 40px;
    padding-left: 30px;
  }

  .architectbottomright {
    padding-top: 40px;
  }

  .image-13 {
    width: 18vw;
  }

  .heading-4 {
    font-size: 4.8vw;
    line-height: 4.5vw;
  }

  .paragraph-2 {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }

  .interactivedot.dot4 {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
  }

  .interactiondotbackground {
    width: 3.5vw;
    height: 3.5vw;
  }

  .text-block-3, .text-block-3.textblockdot2, .text-block-3.textblockdot3, .text-block-3.textblockdot4, .text-block-3.textblockdot5 {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .blueprintbottom {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    padding-bottom: 150px;
  }

  .blueprintimage {
    object-fit: cover;
    align-self: stretch;
    display: flex;
  }

  .blueprintfiles {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 85px;
  }

  .text-block-5 {
    font-size: 1.6vw;
  }

  .text-block-6 {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .image-17 {
    width: 2.8vw;
  }

  .text-block-7 {
    font-size: 1.3vw;
  }

  .text-block-8 {
    font-size: 1.1vw;
  }

  .heading-5 {
    transform: translate(0, -6vw);
  }

  .blueprintctabackground, .blueprintctastroke {
    width: 13vw;
    height: 13vw;
  }

  .image-18 {
    object-fit: cover;
    flex: 1;
  }

  .benefitright {
    margin-top: 200px;
    margin-bottom: 150px;
    padding-left: 150px;
  }

  .paragraph-3 {
    font-size: 1.3vw;
  }

  .paragraph-4 {
    margin-right: 5vw;
    font-size: 1.3vw;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 1.3vw;
    line-height: 1.8vw;
  }

  .footer {
    height: auto;
  }

  .image-28 {
    width: 16vw;
  }

  .image-29 {
    width: 7vw;
  }

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

  .footeritem {
    height: 100px;
    font-size: 100px;
    line-height: 100px;
  }

  .footeritem.footeritem1, .footeritem.footeritem2, .footeritem.footeritem3, .footeritem.footeritem4, .footeritem.footeritem5 {
    font-size: 4.2vw;
    line-height: 4.2vw;
  }

  .menuitem-copy {
    height: 100px;
    font-size: 100px;
    line-height: 100px;
  }

  .legal-item-footer, .legal-item-footer.impressum {
    font-size: 1.1vw;
  }

  .footeritemwrapper {
    height: 6vw;
  }

  .footeritemimage {
    width: 6vw;
    height: 6vw;
  }

  .ctaimage {
    width: 13vw;
  }

  .ctaimage.footercta {
    width: 12vw;
  }

  .landingphoneimage {
    width: 1vw;
  }

  .landingmailimage {
    width: 1.15vw;
  }

  .landinglangtext {
    font-size: .9vw;
    line-height: 1vw;
  }

  .landinglangarrow {
    width: .35vw;
  }

  .chalet1startbottom {
    display: flex;
  }

  .chalet1starttop {
    height: 275px;
    padding-top: 30px;
  }

  .chalet1startbottomleft {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .chalet1startbottomright {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .image-33 {
    object-fit: fill;
    display: block;
  }

  .chalet1startplan {
    transform: translate(0, 28vh);
  }

  .chalet1startdata {
    padding-left: 4vw;
  }

  .chalet1startdatawrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .chalet1startdataitemicon {
    align-self: center;
  }

  .chalet1startdataimage {
    width: .4vw;
  }

  .chalet1startdataitemtext {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .image-34 {
    object-fit: cover;
  }

  .image-36 {
    filter: brightness(200%);
  }

  .image-38 {
    transform: none;
  }

  .image-39 {
    flex: 1;
  }

  .heading-11 {
    transform: translate(18vw, 8vw);
  }

  .paragraph-4-gallery {
    margin-right: 5vw;
    font-size: 1.3vw;
  }

  .heading-11-chalet2 {
    font-size: 4.6vw;
    line-height: 4.6vw;
    transform: translate(-14vw, 6vw);
  }

  .paragraph-9-chalet2 {
    font-size: 1.3vw;
  }

  .kitzlandingtop {
    height: 275px;
    padding-top: 30px;
  }

  .christmaswrapper {
    margin-left: 8%;
    margin-right: 8%;
  }

  .christmasright {
    width: 50%;
  }

  .golf {
    height: 100%;
  }

  .golfdatawrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .golfdataitemicon {
    align-self: center;
  }

  .golfdataitemtext {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .golfdataimage {
    width: .4vw;
  }

  .paragraph-4-luxury {
    margin-right: 5vw;
    font-size: 1.3vw;
  }

  .paragraph-4-culinary {
    width: auto;
    font-size: 1.3vw;
  }

  .heading-18-culinary {
    align-self: flex-end;
  }

  .culinarytextwrapper {
    flex-flow: column;
    align-self: flex-end;
  }

  .culinarytext {
    flex-flow: column;
  }

  .culinarydatawrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .culinarydataitemicon {
    align-self: center;
  }

  .culinarydataimage {
    width: .4vw;
  }

  .culinarydataitemtext {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .paragraph-4-culinary-mobile {
    width: auto;
    font-size: 1.3vw;
  }

  .contactheader {
    height: 275px;
    padding-top: 30px;
  }

  .text-field, .select-field {
    margin-bottom: 15px;
  }

  .rive-2 {
    width: 750px;
    transform: translate(0, -200px);
  }

  .wrappercookie {
    z-index: 20;
    justify-content: center;
    margin-left: 0%;
    margin-right: 0%;
    display: none;
    inset: auto 0% 0%;
  }

  .cookiebanner {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    display: flex;
  }

  .impressum-2 {
    margin-left: 300px;
    margin-right: 300px;
  }

  .backbutton {
    transform: translate(0, 2vh);
  }

  .backtotp, .datenschutz, .aboutnav {
    margin-left: 300px;
    margin-right: 300px;
  }

  .freizeitbuttonwrapper {
    margin-bottom: 10vw;
    margin-left: 9vw;
  }

  .freizeitbutton {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .landingmenuwrapper.footermenumobile {
    display: flex;
  }

  .landingphone {
    width: 2.2vw;
    height: 2.2vw;
  }

  .landingmail {
    width: 2.4vw;
    height: 2.4vw;
  }

  .image-3 {
    width: 3vw;
  }

  .image-4 {
    width: 3.2vw;
  }

  .text-block {
    font-size: 2.6vw;
  }

  .image-5 {
    width: 1.2vw;
  }

  .mobileimage {
    display: none;
  }

  .snowoverlaywrapper {
    mix-blend-mode: screen;
  }

  .landingmenu {
    display: none;
  }

  .menubottom {
    align-items: stretch;
    margin-top: 50px;
  }

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

  .image-8, .image-8.footercta {
    width: 14vw;
  }

  .menuctalink {
    width: 14vw;
    height: 14vw;
    position: relative;
  }

  .landingphonelink {
    justify-content: center;
    align-items: center;
    width: 2.2vw;
    height: 2.2vw;
    display: flex;
  }

  .landingmaillink {
    justify-content: center;
    align-items: center;
    width: 2.4vw;
    height: 2.4vw;
    display: flex;
  }

  .introduction {
    padding-left: 0%;
  }

  .text-block-2 {
    text-align: left;
    font-size: 47px;
    line-height: 50px;
  }

  .introheadlinetext {
    justify-content: center;
    align-items: center;
    margin-left: 6%;
    padding-right: 0;
  }

  .introductionvisual {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: stretch;
    margin-right: 0%;
  }

  .introvisualleft {
    align-self: flex-start;
    width: 43%;
    margin-left: 6%;
  }

  .introvisualright {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .introvisualrightimage {
    flex-flow: row;
    flex: 1;
    align-self: flex-end;
    display: block;
  }

  .introvisualrighttext {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .image-9 {
    width: 400px;
  }

  .image-10 {
    flex: 0 auto;
    width: 670px;
  }

  .paragraph {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .intersectionforeground {
    margin-top: 0;
  }

  .intersectionlogo {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    inset: 0% 0% auto auto;
    transform: translate(-8%, -80%);
  }

  .image-12 {
    width: 60%;
    transform: none;
  }

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

  .architecttop {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
  }

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

  .architecttopleft {
    border-left-width: 0;
    align-self: center;
    padding-top: 0;
    padding-left: 0;
    display: none;
  }

  .architecttopleft.mobile {
    margin-top: 30px;
    display: flex;
  }

  .architectbottomleft {
    border-top: 0 solid #32454799;
    border-bottom: 2px solid #32454799;
    border-left-width: 0;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .image-13 {
    width: 220px;
  }

  .heading-4 {
    text-align: center;
    font-size: 60px;
    line-height: 56px;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .interactivedot.dot1 {
    transform: translate(67vw, 28vw);
  }

  .interactivedot.dot2 {
    transform: translate(53vw, 21vw);
  }

  .interactivedot.dot4 {
    transform: translate(37vw, 40vw);
  }

  .interactivedot.dot5 {
    transform: translate(22vw, 25vw);
  }

  .image-15 {
    width: 2vw;
  }

  .interactiondotbackground {
    width: 6vw;
    height: 6vw;
  }

  .text-block-3 {
    text-shadow: 0 1px 4px #000;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .text-block-3.textblockdot2 {
    text-shadow: 0 1px 4px #000;
    line-height: 2.5vw;
  }

  .text-block-3.textblockdot3, .text-block-3.textblockdot4, .text-block-3.textblockdot5 {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .blueprintbottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .blueprintfiles {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .text-block-6 {
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .image-17 {
    width: 4.2vw;
  }

  .text-block-7 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-block-8 {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .heading-5 {
    transform: translate(0, -8.8vw);
  }

  .blueprintctalink {
    width: 14vw;
    height: 14vw;
  }

  .blueprintctalink.footercta, .blueprintctalink.plancta {
    width: 14vw;
  }

  .blueprintctabackground, .blueprintctabackground.footercta, .blueprintctastroke, .blueprintctastroke.footercta {
    width: 14vw;
    height: 14vw;
  }

  .benefitwrapper {
    position: relative;
  }

  .benefitleft {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    width: 34vw;
    position: relative;
  }

  .benefitright {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .heading-6 {
    font-size: 6vw;
    line-height: 5.6vw;
  }

  .paragraph-3 {
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .atmospherewrapper {
    margin-bottom: 0%;
    margin-left: 0%;
  }

  .atmospheretop {
    margin-left: 8%;
    margin-right: 0%;
  }

  .atmospherebottom {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    transform: translate(0, -12vw);
  }

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

  .atmospheretext {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0%;
    margin-right: 8%;
  }

  .heading-7 {
    font-size: 5.6vw;
    line-height: 5vw;
    transform: translate(12vw, -6.4vw);
  }

  .image-21 {
    flex: 0 auto;
    width: 45vw;
    display: block;
  }

  .paragraph-4 {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .heading-8 {
    font-size: 7vw;
    line-height: 6vw;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .memorieswrapper {
    padding-bottom: 100px;
  }

  .memoriesforeground {
    margin-right: 0%;
  }

  .memoriestop {
    margin-right: 10%;
  }

  .memoriesbottomleft {
    flex: 0 auto;
    width: 50%;
  }

  .memoriesbottomright {
    width: 50%;
  }

  .heading-9 {
    margin-left: 20px;
    font-size: 5vw;
    line-height: 4.6vw;
    transform: translate(0, 4vw);
  }

  .paragraph-7 {
    margin-left: 30px;
    font-size: 2vw;
    display: none;
  }

  .memoriesheadingoverlay {
    display: flex;
  }

  .image-24 {
    transform: translate(0, -10vw);
  }

  .paragraph-8 {
    width: 38vw;
    margin-top: 100px;
    margin-left: 20px;
    font-size: 2.2vw;
    font-weight: 300;
    line-height: 2.6vw;
    display: flex;
  }

  .footertop {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    align-items: center;
  }

  .footerbottom {
    align-self: center;
  }

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

  .footerlogo {
    align-self: center;
  }

  .image-28 {
    width: 26vw;
  }

  .image-29 {
    width: 14vw;
  }

  .image-30 {
    width: 75%;
  }

  .footerbottomleft {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 5vw;
  }

  .footerbottomright {
    display: none;
  }

  .footertemwrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
  }

  .footerlegalwrapper {
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
  }

  .footercta {
    align-self: center;
  }

  .footercta.footerctamobile {
    display: flex;
  }

  .footericons {
    align-self: center;
    margin-top: 6vw;
  }

  .footeritem.footeritem1 {
    justify-content: center;
    align-items: center;
    height: 6vw;
    font-size: 6vw;
    line-height: 6vw;
    display: flex;
  }

  .footeritem.footeritem2, .footeritem.footeritem3, .footeritem.footeritem4, .footeritem.footeritem5 {
    height: 6vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .legal-item-footer, .legal-item-footer.impressum {
    font-size: 2vw;
    line-height: 3vw;
  }

  .footeritemimage {
    display: none;
  }

  .ctaimage, .ctaimage.footercta {
    width: 14vw;
  }

  .landingphoneimage {
    width: 2.2vw;
  }

  .landingmailimage {
    width: 2.4vw;
  }

  .landinglangtext {
    font-size: 2vw;
  }

  .landinglangarrow {
    width: .8vw;
  }

  .chalet1startbottomleft {
    width: 40%;
  }

  .chalet1startbottomright {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex: 1;
    padding-bottom: 2vw;
  }

  .chalet1startplan {
    transform: translate(0, 5vh);
  }

  .chalet1startdata {
    padding-left: 35px;
  }

  .chalet1startdatawrapper {
    grid-column-gap: .3vw;
    grid-row-gap: .3vw;
  }

  .chalet1startdataitemicon {
    align-self: flex-end;
  }

  .chalet1startdataitemtext {
    font-size: 2vw;
    line-height: 2.3vw;
  }

  .image-37 {
    object-fit: cover;
  }

  .heading-10 {
    transform: translate(-5vw, -5vw);
  }

  .image-38 {
    width: 47vw;
  }

  .heading-11 {
    font-size: 9vw;
    line-height: 8vw;
    transform: translate(12vw, 15vw);
  }

  .flairwrapper {
    flex-flow: column-reverse wrap;
    margin-left: 0%;
  }

  .flairleft {
    flex: 0 auto;
    align-items: center;
    height: 45vw;
    margin-top: 10%;
  }

  .flairright {
    align-self: center;
    margin-top: -21vw;
    margin-right: 0%;
  }

  .paragraph-9 {
    text-align: left;
    margin-bottom: 0;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .flairlefttop {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .flairleftbottom {
    align-self: center;
  }

  .heading-12 {
    text-align: left;
    font-size: 9vw;
    line-height: 8vw;
    transform: translate(0, 5vw);
  }

  .heading-13 {
    width: 50vw;
    display: none;
    transform: none;
  }

  .heading-13-mobile {
    text-align: left;
    width: 77vw;
    font-size: 7vw;
    line-height: 7vw;
    display: flex;
    transform: none;
  }

  .paragraph-9-mobile {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .gallery {
    padding-bottom: 8vw;
  }

  .galleryleftbottom {
    display: none;
  }

  .galleryrightbottom {
    z-index: 1;
    display: none;
    position: relative;
  }

  .paragraph-4-gallery {
    text-align: left;
    width: 62vw;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .gallerycontentmobile {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    margin-left: 0%;
    display: flex;
  }

  .galleryrightbottom-mobile {
    z-index: 1;
    display: flex;
    position: relative;
  }

  .blueprintfileitem-mobile {
    align-self: center;
  }

  .tabs-menu {
    padding-right: 0%;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2 {
    flex: 1;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .tab-link-tab-2.w--current {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .text-block-9, .text-block-10 {
    justify-content: center;
    align-items: center;
    font-size: 2.4vw;
    line-height: 4vw;
    display: flex;
  }

  .plandata {
    flex-flow: column;
    padding-left: 12%;
    padding-right: 12%;
  }

  .text-block-11 {
    font-size: 2.4vw;
    line-height: 6vw;
  }

  .text-block-12, .textdata {
    font-size: 2vw;
    line-height: 4vw;
  }

  .plandatasum {
    display: none;
  }

  .plandatasum.plandatamobile {
    margin-bottom: 2vw;
    display: flex;
  }

  .plandatasumtext, .textdatasum {
    font-size: 2vw;
    line-height: 4vw;
  }

  .paragraph-10 {
    font-size: 2.2vw;
    display: none;
  }

  .comfortbottomwrapper {
    margin-left: 0%;
  }

  .heading-14 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .headingfront {
    font-size: 6.5vw;
    line-height: 6.5vw;
    transform: translate(17vw, 6vw);
  }

  .paragraphmobile {
    text-align: left;
    margin-top: 15%;
    margin-bottom: 15%;
    font-size: 2.2vw;
    line-height: 3vw;
    display: flex;
  }

  .heading-15 {
    font-size: 7vw;
    line-height: 6.5vw;
  }

  .heading-11-chalet2 {
    font-size: 9vw;
    line-height: 8vw;
    transform: translate(12vw, 15vw);
  }

  .paragraph-9-chalet2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .paragraph-9-mobile-chalet2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .flairleft-chalet2 {
    flex: 0 auto;
    height: 55vw;
    margin-top: 10%;
  }

  .headingfront-chalet2 {
    font-size: 6.5vw;
    line-height: 6.5vw;
    transform: translate(17vw, 6vw);
  }

  .comfortbottomwrapper-chalet2 {
    margin-left: 0%;
  }

  .paragraphmobile-chalet2 {
    text-align: left;
    margin-top: 15%;
    margin-bottom: 15%;
    font-size: 2.2vw;
    line-height: 3vw;
    display: flex;
  }

  .comfortfooter {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading-16 {
    text-align: center;
    font-size: 7vw;
    line-height: 5vw;
  }

  .paragraph-11 {
    display: none;
  }

  .paragraph-11-mobile {
    text-align: left;
    font-size: 2.2vw;
    line-height: 3vw;
    display: flex;
  }

  .heading-17 {
    font-size: 15vw;
    line-height: 15vw;
  }

  .heading-18 {
    font-size: 5vw;
  }

  .winterslidetextwrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 55vw;
    height: 20vw;
  }

  .text-block-14 {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .paragraph-13 {
    font-size: 1.6vw;
    display: flex;
  }

  .left-arrow {
    width: 3.5vw;
    height: 3.5vw;
    transform: translate(15vw, -26vw);
  }

  .right-arrow {
    width: 3.5vw;
    height: 3.5vw;
    transform: translate(20vw, -26vw);
  }

  .arrowleft {
    width: 3.5vw;
  }

  .arrowright {
    width: 35vw;
  }

  .paragraph-13-mobile {
    font-size: 1.6vw;
    display: none;
  }

  .text-block-14-mobile {
    font-size: 2vw;
    line-height: 2.4vw;
    display: none;
  }

  .text-block-14-copy {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .text-block-14-mobilev {
    font-size: 2vw;
    line-height: 2.4vw;
    display: none;
  }

  .paragraph-13-copy {
    font-size: 1.6vw;
    display: flex;
  }

  .adventurewrapper {
    margin-bottom: 0%;
    margin-left: 0%;
  }

  .adventuretop {
    margin-left: 8%;
    margin-right: 0%;
  }

  .adventurebottom {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    transform: translate(0, -12vw);
  }

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

  .adventuretext {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0%;
    margin-right: 8%;
  }

  .paragraph-13-summer {
    font-size: 1.6vw;
    display: flex;
  }

  .paragraph-13-mobile-summer, .paragraph-13-mobile-copy, .paragraph-13-mobile-copy-summer, .paragraph-13-mobile-copy2-summer, .paragraph-13-summer-copy {
    font-size: 1.6vw;
    display: none;
  }

  .golf {
    height: 100vh;
  }

  .heading-19 {
    font-size: 7vw;
    line-height: 6vw;
  }

  .paragraph-14 {
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .golfdatawrapper {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .golfdataitemicon {
    align-self: flex-end;
  }

  .golfdataitemtext {
    font-size: 2.2vw;
    line-height: 2.3vw;
  }

  .luxurywrapper {
    padding-bottom: 12%;
  }

  .luxurybottom {
    flex-flow: column;
    align-self: stretch;
  }

  .adventurewrapper-copy {
    margin-bottom: 0%;
    margin-left: 0%;
  }

  .heading-18-luxury {
    text-align: left;
    align-self: center;
    font-size: 7.4vw;
    line-height: 6vw;
    transform: none;
  }

  .image-49 {
    width: 20vw;
    transform: translate(-5vw, -10vw);
  }

  .luxurytextwrapper {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    align-self: stretch;
    margin-top: 12vw;
    transform: none;
  }

  .paragraph-4-luxury {
    text-align: left;
    align-self: center;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 2.4vw;
    line-height: 3vw;
    transform: none;
  }

  .luxurytext {
    justify-content: flex-end;
    align-self: stretch;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 8%;
  }

  .luxurysecimage {
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .adventurebottom-copy {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    transform: translate(0, -12vw);
  }

  .adventuretop-copy {
    margin-left: 8%;
    margin-right: 0%;
  }

  .culinarybottom {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .culinarybottomleft {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    width: auto;
  }

  .culinarybottomright {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .paragraph-4-culinary {
    text-align: left;
    align-self: flex-start;
    width: 57vw;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    transform: none;
  }

  .heading-18-culinary {
    text-align: left;
    align-self: center;
    font-size: 9vw;
    line-height: 8vw;
    transform: none;
  }

  .culinarytextwrapper {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 10vw;
    transform: none;
  }

  .culinarydatawrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .culinarydataitemicon {
    align-self: flex-end;
  }

  .culinarydataitemtext {
    font-size: 2.6vw;
    line-height: 2.3vw;
  }

  .culinarybottomlefttext {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
  }

  .text-block-15 {
    text-align: left;
    font-size: 3.6vw;
  }

  .culinarybottomleftwrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .image-58 {
    width: 75vw;
  }

  .paragraph-4-culinary-mobile {
    text-align: center;
    width: 80vw;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 2.4vw;
    line-height: 3.2vw;
    transform: none;
  }

  .image-30-kitzbuhel {
    width: 75%;
    transform: translate(0%, -70%);
  }

  .contactwrapper {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .heading-21 {
    font-size: 14vw;
    line-height: 13vw;
  }

  .heading-22 {
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .contactformwrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contactformleft {
    flex-flow: row;
    justify-content: center;
    align-self: center;
    width: 100%;
  }

  .contactformright {
    width: 80%;
  }

  .contactimage {
    align-self: center;
  }

  .contactpersonwrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .text-block-16 {
    text-align: center;
    font-size: 1.8vw;
    line-height: 3vw;
  }

  .link {
    text-align: center;
    font-size: 1.6vw;
    line-height: 2.4vw;
  }

  .image-60 {
    width: 15vw;
  }

  .text-field {
    height: 6vw;
    margin-bottom: 1.4vw;
    font-size: 1.8vw;
  }

  .textarea {
    margin-bottom: 1.4vw;
    font-size: 1.8vw;
  }

  .select-field {
    height: 6vw;
    margin-bottom: 1.4vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 1.8vw;
  }

  .formsubmitwrapper {
    margin-top: 1vw;
  }

  .submit-button {
    width: 20vw;
    height: 6vw;
    padding: 1.5vw 2vw;
    font-size: 1.8vw;
  }

  .checkbox-label {
    margin-left: 1.4vw;
    font-size: 1.4vw;
    line-height: 1.8vw;
  }

  .checkbox {
    width: 2vw;
    height: 2vw;
  }

  .contactformlogo {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    place-items: center;
    display: grid;
  }

  .contactlogoitem {
    grid-column-gap: .4vw;
    grid-row-gap: .4vw;
  }

  .image-61 {
    width: 17vw;
  }

  .image-61-copy {
    width: 14vw;
  }

  .text-block-20 {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .image-30-culinary {
    width: 75%;
    transform: translate(0%, -80%);
  }

  .wrappercookie {
    margin-left: 26%;
    margin-right: 26%;
  }

  .cookiebanner {
    padding-left: 2.6vw;
    padding-right: 2.6vw;
  }

  .heading-78, .link-15 {
    font-size: 1.2vw;
  }

  .button-9 {
    padding: .4vw 2vw;
    font-size: 1.2vw;
  }

  .text-span-54 {
    font-size: 38px;
  }

  .legalsublinetextblock {
    line-height: 22px;
  }

  .impressum-2 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .legalsublinetext {
    margin-top: 50px;
  }

  .legalsublinetext.mobile {
    display: none;
  }

  .datenschutz {
    margin-left: 100px;
    margin-right: 100px;
  }

  .freizeitbuttonplan {
    transform: translate(3vw, -4vw);
  }

  .freizeitwrapper-chalettop2 {
    inset: 0% auto auto 0%;
  }

  .freizeitbutton-chalet2start {
    transform: translate(6vw, 8vw);
  }

  .fs-cc_cookie-component {
    width: 80vw;
  }

  .fs-cc_preference-component {
    display: none;
  }

  .cookie-preference_wrapper {
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
  .landingmenuwrapper {
    display: none;
  }

  .landingmenuwrapper.mobilemenu {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .landingphone {
    width: 5vw;
    height: 5vw;
  }

  .landingmail {
    width: 4.4vw;
    height: 4.4vw;
  }

  .landinglang {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .image-3 {
    width: 3.8vw;
  }

  .image-4 {
    width: 4.4vw;
  }

  .text-block {
    font-size: 3.4vw;
  }

  .image-5 {
    width: 1.5vw;
  }

  .desktopimage {
    display: block;
  }

  .landingheadlinewrapper {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .image-7 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-2 {
    text-align: center;
    font-size: 62px;
    line-height: 60px;
  }

  .mobileimage {
    object-fit: cover;
    flex: 0 auto;
    align-self: stretch;
    display: none;
  }

  .snowoverlaywrapper {
    mix-blend-mode: screen;
    display: flex;
  }

  .landingmenu {
    z-index: 20;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .menubottom {
    flex-flow: column;
    margin-top: 75px;
    padding-top: 0;
  }

  .menubottomleft {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

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

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

  .menuitem {
    height: 65px;
    font-size: 60px;
    line-height: 55px;
  }

  .legal-item {
    font-size: 18px;
  }

  .legal-item.datenschutz {
    margin-left: 0;
  }

  .legalsplit {
    width: 20px;
    height: 1px;
  }

  .image-8 {
    width: 20vw;
  }

  .image-8.footercta {
    width: 17vw;
  }

  .section {
    height: 400vh;
  }

  .menuctalink {
    width: 20vw;
    height: 20vw;
  }

  .landingphonelink, .landingmaillink, .landinglanglink {
    width: 5vw;
    height: 5vw;
  }

  .text-block-2 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .image-10 {
    padding-left: 50px;
  }

  .paragraph {
    font-size: 2.6vw;
    line-height: 3.1vw;
  }

  .architect {
    padding-bottom: 300px;
  }

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

  .image-13 {
    width: 35%;
  }

  .heading-4 {
    font-size: 9vw;
    line-height: 8.5vw;
  }

  .paragraph-2 {
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .blueprinttop {
    margin-top: 12%;
  }

  .blueprintbottom {
    flex-flow: column;
    margin-top: 0;
  }

  .text-block-4 {
    font-size: 5vw;
    line-height: 5vw;
    transform: translate(-4vw, -6vw);
  }

  .blueprintcta {
    display: none;
  }

  .blueprintfacts {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .blueprintfiles {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
    margin-top: 8vw;
  }

  .blueprintfactwrapper {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
  }

  .text-block-5 {
    font-size: 3.8vw;
  }

  .image-16 {
    width: 1vw;
  }

  .text-block-6 {
    font-size: 2.8vw;
    line-height: 3.5vw;
  }

  .blueprintfileitem {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .blueprintfileright {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .image-17 {
    width: 6vw;
  }

  .text-block-7 {
    font-size: 2.8vw;
  }

  .text-block-8 {
    font-size: 2vw;
  }

  .heading-5 {
    text-align: left;
    font-size: 8vw;
    line-height: 7.5vw;
    transform: translate(0, -3.5vw);
  }

  .blueprintctalink {
    width: 20vw;
    height: 20vw;
  }

  .blueprintctalink.footercta {
    width: 17vw;
    height: 17vw;
  }

  .blueprintctalink.plancta, .blueprintctabackground {
    width: 20vw;
    height: 20vw;
  }

  .blueprintctabackground.footercta {
    width: 17vw;
    height: 17vw;
  }

  .blueprintctastroke {
    width: 20vw;
    height: 20vw;
  }

  .blueprintctastroke.footercta {
    width: 17vw;
    height: 17vw;
  }

  .blueprintctabottom {
    align-self: flex-start;
    margin-top: 10vw;
    display: flex;
  }

  .benefitwrapper {
    flex-flow: column;
    margin-top: -20vw;
    margin-bottom: 0;
  }

  .benefitleft {
    flex: 1;
    width: auto;
    display: flex;
  }

  .benefitright {
    flex: 1;
    align-self: center;
    margin-top: 10%;
    margin-bottom: 10%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    transform: none;
  }

  .heading-6 {
    font-size: 8vw;
    line-height: 7.5vw;
  }

  .paragraph-3 {
    font-size: 2.8vw;
    line-height: 3.8vw;
  }

  .image-19 {
    flex: 1;
    height: 20vh;
    margin-bottom: 0;
    line-height: 203px;
    display: block;
  }

  .atmospherewrapper {
    margin-top: 20%;
  }

  .atmospheretext {
    justify-content: center;
    align-items: center;
    margin-left: 8%;
    margin-right: 0%;
  }

  .benefitoverlay {
    z-index: 1;
  }

  .heading-7 {
    font-size: 7vw;
    line-height: 6.6vw;
    transform: translate(12vw, -8vw);
  }

  .paragraph-4 {
    text-align: left;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .paragraph-5 {
    text-align: center;
    width: 300px;
    font-size: 2.8vw;
    display: none;
  }

  .paragraph-6 {
    text-align: left;
    text-shadow: 0 1px 4px #000;
    width: 75vw;
    font-size: 2.8vw;
    line-height: 3vw;
    display: flex;
  }

  .memorieswrapper {
    padding-bottom: 0;
  }

  .memoriesbottom {
    flex-flow: column-reverse wrap;
    align-self: stretch;
    transform: translate(0, -11vw);
  }

  .memoriesbottomleft {
    width: auto;
    margin-top: 50px;
  }

  .memoriesbottomright {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-9 {
    font-size: 7vw;
    line-height: 6.4vw;
    transform: translate(0, 7vw);
  }

  .memoriesheadingoverlay {
    display: flex;
  }

  .image-24 {
    width: 50%;
    transform: none;
  }

  .paragraph-8 {
    width: 69vw;
    margin-top: 0;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .footertemwrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

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

  .footeritem {
    height: 65px;
    font-size: 60px;
    line-height: 55px;
  }

  .footeritem.footeritem1, .footeritem.footeritem2, .footeritem.footeritem3, .footeritem.footeritem4, .footeritem.footeritem5 {
    height: 7vw;
    font-size: 7vw;
    line-height: 7vw;
  }

  .menuitem-copy {
    height: 65px;
    font-size: 60px;
    line-height: 55px;
  }

  .legal-item-footer, .legal-item-footer.impressum {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .legal-item-copy {
    font-size: 18px;
  }

  .legalsplit-footer {
    width: 20px;
    height: 1px;
  }

  .ctaimage {
    width: 20vw;
  }

  .chalet1startbottomright {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .chalet1startdatawrapper {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
  }

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

  .chalet1startdataitemicon {
    align-self: flex-end;
  }

  .chalet1startdataimage {
    width: .7vw;
  }

  .chalet1startdataitemtext {
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .heading-11 {
    font-size: 11vw;
    line-height: 10vw;
    transform: translate(7vw, 15vw);
  }

  .paragraph-4-gallery {
    text-align: left;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .blueprintfileitem-mobile {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .plan {
    padding-top: 150px;
  }

  .plandata {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .text-block-11 {
    font-size: 3.4vw;
    line-height: 8vw;
  }

  .text-block-12, .textdata {
    font-size: 2.6vw;
    line-height: 5.5vw;
  }

  .plandatasum.plandatamobile {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .plandatasumtext, .textdatasum {
    font-size: 2.6vw;
    line-height: 5.5vw;
  }

  .harmonywrapper {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .harmonybackground {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .heading-11-chalet2 {
    font-size: 11vw;
    line-height: 10vw;
    transform: translate(7vw, 15vw);
  }

  .flairleft-chalet2 {
    height: 58vw;
  }

  .heading-17 {
    font-size: 16vw;
    line-height: 16vw;
  }

  .kitzfileswrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column-reverse wrap;
    margin-top: 8%;
    margin-left: 6%;
    margin-right: 6%;
  }

  .kitzfilesleft {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .kitzfilesright {
    margin-left: 0%;
  }

  .text-block-13 {
    display: none;
  }

  .kitzfiletextmobile {
    text-align: left;
    width: 85vw;
    font-size: 5.4vw;
    line-height: 5.5vw;
    display: block;
  }

  .christmaswrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-left: 6%;
    margin-right: 6%;
  }

  .christmasleft, .christmasright {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-44 {
    transform: translate(0, -10vw);
  }

  .christmasrighttextwrapper {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .heading-18 {
    text-align: left;
    align-self: stretch;
    font-size: 7vw;
    line-height: 7vw;
  }

  .paragraph-12 {
    display: none;
  }

  .christmastextmoblie {
    text-align: left;
    width: 65vw;
    font-size: 2.6vw;
    line-height: 3.4vw;
    display: flex;
  }

  .winterslidetext {
    justify-content: flex-start;
    align-items: center;
    height: 90vw;
    padding-top: 0%;
  }

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

  .winterslidetextwrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-left: 0%;
    transform: translate(0, 20vw);
  }

  .text-block-14 {
    text-align: center;
    font-size: 3.4vw;
    line-height: 4vw;
    display: block;
  }

  .paragraph-13 {
    display: none;
  }

  .winterslideoverlay {
    justify-content: flex-end;
    align-items: center;
  }

  .left-arrow {
    width: 7vw;
    height: 7vw;
    inset: auto 0% 0%;
    transform: translate(-5vw, -75vw);
  }

  .right-arrow {
    width: 7vw;
    height: 7vw;
    inset: auto 0% 0%;
    transform: translate(5vw, -75vw);
  }

  .arrowleft, .arrowright {
    width: 7vw;
  }

  .paragraph-13-slide3 {
    text-align: center;
    font-size: 2.6vw;
    line-height: 3.4vw;
  }

  .paragraph-13-mobile {
    text-align: center;
    font-size: 2.6vw;
    line-height: 3.4vw;
    display: flex;
  }

  .text-block-14-mobile {
    text-align: center;
    font-size: 3.4vw;
    line-height: 4vw;
    display: block;
  }

  .text-block-14-copy {
    text-align: center;
    text-align: center;
    font-size: 3.4vw;
    line-height: 4vw;
    display: none;
  }

  .text-block-14-mobilev {
    text-align: center;
    font-size: 3.4vw;
    line-height: 4vw;
    display: block;
  }

  .paragraph-13-copy {
    display: flex;
  }

  .adventurewrapper {
    margin-top: 20%;
  }

  .adventuretext {
    justify-content: center;
    align-items: center;
    margin-left: 8%;
    margin-right: 0%;
  }

  .paragraph-13-summer {
    display: none;
  }

  .paragraph-13-mobile-summer, .paragraph-13-mobile-copy {
    text-align: center;
    font-size: 2.6vw;
    line-height: 3.4vw;
    display: flex;
  }

  .paragraph-13-mobile-copy-summer, .paragraph-13-mobile-copy2-summer {
    text-align: center;
    font-size: 2.6vw;
    line-height: 3.4vw;
    display: none;
  }

  .paragraph-13-summer-copy {
    display: none;
  }

  .paragraph-13-slide3-copy {
    text-align: center;
    font-size: 2.6vw;
    line-height: 3.4vw;
  }

  .golftop {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    align-self: stretch;
    transform: translate(0, -20vw);
  }

  .summerslidetext, .winterslidetext-copy {
    justify-content: flex-start;
    align-items: center;
    height: 90vw;
    padding-top: 0%;
  }

  .heading-19 {
    text-align: left;
    align-self: center;
    font-size: 11vw;
    line-height: 9.6vw;
  }

  .paragraph-14 {
    text-align: left;
    align-self: center;
    font-size: 3vw;
    line-height: 3.6vw;
  }

  .golfdatawrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    transform: translate(0, -10vw);
  }

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

  .golfdataitemicon {
    align-self: flex-end;
  }

  .golfdataitemtext {
    font-size: 3vw;
    line-height: 2.4vw;
  }

  .golfdataimage {
    width: .7vw;
  }

  .adventurewrapper-copy {
    margin-top: 20%;
  }

  .heading-18-luxury {
    text-align: left;
    align-self: stretch;
    font-size: 9vw;
    line-height: 8.4vw;
  }

  .luxurytextwrapper {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
    margin-top: 14vw;
  }

  .paragraph-4-luxury {
    text-align: left;
    align-self: stretch;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .luxurytext {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-4-culinary {
    text-align: left;
    width: 76vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .heading-18-culinary {
    text-align: left;
    align-self: stretch;
    font-size: 9vw;
    line-height: 8.4vw;
  }

  .culinarytextwrapper {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
    margin-top: 14vw;
  }

  .culinarydatawrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    transform: translate(0, -10vw);
  }

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

  .culinarydataitemicon {
    align-self: flex-end;
  }

  .culinarydataimage {
    width: .7vw;
  }

  .culinarydataitemtext {
    font-size: 3vw;
    line-height: 2.4vw;
  }

  .culinarybottomleftwrapper {
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
  }

  .paragraph-4-culinary-mobile {
    text-align: center;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .poem {
    padding-bottom: 10%;
  }

  .heading-20 {
    font-size: 5vw;
    line-height: 5vw;
    transform: translate(-20vw, -7vw);
  }

  .image-30-kitzbuhel {
    transform: translate(0%, -120%);
  }

  .contactformwrapper {
    grid-column-gap: 11vw;
    grid-row-gap: 11vw;
    margin-top: 12vw;
  }

  .contactformleft {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: column;
  }

  .contactformright {
    width: 90%;
  }

  .text-block-16 {
    font-size: 2.4vw;
    line-height: 5vw;
  }

  .link {
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .image-60 {
    width: 24vw;
  }

  .text-field {
    height: 8vw;
    font-size: 2.2vw;
  }

  .textarea {
    font-size: 2.2vw;
  }

  .select-field {
    height: 8vw;
    font-size: 2.2vw;
  }

  .formsubmitwrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column-reverse wrap;
  }

  .submit-button {
    width: 100%;
    height: 8vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .checkbox-label {
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .checkbox {
    width: 3vw;
    height: 3vw;
  }

  .contactformlogo {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .contactlogoitem {
    height: 16vw;
  }

  .image-61 {
    width: 25vw;
  }

  .image-61-copy {
    width: 20vw;
  }

  .text-block-20 {
    font-size: 2vw;
  }

  .rive-2 {
    width: 350px;
    transform: translate(0, -120px);
  }

  .image-62 {
    width: 45vw;
  }

  .wrappercookie {
    z-index: 20;
    justify-content: center;
    margin-left: 14%;
    margin-right: 14%;
  }

  .cookiebanner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    justify-content: center;
    padding: 3vw 4vw;
  }

  .div-block-11 {
    font-size: 8px;
    line-height: 0;
  }

  .heading-78, .link-15 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .button-9 {
    padding: 2vw 4vw;
    font-size: 2vw;
    line-height: 2vw;
  }

  .text-span-54 {
    width: 165px;
    font-size: 36px;
    line-height: 16px;
  }

  .legalsublinetextblock {
    font-size: 13px;
  }

  .impressum-2 {
    margin-top: 30px;
    margin-left: 75px;
    margin-right: 75px;
  }

  .link-6 {
    font-size: 14px;
  }

  .content {
    background-color: var(--white);
    padding-top: 100px;
  }

  .legalsublinetext {
    line-height: 39px;
    display: block;
  }

  .legalsublinetext.nonmobile {
    display: none;
  }

  .legalsublinetext.mobile {
    line-height: 48px;
    display: block;
  }

  .datenschutz {
    margin-left: 75px;
    margin-right: 75px;
  }

  .legalheadingtext {
    font-size: 28px;
  }

  .aboutnav {
    background-color: #fff;
  }

  .image-63 {
    align-self: center;
    width: 1vh;
  }

  .freizeitwrapper.architectcta {
    justify-content: flex-end;
    align-items: center;
    inset: auto 0% 0%;
  }

  .freizeitbutton {
    width: 32vw;
  }

  .freizeitbutton-architect {
    width: 30vw;
    transform: translate(0, -10vw);
  }

  .freizeitbuttonwrapper-architect {
    align-self: center;
  }

  .freizeitwrapper-benefit.architectcta {
    justify-content: flex-end;
    align-items: center;
    inset: auto 0% 0%;
  }

  .freizeitbutton-benefit {
    width: 32vw;
  }

  .freizeitbutton-chalet1start {
    width: 30vw;
    transform: translate(0, 55vw);
  }

  .freizeitwrapperplan {
    justify-content: flex-end;
    align-items: center;
  }

  .freizeitwrapperplan.architectcta {
    justify-content: flex-end;
    align-items: center;
    inset: auto 0% 0%;
  }

  .freizeitbuttonplan {
    width: 24vw;
    transform: translate(0, 4vw);
  }

  .freizeitbuttonwrapperplan {
    align-self: center;
  }

  .freizeitbutton-footer {
    width: 19vw;
    transform: translate(29vw, -7vw);
  }

  .image-65 {
    flex: 1;
  }

  .freizeitwrapper-chalettop.architectcta {
    justify-content: flex-end;
    align-items: center;
    inset: auto 0% 0%;
  }

  .freizeitwrapper-chalettop2 {
    inset: 0% 0% auto;
  }

  .freizeitwrapper-chalettop2.architectcta {
    justify-content: flex-end;
    align-items: center;
    inset: auto 0% 0%;
  }

  .freizeitbutton-chalet2start {
    width: 30vw;
    transform: translate(0, 68vw);
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_cookie-component {
    width: 90vw;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .landingtop {
    height: 150px;
    padding-top: 20px;
  }

  .landingtop.menutop {
    height: 150px;
  }

  .landingtopleft, .landingtopright {
    width: 60px;
  }

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

  .landingmenuwrapper.footermenumobile {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: center;
    align-items: center;
  }

  .image {
    width: 120px;
  }

  .image-2 {
    width: 75px;
  }

  .image-3 {
    width: 4vw;
  }

  .image-4 {
    width: 4.2vw;
  }

  .text-block {
    font-size: 3.6vw;
  }

  .image-5 {
    width: 1.5vw;
  }

  .landingheadlinewrapper {
    transform: translate(0, -10vw);
  }

  .image-7 {
    transform: translate(0, -56px);
  }

  .heading-2 {
    font-size: 11vw;
    line-height: 10vw;
  }

  .snowoverlaywrapper {
    mix-blend-mode: screen;
  }

  .landingmenu {
    z-index: 20;
    height: 100vh;
    display: none;
  }

  .menubottom {
    justify-content: flex-start;
    margin-top: 30px;
  }

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

  .menuitemwrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .menuctawrapper {
    margin-top: 25px;
  }

  .menuitem {
    height: 45px;
    font-size: 36px;
    line-height: 37px;
  }

  .legal-item {
    font-size: 15px;
  }

  .legalsplit {
    width: 15px;
  }

  .image-8, .image-8.footercta {
    width: 20vw;
  }

  .introduction {
    padding-top: 75px;
  }

  .introductionheadline {
    margin-bottom: 75px;
  }

  .text-block-2 {
    font-size: 6.3vw;
    line-height: 6.5vw;
  }

  .introheadlinetext {
    margin-top: 0;
    margin-bottom: 0;
  }

  .introvisualleft {
    align-self: flex-start;
    width: 50%;
    display: flex;
  }

  .paragraph {
    font-size: 3.5vw;
    line-height: 4.4vw;
  }

  .architect {
    padding-bottom: 200px;
  }

  .architectbottom {
    margin-top: 0;
  }

  .architecttopleft {
    margin-top: 30px;
    display: none;
  }

  .architecttopleft.mobile {
    display: flex;
  }

  .architectbottomleft {
    border-bottom-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .architectbottomright {
    padding-top: 5px;
  }

  .image-13 {
    width: 38%;
  }

  .heading-4 {
    font-size: 10vw;
    line-height: 9vw;
  }

  .paragraph-2 {
    font-size: 3.5vw;
    line-height: 4.4vw;
  }

  .interactivedot.dot1 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    transform: translate(54vw, 29vw);
  }

  .interactivedot.dot2 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    transform: translate(35vw, 19vw);
  }

  .interactivedot.dot3 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    transform: translate(67vw, 43vw);
  }

  .interactivedot.dot4 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    transform: translate(25vw, 38vw);
  }

  .interactivedot.dot5 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    transform: translate(18vw, 22vw);
  }

  .image-15 {
    width: 2.5vw;
  }

  .interactiondotbackground {
    width: 7vw;
    height: 7vw;
  }

  .text-block-3, .text-block-3.textblockdot2 {
    text-shadow: 0 1px 4px #000;
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-block-3.textblockdot3, .text-block-3.textblockdot4 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .text-block-3.textblockdot5 {
    text-shadow: 0 1px 4px #000;
    font-size: 4vw;
    line-height: 4vw;
  }

  .blueprinttop {
    margin-top: 14%;
  }

  .blueprintbottom {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-bottom: 50px;
  }

  .blueprintfacts {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .blueprintfiles {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    margin-top: 10vw;
  }

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

  .blueprintfactitemicon {
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 4px;
    display: flex;
  }

  .text-block-6 {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

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

  .blueprintfileright {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .image-17 {
    width: 7vw;
  }

  .text-block-7 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .text-block-8 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .blueprintctalink.footercta, .blueprintctabackground.footercta, .blueprintctastroke.footercta {
    width: 20vw;
    height: 20vw;
  }

  .blueprintctabottom {
    margin-top: 12vw;
  }

  .benefitwrapper {
    margin-top: 0;
  }

  .benefitleft {
    flex: 0 auto;
  }

  .benefitright {
    z-index: 1;
    margin-top: 14%;
    margin-bottom: 14%;
    position: relative;
  }

  .benefittext {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .paragraph-3 {
    font-size: 3.5vw;
    line-height: 4.8vw;
  }

  .atmospherebottom {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .benefitoverlay {
    z-index: 1;
  }

  .image-20 {
    object-fit: cover;
    flex: 1;
    align-self: stretch;
  }

  .image-21 {
    display: block;
  }

  .paragraph-4 {
    font-size: 3.5vw;
    line-height: 4.4vw;
  }

  .paragraph-6 {
    font-size: 3.5vw;
    line-height: 3.8vw;
  }

  .memoriesbottomright {
    align-self: stretch;
    width: 100%;
  }

  .heading-9 {
    transform: translate(0, 3vw);
  }

  .paragraph-8 {
    font-size: 3.2vw;
    line-height: 4.4vw;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footertemwrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    margin-top: 0;
    margin-bottom: 7vw;
  }

  .footericons {
    margin-top: 8vw;
    margin-bottom: 4vw;
  }

  .footeritem {
    height: 45px;
    font-size: 36px;
    line-height: 37px;
  }

  .footeritem.footeritem1, .footeritem.footeritem2, .footeritem.footeritem3, .footeritem.footeritem4, .footeritem.footeritem5 {
    height: 8vw;
    font-size: 8vw;
    line-height: 8vw;
  }

  .menuitem-copy {
    height: 45px;
    font-size: 36px;
    line-height: 37px;
  }

  .legal-item-footer, .legal-item-footer.impressum {
    font-size: 3vw;
    line-height: 3vw;
  }

  .legal-item-copy {
    font-size: 15px;
  }

  .legalsplit-footer {
    width: 15px;
  }

  .ctaimage {
    width: 20vw;
  }

  .image-32 {
    align-self: stretch;
  }

  .chalet1startwrapper {
    margin-right: 6%;
  }

  .chalet1startbottom {
    flex-flow: column;
    padding-bottom: 10%;
  }

  .chalet1starttop {
    height: 150px;
    padding-top: 20px;
  }

  .chalet1starttop.menutop {
    height: 150px;
  }

  .chalet1startbottomleft {
    object-fit: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
  }

  .chalet1startbottomright {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
    margin-top: 0;
  }

  .chalet1startdata {
    padding-left: 25px;
  }

  .chalet1startdatawrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

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

  .chalet1startdataitemicon {
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 4px;
    display: flex;
  }

  .chalet1startdataimage {
    width: 1vw;
  }

  .chalet1startdataitemtext {
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .image-36 {
    width: auto;
  }

  .image-37 {
    object-fit: cover;
    flex: 1;
    align-self: stretch;
    height: 200px;
    display: block;
  }

  .chalet1startheadingwrapper {
    position: relative;
  }

  .heading-10 {
    font-size: 18vw;
    line-height: 19vw;
    transform: translate(0, -10vw);
  }

  .image-38 {
    width: 75vw;
  }

  .magic {
    position: relative;
  }

  .flairleft {
    height: 61vw;
  }

  .flairright {
    margin-top: -26vw;
  }

  .paragraph-9 {
    font-weight: 300;
    display: none;
  }

  .flairlefttop {
    align-self: center;
  }

  .heading-12 {
    font-size: 10vw;
    line-height: 9vw;
    transform: translate(0, 7vw);
  }

  .heading-13-mobile {
    width: 83vw;
    font-size: 9vw;
    line-height: 9vw;
  }

  .paragraph-9-mobile {
    text-align: left;
    width: 71vw;
    font-size: 3.6vw;
    font-weight: 300;
    line-height: 4vw;
    display: flex;
  }

  .gallery {
    padding-bottom: 32vw;
  }

  .galleryleft {
    width: 55%;
  }

  .paragraph-4-gallery {
    width: 62vw;
    font-size: 3.5vw;
    line-height: 4.4vw;
  }

  .gallerycontentmobile {
    z-index: 2;
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    position: relative;
    transform: translate(0, 16vw);
  }

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

  .plan {
    padding-top: 120px;
  }

  .text-block-9, .text-block-10 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .plandata {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    padding-top: 4%;
  }

  .text-block-11 {
    font-size: 4vw;
  }

  .text-block-12, .textdata {
    font-size: 3vw;
    line-height: 6.5vw;
  }

  .comfort {
    margin-top: 10%;
  }

  .comforttopimage {
    width: 70%;
  }

  .comfortbottomwrapper {
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .heading-14 {
    font-size: 8vw;
    line-height: 7vw;
  }

  .headingfront {
    font-size: 8vw;
    line-height: 8vw;
    transform: translate(15vw, 9vw);
  }

  .paragraphmobile {
    width: 75vw;
    margin-top: 20%;
    margin-bottom: 20%;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .heading-15 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .paragraph-9-chalet2 {
    font-weight: 300;
    display: none;
  }

  .paragraph-9-mobile-chalet2 {
    text-align: left;
    width: 71vw;
    font-size: 3.6vw;
    font-weight: 300;
    line-height: 4vw;
    display: flex;
  }

  .flairleft-chalet2 {
    height: 88vw;
  }

  .comforttopimage-chalet2 {
    width: 90%;
  }

  .headingfront-chalet2 {
    font-size: 8vw;
    line-height: 7vw;
    transform: translate(15vw, 9vw);
  }

  .comfortbottomwrapper-chalet2 {
    justify-content: center;
    align-items: center;
    width: 75%;
  }

  .paragraphmobile-chalet2 {
    width: 75vw;
    margin-top: 20%;
    margin-bottom: 20%;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .comfortfooter {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-top: 15vw;
  }

  .heading-16 {
    font-size: 9vw;
    line-height: 7vw;
  }

  .paragraph-11-mobile {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .kitzlandingtop {
    height: 150px;
    padding-top: 20px;
  }

  .kitzlandingtop.menutop {
    height: 150px;
  }

  .heading-17 {
    font-size: 18vw;
    line-height: 18vw;
    transform: translate(0, 4vw);
  }

  .kitzfileswrapper {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    margin-top: 10%;
  }

  .kitzfiletextmobile {
    width: 82vw;
    font-size: 8vw;
    line-height: 8vw;
  }

  .heading-18 {
    font-size: 8.6vw;
    line-height: 8.4vw;
  }

  .christmastextmoblie {
    width: 70vw;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .winterslidetext {
    height: 102vw;
  }

  .winterslidetextwrapper {
    width: 65vw;
    height: auto;
    margin-bottom: 10vw;
  }

  .text-block-14 {
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .paragraph-13 {
    display: none;
  }

  .left-arrow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    transform: translate(-5vw, -87vw);
  }

  .right-arrow {
    transform: translate(5vw, -87vw);
  }

  .arrowleft {
    display: block;
  }

  .paragraph-13-slide3, .paragraph-13-mobile {
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .text-block-14-mobile, .text-block-14-copy, .text-block-14-copy, .text-block-14-mobilev {
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .paragraph-13-copy {
    display: none;
  }

  .adventurebottom {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .adventuretextwrapper {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .paragraph-13-summer {
    display: none;
  }

  .paragraph-13-mobile-summer, .paragraph-13-mobile-copy, .paragraph-13-mobile-copy-summer, .paragraph-13-mobile-copy2-summer {
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .paragraph-13-summer-copy {
    display: none;
  }

  .paragraph-13-slide3-copy {
    font-size: 3.6vw;
    line-height: 4.4vw;
    display: none;
  }

  .golftop {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    transform: translate(0, -24vw);
  }

  .summerslidetext, .winterslidetext-copy {
    height: 102vw;
  }

  .heading-19 {
    align-self: stretch;
    font-size: 12.6vw;
    line-height: 11.8vw;
  }

  .paragraph-14 {
    align-self: stretch;
    font-size: 3.6vw;
    line-height: 4.4vw;
  }

  .golfdatawrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

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

  .golfdataitemicon {
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 4px;
    display: flex;
  }

  .golfdataitemtext {
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .golfdataimage {
    width: 1vw;
  }

  .luxurywrapper {
    padding-bottom: 20%;
  }

  .heading-18-luxury {
    font-size: 10vw;
    line-height: 10vw;
  }

  .luxurytextwrapper {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
  }

  .paragraph-4-luxury {
    font-size: 3.5vw;
    line-height: 4.4vw;
  }

  .adventurebottom-copy {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .paragraph-4-culinary {
    font-size: 3.5vw;
    line-height: 4.4vw;
    display: none;
  }

  .heading-18-culinary {
    font-size: 10vw;
    line-height: 10vw;
  }

  .culinarytextwrapper {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
  }

  .culinarydatawrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

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

  .culinarydataitemicon {
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 4px;
    display: flex;
  }

  .culinarydataimage {
    width: 1vw;
  }

  .culinarydataitemtext {
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .paragraph-4-culinary-mobile {
    text-align: left;
    font-size: 3.5vw;
    line-height: 4.4vw;
    display: flex;
  }

  .heading-20 {
    font-size: 6vw;
    line-height: 6vw;
    transform: translate(-27vw, -9vw);
  }

  .contact {
    padding-bottom: 24vw;
  }

  .contactheader {
    height: 150px;
    padding-top: 20px;
  }

  .contactheader.menutop {
    height: 150px;
  }

  .heading-21 {
    font-size: 18vw;
    line-height: 20vw;
  }

  .heading-22 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-block-16 {
    font-size: 3.6vw;
  }

  .link {
    font-size: 3.2vw;
    line-height: 6vw;
  }

  .image-60 {
    width: 36vw;
  }

  .text-field {
    height: 11vw;
    margin-bottom: 2vw;
    padding: 2vw 4vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .textarea {
    min-height: 26vw;
    margin-bottom: 2vw;
    padding: 4vw 3vw 4vw 4vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .select-field {
    height: 11vw;
    margin-bottom: 2vw;
    padding: 2vw 4vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .submit-button {
    height: 10vw;
    padding-top: 3vw;
    font-size: 3vw;
  }

  .checkbox-label {
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .checkbox {
    width: 4vw;
    height: 4vw;
  }

  .contactformlogo {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
  }

  .contactlogoitem {
    height: 18vw;
  }

  .image-61 {
    width: 28vw;
  }

  .image-61-copy {
    width: 22vw;
  }

  .text-block-20 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .image-30-culinary {
    transform: translate(0%, -120%);
  }

  .rive-2 {
    transform: translate(0, -100px);
  }

  .wrappercookie {
    display: none;
  }

  .cookiebanner {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-direction: column;
    justify-content: center;
    padding: 8vw 8vw 6vw;
  }

  .div-block-11 {
    font-weight: 500;
  }

  .heading-78, .link-15 {
    font-size: 4vw;
  }

  .div-block-12 {
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .button-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 4vw 8vw;
    font-size: 4vw;
    line-height: 5vw;
    display: flex;
  }

  .text-span-54 {
    font-size: 28px;
    line-height: 16px;
  }

  .legalsublinetextblock {
    font-size: 11px;
    line-height: 15px;
  }

  .legalsublinetextblock.impressum {
    line-height: 18px;
  }

  .impressum-2 {
    margin-left: 35px;
    margin-right: 35px;
  }

  .content {
    background-color: var(--white);
  }

  .legalsublinetext {
    font-size: 23px;
    line-height: 32px;
    display: block;
  }

  .legalsublinetext.nonmobile {
    display: none;
  }

  .legalsublinetext.mobile {
    line-height: 41px;
  }

  .datenschutz {
    margin-top: 20%;
    margin-left: 35px;
    margin-right: 35px;
  }

  .legalheadingtext {
    overflow-wrap: normal;
    font-size: 19px;
  }

  .freizeitbutton-architect {
    width: 32vw;
    transform: translate(0, -14vw);
  }

  .freizeitbutton-chalet1start {
    width: 32vw;
    transform: translate(0, 62vw);
  }

  .freizeitbuttonplan {
    width: 30vw;
  }

  .freizeitbutton-footer {
    width: 21vw;
  }

  .freizeitwrapper-chalettop, .freizeitwrapper-chalettop2 {
    inset: 0% 0% auto;
  }

  .freizeitbutton-chalet2start {
    width: 32vw;
    transform: translate(0, 68vw);
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .bold-text-14 {
    font-size: .8rem;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .bold-text-13 {
    font-size: .8rem;
  }

  .fs-cc_button-2 {
    font-size: .7rem;
  }

  .fs-cc_title-2 {
    font-size: 1rem;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
    display: flex;
  }

  .clone-elements-inside-div-2 {
    z-index: 8;
    display: none;
  }

  .fs-cc_checkbox-description, .fs-cc_checkbox-description.is--not-allowed {
    font-size: .7rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_description-2 {
    font-size: .7rem;
  }

  .bold-text-15, .bold-text-12 {
    font-size: .8rem;
  }
}


@font-face {
  font-family: 'Roxborough';
  src: url('../fonts/RoxboroughCF-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lufga';
  src: url('../fonts/Lufga-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roxborough';
  src: url('../fonts/RoxboroughCF-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}