.dev-grid{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(var(--grid-cols),1fr);height:100vh;left:0;margin:0 var(--grid-bleed);pointer-events:none;position:fixed;top:0;width:calc(100vw - var(--grid-bleed)*2);z-index:1000}.dev-grid .col{--color:10,100%,60%;align-items:center;background:hsla(var(--color),.1);border-left:1px solid hsla(var(--color),.4);border-right:1px solid hsla(var(--color),.4);color:hsla(var(--color),1);display:flex;justify-content:center}@media (max-width:899px){.dev-grid .col:nth-child(n+5){display:none}}.nuxt-icon svg{height:1em;margin-bottom:.125em;vertical-align:middle;width:1em}.nuxt-icon.nuxt-icon--fill,.nuxt-icon.nuxt-icon--fill *{fill:currentColor!important}.nuxt-icon.nuxt-icon--stroke,.nuxt-icon.nuxt-icon--stroke *{stroke:currentColor!important}.intro-animation{background-color:var(--cream);display:flex;height:100vh;height:100dvh;justify-content:center;left:0;overflow:clip;position:fixed;top:0;transition:opacity 1s var(--ease-in-out);width:100vw;z-index:1000}.intro-animation.exit{opacity:0}.intro-animation .animation{position:absolute;top:0;width:175vw}@media (min-width:900px){.intro-animation .animation{height:75%}}.intro-animation .icon{bottom:0;display:flex;flex-shrink:0;margin-bottom:calc(var(--spacing-8)*2 + 1.7rem);position:absolute;width:100%}@media (min-width:900px){.intro-animation .icon{height:25vh;height:25dvh}}.intro-animation .icon svg{height:100%;margin-bottom:0;padding:0 var(--grid-bleed);width:100%}.intro-animation .icon svg path{opacity:0;--stagger:30ms;animation:fade-in 2s calc(var(--delay, 0)*var(--stagger)) forwards}.intro-animation .icon svg path:nth-of-type(2){--delay:1}.intro-animation .icon svg path:nth-of-type(3){--delay:2}.intro-animation .icon svg path:nth-of-type(4){--delay:3}.intro-animation .icon svg path:nth-of-type(5){--delay:4}.intro-animation .icon svg path:nth-of-type(6){--delay:5}.intro-animation .icon svg path:nth-of-type(7){--delay:6}.intro-animation .icon svg path:nth-of-type(8){--delay:7}.intro-animation .icon svg path:nth-of-type(9){--delay:8}.intro-animation .icon svg path:nth-of-type(10){--delay:9}.intro-animation .icon svg path:nth-of-type(11){--delay:10}.intro-animation .icon svg path:nth-of-type(12){--delay:11}.intro-animation .icon svg path:nth-of-type(13){--delay:12}.intro-animation .icon svg path:nth-of-type(14){--delay:13}.intro-animation .icon svg path:nth-of-type(15){--delay:14}.intro-animation .icon svg path:nth-of-type(16){--delay:15}.app{min-height:100vh}.app .page{display:flex;flex-direction:column;min-height:inherit}.app .page.is-overlay{position:relative;z-index:calc(var(--header-z-index) + 1)}@keyframes fade-in{0%{opacity:0}}.app .page.intro-running{animation:fade-in 1s forwards}.app .page-content{background-color:var(--cream);box-shadow:0 0 100px hsla(var(--black-hsl)/.1);min-height:100vh;overflow:clip;position:relative;z-index:1}.richtext h2{margin-bottom:1em;max-width:14em}.richtext{font-size:var(--body-fs);line-height:var(--body-lh)}.richtext .text-body,.richtext p:not([class]){margin-bottom:1rem}.richtext *+.text-subhead{margin-top:var(--spacing-5)}.richtext .text-subhead{margin-bottom:var(--spacing-7)}.richtext :last-child{margin-bottom:0!important}.richtext p:not(:first-of-type) .cta-in-text{--cta-margin-top:var(--spacing-6)}@media (min-width:900px){.richtext .cta-in-text{transform:translate(-4px)}}.richtext p:has(.cta-in-text:only-child){margin-bottom:0}.headline-module{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-11);padding:var(--spacing-15) var(--grid-bleed) var(--spacing-8);text-align:center}@media (min-width:900px){.headline-module{gap:var(--spacing-8)}}.headline-module.less-padding{padding:var(--spacing-8) var(--grid-bleed) var(--spacing-8)}.headline-module.is-non-overlay-hero{padding-top:var(--spacing-16)}.headline-module-top{display:flex;flex-direction:column;gap:var(--spacing-7) var(--grid-gap)}@media (max-width:899px){.headline-module-headline{grid-column:1/-1;grid-row:2}}@media (min-width:900px){.headline-module-headline{max-width:calc(var(--cols)*8 - var(--gutter))}}.headline-module-text{max-width:40rem;width:100%}@media (min-width:900px){.headline-module-text{width:calc(var(--cols)*8 - var(--gutter))}}.headline-module .cta{margin-left:auto;transition:transform .2s}.headline-module .cta:hover{transform:translate(-.4375rem)}.headline-module.layout-right{align-items:flex-start;text-align:left}.headline-module.layout-right .headline-module-top{justify-content:space-between}@media (min-width:900px){.headline-module.layout-right .headline-module-top{flex-direction:row;gap:var(--grid-gap);width:100%}}.headline-module.layout-right .headline-module-headline{margin-left:auto;max-width:calc(var(--cols)*6 - var(--gutter))}.headline-module.layout-right .headline-module-text{margin:0}@media (min-width:900px){.headline-module.layout-right .headline-module-text{margin-left:calc(var(--grid-bleed)/2 + 50%);width:calc(var(--cols)*6 - var(--gutter))}}@keyframes noise{0%{transform:translate(200px,-150px)}10%{transform:translate(-200px,-150px)}20%{transform:translate(200px,-50px)}30%{transform:translate(-200px,-50px)}40%{transform:translate(200px,50px)}50%{transform:translate(-200px,50px)}60%{transform:translate(200px,150px)}70%{transform:translate(-200px,150px)}80%{transform:translate(200px,50px)}90%{transform:translate(-200px,50px)}to{transform:translate(200px,-50px)}}.noise-overlay{height:100%;left:0;mix-blend-mode:multiply;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}@media (min-width:900px){.noise-overlay .noise{animation:noise 10s steps(10) infinite}}.noise-overlay .noise{background-size:200px;top:-200px;right:-200px;bottom:-200px;left:-200px;opacity:.2;position:absolute;z-index:1}.noise-overlay .darkness{background:#0006;top:0;right:0;bottom:0;left:0;position:absolute}.image{background-size:cover}.video-container{align-items:center;display:flex;justify-content:center;position:relative}.video-container button{color:var(--cream);position:absolute;width:var(--spacing-12);z-index:1}.observer{height:100%;width:100%}:where(.media){position:relative}.media{height:auto;width:100%}.media .noise-container{height:100%;position:relative;width:100%}.media .loading-effect{color:var(--cream);inset:var(--spacing-3);opacity:0;position:absolute}.media .loading-effect svg{fill:transparent}.media .observer{background:var(--black);overflow:clip;position:relative}.media .observer img,.media .observer video{transform:scale(1.2)}.media .observer.is-seen img,.media .observer.is-seen video{transform:scale(1);transition:clip-path 2s var(--ease-in-out) .1s,transform 2s var(--ease-in-out) .1s}.media .observer.is-seen .loading-effect{opacity:1;transition:opacity 2s var(--ease-in-out)}.media .caption{color:var(--transparent-caption)}.media :where(img),.media :where(video){height:auto;-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:100%}.media svg{fill:currentColor;height:100%;width:100%}.media svg path{fill:inherit}.content-module{padding:var(--spacing-8) var(--grid-bleed)}.content-module-content{align-items:flex-start;gap:var(--spacing-6) var(--grid-gap)}.content-module-content div{display:flex;flex-direction:column}@media (min-width:900px){.content-module-content>div{position:sticky;top:calc(var(--header-height) + var(--grid-gap)/2)}}.content-module-content:not(.reversed){display:flex;flex-direction:row-reverse}@media (max-width:899px){.content-module-content:not(.reversed){flex-direction:column-reverse;flex-wrap:wrap}.content-module-content:not(.reversed) .media{width:calc(var(--cols)*3 - var(--gutter))}}.content-module-content:not(.reversed)>*{width:100%}.content-module-content.reversed{display:flex}@media (max-width:899px){.content-module-content.reversed{flex-direction:column-reverse;flex-wrap:wrap}.content-module-content.reversed .media{margin-left:auto;width:calc(var(--cols)*3 - var(--gutter))}}.content-module-content.reversed .content-module-images:after{left:calc(var(--grid-gap)*-.5);right:auto}.content-module-content.reversed>*{width:100%}.content-module-text{max-width:40rem}@media (min-width:900px){.content-module-text.has-no-images{margin-left:calc(50vw - var(--grid-bleed)/2)}}.content-module-images{align-items:flex-start;display:grid;gap:var(--grid-gap);position:relative;width:100%}@media (max-width:899px){.content-module-images{padding-block:var(--spacing-8)}}@media (min-width:900px){.content-module-images.has-images:after{background-color:var(--stroke-default-dark);content:"";height:100%;position:absolute;right:calc(var(--grid-gap)*-.5);transform:scaleY(var(--scale,0));transform-origin:top;transition:transform 1s .3s var(--ease-in-out);width:1px}.is-seen .content-module-images.has-images:after{--scale:1}}.content-module-images img,.content-module-images video{aspect-ratio:3/4}.date{color:var(--transparent-text)}.tags{display:flex;justify-content:space-between}.tags .right{color:var(--transparent-text);margin-left:auto}.list-module{margin:0 var(--grid-bleed);padding:var(--spacing-8) 0}.list-module-content{align-items:flex-start;display:flex;gap:var(--grid-gap)}.list-module-content.reversed{flex-direction:row-reverse}.list-module-content>*{width:100%}.list-module .images{position:sticky;top:calc(var(--header-height) + var(--grid-bleed))}.list-module .images:after{background-color:var(--stroke-default-dark);content:"";height:100%;position:absolute;right:calc(var(--grid-gap)*-.5);top:0;transform:scaleY(var(--scale,0));transform-origin:top;transition:transform 1s .3s var(--ease-in-out);width:1px}.is-seen .list-module .images:after{--scale:1}.list-module .images li{opacity:0;position:absolute;top:0;transition:opacity .2s .2s;width:100%}.list-module .images li img,.list-module .images li video{aspect-ratio:3/4}.list-module .images li.active{opacity:1;position:relative;transition:opacity .2s}.list-module .items{display:flex;flex-direction:column}@media (min-width:900px){.list-module .items{position:sticky;top:calc(var(--header-height) + var(--grid-bleed)/2)}}.list-module .items .item{position:relative;transition:opacity .6s var(--ease-in-out)}.list-module .items .item button{display:contents;text-align:left}.list-module .items .item button:hover{color:currentColor}.list-module .items .item:first-of-type{border-top:1px solid var(--stroke-default-dark)}@media (max-width:899px){.list-module .items .item>*{display:grid;gap:var(--spacing-7);grid-template-columns:calc(var(--cols)*1 - var(--gutter)) 1fr}}.list-module .items .item:before{background-color:var(--black);content:"";height:1px;position:absolute;top:-1px;transform:scaleX(var(--scale,0));transform-origin:left;transition:transform .2s;width:100%}.list-module .items .item:not(:last-of-type):after{background-color:var(--stroke-default-dark);bottom:0;content:"";height:1px;position:absolute;transform-origin:top;transition:transform .2s;width:100%}@media (min-width:900px){.list-module .items .item:not(.active) .item-content div:not(.media){opacity:.4}}@media (hover:hover){.list-module .items .item:hover .item-content{opacity:1}.list-module .items .item:hover:before{--scale:1}}.list-module .items .item-content div{transition:opacity .6s var(--ease-in-out)}@media (max-width:899px){.list-module .items .item-content{align-items:flex-start;display:grid;gap:var(--grid-gap);grid-template-columns:calc(var(--cols)*1 - var(--gutter)) 1fr}}.list-module .items .item .media{aspect-ratio:3/4}.list-module .items .item .media img,.list-module .items .item .media video{height:100%}@media (max-width:899px){.list-module .items .item .media{margin-block:var(--spacing-8)}}.list-module .items .item .tags{padding-top:var(--spacing-6)}.list-module .items .item .headline{padding-block:var(--spacing-6)}@media (max-width:899px){.list-module .items .item .headline{padding-top:var(--spacing-8)}.list-module .items .item .expander{height:auto!important}}.list-module .items .item .expander{overflow-y:hidden;transition:height .6s var(--ease-in-out)}.list-module .items .item .content{max-width:40rem}@media (min-width:2000px){.list-module .items .item .content{width:calc(var(--cols)*3 - var(--gutter))}}.list-module .items .item .content>:last-child{padding-bottom:var(--spacing-8)}@media (min-width:900px){.list-module .items .item .content>:last-child{padding-bottom:var(--spacing-6)}}.list-module .items .item .links{display:flex;flex-wrap:wrap;gap:var(--spacing-6);margin-top:var(--spacing-7)}.entry-card{align-items:center;aspect-ratio:.75/1;background:var(--cream);box-shadow:inset 0 0 0 1px var(--stroke-default-dark);display:flex;flex-direction:column;justify-content:space-between;padding:var(--spacing-8) var(--grid-bleed) 0;position:relative;text-align:center;text-decoration:none;transition:box-shadow .3s var(--ease-in-out);width:calc(var(--cols)*4 - var(--gutter))}.entry-card:after{border:1px solid var(--stroke-default-dark);content:"";top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;position:absolute}@media (min-width:900px){.entry-card{width:calc(var(--cols)*6 - var(--gutter))}}@media (hover:hover){.entry-card:hover{color:var(--black)}.entry-card:hover.with-hover-effect{box-shadow:inset 0 0 0 .5rem var(--black)}.entry-card:hover .cta{color:var(--black)}.entry-card:hover .cta:after,.entry-card:hover .cta:before{background:var(--black);translate:2px 0}.entry-card:hover .cta:after{translate:-2px 0}}.entry-card-cta{padding:var(--spacing-6) 0 var(--spacing-8)}@media (min-width:900px){.entry-card-cta{padding:var(--spacing-6) 0 var(--spacing-7)}}.entry-card .media{aspect-ratio:3/2;border-bottom:1px solid var(--stroke-default-dark);margin-top:auto;overflow:clip;padding-bottom:var(--spacing-6)}.entry-card .media img,.entry-card .media video{aspect-ratio:3/2;height:100%}.entry-card-top{display:flex;flex-direction:column;gap:var(--spacing-6)}.dual-cards{display:grid;gap:var(--spacing-10) var(--grid-gap);margin:0 var(--grid-bleed);padding-block:var(--spacing-13)}@media (min-width:900px){.dual-cards{grid-template-columns:1fr 1fr}}.text-teaser{position:relative;text-align:center}@media (min-width:900px){.text-teaser{margin:0 var(--grid-bleed)}}.text-teaser .items{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-7);padding:var(--spacing-15) 0}.text-teaser .item .link{display:block;padding:var(--spacing-7);position:relative;width:calc(var(--cols)*4 - var(--gutter));z-index:1}@media (min-width:900px){.text-teaser .item .link{padding:var(--spacing-6)}}.text-teaser .item .medias{pointer-events:none}.text-teaser .item .medias .media{clip-path:inset(100%);overflow:clip;position:absolute;transform:translateY(-50%);transition:clip-path 1s cubic-bezier(.25,1,.5,1),transform 1s cubic-bezier(.25,1,.5,1),filter 1s cubic-bezier(.25,1,.5,1);width:calc(var(--cols)*1 - var(--gutter))}@media (min-width:900px){.text-teaser .item .medias .media{width:calc(var(--cols)*3 - var(--gutter))}}.text-teaser .item .medias .media:first-of-type{left:0}.text-teaser .item .medias .media:last-of-type{right:0;transition-delay:.1s}.text-teaser .item .medias .media img,.text-teaser .item .medias .media video{aspect-ratio:3/2;filter:blur(10px);transform:scale(1.3);transition:filter 1s cubic-bezier(.25,1,.5,1),transform 1s cubic-bezier(.25,1,.5,1)}@media (max-width:899px){.text-teaser .item .medias.first .media{clip-path:none;filter:none;transform:none}.text-teaser .item .medias.first .media img,.text-teaser .item .medias.first .media video{filter:none;transform:none}.text-teaser .item .medias.first .media:first-of-type{top:var(--grid-bleed)!important}.text-teaser .item .medias.first .media:last-of-type{bottom:var(--grid-bleed)!important;top:auto!important}}@media (hover:hover){.text-teaser .item:has(:hover) .media,.text-teaser .item:hover .media{clip-path:inset(0)}.text-teaser .item:has(:hover) .media img,.text-teaser .item:has(:hover) .media video,.text-teaser .item:hover .media img,.text-teaser .item:hover .media video{filter:blur(0);transform:scale(1)}}.carousel-card{display:flex;flex-direction:column;text-decoration:none}@media (hover:hover){.carousel-card:hover .cta-in-text{color:var(--black)}.carousel-card:hover .cta-in-text:before{border-color:var(--black);top:5px;right:5px;bottom:5px;left:5px}.carousel-card:hover .cta-in-text:after{border-color:var(--black);top:4px;right:4px;bottom:4px;left:4px}}.carousel-card.small{display:grid;grid-template-columns:calc(var(--cols)*1 - var(--gutter)) 1fr}.carousel-card.small .media{aspect-ratio:3/4}@media (max-width:899px){.carousel-card.small{border-top:1px solid var(--stroke-default-dark);gap:var(--grid-gap);padding-block:var(--spacing-7)}.carousel-card.small .text-body{display:none}.carousel-card.small .carousel-card-content{margin-top:0}}@media (min-width:900px){.carousel-card.small{display:flex;gap:var(--spacing-6)}}.carousel-card.medium{gap:var(--spacing-6);padding-bottom:var(--spacing-6)}.carousel-card-media{aspect-ratio:3/2;overflow:clip}.carousel-card-media *{height:100%}.carousel-card-content{color:var(--black);display:flex;flex-direction:column;flex-grow:1;margin-top:var(--spacing-6)}@media (min-width:2000px){.carousel-card-content .richtext{width:calc(var(--cols)*3 - var(--gutter))}}.carousel-card .headline{padding-block:var(--spacing-6)}.carousel-card .links{margin-top:auto;padding-top:var(--spacing-8)}@media (min-width:900px){.carousel-card .links .cta-in-text{transform:translate(-4px)}}.debug{background-color:hsla(var(--cream-hsl)/.9);border:1px dashed;color:red;cursor:default;display:grid;padding:5px;position:absolute;top:var(--top,0);z-index:1}.debug.fixed{position:fixed}.debug{z-index:1000}.button{align-items:center;display:flex;justify-content:center;min-height:25px;min-width:25px;position:relative}@media (min-width:900px){.button{min-height:2.3125rem;min-width:2.3125rem}}@media (hover:hover){.button:hover:before{border-color:var(--button-border-color-hover,transparent);opacity:var(--button-border-opacity-hover,.55)}.button:hover:after{background-color:var(--orange)}}.button:not(.clean):after,.button:not(.clean):before{content:"";height:19px;left:50%;position:absolute;top:50%;transform:rotate(45deg) translate(-50%,-50%);transform-origin:top left;transition:border-color .1s,background-color .1s;width:19px;z-index:-1}@media (min-width:900px){.button:not(.clean):after,.button:not(.clean):before{height:1.5rem;width:1.5rem}}.button:not(.clean):before{border:1px solid;border-radius:2px;opacity:.55}.button:not(.clean):after{border-radius:1px}@media (max-width:899px){.button .nuxt-icon{margin-top:-2px}}.carousel{color:var(--carousel-ui-color,var(--black));position:relative}.carousel-ui{display:flex;gap:var(--spacing-5);justify-content:flex-end;padding:0 var(--grid-bleed);pointer-events:none}.carousel-ui-button{pointer-events:auto;transition:opacity .2s}.carousel-ui-button.disabled{opacity:.2}.carousel-ui-icon{font-size:var(--carousel-ui-icon-size,.75rem)}@media (max-width:899px){.carousel-ui-icon svg{margin-bottom:0}}.carousel-scrollbar{background-color:var( --carousel-scrollbar-background-color,var(--stroke-default-dark) );height:.0625rem;margin-inline:var(--grid-bleed);position:relative;width:calc(100% - var(--grid-bleed)*2);z-index:1}.carousel-scrollbar-track{background-color:var(--carousel-scrollbar-track-color,var(--black));height:100%;left:calc(var(--progress)*1%);position:absolute;transform:translate(calc(var(--progress)*-1%));width:calc(var(--width)*1%)}.carousel-slides{display:flex;gap:var(--carousel-gap,0);height:100%;overflow-x:auto;overflow-y:clip;padding:0 var(--carousel-padding,0);scroll-padding-inline:var(--carousel-padding,0);scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none}.carousel-slides::-webkit-scrollbar{display:none}.carousel-slides>*{flex-shrink:0;scroll-snap-align:center;width:var(--width,100%)}.carousel.has-ui .slides>*{pointer-events:none}.card-carousel{display:flex;flex-direction:column;padding:var(--spacing-8) 0}.card-carousel-link{margin-left:auto;padding-left:var(--spacing-5);padding-right:var(--grid-bleed);position:relative;text-decoration:none}@media (min-width:900px){.card-carousel-link:before{background:currentColor;content:"";height:1em;left:0;opacity:.15;position:absolute;top:50%;transform:translateY(-50%);width:1px}}.card-carousel .carousel-ui{z-index:10}@media (max-width:899px){.card-carousel .carousel-ui{display:none}}@media (min-width:900px){.card-carousel .carousel-ui{justify-content:space-between;position:absolute;top:calc(var(--cols)*2.4 - var(--gutter));width:100%}}@media (min-width:1280px){.card-carousel .carousel-ui{top:calc(var(--cols)*2.2 - var(--gutter))}}.card-carousel .carousel-ui-button:after{background-color:var(--cream);transition:opacity .2s}.card-carousel .carousel-ui-button.disabled:after{opacity:.5}.card-carousel .carousel-ui-button:first-of-type{transform:translate(-50%)}.card-carousel .carousel-ui-button:last-of-type{transform:translate(50%)}.card-carousel .carousel-scrollbar{margin-block:var(--spacing-6)}.card-carousel .carousel-slides{gap:var(--grid-gap);padding:0 var(--grid-bleed);scroll-padding:var(--grid-bleed)}.card-carousel-item{--width:calc(var(--cols)*3 - var(--gutter))}@media (min-width:900px){.card-carousel-item{--width:calc(var(--cols)*6 - var(--gutter))}}@media (min-width:1280px){.card-carousel-item{--width:calc(var(--cols)*5 - var(--gutter))}}.room-information{align-items:end;display:inline-grid;gap:1rem;grid-template-columns:1fr auto 1fr;justify-items:center}.room-information *{line-height:.9}.room-information-type{grid-column:2;height:.9em}.room-information-persons{grid-column:1;grid-row:2;justify-self:right}.room-information-icon{grid-column:2;grid-row:2;fill:currentColor}.room-information-size{grid-column:3;grid-row:2;justify-self:left}.room-information-name{grid-column:1/-1;grid-row:3}.room-information .nuxt-icon{font-size:3rem}.room-information .nuxt-icon svg{display:flex;height:auto;margin-bottom:0}.room-card{align-items:center;aspect-ratio:3/4;background:var(--cream);box-shadow:inset 0 0 0 1px var(--inactive-transparent);display:inline-flex;flex-direction:column;position:relative;text-decoration:none;transition:box-shadow .3s var(--ease-in-out);width:calc(var(--cols)*4 - var(--gutter))}@media (min-width:900px){.room-card{height:100%;width:calc(var(--cols)*6 - var(--gutter))}}@media (min-width:1680px){.room-card{width:calc(var(--cols)*4 - var(--gutter))}}@media (hover:hover){.room-card:hover{box-shadow:inset 0 0 0 .5rem var(--black);color:var(--black)}.room-card:hover .room-card-read-more{color:var(--orange)}}@media (min-width:900px){.room-card:after{border:1px solid var(--inactive-transparent);content:"";top:.5rem;right:.5rem;bottom:.5rem;left:.5rem;position:absolute}}.room-card .main-link{top:0;right:0;bottom:0;left:0;position:absolute;z-index:1}.room-card-top{align-items:center;display:flex;flex-direction:column;margin-bottom:auto;padding:var(--spacing-9);text-align:center}.room-card-name{margin-block-end:0;max-width:8em;padding-block:var(--spacing-6)}.room-card-text{color:var(--transparent-text);margin-top:var(--spacing-5)}.room-card-read-more{margin-top:var(--spacing-6);transition:color .3s var(--ease-in-out)}.room-card-bottom{align-items:center;border-top:1px solid var(--stroke-default-dark);display:flex;flex-direction:column;margin:var(--spacing-6) var(--grid-gap) 0;padding:var(--spacing-6) var(--spacing-7) var(--spacing-7);position:relative;text-align:center;width:calc(100% - var(--spacing-8)*2);z-index:2}@media (min-width:900px){.room-card-bottom{margin:var(--spacing-6) var(--grid-gap) 0;padding:var(--spacing-7) var(--spacing-7) var(--spacing-8);padding:var(--spacing-6) var(--spacing-6) var(--spacing-7);width:calc(100% - var(--grid-gap)*2)}}.room-card-bottom .ctas{margin-top:auto}.room-card-bottom .ctas a{position:relative;z-index:2}.room-card-bottom .cta:after{opacity:1}.room-card-carousel{overflow:hidden;position:relative;width:100%;z-index:2;--carousel-padding:calc(var(--grid-bleed) + .5rem);--carousel-gap:calc(var(--grid-bleed) + .5rem);--carousel-ui-color:var(--cream);--carousel-ui-icon-size:1rem}@media (min-width:900px){.room-card-carousel{--carousel-padding:calc(var(--grid-bleed) - .25rem);--carousel-gap:calc(var(--grid-bleed) + .25rem);width:calc(100% - 1rem)}}.room-card-carousel .carousel-scrollbar{display:none;--carousel-scrollbar-background-color:transparent;--carousel-scrollbar-track-color:var(--cream);bottom:var(--spacing-5);position:absolute}.room-card-carousel .carousel-scrollbar-track{left:0;transform:translate(0);width:calc(var(--progress)*1%)}.room-card-carousel .carousel-ui{justify-content:space-between;left:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}@media (min-width:900px){.room-card-carousel .carousel-ui{left:-.25rem;width:calc(100% + .5rem)}}.room-card-carousel .carousel-ui .button{color:var(--black)}.room-card-carousel .carousel-pagination{bottom:0;color:var(--beige);padding:var(--spacing-3) calc(var(--grid-gap) + var(--spacing-3) + .625rem);position:absolute;z-index:1}@media (min-width:900px){.room-card-carousel .carousel-pagination{padding:var(--spacing-5) calc(var(--grid-gap) + var(--spacing-5))}}.room-card-carousel .media{height:100%}.room-card-media{padding:0 calc(var(--grid-bleed) + .5rem)}@media (min-width:900px){.room-card-media{padding:0 var(--grid-bleed)}}.room-card .media img,.room-card .media video{aspect-ratio:3/2;height:100%}.room-card .page-transition-anchor{display:flex;flex-direction:column}.room-card-cta{text-decoration:none}.fullscreen-carousel .pagination{color:var(--cream);padding:var(--spacing-5) 0;position:relative;z-index:5}@media (min-width:900px){.fullscreen-carousel .carousel-slides{padding-left:calc(var(--cols)*3 - var(--gutter));padding-right:calc(var(--cols)*3 - var(--gutter))}}@media (max-width:899px){.fullscreen-carousel .carousel-ui{display:none}}.fullscreen-carousel .carousel-ui{justify-content:space-between;left:50%;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(var(--cols)*10 - var(--gutter));z-index:10}.fullscreen-carousel .carousel-ui-button{color:var(--cream);--button-border-opacity-hover:1;--button-border-color-hover:var(--black);--carousel-ui-icon-size:1.5625rem;height:calc(var(--cols)*2 - var(--gutter));width:calc(var(--cols)*2 - var(--gutter))}.fullscreen-carousel .carousel-scrollbar{background-color:hsla(var(--cream-hsl)/.2);bottom:0;margin-block:var(--spacing-5);position:absolute;right:calc(var(--grid-bleed)*-1);z-index:2}@media (min-width:900px){.fullscreen-carousel .carousel-scrollbar{width:calc(var(--cols)*9 - var(--gutter) + var(--grid-bleed))}}.fullscreen-carousel .carousel-scrollbar-track{background-color:var(--cream);left:0;transform:none;width:calc(var(--cols)*1 - var(--gutter) + var(--progress)*(var(--cols)*3/100 - var(--gutter)/100 + var(--grid-bleed)*1/100))}@media (min-width:900px){.fullscreen-carousel .carousel-scrollbar-track{width:calc(var(--cols)*6 - var(--gutter) + var(--progress)*(var(--cols)*3/100 - var(--gutter)/100 + var(--grid-bleed)*2/100))}}.fullscreen-carousel .item{--width:auto;min-height:calc(100vh - var(--header-height));position:relative}@media (max-width:899px){.fullscreen-carousel .item{aspect-ratio:4/3;width:100vw}}@media (min-width:900px){.fullscreen-carousel .item{min-width:calc(var(--cols)*8 - var(--gutter))}}@media (min-width:1680px){.fullscreen-carousel .item{min-width:calc(var(--cols)*7 - var(--gutter))}}.fullscreen-carousel .item{align-items:center;display:flex;justify-content:center;--progress:(var(--index) - var(--current-index))}@media (min-width:900px){.fullscreen-carousel .item{min-height:100vh}}.fullscreen-carousel .item-background{height:100%;overflow:clip;position:absolute;width:100%;z-index:1}.fullscreen-carousel .item-background img,.fullscreen-carousel .item-background video{height:100%}.fullscreen-carousel .item:first-of-type .item-background,.fullscreen-carousel .item:last-of-type .item-background{width:100vw;z-index:0}.fullscreen-carousel .item-content{margin-bottom:var(--spacing-8);margin-top:var(--spacing-11);position:relative;z-index:1}.fullscreen-carousel-entry{height:auto;max-width:37.5rem}:where(.media){height:auto;width:100%}:where(.media) :where(img),:where(.media) :where(video){height:auto;-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:100%}:where(.media) svg{fill:currentColor;height:100%;width:100%}:where(.media) svg path{fill:inherit}.image-teaser{display:block;height:100vh;margin-top:var(--image-teaser-margin-top,var(--spacing-8));position:relative;text-decoration:none;width:100vw}.image-teaser-content{align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.5) 6.77%,transparent 47.4%,rgba(0,0,0,.5) 82.81%);color:var(--cream);display:flex;flex-direction:column;height:100%;padding:var(--spacing-8) var(--grid-bleed) var(--spacing-11);position:relative;text-align:center;z-index:1}@media (min-width:900px){.image-teaser-headline,.image-teaser-text{max-width:100%;width:calc(var(--cols)*8 - var(--gutter))}}.image-teaser-text{max-width:40rem}@media (min-width:2000px){.image-teaser-text{width:calc(var(--cols)*3 - var(--gutter))}}.image-teaser-bottom{margin-top:auto}.image-teaser-background{height:100%;left:0;position:absolute;top:0;width:100%}.image-teaser-background img,.image-teaser-background video{height:100%}.image-teaser .cta-button{--cta-margin-top:var(--spacing-9)}.bullets{align-items:flex-start;display:flex;flex-wrap:wrap;gap:var(--grid-gap);padding:var(--grid-bleed)}.bullets-item{position:relative}@media (min-width:900px){.bullets-item{position:sticky;top:calc(var(--header-height) + var(--grid-gap))}}.bullets-media{width:calc(var(--cols)*2 - var(--gutter))}@media (min-width:900px){.bullets-media{width:calc(var(--cols)*3 - var(--gutter))}.bullets-media.media-1{width:calc(var(--cols)*6 - var(--gutter))}}.bullets .list,.bullets-media img,.bullets-media video{aspect-ratio:3/4}.bullets .list{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-9);justify-content:center;padding:var(--spacing-9) var(--grid-bleed);width:calc(var(--cols)*3 - var(--gutter))}@media (min-width:900px){.bullets .list{margin-left:auto}}.bullets .list:after,.bullets .list:before{border:1px solid var(--stroke-default-dark);content:"";position:absolute}.bullets .list:before{top:4px;right:0;bottom:4px;left:0}.bullets .list:after{top:0;right:4px;bottom:0;left:4px}.bullets .items{display:flex;flex-direction:column;gap:var(--spacing-6);text-align:center}.fullscreen-media .caption{margin-left:var(--grid-bleed);margin-right:var(--grid-bleed);padding-bottom:var(--spacing-8)}@media (max-width:899px){.fullscreen-media .caption{max-width:calc(var(--cols)*3 - var(--gutter))}}.fullscreen-media.size-43 img,.fullscreen-media.size-43 video{aspect-ratio:3/2}.fullscreen-media.size-fullscreen img,.fullscreen-media.size-fullscreen video{height:calc(100vh - var(--header-height));width:100vw}.fullscreen-media.size-fullscreenContain img,.fullscreen-media.size-fullscreenContain video{max-height:calc(100vh - var(--header-height));-o-object-fit:contain;object-fit:contain;width:100vw}.gallery{align-items:flex-start;display:flex;flex-direction:column;gap:var(--grid-gap);margin:0 var(--grid-bleed);padding:var(--spacing-8) 0}@media (min-width:900px){.gallery{display:grid;grid-template-columns:1fr 1fr}}.gallery.more-gap{gap:var(--spacing-11) var(--grid-gap)}.gallery-column{align-items:flex-start;display:flex;gap:var(--grid-gap);width:100%}@media (min-width:900px){.gallery-column{position:sticky;top:calc(var(--header-height) + var(--grid-gap))}}.gallery-column.right{justify-content:flex-end}@media (max-width:899px){.gallery-column.is-empty{display:none}}.gallery-media img,.gallery-media video{aspect-ratio:3/4}@media (max-width:899px){.gallery-media{max-width:calc(var(--cols)*3 - var(--gutter))}}.gallery-landscape{align-items:flex-start;display:flex;flex-direction:column;gap:var(--grid-gap);margin:0 var(--grid-bleed);padding:var(--spacing-8) 0}@media (min-width:900px){.gallery-landscape{flex-direction:row}}.gallery-landscape-media{position:relative}@media (min-width:900px){.gallery-landscape-media{position:sticky;top:calc(var(--header-height) + var(--grid-gap))}.gallery-landscape:not(.reversed) .left{width:calc(var(--cols)*9 - var(--gutter))}}.gallery-landscape:not(.reversed) .left img,.gallery-landscape:not(.reversed) .left video{aspect-ratio:3/2}.gallery-landscape:not(.reversed) .right{width:calc(var(--cols)*2 - var(--gutter))}@media (min-width:900px){.gallery-landscape:not(.reversed) .right{width:calc(var(--cols)*3 - var(--gutter))}}.gallery-landscape:not(.reversed) .right img,.gallery-landscape:not(.reversed) .right video{aspect-ratio:3/4}.gallery-landscape.reversed{flex-direction:column-reverse}@media (min-width:900px){.gallery-landscape.reversed .right{margin-left:auto;width:calc(var(--cols)*9 - var(--gutter))}}.gallery-landscape.reversed .right img,.gallery-landscape.reversed .right video{aspect-ratio:3/2}.gallery-landscape.reversed .left{width:calc(var(--cols)*2 - var(--gutter))}@media (max-width:899px){.gallery-landscape.reversed .left{margin-left:auto}}@media (min-width:900px){.gallery-landscape.reversed .left{width:calc(var(--cols)*3 - var(--gutter))}}.gallery-landscape.reversed .left img,.gallery-landscape.reversed .left video{aspect-ratio:3/4}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.announcement{animation:fade-in 1s .6s forwards var(--ease-in-out);cursor:grab;left:0;max-width:80%;opacity:0;position:absolute;top:0;touch-action:none;transform:translate(calc(var(--x, 0px)),calc(var(--y, 0px)));translate:calc(50vw - 50%) calc(50vh - 50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}@media (min-width:900px){.announcement{left:0;top:0;translate:30px 150px}}@keyframes announcement-fade-in{0%{opacity:0}to{opacity:1}}.announcement .close-button{bottom:100%;color:var(--announcement-close-button-color,var(--black));position:absolute;right:0;transform:translateY(-1rem)}.announcement .close-button .nuxt-icon{display:flex;font-size:.625rem;margin-bottom:0}@keyframes announcement-intro{0%{clip-path:polygon(0 0,100% 0,100% 0,0 0)}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}}.announcement-content{aspect-ratio:1/1;background-color:var(--cream);box-shadow:0 0 20px #0003;color:var(--black);display:flex;flex-direction:column;justify-content:space-between;max-width:100%;padding:var(--spacing-8);text-align:center;width:25rem}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.scroll-indicator{animation:blink 2s var(--ease-in-out) infinite;font-size:1.5rem}.homepage-hero{background:var(--black);height:100vh;height:100svh;position:relative;width:100vw;width:100svw}.homepage-hero.light-text{--announcement-close-button-color:var(--cream);color:var(--cream)}.homepage-hero .background-image{top:0;right:0;bottom:0;left:0;position:absolute}.homepage-hero .background-image img,.homepage-hero .background-image video,.homepage-hero .video-container{height:100%}.homepage-hero .scroll-indicator{padding:var(--spacing-8) 0}.homepage-hero .scroll-indicator svg{height:1.5rem;margin-bottom:0;width:1.5rem}.homepage-hero .content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:var(--spacing-8) 0 0;position:relative;z-index:1}.homepage-hero .content .icon{padding:0 var(--grid-bleed);width:100%}@media (min-width:900px){.homepage-hero .content .icon{height:25vh;height:25dvh}}.homepage-hero .badge{bottom:20vh;position:absolute;right:var(--grid-bleed);width:4.6875rem;z-index:1}@media (min-width:900px){.homepage-hero .badge{bottom:var(--spacing-8)}}.homepage-hero-text{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-8);text-align:center}@media (min-width:900px){.page-hero{text-align:center}}.page-hero .content{display:flex;flex-direction:column;gap:var(--spacing-8);padding:calc(var(--header-height) + var(--spacing-8) + var(--spacing-13)) var(--grid-bleed) var(--spacing-8)}@media (min-width:900px){.page-hero .content{align-items:center;gap:var(--spacing-8);padding:var(--spacing-17) var(--grid-bleed) var(--spacing-16)}}@media (max-width:899px){.page-hero .media{padding:var(--spacing-8) 0}}.page-hero-title{max-width:11em}.page-hero.image-overlay{height:100vh;height:100svh;position:relative;text-align:center}.page-hero.image-overlay .observer{display:flex}.page-hero.image-overlay .content{color:var(--cream);display:flex;height:100%;justify-content:flex-end;margin-top:auto;padding:2.5rem var(--grid-bleed);position:relative;width:100%;z-index:1}.page-hero.image-overlay .media{height:100%;left:0;overflow:clip;padding:0;position:absolute;top:0}.page-hero.image-overlay .media .video-container,.page-hero.image-overlay .media img,.page-hero.image-overlay .media video{height:100%}.all-news-events{display:grid;gap:var(--spacing-13) var(--grid-gap);grid-template-columns:1fr;padding:0 var(--grid-bleed) var(--spacing-15)}@media (min-width:900px){.all-news-events{grid-template-columns:repeat(4,1fr)}}.all-offers-packages{display:grid;gap:var(--spacing-13) var(--grid-gap);grid-template-columns:1fr;padding:var(--spacing-13) var(--grid-bleed)}@media (min-width:900px){.all-offers-packages{grid-template-columns:repeat(2,1fr)}}.all-press{display:grid;grid-template-columns:1fr;padding:0 var(--grid-bleed) var(--spacing-15)}@media (min-width:900px){.all-press{gap:var(--spacing-13) var(--grid-gap);grid-template-columns:repeat(4,1fr)}}.rooms-grid{display:grid;gap:var(--spacing-8) var(--grid-gap);margin:0 var(--grid-bleed);padding:var(--spacing-13) 0}@media (min-width:900px){.rooms-grid{grid-template-columns:1fr 1fr}}@media (min-width:1680px){.rooms-grid{grid-template-columns:1fr 1fr 1fr}}.module{overflow-x:clip}.page-modules>.observer:not(:first-of-type){opacity:0;transition:opacity 1s}.page-modules>.observer:not(:first-of-type).is-seen{opacity:1}.page-modules .debug-module{position:relative}.page-modules .debug-module:before{box-shadow:inset 0 0 0 2px #1e90ff;color:#1e90ff;content:attr(data-module-name);font-family:monospace;font-size:10px;font-weight:700;top:0;right:0;bottom:0;left:0;padding:1px 10px;pointer-events:none;position:absolute;text-transform:uppercase;z-index:1000}@media (min-width:900px){.page-modules .debug-module:before{font-size:14px;padding:14px}}.site-footer{align-items:flex-start;height:100vh;margin-top:auto;width:100vw}.site-footer,.site-footer-content{display:flex;flex-direction:column;position:relative}.site-footer-content{align-items:center;background:var(--orange);flex-grow:1;justify-content:center;padding:var(--grid-bleed);width:100%}@media (min-width:900px){.site-footer-content{align-items:flex-start;justify-content:space-between}}.site-footer-content:after{background:linear-gradient(transparent,var(--orange));bottom:0;content:"";height:var(--spacing-14);left:0;position:absolute;width:100%}.site-footer .content{aspect-ratio:1/1;background:var(--cream);display:flex;flex-direction:column;justify-content:space-between;max-width:80%;padding:var(--grid-bleed);text-align:center;width:25rem;z-index:1}.site-footer .content .nuxt-link{max-width:30vw}.site-footer .footer-bottom{background-color:var(--orange);margin-top:auto;padding:var(--spacing-5) var(--grid-bleed);width:100%;z-index:1}@media (max-width:899px){.site-footer .footer-bottom{padding:calc(var(--spacing-5)*2) var(--grid-bleed)}}.site-footer .footer-bottom .socia-media-menu{display:flex;gap:var(--spacing-7);padding:var(--spacing-5) 0}@media (min-width:900px){.site-footer .footer-bottom .socia-media-menu{gap:var(--spacing-5)}}.site-footer .footer-bottom .socia-media-menu .media{width:1.5rem}@media (min-width:900px){.site-footer .footer-bottom .socia-media-menu .media{width:1rem}}.site-footer .footer-bottom .footer-menu{display:grid;flex-wrap:wrap;gap:var(--grid-gap);grid-template-columns:1fr 1fr;list-style:none;padding-block:var(--spacing-5)}@media (min-width:900px){.site-footer .footer-bottom .footer-menu{display:flex;gap:0 2rem;padding-block:0}}.site-footer .footer-bottom .footer-menu li{display:inline-flex}.site-footer .footer-bottom .footer-menu a,.site-footer .footer-bottom .footer-menu button{display:inline-flex;padding:var(--spacing-5) 0;text-decoration:none}.site-footer .footer-bottom .newsletter-link{border-bottom:1px solid var(--stroke-default-dark);display:inline-block;margin-bottom:1rem;margin-left:0;padding:var(--spacing-5) 0;position:relative;text-decoration:none;width:100%}@media (min-width:900px){.site-footer .footer-bottom .newsletter-link{width:calc(var(--cols)*3 - var(--gutter))}}.site-footer .footer-bottom .newsletter-link:after{background:currentColor;bottom:-1px;content:"";height:.125rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .2s;width:100%}.site-footer .footer-bottom .newsletter-link:hover{color:var(--black)}.site-footer .footer-bottom .newsletter-link:hover:after{transform:scaleX(1)}@media (min-width:900px){.site-footer .footer-menus{display:flex;flex-direction:row-reverse;justify-content:space-between}}@media (hover:hover){.site-footer .footer-menus a:hover,.site-footer .footer-menus button:hover{color:var(--cream)}}.site-footer .background-image{top:0;right:0;bottom:0;left:0;position:absolute}.site-footer .background-image img,.site-footer .background-image video{height:100%}.site-footer .contact-info a{text-decoration:none}.site-footer .contact-info p{line-height:1;margin-bottom:var(--spacing-4)}.layout{min-height:100vh;min-height:100dvh}.layout .error-page{display:flex;flex-direction:column;min-height:inherit}.layout .error-page.is-overlay{position:relative;z-index:calc(var(--header-z-index) + 1)}.layout .error-page-content{background-color:var(--cream);box-shadow:0 0 100px hsla(var(--black-hsl)/.1);min-height:100vh;min-height:100dvh;overflow:clip;position:relative;z-index:1}
