@import url("https://use.typekit.net/edl2clo.css");:root { --cGreen: #4E563C; --cGreen_RGB:78, 86, 60; --cGreenLight: #CED5A8; --cGreenLight_RGB:206, 213, 168; --cViolet: #767097; --cViolet_RGB:118, 112, 151; --cRed: #C68165; --cRed_RGB:198, 129, 101; --cBlack: #19291A; --cBlack_RGB: 25, 41, 26; --cWhite:#FFF; --cWhite_RGB:255, 255, 255; --cGreyLight: #F5F5F5; --cGreyLight_RGB: 245, 245, 245;--contentMaxWidth: 1600px;}@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 (width > 320px) {.break-word {word-wrap:normal;word-break:normal;-webkit-hyphens:none; -ms-hyphens:none; hyphens:none;}}.formfield { font-family: area-normal, sans-serif;font-size: 20px;font-size: 2.0rem;padding:8px 9px;margin:0;line-height:30px;color:rgba(var(--cGreen_RGB), 1);background-color:#FFF;border: 1px solid var(--cBlack);position:relative;}.formfield::-webkit-input-placeholder {color:rgba(var(--cGreen_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:50px; 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-family: area-normal, sans-serif;font-size: 20px;font-size: 2.0rem;line-height:30px;text-align:center; 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(--cGreen_RGB), 1);border: 1px solid rgba(var(--cGreen_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.3);}100% { transform: scale(1);}}@keyframes kenburn {0% { transform: scale(1);}50% { transform: scale(1.3);}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); }}.animate-fade-up { opacity: 0; transform: translateY(50px); transition: opacity 0.8s ease-out, transform 0.8s ease-out;}.animate-fade-left { opacity: 0; transform: translate(-50px, 50px); transition: opacity 1s ease-out, transform 1s ease-out;}.animate-fade-right { opacity: 0; transform: translate(50px, 50px); transition: opacity 1s ease-out, transform 1s ease-out;}.is-visible { opacity: 1; transform: translate(0, 0);}.delay-300 { transition-delay: 0.3s;}.delay-500 { transition-delay: 0.5s;}.animate-words .word { display: inline-block; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease-out, transform 0.5s ease-out;}.animate-words.is-visible .word { opacity:1; transform: translateY(0px);}.animate-letters .letter { display: inline-block; opacity: 0; transform: rotate(-10deg) scale(0.8); transition: opacity 0.4s ease-out, transform 0.4s ease-out;}.animate-letters.is-visible .letter { opacity:1; transform: rotate(0deg) scale(1);}.animate-blur .letter { display: inline-block; opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); transition: opacity 0.5s ease-out, -webkit-filter 0.5s ease-out; transition: opacity 0.5s ease-out, filter 0.5s ease-out; transition: opacity 0.5s ease-out, filter 0.5s ease-out, -webkit-filter 0.5s ease-out;}.animate-blur.is-visible .letter { opacity: 1; -webkit-filter: blur(0); filter: blur(0);}#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(--cGreen);text-decoration:none;line-height:100%;position:relative;border:1px solid var(--cGreen);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: var(--cGreen);padding: 0;margin: 0; position: relative;}#page h1, #page h3 { font-family: "thanatos-variable", sans-serif;font-weight:200;font-size:30px;font-size:3.0rem;line-height:120%; }#page h2, #page h4 {line-height:120%;font-size:26px;font-size:2.6rem; font-weight: 300;}#page h5 {line-height:120%;font-size:24px;font-size:2.4rem; font-weight: 300;}@media only screen and (width > 900px) {#page h1, #page h3 {font-size:40px;font-size:4.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:18px;font-size:1.8rem; line-height: 180%;}#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;}.absatzWrapper.aWbg_1 {background-color:#FFF;}.absatzWrapper.aWbg_2 {background-color:#EEE;}.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;}.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) {#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: 7 / span 12;}#content .absatz_text.aC { grid-column: 7 / span 12;}#content .absatz_text.aR { grid-column: 7 / span 12;}}#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;}.impressionen {width:100%;margin:0 auto;}.impressionen .galleryRow {width:100%;padding:0 0 10px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.impressionen .galleryItem {width:calc((100% - 20px) / 2);margin:0 0 20px 0;}.impressionen span {display:block;}.impressionen .galleryItem a {width:100%;display:block;position:relative;text-decoration:none !important;border:none !important;}.impressionen .galleryImage {width:100%;position:relative;margin:0 0 5px 0;overflow:hidden;}.impressionen .galleryImage img {width:100%;filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.5;display:block;background-position:center center;background-repeat:no-repeat;background-size:cover;}.impressionen a:hover .galleryImage img {background-color:#FFF;filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.0;border:none !important;}.impressionen .galleryItem.gIplay .galleryImage::after {width:100px;height:50px;position:absolute;display:block;left:50%;top:50%;margin:-25px 0 0 -50px;z-index:400;background-image:url(../images/svg/ytPlayFFF.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;content:'';}.impressionen .galleryItem.gIplay a:hover .galleryImage::after {background-image:url(../images/svg/ytPlay.svg);}.impressionen a .galleryTitle {color:#000;height:36px;line-height:18px;overflow:hidden;padding:5px 0px 0px;font-size:14px;font-size:1.4rem;text-decoration:none !important;}@media only screen and (min-width:900px) {.impressionen .galleryItem {width:calc((100% - 40px) / 3);}}.impressionen .impDetail {padding: 30px 0;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}.impressionen .impCol:nth-of-type(1) {width:calc(55% - 10px);padding: 0 10px 0 0;}.impressionen .impCol:nth-of-type(2) {width: 45%;padding: 0;}.impressionen .impCol .impCitem {margin: 0 0 10px 0;}.impressionen .impCol .impCitem img {display: block;width: 100%;height: auto;}.impressionen .impCol:nth-of-type(1) .impCitem:nth-of-type(2n+2) {padding: 0 0 0 20%;}.impressionen .impCol:nth-of-type(2) {-webkit-transform:translate(0, 30px);-ms-transform:translate(0, 30px);transform:translate(0, 30px);}.impressionen .impCol:nth-of-type(2) .impCitem:nth-of-type(2n+2) {padding: 0 20% 0 0;}@media only screen and (min-width: 900px) {.impressionen .impDetail {}}#Bs-Wrapper { width: 100%; max-width: 970px; 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;}.blockInhalte {width:100%;margin:0 auto;position:relative;}.blockInhalte.blckTyp1 { max-width:1600px;}.blockInhalte.blckTyp2 { max-width: 940px;}.blck_Image { background-repeat:no-repeat;background-size:cover; background-position: center;}.blockInhalte.blckTyp1 .blck_Image {background-position-x: center; background-position-y: 0%; background-attachment: fixed;}@media only screen and (orientation: portrait) {.blockInhalte.blckTyp1 .blck_Image { aspect-ratio: 4/3;}.blockInhalte.blckTyp2 .blck_Image { aspect-ratio: 4/3;}}@media only screen and (orientation: landscape) {.blockInhalte.blckTyp1 .blck_Image { aspect-ratio: 2/1;}.blockInhalte.blckTyp2 .blck_Image { aspect-ratio: 2/1;}}.blck_Data { padding: 40px; display: flex;}.blockInhalte.blckTyp1 .blck_Data {position: absolute; inset: 0; background-color: rgba(var(--cWhite_RGB), .6);}.blck_Data .blck_Data_Inner { width: 100%; max-width: 600px; margin: auto; color:var(--cGreen); display: flex; flex-direction: column; gap: 20px;}.blck_D_Title { font-family: "thanatos-variable", sans-serif;font-weight:200;font-size:30px;font-size:3.0rem;}.blck_D_Text { font-size:18px;font-size:1.8rem; line-height: 180%;}.blck_D_Link { width: 100%; display: flex;}#content .blck_D_Link a {display:block; line-height:30px;padding: 5px 0;font-size:17px;font-size:1.7rem;font-weight:700;color:var(--cGreen);text-decoration:none;text-align:center;position:relative; z-index: 1; border-radius: 100px;}#content .blck_D_Link a::after {width: 50px; height: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-image: url(../images/svg/icon.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: ''; z-index: -1;}#content .blck_D_Link a:hover {  text-decoration-thickness: 1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: solid; text-decoration-style: solid; -webkit-text-decoration-color:var(--cGreen); text-decoration-color:var(--cGreen); text-underline-offset: 3px;}.blockInhalte span {display:block;}#content .blockInhalte a {text-decoration:none;}.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(--cGreen);}@media only screen and (width > 899px) {.blck_D_Title { font-size:40px; font-size:4.0rem;}}@media only screen and (width > 1199px) {.blockInhalte .blckIBlock {width:100%;}.blockInhalte.blckTyp1 .blckIBlock {padding:0 50% 0 0;}.blockInhalte.blckTyp2 .blckIBlock {padding:0 0 0 50%;}.blockInhalte.blckTyp3 .blckIBlock {padding:0 0 0 50%;}.blockInhalte.blckTyp3 .blckIBlock {padding:0 0 0 50%;}.blockInhalte.blckTyp3 .blckIBlock .blckIBlockTitle, .blockInhalte.blckTyp3 .blckIBlock .blckIBlockSubline {transform:translateX(-100%);}.blockInhalte.blckTyp3 .blckIBlock .blckIBlockText {padding:0;margin:-15px 0 0 0;}.blockInhalte.blckTyp4 .blckIBlock {padding:0 50% 0 0;}.blockInhalte.blckTyp5 .blckIBlock {padding:0 0 0 50%;}.blockInhalte.blckTyp6 .blckIBlock {padding:0 20%;}}.boxenInhalte {width:100%; max-width:var(--contentMaxWidth); padding: 0; margin: 0 auto;z-index:200;position:relative; display: flex; flex-direction: column; gap: 50px 0;}.bIWrapper {width:100%;}.bIWrapper.bI_Box_Typ_1 { }.bIWrapper .bIWrow {width:100%;position:relative; display:flex; flex-wrap: wrap; flex-direction: column-reverse;}.bIWrapper.bI_Box_Typ_1 .bIWrow { flex-direction: row-reverse;}.bIWrapper.bI_Box_Typ_2 .bIWrow, .bIWrapper.bI_Box_Typ_3 .bIWrow, .bIWrapper.bI_Box_Typ_4 .bIWrow { gap: 30px;}.bIWrapper .bILeft {width:100%;display:flex;padding:0 15px;position:relative; text-align:left;}.bIWrapper .bILeftContent {width:100%;position:relative; margin: auto; display: flex; flex-direction: column; gap:30px;}.boxenInhalte .bILeftContent span {display:block;}.bIWrapper .bILeftContent .bIBoxTitle {padding:0;}.bIWrapper.bI_Box_Typ_1 .bILeftContent .bIBoxTitle {padding:20px;}#content .boxenInhalte .bILeftContent .bIBoxTitle h2 {color:var(--cGreen); font-family: "thanatos-variable", sans-serif; font-weight:200;font-size:30px;font-size:3.0rem; line-height: 125%; }#content .boxenInhalte .bILeftContent .bIBoxSubTitle h5 {color:var(--cGreen); font-family: "thanatos-variable", sans-serif; font-weight:200;font-size:24px;font-size:2.4rem; line-height: 130%; font-style: italic;}.bIWrapper .bILeftContent .bIBoxText {color:inherit;font-size:21px;font-size:2.1rem; font-weight:300; line-height:160%;}.bIWrapper.bI_Box_Typ_1 .bILeftContent .bIBoxText {padding:0 20px;}#content .boxenInhalte .bILeftContent .bIBoxText ul {padding: 0 0 0 20px; margin: 0; display: flex; flex-direction: column; gap: 4px 0; text-align: left;}#content .boxenInhalte .bILeftContent .bIBoxText ul li {list-style-type: circle; padding: 0; margin: 0; line-height: 120%;}.bIWrapper .bILeftContent .bIBoxLink { width: 100%; position: relative; display: flex; flex-direction: column; gap: 20px 0; align-items: flex-start; padding:0;}#content .bIWrapper .bILeftContent .bIBoxLink a {display:block; line-height:30px;padding:0;font-size:21px;font-size:2.1rem;font-weight:400;color:var(--cGreen);text-decoration:none;text-align:center;position:relative; z-index: 1; text-decoration-thickness: 1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: solid; text-decoration-style: solid; -webkit-text-decoration-color:var(--cGreen); text-decoration-color:var(--cGreen); text-underline-offset: 8px; transition: all .3s ease;}#content .boxenInhalte .bILeftContent .bIBoxLink a:hover { text-decoration-thickness: 3px; text-underline-offset: 7px;}.bIWrapper .bIRight {width:100%;text-align:left;font-size:16px;font-size:1.6rem;padding:0;position:relative; display:flex; }.bIWrapper.bI_ID_15 .bIRight {padding: 0 70px 0 0;}.bIWrapper .bI_Image_1, .bIWrapper .bI_Image_2 {width:100%; position:relative;}.bIWrapper.bI_ID_15 .bI_Image_1 i.symbol,.bIWrapper.bI_ID_15 .bI_Image_1 i.symbol::after {width:120px;height: auto; aspect-ratio: 1/1; display: block; background-size: contain; background-repeat: no-repeat; background-position: center; content: ''; position: absolute; top: 0; right: 0; z-index: +1; overflow: hidden;}.bIWrapper.bI_ID_15 .bI_Image_1 i.symbol { transform: translate(50%, -50%);background-image: url(../images/svg/uab-kreise.svg);}.bIWrapper.bI_ID_15 .bI_Image_1 i.symbol::after { transform-origin: center; -webkit-animation: rotating 15s linear infinite; animation: rotating 15s linear infinite;}html[lang="de"] .bIWrapper.bI_ID_15 .bI_Image_1 i.symbol::after {background-image: url(../images/svg/uab-de.svg);}html[lang="it"] .bIWrapper.bI_ID_15 .bI_Image_1 i.symbol::after {background-image: url(../images/svg/uab-it.svg);}html[lang="en"] .bIWrapper.bI_ID_15 .bI_Image_1 i.symbol::after {background-image: url(../images/svg/uab-en.svg);}.bIWrapper .bIRight a {width:100%;display:block;margin:auto;position: relative;}.bIWrapper .bI_Image_1 a.lazy, .bIWrapper .bI_Image_2 a.lazy { display: block;background-position: center; background-size: cover; background-repeat: no-repeat; background-color: rgba(255, 255, 255, .4);}.bIWrapper.bI_Box_Typ_1 .bI_Image_1 a.lazy { aspect-ratio: 1/1;}.bIWrapper.bI_Box_Typ_2 .bI_Image_1 a.lazy { aspect-ratio: 62/66;}.bIWrapper.bI_Box_Typ_3 .bI_Image_1 a.lazy { aspect-ratio: 66/62;}.bIWrapper.bI_Box_Typ_4 .bI_Image_1 a.lazy { aspect-ratio: 66/62;}.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;}@media only screen and (width > 899px) {.bIWrapper .bIWrow {justify-content:space-between; flex-direction: row;}.bIWrapper .bILeft {width:50%;padding:0 40px 0 0;}.bIWrapper .bIRight { width:50%;}.bIWrapper.bI_ID_15 .bIRight {padding: 0;}.bIWrapper.bI_Box_Typ_1 .bILeft {width:60%; padding: 0;}.bIWrapper.bI_Box_Typ_1 .bIRight {width:40%;}.bIWrapper.bI_Box_Typ_2 .bIWrow { flex-direction: row-reverse; gap: 0px;}.bIWrapper.bI_Box_Typ_2 .bILeft {width:47%; padding: 0 6% 0 6%; display: flex;}.bIWrapper.bI_Box_Typ_2 .bIRight {width:53%;}.bIWrapper.bI_Box_Typ_3 .bIWrow { gap: 0px;}.bIWrapper.bI_Box_Typ_3 .bILeft {width:47%; padding: 0 8% 0 6%; display: flex;}.bIWrapper.bI_Box_Typ_3 .bIRight {width:53%;}.bIWrapper.bI_Box_Typ_4 .bIWrow { flex-direction: column-reverse; padding: 0 25% 0 19%;}.bIWrapper.bI_Box_Typ_4 .bILeft { width: 100%;}.bIWrapper.bI_Box_Typ_4 .bIRight {width: 100%;}.bIWrapper.bIWReverse .bIWrow {flex-direction:row-reverse;}#content .boxenInhalte .bILeftContent .bIBoxTitle h2 {font-size:50px;font-size:5.0rem;}#content .boxenInhalte .bILeftContent .bIBoxSubTitle h5 {font-size:30px;font-size:3.0rem;}}@media only screen and (width > 899px) {.boxenInhalte { gap: 80px 0;}@media only screen and (width > 1199px) {.boxenInhalte { padding: 0 0 0 100px; gap: 120px 0;}.bIWrapper.bI_ID_15 .bI_Image_1 i.symbol,.bIWrapper.bI_ID_15 .bI_Image_1 i.symbol::after {width:140px;}}@media only screen and (width > 1599px) {.boxenInhalte { padding: 0 0 0 200px; gap: 160px 0;}}}.dropLayer {width:100%;max-width:900px;padding:0;margin: 0 auto; text-align: left; display: flex; flex-direction: column; background-color: #FFF;}.absatz_text.aL .dropLayer { margin: 0 auto 0 0;}.dropLayer span {width:100%; display: block;}.dropLayer .dL_Name {width:100%; padding: 0 40px 30px 0; position: relative; font-family: "thanatos-variable", sans-serif; font-weight:200; line-height: 100%; font-size:50px; font-size:5.0rem;color: var(--cGreen); border-bottom: 1px solid var(--cGreen);}.dropLayer .dL_Item {width:100%;position:relative; border-bottom: 1px solid var(--cGreen);}.dropLayer .dL_Item .dL_I_Title {width:100%;cursor: pointer; padding: 10px 40px 10px 20px; position: relative; font-size: 21px; font-size: 2.1rem; font-weight: 400;line-height: 140%;color: var(--cGreen);}.dropLayer .dL_Item .dL_I_Title::after {position: absolute;left: -5px;top: 50%;width: 24px;height: 24px;transform: translate(0, -50%);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: 12px;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:10px 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: 0 60px 30px 0;}.dropLayer .dL_Item .dL_I_Title { padding: 19px 60px 19px 35px;}.dropLayer .dL_Item .dL_I_Text .dL_I_Text_Wrapper span { padding:10px 35px 30px 35px;}}.inlineGallery {width:100%;max-width: 940px;position:relative;padding:0;margin: 10px auto;}.inlineGallery .lazy {display: block;text-decoration: none;background-position: center;background-repeat: no-repeat;background-size: cover;margin:0 10px;}.inlineGallery .lazy img {width: 100%;height: auto;display: block;}.inlineGallery .slick-track { padding: 0 0 30px 0;}.inlineGallery .slick-slide { transition: transform 0.3s ease;}.iG_Slider_Buttons {position: absolute;width:100%;top: 50%;height: 0px;left: 50%;transform: translate(-50%, 0);z-index:210;}#page .iG_Slider_Buttons .slick-prev, #page .iG_Slider_Buttons .slick-next { width: 50px;height: 50px; background-color: var(--cGreen); border-radius: 200px;}#page .iG_Slider_Buttons .slick-prev:before, [dir='rtl'] #page .iG_Slider_Buttons .slick-next:before, #page .iG_Slider_Buttons .slick-next:before, [dir='rtl'] #page .iG_Slider_Buttons .slick-prev:before { position: absolute; top: 50%;transform: translateY(-50%); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23B8C7B8' stroke-width='10' fill='none'%3E%3Cpath d='M 60,100 140,100' /%3E%3Cpath d='M 105,65 140,100 105,135'/%3E%3C/g%3E%3C/svg%3E");}#page .iG_Slider_Buttons .slick-prev:before, [dir='rtl'] #page .iG_Slider_Buttons .slick-next:before {transform: translateY(-50%) rotate(180deg);}@media only screen and (width > 899px) {.inlineGallery .slick-slide:not(.slick-center) { transform: translateY(30px);}.iG_Slider_Buttons {width:calc(100% - 220px);}}@media only screen and (width > 1239px) {.iG_Slider_Buttons {width:calc(100% - 320px);}}.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(--cGreen);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(--cGreen);font-weight: 300;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; -webkit-animation: kenburn 40s linear infinite 0s;animation: kenburn 40s linear infinite 0s;}#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 .hImageLandscape, #headerImage div.hImage .hImagePortrait {width:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;display:block;}body #headerImage div.hImage .hImageLandscape { width: 100%; aspect-ratio:16/9; height: auto; max-height: 100vh;}body #headerImage video { width: 100%; height: auto; -o-object-fit: cover; object-fit: cover; display: block; margin: 0;}@media (max-height: calc(100vw / (16 / 9))) { body #headerImage div.hImage .hImageLandscape, body #headerImage video { height: 100vh; aspect-ratio: unset;  }}#headerImage div.hImage .hImagePortrait { aspect-ratio: 9/16; max-height: 100vh;}@media only screen and (orientation: portrait) and (width < 900px) {#headerImage div.hImage .hImageLandscape { display:none;}body #headerImage video { aspect-ratio:3/4;}}@media only screen and (orientation: portrait) and (width > 899px) {#headerImage div.hImage .hImagePortrait { display:none;}}@media only screen and (orientation: landscape) {#headerImage div.hImage .hImagePortrait { display:none;}#headerImage div.hImage .hImageLandscape { display:block;}body #headerImage video { aspect-ratio:16/9;}} #headerImage #hI_SloganWrapper {width:100%; max-width: 800px;position:absolute;transform: translateX(-50%);left:50%; bottom:0;z-index:900; padding:15px 15px 140px 15px;text-align: center;}#headerImage #hI_SloganWrapper #hISlogan {color:var(--cGreen);display: flex;flex-direction: column;gap: 10px;}#headerImage #hISlogan .hIS_Title { font-family: "thanatos-variable", sans-serif; font-weight:200;font-size:36px;font-size:3.6rem; line-height: 120%;}#headerImage #hISlogan .hIS_Subline {font-size:20px;font-size:2.0rem; line-height: 120%;text-transform: uppercase;}#headerImage #hISlogan .hIS_Title textarea, #headerImage #hISlogan .hIS_Subline textarea {font-family:inherit;font-weight:inherit;font-size:inherit;text-align: inherit; background-color: rgba(0, 0, 0, .3); border:none; color: #FFF;width:100%;padding:3px 2px;}@media only screen and (width > 699px) {#headerImage #hISlogan .hIS_Title { font-size:50px; font-size:5.0rem;}}@media only screen and (width > 999px) {#headerImage #hISlogan .hIS_Title {font-size:55px;font-size:5.5rem;}}#hI_Dots {position:absolute;bottom:10px;width:100%; padding: 0 15px;text-align: center; z-index: 70;}#hI_Buttons {position:absolute;left:0px; bottom: 94px;width:50%; height: 0px; z-index:910; display: flex; gap: 10px; padding: 0 10px;}#hI_Buttons button {top: 50%;  position: relative; left: auto; right: auto;}#hI_Buttons .slick-prev:before, [dir='rtl'] #hI_Buttons .slick-next:before, #hI_Buttons .slick-next:before, [dir='rtl'] #hI_Buttons .slick-prev:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 57.32 5.17-15.96c5.81.69 11.5 1.28 17.07 1.78s11.11.94 16.63 1.34 11.03.74 16.55 1.03 11.23.54 17.14.74l.59-1.18c-3.84-3.21-7.92-6.12-12.19-8.72-4.14-2.49-8.41-4.77-12.78-6.81v-14.78l2.37-1.03c6.9 5.91 13.55 11.41 19.95 16.49 6.15 4.9 12.57 9.46 19.21 13.67l.29.59-4.14 11.82c-2.86 1.78-5.74 3.7-8.64 5.76-2.91 2.06-5.81 4.35-8.72 6.86s-5.86 5.17-8.87 7.98-6.04 5.94-9.09 9.38l-2.37-.74v-15.94c4.24-1.87 8.4-3.84 12.48-5.91 4.31-2.2 8.48-4.67 12.48-7.39l-.45-1.48c-11.73.3-23.52.72-35.39 1.26s-23.86 1.45-35.95 2.72l-1.34-1.47z' fill='%23fff'/%3E%3C/svg%3E");}@media only screen and (width > 1600px) {#hI_Buttons {left:calc(50vw - 800px);}}#ctaButton { position: fixed; right: 10px; bottom: 70px; display: block; background-color: var(--cViolet); color: var(--cWhite); z-index: 920; text-decoration: none; line-height: 48px; padding: 0 15px; border-radius: 11px; font-family: "thanatos-variable", sans-serif; font-weight:200; font-size: 21px; font-size: 2.1rem; font-style: italic; }#ctaButton:hover { background-color: var(--cGreen);}@media (max-aspect-ratio: 9/16) { #ctaButton { bottom: calc(70px + (100vh - (100vw * 16 / 9))); }}@media (max-aspect-ratio: 16/9) and (width > 899px) { #ctaButton { right: 30px; bottom: calc(70px + (100vh - (100vw * 9 / 16))); }}@media (width > 1600px) { #ctaButton { right: calc(50vw - 800px); }}#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;clear:both;}#sitemap ul.smLevel1 li {list-style:none;margin:0;padding:0;}#sitemap ul.smLevel1 li::before {content:'';}#sitemap ul.smLevel1 li a {line-height: 40px;font-size: 30px;font-size: 3.0rem;color:var(--cGreen);text-decoration: none;}#sitemap ul.smLevel1 li input {float:right;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;}#sitemap ul.sitemapfiL li a:hover {text-decoration:underline;}#sitemap ul.smLevel1 li ul.smLevel2 {margin:0;padding:10px 0 0 0;}#sitemap ul.smLevel1 li ul.smLevel2 li {margin:0;padding:0 0 0 24px;}#sitemap ul.smLevel1 li ul.smLevel2 li::before {content:'-';}#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 {margin:0;padding:0 0 20px 0;}#sitemap ul.smLevel1 li ul.smLevel2 li ul.smLevel3 li {margin:0;padding:0 0 0 24px;}#sitemap ul.smLevel1 li ul.smLevel2 li ul.smLevel3 li::before {content:'\00b7';}#sitemap ul.smLevel1 li ul.smLevel2 li ul.smLevel3 li a {line-height: 20px;font-size: 14px;font-size: 1.4rem;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(--cBlack); background-color: rgba(var(--cGreen_RGB), .2); border: 2px solid var(--cGreen); border-radius: 15px;}#content #anfrageConfirm strong {font-size: 26px;font-size: 2.6rem; }#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(--cBlack); }.formItem.fIReq label::before { display: block; position: absolute; left: -10px; width: 10px; text-align: center; content: '*';}.formItem.fIerror label { color: var(--cRed); 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(--cRed);}#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(--cRed);}.formItem.fIerror .ffCal, .formItem.fIerror textarea.formfield { border:2px solid var(--cRed);}.formItem.fIAlignCenter { text-align: center;}#formAngebot { width: 100%; display: flex; background-color:rgba(var(--cGreen_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(150px, 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(--cRed_RGB), .1); border:2px solid var(--cRed); color: var(--cRed); 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:1650px; margin: 0 auto;padding:25px;}#angeboteListe {width:100%; display: flex; flex-wrap: wrap; gap: 20px;}#angeboteListe.aLpadding {padding: 0;}#angeboteListe a.aItem {width:100%; display: block;text-decoration: none;background-color:#FFF;text-align: left;box-shadow: 0px 15px 50px -35px rgba(0, 0, 0, 0.20);}#angeboteListe span {display:block;}#angeboteListe .aIBild {width:100%;aspect-ratio: 3/2;position:relative;background-size: cover;background-position: center;background-repeat: no-repeat;}#angeboteListe .aIDaten {width:100%;display: flex;flex-direction: column;gap: 20px;padding:15px;}#angeboteListe .aITitle {width:100%;line-height:120%;color:var(--cGreen);font-weight:700;font-size:30px;font-size:3.0rem; padding: 0 0 10px 0;}#angeboteListe .aI_Facts {width:100%;line-height:120%;font-size: 18px;font-size: 1.8rem;}#angeboteListe .aI_Infos {width:100%;line-height:140%;font-size: 18px;font-size: 1.8rem;}#page .aI_Preis {width:100%;line-height:120%;font-size: 30px;font-size: 3.0rem;}#page .aIDatenLink {width:100%;display: flex;margin: auto 0 0 0;}#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.aLpadding { padding: 0 0 20vw 0;}#angeboteListe a.aItem {width:calc((100% - 20.2px) / 2);display: flex;flex-direction: column;}#angeboteListe a.aItem:nth-child(2n) {transform: translateY(20vh);}#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:80px 50px;}#angeboteListe.aLpadding { padding: 0 0 20vw 0;}#angeboteListe a.aItem { width:calc((100% - 50.2px) / 2);transform: none;transition: all .3s ease;}#angeboteListe a.aItem:hover {transform: scale(1.01);box-shadow: 0px 25px 45px -20px rgba(0, 0, 0, 0.50);}#angeboteListe a.aItem:nth-child(2n):hover {transform: scale(1.01) translateY(20vh);}#angeboteListe .aIDaten {padding:25px;flex: 1 0 auto;}#angeboteListe .aITitle {font-size:50px;font-size:5.0rem;}#angeboteListe .aI_Preis {font-size:50px;font-size:5.0rem;}}@media only screen and (width > 1399px) {#angeboteListe {gap:100px 80px;}#angeboteListe.aLpadding { padding: 0;}#angeboteListe a.aItem {transform: none;width:calc((100% - 160.2px) / 3);}#angeboteListe a.aItem:nth-child(2n) {transform: none;}#angeboteListe a.aItem:nth-child(2n):hover, #angeboteListe a.aItem:hover {transform: scale(1.01);}}#angebotDetail {width:100%;display: flex;flex-direction: column;gap: 30px;}#aD_Top {display: flex;flex-direction: column;gap: 20px;text-align:center;}#aD_Top_Name {line-height:120%;font-size:30px;font-size:3.0rem;}#aD_Top_Facts {width:100%;line-height:120%;font-size: 18px;font-size: 1.8rem;}#aD_Top_Info {width: 100%;max-width: 500px;margin: 0 auto;line-height:120%;font-size: 20px; font-size: 2.0rem;}#aD_Slider {width: 100%;position: relative;}#aD_Slider_Wrapper {}#aD_Slider_Wrapper a {width: 100%;display: block;aspect-ratio: 16/9;background-size: cover;background-repeat: no-repeat;background-position: center;}#aD_Slider_Buttons {width: 100%;height: 0;position: absolute;top: 50%;}#aD_Slider_Buttons .slick-prev, #aD_Slider_Buttons .slick-next {width: 60px;height: 60px;}#aD_Slider_Buttons .slick-prev {padding:5px 10px 5px 0;}#aD_Slider_Buttons .slick-next {padding:5px 0 5px 10px;}#aD_Slider_Buttons .slick-prev:before, [dir='rtl'] #aD_Slider_Buttons .slick-next:before, #aD_Slider_Buttons .slick-next:before, [dir='rtl'] #aD_Slider_Buttons .slick-prev:before {background-image: url(../images/svg/arrow.svg);}#aD_Slider_Buttons .slick-next:before, [dir='rtl'] #aD_Slider_Buttons .slick-prev:before {transform: rotate(180deg);}#aD_Data {position: relative;display: flex;flex-direction: column;gap: 30px;}#aD_Data_Text {width: 100%;max-width: 700px;margin: 0 auto;font-size: 20px; font-size: 2.0rem;line-height: 140%;}#aD_Data_Text ul {padding: 20px 0;display: flex;flex-direction: column;gap: 4px;}#aD_Data_Text ul li {padding: 0 0 0 30px;position: relative;}#aD_Data_Text ul li::after {width:20px;height:20px;position:absolute;top:0;left:0;transform: translateY(4px);content: '';background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m46.74 11.52c-8.12 8.3-14.95 17.51-22.11 26.59-3.95-4.14-6.88-9.22-12.25-11.75-5.61-2.65-10.54 5.71-4.89 8.37 3.4 1.61 5.1 4.33 7.43 7.14 2.32 2.8 4.99 5.2 7.89 7.38 1.55 1.16 4.65.77 5.87-.76 8.2-10.2 15.75-20.77 24.91-30.12 4.37-4.46-2.48-11.32-6.85-6.85z' fill='%23D8A326'/%3E%3C/svg%3E");background-size: contain;background-repeat: no-repeat;background-position: center;}#aD_CTA {display: flex;align-items: center;justify-content: center;padding: 20px 0 0 0;}#aD_CTA a {display: block;position: relative;text-decoration: none;}#aD_CTA a span b { display: block; position: relative;color: #FFF;font-size: 20px; font-size: 2.0rem; line-height: 30px; padding: 0px 10px 3px 10px;text-transform: uppercase;z-index: 10;}#aD_Data_Preis {display: flex;align-items: center;justify-content: center;flex-direction: column;padding:0 20px;text-align: center;}#aD_Data_Preis i {display: block;font-style: normal;width:100%;line-height:120%;font-size: 18px;font-size: 1.8rem;}#aD_Data_Preis b {display: block;font-style: normal;line-height:120%;font-size:30px;font-size:3.0rem;font-weight: normal;}#aD_Booking {width: 100%;display: flex;flex-direction: column;gap: 20px;}#aD_Booking_Text {text-align: center;font-size:40px;font-size:4.0rem;text-transform: uppercase;}#aD_Booking_Priceinfo {text-align: center;font-size:20px;font-size:2.0rem;}#aD_Booking_Wrapper {width: 100%;}@media only screen and (width > 699px) {#aD_Top_Name {font-size:40px;font-size:4.0rem;}#aD_Data_Preis b {font-size:35px;font-size:3.5rem;}}@media only screen and (width > 999px) {#angebotDetail {gap: 50px;}#aD_Top_Name {font-size:50px;font-size:5.0rem;}#aD_Data_Preis b {font-size:40px;font-size:4.0rem;}#aD_Data {gap: 40px;}#aD_CTA {padding: 0;}}.angeboteSlider {width: 100%;padding: 20px 0;position: relative;}.aS_Inner {width: 100%;max-width: 1400px;margin: 0 auto;padding: 0 25px;display: flex;}#page .aS_Inner .slick-track {display: flex;padding: 0 0 40px 0;}.aS_Inner .aS_Item {width:100%;height: 100%;margin: 0 10px;}.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: 3/2;position:relative;background-size: cover;background-position: center;background-repeat: no-repeat;}#page .aS_I_Daten {width:100%;display: flex;flex-direction: column;gap: 20px;padding:15px;}#page .aS_I_Title {width:100%;line-height:120%;font-size: 30px;font-size: 3.0rem;}#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_Preis {width:100%;line-height:120%;font-size: 30px;font-size: 3.0rem;}#page .aS_I_DatenLink {width:100%;display: flex;margin: auto 0 0 0;}#page .aS_I_DatenLink span.button { padding: 10px 0;text-decoration: none;pointer-events: all;}#page .aS_I_DatenLink span.button span { display: block;position:relative; text-align: center; }#page .aS_I_DatenLink span.button span b { display: block;max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content;color: #FFF;font-size: 20px; font-size: 2.0rem; line-height: 30px;text-transform: uppercase; padding: 0px 10px 3px 10px;position: relative;z-index: 10;}.aS_Buttons {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;max-width: 1500px;height:0px;}.aS_Buttons .slick-prev:before, [dir='rtl'] .aS_Buttons .slick-next:before {transform: rotate(180deg);}.aS_Dots {width: 100%;padding: 0;}#page .aS_Dots .slick-dots {display: flex;flex-direction: row;}#page .aS_Dots .slick-dots li {margin: 0;}@media only screen and (width > 1399px) {.aS_Inner {padding: 0 40px;}#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;}}#appGallary {width:100%;padding:0 20px;display: flex;flex-direction: column;gap: 30px;}.aG_Item {width:100%;position:relative;display: flex;flex-direction: column;gap: 5px; font-size:18px;font-size:1.8rem; padding: 15px 0;}.aG_Item_Title {font-size:22px;font-size:2.2rem;line-height:120%; font-weight: 300;}.aG_Item_Links { display: flex; justify-content: center; gap: 20px;}.aG_Item_Links a { display: block; height: 40px; width: auto; aspect-ratio: 180/80; background-position: center; background-repeat: no-repeat; background-size: contain;}@media only screen and (min-width: 900px) {.aG_Item {gap: 15px;}.aG_Item_Links a { height: 52px;}}#fewo { width: 100%; max-width: 1440px; margin: 0 auto;}#fewoBox { width: 100%; max-width:1000px; display: flex; flex-wrap: wrap; gap: 50px; padding: 0; margin: 0 auto;}#fewoBox .fewoBoxItem { width: 100%; margin: 0; padding:0; position: relative; z-index: 300;}#fewoBox .fewoBoxItem a { width: 100%; display: block; text-decoration: none;}#fewoBox .fewoBoxItem span { display: block;}#fewoBox .fewoBoxItem .fBI_Image_Wrapper { position: relative;}#fewoBox .fewoBoxItem .fBI_Image_Slider .fBI_Image { width: 100%; display: block; position: relative; background-size: cover; background-position: center center; background-repeat: no-repeat; aspect-ratio: 5/3;}#fewoBox .fewoBoxItem .fBI_Image_Wrapper .fBI_Image_Slider_Arrows { width:calc(100% - 10px); height: 0px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}#fewoBox .slick-prev, #fewoBox .slick-next { background-color: #FFF; border-radius: 100px;}#fewoBox .slick-prev:before, [dir='rtl'] #fewoBox .slick-next:before, #fewoBox .slick-next:before, [dir='rtl'] #fewoBox .slick-prev:before { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 57.32 5.17-15.96c5.81.69 11.5 1.28 17.07 1.78s11.11.94 16.63 1.34 11.03.74 16.55 1.03 11.23.54 17.14.74l.59-1.18c-3.84-3.21-7.92-6.12-12.19-8.72-4.14-2.49-8.41-4.77-12.78-6.81v-14.78l2.37-1.03c6.9 5.91 13.55 11.41 19.95 16.49 6.15 4.9 12.57 9.46 19.21 13.67l.29.59-4.14 11.82c-2.86 1.78-5.74 3.7-8.64 5.76-2.91 2.06-5.81 4.35-8.72 6.86s-5.86 5.17-8.87 7.98-6.04 5.94-9.09 9.38l-2.37-.74v-15.94c4.24-1.87 8.4-3.84 12.48-5.91 4.31-2.2 8.48-4.67 12.48-7.39l-.45-1.48c-11.73.3-23.52.72-35.39 1.26s-23.86 1.45-35.95 2.72l-1.34-1.47z' fill='%234E563C'/%3E%3C/svg%3E");}#fewoBox .fewoBoxItem span.fBI_Data { width: 100%; display: grid; gap: 14px; position: relative; text-align: left; padding: 20px 15px;}#fewoBox .fBI_Data_Name { padding: 10px 0 0 0;}#fewoBox .fBI_Data_Name h2 { font-family: "thanatos-variable", sans-serif; font-weight:200; line-height: 100%; font-size:50px; font-size:5.0rem;}#fewoBox .fBI_Data_Subline { padding: 0 0 10px 0;}#fewoBox .fBI_Data_Subline h3 { font-family: "thanatos-variable", sans-serif; font-weight:200; line-height: 100%; font-size: 30px; font-size: 3.0rem; font-style: italic;}#fewoBox .fBI_Data_Text, #fewoBox .fBI_Data_Kurztext { font-size: 21px; font-size: 2.1rem; font-weight: 300; line-height: 150%;}#fewoBox .fBI_Data_Text { padding: 10px 0 0 0;}#fewoBox .fBI_Data_Kurztext { }#fewoBox span.fBI_Data_Links { display: flex; align-items: flex-end; gap: 0 10px;}#fewoBox .fBI_Data_Links a { flex: 1 1 auto; width: auto; font-size: 21px; font-size: 2.1rem; font-weight: 400; text-decoration-thickness: 1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: solid; text-decoration-style: solid; -webkit-text-decoration-color:var(--cGreen); text-decoration-color:var(--cGreen); text-underline-offset: 8px; transition: all .3s ease;}#fewoBox .fBI_Data_Links a:hover { text-decoration-thickness: 3px;}#fewoBox span.fBI_Data_Preis { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-end; padding: 20px 0;}#fewoBox .fBI_Data_Preis b { display: block; font-family: "thanatos-variable", sans-serif; font-weight:200; line-height: 100%; font-size: 30px; font-size: 3.0rem; font-style: italic;}#fewoBox .fBI_Data_Preis i { display: block; font-size: 21px; font-size: 2.1rem; font-weight:200; line-height: 100%; font-style: normal;}#fewoBox span.link_Spruch { display: flex;}#fewoBox span.fBI_Data_CTA { display: flex;}#fewoBox span.fBI_Data_CTA a { width: auto; display: block; background-color: var(--cViolet); color: var(--cWhite); text-decoration: none; line-height: 48px; padding: 0 15px; border-radius: 11px; font-family: "thanatos-variable", sans-serif; font-size: 2.0rem; font-weight:200; font-style: italic;}#fewoBox span.fBI_Data_CTA a:hover { background-color: var(--cGreen);}@media only screen and (width > 749px) {#fewoBox .fewoBoxItem span.fBI_Data { grid-template-columns: 3fr 1fr; gap: 14px 50px; grid-auto-rows: minmax(0, auto);  grid-auto-flow: column}#fewoBox .fBI_Data_Name,#fewoBox .fBI_Data_Subline,#fewoBox .fBI_Data_Text,#fewoBox .fBI_Data_Kurztext,#fewoBox .fBI_Data_Preis,#fewoBox .link_Spruch,#fewoBox .fBI_Data_CTA { grid-column: 1 / 2; display: block;}#fewoBox span.fBI_Data_Links { padding: 10px 0 0 0; grid-column: 2 / 3; grid-row: 3 / 7; flex-direction: column; align-items: flex-start; gap: 30px 0;}#fewoBox .fBI_Data_Links a { flex: none;}@media only screen and (width > 899px) {#fewoBox { padding: 0 150px 0 0; gap: 80px;}#fewoBox .fewoBoxItem span.fBI_Data { padding: 20px 0;}}@media only screen and (width > 1099px) {#fewoBox .fewoBoxItem .fBI_Image_Wrapper .fBI_Image_Slider_Arrows { width:calc(100% + 100px);}}}#fewoOverlay { width: 100%; max-width: 900px; padding: 0 20px 0 0; display: flex; flex-direction: column; gap: 30px 0;}#fewoOverlay_Title { font-family: "thanatos-variable", sans-serif; font-weight:200; line-height: 100%; font-size:50px; font-size:5.0rem;}#fewoOverlay_Content { font-size: 21px; font-size: 2.1rem; font-weight:300; line-height: 140%; font-style: normal;}#fewoOverlay_Content ul { display: flex; flex-direction: column; gap: 10px;}#fewoOverlay_Content ul li { padding: 0 0 0 7px; margin: 0 0 0 18px; list-style-type: circle; line-height: 140%;}#impressionen {width:100%;display: flex;flex-direction: column;gap: 30px 0;padding: 70px 0;}#impressionen span {display:block;}#impressionenFilter { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 20px;}#impressionenFilter a { display: block; line-height: 36px; padding: 0 13px; border: 2px solid var(--cGreenLight); background-color: var(--cGreenLight); color: var(--cGreen); text-decoration: none;}#impressionenFilter a:hover, #impressionenFilter a.activ:hover { border: 2px solid var(--cGreen); background-color: var(--cGreenLight); color: var(--cGreen);}#impressionenFilter a.activ { border: 2px solid var(--cGreen); background-color: var(--cGreen); color: var(--cGreenLight);}#impressionenAlbum {width:100%;display: flex;flex-direction: column;gap: 6px;}.imp_AlbumTitle {width:100%; text-align: left; position: relative; line-height: 20px;}.imp_AlbumTitle b {width:100%;display: block;margin: 0 auto;max-width: 1200px; font-size: 24px; font-size: 2.4rem;line-height: 110%; font-weight: 400;padding: 0 0 0 20px;position: relative;color: var(--cRed);}.imp_AlbumTitle b::after {position: absolute;left:0px;bottom: 2px;width:100%;max-width: 300px;height: 1px;background-color: var(--cGrey);content: '';}@media only screen and (width > 799px) {.imp_AlbumTitle b {font-size: 30px; font-size: 3.0rem;} .imp_AlbumTitle b::after { bottom: 2px; max-width: 500px; }}.imp_AlbumData { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px;display: grid;grid-template-columns: repeat(4, 1fr);grid-auto-rows:auto;grid-auto-flow: dense;gap: 6px;}a.i_AD_Item {display: block; position: relative;width: 100%;height: 100%;overflow: hidden;}a.i_AD_Item span.lazy {display: block;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;transition: all 0.8s ease-in;opacity: 1;transform: scale(1);}#impressionenAlbum.loading a.i_AD_Item span.lazy { opacity: 0;transform: scale(0.3);}a.i_AD_Item:hover span.lazy {transition: all 0.1s ease-out; transform: scale(1.2);}a.i_AD_Item span.lazy b {display: block; position: absolute; inset: 50%; line-height: 40px; width: 40px; text-align: center; margin: auto; transform: translate(-50%, -50%);}a.i_AD_Item span.lazy b::after { position: absolute; display: block; width: 100%; inset: 0; aspect-ratio: 1/1; border-radius: 100px; background-color: #FFF; border: 2px solid #F00; z-index: -1; content: '';}#impressionen a.i_AD_Item span.more {display: flex; position: absolute; inset: 0; background-color: rgba(var(--cGreen_RGB),.5);}#impressionen a.i_AD_Item span.more b { display: block;color: #FFF; width: 100%; text-align: center; margin: auto; font-size:5rem;}a.i_AD_Item_Hidden {display: none;}#impressionen .imp_Album.i_A_Typ_1 .imp_AlbumData {grid-template-areas:"box1 box2 box3 box3""box4 box4 box3 box3""box4 box4 box5 box6";}#impressionen .imp_Album.i_A_Typ_2 .imp_AlbumData {grid-template-areas:"box1 box1 box2 box2""box1 box1 box4 box5""box3 box3 box4 box6";}#impressionen .imp_Album.i_A_Typ_3 .imp_AlbumData {grid-template-areas:"box1 box1 box2 box2""box3 box4 box2 box2""box3 box5 box5 box6";}#impressionen .imp_Album.i_A_Typ_4 .imp_AlbumData {grid-template-areas:"box1 box2 box2 box3""box4 box5 box5 box3""box4 box5 box5 box6";}#impressionen .imp_Album a.i_AD_Item:nth-child(1) {grid-area: box1;}#impressionen .imp_Album a.i_AD_Item:nth-child(2) {grid-area: box2;}#impressionen .imp_Album a.i_AD_Item:nth-child(3) {grid-area: box3;}#impressionen .imp_Album a.i_AD_Item:nth-child(4) {grid-area: box4;}#impressionen .imp_Album a.i_AD_Item:nth-child(5) {grid-area: box5;}#impressionen .imp_Album a.i_AD_Item:nth-child(6) {grid-area: box6;}#impressionen .imp_Album.i_A_Typ_1 a.i_AD_Item {aspect-ratio: 1/1;}#impressionen .imp_Album.i_A_Typ_2 a.i_AD_Item:nth-child(1), #impressionen .imp_Album.i_A_Typ_2 a.i_AD_Item:nth-child(5),#impressionen .imp_Album.i_A_Typ_2 a.i_AD_Item:nth-child(6) {aspect-ratio: 1/1;}#impressionen .imp_Album.i_A_Typ_2 a.i_AD_Item:nth-child(2), #impressionen .imp_Album.i_A_Typ_2 a.i_AD_Item:nth-child(3) {aspect-ratio: 2/1;}#impressionen .imp_Album.i_A_Typ_3 a.i_AD_Item:nth-child(2), #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(6) {aspect-ratio: 1/1;}#impressionen .imp_Album.i_A_Typ_3 a.i_AD_Item:nth-child(1), #impressionen .imp_Album.i_A_Typ_3 a.i_AD_Item:nth-child(5) {aspect-ratio: 2/1;}#impressionen .imp_Album.i_A_Typ_4 a.i_AD_Item:nth-child(1), #impressionen .imp_Album.i_A_Typ_4 a.i_AD_Item:nth-child(5),#impressionen .imp_Album.i_A_Typ_4 a.i_AD_Item:nth-child(6) {aspect-ratio: 1/1;}@media only screen and (width > 1399px) {#impressionen {gap: 60px 0;}#impressionenAlbum {gap: 12px;}.imp_AlbumData {gap: 12px;}}#news {max-width:1200px;margin:0 auto;}#nDOverlay {width:100%;height:100vh;background-color:rgba(0,0,0,0.75);padding:0;position:fixed;top:0;left:0;z-index:8888;}#nDOverlayContainer {height:100%;position:relative;opacity:0;-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: .4s;animation-duration: .4s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;}#nDOverlay #nDOverlayContainer a#nDOverlayClose {width:40px;height:40px;display:block;position:absolute;right:5px;top:5px;z-index:9999;background-color: var(--cGreen);border-radius: 40px;cursor:pointer;}#nDOverlay #nDOverlayContainer a#nDOverlayClose::after {width:40px;height:40px;display:block;position: absolute;left: 50%;top: 50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition: -webkit-transform .7s ease-in; -ms-transition: -ms-transform .7s ease-in; transition: transform .7s ease-in;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:contain;background-position:center;background-repeat:no-repeat;content:'';}#nDOverlay #nDOverlayContainer a#nDOverlayClose:hover::after {-webkit-transform: translate(-50%, -50%) rotate(180deg);-ms-transform: translate(-50%, -50%) rotate(180deg);transform: translate(-50%, -50%) rotate(180deg);-webkit-transition: -webkit-transform .7s ease-in; -ms-transition: -ms-transform .7s ease-in; transition: transform .7s ease-in;}#nDOverlay #newsDetail {overflow-y:scroll;height:100%;}#nDOverlay #nDInner {background-color:#FFF;position:relative;}#nDOverlay #nDInner #nDIwait {background-image:url(../js/slick/ajax-loader.gif);background-position:center center;background-repeat:no-repeat;min-height:100%;width:100%;height:100%;position:absolute;}#newsTitle {text-transform:uppercase;font-weight:800;font-size:30px;font-size:3.0rem;padding:0 0 30px 0;}#newsFilter {text-align:center;background-color: var(--cGrey);}#newsFilter a, #newsFilter span {display:inline-block;}#newsFilter a {text-transform:uppercase;padding:5px 3px;position:relative;text-decoration:none;line-height: 20px;}#newsFilter a.nFiActiv:after {position:absolute;width:100%;height:1px;top:100%;left:0px;background-color:var(--cGreen);content:'';}#newsFilter span {padding:0 10px;}#nData {padding:30px 0;}.nDItem {text-align:left;margin:0 0 20px 0;padding:0;}body .nDItem a.nDItemData {position:relative;display:block;text-decoration:none;padding:0 0 0 0;}body .nDItem a.nDItemData span {display:block;}.nDItemData .nDIDimage {overflow:hidden;}.nDItemData .nDIDimage img {width:100%;display:block;position:relative;z-index: 410;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transform:scale(1.0); -ms-transform:scale(1.0); transform:scale(1.0);-webkit-transition:all 0.4s ease-in;-o-transition:all 0.4s ease-in;transition:all 0.4s ease-in;}.nDItemData:hover .nDIDimage img {-webkit-transform:scale(1.05); -ms-transform:scale(1.05); transform:scale(1.05);}body .nDItem a.nDItemData .nDIDdata {width:100%;color: #FFF;position: absolute;top: 0px;left: 0px;right: 0px;bottom: 0px;z-index: 410;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;background-color: rgba(0,0,0,.15);}.nDItemData .nDIDtitle, .nDItemData .nDIDsubline {width:100%;display:block;text-align: center;}.nDItemData .nDIDtitle {line-height: 40px;font-size:22px;font-size:2.2rem;font-weight: bold;margin: auto 0 0 0;}.nDItemData .nDIDsubline {margin:0 0 auto 0;font-size:20px;font-size:2.0rem;}#news .nLFullButton {text-align:center;}#news .nLFullButton a {display:inline-block;line-height:30px;padding:0 20px;margin:0 auto;text-transform:uppercase;color:var(--cGreen);text-decoration:none;border:2px solid var(--cGreen);font-size:14px;font-size:1.4rem;font-weight:800;}#news .nLFullButton a:hover {color:#FFF;background-color:var(--cGreen);}#nDTop {padding:30px 20px;margin: 0 auto;text-align: center;}#nDTtitle {padding:0 0 10px 0;}#nDSubline {padding:0 0 20px 0;}#content #nDTtitle h1 {}#nDTtext {padding:0;}#content #news .nDText ul, #content #news .nDText ol {padding:0;margin:0;}#content #news .nDText ol {list-style: decimal;padding: 0 20px;margin: 0 15px;}#content #news .nDText ul li, #content #news .nDText ol li {margin: 0 auto;max-width: 400px;text-align: left;padding:3px 0 3px 25px;line-height:24px;position:relative;}#content .nDText ul li:before {width:16px;height:16px;position:absolute;left:0px;top:9px;content:'';display: block;background-image: url("data:image/svg+xml,%0A%3Csvg enable-background='new 0 0 30 30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m20.8 5.8c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.8-15-15-15zm9.2 12-11.2 11.1c-.2.2-.5.2-.7 0l-6.6-6.6c-.2-.2-.2-.5 0-.7l2.3-2.3c.1-.1.2-.1.3-.1.1 0 .2.1.3.1l4 4 8.5-8.5c.2-.2.5-.2.7 0l2.3 2.3c.2.2.2.5.1.7z' fill='%235a2b21' transform='translate(-5.75 -5.75)'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;}#nDBottom {padding: 30px 0;background-color: var(--cGrey);}#news #nDImage {position: relative;}#news #nDImage img {display:block;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;}#news #nDTtext_2 {margin: 0 auto;padding: 0;max-width: 80%;}@media only screen and (min-width: 400px) {#nData {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 0;}.nDItem {width:calc((100% - 20px) / 2);margin:0 20px 20px 0;padding:0;}.nDItem:nth-of-type(2n+2) {padding:0;}.nDItem:nth-of-type(2n+2) {margin:0 0 20px 0;}}@media only screen and (min-width: 700px) {body .nDItem a.nDItemData {padding:0 0 0 0;}.nDItemData .nDIDtitle {font-size:30px;font-size:3.0rem;}#nDTop {padding:40px 0;max-width: 80%;}#content #nDSubline h2 {font-size:30px;font-size:3.0rem;}}@media only screen and (min-width: 1000px) {#nDOverlay {padding:40px;}#nDOverlay #nDOverlayContainer a#nDOverlayClose {width:50px;height:50px;right:5px;top:5px;}#content #nDSubline h2 {font-size:40px;font-size:4.0rem;}#nDIWdots {width:calc(100% - 60px);margin:0 auto;display:block;}}@media only screen and (min-width: 1240px) {#nDOverlay {padding:40px calc(50% - 600px);}}html,body { margin: 0; padding: 0;}body { font-family: "neuzeit-grotesk", sans-serif; font-weight: 300; font-style: normal; color: var(--cGreen); font-size: 16px; font-size: 1.6rem; line-height: 140%;  text-decoration: none; margin: 0; padding: 0; background-color: #F5F5F5; z-index: 0; position: relative; width: 100vw; width: 100%;}body.naviOpen,body.hasOverlay {  overflow: hidden;}#topBar { position: absolute; margin:0; padding: 0; inset: 0 0 auto 0; color: #FFF; z-index: 9999;}body.noImage #topBar { background-color: rgba(var(--cGreen_RGB), .8);}body.withImage:not(.naviOpen) #topBar::after { width: 100%; height: 200%; position: absolute; inset: 0 0 auto 0; background: linear-gradient(0deg, rgba(255, 255, 255, 0) 2%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, .7) 100%); content: ''; z-index: -1;}body.hasOverlay #topBar { opacity: 0; z-index: -1;}#topBarInner { width: 100%; max-width: var(--contentMaxWidth); margin: 0 auto; padding: 15px 0; display: grid; grid-template-columns: 60px 1fr 60px; align-items: center;}a#galleryIcon { width:60px; height:60px; display: block; margin: 0; padding: 15px;}a#galleryIcon i { width: 100%; height: 100%; display: block; background-image: url(../images/svg/gallery.svg); background-repeat: no-repeat; background-position: center; background-size: contain;}a#logo { display: block; text-decoration: none; z-index: 900; width:180px; grid-column: 2/3; justify-self: center; opacity: 1; transition: opacity .5s ease;}a#logo svg, #footerLogo a svg { width: 100%; display: block; aspect-ratio: 500/132;}a#logo svg { fill: var(--cWhite);}body.naviOpen a#logo { opacity: 0; pointer-events: none;}a#hamburger { width:60px; height:60px; display: block; margin: 0; padding: 10px; position: relative;}html[data-version="v_2025"] a#hamburger::after { width: 100%; height: 100%; display: block; background-color:var(--cGreen); position: absolute; z-index: -1; content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%) scale(0); transition: transform .5s ease; border-radius: 9999em;}html[data-version="v_2025"] a#hamburger:hover::after { transform: translate(-50%, -50%) scale(1);}html[data-version="v_2025"] body.naviOpen a#hamburger::after { transform: translate(-50%, -50%) scale(100); transition: transform 1.5s linear;}a#hamburger span { width: 100%; display: block;}a#hamburger span svg { width: 100%; display: block; aspect-ratio: 1/1; fill: var(--cWhite);}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(--cWhite);}body.naviClosing a#hamburger span svg .hamburger { stroke: var(--cWhite);}a#hamburger span svg .close { opacity: 0; stroke: var(--cWhite);}body.naviOpen a#hamburger span svg .hamburger { opacity: 0;}body.naviOpen a#hamburger span svg .close { opacity: 1;}#navigation { width: 100%; display: flex; position: fixed; inset:0; background-color:var(--cGreen); z-index: 900; transform: translateX(100%); transition: all 1.1s ease; padding: 80px 15px;}html[data-version="v_2025"] #navigation { background-color: transparent;}#navigation::before, #navigation::after { width:25vw; height: 360px; max-width: 300px; position: absolute; right: 0; top: 50%; background-size: auto 90px; background-position: left top; content: '';}#navigation::before { transform: translate(0, -50%); background-image: url(../images/svg/muster_navi_1.svg);}#navigation::after { transform: translate(9px, -50%); background-image: url(../images/svg/muster_navi_2.svg);}body.naviOpen #navigation { transform: translateX(0);}body.naviClosing #navigation { transition: all 1.5s ease;}#naviWrapper { margin: auto; padding: 0; width: 100%; max-width: var(--contentMaxWidth); display: flex; flex-direction: column; gap: 50px 0;}#mainNaviLang { width: 100%; display: flex; flex-direction: column; gap: 5px; color: var(--cWhite);}#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; padding:0; margin: 0 auto; z-index: 310;}body.noImage #fullpage { padding:150px 0 0 0;}#page { width: 100%; margin: 0 auto; padding: 0; position: relative;}#content { width: 100%; padding: 0;}#editorField { width: 100%; max-width: 1000px; padding: 20px; margin: 0 auto;}#loginDialog { max-width: 500px; padding: 20px; background-color:var(--cGreen); color:#FFF; 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;}footer { width: 100%; padding: 0; color: var(--cGreen);}#footerData { width: 100%; padding:30px 15px; background-color: var(--cGreenLight); position: relative; overflow: hidden;}#footerData::before, #footerData::after { width:25vw; height: 360px; max-width: 200px; position: absolute; right: 0; top: 50%; background-size: auto 90px; background-position: left top; content: '';}#footerData::before { transform: translate(6px, -50%); background-image: url(../images/svg/muster_footer_1.svg);}#footerData::after { transform: translate(15px, -50%); background-image: url(../images/svg/muster_footer_2.svg);}@media only screen and (width > 599px) {#footerData { padding:40px 25px;}}#footerBox { width: 100%; max-width:var(--contentMaxWidth); padding:0 80px 0 0; margin: 0 auto; position: relative; display: flex; flex-direction: column; gap: 30px 0;}#footerLogo { display: flex;}#footerLogo a { width: 200px; display: block; text-decoration: none; position: relative; z-index: 1;}#footerLogo a svg { fill: var(--cGreen);}#footerKontakt { font-size: 26px; font-size: 2.6rem; font-family: "thanatos-variable", sans-serif; font-weight:200; line-height: 140%; font-style: italic;}#footerKontakt a { color: inherit; text-decoration: none;}#footerAdresse { font-size: 21px; font-size: 2.1rem; line-height: 150%;}#footerBottom { overflow: hidden; position: relative; background-color: #FFF; padding: 30px 15px;}#footerBottomInner { margin: 0 auto; max-width: var(--contentMaxWidth); display: flex; flex-direction: column; gap: 20px;}#footerLogos { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px;}#footerLogos a { display: block;}#footerLogos img,#footerLogos a img { display: block; width: auto; height: 40px;}#footerInfos { display: flex; flex-direction: column; font-size: 16px; font-size: 1.6rem; line-height: 180%;}#footerTax { text-align: center; }#footerNavi { display: flex; justify-content: center; gap: 5px;}@media only screen and (width > 799px) {#footerBottomInner { flex-direction: row; gap: 0px; align-items: center;}#footerLogos { width: 50%; justify-content: flex-start;}#footerInfos { width: 50%; justify-content: flex-end;}#footerTax { text-align: right;}#footerNavi { justify-content: flex-end;}}#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: #008000; 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: 30px 15px;}#intro { width: 100%; max-width:1000px; margin: 0 auto; padding:0; display: flex; flex-direction: column; gap: 40px; position: relative; color: var(--cGreen);}#intro section { width: 100%;}#iHeadlines { width: 100%; display: flex; flex-direction: column; gap: 20px;}#iHeadlines textarea, #iContent textarea, #iContent input { width: 100%;}#page #iHeadlines textarea#headline,#page #iHeadlines #iHheadline h1 { line-height: 120%; font-family: "thanatos-variable", sans-serif; font-weight:200; font-size: 55px; font-size: 5.5rem;}#page #iHeadlines textarea#subline,#page #iHeadlines #iHsubline h2 { line-height: 120%; font-family: "thanatos-variable", sans-serif; font-weight:200; font-size: 30px; font-size: 3.0rem; font-style: italic;}#iContent { width: 100%; margin: 0px auto; font-size: 20px; font-size: 2.0rem; line-height: 180%; font-weight: 300; display: flex; flex-direction: column; gap: 20px;}#iContentTitle { line-height: 120%; font-family: "thanatos-variable", sans-serif; font-weight:200; font-size: 30px; font-size: 3.0rem; font-style: italic;}#iContent a { color: inherit; white-space: nowrap; text-decoration-thickness: 1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: solid; text-decoration-style: solid; -webkit-text-decoration-color: var(--cGreen); text-decoration-color: var(--cGreen); text-underline-offset: 3px;}#iContentText { font-size: 21px; font-size: 2.1rem; line-height: 160%;}#iC_Link { display: flex; justify-content: center;}#iC_Link a { display: block; line-height: 30px; padding: 5px 0; font-size: 17px; font-size: 1.7rem; font-weight: 700; color: var(--cGreen); text-decoration: none; text-align: center; position: relative; border-radius: 100px;}#iC_Link a::after { width: 50px; height: 50px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-image: url(../images/svg/icon.svg); background-size: contain; background-repeat: no-repeat; background-position: center; content: ''; z-index: -1;}#iC_Link a:hover { text-decoration-thickness: 1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: solid; text-decoration-style: solid; -webkit-text-decoration-color: var(--cGreen); text-decoration-color: var(--cGreen); text-underline-offset: 3px;}@media only screen and (width > 899px) { #introWrapper { padding: 60px 100px; } #iHeadlines { padding: 0 50% 0 0; } #iContent { padding: 0 0 0 50%; }}@media only screen and (width > 1399px) { #intro { gap: 60px; }}#fullpage span.link_Spruch { display: flex; justify-content: flex-start;}#fullpage span.link_Spruch a { display: flex; flex-direction: column; gap: 10px; padding: 0 0 0 40px; position: relative; text-decoration: none; width: auto;}#fullpage span.link_Spruch a b { display: block; position: relative; font-size: 21px; font-size: 2.1rem; font-weight: 400; line-height: 100%;}#fullpage span.link_Spruch a b::before { position: absolute; top: 0; left: -40px; display: block; width: 30px; height: 22px; background-size: 24px; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5 57.32 5.17-15.96c5.81.69 11.5 1.28 17.07 1.78s11.11.94 16.63 1.34 11.03.74 16.55 1.03 11.23.54 17.14.74l.59-1.18c-3.84-3.21-7.92-6.12-12.19-8.72-4.14-2.49-8.41-4.77-12.78-6.81v-14.78l2.37-1.03c6.9 5.91 13.55 11.41 19.95 16.49 6.15 4.9 12.57 9.46 19.21 13.67l.29.59-4.14 11.82c-2.86 1.78-5.74 3.7-8.64 5.76-2.91 2.06-5.81 4.35-8.72 6.86s-5.86 5.17-8.87 7.98-6.04 5.94-9.09 9.38l-2.37-.74v-15.94c4.24-1.87 8.4-3.84 12.48-5.91 4.31-2.2 8.48-4.67 12.48-7.39l-.45-1.48c-11.73.3-23.52.72-35.39 1.26s-23.86 1.45-35.95 2.72l-1.34-1.47z' fill='%234E563C'/%3E%3C/svg%3E"); content: '';}#fullpage span.link_Spruch a i { display: block; font-size: 14px; font-size: 1.4rem; font-weight: 300; line-height: 100%; font-style: normal;}#iContentText .link_Spruch { padding: 40px 0 0 0;}#fewoBox .link_Spruch { padding: 0 0 20px 0;}#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(--cGreen);} #overlayBG { background-color: rgba(var(--cGreen_RGB), .8); 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; }body.hasOverlay #overlayBG { z-index: 5000; visibility: visible;}#overlayWrapper { width: 100%; height:100%; max-width: 1140px; margin: 0 auto auto auto;  padding: 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: 40px; height: 40px; display: block; position: absolute; right:10px; top:10px;cursor: pointer; background-color:var(--cWhite); border: 1px solid var(--cGreen);}#overlayWrapper a#oW_Close::after {height: 100%;aspect-ratio: 1/1;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='%234E563C' 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:22px;background-position:center;background-repeat:no-repeat; content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}#overlayWrapper a#oW_Close:hover { background-color: var(--cGreen);}#overlayWrapper a#oW_Close:hover::after { 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:26px;}#overlayWindow { background-color: #FFF; overflow-y: auto;  height: auto; max-height: 100%;}#overlayContent { padding:50px 0 50px 20px; font-size: 16px; font-size: 1.6rem; position: relative;}#overlayBG.noPadding #overlayContent { padding:50px 0;}#overlayContent a { color: inherit;}@media only screen and (width > 799px) {#overlayBG { padding: 50px;}#overlayContent { padding:80px 0 80px 40px;}#overlayBG.noPadding #overlayContent { padding:80px 0;}}@media only screen and (width > 1199px) {#overlayBG { padding: 80px;}#overlayContent { padding:80px 0 80px 120px;}#overlayBG.noPadding #overlayContent { padding:80px 0;}}#dataOverlay { width: 100%; max-width: 900px; padding: 0 20px 0 0; display: flex; flex-direction: column; gap: 30px 0;}#dataOverlay_Title { font-family: "thanatos-variable", sans-serif; font-weight:200; line-height: 100%; font-size:50px; font-size:5.0rem;}#dataOverlay_Content { font-size: 21px; font-size: 2.1rem; font-weight: 300; line-height: 140%; font-style: normal;}#dataOverlay_Content ul { display: flex; flex-direction: column; gap: 10px;}#dataOverlay_Content ul li { padding: 0 0 0 7px; margin: 0 0 0 18px; list-style-type: circle; line-height: 140%;}#dataOverlay_InfoTitle { font-family: "thanatos-variable", sans-serif; font-weight:200; line-height: 100%; font-size: 30px; font-size: 3.0rem; font-style: italic;}@media only screen and (width > 999px) { html { font-size: 62.5%; } .fL { float: left; } .fR { float: right; }  #topBarInner { padding: 40px 10px; grid-template-columns: 70px 1fr 70px; } a#logo { width: 250px; } a#hamburger { width:70px; height:70px; } #navigation { flex-direction: row; padding: 80px 50px; } #naviWrapper { flex-direction: row; } #mainNaviLang { width: 40%; margin: auto auto 0 0; } #allWrapper { padding: 0; } #fullpage { padding:0; } body.noImage #fullpage { padding:200px 0 0 0; } #page { padding: 0; background-position: left calc((50% - 300px)) top -40px; background-size:500px; } #textTop { top: -140px; } #breadcrumbs { padding: 20px 0; text-align: left; }  #footerData { padding: 50px 35px; } #footerLogo a { width: 300px; } #footerAdresse { } #footerKontakt { font-size: 40px; font-size: 4.0rem; } #footerLogos { gap: 10px 40px; } #footerLogos img, #footerLogos a img { height: 60px; }}@media only screen and (width > 1199px) { a#logo { width: 300px; }}@media only screen and (width > 1599px) { }ul#mainNavi { width: 100%;padding:0; margin:0;list-style: none; display: flex; flex-direction: column; gap: 20px;}ul#mainNavi li {display:block;padding: 0;width:100%;}body ul#mainNavi li.mNItem {text-align:left;position:relative;}ul#mainNavi li.mNItem a {display:block;margin:0;padding:0; font-family: "thanatos-variable", sans-serif; font-size:34px;font-size:3.4rem; line-height:120%; font-weight:200;text-decoration: none;position:relative; color:rgba(var(--cWhite_RGB), .6);}ul#mainNavi li.mNItem a:hover { color: var(--cWhite);}ul#mainNavi li.mNItem a.aActiv { color: var(--cWhite);}@media only screen and (max-height: 400px) and (orientation: landscape) {ul#mainNavi li.mNItem a {font-size: 85%;}}@media only screen and (width > 999px) {ul#mainNavi { width: 60%;} ul#mainNavi li.mNItem a { font-size:40px;font-size:4.0rem;}}@media only screen and (width > 1200px) {ul#mainNavi li.mNItem a { font-size:50px; font-size:5.0rem;}}#mainNaviLang a { display: block; color:var(--cWhite); text-decoration: none; line-height: 30px;}#mainNaviLang a:hover { text-decoration-thickness: 1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: solid; text-decoration-style: solid; -webkit-text-decoration-color:var(--cWhite); text-decoration-color:var(--cWhite); text-underline-offset: 3px;}#mainNaviLang span { display: block; line-height: 30px; padding: 0 5px;}#footerNavi a, #footerNavi span {text-decoration:none;color:inherit;display:block;margin:0;padding: 0;}#footerNavi a {}#footerNavi span {padding: 0 5px; white-space: nowrap;}#footerNavi a:hover {text-decoration-thickness: 1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; -webkit-text-decoration-style: solid; text-decoration-style: solid; -webkit-text-decoration-color:var(--cGreen); text-decoration-color:var(--cGreen); text-underline-offset: 3px;}#footerNavi a.fNactiv {opacity:.6;}