:root { --cTerracotta: #d27e5f;--cTerracotta_RGB: 210, 126, 95; --cPeach:#ffbe98; --cPeach_RGB:255, 190, 152; --cRedBerry: #f16a66; --cRedBerry_RGB: 241, 106, 102; --cMorningDew: #d0dfcc; --cMorningDew_RGB:208, 223, 204; --cSage1: #869375; --cSage1_RGB:134, 147, 117; --cSage2: #3a544b; --cSage2_RGB:58, 84, 75; --cLemon: #e2c720; --cLemon_RGB: 226, 199, 32; --cAlabaster:#fffff0; --cAlabaster_RGB:255, 255, 240; --cEbony: #182919; --cEbony_RGB:24, 41, 25; --cDarkGrey: #2B2E34;--cDarkGrey_RGB: 43, 46, 52;--cGrey: #E2E2E2;--contentMaxWidth: 1600;}@media screen { }html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var, u, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}html {font-size: 55.0%;box-sizing:border-box;}*, *:before, *:after { box-sizing: inherit;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table.collapse {border-collapse: collapse;border-spacing: 0;}.break-word, .break-word-always { overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto;}@media only screen and (min-width:600px) {.break-word {word-wrap:normal;word-break:normal;-webkit-hyphens:none; -ms-hyphens:none; hyphens:none;}}.formfield {font-size: 20px;font-size: 2.0rem;padding:8px 9px;margin:0;line-height:30px;color:rgba(var(--cSage1_RGB), 1);background-color:#FFF;border: 1px solid var(--cEbony);font-family: mr-eaves-xl-modern-narrow, sans-serif;position:relative;}.formfield::-webkit-input-placeholder {color:rgba(var(--cSage1_RGB),.5);}.formfield.dn {display:none;}.formfield.ffCal {padding-right:30px;background-image: url(../images/svg/kalender.svg); background-size: 30px; background-position: right 7px center;background-repeat:no-repeat;min-width:120px;}select.formfield {-webkit-appearance: none; -moz-appearance: none; appearance: none;background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 50' viewBox='0 0 40 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23000000' stroke-width='1.6' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 10,20 20,30' /%3E%3Cpath d='M 20,30 30,20' /%3E%3C/g%3E%3C/svg%3E");background-position:right center;background-size:30px auto;background-repeat:no-repeat;padding:8px 35px 8px 9px;}.w100pz { width:100%; }.w80pz { width:80%; }.w50pz { width:50%; }.w28pz { width:28%; }.w26pz { width:26%; }.w23pz { width:23%; }select.formfield.w20 { width:60px; }select.formfield.w30 { width:70px; }select.formfield.w40 { width:80px; }select.formfield.w50 { width:90px; }@media only screen and (max-width: 400px) {.w80pz { width:100%; }.w50pz { width:100%; }}.w20 { width:20px; text-align:center; }.w30 { width:30px; }.w40 { width:40px; text-align: center; margin: 0 5px 5px 0; padding: 8px 2px; }.w50 { width:50px; }.w80 { width:80px; }.w100 { width:50%; }.w200 { width:200px; }.w300 { width:90%; }.w400 { width:90%; }.formsubmit {font-size: 20px;font-size: 2.0rem;line-height:30px;text-align:center; font-family: mr-eaves-xl-modern-narrow, sans-serif; letter-spacing: 1px;position:relative;display:inline-block;padding:8px 19px;text-decoration:none !important;text-transform:uppercase;font-weight:700;background-color:rgba(var(--cSage1_RGB), 1);border: 1px solid rgba(var(--cSage1_RGB), 1);color:#FFF !important;} .clear:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clear{display: inline-table;}* html .clear{height: 1%;}.clear{display: block;}.cmsAlert {width: 100%;text-align: center;padding: 10px;margin-bottom: 20px;border: 2px solid #BD0D2D;border-radius: 10px;background-color: rgba(189,13,45,0.20);color: #19161B;font-size: 16px;font-size: 1.6rem;}#allWrapper .cmsAlert a {color:inherit; display: inline-block;}@-webkit-keyframes kenburn {0% { transform: scale(1);}50% { transform: scale(1.2);}100% { transform: scale(1);}}@keyframes kenburn {0% { transform: scale(1);}50% { transform: scale(1.2);}100% { transform: scale(1);}}@-webkit-keyframes scaleUp {0%{transform: scale(0.5); opacity:0; }100%{transform: scale(1); opacity:1; }}@keyframes scaleUp {0%{transform: scale(0.5); opacity:0; }100%{transform: scale(1); opacity:1; }}@-webkit-keyframes fadeIn {0%{opacity:0; }100%{opacity:1; }}@keyframes fadeIn {0%{opacity:0; }100%{opacity:1; }}@-webkit-keyframes rotating { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}@keyframes rotating { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}#content {text-decoration: none;text-align: left;line-height:140%;}#content .hspacer { width:100%; font-size:8px; overflow:hidden; }#content .s4 { height:.4vh; }#content .s6 { height:.6vh; }#content .s8 { height:.8vh; }#content .s10 { height:1.0vh; }#content .s12 { height:1.2vh; }#content .s14 { height:1.4vh; }#content .s16 { height:1.6vh; }#content .s18 { height:1.8vh; }#content .s20 { height:2vh; }#content .s22 { height:2.2vh; }#content .s24 { height:2.4vh; }#content .s30 { height:3vh; }#content .s40 { height:4vh; }#content a, #content .absatz_text strong a, #content .absatz_text a strong {color:inherit;}#content a:hover {text-decoration: none;}#content a.pAnchor {position:absolute;height:0px;top:-50px;}#content a.cLink {width: auto;font-size:18px;font-size:1.8rem;font-weight:400;display:inline-block;padding:5px 10px 5px 35px;color:var(--cSage1);text-decoration:none;line-height:100%;position:relative;border:1px solid var(--cSage1);border-radius:4px;}#content a.cLink::before {width:16px;height:16px;background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 16 16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%239B1C18' stroke-width='1.2' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 1,8 14,8' /%3E%3Cpath d='M 10,3 15,8 10,13' /%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;content:'';display:block;position:absolute;top:50%;margin:-8px 0 0 0;left:5px; transition:all .5s ease-out;}#content a.cLink:hover::before {left:10px; transition:all .2s ease-in;}#content strong {color:inherit;}#page h1, #page h3,#page h2, #page h4,#page h5 { color: inherit;padding: 0;margin: 0; position: relative;}#page h1, #page h3 {line-height:120%;font-size:40px;font-size:4.0rem; font-family: gyst-variable, sans-serif;}#page h2, #page h4 {line-height:120%;font-size:26px;font-size:2.6rem;}#page h5 {line-height:120%;font-size:24px;font-size:2.4rem;}@media only screen and (width > 900px) {#page h1, #page h3 {font-size:50px;font-size:5.0rem;}#page h2, #page h4 {font-size:30px;font-size:3.0rem;}#page h5 {font-size:26px;font-size:2.6rem;}}#content .aL { text-align:left; }#content .aC { text-align:center; }#content .aR { text-align:right; }#fpWrapper .aL { text-align:left; }#fpWrapper .aC { text-align:center; }#fpWrapper .aR { text-align:right; }#content .absatz_text {width:100%; font-size:23px;font-size:2.3rem; line-height: 140%;}@media only screen and (width > 900px) {#content .absatz_text { font-size:30px;font-size:3.0rem;}}#content .absatz_text p {padding:2px 0;margin:2px 0;}#content .absatz_text blockquote {width:100%;font-size:30px;font-size:3.0rem;padding:20px 0;}#content .absatz_text article { -webkit-column-count: 2; -webkit-column-fill: balance; -webkit-column-width: 47%; -webkit-column-gap: 6%; -moz-column-count: 2; -moz-column-fill: balance; -moz-column-width: 47%; -moz-column-gap: 6%; column-count: 2; column-fill: balance; column-width:47%; column-gap: 6%; height: auto; width:100%; overflow-x: auto; overflow-y: auto; text-align:left;}#content .absatz_text article hr {margin:0;padding:0;height:0;border:none; -moz-column-break-before:always; column-break-before:always;}.absatzWrapper {width:100%;position:relative;margin:0 auto;padding:0; --cForeground: var(--cEbony);}.absatzWrapper.aWbg_1 {background-color:var(--cTerracotta);}.absatzWrapper.aWbg_2 {background-color:var(--cPeach);}.absatzWrapper.aWbg_3 {background-color:var(--cRedBerry);}.absatzWrapper.aWbg_4 {background-color:var(--cMorningDew);}.absatzWrapper.aWbg_5 {background-color:var(--cSage1);}.absatzWrapper.aWbg_6 {background-color:var(--cSage2);}.absatzWrapper.aWbg_7 {background-color:var(--cLemon);}.absatzWrapper.aWbg_8 {background-color:var(--cAlabaster);}.absatzWrapper.aWbg_9 {background-color:var(--cEbony);}.absatzWrapper.aWbg_1, .absatzWrapper.aWbg_3, .absatzWrapper.aWbg_5, .absatzWrapper.aWbg_6, .absatzWrapper.aWbg_7, .absatzWrapper.aWbg_9 { --cForeground: var(--cAlabaster); color:var(--cAlabaster);}.absatzWrapper.aWbg_2, .absatzWrapper.aWbg_4, .absatzWrapper.aWbg_8 { --cForeground: var(--cEbony); color:var(--cEbony);}.absatzWrapper.aWhasWS1, .absatzWrapper.aWhasWS2, .absatzWrapper.aWhasWS3 { padding-top:3vh; padding-bottom:3vh; }.absatzWrapper.aWhasWS4, .absatzWrapper.aWhasWS5, .absatzWrapper.aWhasWS6 { padding-top:5vh; padding-bottom:5vh; }.absatzWrapper.aWhasWS7, .absatzWrapper.aWhasWS8, .absatzWrapper.aWhasWS9 { padding-top:7vh; padding-bottom:7vh; }.absatzWrapper.aWhasWS10 { padding-top:9vh; padding-bottom:9vh; }.absatzWrapper:nth-last-child(1), .absatzWrapper.aWhasWS {margin:0 auto;}.offline {background-color:#F0C6C6;}.absatzTitel { padding: 10px 20px 30px 0; display: flex;}.absatzTitel strong { position: relative; line-height: 20px; padding: 0 0 0 40px; font-size: 18px; font-size: 1.8rem; font-weight: 400;}.absatzTitel strong::after { position: absolute; left: 0; bottom: 4px; width: 30px; height: 1px; background-color: var(--cForeground); content: '';}.absatz {margin:0 auto;}.absatzWrapper.layout1 .absatz { padding: 0 15px;max-width:calc(var(--contentMaxWidth) * 1px); display: grid; grid-template-columns: repeat(24, 1fr);}.absatz .pAnchor {position:absolute;top:-200px;height:0px;}.paragraphWidth50, .paragraphWidth60, .paragraphWidth70, .paragraphWidth80, .paragraphWidth90, .paragraphWidth100 {width:100%;}#content .absatz_headlines.aL { grid-column: 1 / span 24;}#content .absatz_headlines.aC { grid-column: 1 / span 24;}#content .absatz_headlines.aR { grid-column: 1 / span 24;}#content .absatz_text.aL {grid-column: 1 / span 24;}#content .absatz_text.aC {grid-column: 1 / span 24;}#content .absatz_text.aR {grid-column: 1 / span 24;}@media only screen and (width > 799px) {.absatzTitel strong { padding: 0 0 0 60px; font-size: 20px; font-size: 2.0rem;}.absatzTitel strong::after { bottom: 4px; width: 50px;}#content .absatz_headlines.aL { grid-column: 3 / span 21;}#content .absatz_headlines.aC { grid-column: 3 / span 21;}#content .absatz_headlines.aR { grid-column: 3 / span 21;}#content .absatz_text.aL {grid-column: 3 / span 21;}#content .absatz_text.aC {grid-column: 3 / span 21;}#content .absatz_text.aR {grid-column: 3 / span 21;}}@media only screen and (width > 1199px) {#content .absatz_headlines.aL { grid-column: 5 / span 16;}#content .absatz_headlines.aC { grid-column: 5 / span 16;}#content .absatz_headlines.aR { grid-column: 5 / span 16;}#content .absatz_text.aL { grid-column: 5 / span 16;}#content .absatz_text.aC { grid-column: 5 / span 16;}#content .absatz_text.aR { grid-column: 5 / span 16;}}@media only screen and (width > 1599px) {#content .absatz_headlines.aL { grid-column: 6 / span 14;}#content .absatz_headlines.aC { grid-column: 6 / span 14;}#content .absatz_headlines.aR { grid-column: 6 / span 14;}#content .absatz_text.aL { grid-column: 6 / span 14;}#content .absatz_text.aC { grid-column: 6 / span 14;}#content .absatz_text.aR { grid-column: 6 / span 14;}}select[name="abschlussTyp"]>option.typ_1 { background-color: #F0C6C6;}#content .Abschluss.hLine1 {width:100%;padding:8vw 0;}#content .Abschluss.hLine2 {width:100%;height:100px;margin:45px auto 0;position:relative;}#content .Abschluss.hLine2:before {width:1px;height: 100%;content:'';position:absolute;left:calc(50% - 1px);background-color: rgba(66,74,66,0.5);}#content .Abschluss.hLine3 {width:100%;height:41px;margin:25px auto;padding:0;position:relative;background-position:center center;background-size:contain;background-repeat:no-repeat;}#content .Abschluss.hLine3:before, #content .Abschluss.hLine3:after {width:calc(30% - 50px);content:'';position:absolute;top:20px;border-top:1px solid #F4F2F0;}#content .Abschluss.hLine3:before {left:20%;}#content .Abschluss.hLine3:after {right:20%;}@media only screen and (width > 999px) {#content .Abschluss.hLine1 { padding:3vw 0;}.paragraphWidth50 { width:50%; }.paragraphWidth60 { width:60%; }.paragraphWidth70 { width:70%; }.paragraphWidth80 { width:80%; }.paragraphWidth90 { width:90%; }.absatzWrapper.aWhasWS1 { padding-top:1vw; padding-bottom:1vw; }.absatzWrapper.aWhasWS2 { padding-top:2vw; padding-bottom:2vw; }.absatzWrapper.aWhasWS3 { padding-top:3vw; padding-bottom:3vw; }.absatzWrapper.aWhasWS4 { padding-top:4vw; padding-bottom:4vw; }.absatzWrapper.aWhasWS5 { padding-top:5vw; padding-bottom:5vw; }.absatzWrapper.aWhasWS6 { padding-top:6vw; padding-bottom:6vw; }.absatzWrapper.aWhasWS7 { padding-top:7vw; padding-bottom:7vw; }.absatzWrapper.aWhasWS8 { padding-top:8vw; padding-bottom:8vw; }.absatzWrapper.aWhasWS9 { padding-top:9vw; padding-bottom:9vw; }.absatzWrapper.aWhasWS10 { padding-top:10vw; padding-bottom:10vw; }.absatz { padding: 0 60px;}.absatzWrapper.layout11 .absatz {padding:0;}#content .Abschluss.hLine3:before, #content .Abschluss.hLine3:after {width:calc(25% - 45px);}#content .Abschluss.hLine3:before {left:25%;}#content .Abschluss.hLine3:after {right:25%;}}@media only screen and (width > 1299px) {.paragraphWidth50 { width:calc(var(--contentMaxWidth) * 0.5px); }.paragraphWidth60 { width:calc(var(--contentMaxWidth) * 0.6px); }.paragraphWidth70 { width:calc(var(--contentMaxWidth) * 0.7px); }.paragraphWidth80 { width:calc(var(--contentMaxWidth) * 0.8px); }.paragraphWidth90 { width:calc(var(--contentMaxWidth) * 0.9px); }.absatz {padding:0;}}.absatzWrapper.loggedIn {min-height:30px;}.absatzWrapper.loggedIn:hover {background-color:#EEE !important;color:#68666B !important;box-shadow: 0 0 2px #666;z-index:1500;}.absatzWrapper .loginRow {display:none;position:absolute;left:50%;top:0px;padding:3px 5px;z-index:1500;width:50%;height:30px;background-color:#EEE !important;}.absatzWrapper.loggedIn:hover .loginRow {display:flex;}#content:hover .absatzWrapper.loggedIn:not(:hover) {opacity:0.5;}.cmsEditWrapper:hover .loginRow a {border:none !important;}.editbox {padding:0 10px 0 0;}.editboxR {padding:0 0 0 50px;}.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;} .video-container iframe,.video-container object,.video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}.absatz .loginRow {position:absolute;left:-2000px;top:-40px;width:100%;height:40px;background-color:#FFF;border:2px solid #EEE;padding:3px;}.editbox {float:left;padding-right:10px;}.editboxR {float:right;}#Bs-Wrapper { width: 100%; max-width: 1230px; padding:40px 15px; margin: 0 auto;}#Bs-Wrapper #Bs-BookingWidget { background-color: #FFF;}#Bs-PortalLink { width: 100%;}#Bs-PortalLink a { color: inherit;}#tsContainer { width: 100%; font-size: 18px; font-size: 1.8rem;}#aa-nl-wrapper { width: 100%; max-width: 800px; padding:40px 15px; margin: 0 auto;}#hgPWwrapper { width: 100%; max-width: 800px; padding:40px 15px; margin: 0 auto;}.blockInhalte {width:100%;margin:0;position:relative;background-color:#696869;box-sizing:border-box;background-repeat:no-repeat;background-size:cover;background-position-x: center; background-position-y: 0%; background-attachment: fixed;}.blockInhalte .bBWimage {width: 100%;height: auto;display:block;}@media only screen and (orientation: portrait) {.blockInhalte .bBWimage.bBWiPortrait {display:block;}.blockInhalte .bBWimage.bBWiLandscape {display:none;}}@media only screen and (orientation: landscape) {.blockInhalte .bBWimage.bBWiPortrait {display:none;}.blockInhalte .bBWimage.bBWiLandscape {display:block;}}.blockInhalte span {display:block;}#content .blockInhalte a {text-decoration:none;}.bBWimage {width: 100%;display: block;}.blckIBlockWrapper {position: absolute;top: 0px;right: 0px;bottom: 0px;left: 0px;background-color: rgba(0,0,0,.2);display:flex; color: #FFF;}.blockInhalte .blckIBlock {width:100%;position:relative;box-sizing:border-box;padding:0 0;margin:auto;color:#FFF;}.blockInhalte .blckIBlock .blckIBlockBox {box-sizing: border-box;padding: 20px;background-color: rgba(0,0,0,0.70);}.blockInhalte .blckIBlock .blckIBlockTitle {padding:0 0 15px 0;}#content .blockInhalte .blckIBlock .blckIBlockTitle h3 {color:#FFF;}.blockInhalte .blckIBlock .blckIBlockSubline {padding:0;}#content .blockInhalte .blckIBlock .blckIBlockSubline h4 {color:inherit;}.blockInhalte .blckIBlock .blckIBlockText {width:100%;padding:30px 0 0 0;color:inherit;font-size: 17px;font-size: 1.7rem;line-height:170%;}#content .blockInhalte .blckIBlock .blckIBlockText a {color:inherit;opacity:0.8;text-decoration: underline;}#content .blockInhalte .blckIBlock .blckIBlockText a:hover {text-decoration:none;opacity:1.0;}.blockInhalte .blckIBlockText, .blockInhalte a .blckIBlockText {width:100%;text-decoration:none !important;color:#FFF;}#content .blockInhalte .blckIBlockText ul {width:100%;padding:20px 0 0 0;margin:0;}#content .blockInhalte .blckIBlockText ul li {margin:0 0 4px 0;line-height:inherit;list-style:inside;}.blockInhalte .blckIBlockLink {padding:10px 0 0 0;margin:20px 0 0 0;width:100%;}#content .blockInhalte .blckIBlockLink a {display:inline-block;line-height: 40px;padding:0 20px;color: #FFF;font-size:20px;font-size:2.0rem;font-weight: 700;text-decoration:none !important;border:1px solid #FFF;position:relative;box-sizing:border-box;text-align:center;vertical-align:middle;border-radius:4px;}#content .blockInhalte .blckIBlockLink a:hover {background-color:#FFF;color: var(--cSage1);}@media only screen and (min-width: 600px) {.blockInhalte .blckIBlock {width:90%;padding:0 5%;}}@media only screen and (min-width: 1200px) {.blockInhalte .blckIBlock {width:100%;}.blockInhalte.bxITyp1 .blckIBlock {padding:0 50% 0 0;}.blockInhalte.bxITyp2 .blckIBlock {padding:0 0 0 50%;}.blockInhalte.bxITyp3 .blckIBlock {padding:0 0 0 50%;}.blockInhalte.bxITyp3 .blckIBlock {padding:0 0 0 50%;}.blockInhalte.bxITyp3 .blckIBlock .blckIBlockTitle, .blockInhalte.bxITyp3 .blckIBlock .blckIBlockSubline {transform:translateX(-100%);}.blockInhalte.bxITyp3 .blckIBlock .blckIBlockText {padding:0;margin:-15px 0 0 0;}.blockInhalte.bxITyp4 .blckIBlock {padding:0 50% 0 0;}.blockInhalte.bxITyp5 .blckIBlock {padding:0 0 0 50%;}.blockInhalte.bxITyp6 .blckIBlock {padding:0 20%;}}@media only screen and (min-width: 1400px) {}.boxenInhalte {width:100%; max-width: 900px; padding: 0 15px; margin: 0 auto;z-index:200;position:relative; display: flex; flex-direction: column; gap: 70px 0;}.bIWrapper {width:100%;}.bIWrapper .bIWrow {width:100%;position:relative; display:flex;}.bIWrapper.bI_Box_Typ_2 .bIWrow { flex-direction: row-reverse;}.bIWrapper.bI_Box_Typ_3 .bIWrow { flex-direction: column-reverse; gap: 30px 0;}.bIWrapper .bILeft {width:50%;display:flex;padding:0 15px 0 0;position:relative; text-align:left; }.bIWrapper.bI_Box_hasImages .bILeft {padding:0 15px 70px 0;}.bIWrapper.bI_Box_Typ_2 .bILeft {padding:0 0 0 15px;}.bIWrapper.bI_Box_Typ_3 .bILeft { width: 100%;}.bIWrapper .bIBoxContent {display: flex; flex-direction: column; gap: 20px;}.bIWrapper .bIBox {width:100%;position:relative; margin: auto 0 0 0;}.bIBox span {display:block;}.bIWrapper .bIBox .bIBoxTitle {padding:0 0 10px 0;position:relative;}#content .boxenInhalte .bIBox .bIBoxTitle h2 {color:var(--cSage1);font-weight:700;font-size:30px;font-size:3.0rem; padding: 0 0 10px 0;}#content .boxenInhalte .bIBox .bIBoxSubTitle h5 {color:var(--cEbony);font-size:20px;font-size:2.0rem; font-weight:700; padding: 0 0 10px 0; text-transform: uppercase;}#content .boxenInhalte .bIBox .bIBoxText {color:inherit;font-size:inherit; line-height: 140%;}#content .boxenInhalte .bIBox .bIBoxText ul {padding: 0 0 0 20px; margin: 0; display: flex; flex-direction: column; gap: 4px 0; text-align: left;}#content .boxenInhalte .bIBox .bIBoxText ul li {list-style-type: circle; padding: 0; margin: 0; line-height: 120%;}.bIWrapper .bIBoxLink { width: 100%; position: relative; display: flex;}.bIWrapper .bIWrow .bIBoxLink { display: none;}#content .bIWrapper .bIBoxLink a {display:block; line-height:30px;padding: 5px 15px;font-size:17px;font-size:1.7rem;font-weight:700;color:var(--cSage1);text-decoration:none;text-align:center;border:2px solid var(--cSage1); background-color: rgba(255, 255, 255, .65);position:relative; text-transform: uppercase;}#content .boxenInhalte .bIBoxLink a:hover { color: #FFF; background-color: var(--cSage1);}.bIWrapper .bIRight {width:50%;text-align:left;font-size:16px;font-size:1.6rem;padding:0;position:relative; display:flex; }.bIWrapper.bI_Box_Typ_3 .bIRight { width: 70%;}.bIWrapper .bIRight .bIRightMainImage {width:100%; }.bIWrapper .bIRight a {width:100%;display:block;margin:auto;position: relative;}.bIWrapper .bIRight a.mainImage {background-position: center; background-size: cover; background-repeat: no-repeat; background-color: rgba(255, 255, 255, .4); height: 100%; }.bIWrapper .bIRight a img {width:100%;height: auto;display:block;}.bIWrowImages { display: flex; transform: translateY(-50px);}.bIWrowImages.bIrI_1 a { width:75%; display: block;}.bIWrowImages.bIrI_1 a img { width:100%; height: auto; display: block;}.bIWrowMobileLink { padding: 30px 0 0 0;}.bIWrowMobileLink .bIBoxLink { justify-content: center;}.bIWrapper.bI_Box_hasImages {margin: 0 0 -50px 0;}.bIWrapper.bI_Box_hasImages .bIWrowMobileLink { transform: translateY(-50px);}@media only screen and (width > 899px) {.bIWrapperbI_Box_Typ_1 .bIWrow, .bIWrapperbI_Box_Typ_2 .bIWrow {justify-content:space-between; flex-direction: row;}.bIWrapper .bILeft {width:50%;padding:0 40px 0 0;}.bIWrapper.bI_Box_Typ_2 .bILeft {padding:0 0 0 40px;}.bIWrapper.bI_Box_hasImages .bILeft {padding:0 40px 100px 0;}.bIWrapper.bIWReverse .bILeft {padding:0 0 0 40px;}.bIWrapper.bIWReverse.bI_Box_hasImages .bILeft {padding:0 0 100px 40px;}.bIWrapper .bIRight { width:50%;}.bIWrapper.bIWReverse .bIWrow {flex-direction:row-reverse;}.bIWrapper .bIBox .bIBoxTitle {padding:0 0 15px 0;z-index:210;}#content .boxenInhalte .bIBox .bIBoxTitle h2 {font-size:40px;font-size:4.0rem;}.bIWrapper .bIWrow .bIBoxLink { display: flex;}#content .bIWrapper .bIBoxLink a {line-height:30px;padding: 10px 20px;font-size:18px;font-size:1.8rem;}.bIWrapper.bIWReverse .bIWrowImages { justify-content: flex-end;}.bIWrowMobileLink { display: none;}}@media only screen and (width > 1199px) {.boxenInhalte { gap: 100px 0;}#content .bIWrapper .bIBoxLink a { line-height:30px; padding: 10px 20px; font-size:20px; font-size:2.0rem;}}@media only screen and (width > 1599px) {.boxenInhalte { gap: 120px 0;}}.dropLayer {width:100%;max-width:900px;padding:0;margin: 0 auto; text-align: left; display: flex; flex-direction: column; border: 2px solid var(--cEbony); background-color: #FFF;}.absatz_text.aL .dropLayer { margin: 0 auto 0 0;}.dropLayer span {width:100%; display: block;}.dropLayer .dL_Name {width:100%; padding: 10px 40px 10px 20px; position: relative; font-size: 24px; font-size: 2.4rem;line-height: 140%; font-family: gyst-variable, sans-serif; font-variation-settings: "wght" 400;color: var(--cSage1); border-bottom: 2px solid var(--cEbony);}.dropLayer .dL_Item:not(:last-child) {width:100%;position:relative; border-bottom: 2px solid var(--cEbony);}.dropLayer .dL_Item .dL_I_Title {width:100%;cursor: pointer; padding: 10px 40px 10px 20px; position: relative; font-size: 22px; font-size: 2.2rem;line-height: 140%;color: var(--cEbony);}.dropLayer .dL_Item .dL_I_Title::after {position: absolute;right: 10px;top: 50%;width: 24px;height: 24px;transform: translate(0, -50%);font-size: 200%;line-height: 40px;text-align: center;color: var(--cEbony);background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m74.91 50-4.82-4.82-40.18-40.18-4.82 4.82 40.18 40.18-40.18 40.18 4.82 4.82 40.18-40.18z' fill='%23859275'/%3E%3C/svg%3E");background-position: center;background-size: contain;background-repeat: no-repeat;content: '';transition: all .3s ease;}.dropLayer .dL_Item.show .dL_I_Title::after {transform: translate(0, -50%) rotate(90deg);}.dropLayer .dL_I_Text {display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s ease-out; transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;}.dropLayer .dL_Item.show .dL_I_Text { grid-template-rows: 1fr;}.dropLayer .dL_I_Text .dL_I_Text_Wrapper { overflow: hidden;}.dropLayer .dL_Item .dL_I_Text .dL_I_Text_Wrapper span { padding:20px 20px 30px 20px;font-size: 20px; font-size: 2.0rem;line-height: 130%;}#page .dropLayer .dL_Item .dL_I_Text .dL_I_Text_Wrapper span ul { margin: 10px 0; padding: 0 0 0 20px}#page .dropLayer .dL_Item .dL_I_Text .dL_I_Text_Wrapper span ul li { margin:0; padding: 0; list-style-type:circle;}@media only screen and (width > 999px) {.dropLayer .dL_Name { padding: 19px 60px 19px 35px; font-size: 34px; font-size: 3.4rem;}.dropLayer .dL_Item .dL_I_Title { padding: 19px 60px 19px 35px;}.dropLayer .dL_Item .dL_I_Text .dL_I_Text_Wrapper span { padding:30px 35px 50px 35px;}}.spaltenInhalte {width:100%;max-width:1440px;padding:0 15px;margin:0 auto;}.spaltenInhalte span {display:block;}.spaltenInhalte a {text-decoration:none !important;display:block;}.spaltenInhalte .sIRow {width: 100%;}.spaltenInhalte .sIRow2 {margin: 0 0 30px 0;}#allWrapper .spaltenInhalte .sIRow .sIBox {width: 100%;position: relative;margin: 0 0 30px 0; text-align: left;}.spaltenInhalte .sIBoxTitle {font-size:40px;font-size:4.0rem;color:var(--cSage1);font-weight:700;padding:0;line-height:130%;}.spaltenInhalte .sIBoxText {font-size:22px;font-size:2.2rem;}.spaltenInhalte .sIBoxText h6 {font-size:24px;font-size:2.4rem; text-transform: uppercase; margin: 20px 0 0 0; padding: 0; font-weight: 700;}@media only screen and (min-width: 700px) {#allWrapper .spaltenInhalte .sIRow { display: flex; flex-wrap: wrap; gap: 20px;}#allWrapper .spaltenInhalte .sIRow .sIBox { margin: 0;}#allWrapper .spaltenInhalte .sIRow2 .sIBox { width:calc((100% - 20.2px) / 2);}}@media only screen and (min-width: 900px) {.spaltenInhalte { padding:0 20px;}#allWrapper .spaltenInhalte .sIRow.sIRow2 { gap: 50px;}#allWrapper .spaltenInhalte .sIRow2 .sIBox {width:calc((100% - 50.2px) / 2);}}.sICols {width:100%;}.sICol {width:100%;}.sICol .sIBox {width:100%;margin:0;text-align:center;overflow:hidden;}.sICol .sIBox a:hover {transform:scale(1.03);transition: all .4s ease-in;}.spaltenInhalte .sIBoxBild {width:100%;position:relative;margin:0 0 10 0;overflow:hidden;}.spaltenInhalte .sIBoxBild img {width:100%;display:block;border:0;background-size:cover;background-position:center;background-repeat:no-repeat;}.sICols .sIBoxContent {width:100%;box-sizing:border-box;}.sICols.sIColNr2 .sIBoxContent {padding:0 10px;}.sICols.sIColNr4 .sIBoxContent {padding:30px 0 0 0;}.spaltenInhalte .sIBoxLink {width:100%;padding:5vh 0 20px 0;}#content .spaltenInhalte .sIBoxLink span {display:inline-block;line-height:30px;padding:0 0 0 30px;text-decoration:none;color:var(--cSage1);font-weight:600;font-size:18px;font-size:1.8rem;font-style:italic;position:relative;}#content .spaltenInhalte .sIBoxLink span::before {width:16px;height:16px;background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 16 16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%239B1C18' stroke-width='1.2' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 1,8 14,8' /%3E%3Cpath d='M 10,3 15,8 10,13' /%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-position:center;background-repeat:no-repeat;content:'';display:block;position:absolute;top:50%;margin:-8px 0 0 0;left:0px; transition:all .5s ease-out;}#content .spaltenInhalte a:hover .sIBoxLink span::before {left:10px; transition:all .2s ease-in;}@media only screen and (min-width: 700px) {.sICols {display:flex;justify-content: space-between;}.sICols.sIColNr2 .sICol {width:calc((100% / 2) - 0px);}}@media only screen and (min-width: 1000px) {.sICols.sIColNr2 .sIBoxContent {padding:0 10px 0 25px;}}img { border:none; }.mr10 { margin-right:10px; }.mr5pz { margin-right:55px; }#headerImage #carousel { overflow: hidden;}#headerImage div.hImage {width:100%;display:block;z-index:65;position:relative; overflow: hidden;}#headerImageWrapper #map {width:100%;margin: 0 auto; height: 50vh;}@media only screen and (orientation: landscape) {#headerImageWrapper #map { min-height: 700px;max-height: 900px;}}#headerImage div.hImage img {display:block;width:100%;height: auto;}#headerImage div.hImage .hImageBoxWrapper { width: 100%;position: absolute; left:0px; bottom:0px; z-index: +1; padding:0 70px 15px 15px;}#headerImage div.hImage .hImageBox { background-color: rgba(255, 255, 255, .6); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); border: 2px solid var(--cSage1); padding: 15px; max-width: 300px; font-size: 15px; font-size: 1.5rem; display: grid; gap: 7px 0;}#headerImage div.hImage .hImageBox h3 { font-family: gyst-variable, sans-serif;color: var(--cEbony); font-size: 150%; line-height: 110%;}#headerImage div.hImage .hImageBox .hI_B_Text { }#headerImage div.hImage .hImageBox .hI_B_Text:has(.hI_B_Text_M) .hI_B_Text_D { display: none;}#headerImage div.hImage .hImageBox .hI_B_Link { display: flex;}#headerImage div.hImage .hImageBox .hI_B_Link a { background-color: var(--cSage1); color: #FFF; line-height: 40px; padding: 0 10px; display: block; text-transform: uppercase; text-decoration: none;}#headerImage div.hImage .hImageBox .hI_B_Link a:hover { background-color: var(--cTerracotta);}@media only screen and (width > 899px) {#headerImage div.hImage .hImageBoxWrapper { padding:0 90px 30px 30px;}#headerImage div.hImage .hImageBox { padding: 20px; max-width: 500px; font-size: 19px; font-size: 1.9rem; gap: 10px 0;}#headerImage div.hImage .hImageBox .hI_B_Text .hI_B_Text_M,#headerImage div.hImage .hImageBox .hI_B_Text .hI_B_Text_D { display: block;}#headerImage div.hImage .hImageBox .hI_B_Text:has(.hI_B_Text_D) .hI_B_Text_M { display: none;}#headerImage div.hImage .hImageBox .hI_B_Text:has(.hI_B_Text_D) .hI_B_Text_D { display: block;}}#headerImage div.hImage .hImageLandscape, #headerImage div.hImage .hImagePortrait {width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;display:block; -webkit-animation: kenburn 40s linear infinite 0s;animation: kenburn 40s linear infinite 0s;}#headerImage div.hImage img.hImageSearch {display:none;}#headerImage div.hImage .hImageLandscape { aspect-ratio: 2/1;}#headerImage div.hImage .hImagePortrait { aspect-ratio: 3/4;}@media only screen and (orientation: portrait) and (width < 900px) {#headerImage div.hImage .hImageLandscape { display:none;}}@media only screen and (orientation: portrait) and (width > 900px) {#headerImage div.hImage .hImagePortrait { display:none;}}@media only screen and (orientation: landscape) {#headerImage div.hImage .hImagePortrait { display:none;}#headerImage div.hImage .hImageLandscape { display:block;}} #headerImage #hI_SloganWrapper {width:100%; max-width: 800px;position:absolute;left:0; bottom:50px;z-index:900; padding: 0 0 0 15px;}#headerImage #hI_SloganWrapper #hISlogan {max-width:900px;margin:0 auto;text-align:left;color:#FFF;display: flex;flex-direction: column;}#headerImage #hISlogan .hIStitle {font-weight:700;font-size:36px;font-size:3.6rem; line-height: 120%;}#headerImage #hISlogan .hIStitle textarea {font-family:inherit;font-weight:inherit;font-size:inherit; background-color: rgba(0, 0, 0, .3); border:none; color: #FFF;width:100%;padding:3px 2px;}@media only screen and (width > 699px) {#headerImage #hI_SloganWrapper { padding: 0 0 0 30px;}#headerImage #hISlogan .hIStitle { font-size:50px; font-size:5.0rem;}}@media only screen and (min-width: 1000px) {#headerImage #hI_SloganWrapper { padding: 0 0 0 50px;}#headerImage #hISlogan .hIStitle {font-size:80px;font-size:8.0rem;}}#hI_Dots {position:absolute;bottom:-15px;width:100%; padding: 0 15px;text-align: center; z-index: 70;}#hI_Buttons {position:absolute;top:50%;left:0px;height:0px;width:100%;text-align:center; z-index: 70;}#sitemap {width:100%;max-width:900px;box-sizing:border-box;padding:40px 15px 10vh 15px;margin:0 auto;}@media only screen and (min-width: 700px) {#sitemap {-moz-column-count: 2;column-count: 2;-moz-column-gap: 20px;column-gap: 20px;}}#sitemap .smNaviItem {width:100%;margin:0 0 20px 0;}#sitemap ul.smLevel1 {margin:0px;padding:0px;display: flex; flex-direction: column; gap: 10px 0;}#sitemap ul.smLevel1 li {list-style:none;margin:0;padding:0;}#sitemap ul.smLevel1 li span {line-height: 40px;font-size: 30px;font-size: 3.0rem;color:var(--cSage1);text-decoration: none;}#sitemap ul.smLevel1 li input {width:140px;font-size: 14px;font-size: 1.4rem;border:1px solid #504F53;border-radius:3px;padding:3px 5px;text-align:center;box-sizing:border-box;box-shadow: 0px 0px 3px 0px #333; margin: 0 0 0 auto;}#sitemap ul.sitemapfiL li a:hover {text-decoration:underline;}#sitemap ul.smLevel1 li ul.smLevel2 {margin:0;padding:10px 0 0 0; display: flex; flex-direction: column; gap: 10px 0; -moz-column-break-inside: avoid; break-inside: avoid;}#sitemap ul.smLevel1 li ul.smLevel2 li {margin:0;padding:0; display: flex; flex-wrap: wrap; gap: 10px 0; list-style: disc;}#sitemap ul.smLevel1 li ul.smLevel2 li a {line-height: 24px;font-size: 18px;font-size: 1.8rem;color: #707070;}#sitemap ul.smLevel1 li ul.smLevel2 li ul.smLevel3 { width: 100%;margin:0;padding:15px; background-color: #eee; list-style: square; display: flex; flex-direction: column; gap: 5px 0; -moz-column-break-inside: avoid; break-inside: avoid;}#sitemap ul.smLevel1 li ul.smLevel2 li ul.smLevel3 li {margin:0;padding:0; line-height: 100%; display: flex; }#sitemap ul.smLevel1 li ul.smLevel2 li ul.smLevel3 li a {line-height: 20px;font-size: 16px;font-size: 1.6rem;color: #999;}@media only screen and (min-width: 1240px) {#sitemap {padding:40px 0 10vh 0;}}#anfrage { margin: 0 auto; max-width: 950px; padding: 0 25px; text-align: left; position: relative; font-size: 20px;font-size: 2.0rem;}#anfrage.formProcessing { opacity: .7;}#anfrageConfirm {width: auto;padding: 30px; text-align: center; color: var(--cEbony); background-color: rgba(var(--cMorningDew_RGB), .56); border: 2px solid var(--cSage1); border-radius: 15px;}#content #anfrageConfirm strong {font-size: 26px;font-size: 2.6rem; font-family: gyst-variable, sans-serif;}#content #anfrageConfirm p {padding: 30px 0 0 0; font-size: 18px;font-size: 1.8rem;}#anfrageForm { width: 100%; display: flex; flex-direction: column; gap: 30px;}@media only screen and (width < 800px) {#anfrageFormButton { position: -webkit-sticky; position: sticky; bottom: 10px; margin: 0;}.formItem.fI_Desktop { display: none;}}.formValues { width: 100%; height: 0; overflow: hidden; position: relative;}.formSection { width: 100%;}.formSection_Title { font-size: 20px;font-size: 2.0rem; padding: 0 0 20px 0;}.formCol { width: 100%; display: grid; gap: 20px;}.formItem { padding: 0; position: relative;}.formItem label { display: block; position: relative; line-height: 30px; color: var(--cEbony); }.formItem.fIReq label::before { display: block; position: absolute; left: -10px; width: 10px; text-align: center; content: '*';}.formItem.fIerror label { color: var(--cTerracotta); font-weight: 700;}.formItem.fIerror::after { display: inline-block; position: absolute; left: 0px; bottom: -18px; width:100%; font-size: 12px;font-size: 1.2rem; line-height: 18px; content: ''; color: var(--cTerracotta);}#fIerrorAnchor { position: absolute; top: -180px; height: 1px; width: 100%; pointer-events: none;}html[lang="de"] .formItem.fIerror::after { content: 'Pflichtfeld';}html[lang="it"] .formItem.fIerror::after { content: 'Campo obbligatorio';}html[lang="en"] .formItem.fIerror::after { content: 'Mandatory field';}.formItem.fIerror .formfield { border:2px solid var(--cTerracotta);}.formItem.fIerror .ffCal, .formItem.fIerror textarea.formfield { border:2px solid var(--cTerracotta);}.formItem.fIAlignCenter { text-align: center;}#formAngebot { width: 100%; display: flex; background-color:rgba(var(--cMorningDew_RGB), .56);}#fA_Image { width: 40%; flex: 0 1 auto; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative;}#fA_Image img { width: 100%; height: auto; display: block;}#fA_Image_cb { display:inline-block;vertical-align:top;position:absolute;left:0px;top:0px; z-index: 1;}#fA_Data { flex: 1 1 auto; font-size: 16px; font-size: 1.6rem; padding: 20px;}#fA_D_Title { font-weight: 700; font-size: 120%;}#formAccomodation { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-auto-rows: auto; gap: 10px 30px;}#formAccomodation .fA_Item { width: 100%; display: flex;}#formAccomodation .fA_Item .fA_Item_Check { width: 20px; display: flex;}#formAccomodation .fA_Item .fA_Item_Check input { align-self: center; margin: 0;}#formAccomodation .fA_Item .fA_Item_Name { width: calc(100% - 20px); padding: 0; line-height:120%;}#page ul.checklistForm {padding:0;margin:0;}#page ul.checklistForm li {list-style: none;padding: 0 0 5px;margin: 0;line-height:30px;}@-webkit-keyframes ButtonGradient { 0%{background-position:0% 51%} 50%{background-position:100% 50%} 100%{background-position:0% 51%}}@keyframes ButtonGradient { 0%{background-position:0% 51%} 50%{background-position:100% 50%} 100%{background-position:0% 51%}}#anfrage.formProcessing a.formsubmit { opacity: .7;}#fError { padding: 20px; background-color:rgba(var(--cTerracotta_RGB), .1); border:2px solid var(--cTerracotta); color: var(--cTerracotta); font-weight: 300; line-height: 140%;}#anfrage.formProcessing #fError { -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); opacity: 0.3;}#fError b { display: block; padding: 0 0 20px 0;}@media only screen and (min-width: 600px) {.formCol { grid-template-columns: repeat(2, 1fr); grid-auto-rows:auto; gap: 20px 30px;}.formItem.fIFull { grid-column: 1/-1;}.formItem.fIBreak { grid-column: 1/2;}.formItem + .formItem.fIBreak { grid-column-start: 1;}#alterKinderContainer { grid-column: 2/-1;}}@media only screen and (min-width: 500px) {.accomodationTypen .accItem {width: calc(100% / 2);}}@media only screen and (min-width: 800px) {.formCol { gap: 20px 20%;}.accomodationTypen { gap:10px 20%;}}#angebote {width:100%; max-width:1440px; margin: 0 auto;padding:0;}#angeboteListe {width:100%; display: flex; flex-wrap: wrap; gap: 20px;}#angeboteListe.aLpadding {padding: 0;}#angeboteListe .aItem {width:100%; display: block;font-family: mr-eaves-xl-modern-narrow, sans-serif;text-align: left;}#angeboteListe .aItem a {text-decoration: none; height: 100%; display: flex; flex-direction: column;}#angeboteListe span {display:block;}#angeboteListe .aIBild {width:100%;aspect-ratio: 5/4;position:relative;background-size: cover;background-position: center;background-repeat: no-repeat; display: flex; padding: 20px 20px 70px 20px;}#angeboteListe .aIBildData { width: 100%; display: flex; flex-direction: column; text-align: center; gap: 20px; margin: auto auto 0 auto; font-size: 18px;font-size: 1.8rem; color: #FFF;}#angeboteListe .aIBD_Datum { width: 100%;}#angeboteListe .aIBD_Title { width: 100%; font-family: gyst-variable, sans-serif; font-size: 40px;font-size: 4.0rem;}#angeboteListe .aIBD_Link { width: 100%; display: flex; justify-content: center;}#angeboteListe .aIBD_Link b { padding: 0 30px; line-height: 40px; text-transform: uppercase; border: 2px solid var(--cSage2); background-color: rgba(255, 255, 255, .3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);}#angeboteListe .aItem a:hover .aIBD_Link b { background-color:var(--cSage2);}#angeboteListe .aIDaten {width:100%;padding:0 25px; flex: 1 0 auto; transform: translateY(-30px);}#angeboteListe .aIDatenInner {width:100%; height: 100%;display: flex;flex-direction: column;gap: 5px;padding:20px 20px 45px 20px; background-color: var(--cSage2); color: var(--cAlabaster); text-align: center;}#page .aI_DI_Text {width:100%;line-height:140%;font-size: 20px;font-size: 2.0rem; padding: 0 0 10px 0; margin: 0 0 auto 0;}#page .aI_DI_PreisInfo {width:100%;line-height:110%;font-size: 16px;font-size: 1.6rem; font-weight: 700;}#page .aI_DI_Preis {width:100%;line-height:110%;font-size: 30px;font-size: 3.0rem;}#page .aItem_CTA { transform: translateY(-54px); display: flex; gap: 20px; justify-content: center;}#page .aItem_CTA a { display: block; line-height: 46px; padding: 0 20px;}#page .aItem_CTA a b { text-transform: uppercase; font-size: 20px;font-size: 2.0rem;}#page .aItem_CTA a:nth-child(1) { background-color:#FFF; color: var(--cSage2); border: 2px solid var(--cSage2);}#page .aItem_CTA a:nth-child(2) { background-color:var(--cTerracotta); color: #FFF; border: 2px solid var(--cTerracotta);}#page .aIDatenLink span.button { padding: 10px 0;text-decoration: none;pointer-events: all;}#page .aIDatenLink span.button span { display: block;position:relative; text-align: center; }@media only screen and (width > 699px) {#angeboteListe .aItem {width:calc((100% - 20.2px) / 2);display: flex;flex-direction: column;}#angeboteListe .aItem a { height: 100%;}#angeboteListe .aITitle {font-size:40px;font-size:4.0rem;}#angeboteListe .aI_Preis {font-size:40px;font-size:4.0rem;}}@media only screen and (width > 999px) {#angeboteListe {gap:50px 50px;}#angeboteListe .aItem { width:calc((100% - 50.2px) / 2);}#angeboteListe .aIDaten {padding:0 25px;}#page .aI_Preis {font-size:50px;font-size:5.0rem;}}@media only screen and (width > 1199px) {#angeboteListe .aItem { width:calc((100% - 100.2px) / 3);}}#angebotDetail {width:100%;}#aD_Image {width: 100%; min-height: 250px; position: relative; background-size: cover;background-repeat: no-repeat;background-position: center; display: flex; padding: 40px 20px 70px 20px;}#aD_Image::after { width: 100%; height: 60%; position: absolute; inset: auto 0 0 0; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(var(--cAlabaster_RGB), 1) 100%); -webkit-backdrop-filter: blur(1px); backdrop-filter: blur(1px); content: ''; z-index: 10;}#aD_Image_Name { color: var(--cAlabaster); font-size:50px;font-size:5.0rem; font-family: gyst-variable, sans-serif; font-variation-settings: "wght" 500; line-height: 110%; text-align: center; margin: auto; position: relative; z-index: 20;}#aD_Data {padding: 0 10px; position: relative; z-index: 100;}#aD_Content { width: 100%; max-width:1000px; padding: 15px; margin: 0 auto;position: relative;display: flex;flex-direction: column;gap: 30px; background-color:var(--cAlabaster); transform: translateY(-50px);}#aD_Content_Top { display: flex; justify-content: center; flex-direction: column-reverse; flex-wrap: wrap; gap: 20px;}#aD_C_T_Highlight { width: 100%; background-color: var(--cSage1); color: var(--cEbony); display: flex; padding: 30px;}#aD_C_T_Highlight div { margin: auto; text-align: center; font-size:20px;font-size:2.0rem;}#aD_C_T_Highlight div b, #aD_C_T_Highlight div strong { font-family: gyst-variable, sans-serif; font-size: 300%; line-height: 100%;}#aD_C_T_Facts { width: 100%; display: flex;}#aD_C_T_F_Inner { width: 100%; color: var(--cEbony); text-align: center; display: flex; flex-direction: column; gap: 30px; margin: auto;}#aD_C_T_F_Text { font-size:22px;font-size:2.2rem;}#aD_C_T_F_Datum {line-height:120%; font-size: 19px;font-size: 1.9rem;}#aD_C_T_F_Nacht {text-transform: uppercase;}#aD_C_T_F_Zeitraum { text-transform: uppercase;font-weight: 700; line-height: 120%;}#aD_C_T_F_Infotext { padding: 20px 0 0 0; font-size: 16px;font-size: 1.6rem; line-height:120%;}#aD_Content_Text { width: 100%;}#aD_Content_Text ul { list-style:disc; margin: 0 0 0 20px;}#aD_Content_Preis { padding: 80px 0 0 0; position: relative;}#aD_Content_Preis::after { width: 40px; height: 40px; position: absolute; left: 50%; top: 0; transform: translate(-50%, 10px); background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 50 50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2319291A' stroke-width='3' stroke-linecap='square' fill='none'%3E%3Cpath d='M 25,5 25,43' /%3E%3Cpath d='M 10,30 25,45 40,30' /%3E%3C/g%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 30px; content: '';}#aD_C_Preisinfo {display: flex;align-items: center;justify-content: center;flex-direction: column;padding:0 20px;text-align: center;}#aD_C_Preisinfo i {display: block;font-style: normal;width:100%;line-height:120%;font-size: 18px;font-size: 1.8rem;}#aD_C_Preisinfo b {display: block;font-style: normal;line-height:120%;font-size:30px;font-size:3.0rem;font-weight: normal;}#aD_Content_Leistungen { width: 100%; border: 2px solid var(--cSage2); padding: 20px;}a#aD_C_L_Button { display: flex; flex-direction: column; text-decoration: none; padding: 0 0 0 70px; position: relative; font-size:20px;font-size:2.0rem;}a#aD_C_L_Button::after { width: 50px; height: 50px; background-color: var(--cSage2); position: absolute; left: 25px; top: 50%; transform: translate(-50%, -50%); background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 50 50' viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='3' stroke-linecap='square' fill='none'%3E%3Cpath d='M 20,15 30,25 20,35' /%3E%3C/g%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 30px; transition: all 0.5s ease; transform-origin: center; content: '';}#aD_Content_Leistungen.show a#aD_C_L_Button::after { transform: translate(-50%, -50%) rotate(90deg);}a#aD_C_L_Button b { color: var(--cSage2); text-transform: uppercase;}a#aD_C_L_Button i { font-style: normal;}#aD_Content_Leistungen.hide #aD_C_L_Data { display: none;}#aD_Content_Leistungen.show #aD_C_L_Data { padding: 40px 0 0 70px;}#aD_Content_Leistungen #aD_C_L_Data ul li { padding: 0 0 0 20px; position: relative;}#aD_Content_Leistungen #aD_C_L_Data ul li::before { width: 6px; height: 9px; border-right: 2px solid var(--cSage2); border-bottom: 2px solid var(--cSage2); position: absolute; left: 0; top: 0; transform: rotate(40deg) translate(4px, 1px); content: '';}#aD_Content_CTA {display: flex;align-items: center;justify-content: center;padding: 20px 0 0 0; gap: 20px;}#aD_Content_CTA a {display: block;position: relative;text-decoration: none; text-transform: uppercase; padding: 0 20px; line-height: 40px; font-size: 20px; font-size: 2.0rem;}#aD_Content_CTA a.request { color: var(--cSage2); border:2px solid var(--cSage2); background-color: #FFF;}#aD_Content_CTA a.request:hover { color: #FFF; background-color: var(--cSage2);}#aD_Content_CTA a.booking { color: #FFF; border:2px solid var(--cTerracotta); background-color:var(--cTerracotta);}#aD_Booking { padding: 30px 0 0 0;}#aD_Booking_Text { font-size: 25px; font-size: 2.5rem; line-height: 120%; font-family: gyst-variable, sans-serif; font-variation-settings: "wght" 700; color: var(--cSage1); padding: 0 25px 30px 25px; text-align: center; text-transform: uppercase;}#aD_Booking #Bs-BookingWidget { background-color: #FFF;}#aD_Content_Preisinfo { text-align: center;}@media only screen and (width > 699px) {#aD_Image_Name {font-size:60px;font-size:6.0rem;}#aD_C_Preisinfo b {font-size:35px;font-size:3.5rem;}}@media only screen and (width > 999px) {#angebotDetail {}#aD_Image { aspect-ratio: 3/1;}#aD_Content { padding: 40px;}#aD_Content_Top { gap: 50px; flex-direction:row;}#aD_C_T_Highlight,#aD_C_T_Facts { width: calc(50% - 25.1px);}#aD_C_T_F_Inner { text-align: left;}#aD_C_T_F_Text,#aD_C_T_F_Datum { font-size: 140%;}#aD_Image_Name {font-size:70px;font-size:7.0rem;}#aD_C_Preisinfo b {font-size:40px;font-size:4.0rem;}#aD_Content_Leistungen { padding: 50px;}#aD_Content_CTA {padding: 0;}}.angeboteSlider {width: 100%;position: relative; margin: 0 auto; --buttonsWidth:50px; --sliderGap:0px;}.aS_Top { display: flex; padding: 20px 0 20px 10px; gap:var(--sliderGap);}.aS_Bottom { padding: 0 0 0 calc(10px + var(--buttonsWidth));}.aS_Buttons { position: relative;width:var(--buttonsWidth); display: flex; flex-direction: column-reverse; justify-content: center; gap: 14px 0;}.aS_Buttons .slick-prev:before, [dir='rtl'] .aS_Buttons .slick-next:before {transform: rotate(180deg);}.aS_Buttons button { left: auto; right: auto; position: relative; width:var(--buttonsWidth); height:var(--buttonsWidth); padding: 10px; border-radius:var(--buttonsWidth); border: 2px solid var(--cForeground);}.aS_Inner_Wrapper { width:calc(100% - var(--buttonsWidth) - var(--sliderGap)); overflow: hidden;}#page .aS_Inner .slick-track {display: flex;padding: 20px 0 40px 0;}.aS_Inner .aS_Item {width:calc(100vw - 10px - var(--buttonsWidth)); max-width: 500px;height: 100%; padding: 0 20px;margin: 0;}.aS_Inner .aS_Item a {width:100%;height: 100%;text-decoration: none;display: flex;flex-direction: column;background-color:#FFF;text-align: left;box-shadow: 0px 50px 40px -60px rgba(0, 0, 0, 0.80);}.aS_Inner .aS_Item a > span {display: block;}#page .aS_I_Bild {width:100%;aspect-ratio: 2/3;position:relative;background-size: cover;background-position: center;background-repeat: no-repeat; padding: 0 20px 20px 20px; display: flex; flex-direction: column; justify-content: space-between; text-align: center;}#page .aS_I_Daten {width:100%;display: flex;flex-direction: column;gap:5px;padding:15px; color: var(--cEbony); background-color: var(--cMorningDew); transform: translateY(-15px);}#page .aS_I_Title {width:100%;line-height:120%;font-size: 30px;font-size: 3.0rem; font-family: gyst-variable, sans-serif;}#page .aS_I_Facts {width:100%;line-height:120%;font-size: 18px;font-size: 1.8rem;}#page .aS_I_Infos {width:100%;line-height:140%;font-size: 18px;font-size: 1.8rem;}@media only screen and (width < 600px) {#page .aS_I_Infos {display: none;}}#page .aS_I_PreisInfo {width:100%;line-height:120%;font-size: 16px;font-size: 1.6rem; padding: 25px 0 0 0;}#page .aS_I_Preis {width:100%;line-height:120%;font-size: 30px;font-size: 3.0rem;}#page .aS_I_DatenLink {width:100%;display: flex;}#page .aS_I_DatenLink b { display: block; width: 100%;color: #FFF;font-size: 20px; font-size: 2.0rem; line-height: 50px;text-transform: uppercase; padding: 0 10px;position: relative;z-index: 10; background-color: rgba(var(--cAlabaster_RGB), .5); -webkit-backdrop-filter:blur(3px); backdrop-filter:blur(3px)}#page .aS_Item a:hover .aS_I_DatenLink b { background-color: var(--cTerracotta);}.aS_Dots {width:calc(100vw - 10px - var(--buttonsWidth)); max-width: 500px;padding: 0; margin: 0 auto 0 0;}#page .aS_Dots .slick-dots {display: flex;flex-direction: row;}#page .aS_Dots .slick-dots li {margin: 0; width: 180px; display: none; cursor:default;}#page .aS_Dots .slick-dots li.slick-active { display:flex; justify-content: space-between;}#page .aS_Dots .slick-dots li.slick-active::after { display: block; height: 1px; width: calc(100% - 40px); position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); content: ''; background-color: var(--cForeground);}#page .aS_Dots .slick-dots li b {display: block; line-height: 20px; width: 20px; text-align: center; font-size: 6px; font-size: 1.6rem; color: var(--cForeground);}@media only screen and (width > 599px) {.aS_Inner .aS_Item { padding: 0 30px;}}@media only screen and (width > 899px) {.angeboteSlider { --buttonsWidth:70px; --sliderGap:40px;}.aS_Top { padding: 20px 0 20px 15%; gap:var(--sliderGap);}.aS_Buttons button { padding: 15px;}#page .aS_I_Bild { padding: 0 40px 30px 40px;}#page .aS_I_Daten {gap:10px;padding:25px;}.aS_Bottom { padding: 0 0 0 calc(15% + var(--buttonsWidth) + var(--sliderGap));}}@media only screen and (width > 1399px) {.aS_Top { padding: 20px 0 20px 20%;}.aS_Bottom { padding: 0 0 0 calc(20% + var(--buttonsWidth) + var(--sliderGap));}#page .aS_I_Title {font-size: 40px;font-size: 4.0rem;}#page .aS_I_Facts {font-size: 18px;font-size: 1.8rem;}#page .aS_I_Infos {font-size: 18px;font-size: 1.8rem;}}@media only screen and (width > 1599px) {.aS_Top {padding: 20px 0 20px 30%;}.aS_Bottom { padding: 0 0 0 calc(30% + var(--buttonsWidth) + var(--sliderGap));}}.impressionen {width:100%;padding: 0;display: flex;flex-direction: column;gap: 30px;}.impressionen .imp_Album {width:100%;display: flex;flex-direction: column;gap: 10px;}.imp_AlbumTitle {width:100%; text-align: left; position: relative; line-height: 20px; padding: 0 0 0 40px; font-size: 18px; font-size: 1.8rem; font-weight: 400;}.imp_AlbumTitle::after { position: absolute; left: 0; bottom: 4px; width: 30px; height: 1px; background-color: var(--cEbony); content: '';}@media only screen and (width > 799px) { .imp_AlbumTitle { padding: 0 0 0 60px; font-size: 20px; font-size: 2.0rem; } .imp_AlbumTitle::after { bottom: 4px; width: 50px; }}.imp_AlbumData { width: 100%; max-width: 900px; margin: 0 auto; padding: 0 20px;display: grid;grid-template-columns: repeat(12, 1fr);grid-auto-rows:auto;grid-auto-flow: dense;gap: 6px;}a.i_AD_Item {display: block; position: relative;}a.i_AD_Item span {display: block;width: 100%;height: 100%;aspect-ratio: 3/2;background-size: cover;background-position: center;background-repeat: no-repeat;}a.i_AD_Item span.more {display: flex; position: absolute; inset: 0; background-color: rgba(var(--cEbony_RGB),.5);}a.i_AD_Item span.more b {color: #FFF; width: 100%; text-align: center; margin: auto; font-size: 150%;}a.i_AD_Item_Hidden {display: none;}.impressionen .imp_Album.i_A_Typ_1 a.i_AD_Item {grid-column: span 4;}.impressionen .imp_Album.i_A_Typ_1 a.i_AD_Item:nth-child(1) {grid-column: span 8;grid-row: span 2;}.impressionen .imp_Album.i_A_Typ_2 a.i_AD_Item {grid-column: span 4;}.impressionen .imp_Album.i_A_Typ_2 a.i_AD_Item:nth-child(2) {grid-column: span 8;grid-row: span 2;}.impressionen .imp_Album.i_A_Typ_3 a.i_AD_Item {grid-column: span 6;}.impressionen .imp_Album.i_A_Typ_3 a.i_AD_Item:nth-child(3) {grid-column: span 9;grid-row: span 3;}.impressionen .imp_Album.i_A_Typ_3 a.i_AD_Item:nth-child(4),.impressionen .imp_Album.i_A_Typ_3 a.i_AD_Item:nth-child(5),.impressionen .imp_Album.i_A_Typ_3 a.i_AD_Item:nth-child(6){grid-column: span 3;}@media only screen and (width > 1399px) {.imp_AlbumData {gap: 24px;}}#news {width:100%;max-width: 1700px;position: relative;margin:0 auto;padding: 30px 15px 0 15px;}#newsFilter {width:100%;display: flex;flex-wrap: wrap;gap: 10px 20px;justify-content: center;}#newsFilter a {display:block;text-decoration: none;position: relative;}#newsFilter a svg {display: block; position: absolute; inset: 0; width:100%; height: 100%; z-index: 5;fill: none;}#newsFilter a:hover svg { fill: var(--cEbony);}#newsFilter a.nFiActiv svg { fill: var(--cGold);}#newsFilter a b { display: block;max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content;color: var(--cEbony);font-size: 17px; font-size: 1.7rem;font-weight: normal; line-height:120%;text-transform: uppercase; padding: 1px 5px 4px 5px;position: relative;z-index: 10;}#newsFilter a:hover b, #newsFilter a.nFiActiv b {color: #FFF;}#newsFilterText {width: 100%;max-width: 900px;margin:0 auto;}#newsListe {width: 100%;padding: 0 0 90px 0;display: flex;flex-direction: column;gap: 30px 0;}#newsListe #newsListeTitle {width: 100%;font-size: 20px;font-size: 2.0rem;padding:0; line-height: 140%;}#newsListe.rows #newsListeWrapper {display:flex;flex-direction: column;}#newsListe.cols #newsListeWrapper {display:flex;flex-wrap:wrap;gap: 30px;}#newsListe a.nListItem {width: 100%;margin: 0;padding:0;opacity:1;transition:opacity 0.3s ease; display: flex; text-decoration:none;}#newsListe.cols a.nListItem {flex-direction: column;}#newsListe.cols a.nListItem { background-color: #FFF;box-shadow: 0px 15px 50px -35px rgba(0, 0, 0, 0.20);}#newsListe.rows a.nListItem:nth-of-type(even) {flex-direction:row-reverse;}#newsListe a.nListItem span { display: block;}#newsListe .nListItemImage {width:100%;display:block;background-position:center center;background-size:cover; background-repeat: no-repeat;}#newsListe.rows .nListItem {display:flex;justify-content:space-between;}#newsListe.rows .nListItemImage {width:30%;}#newsListe.cols .nListItemImage {width:100%;}#newsListe .nListItemImage img { width:100%;height:100%;-o-object-fit:cover; object-fit:cover;}#newsListe a.nListItem span.nListItemDataWrapper {width:100%; padding:15px;}#newsListe.rows a.nListItem span.nListItemDataWrapper {width:calc(70% - 10px);display:flex; padding:15px 0 15px 15px;}#newsListe.rows a.nListItem:nth-of-type(even) span.nListItemDataWrapper {padding:15px 15px 15px 0;}#newsListe a.nListItem span.nListItemData {width:100%;margin:auto auto auto 0; padding: 0 0 20px 0;text-align: left;display: flex;flex-direction: column;gap: 20px; max-width: 700px;}#newsListe.rows a.nListItem:nth-of-type(even) .nListItemData {margin:auto 0 auto auto;}#newsListe .nListItemData .nLIDTitle {padding: 20px 0 20px 10px;}#newsListe .nListItemData .nLIDTitle b {font-size: 30px;font-size: 3.0rem; font-weight: normal;line-height:120%; transform: rotate(5deg) skew(0deg, -10deg); font-family: neonoir, sans-serif; display: block;}#newsListe .nListItemData .nLIDSubline {font-size: 26px;font-size: 2.6rem;line-height:120%;}#newsListe a.nListItem .nLIDEinleitung {padding:0 20% 20px 0;}#newsListe a.nListItem span.nLIDLink {padding:0; display: flex;}#content #newsListe a.nListItem span.nLIDLink b {text-transform: uppercase;display:block;width: auto;color:var(--cEbony);border: 2px solid var(--cEbony);padding: 0 20px; font-size: 26px;font-size: 2.6rem;line-height: 40px;text-decoration: none;}#content #newsListe a.nListItem:hover span.nLIDLink b {color:#FFF;background-color:var(--cEbony);padding: 0 20px;line-height: 40px;text-decoration: none;}#news .nLIDTeaser {font-size: 16px;font-size: 1.6rem;width:100%;display:block;padding:10px 0 0 0;}#newsListe .nLFullButton {padding:80px 0 20px 0;text-align:center;}#newsDetail .nLButton {padding:20px 0;text-align:center;}#newsListe .nLFullButton a, #newsDetail .nLButton a {color:var(--cEbony);margin: 0;line-height: 40px !important;text-decoration: none !important;font-size: 16px;font-size: 1.6rem;font-weight: 700;text-transform: uppercase;padding:0 20px;display:inline-block;width:auto;position:relative;}#newsListe .nLFullButton a:hover, #newsDetail .nLButton a:hover {color:var(--cEbony);}#newsListe .nLButton a {display: inline-block;padding:0 30px;}#newsListe .nLFullButton a:before, #newsDetail .nLButton a:before {text-align:center;background-color:var(--cGold);color:#FFF;display:inline-block;font-size:20px;font-size:2.0rem;}#newsListe .nLFullButton a:hover:before, #newsDetail .nLButton a:hover:before {background-color:var(--cEbony);}#newsListe .nLFullButton a:before {width:40px;height:40px;line-height:40px;border-radius:20px;content:'+';left:calc(50% - 20px);top:-40px;position:absolute;}#newsDetail .nLButton a:before {width:30px;height:30px;line-height:30px;border-radius:15px;content:'<';margin:5px 20px 5px 0;}@media only screen and (width > 599px) {#newsListe.cols #newsListeWrapper a {width:calc((100% - 30.2px) / 2);}}@media only screen and (width > 999px) {#news {padding: 30px 30px 0 30px;}#newsFilter {gap: 10px 30px;}#newsListe.cols #newsListeWrapper a {width:calc((100% - 60.2px) / 3);}#newsListe.rows a.nListItem span.nListItemDataWrapper { padding:80px 25px;}#newsListe.rows a.nListItem:nth-of-type(even) span.nListItemDataWrapper { padding:80px 25px;}#newsListe.cols .nListItemDataWrapper span.nListItemData {display: flex;flex-direction: column;}#newsListe .nListItemData .nLIDTitle b {font-size: 50px;font-size: 5.0rem;}#newsListe a.nListItem .nLIDEinleitung {padding:0 30% 20px 0;}#newsListe.rows a.nListItem:nth-of-type(even) .nLIDEinleitung {padding:0 20% 20px 10%;}#newsListe.rows a.nListItem:nth-of-type(even) span.nLIDLink {padding:0 0 0 10%;}}@media only screen and (width > 1200px) {#news {padding: 30px 40px 0 40px;}#newsListe.cols #newsListeWrapper {gap: 40px;}#newsListe.cols #newsListeWrapper a {width:calc((100% - 80.2px) / 3);}}#newsDetail {width:100%;margin:0 auto;position:relative; background-color: #FFF;}#nD_Top {width: 100%; padding:30px 30px 30px 30px; margin: 0 auto; background-color: var(--cTerracotta);}#nD_Top_HL {width: 100%;text-align: center;display: flex;flex-direction: column;gap: 10px; padding:30px 0;}#nD_Top_HL h1 {line-height:130%;font-size:50px;font-size:5.0rem; transform: rotate(5deg) skew(0deg, -10deg); font-family: neonoir, sans-serif;}#nD_Top_HL h2 {line-height:130%;font-size: 30px;font-size: 3.0rem;}#nD_Image { width: 100%;}#nD_Image figure { width: 100%;position:relative;}#nD_Image figure.nD_Image_2 { display: grid;grid-template-columns: repeat(24, 1fr);}#nD_Image figure a {display: block;background-size:cover;background-position:center;background-repeat:no-repeat;aspect-ratio: 2/1;}#nD_Image figure a img { width: 100%;height: auto;display: block;}#nD_Image figure.nD_Image_2 a:nth-child(1) { grid-column: 1/20; grid-row: 1/7;}#nD_Image figure.nD_Image_2 a:nth-child(2) { grid-column: 8/-1; grid-row: 6/12;}#nD_Image figure a span.vPlay {width:80px;height:50px;position:absolute;display:block;left:50%;top:50%;margin:-25px 0px 0px -40px;z-index:400;background-image: url(../images/svg/youtube_play.svg);background-repeat: no-repeat;background-position: right center;background-size:contain;-webkit-filter: grayscale(0);filter: grayscale(0);}#nD_Image figure a:hover span.vPlay {-webkit-filter: grayscale(1);filter: grayscale(1);}@media only screen and (width > 1000px) {#nD_Image figure.nD_Image_2 a:nth-child(1) { grid-column: 1/14; grid-row: 1/4;}#nD_Image figure.nD_Image_2 a:nth-child(2) { grid-column: 12/-1; grid-row: 2/5;}}#nD_Body {width: 100%;padding:25px 15px;display: flex;flex-direction: column;gap:30px;}#nD_Intro {font-size: 26px;font-size: 2.6rem;line-height:140%;}#nD_Text {font-size: 20px;font-size: 2.0rem;line-height:140%;}#nD_Content {width: 100%;display: flex;flex-direction: column;gap:40px;}#nD_Content .nD_Content_Section {width:100%;display: flex;}#nD_Content .nD_Content_Section.status_0 { opacity: .5; background-color: rgba(0, 0, 0, 0.20);}#nD_Content .nD_Content_Section.typ_1 { flex-direction: row-reverse; --imageWidth:40%;}#nD_Content .nD_Content_Section.typ_2 { --imageWidth:45%;}#nD_Content .nD_Content_Section.typ_1 .nDCSdata,#nD_Content .nD_Content_Section.typ_2 .nDCSdata { width: calc(100% - var(--imageWidth));}#nD_Content .nD_Content_Section.typ_1 .nDCSimages,#nD_Content .nD_Content_Section.typ_2 .nDCSimages { width: var(--imageWidth);}#nD_Content .nD_Content_Section.typ_3 { flex-direction: column;gap:20px;}.nDCSdata { display: flex; flex-direction: column; justify-content: center; padding: 0 0 0 40px;}#nD_Content .nD_Content_Section.typ_2 .nDCSdata { padding: 0 40px 0 0; text-align: right;}.nDCSheadlines {display: flex;flex-direction: column;gap: 10px;}.nDCSheadlines h4 {font-size:30px;font-size:3.0rem;line-height:140%;}.nDCSheadlines h5 {font-size: 26px;font-size: 2.6rem;line-height:140%;}.nDCShtml {font-size: 20px;font-size: 2.0rem;line-height:140%;}.nDCShtml a {text-decoration: underline;}.nDCShtml a:hover {text-decoration: none;}.nDCShtml ul { width: 100%; max-width: 400px;padding: 20px 0;margin: 0 auto 0 30px; text-align: left;}.typ_2 .nDCShtml ul { margin: 0 0 0 auto;}.nDCShtml ul li {padding: 0;margin: 0;line-height: 150%;list-style: disc;position:relative;}.nDCSimages {width: 100%;display: grid;grid-template-columns: repeat(24, 1fr);}.nDCSimages figure { margin:0; background-position: center; background-size: cover; background-repeat: no-repeat;}.nDCSimages figure img {width: 100%;height: auto;display:block;}.nDCSimages.nDCSiNr1 figure {grid-column: 1/-1; align-self: center;}#newsDetail #newsListe {width: 100%;padding: 0 0 40px 0;}@media only screen and (width > 999px) {#nD_Top {padding:50px 50px 50px 50px;}#nD_Body {padding:30px 30px;gap:40px;}.nDCSimages.nDCSiNr3 {gap: 20px;}.nDCSimages.nDCSiNr3 figure:nth-child(1) {grid-column: 1/3;}.nDCSimages.nDCSiNr3 figure:nth-child(2) {grid-column: 3/5;}.nDCSimages.nDCSiNr3 figure:nth-child(3) {grid-column: 5/-1;}#newsDetail #newsListe {padding: 0 30px 60px 30px;}}.newsSlider {width: 100%;position: relative; --buttonsWidth:50px; --sliderGap:0px; --sliderMaxWidth:1100px;}.nS_Wrapper { width: 100%; max-width:calc(var(--sliderMaxWidth) + 20px + (var(--buttonsWidth) * 2)); margin: 0 auto; padding: 0 10px;}.nS_Top { width:100%; display: flex; padding:20px calc(0px + var(--buttonsWidth)); position: relative;}.nS_Bottom { padding: 0 10px;}.nS_Buttons { position: absolute; top: 50%; left: 50%; width: 100%; height:0px; transform: translate(-50%, -50%); z-index: +1; display: flex; justify-content: space-between;}.nS_Buttons .slick-prev:before, [dir='rtl'] .nS_Buttons .slick-next:before {transform: rotate(180deg);}.nS_Buttons button { left: auto; right: auto; position: relative; width:var(--buttonsWidth); height:var(--buttonsWidth); padding: 10px; border-radius:var(--buttonsWidth); border: 2px solid var(--cEbony);}.nS_Inner_Wrapper { overflow: hidden;}#page .nS_Inner .slick-track {display: flex;padding: 30px 0;}.nS_Inner .nS_Item {width:100%; padding: 0 5px;margin: 0;}.nS_Inner .nS_Item a {width:100%;text-decoration: none;display: flex; flex-direction: column;text-align: left;}.nS_Inner .nS_Item a > span {display: block;}#page .nS_I_Bild {width:100%;aspect-ratio: 1/1;position:relative;background-size: cover;background-position: center;background-repeat: no-repeat;}#page .nS_I_Daten {width:100%;display: flex;flex-direction: column;gap:20px;padding:15px 0; color: var(--cEbony);}#page .nS_I_Title {padding: 20px 0 20px 10px;}#page .nS_I_Title b {font-size: 30px;font-size: 3.0rem; font-weight: normal;line-height:120%; transform: rotate(5deg) skew(0deg, -10deg); font-family: neonoir, sans-serif; display: block;}#page .nS_I_Einleitung {width:100%;line-height:120%;font-size: 2.2rem;}#page .nS_I_Link {width:100%;display: flex;}#page .nS_I_Link b { display: block;color: var(--cEbony);font-size: 20px; font-size: 2.0rem; line-height: 40px;text-transform: uppercase; padding: 0 20px;border: 2px solid var(--cEbony); }#page .nS_Item a:hover .nS_I_Link b { background-color: var(--cEbony); color: var(--cAlabaster);}.nS_Dots {width:100%;padding: 0; margin: 0 auto;}#page .nS_Dots .slick-dots {display: flex;flex-direction: row;}#page .nS_Dots .slick-dots li {margin: 0; width: 180px; display: none; cursor:default;}#page .nS_Dots .slick-dots li.slick-active { display:flex; justify-content: space-between;}#page .nS_Dots .slick-dots li.slick-active::after { display: block; height: 1px; width: calc(100% - 40px); position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); content: ''; background-color: var(--cEbony);}#page .nS_Dots .slick-dots li b {display: block; line-height: 20px; width: 20px; text-align: center; font-size: 6px; font-size: 1.6rem; color: var(--cEbony);}@media only screen and (width > 699px) {.nS_Inner .nS_Item { padding: 0 20px;}.nS_Inner .nS_Item a { flex-direction: row;}#page .nS_I_Bild {width:38%;aspect-ratio: 2/3;}#page .nS_I_Daten { width:62%;gap:30px;padding:25px 0 25px 50px;}}@media only screen and (width > 999px) {.newsSlider { --buttonsWidth:70px; --sliderGap:40px;}.nS_Buttons button { padding: 15px;}#page .nS_I_Title b {font-size: 50px;font-size: 5.0rem;}}@media only screen and (width > 1399px) {#page .nS_I_Title {font-size: 40px;font-size: 4.0rem;}#page .nS_I_Facts {font-size: 18px;font-size: 1.8rem;}#page .nS_I_Infos {font-size: 18px;font-size: 1.8rem;}}@media only screen and (width > 1599px) {}#team {width:100%;padding:0 20px;display: flex;flex-wrap: wrap;gap: 20px; justify-content: center;}.team_Item {width:100%;position:relative;display: flex;flex-direction: column;gap: 5px;width:calc((100% - 40.2px) / 3);}.team_Item .t_I_Bild {width:100%;background-position: center;background-size: cover;background-repeat: no-repeat;background-color: var(--cSage1); border: 2px solid var(--cSage1); border-radius: 300px; overflow: hidden;}.team_Item .t_I_Bild img {width:100%;height:100%;display:block;-o-object-fit: cover; object-fit: cover;}.team_Item .t_I_Data {width:100%;padding:10px 0 0 0;}.team_Item .t_I_D_Name {font-size:18px;font-size:1.8rem;line-height:120%; color: var(--cSage1);}@media only screen and (min-width: 900px) {.team_Item {width:120px;}}#wohnen { width: 100%; max-width: 1440px; margin: 0 auto; display: flex; flex-direction: column; gap: 50px 0;}#wohnenFilter { display: flex; flex-wrap: wrap; gap: 10px 20px; justify-content: center;}#wohnenFilter a { display: block; text-decoration: none; padding: 0 5px; position: relative;}#wohnenFilter a.activ::after { width: 100%; height:50%; position: absolute; z-index: -1; left: 0; bottom: -1px; background-color: var(--cTerracotta); content: '';}#wohnenFilter a:not(.activ):hover::after { width: 100%; height:2px; position: absolute; z-index: -1; left: 0; bottom:3px; background-color: var(--cTerracotta); content: '';}#wohnenFilter a:not(.activ) b { font-weight: 300;}#wohnenListe { width: 100%; display: flex; flex-wrap: wrap; gap: 50px; padding: 0 0 40px 0;}#wohnenListe .wohnenListeItem { width: 100%; margin: 0; padding: 50px 0 0 0; position: relative; z-index: 300;}#wohnenListe .wohnenListeItem a { width: 100%; height: 100%; text-decoration: none; display: flex; flex-direction: column;}#wohnenListe .wohnenListeItem span.fBI_Name { width: 100%; display: flex; transform: translate(-50%, -50%); position: relative; position: absolute; left: 50%; top: 0; z-index: +1;}#wohnenListe .wohnenListeItem span.fBI_Name_Inner { display: block; padding: 20px 30px; margin: auto; background-color: var(--cMorningDew); min-width: 250px; display: flex; flex-direction: column; gap: 10px;}#content .fBI_Name_Inner h1 { width: 100%; display: block; line-height: 100%; font-size: 20px; font-size: 2.0rem; font-family: mr-eaves-xl-modern-narrow, sans-serif; text-transform: uppercase;}#content .fBI_Name_Inner h2 { width: 100%; display: block; line-height: 100%; font-size: 40px; font-size: 4.0rem; font-family: gyst-variable, sans-serif; font-variation-settings: "wght" 700;}#wohnenListe .wohnenListeItem span.fBI_Image { width: 100%; display: block; position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; aspect-ratio: 5/3; background-color: #EEE;}#wohnenListe .wohnenListeItem span.fBI_Image img { width: 100%; height: auto; display: block;}#wohnenListe .wohnenListeItem span.fBI_Data { width: 100%; display: block; padding:0 14px; flex: 1 0 auto;}#wohnenListe .wohnenListeItem span.fBI_Data span.fBI_Data_Inner { width: 100%; height: 100%; padding:20px; position: relative; font-size: 26px; font-size: 2.6rem; font-weight: 400; background-color: var(--cMorningDew); text-align: left; display:flex; flex-direction: column;}#wohnenListe .wohnenListeItem span.fBI_Data > span { width: 100%; display: block;}#wohnenListe .fBI_D_I_Fakten, #fD_C_Intro_Fakten { display: flex; flex-wrap: wrap; gap: 5px 20px;}#wohnenListe .fBI_D_I_Fakten span, #fD_C_Intro_Fakten span { display: flex; flex-wrap: wrap; align-items:flex-start ; width: 100%;}body:not(.pageID320) #wohnenListe .fBI_D_I_Fakten span:nth-child(odd), body:not(.pageID320) #fD_C_Intro_Fakten span:nth-child(odd) { width: 40%;}body:not(.pageID320) #wohnenListe .fBI_D_I_Fakten span:nth-child(even), body:not(.pageID320) #fD_C_Intro_Fakten span:nth-child(even) { width:calc(60% - 20.2px);}#wohnenListe .fBI_D_I_Fakten b, #fD_C_Intro_Fakten b { display: block; padding: 0 0 0 36px; position: relative; font-weight: 400; line-height: 40px;}#wohnenListe .fBI_D_I_Fakten i, #fD_C_Intro_Fakten i { padding: 0 10px; line-height: 40px; font-style: normal; font-size: 20px; font-size: 2.0rem;}#wohnenListe .fBI_D_I_Fakten b::before, #fD_C_Intro_Fakten b::before { display: block; width: 36px; height: 36px; background-position: center; background-size: contain; background-repeat: no-repeat; position: absolute; left: -5px; top: 50%; transform: translateY(-50%); content: ''; }#wohnenListe .fBI_D_I_Fakten b.qm::before, #fD_C_Intro_Fakten b.qm::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2319291A'%3E%3Cpath d='m82.5 40.36h-4.06v-18.8h-18.8v-4.06h22.86z'/%3E%3Cpath d='m21.56 40.36h-4.06v-22.86h22.86v4.06h-18.8z'/%3E%3Cpath d='m40.36 82.5h-22.86v-22.86h4.06v18.8h18.8z'/%3E%3Cpath d='m82.5 82.5h-22.86v-4.06h18.8v-18.8h4.06z'/%3E%3C/g%3E%3C/svg%3E");}#wohnenListe .fBI_D_I_Fakten b.people::before, #fD_C_Intro_Fakten b.people::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2319291A'%3E%3Cpath d='m50.14 53.82c-9.8-.58-17.12-8.81-16.6-18.34-.52-9.28 6.8-17.51 16.33-18.09 9.76.58 17.06 8.74 16.61 18.21.45 9.47-6.85 17.63-16.33 18.21zm-.27-31.92c-6.78.43-12.2 6.52-11.82 13.58-.38 7.3 5.04 13.39 12.09 13.82 6.78-.43 12.2-6.52 11.81-13.58v-.12s0-.12 0-.12c.38-7.05-5.04-13.15-12.09-13.58z'/%3E%3Cpath d='m79.66 82.61h-59.3c-.37 0-.74-.05-1.1-.12-2.88-.6-4.75-3.43-4.15-6.32 2.81-12.48 17.49-21.51 34.89-21.51s32.08 9.03 34.88 21.48c.08.4.12.77.12 1.15-.02 2.95-2.41 5.32-5.34 5.32zm-29.66-23.43c-15.07 0-28.17 7.71-30.48 17.94-.08.41.21.85.65.94l59.47.03c.58-.01.83-.36.83-.82-2.31-10.37-15.41-18.09-30.48-18.09z'/%3E%3C/g%3E%3C/svg%3E");}#wohnenListe .fBI_D_I_Fakten b.location.icon1::before, #fD_C_Intro_Fakten b.location.icon1::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m27.43 79.17h-3.02c-.56 0-1.01-.45-1.01-1.01v-5.5c0-.56.45-1.01 1.01-1.01s1.01.45 1.01 1.01v4.49h2.01c.56 0 1.01.45 1.01 1.01s-.45 1.01-1.01 1.01z' fill='%23b5bfb2'/%3E%3Cpath d='m64.86 79.17h-6.24c-.56 0-1.01-.45-1.01-1.01s.45-1.01 1.01-1.01h6.24c.56 0 1.01.45 1.01 1.01s-.45 1.01-1.01 1.01zm-12.48 0h-6.24c-.56 0-1.01-.45-1.01-1.01s.45-1.01 1.01-1.01h6.24c.56 0 1.01.45 1.01 1.01s-.45 1.01-1.01 1.01zm-12.47 0h-6.24c-.56 0-1.01-.45-1.01-1.01s.45-1.01 1.01-1.01h6.24c.56 0 1.01.45 1.01 1.01s-.45 1.01-1.01 1.01z' fill='%23b5bfb2'/%3E%3Cpath d='m74.25 79.17h-3.02c-.56 0-1.01-.45-1.01-1.01s.45-1.01 1.01-1.01h2.01v-4.49c0-.56.45-1.01 1.01-1.01s1.01.45 1.01 1.01v5.5c0 .56-.45 1.01-1.01 1.01z' fill='%23b5bfb2'/%3E%3Cg fill='%2319291A'%3E%3Cpath d='m94.04 33.53-19.25-12.54c-.33-.22-.76-.22-1.1 0l-19.25 12.54c-.28.19-.46.5-.46.84v38.3c0 .56.45 1.01 1.01 1.01h38.5c.56 0 1.01-.45 1.01-1.01v-38.3c0-.34-.17-.66-.46-.84zm-23.75 37.46v-10.6h7.91v10.6zm22.2.67h-12.27v-12.27c0-.56-.45-1.01-1.01-1.01h-9.93c-.56 0-1.01.45-1.01 1.01v12.27h-12.27v-36.74l18.24-11.89 18.24 11.89v36.74z'/%3E%3Cpath d='m59.69 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m81.42 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m74.18 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m66.93 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m88.66 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m59.83 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m81.49 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m74.25 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m67.07 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m88.73 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m71.5 31.56v-2.82c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v7.71c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.88h5.5v2.88c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-7.71c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.82z'/%3E%3C/g%3E%3Cpath d='m42.79 53.71-17.84-11.13c-.32-.2-.74-.2-1.06 0l-17.91 11.13c-.47.29-.62.91-.32 1.39.19.31.52.47.86.47.18 0 .36-.05.53-.15l3.83-2.38v19.63c0 .56.45 1.01 1.01 1.01h25.02c.56 0 1.01-.45 1.01-1.01v-19.64l3.83 2.39c.47.3 1.09.15 1.39-.32.29-.47.15-1.09-.32-1.39zm-20.93 17.95v-7.31h5.03v7.31zm14.02 0h-6.98v-8.32c0-.56-.45-1.01-1.01-1.01h-7.04c-.56 0-1.01.45-1.01 1.01v8.32h-6.98v-19.88l11.53-7.17 11.47 7.16v19.89z' fill='%23b5bfb2'/%3E%3Cpath d='m17.17 54.23c-.56 0-1.01.45-1.01 1.01v2.21c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.21c0-.56-.45-1.01-1.01-1.01z' fill='%23b5bfb2'/%3E%3Cpath d='m31.59 58.45c.56 0 1.01-.45 1.01-1.01v-2.21c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.21c0 .56.45 1.01 1.01 1.01z' fill='%23b5bfb2'/%3E%3Cpath d='m23.41 55.23v2.21c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.21c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01z' fill='%23b5bfb2'/%3E%3C/svg%3E");}#wohnenListe .fBI_D_I_Fakten b.location.icon2::before, #fD_C_Intro_Fakten b.location.icon2::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23b5bfb2'%3E%3Cpath d='m27.43 79.17h-3.02c-.56 0-1.01-.45-1.01-1.01v-5.5c0-.56.45-1.01 1.01-1.01s1.01.45 1.01 1.01v4.49h2.01c.56 0 1.01.45 1.01 1.01s-.45 1.01-1.01 1.01z'/%3E%3Cpath d='m64.86 79.17h-6.24c-.56 0-1.01-.45-1.01-1.01s.45-1.01 1.01-1.01h6.24c.56 0 1.01.45 1.01 1.01s-.45 1.01-1.01 1.01zm-12.48 0h-6.24c-.56 0-1.01-.45-1.01-1.01s.45-1.01 1.01-1.01h6.24c.56 0 1.01.45 1.01 1.01s-.45 1.01-1.01 1.01zm-12.47 0h-6.24c-.56 0-1.01-.45-1.01-1.01s.45-1.01 1.01-1.01h6.24c.56 0 1.01.45 1.01 1.01s-.45 1.01-1.01 1.01z'/%3E%3Cpath d='m74.25 79.17h-3.02c-.56 0-1.01-.45-1.01-1.01s.45-1.01 1.01-1.01h2.01v-4.49c0-.56.45-1.01 1.01-1.01s1.01.45 1.01 1.01v5.5c0 .56-.45 1.01-1.01 1.01z'/%3E%3Cpath d='m94.04 33.53-19.25-12.54c-.33-.22-.76-.22-1.1 0l-19.25 12.54c-.28.19-.46.5-.46.84v38.3c0 .56.45 1.01 1.01 1.01h38.5c.56 0 1.01-.45 1.01-1.01v-38.3c0-.34-.17-.66-.46-.84zm-23.75 37.46v-10.6h7.91v10.6zm22.2.67h-12.27v-12.27c0-.56-.45-1.01-1.01-1.01h-9.93c-.56 0-1.01.45-1.01 1.01v12.27h-12.27v-36.74l18.24-11.89 18.24 11.89v36.74z'/%3E%3Cpath d='m59.69 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m81.42 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m74.18 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m66.93 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m88.66 45.51c.56 0 1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01z'/%3E%3Cpath d='m59.83 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m81.49 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m74.25 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m67.07 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m88.73 50.13c-.56 0-1.01.45-1.01 1.01v2.95c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.95c0-.56-.45-1.01-1.01-1.01z'/%3E%3Cpath d='m71.5 31.56v-2.82c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v7.71c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.88h5.5v2.88c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-7.71c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.82z'/%3E%3C/g%3E%3Cpath d='m42.79 53.71-17.84-11.13c-.32-.2-.74-.2-1.06 0l-17.91 11.13c-.47.29-.62.91-.32 1.39.19.31.52.47.86.47.18 0 .36-.05.53-.15l3.83-2.38v19.63c0 .56.45 1.01 1.01 1.01h25.02c.56 0 1.01-.45 1.01-1.01v-19.64l3.83 2.39c.47.3 1.09.15 1.39-.32.29-.47.15-1.09-.32-1.39zm-20.93 17.95v-7.31h5.03v7.31zm14.02 0h-6.98v-8.32c0-.56-.45-1.01-1.01-1.01h-7.04c-.56 0-1.01.45-1.01 1.01v8.32h-6.98v-19.88l11.53-7.17 11.47 7.16v19.89z' fill='%2319291A'/%3E%3Cpath d='m17.17 54.23c-.56 0-1.01.45-1.01 1.01v2.21c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.21c0-.56-.45-1.01-1.01-1.01z' fill='%2319291A'/%3E%3Cpath d='m31.59 58.45c.56 0 1.01-.45 1.01-1.01v-2.21c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01v2.21c0 .56.45 1.01 1.01 1.01z' fill='%2319291A'/%3E%3Cpath d='m23.41 55.23v2.21c0 .56.45 1.01 1.01 1.01s1.01-.45 1.01-1.01v-2.21c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01 1.01z' fill='%2319291A'/%3E%3C/svg%3E");}#wohnenListe .fBI_D_I_Fakten b.view_1::before, #fD_C_Intro_Fakten b.view_1::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m82.81 74.06h-65.62c-.78 0-1.5-.41-1.89-1.09-.39-.67-.4-1.5-.02-2.18l19.37-34.28c.38-.68 1.1-1.1 1.88-1.11.67.06 1.5.4 1.9 1.07l8.22 13.85 12.8-23.26c.4-.72 1-1.17 1.97-1.13.82.02 1.56.49 1.91 1.22l21.44 43.75c.33.68.29 1.48-.11 2.12s-1.1 1.03-1.85 1.03zm-61.88-4.37h58.37l-18.04-36.82-12.63 22.93c-.38.69-1.1 1.12-1.88 1.13-.66.02-1.51-.4-1.91-1.07l-8.24-13.89z' fill='%2319291A'/%3E%3C/svg%3E");}#wohnenListe .fBI_D_I_Fakten b.view_2::before, #fD_C_Intro_Fakten b.view_2::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m81.31 50.41c-.83-1.02-1.8-1.9-2.84-2.7.12-1.05.19-2.1.19-3.17 0-15.8-12.85-28.65-28.65-28.65-15.79 0-28.64 12.85-28.64 28.64 0 1.07.07 2.13.19 3.18-1.04.8-2.01 1.68-2.84 2.71-2.8 3.48-4.09 7.84-3.61 12.29.48 4.44 2.65 8.44 6.13 11.24 2.26 1.82 4.89 3 7.68 3.47v4.47c0 1.24 1 2.24 2.24 2.24s2.24-1 2.24-2.24v-4.33s.09 0 .14 0c3.95-.42 7.49-2.25 10.2-5.08 1.41.32 2.85.52 4.32.62v8.8c0 1.24 1 2.24 2.24 2.24s2.24-1 2.24-2.24v-8.82c1.29-.11 2.56-.32 3.8-.6 2.96 3.07 6.83 4.78 10.86 5.05v4.37c0 1.24 1 2.24 2.24 2.24s2.24-1 2.24-2.24v-4.62c2.53-.52 4.99-1.59 7.13-3.32 7.18-5.79 8.32-16.34 2.53-23.52zm-48.27 22.69c-3.26.34-6.46-.59-9.01-2.64-2.55-2.06-4.14-4.98-4.49-8.24-.35-3.25.59-6.45 2.65-9 .12-.15.26-.27.38-.41 1.34 4.47 3.78 8.58 7.18 11.97 2.63 2.63 5.7 4.68 9.02 6.1-1.68 1.19-3.62 1.99-5.73 2.22zm19.47-7.93 8.84-6.43c1-.73 1.22-2.12.49-3.12s-2.13-1.21-3.12-.49l-6.21 4.52v-6.1l4.79-3.1c1.04-.67 1.33-2.06.66-3.09-.67-1.04-2.07-1.33-3.09-.66l-2.36 1.53v-3.23c0-1.24-1-2.24-2.24-2.24s-2.24 1-2.24 2.24v14.63l-6.18-4.5c-.99-.72-2.4-.51-3.12.49s-.51 2.4.49 3.12l8.81 6.41v3.37c-5.71-.46-11.04-2.8-15.13-6.89-4.57-4.57-7.08-10.64-7.08-17.1 0-13.33 10.85-24.17 24.17-24.17 13.33 0 24.18 10.85 24.18 24.18 0 6.46-2.51 12.53-7.08 17.09-3.96 3.96-9.09 6.27-14.59 6.83v-3.3zm23.46 5.29c-4.36 3.51-10.37 3.49-14.72.43 3.32-1.42 6.38-3.46 9.01-6.09 3.39-3.39 5.82-7.47 7.17-11.93.12.13.28.22.4.35 4.24 5.27 3.41 13-1.85 17.24z' fill='%2319291A'/%3E%3C/svg%3E");}#wohnenListe .fBI_D_I_Fakten b.view_3::before, #fD_C_Intro_Fakten b.view_3::before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2319291A'%3E%3Cpath d='m36.41 20.01c-.47-.28-1.13-.28-1.6 0l-32.17 21.89c-.66.47-.85 1.32-.38 1.98s1.32.85 1.98.38l8.11-5.52v40.05c0 .75.66 1.42 1.42 1.42h43.4c.75 0 1.42-.66 1.42-1.42v-40.18l8.3 5.65c.19.28.47.28.75.28h.19c.38 0 .85-.28 1.13-.66.47-.66.28-1.51-.38-1.98m-25.94 34.62h-14.34v-18.87h14.34zm13.11-39.84v40.69h-10.28v-21.13c0-.75-.66-1.42-1.42-1.42h-17.17c-.75 0-1.42.66-1.42 1.42v21.13h-10.28v-40.56l20.38-13.87'/%3E%3Cpath d='m35.47 47.56c-4.62 0-8.4-3.77-8.4-8.4s3.77-8.4 8.4-8.4 8.4 3.77 8.4 8.4-3.77 8.4-8.4 8.4zm0-13.87c-3.02 0-5.57 2.45-5.57 5.57s2.45 5.57 5.57 5.57 5.57-2.45 5.57-5.57-2.45-5.57-5.57-5.57z'/%3E%3Cpath d='m97.36 43.12-26.04-17.74c-.47-.28-1.13-.28-1.6 0l-12.69 8.65 2.56 1.74 10.98-7.46 16.23 11.02v32.47h-28.21v2.83h29.62c.75 0 1.42-.66 1.42-1.42v-31.97l6.23 4.23c.19.28.47.28.75.28.38 0 .85-.28 1.13-.66.47-.66.28-1.51-.38-1.98z'/%3E%3Cpath d='m76.23 65.67h-11.23c-.75 0-1.42-.66-1.42-1.42v-14.25c0-.75.66-1.42 1.42-1.42h11.23c.75 0 1.42.66 1.42 1.42v14.25c0 .75-.66 1.42-1.42 1.42zm-9.81-2.83h8.4v-11.42h-8.4z'/%3E%3C/g%3E%3C/svg%3E");}#wohnenListe .fBI_D_I_Text { width: 100%; display: block; padding: 20px 0; line-height: 150%;}#wohnenListe .wohnenListeItem span.fBI_Data span.fBI_D_I_Link { display: flex; margin: auto 0 0 0;}#wohnenListe .wohnenListeItem span.fBI_Data span.fBI_D_I_Link b { width: auto; display: block; line-height: 40px; font-size: 20px; font-size: 2.0rem; text-transform: uppercase; font-weight: 700; text-decoration: underline;}#wohnenListe .wohnenListeItem a:hover span.fBI_Data span.fBI_D_I_Link b { text-decoration: none;}@media only screen and (min-width: 900px) {#wohnenListe { gap: 50px 50px; padding: 0 0 70px 0;}#wohnenListe .wohnenListeItem { width: calc((100% - 50.2px) / 2); padding: 70px 0 0 0;}#wohnenListe .wohnenListeItem span.fBI_Data { padding: 0 20px;}}#fewoDetail { width: 100%; height: auto; max-height: 100%; margin: 0 auto auto auto; color: var(--cEbony); display: flex; flex-direction: column;}#fD_HeroImage { width: 100%; height: auto; aspect-ratio: 16/9; background-size: cover; background-position: center; background-repeat: no-repeat; }#fD_Content { width: 100%; max-width: 900px; padding: 30px 20px; margin: 0 auto; height: auto; flex: 1 1 auto; display: flex; flex-direction: column; gap: 20px 0;}#fD_C_Intro { width: 100%; text-align: center;}#fD_C_Intro_Typ { width: 100%; font-size:20px; font-size:2.0rem; line-height: 120%; padding: 0 0 10px 0; text-transform: uppercase;}#fD_C_Intro_Name { width: 100%; font-size:40px; font-size:4.0rem; font-family: gyst-variable, sans-serif; line-height: 120%; padding: 0 0 10px 0;}#fD_C_Intro_Fakten { font-size: 23px; font-size: 2.3rem; padding: 0 0 10px 0; margin: 0 auto; font-weight: 400; width: 100%; max-width: 450px; text-align: left;}#fD_C_Intro_Text { max-width: 700px; margin: 0 auto; padding: 20px 0 0 0; font-size: 20px; font-size: 2.0rem; line-height: 130%;}#fD_C_Intro_Plan { width: 100%; padding: 20px 0 0 0; display: flex; justify-content: center;}#overlayContent #fD_C_Intro_Plan a { display: block; font-size: 20px; font-size: 2.0rem; line-height: 130%; display: block; position: relative; font-size: 25px; font-size: 2.5rem; -webkit-text-decoration-line: underline; text-decoration-line: underline;text-decoration-thickness: 1px;-webkit-text-decoration-style: solid; text-decoration-style: solid;-webkit-text-decoration-color:var(--cSage1); text-decoration-color:var(--cSage1);text-underline-offset: 5px;}#overlayContent #fD_C_Intro_Plan a:hover { color: var(--cSage1);}.fD_C_Data_Row { width: 100%;}.fD_C_Data_Row_Title { line-height: 130%; font-size: 27px; font-size: 2.7rem; font-weight: 400; color: var(--cSage1); text-transform: uppercase; margin: 0 0 20px 0; position: relative;}.fD_C_Data_Row_Content { margin: 0 0 30px 0; font-size: 20px; font-size: 2.0rem;}.fD_C_D_R_C_Item { position: relative; text-align: left;}.fD_C_Data_Row_Content.col { display: grid; grid-template-columns: 1fr; gap: 20px;}.fD_C_Data_Row_Content.col .fD_C_D_R_C_Item { padding: 0 20px 0 0;}.fD_C_D_R_C_Item_Icon { width: 100%; height: 0px;}.fD_C_D_R_C_Item_Title { font-size: 25px; font-size: 2.5rem; text-transform: uppercase; font-weight: 400; padding: 0 0 30px 0;}.fD_C_D_R_C_Item_Text { font-size: 20px; font-size: 2.0rem;}.fD_C_D_R_C_Item_Text ul { padding: 0 0 0 20px; margin: 0; display: flex; flex-direction: column; gap: 4px 0; text-align: left;}.fD_C_D_R_C_Item_Text ul li { list-style-type: circle; padding: 0; margin: 0; line-height: 120%;}#fD_C_Data { width: 100%; max-width: 1000px; margin: 0 auto;}@media only screen and (min-width: 630px) {.fD_C_Data_Row_Content.col { grid-template-columns: repeat(2, 1fr); gap: 40px;}}#fD_C_Data_Infos { padding: 0 10px 30px 10px; text-align: center;}.fD_C_Data_Infos_CTA { display: flex; justify-content: center; }#overlayContent .fD_C_Data_Infos_CTA a { display: block; position: relative; color: var(--cSage1); font-size: 25px; font-size: 2.5rem; -webkit-text-decoration-line: underline; text-decoration-line: underline;text-decoration-thickness: 1px;-webkit-text-decoration-style: solid; text-decoration-style: solid;-webkit-text-decoration-color:var(--cSage1); text-decoration-color:var(--cSage1);text-underline-offset: 5px;}#overlayContent .fD_C_Data_Infos_CTA a span { display: block; position: relative; z-index: +1;}#overlayContent .fD_C_Data_Infos_CTA a:hover { color: #FFF;}#overlayContent .fD_C_Data_Infos_CTA a::before { position: absolute; inset: 240% 0px -4px 0px; background-color: var(--cSage1); content: ''; z-index: +1; isolation: isolate; transition: all .3s ease-in-out; border-radius: 100px;}#overlayContent .fD_C_Data_Infos_CTA a:hover::before { inset: -10px -15px -10px -15px;}#fD_C_Gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap:8px;}#fD_C_Gallery a.fD_C_Gallery_Item { display: block; overflow: hidden; position: relative;}#fD_C_Gallery a.fD_C_Gallery_Item.plan { grid-column: span 3; aspect-ratio: 3/2; background-color: #FFF; background-size: contain; background-position: center; background-repeat: no-repeat;}#fD_C_Gallery a:not(.fD_C_Gallery_Item) { display: none;}#fD_C_Gallery a.fD_C_Gallery_Item span,#fD_C_Gallery a.fD_C_Gallery_Item span img { display: block; width: 100%; height: auto;}#fD_C_Gallery a.fD_C_Gallery_Item span { background-size: cover; background-position: center; background-repeat: no-repeat; transform: scale(1.00); transition: all 0.5s ease;}#fD_C_Gallery a.fD_C_Gallery_Item:hover span { transform: scale(1.05);}#fD_C_Gallery a.fD_C_Gallery_Item span.more { position: absolute; background-color: rgba(0, 0, 0, .3); top: 0; right: 0; bottom: 0; left: 0; transform: scale(1.00); align-content: center; display: flex; flex-wrap: wrap; justify-content: center; font-size: 50px; font-size: 5.0rem; color: #FFF;}#fD_C_Gallery_Infotext { margin: 0 auto; width: 100%; max-width: 400px; text-align: center; font-size: 18px; font-size: 1.8rem;}.fD_C_Data_CTA { padding: 30px 0; display: flex; gap: 20px; justify-content: center;}.fD_C_Data_CTA:last-of-type { padding: 0 0 60px 0;}#overlayContent .fD_C_Data_CTA a { line-height: 40px; padding: 0 15px; text-transform: uppercase; color: var(--cSage2); font-size: 20px; font-size: 2.0rem; font-weight: 700; border: 2px solid var(--cSage2); display: block; text-decoration: none; position: relative;}#overlayContent .fD_C_Data_CTA a:hover { color: #FFF; background-color:var(--cSage2);}#fD_C_Info {max-width: 760px;margin: 0 auto;padding: 0;}#overlayContent .fD_C_Info_Data { text-align: left; font-size:20px;font-size:2.0rem; line-height: 130%;}#overlayContent .fD_C_Info_Title {cursor: pointer;line-height: 150%;padding: 8px 30px 8px 0;margin: 0 0 10px 0;position: relative;text-transform: uppercase;border-bottom: 1px solid var(--cEbony);}#overlayContent .fD_C_Info_Title::after {position: absolute;right: 0px;top: 50%;transform: translateY(-50%);width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 150%;content: '+';font-weight:300;}#overlayContent .fD_C_Info_Data.show .fD_C_Info_Title::after {content: '-';}#overlayContent .fD_C_Info_Text {display: grid;grid-template-rows: 0fr;transition: grid-template-rows 0.5s ease-out;transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;}#overlayContent .fD_C_Info_Data.show .fD_C_Info_Text {grid-template-rows: 1fr;}#overlayContent .fD_C_Info_Data .fD_C_Info_Text div {overflow: hidden; font-size:18px;font-size:1.8rem;}#overlayContent .fD_C_Info_Text ul {padding: 0; width: 100%; text-align: left; list-style: disc;margin: 0;}#overlayContent .fD_C_Info_Text ul li {padding: 0 0 0 20px;margin: 0 0 10px 0;line-height: 140%;list-style: none !important;position: relative;}#overlayContent .fD_C_Info_Text ul li:before {position: absolute;left: -5px;top: 1px;width: 20px;line-height: 20px;font-weight: 700;content: "\2022";text-align: center;}#fD_C_Data_Preise { padding:50px 10px 30px 10px; margin: 0 auto; width: 100%; max-width: 400px; color: var(--cSage1); text-align: center;}#fD_C_Data_Preise .fD_C_D_P_Title { font-size: 45px; font-size: 4.5rem; line-height: 100%; font-family: gyst-variable, sans-serif; font-variation-settings: "wght" 700;}#fD_C_Data_Preise .fD_C_D_P_Info { padding: 15px 0 0 0; font-size: 18px; font-size: 1.8rem; font-weight: 400;}#fD_Booking { border-top: 1px solid var(--cSage1); padding: 30px 0 0 0;}#fD_Booking_Text { font-size: 25px; font-size: 2.5rem; line-height: 120%; font-family: gyst-variable, sans-serif; font-variation-settings: "wght" 700; color: var(--cSage1); padding: 0 25px 30px 25px; text-align: center; text-transform: uppercase;}#fD_Booking #Bs-BookingWidget { background-color: #FFF;}#fD_Booking_Priceinfo { width: 100%; max-width: 700px; margin: 0 auto; padding:0 0 30px 0; color: var(--cSage1); text-align: center; font-size: 20px; font-size: 2.0rem;}#fD_Victoria { height: 180px; width: 100%; background-position: center bottom; background-size: contain; background-repeat: no-repeat;}@media only screen and (width > 599px) {}@media only screen and (width > 899px) {#fD_C_Intro_Name { font-size:60px; font-size:6.0rem;}}.fewoSlider {width: 100%;padding:0;position: relative;}html[data-version="v_999"] .fewoSlider {transform: skew(0deg, 0deg) perspective(200vw) rotateY(16deg);}.fS_Inner {width: 100%;margin: 0 auto;display: flex;}#page .fS_Inner .slick-track {padding: 0 0 40px 0;}.fS_Inner .fS_Item { width: 300px; width: calc(100vw / 2); margin: 0; width: calc(100vw - 40px);padding:50px 20px 0 20px; }.fS_Inner .fS_Item a {width:100%;height: 100%;text-decoration: none;display: flex;flex-direction: column;background-color:#FFF; padding:0; position: relative; z-index: 50;text-align: left;box-shadow: 0px 50px 40px -60px rgba(0, 0, 0, 0.80);}.fS_Inner .fS_Item a > span {display: block;}#page .fS_I_Daten {width:100%; max-width: 220px;display: flex;flex-direction: column;gap: 10px;padding:15px; background-color: var(--cMorningDew); text-align: center; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 150; transition: all .6s linear; transition-delay: .3s;}#page .fS_Item.slick-center a .fS_I_Daten { top:-50px; transform: translate(-50%, 0);}#page .fS_I_Typ {width:100%;line-height:120%;font-size: 20px;font-size: 2.0rem;}#page .fS_I_Name {width:100%;line-height:120%;font-size: 40px;font-size: 4.0rem; font-family: gyst-variable, sans-serif; font-variation-settings: "wght" 700;}#page .fS_I_Facts {width:100%;line-height:120%;font-size: 18px;font-size: 1.8rem; font-weight: 300; font-family: mr-eaves-xl-modern-narrow, sans-serif; display: flex; justify-content: center;}#page .fS_I_Facts span.line {padding: 0 10px;}#page .fS_I_Infos {width:100%;line-height:140%;font-size: 18px;font-size: 1.8rem;}@media only screen and (width < 600px) {#page .fS_I_Infos {display: none;}}#page .fS_I_Bild {width:100%;aspect-ratio: 3/2;position:relative;background-size: cover;background-position: center;background-repeat: no-repeat; z-index: 100;}.fS_Buttons {position: absolute;top: 20px;left: 50%;transform: translate(-50%, -50%);width: 100%; width: calc(100vw - 60px);max-width: 1500px;height:0px;}.fS_Buttons .slick-prev:before, [dir='rtl'] .fS_Buttons .slick-next:before {transform: rotate(180deg);}.fS_Dots {width: 100%;padding: 0;}#page .fS_Dots .slick-dots {display: flex;flex-direction: row;}#page .fS_Dots .slick-dots li {margin: 0; width: 180px; display: none; cursor:default;}#page .fS_Dots .slick-dots li.slick-active { display:flex; justify-content: space-between;}#page .fS_Dots .slick-dots li.slick-active::after { display: block; height: 1px; width: calc(100% - 40px); position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); content: ''; background-color: var(--cEbony);}#page .fS_Dots .slick-dots li b {display: block; line-height: 20px; width: 20px; text-align: center; font-size: 6px; font-size: 1.6rem;}@media only screen and (width > 599px) {.fS_Inner .fS_Item { width: calc((100vw * 0.6)); padding:70px 20px 0 20px;}.fS_Buttons {top: 20px; width: calc((100vw * 0.6) - 20px);}#page .fS_Item.slick-center a .fS_I_Daten { top:-70px;}}@media only screen and (width > 899px) {#page .fS_I_Daten { max-width: 250px;}}@media only screen and (width > 1399px) {.fS_Inner {}.fS_Inner .fS_Item { width: calc((100vw - 200px) / 2); padding:70px 50px 0 50px;}.fS_Buttons {top: 20px; width: calc((100vw - 340px) / 2);}#page .fS_I_Name {font-size: 40px;font-size: 4.0rem;}#page .fS_I_Facts {font-size: 18px;font-size: 1.8rem;}#page .fS_I_Infos {font-size: 18px;font-size: 1.8rem;}}html,body { margin: 0; padding: 0;}body { font-family: mr-eaves-xl-modern-narrow, sans-serif; color: var(--cEbony); font-size: 16px; font-size: 1.6rem; font-weight: 400; line-height: 140%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none; margin: 0; padding: 0; background-color: #FFF; z-index: 0; position: relative; width: 100vw; width: 100%;}body.naviOpen,body.hasOverlay { overflow: hidden;}a#hamburger { width: 60px; height: 60px; display: block; z-index: 3000; margin: 0; padding: 0px; position: fixed; top: 15px; right: 10px; text-decoration: none; opacity: 1; transition: opacity .5s ease-in, left .9s cubic-bezier(0.7, 0, 0.15, 1);}body:not(.naviOpen, .naviClosing) a#hamburger::after { position: absolute; width: 100%; aspect-ratio: 1/1; display: block; border: 2px solid var(--cSage1); background-color: rgba(255, 255, 255, .7); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); border-radius: 500px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; content: '';}body.hasOverlay a#hamburger { opacity: 0; z-index: -1;}a#hamburger span { width: 100%; display: block; padding: 12px;}a#hamburger span svg { width: 100%; display: block; aspect-ratio: 1/1; }a#hamburger span svg .hamburger path:nth-of-type(1) { stroke-dashoffset: 0;}a#hamburger span svg .hamburger path:nth-of-type(2) { stroke-dashoffset: 0;}a#hamburger span svg .hamburger path:nth-of-type(3) { stroke-dashoffset: 0;}a#hamburger span svg .hamburger { stroke: var(--cEbony);}body.naviClosing a#hamburger span svg .hamburger { stroke: var(--cEbony);}a#hamburger span svg .close { opacity: 0; stroke: var(--cEbony);}body.naviOpen a#hamburger span svg .hamburger { opacity: 0;}body.naviOpen a#hamburger span svg .close { opacity: 1;}body #topWrapper { width: 100%; z-index: 800; position: fixed; top: 0px; left: 0px; transition: all 0.4s ease; background: #FFF; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 100%);}body.noImage #topWrapper { background: var(--cTerracotta);}body.naviOpen #topWrapper { position: fixed; top: 0px;}body.barFixed.scrollDown #topWrapper { top: -250px;}body.barFixed.scrollUp #topWrapper { top: 0px;}body #topWrapper #top { width: 100%; height: 110px; margin: 0 auto; padding: 0 0 0 15px; position: relative; display: grid; grid-template-columns: 180px 1fr; gap: 0 20px; align-items: center;}body #topWrapper #top a#logo { width: 130px; display: flex; flex-direction: column; gap: 7px; text-decoration: none; position: relative; margin: 0 auto 0 0; z-index: 999;}body #topWrapper #top a#logo svg { display: block; width: 100%; fill: var(--cEbony);}body.noImage #topWrapper #top a#logo svg { fill: var(--cAlabaster);}body #topWrapper #top a#logo svg:nth-of-type(1) { aspect-ratio: 500/250; height: 60px;}body #topWrapper #top a#logo svg:nth-of-type(2) { aspect-ratio: 500/60; height: 27px;}body #topWrapper #top a#logo span { position: absolute; display: block; left: -9999em; bottom: 0px; line-height: 16px; text-align: center; width: 100%; font-size: 80%;}#navigation { width: 100%; display: flex; position: fixed; inset: 0; background-color: var(--cAlabaster); z-index: 900; transform: translateX(100%); transition: all 1.1s ease-out;}body.naviOpen #navigation { width: 100%; transform: translateX(0);}body.naviClosing #navigation { transition: all 1.1s ease;}#naviLeft { width: 100%; padding: 20px 30px 180px 15px; display: flex; overflow: hidden;}@media only screen and (max-height: 400px) and (orientation: landscape) {#naviLeft { padding: 30px 50% 30px 30px; overflow: hidden;}}#naviWrapper { margin: 0 auto 0 0; padding: 0 0 20px 30px; width: 100%; max-width: 450px; display: flex; flex-direction: column;}#mainNaviWrapper { position: relative; flex: 1 1 auto; display: flex; }#mainNaviWrapper::after { position: absolute; bottom: 0; right: 0; width: 100%; height: 2px; background-color: var(--cEbony); content: '';}a#smartStay { background-color: var(--cTerracotta); border-radius: 300px; width: 140px; aspect-ratio: 1; display: flex; padding: 10px; text-decoration: none; text-align: center; font-family: gyst-variable, sans-serif; font-size: 30px; font-size: 3.0rem; line-height: 120%; color: var(--cEbony); transform: translate(120%, 100%) scale(0) rotate(250deg); transition: all 0.8s linear; position: absolute; bottom: 0;}a#smartStay b { margin: auto; text-transform: uppercase; font-variation-settings: "wght" 500;}body.naviOpen a#smartStay { transition-delay: 1s; transform: translate(105%, 20%) scale(1) rotate(-20deg);}@media only screen and (width > 999px) { a#smartStay { width: 180px; font-size: 40px; font-size: 4.0rem; transform: translate(420%, -250%) scale(0) rotate(250deg); } body.naviOpen a#smartStay { transition-delay: 1s; transform: translate(-100%, -200%) scale(1) rotate(-20deg); }}#mainNavi2Wrapper { flex: 0 1 auto; display: flex;}#naviRight { width: 0; }#allWrapper { width: 100%; margin: 0 auto; padding: 0; z-index: 300; position: relative;}#headerImageWrapper { width: 100%; padding: 0; margin: 0 auto; position: relative; z-index: 50;}#headerImage { width: 100%; padding: 0; position: relative; margin: 0 auto; z-index: 60; background-color: #FFF;}#fullpage { width: 100%; position: relative; margin: 0 auto; z-index: 310;}body.noImage #fullpage { padding: 110px 0 0 0;}#page { width: 100%; margin: 0 auto; padding: 0; position: relative;}#content { width: 100%; padding: 0px 0; }#editorField { width: 100%; max-width: 1000px; padding: 20px; margin: 0 auto;}#loginDialog { max-width: 500px; padding: 20px; background-color: #DDD; color: var(--cSage1); border-radius: 15px; margin: auto;}#loginDialog table { width: 100%;}#loginDialog table tr td { padding: 5px 0;}#editorField p.firstParagraph { text-align: center; padding: 20px; background-color: #DDD; border-radius: 5px; margin: auto;}#textTop { position: absolute; display: block; width: 0px; height: 0px; top: -60px; left: 0px;}#victoria-smart { background-size: contain; background-position: center bottom; background-repeat: no-repeat; height: 30vh; max-height: 300px;}footer { width: 100%; padding: 0; background-color: var(--cAlabaster); color: var(--cEbony);}#footerData { width: 100%; background-position: center; background-size: 60px; background-color: var(--cTerracotta);}html[data-version="v_muster-1"] #footerData { background-image: url(../images/svg/muster/muster-1.svg); background-size: 100px; background-color: #F8BD99;}html[data-version="v_muster-2"] #footerData { background-image: url(../images/svg/muster/muster-2.svg); background-size: 400px; background-color: #FFF;}html[data-version="v_muster-3"] #footerData { background-image: url(../images/svg/muster/muster-3.svg); background-size: 200px;}html[data-version="v_muster-4"] #footerData { background-image: url(../images/svg/muster/muster-4.svg); background-size: 200px;}#fData_Top,#fData_Bottom { width: 100%; margin: 0; padding: 0;}#fData_Top { padding: 0;}#footerLinks { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; background-color: var(--cAlabaster);}#footerLinks a { flex: 1 1 auto; max-width: 250px; display: flex; line-height: 40px; padding: 0 10px; border: 1px solid var(--cEbony); background-color: var(--cAlabaster); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); text-decoration: none; color: var(--cEbony); font-size: 20px; font-size: 2.0rem;}#footerLinks a span { display: block; position: relative; margin: auto; padding: 0 0 0 36px; white-space: nowrap;}#footerLinks a span svg { position: absolute; display: block; width: 30px; height: 30px; top: 50%; transform: translateY(-50%); left: 0px; content: ''; background-size: contain; background-position: center; background-repeat: no-repeat; fill: var(--cEbony);}#footerLinks a:hover { color: var(--cTerracotta);}#footerLinks a:hover span svg { fill: var(--cTerracotta);}@media only screen and (width < 700px) { #footerLinks a { border-left: none; } #footerLinks a:nth-child(3) { border-right: none; }}@media only screen and (width > 699px) { #footerLinks { gap: 30px; } #footerLinks a { background-color: rgba(255, 255, 255, 0.75); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); }}@media only screen and (width > 999px) { #footerLinks a span svg { width: 40px; height: 40px; }}#fData_Bottom { padding: 20px 20px 40px 20px;}#footerBox { width: 100%; max-width: 1200px; background-color: var(--cAlabaster); padding: 20px; margin: 0 auto; text-align: center; position: relative; display: grid; gap: 10px;}#footerBox::after { width: 70px; aspect-ratio: 2/3; background-image: url(../images/svg/viktoria-footer.svg); background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; right: 20px; bottom: 80px; content: '';}#footerLogo { display: flex; flex-direction: column; gap: 18px 0; width: 100%; margin: 0 auto 15px auto; text-decoration: none;}#footerLogo svg:nth-of-type(1) { aspect-ratio: 500/250; height: 90px;}#footerLogo svg:nth-of-type(2) { aspect-ratio: 500/60; height: 30px; }#footerAdresse { }#footerKontakt { font-size: 20px; font-size: 2.0rem; font-weight: 700; line-height: 120%;}#footerKontakt a { color: inherit; text-decoration: none;}#footerSocial { display: flex; justify-content: center; margin: 10px 0;}#footerSocial a { width: 50px; height: 50px; padding: 10px; display: block; margin: 0;}#footerSocial a:hover { opacity: 0.6;}#footerSocial a svg { width: 100%; height: auto; display: block;}#footerSocial a svg g.icon { fill: var(--cTerracotta);}#footerNavi { color: #707070; display: flex; flex-direction: column;}#footerLang { margin: 20px 0 0 0;}#footerClaim { margin: 40px 0 0 0;}#footerClaim a { display: block; text-decoration: none;}#footerClaim a svg { width: 100%; height: 45px;}#footerLogos { grid-column: span 9 / -1; grid-row: 4/5; display: flex; flex-wrap: wrap;}#footerLogos a { display: block; width: 100%; max-width: 90px; height: 50px;}#footerLogos img,#footerLogos a img { display: inline-block; height: 100%; width: 100%; -o-object-fit: contain; object-fit: contain;}#partner { padding: 25px 0 50px 0; position: relative; margin: 0 auto;}#partnerData { padding: 0 15px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 20px;}#partnerData a { display: block;}#partnerData img,#partnerData a img { display: block; width: auto; height: 30px; -webkit-filter: grayscale(0.90) sepia(0.40); filter: grayscale(0.90) sepia(0.40);}#jsCodes { width: 100%; height: 0px; overflow: hidden;}a.klaro-setting-loader { position: fixed; z-index: 2000; left: -150%; bottom: 5px; width: 50px; height: 50px; border-radius: 300px; background-color: #3A544B; color: #FFF; display: block; box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.75); background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 700 700' viewBox='0 0 700 700' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m529.2 221.4c0-8.2-6.5-15.1-15.1-15.9-26.5-3.3-51.4-9-74.7-17.1-26.5-9.8-53.5-21.6-80.8-35.9-5.7-3.3-11.4-3.3-17.1 0-26.5 14.3-53.5 26.1-80.4 35.1-24.5 8.2-49.8 14.3-74.7 17.1-8.2.8-14.7 7.3-15.5 15.9-2.4 98.4 21.2 180 69.8 243.3 26.5 34.3 60.4 62.4 100.4 83.7 2.4 2 6.1 2.4 9 2.4s5.7-.8 9.4-2c39.2-21.2 73.1-49.4 100-83.7 48.5-62.9 72.1-144.5 69.7-242.9zm-35.1 14.7c-.4 85.3-21.6 155.5-63.3 209.4-21.6 27.3-48.6 51-80.8 69.8-32.7-19.2-59.6-42.9-80.4-69.8-41.6-54.3-62.9-124.5-63.3-209.4 22-3.7 44.1-9.4 67.8-17.1 24.5-8.6 50.2-19.6 75.9-32.7 27.3 13.5 52.7 24.5 75.9 32.7 24.5 7.7 47 13.4 68.2 17.1z'/%3E%3Cpath clip-rule='evenodd' d='m404.4 409.8h-108.8c-8.4 0-15.1-6.8-15.1-15.1v-78.7c0-8.4 6.8-15.1 15.1-15.1h2.9v-3h.1c0-28.5 23.1-51.5 51.5-51.5 28.5 0 51.3 23.1 51.3 51.5v3h3c8.4 0 15.1 6.8 15.1 15.1v78.7c.1 8.4-6.7 15.1-15.1 15.1zm-54.2-145.2c-18.4 0-33.3 14.9-33.3 33.3h-.1v3h66.5v-.2c.1-.9.2-1.8.2-2.8 0-18.4-14.9-33.3-33.3-33.3zm51.3 60.6c0-3.3-2.7-6.1-6.1-6.1h-90.9c-3.3 0-6.1 2.7-6.1 6.1v60.5c0 3.3 2.7 6.1 6.1 6.1h90.9c3.3 0 6.1-2.7 6.1-6.1zm-50 48.3h-3c-4.2 0-7.5-3.4-7.5-7.5v-21c0-4.2 3.4-7.5 7.5-7.5h3c4.2 0 7.5 3.4 7.5 7.5v20.9c0 4.2-3.4 7.6-7.5 7.6z' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E"); background-size: 50px 50px; background-position: left center; background-repeat: no-repeat; overflow: hidden; cursor: pointer; transition: right 0.8s ease;}body.showConsentSettings a.klaro-setting-loader { left: 5px;}a.klaro-setting-loader span { padding: 0 20px 0 50px; display: block; line-height: 50px;}a.klaro-setting-loader:hover { width: auto; overflow: visible;}.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}.clear { display: inline-table;}* html .clear { height: 1%;}.clear { display: block;}#introWrapper {width: 100%; padding: 50px 0; display:grid; gap: 40px;}#introWrapper #introSignet {width: 100%;}#introWrapper #introSignet svg {height:80px; width: auto; aspect-ratio: 1/1; display: block; margin: auto;}#intro {width: 100%; max-width: 940px;margin:0 auto; padding:0px 35px 70px 35px; display: flex; flex-wrap: wrap; gap: 20px; text-align:center; position:relative;}#intro section { width: 100%; position: relative; z-index: +1;}#iHeadlines {width: 100%;}#iHeadlines textarea {width: 100%; text-align: center;}#page #iHeadlines textarea#headline, #page #iHeadlines #iHheadline h1 { line-height:120%;font-size:20px;font-size:2.0rem; font-family: mr-eaves-xl-modern-narrow, sans-serif;}#page #iHeadlines textarea#subline, #page #iHeadlines #iHsubline h2 {line-height:120%;font-size:20px;font-size:2.0rem; font-family: mr-eaves-xl-modern-narrow, sans-serif;}#iContent {width: 100%;margin:0px auto;font-size: 32px;font-size: 3.2rem;line-height:140%;font-weight:400; font-family: gyst-variable, sans-serif;}body.pageID100 #intro::after { position: absolute; right: 10px; bottom: 0; background-position:center; background-repeat: no-repeat; background-size: contain; background-image: url(../images/svg/viktoria-intro.svg); width: 16%; max-width: 130px; aspect-ratio: 1/1; content: '';}#iContent strong {font-weight:700; font-family: gyst-variable, sans-serif; font-style: italic;}@media only screen and (width > 899px) {#introWrapper { padding: 80px 0; gap: 50px;}#introWrapper #introSignet svg {height:100px;}#intro { gap: 40px;padding:0px 40px 80px 40px;}#iContent {font-size: 40px;font-size: 4.0rem;}}@media only screen and (width > 1399px) {#iContent { font-size: 50px; font-size: 5.0rem;}}#sprachwahlOverlay { width:100%; height: 100vh; position: fixed; top: -100vh; left: 0; right: 0; bottom: 0; display: flex; background-color: rgba(0,0,0,.7); -webkit-backdrop-filter: blur(3px);backdrop-filter: blur(3px); z-index: 1500;}#sprachwahlOverlay #langSelectClose { position: absolute; left: 0px; top: 0px; width: 50px; height: 50px; display: block; background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 30 30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke-linecap='round' fill-opacity='0'%3E%3Cg stroke='%23FFF' class='close' stroke-width='2'%3E%3Cpath d='M 6,6 24,24'%3E%3C/path%3E%3Cpath d='M 6,24 24,6'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 30px;}body.langSelectOpen #sprachwahlOverlay { top: 0; transition: all 0.9s ease;}body.langSelectClosing #sprachwahlOverlay { top: -100vh; transition: all 0.5s ease;}#sprachwahl { width: auto; margin: auto;text-align:center;}#sprachwahl a {color: rgba(255, 255, 255, 0.75);text-decoration:none;text-transform:uppercase; display: block; margin: 8vh 0; font-size: 200%;}#sprachwahl a.LangActiv, #sprachwahl a:hover {color: #FFF;}#sprachwahl a.LangActiv {font-weight: 700;}a#langSelect { position: absolute; left: 0px; top: 0px; display: block; line-height: 20px; padding: 15px 0; width: 50px; margin: auto; text-align: center; text-transform: uppercase; text-decoration: none; color: var(--cSage1);} #outroWrapper {width: 100%; padding: 50px 0 0 0;}#outro {width: 100%; max-width: 900px;margin:0 auto; padding:50px 20px 50px 20%; display: flex; flex-wrap: wrap; gap: 20px;position:relative;}#outro section { width: 100%;}#oHeadlines {width: 100%;}#oHeadlines textarea {width: 100%;}#page #oHeadlines textarea#headline, #page #oHeadlines #oHheadline h1 { line-height:120%;font-size:20px;font-size:2.0rem; font-family: mr-eaves-xl-modern-narrow, sans-serif;}#page #oHeadlines textarea#subline, #page #oHeadlines #oHsubline h2 {line-height:120%;font-size:20px;font-size:2.0rem; font-family: mr-eaves-xl-modern-narrow, sans-serif;}#oContent {width: 100%;margin:0px auto;font-size: 28px;font-size: 2.8rem;line-height:140%;font-weight:400; font-family: gyst-variable, sans-serif;}#outro::after { position: absolute; left: 10px; top: 0; z-index: -1; background-position:center; background-repeat: no-repeat; background-size: contain; background-image: url(../images/svg/viktoria-outro.svg); width: 14%; max-width: 130px; aspect-ratio: 2/5; content: '';}#oContent strong {font-weight:700; font-family: gyst-variable, sans-serif; font-style: italic;}#oContent a { color: inherit;font-weight:700; font-family: gyst-variable, sans-serif; font-style: italic; text-decoration: none; text-decoration-thickness: 1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: solid; text-decoration-style: solid; text-underline-offset: 5px;}#oContent a:hover { text-decoration-thickness: 3px; text-underline-offset: 4px;}@media only screen and (width > 699px) {#outroWrapper { padding: 80px 0 0 0;}#outro { gap: 40px;padding:80px 40px 80px 20%;}#oContent {font-size: 35px;font-size: 3.5rem;}}@media only screen and (width > 799px) {#outro { gap: 40px; padding:80px 40px 80px 160px;}#oContent { font-size: 40px; font-size: 4.0rem;}}#overlayBG { background-color: rgba(var(--cSage1_RGB),.5); position: fixed; left: 0; right: 0; top:0; bottom: 0; width: 100%; height: 100vh; height: 100dvh;display: flex; z-index: -1; visibility: hidden; padding: 5px; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);}body.hasOverlay #overlayBG { z-index: 5000; visibility: visible;}#overlayWrapper { width: 100%; height:100%; max-width: 1190px; margin: 0 auto auto auto; padding: 50px 0 0 0; position: relative; opacity:0;}body.hasOverlay #overlayWrapper { -webkit-animation-name: fadeIn;animation-name: fadeIn;-webkit-animation-iteration-count: 1;animation-iteration-count: 1;-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;-webkit-animation-duration: .7s;animation-duration: .7s;-webkit-animation-delay:.4s;animation-delay:.4s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;}#overlayWrapper a#oW_Close { width: 50px; height: 50px; display: block; position: absolute; right: 0px; top: 0px;cursor: pointer;}#overlayWrapper a#oW_Close::after {width:80%;height:80%;border-radius: 100%;display:block;background-color: rgba(var(--cSage1_RGB),1); background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 30 30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='2' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 7,7 23,23' /%3E%3Cpath d='M 7,23 23,7' /%3E%3C/g%3E%3C/svg%3E");background-size:30px;background-position:center;background-repeat:no-repeat; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}#overlayWindow { background-color: #FFF; background-color: var(--cAlabaster); overflow-y: auto; height: auto; max-height: 100%;}#overlayContent { padding: 20px; font-size: 16px; font-size: 1.6rem; position: relative;}#overlayBG.noPadding #overlayContent { padding:0;}#overlayContent a { color: inherit;}@media only screen and (min-width: 800px) {#overlayContent { padding: 50px;}}@media only screen and (width > 699px) {#footerData { padding: 20px 0 0 0;}#fData_Top { padding:0 20px;}#footerLinks { background-color: transparent;}}@media only screen and (width > 999px) { html { font-size: 62.5%; } .fL { float: left; } .fR { float: right; } a#hamburger { width:70px; height:70px; top:30px; right:30px; } body:not(.naviOpen, .naviClosing) a#hamburger::after { width: calc(100% + 10px); } body #topWrapper #top { padding: 0 0 0 30px; grid-template-columns: 300px 1fr; height: 170px; } body #topWrapper #top a#logo { width: 200px; gap: 10px; } body #topWrapper #top a#logo svg:nth-of-type(1) { height: 90px; } body #topWrapper #top a#logo svg:nth-of-type(2) { height: 34px; } body #topWrapper #top #navigation { top: 0; } #navigation { width:50%; transform: translateX(200%); } #naviLeft { width: 60%; padding: 150px 60px 270px 60px; } #naviWrapper { margin: auto 0 0 auto; } #mainNaviWrapper { overflow: visible; } #naviRight { width:40%; background-size: cover; background-position: center bottom; background-repeat: no-repeat; display: flex; flex-direction: column; } #naviRightInner { width:100%; height: 40vh; max-height: 350px; display: flex; padding: 40px; } body a#logoNavi { display: flex; flex-direction: column; gap: 20px; text-decoration: none; position: relative; width:50%; aspect-ratio: 500/300; max-width: 400px; margin: auto auto 0 auto; } body a#logoNavi svg { display: block; fill: var(--cEbony); } body a#logoNavi svg:nth-of-type(1) { aspect-ratio: 500/250; height: 60%; } body a#logoNavi svg:nth-of-type(2) { aspect-ratio: 500/50; height: 25%; } #naviRightSignet { padding: 40px; } #naviRightSignet svg { fill: var(--cAlabaster); margin: 0 auto; display: block; height: auto; width: 40%; aspect-ratio: 1/1; } #naviRightClaim { display: flex; padding: 40px; margin: auto 0 0 0; } #naviRightClaim a { width: 100%; max-width: 400px; display: block; margin: auto; } #naviRightClaim a svg { fill: #FFF; display: block; height: 70px; width: 100%; } #mainNavi { padding: 0 40px 0 0; } #allWrapper { padding: 0; } body.noImage #fullpage { padding: 170px 0 0 0; } #page { padding: 0; } #textTop { top: -140px; } #breadcrumbs { padding: 20px 0; text-align: left; } #footerData { padding: 50px 15px 50px 15px; background-size:150px; } #fData_Top { padding: 0 0 40px 0; } #footerLinks a { line-height:80px; padding: 0 10px; font-size: 30px; font-size: 3.0rem; } #footerLinks a span { padding: 0 0 0 60px; } #footerLinks a span::before { width: 42px; height: 42px; } #fData_Bottom { padding: 20px 20px 40px 20px; } #footerBox { padding: 40px; grid-template-columns: 1fr 300px 1fr; gap: 20px 10px; } #footerBox::after { width:100px; right: 40px; bottom: 40px; } #footerLogo { grid-column: 2 / 3; grid-row: 1 / 2; } #footerAdresse { grid-column: 2 / 3; grid-row: 3 / 4; } #footerKontakt { grid-column: 2 / 3; grid-row: 2 / 3; font-size: 40px; font-size: 4.0rem; } #footerSocial { margin: 0 0 auto 0; grid-column: 3 / 4; grid-row: 1 / 2; justify-content: flex-end; } #footerSocial a { width: 50px; height: 50px; padding: 0 0 10px 10px; } #footerNavi { grid-column: 1 / 2; grid-row: 2/5; display: flex; align-items: flex-start; justify-content: flex-start; margin: auto auto 0 0; } #footerLang { grid-column: 1 / 2; grid-row: 1/2; margin: 0 0 auto 0; } #footerClaim { margin:0; grid-column: 2/-2; grid-row: 4 / 5; } #footerLogos { grid-column: 13 / span 3; grid-row: 1/4; display: flex; align-items: flex-end; flex-wrap: wrap; } #footerLogos a { max-width: 150px; height: 70px; } #partner { padding: 50px 0 90px 0; } #partnerData { gap: 10px 60px; } #partnerData img, #partnerData a img { height: 60px; opacity: .7; -webkit-filter: grayscale(0.90) sepia(0.40); filter: grayscale(0.90) sepia(0.40); } #partnerData a:hover img { opacity: 1; -webkit-filter: none; filter: none; }}@media only screen and (min-width: 1300px) {#fData_Bottom { padding: 20px 0 40px 0;}}@media only screen and (min-width: 1640px) {body #mainNaviWrapper {padding: 0 0 0 20px;}}ul#mainNavi { width: 100%; padding:0 0 20px 0; margin: auto 0 0 0; display: flex; flex-direction: column; gap: 15px;}.mNItem { cursor: pointer; transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1s cubic-bezier(0.4, 0, 0.2, 1);}.mNItem .mNI_Link { display: flex;}.mNItem .mNI_Link span { display: block; font-family: gyst-variable, sans-serif; font-size:30px; font-size:3.0rem; line-height:120%; font-weight: 400; color: var(--cEbony); position: relative;}.mNItem.visible .mNI_Link span::before { display: block; width:20px; height:20px; position: absolute; top: 50%; left: 0; transform: translate(-27px, -65%); background-image: url(../images/svg/navi-icon.svg); background-size: contain; background-position: center; background-repeat: no-repeat; content: '';}.subNaviWrapper { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s ease-out; transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;}.subNaviWrapperInner { overflow: hidden;}.mNItem.visible .subNaviWrapper { grid-template-rows: 1fr; transition: grid-template-rows 1s ease-out; transition: grid-template-rows 1s ease-out, -ms-grid-rows 1s ease-out;}#mainNavi.active .mNItem.visible .subNaviWrapper { transition-delay: .2s;}.subNavi { overflow: hidden; transition: transform 0.6s cubic-bezier(0.4,0,0.2,1); list-style: none; padding: 15px 0; margin: 0; display: flex; flex-direction: column; gap: 5px;}.mNItem.visible .subNavi { }ul#mainNavi li.mNItem .subNavi li a { display: block; text-decoration: none; font-family: mr-eaves-xl-modern-narrow, sans-serif; font-size:22px; font-size:2.2rem; color: var(--cEbony); }ul#mainNavi li.mNItem .subNavi li a.sN_Activ { font-weight: bold; color:var(--cTerracotta);}#mainNavi.active .mNItem { pointer-events: none; opacity: 0.4; transform: translateY(0); pointer-events: auto;}#mainNavi.active .mNItem.visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }@media only screen and (max-height: 400px) and (orientation: landscape) {.mNItem .mNI_Link span {font-size: 85%;}}ul#mainNavi2 {padding:20px 0 0 0; margin: 0 0 auto 0;list-style: none; display: flex; flex-direction: column; gap: 10px;}ul#mainNavi2 li {display:block;padding: 0;width:100%;}body ul#mainNavi2 li.mN2Item {text-align:left;}ul#mainNavi2 li.mN2Item a {display:block;margin:0;padding:0; font-family: mr-eaves-xl-modern-narrow, sans-serif; font-size:20px;font-size:2.0rem; text-transform: uppercase; line-height:120%; font-weight: 400;text-decoration: none;position:relative; color: var(--cEbony);}@media only screen and (width > 999px) {.mNItem { text-align: right;}.mNItem .mNI_Link { justify-content: flex-end;}.mNItem .mNI_Link span { font-size:50px; font-size:5.0rem;}.mNItem.visible .mNI_Link span::before { width: 30px; height: 30px; transform: translate(-40px, -65%);}ul#mainNavi2 { padding:40px 0 0 0; margin: 0 0 auto auto;}body ul#mainNavi2 li.mN2Item {text-align:right;}ul#mainNavi2 li.mN2Item a { font-size:24px;font-size:2.4rem;}}#contactBar {position: fixed;z-index: 2000;left:0;bottom: 10px;display:flex; flex-direction: column;gap: 5px; padding:0 5px 0 0; transition: transform 0.6s ease; transform: translateX(-100%);}body.naviOpen #contactBar { transform: translateX(45px); transition-delay: .5s; transition: transform 0.6s ease-in;}@media only screen and (max-height: 400px) and (orientation: landscape) {body.naviOpen #contactBar { left:50%;}}#contactBar a { padding:0;margin: 0;position: relative;color: var(--cSage1);border: 2px solid var(--cSage1); background-color: rgba(255, 255, 255, .7); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); text-decoration: none; width:50px; overflow: hidden;}#contactBar a.booking {color: var(--cAlabaster);border: 2px solid var(--cSage1); background-color:var(--cSage1); -webkit-backdrop-filter:none; backdrop-filter:none;}body.naviOpen #contactBar a { width:auto; }#contactBar a:hover, body.naviOpen #contactBar a:hover {background-color: var(--cSage1); color: var(--cAlabaster);}#contactBar a.booking:hover, body.naviOpen #contactBar a.booking:hover { background-color: var(--cTerracotta); color: var(--cAlabaster);}#contactBar a span {height:100%;display: block;}#contactBar a span.cBi_Wrapper {display: flex; }#contactBar a span.cBi {width:46px; padding: 8px;z-index: 5;}#contactBar a span.cBi svg {width:100%;height:auto;display: block; aspect-ratio: 1/1; fill: var(--cSage1);}#contactBar a:hover span.cBi svg { fill: var(--cAlabaster);}#contactBar a.booking span.cBi svg { fill: var(--cAlabaster);}#contactBar a.booking:hover span.cBi svg { fill: var(--cAlabaster);}#contactBar a span.cBitext {display: grid; grid-template-columns: 0fr; }body.naviOpen #contactBar a span.cBitext { grid-template-columns: 1fr; transition: grid-template-columns .7s ease-out; transition: grid-template-columns .7s ease-out, -ms-grid-columns .7s ease-out;}#contactBar a span.cBitextWrapper { overflow: hidden;}#contactBar a span.cBitextWrapper span {line-height: 36px;width:auto;padding: 5px 30px 5px 30px;font-size: 18px;font-size: 1.8rem;text-transform: uppercase;white-space: nowrap;}@media only screen and (width > 899px) {#contactBar {gap:10px; padding:0 10px 0 0;}body.naviOpen #contactBar { transform: translateX(-50px) translateX(150px);}#contactBar a { width:70px;}#contactBar a span {}#contactBar a span.cBi {width:66px; padding:14px;}#contactBar a span.cBitextWrapper span {line-height:46px;padding:10px 30px 10px 15px;font-size: 22px;font-size: 2.2rem;}}#footerLang {width:100%;position:relative;text-align: center;padding: 0;display: flex;justify-content: center;}#footerLang a {color:var(--cTerracotta);text-decoration:none;font-size: 18px;font-size: 1.8rem;line-height:20px;display:block;padding:0;text-align: center; text-transform: uppercase;}#footerLang a:hover {opacity:0.6;}#footerLang span {color:var(--cSage1);line-height:20px;display: block;padding: 0 10px;}@media only screen and (width > 999px) {#footerLang { justify-content: flex-start;}}#footerNavi a, #footerNavi span {text-decoration:none;color:inherit;display:block;margin:0;padding: 0;}#footerNavi a {text-transform: uppercase; font-weight: 700;}#footerNavi span {padding: 0 10px; white-space: nowrap;}#footerNavi a:hover {opacity:.6;}#footerNavi a.fNactiv {opacity:.6;}