:root {--cBrown:#000;--cBrown_RGB:84, 69, 52;--cBrownLight:#CBB79F;--cBrownLight_RGB:203, 183, 159;--cBlack:#1d1d1b;--cCreme:#E0EAD9;--cBlueLight:#B5C5D9;}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;  -ms-hyphens: auto; -webkit-hyphens: auto; hyphens: auto;}@media only screen and (min-width:600px) {.break-word {word-wrap:normal;word-break:normal;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;}}.formfield {font-size:16px;font-size:1.6rem;padding:8px 9px;margin:0;line-height:30px;color:var(--cBlack);background-color:#FFF;border:none;border-bottom:1px solid var(--cBlack);font-family: granville, serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position:relative;}.formfield::-webkit-input-placeholder {color:rgba(66,74,66,.5);}.formfield.ffdn {display:none;}.formfield.ffCal {padding-right:30px;background-image: url("data:image/svg+xml,%3Csvg height='16' viewBox='0 0 16 16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2339454A' d='m5 6h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm-9 6h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm-3-3h2v2h-2zm3 0h2v2h-2zm3 0h2v2h-2zm-9 0h2v2h-2zm11-9v1h-2v-1h-7v1h-2v-1h-2v16h15v-16zm1 15h-13v-11h13z'/%3E%3C/svg%3E%0A");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='%23686868' 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;border-radius:0px;}.w100pz { width:100%; }.w80pz { width:80%; }.w50pz { width:50%; }.w28pz { width:28%; }.w26pz { width:26%; }.w23pz { width:23%; }select.formfield.w20 { width:60px; }select.formfield.w30 { width:70px; }select.formfield.w40 { width:80px; }select.formfield.w50 { width:90px; }@media only screen and (max-width: 400px) {.w80pz { width:100%; }.w50pz { width:100%; }}.w20 { width:20px; text-align:center; }.w30 { width:30px; }.w40 { width:40px; text-align: center; margin: 0 5px 5px 0; padding: 8px 2px; }.w50 { width:50px; }.w80 { width:80px; }.w100 { width:50%; }.w200 { width:200px; }.w300 { width:90%; }.w400 { width:90%; }.formsubmit {position:relative;display:inline-block;line-height: 30px;padding:8px 30px;font-size: 16px;font-size: 1.6rem;font-weight: 400;text-transform:uppercase;text-align:center;font-family: granville, serif;color: var(--cBrownLight);border: 2px solid var(--cBrownLight);background-color: #FFF;border-radius: 40px;}#page a.formsubmit {text-decoration:none;color: var(--cBrownLight);background-color: #FFF;}#page a.formsubmit:hover {color:#FFF;background-color:var(--cBrownLight);} .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;box-sizing: border-box;}.cmsAlert a {color:inherit;}@-webkit-keyframes kenburn {0% {transform: scale(1);}50% {transform: scale(1.2);}100% {transform: scale(1);}}@keyframes kenburn {0% {transform: scale(1);}50% {transform: scale(1.2);}100% {transform: scale(1);}}@-webkit-keyframes scaleUp {0%{transform: scale(0.5); opacity:0; }100%{transform: scale(1); opacity:1; }}@keyframes scaleUp {0%{transform: scale(0.5); opacity:0; }100%{transform: scale(1); opacity:1; }}@-webkit-keyframes fadeIn {0%{opacity:0; }100%{opacity:1; }}@keyframes fadeIn {0%{opacity:0; }100%{opacity:1; }}@-webkit-keyframes textRotation { 0% {transform: rotateX(90deg); } 100% { transform: rotateX(0deg); }}@keyframes textRotation { 0% {transform: rotateX(90deg); } 100% { transform: rotateX(0deg); }}#page {text-decoration: none;text-align: left;line-height:140%;color:var(--cBlack);}#page .hspacer { width:100%; font-size:8px; overflow:hidden; }#page .s4 { height:4px; }#page .s6 { height:6px; }#page .s8 { height:8px; }#page .s10 { height:10px; }#page .s12 { height:12px; }#page .s14 { height:14px; }#page .s16 { height:16px; }#page .s18 { height:18px; }#page .s20 { height:20px; }#page .s22 { height:22px; }#page .s24 { height:24px; }#page .s30 { height:30px; }#page .s40 { height:40px; }#page a, #page .text strong a, #page .text a strong {color:inherit;}#page a:hover {text-decoration: none;}#page a.pAnchor {position:absolute;height:0px;top:-50px;}#page a.cLink {font-size:18px;font-size:1.8rem;font-family: granville, serif;font-weight:400;display:inline-block;padding:0 0 0 25px;color:var(--cBlack);text-decoration:none;line-height:100%;position:relative;}#page 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='%2339454A' 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;}#page a.cLink:hover::before {left:5px; transition:all .2s ease-in;}#page strong {color:var(--cBlack);font-size:inherit;font-weight: 600;}#page h1, #page h3 {line-height:120%;font-size:22px;font-size:2.2rem;font-weight:400;font-family: granville, serif;text-transform: uppercase;padding:0;margin: 0;}#page h2, #page h4 {line-height:120%;font-size:28px;font-size:2.8rem;font-weight:400;font-family: granville, serif;text-transform: uppercase;padding: 0;margin: 0;}#page h5 {line-height:120%;font-size:20px;font-size:2.0rem;font-weight:400;font-family: granville, serif;padding: 0;margin: 0;}#page .aL { text-align:left; }#page .aC { text-align:center; }#page .aR { text-align:right; }#fpWrapper .aL { text-align:left; }#fpWrapper .aC { text-align:center; }#fpWrapper .aR { text-align:right; }#page .text {width:100%;font-size:17px;font-size:1.7rem;line-height: 200%;font-weight: 200;}@media only screen and (min-width: 700px) {#page .text {font-size:18px;font-size:1.8rem;}}#page .text p {padding:2px 0;margin:2px 0;}#page ul {width:100%;text-align:left;padding:5px 0 0 5px;}#page .text.aC ul {padding:0;}@media only screen and (min-width: 990px) {body:not(.pageID200) #page .text.aC ul {padding:0 20% 0 40%;}}#page ul li {padding: 0 0 0 20px;margin: 0 0 5px 0;line-height:140%;list-style: none;position:relative;}#page ul li:before {position:absolute;left:0px;top:0px;width:10px;line-height:30px;font-size:16px;font-size:1.6rem;content: "-";text-align:center;}#page ul li ul li:before {position:absolute;left:0;top:3px;width:20px;line-height:20px;font-size:16px;font-size:1.6rem;content: "-";text-align:center;}#page .text blockquote {width:100%;font-size:30px;font-size:3.0rem;padding:20px 0;}#page .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;}#page .text article hr {margin:0;padding:0;height:0;border:none;}#page .cImageWrapper {overflow:hidden;position:relative;margin:0;padding:0;}#page .cImageWrapper img {display:block;width:100%;}#page .layout1 .cImageWrapper {margin:0 0 12px 0;}#page .layout2 .cImageWrapper {margin:0 0 12px 0;}#page .layout3 .cImageWrapper {margin:0 0 12px 0;}#page .layout4 .cImageWrapper {margin:0 0 12px 0;}@media only screen and (min-width: 450px) {#page .layout1 .cImageWrapper {float: left;margin:0 22px 12px 0;}#page .layout2 .cImageWrapper {float: right;margin:0 0 12px 22px;}#page .layout3 .cImageWrapper {float: left;}#page .layout3 .textBlock, #page .layout5 .textBlock {float:right;}#page .layout4 .cImageWrapper {float: right;}#page .layout4 .textBlock, #page .layout6 .textBlock {float:left;}}#page .cImageRow {width:100%;}#page .cImageRow .cImageWrapper {display:block;}#page .layout5 .cImageWrapper {text-align: left;float:left;margin:12px 0 0 0;}#page .layout6 .cImageWrapper {text-align: right;float:right;margin:12px 0 0 0;}#page .layout7 .cImageRow {margin:0 0 12px 0;}#page .layout7 .cImageRow .cImageWrapper {float: left;}#page .layout8 .cImageWrapper {margin:0 auto 12px;}#page .layout9 .cImageRow {margin:0 0 12px;}#page .layout9 .cImageRow .cImageWrapper {float: right;}#page .layout10 .cImageWrapper {margin:12px auto 0;}#page .layout11 .cImageWrapper {margin:0;}.cIWsize30, .cIWsize35, .cIWsize40, .cIWsize45, .cIWsize50, .cIWsize55, .cIWsize60, .cIWsize65, .cIWsize70, .cIWsize75, .cIWsize80, .cIWsize85, .cIWsize90, .cIWsize95, .cIWsize100 { width:100%; }.tBsize65, .tBsize60, .tBsize55, .tBsize50, .tBsize45, .tBsize40, .tBsize35 { width:100%; }@media only screen and (min-width: 450px) {.cIWsize30 { width:30%; } .tBsize65 { width:65%; }.cIWsize35 { width:35%; } .tBsize60 { width:60%; }.cIWsize40 { width:40%; } .tBsize55 { width:55%; }.cIWsize45 { width:45%; } .tBsize50 { width:50%; }.cIWsize50 { width:50%; } .tBsize45 { width:45%; }.cIWsize55 { width:55%; } .tBsize40 { width:40%; }.cIWsize60 { width:60%; } .tBsize35 { width:35%; }.cIWsize65 { width:65%; } .tBsize30 { width:30%; }.cIWsize70 { width:70%; } .tBsize25 { width:25%; }.cIWsize75 { width:75%; } .tBsize20 { width:20%; }.cIWsize80 { width:80%; } .tBsize15 { width:100%; }.cIWsize85 { width:85%; } .tBsize10 { width:100%; }.cIWsize90 { width:90%; } .tBsize5 { width:100%; }.cIWsize95 { width:95%; } .tBsize0 { width:100%; }.cIWsize100 { width:100%; }}#page .Abschluss.hLine1 {width:100%;padding:3vw 0;}#page .Abschluss.hLine2 {width:100%;height:100px;margin:45px auto 0;position:relative;}#page .Abschluss.hLine2:before {width:1px;height: 100%;content:'';position:absolute;left:calc(50% - 1px);background-color: rgba(66,74,66,0.5);}#page .Abschluss.hLine3 {width:100%;height:40px;margin:40px auto;padding:0;position:relative;background-image: url(../images/svg/icon_line.svg);background-position:center center;background-size:contain;background-repeat:no-repeat;}#page .Abschluss.hLine3:before, #page .Abschluss.hLine3:after {width:calc(30% - 50px);content:'';position:absolute;top:20px;border-top:1px solid #F4F2F0;}#page .Abschluss.hLine3:before {left:20%;}#page .Abschluss.hLine3:after {right:20%;}#page .absatzWrapper {width:100%;position:relative;margin:0 auto;}#page .absatzWrapper.layout11 {max-width:100%;}.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;}#page .absatz {padding:0;margin:0 auto;}#page .layout1 .absatz {padding:0 25px;max-width: 1280px;}.paragraphWidth50, .paragraphWidth60, .paragraphWidth70, .paragraphWidth80, .paragraphWidth90, .paragraphWidth100 {width:100%;}@media only screen and (min-width: 1000px) {.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;}#pageOverlay .absatzWrapper .layout1 {padding: 0 150px;}#page .Abschluss.hLine3:before, #page .Abschluss.hLine3:after {width:calc(25% - 45px);}#page .Abschluss.hLine3:before {left:25%;}#page .Abschluss.hLine3:after {right:25%;}}.absatz .pAnchor {position:absolute;top:-200px;height:0px;}.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%;max-width: 1400px;padding:0 20px;margin:0 auto;}.impressionen .impDetail {padding: 30px 0 0 0;display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}.impressionen .impDetail .impItem {margin: 0 0 10px 0;height: 25vw;}.impressionen .impDetail .impItem img {display: block;width: 100%;height: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;}.impressionen .impItem:nth-of-type(12n+1) {padding: 0 0 0 61%;width: 100%;}.impressionen .impItem:nth-of-type(12n+2) {padding: 0 10px 0 33%;width: 61%;}.impressionen .impItem:nth-of-type(12n+3) {padding: 0 40px 0 0;width: 39%;}.impressionen .impItem:nth-of-type(12n+4) {padding: 10px 10px 0 0;width: 42%;}.impressionen .impItem:nth-of-type(12n+5) {padding: 0 19% 0 0;width: 58%;}.impressionen .impItem:nth-of-type(12n+6) {padding: 0 10px 0 0;width: 38%;}.impressionen .impItem:nth-of-type(12n+7) {padding: 0 36% 0 0;width: 62%;}.impressionen .impItem:nth-of-type(12n+8) {padding: 0 10px 0 11%;width: 54%;}.impressionen .impItem:nth-of-type(12n+9) {padding: 20px 8% 0 0;width: 46%;}.impressionen .impItem:nth-of-type(12n+10) {padding: 0 10px 0 25%;width: 54%;}.impressionen .impItem:nth-of-type(12n+11) {padding: 0 12% 0 0;width: 46%;}.impressionen .impItem:nth-of-type(12n+12) {padding: 0 27% 0 33%;width: 100%;}.impressionen .impCol:nth-of-type(2) {-webkit-transform:translate(0, 10vh);-ms-transform:translate(0, 10vh);transform:translate(0, 10vh);}.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 {padding: 30px 5% 0 5%;}.impressionen .impDetail .impItem {margin: 0 0 20px 0;height: 25vw;max-height: 350px;}.impressionen .impItem:nth-of-type(12n+2) {padding: 0 20px 0 33%;width: 61%;}.impressionen .impItem:nth-of-type(12n+3) {padding: 0 40px 0 0;width: 39%;}.impressionen .impItem:nth-of-type(12n+4) {padding: 20px 20px 0 0;width: 42%;}.impressionen .impItem:nth-of-type(12n+5) {padding: 0 19% 0 0;width: 58%;}.impressionen .impItem:nth-of-type(12n+6) {padding: 0 20px 0 0;width: 38%;}.impressionen .impItem:nth-of-type(12n+7) {padding: 0 36% 0 0;width: 62%;}.impressionen .impItem:nth-of-type(12n+8) {padding: 0 20px 0 11%;width: 54%;}.impressionen .impItem:nth-of-type(12n+9) {padding: 20px 8% 0 0;width: 46%;}.impressionen .impItem:nth-of-type(12n+10) {padding: 0 20px 0 25%;width: 54%;}.impressionen .impItem:nth-of-type(12n+11) {padding: 0 12% 0 0;width: 46%;}.impressionen .impItem:nth-of-type(12n+12) {padding: 0 27% 0 33%;width: 100%;}}#kontakt {margin: 0 auto;padding: 40px 15px;}#kontaktWrapper {display: flex;flex-wrap:wrap;}#kWDataWrapper {width: 100%;text-align: left;padding: 0 20px 20px 0;}#kWData {width: 100%;}.kWDataItem {margin:0 0 40px 0;}.kWDtitle {font-size:20px;font-size:2.0rem;font-weight: 400;padding: 0 0 10px 0;}.kWDcontent {font-size:16px;font-size:1.6rem;}#kKontakt {padding:10px 0;}#kKontakt a {font-weight: 600;text-decoration: none;}#kWMap {width: 100%;height: 100%;}#kWMap #map {width: 100%;height: 70vh;max-height: 480px;}@media only screen and (min-width: 768px) {#kontakt {padding: 40px;}}@media only screen and (min-width: 1000px) {#kWDataWrapper {width: 60%;padding: 0 70px 0 0;display: flex;}#kWData {margin: auto 0;}#kWMap {width: 40%;display: flex;}#kWMap #map {height:55vh;margin: auto 0;}}.blockInhalte {width:100%;margin:0;position:relative;background-color:var(--cBrownLight);background-repeat:no-repeat;background-size:cover;background-position-x: center; }.blockInhalte .bBWimage {width: 100%;height: auto;display:block;}@media only screen and (orientation: portrait) {.blockInhalte .bBWimage.bBWiPortrait {display:none;}.blockInhalte .bBWimage.bBWiLandscape {display:none;}}@media only screen and (orientation: landscape), only screen and (min-width: 1000px) {.blockInhalte .bBWimage.bBWiPortrait {display:none;}.blockInhalte .bBWimage.bBWiLandscape {display:block;}}.blockInhalte span {display:block;}#page .blockInhalte a {text-decoration:none;}.bBWimage {width: 100%;display: block;}.blckIBlockWrapper {position: relative;z-index: 300;}.blockInhalte .blckIBlock {width:100%;position:relative;padding:30px 15px;margin:auto;text-align:center;}#page .blockInhalte.bxITyp1 .blckIBlock {color: var(--cBlack);}#page .blockInhalte.bxITyp2 .blckIBlock {color: #F2EFE9;}.blockInhalte .blckIBlock .blckIBlockBox {padding: 20px;}.blockInhalte .blckIBlock .blckIBlockTitle {padding:0 0 30px 0;}#page .blockInhalte .blckIBlock .blckIBlockTitle h3 {font-size: 22px;font-size: 2.2rem;text-transform: uppercase;font-weight: 400;color: inherit;}.blockInhalte .blckIBlock .blckIBlockSubline {padding:0 0 30px 0;}#page .blockInhalte .blckIBlock .blckIBlockSubline h4 {font-size: 20px;font-size: 2.0rem;text-transform: uppercase;font-weight: 400;}#page .blockInhalte.bxITyp1 .blckIBlock .blckIBlockSubline h4 {color: #F2EFE9;}#page .blockInhalte.bxITyp2 .blckIBlock .blckIBlockSubline h4 {color: var(--cBlack);}.blockInhalte .blckIBlock .blckIBlockText {width:100%;padding:0;color:inherit;font-size: 18px;font-size: 1.8rem;line-height:200%;}#page .blockInhalte .blckIBlock .blckIBlockText a {color:inherit;opacity:0.8;text-decoration: underline;}#page .blockInhalte .blckIBlock .blckIBlockText a:hover {text-decoration:none;opacity:1.0;}.blockInhalte .blckIBlockText, .blockInhalte a .blckIBlockText {width:100%;text-decoration:none !important;color:#FFF;}#page .blockInhalte .blckIBlockText ul {width:100%;padding:0;margin:0;}#page .blockInhalte .blckIBlockText ul li {margin:0 0 10px 0;padding: 0 0 10px 30px;line-height:inherit;list-style:none;}#page .blockInhalte .blckIBlockText ul li::before {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%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='%23FFF' transform='translate(-5.75 -5.75)'/%3E%3C/svg%3E");background-position: center;background-size: contain;top: 5px;width:20px;height:20px;content: '';}#page .blockInhalte .blckIBlockText ul li strong {color: #FFF;font-size: 120%;}.blockInhalte .blckIBlockLink {padding:10px 0 0 0;margin:20px 0 0 0;width:100%;}#page .blockInhalte .blckIBlockLink a {display:inline-block;line-height: 40px;padding:0 30px;font-size:16px;font-size:1.6rem;text-decoration:none;position:relative;vertical-align:middle;text-transform:uppercase;font-weight: 400;}#page .blockInhalte.bxITyp1 .blckIBlockLink a {color: #FFF;border: 2px solid #FFF;border-radius: 40px;}#page .blockInhalte.bxITyp2 .blckIBlockLink a {color: var(--cBlack);}#page .blockInhalte.bxITyp1 .blckIBlockLink a:hover {background-color: #FFF;color:var(--cBrownLight);}#page .blockInhalte.bxITyp2 .blckIBlockLink a:hover {background-color: var(--cBlack);color: #F2EFE9;}#page .blockInhalte.bxITyp3 .blckIBlockLink a {padding:0;}.blockInhalte.bxITyp3 .blckIBlock .blckIBlockImage img {width:100%;height: auto;display: block;background-repeat: no-repeat;background-size: cover;background-position: center;}@media only screen and (min-width: 1000px) {.blockInhalte::before, .blockInhalte::after {background-size: auto 120%;}.blockInhalte::before {display: block;}.blockInhalte::after {background-position: right -50px top 0px;}.blckIBlockWrapper {max-width: 1200px;margin: 0 auto;display:flex;}.blockInhalte .blckIBlock {width:80%;padding: 50px 30px;}.blockInhalte.bxITyp3 .blckIBlock {width: 100%;margin: 0 auto;padding: 50px 0;max-width: 900px;display:flex;}.blockInhalte.bxITyp3 .blckIBlock .blckIBlockImage {width:50%;padding: 0 20px 0 0;}.blockInhalte.bxITyp3 .blckIBlock .blckIBlockInner {width:50%;text-align: left;padding: 0 0 0 20px;align-self: center;}}.boxenInhalte {width: 100%;position: relative;max-width: 1000px;margin: 0 auto;}#pageOverlay .boxenInhalte {max-width: 860px;}.boxenInhalte span {display: block;}.boxenInhalte.bIgroup {margin: 0 auto 60px auto;}.boxenInhalte .bIWrapper {width: 100%;display: flex;flex-direction: column-reverse;}.boxenInhalte .bILine {width:100%;height:40px;margin:10vh auto;padding:0;position:relative;background-image: url(../images/svg/icon_line.svg);background-position:center center;background-size:contain;background-repeat:no-repeat;}.boxenInhalte .bILine, #pageOverlay .boxenInhalte .bILine {display: none;}.boxenInhalte .bILine:before, .boxenInhalte .bILine:after {width:calc(40% - 50px);max-width: 150px;content:'';position:absolute;top: 50%;left:50%;border-top:2px solid var(--cBrown);}.boxenInhalte .bILine:before {transform: translateX(calc(-100% - 50px));}.boxenInhalte .bILine:after {transform: translateX(50px);}.boxenInhalte .bIWrapper.bITyp1 {background-color: transparent;}.bIWrapper .bILeft {width: 100%;padding: 0 20% 30px 0;text-align: left;color: var(--cBlack);font-size: 16px;font-size: 1.6rem;}.bIWrapper .bIRight {width: 100%;position: relative;}.bIWrapper .bIBoxBildWr {display: flex;width: 100%;height: 100%;position: relative;padding: 0;}.boxenInhalte .bIBoxBildWr .bIBoxBild {width: 100%;margin: auto;}.boxenInhalte .bIRight .bIBoxBild .lazy {display: block;width: 100%;height: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}.boxenInhalte .bIRight .bIBoxBild.bIBB_Video .lazy {background-size: 120%;}.boxenInhalte .bIRight .bIBoxBild img {display: block;width: 100%;height: auto;position: relative;z-index: 100;}.boxenInhalte .bIRight .bIBoxBild.bIBB_Video .lazy::after {display: block;width: 80px;height: 50px;content: '';position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 1024 721' viewBox='0 0 1024 721' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3ClinearGradient id='a' gradientTransform='matrix(1 0 0 -1 0 721)' gradientUnits='userSpaceOnUse' x1='512.5' x2='512.5' y1='719.7' y2='1.2'%3E%3Cstop offset='0' stop-color='%23e52d27'/%3E%3Cstop offset='1' stop-color='%23bf171d'/%3E%3C/linearGradient%3E%3Cpath d='m407 493 276-143-276-144z' fill='%23fff'/%3E%3Cpath d='m407 206 242 161.6 34-17.6z' fill='%23420000' opacity='.12'/%3E%3Cpath d='m1013 156.3s-10-70.4-40.6-101.4c-38.8-40.7-82.4-40.9-102.3-43.3-143-10.3-357.4-10.3-357.4-10.3h-.4s-214.4 0-357.4 10.3c-19.9 2.4-63.5 2.6-102.3 43.3-30.6 31-40.6 101.4-40.6 101.4s-10.2 82.6-10.2 165.3v77.5c0 82.7 10.2 165.3 10.2 165.3s10 70.4 40.6 101.4c38.9 40.7 89.9 39.4 112.6 43.7 81.7 7.8 347.3 10.3 347.3 10.3s214.6-.3 357.6-10.7c20-2.4 63.5-2.6 102.3-43.3 30.6-31 40.6-101.4 40.6-101.4s10.2-82.7 10.2-165.3v-77.5c0-82.7-10.2-165.3-10.2-165.3zm-606 336.7v-287l276 144z' fill='url(%23a)'/%3E%3C/svg%3E");background-position: center;background-size: contain;background-repeat: no-repeat;opacity: .75;}.boxenInhalte .bIRight .bIBoxBild.bIBB_Video .lazy:hover::after {opacity: 1;}.boxenInhalte .bIBox {width: 100%;}.boxenInhalte .bIBox .bIBoxContent {padding: 30px 0;}.boxenInhalte .bIBox .bIBoxTitle {margin: 0 0 15px 0;}#page .boxenInhalte .bIBox .bIBoxTitle h2 {font-size: 26px;font-size: 2.6rem;font-weight: 400;text-transform: none;}#page .boxenInhalte .bIBox .bIBoxText {color: inherit;font-size: 18px;font-size: 1.8rem;line-height: 200%;}#page .boxenInhalte .bIBox .bIBoxText ul {padding: 0 !important;margin: 0 !important;}#page .boxenInhalte .bIBox .bIBoxText ul li {padding: 0 0 0 30px;margin: 0 0 10px 0;line-height: 140%;list-style: none !important;position: relative;}#page .boxenInhalte .bIBox .bIBoxText ul li:before {position: absolute;left: -5px;top: 2px;width: 20px;line-height: 20px;font-size: 20px;font-size: 2.0rem;font-weight: 700;content: "\2022";text-align: center;}.boxenInhalte .bIBox .bIBoxLink {margin: 25px 0 0 0;text-align: center;}#page .boxenInhalte .bIBox .bIBoxLink a {display: inline-block;line-height: 30px;padding: 8px 30px;font-size: 16px;font-size: 1.6rem;font-weight: 400;text-transform: uppercase;text-decoration: none;text-align: center;font-family: granville, serif;color: var(--cBrownLight);border: 2px solid var(--cBrownLight);background-color: #FFF;border-radius: 40px;position: relative;}#page .boxenInhalte .bIBox .bIBoxLink a:hover {color: #FFF;background-color: var(--cBrownLight);}@media only screen and (min-width: 1000px) {.boxenInhalte.bIgroup {margin: 0 auto 120px auto;}.boxenInhalte .bIWrapper {flex-direction: row;justify-content: space-between;}.bIWrapper .bILeft {width: 50%;padding: 0 70px 0 0;display: flex;}#pageOverlay .bIWrapper .bILeft {padding:0;}.boxenInhalte .bIBox .bIBoxLink {margin: 25px 0 0 20px;text-align: left;}.bIWrapper .bIRight {width: 50%;}#pageOverlay .bIWrapper .bIRight {padding: 0 0 0 70px;}.boxenInhalte.bIgroup div.bIOuter:nth-of-type(2n+2) .bIWrapper {flex-direction: row-reverse;}.boxenInhalte.bIgroup div.bIOuter:nth-of-type(2n+2) .bIWrapper .bILeft {padding: 0 0 0 70px;}#pageOverlay .boxenInhalte.bIgroup div.bIOuter:nth-of-type(2n+2) .bIWrapper .bIRight {padding: 0 70px 0 0;}.boxenInhalte .bILine {display: block;}.boxenInhalte .bIBox {margin: auto;}.boxenInhalte .bIBox .bIBoxTitle {margin: 0 0 20px 0;}.boxenInhalte .bIWrapper.bITyp1 .bIRight .bIBoxBild {width: 100%;}}.dropUpList {width:100%;padding: 10px 0;}.dropUpList .dULItem {width:100%;position:relative;margin:0 0 10px 0;border-bottom: 1px solid var(--cBlack);}.dropUpList .dULItem .dULItemTitle {width:100%;}#content .dropUpList .dULItem .dULItemTitle a {text-decoration:none;color:var(--cBlack);font-size: 16px;font-size: 1.6rem;font-weight:600;line-height:30px;text-transform:uppercase;position:relative;padding:5px;display:block;}#content .dropUpList .dULItem .dULItemTitle a:hover {padding:5px 5px 5px 7px;}#content .dropUpList .dULItem .dULItemTitle a::after {position: absolute;right: 0px;top: 50%;transform: translateY(-50%);width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 150%;content: '+';font-weight:300;}#content .dropUpList .dULItem.show .dULItemTitle a::after {content: '-';}#content .dropUpList .dULItem.show .dULItemTitle {margin:0 0 10px 0;}#content .dropUpList .dULItemText {width:100%;padding:0 5px 30px 5px;}#content .dropUpList .dULItemText h6 {width:100%;color:inherit;font-size:110%;font-weight:700;padding:0;margin:20px 0 4px 0;text-transform:uppercase;}#content .dropUpList .dULItemText h6:nth-child(1) {margin:0 0 4px 0;}#content .dropUpList .dULItemText strong {color:inherit;}#content .dropUpList .dULItemText ul {padding: 0;}#content .dropUpList .dULItemText ul li:before {top:0px;line-height:30px;font-size:24px;font-size:2.4rem;content:'\2219';}#content .dropUpList .dULItem .dULItemText {display:none;}#content .dropUpList .dULItem.show .dULItemText {display:block;}@media only screen and (min-width: 600px) {.dropUpList {width:100%;padding: 10px 50px 10px 30px;}}.spaltenInhalte {width:100%;max-width:1520px;padding:20px 0 0 0;margin:0 auto;}.spaltenInhalte span {display:block;}.spaltenInhalte a {text-decoration:none !important;display:block;}.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:0px 0px 10px 0px;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%;}.sICols.sIColNr2 .sIBoxContent {padding:0 10px;}.sICols.sIColNr4 .sIBoxContent {padding:30px 0 0 0;}.spaltenInhalte .sIBoxTitle {line-height:130%;font-size:50px;font-size:5.0rem;color:#000;font-weight: 400;padding:50px 0 5px 0;line-height:110%;}.spaltenInhalte .sIBoxText {font-size:16px;font-size:1.6rem;}.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(--cBlack);font-weight:600;font-size:18px;font-size:1.8rem;font-style:italic;position:relative;}#content .spaltenInhalte .sIBoxLink span::before {width:16px;height:16px;background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 16 16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2339454A' 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; }#sitemap {width:100%;max-width:900px;padding:40px 15px 10vh 15px;margin:0 auto;}#sitemap .smNaviItem {width:100%;margin:0 0 20px 0;}@media only screen and (min-width: 500px) {#sitemap {display: flex;flex-wrap: wrap;}#sitemap .smNaviItem {width:50%;padding: 0 30px 0 0;}}#sitemap ul.smLevel1 {margin:0px;padding:0px;width: 100%;}#sitemap ul.smLevel1 li {list-style:none;margin:0;padding:0;}#sitemap ul.smLevel1 li.smL1link {display: flex;flex-wrap: wrap;}#sitemap ul.smLevel1 li::before {content:'';}#sitemap ul.smLevel1 li a {line-height: 40px;font-size: 40px;font-size: 4.0rem;color:var(--cBlack);text-decoration: none;width: calc(100% - 150px);}#sitemap ul.smLevel1 li input {width:140px;font-size: 14px;font-size: 1.4rem;border:1px solid var(--cBlack);border-radius:3px;padding:3px 5px;text-align:center;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: var(--cBlack);}#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;}}#fewoBox {width:100%;max-width: 1000px;padding:0;margin:0 auto;}#fewoBox .fewoBoxItem {width:100%;margin:0 0 10vh 0;padding:0;}#fewoBox .fewoBoxItem span {display:block;width:100%;}#fewoBox .fewoBoxItem a {width:100%;display:block;position:relative;text-decoration: none;}#fewoBox .fewoBoxItem a span.fBI_Image {width:100%;display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;}#fewoBox .fewoBoxItem a span.fBI_Image img {width:100%;height: auto;display:block;}#fewoBox .fewoBoxItem a span.fBI_Data_Wrapper {width:100%;text-align: left;}#fewoBox .fBI_Data {padding: 20px 0;}#fewoBox .fBI_Data .fBI_D_Info {line-height:120%;font-size:16px;font-size:1.6rem;font-weight: 300;padding: 0 0 5px 0;text-transform: uppercase;}#fewoBox .fBI_Data .fBI_D_Name {line-height:120%;font-size:30px;font-size:3.0rem;font-family: granville, serif;font-weight: 600;}#fewoBox .fBI_Data .fBI_D_Teaser {line-height:200%;font-size:16px;font-size:1.6rem;font-weight: 200;padding: 20px 0 0 0;}#fewoBox .fBI_Data .fBI_D_Link {padding: 20px 0 0 0;}#fewoBox .fBI_Data .fBI_D_Link b {font-size:16px;font-size:1.6rem;line-height: 150%;display: inline-block;padding: 0 0 0 30px;font-family: granville, serif;color: var(--cBrownLight);font-weight: 600;text-transform: uppercase;position: relative;}#fewoBox .fBI_Data .fBI_D_Link b::after {width: 20px;height: 24px;position:absolute;content: '';display: block;left: 0px;top: 50%;transform: translateY(-50%);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='square' fill-opacity='0' stroke='%239CB5AB' stroke-width='2'%3E%3Cpath d='M 2,15 26,15' /%3E%3Cpath d='M 28,15 21,8' /%3E%3Cpath d='M 28,15 21,22' /%3E%3C/g%3E%3C/svg%3E");background-size: contain;background-repeat: no-repeat;background-position: center;}@media only screen and (min-width: 600px) {#fewoBox .fewoBoxItem a {display:flex;flex-wrap:wrap;}#fewoBox .fewoBoxItem a span.fBI_Image {width: 50%;}#fewoBox .fewoBoxItem a span.fBI_Data_Wrapper {width: 50%;padding: 0 0 0 70px;display: flex;}#fewoBox .fBI_Data {padding: 20px 0;margin: auto;}#fewoBox .fBI_Data .fBI_D_Info {font-size:18px;font-size:1.8rem;}#fewoBox .fBI_Data .fBI_D_Teaser {padding: 40px 0 0 0;font-size:18px;font-size:1.8rem;}#fewoBox .fBI_Data .fBI_D_Link {padding: 40px 0 0 0;}}.fewoBoxItem {margin:0 auto 5vh auto;}#fewo #fDcTop .fBIfakten {margin:20px 0;}@media only screen and (min-width: 960px) {#fewoBoxArrows button {width: 50px;height: 200px;}}#fDOverlay {width:100%;height:100vh;background-color:rgba(0,0,0,0.75);padding:0;position:fixed;top:0;left:0;z-index:8888;}#fDOverlayContainer {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: .7s;animation-duration: .7s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards; display: flex;}#fDOverlay #fDOverlayWrapper {max-height:calc(var(--my-vh, 100%) - 40px);background-color:#FFF;}#fDOverlay #fDInner {color:var(--cBrownLight);text-align:left;min-height:100%;position:relative;}#fDOverlay #fDInner #fDIwait {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;}@media only screen and (min-width: 960px) {#fDOverlay {padding:40px;}}@media only screen and (min-width: 1240px) {#fDOverlay {padding:40px calc(50% - 600px);}}#fewoDetail {width:100%;height: auto;max-height: 100%;margin:0 auto auto auto; display: flex;flex-direction:column;}#fDcontent {width: 100%;padding: 0;height: auto;flex: 1 1 auto;overflow-y:scroll;}#fDcTop {padding: 70px 10px 30px 10px;margin: 0 auto;text-align: center;}#fDcTopName {width:100%;font-size:28px;font-size:2.8rem;line-height: 140%;padding: 0 0 10px 0; font-weight: 700;}#fDcTopFakten {font-size:18px;font-size:1.8rem; padding: 0 0 10px 0; font-weight: 400;}#fDcTopText { max-width: 760px; margin: 0 auto; padding: 50px 0 0 0; font-size:20px;font-size:2.0rem; line-height: 200%;font-weight: 200;}#fDcInfo {max-width: 760px;margin: 0 auto;padding: 0 25px;}.fDcAInfoRow { padding: 0 0 0 70px; margin: 0 0 30px 0; position: relative;}#page .fDcInfo_Data { text-align: left; font-size:16px;font-size:1.6rem; line-height: 130%;}#page .fDcInfo_Title {cursor: pointer;line-height: 150%;padding: 8px 30px 8px 0;margin: 0 0 10px 0;position: relative;font-weight: 100;text-transform: uppercase;font-size:18px;font-size:1.8rem;border-bottom: 1px solid var(--cBlack);}#page .fDcInfo_Title::after {position: absolute;right: 0px;top: 50%;transform: translateY(-50%);width: 20px;height: 20px;line-height: 20px;text-align: center;font-size: 150%;content: '+';font-weight:300;}#page .fDcInfo_Data.show .fDcInfo_Title::after {content: '-';}#page .fDcInfo_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;}#page .fDcInfo_Data.show .fDcInfo_Text {grid-template-rows: 1fr;}#page .fDcInfo_Data .fDcInfo_Text div {overflow: hidden;}#page .fDcInfo_Text ul {padding: 0; width: 100%; text-align: left; list-style: disc;margin: 0;}#page .fDcInfo_Text ul li {padding: 0 0 0 30px;margin: 0 0 10px 0;line-height: 140%;font-weight: 200;list-style: none !important;position: relative;}#page .fDcInfo_Text ul li:before {position: absolute;left: -5px;top: 1px;width: 20px;line-height: 16px;font-size: 16px;font-size: 1.6rem;font-weight: 700;content: "\2022";text-align: center;}#fDcImage {position:relative;z-index:600;}#fDcImage img {display:block;width:100%;background-position:center center;background-repeat:no-repeat;background-size:cover;}#fDcPreise {padding: 30px 25px;}#fDcPreiseInner {background-color: #FFF;max-width: 760px;margin: 0 auto;}#fDcPreise .fDcP_Box {padding: 30px;text-align: center;}.fDcP_Box_Info {text-decoration: none;}.fDcP_Box_Info a {text-decoration: none;display: inline-block;position: relative;}.fDcP_Box_Info a span.fDcP_Box_Info_Link {font-size: 15px;font-size: 1.5rem;line-height: 120%;display: inline-block;text-transform: uppercase;}.fDcP_Box_Info a i {display: inline-block;line-height: 12px;font-size: 12px;font-size: 1.2rem;padding: 1px;height: 16px;width: 16px;border-radius: 16px;text-align: center;background-color: #FFF;color: #000;margin: 0 0 0 3px;font-style: normal;border: 1px solid #000;vertical-align: text-top;}.fDcP_Box_Info a span.fDcP_Box_Info_Text {position: absolute;left: 100%;bottom: 0;width: 200px;padding: 20px;font-size: 14px;font-size: 1.4rem;color: #FFF;background-color: #000;transform: translate(calc(-50% - 8px), -35px);display: none;}.fDcP_Box.show .fDcP_Box_Info a span.fDcP_Box_Info_Text {display: block;}.fDcP_Box_Info a span.fDcP_Box_Info_Text::after { position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); width: 20px; height: 12px; border-left: 10px solid transparent; border-top: 6px solid #000; border-right: 10px solid transparent; border-bottom: 6px solid transparent; content: '';}.fDcP_Box_Preis {padding: 20px 0 0 0;font-size: 13px;font-size: 1.3rem;}#fDcPreiseText {font-size: 12px;font-size: 1.2rem;font-weight: 200;padding: 30px 0 0 0;margin: 0 auto;max-width: 500px;text-align: center;}#fDcHausregeln {width:100%;margin:40px 0 120px 0;position:relative;background-color:var(--cBrownLight);padding: 30px 15px;text-align: center;}#fDcHausregeln::after {width:100%;height:40px;margin:0;padding:0;background-image: url(../images/svg/icon_line.svg);background-position:center center;background-size:contain;background-repeat:no-repeat;position: absolute;bottom: -80px;left: 0;content: '';}#fDcHausregeln_Titel {font-size: 22px;font-size: 2.2rem;text-transform: uppercase;font-weight: 400;color: inherit;padding: 0 0 30px 0;}#fDcHausregeln_Text {font-weight: 200;}body #fDcHausregeln_Text ul {list-style: none;}body #fDcHausregeln_Text ul li {width: 100%;margin: 0 0 20px 0;padding: 0 20px;text-align: center;}body #fDcHausregeln_Text ul li::before {display: none;}body #fDcHausregeln_Text ul li strong {font-weight: 400;}@media only screen and (min-width: 630px) {#fDcPreiseInner {display: flex;}#fDcPreise .fDcP_Box {padding: 30px;text-align: center;}#fDcPreise.fDcPreise-1 .fDcP_Box {width: 100%;}#fDcPreise.fDcPreise-2 .fDcP_Box {width: 50%;}#fDcPreise.fDcPreise-3 .fDcP_Box {width: calc((100% - 1px) / 3);}}.fDcRCprice {padding: 0 0 10px 0;font-size: 160%;}.fDcCTA {padding: 50px 0;text-align: center;}#page .fDcCTA a {line-height: 50px;padding: 0 30px;text-transform: uppercase;color:var(--cBrownLight);font-weight: 400;background-color: #FFF;border: 2px solid var(--cBrownLight); border-radius: 50px;display: inline-block;text-decoration: none;position: relative;}#page .fDcCTA a:hover {background-color: var(--cBrownLight);color: #FFF;}#fDDropInfos {padding: 0 10px 30px 10px;text-align: center;}#fDcPlan {padding: 30px 15px 0 15px;  margin: 0 auto; max-width: 760px;}#fDcPlan a {width: 100%;display: block;overflow: hidden; position: relative;}#fDcPlan a span, #fDcPlan a span img {display: block;width: 100%;height: auto;}#fDcPlan a span {background-size:cover;background-position:center;background-repeat:no-repeat; transform:scale(1.00); transition: all 0.5s ease;}#fDcPlan a:hover span { transform:scale(1.05);}#fDcGallery {padding: 10px 15px 0 15px; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 auto; max-width: 760px;}#fDcGallery a.fDcGallery_Item { width: calc((100% - 20px) / 3);display: block;overflow: hidden; position: relative;}#fDcGallery a.fDcGallery_Item span, #fDcGallery a.fDcGallery_Item span img {display: block;width: 100%;height: auto;}#fDcGallery a.fDcGallery_Item span {background-size:cover;background-position:center;background-repeat:no-repeat; transform:scale(1.00); transition: all 0.5s ease;}#fDcGallery a.fDcGallery_Item:hover span { transform:scale(1.05);}#fDcGallery a.fDcGallery_Item span.more {position: absolute; background-color: rgba(0,0,0,.3); top: 0; right: 0; bottom: 0; left: 0; transform:scale(1.00); align-content: center; display: flex; flex-wrap: wrap; justify-content: center; font-size: 50px; font-size: 5.0rem; color: #FFF;}#fewoListe {padding: 35px 0;margin:0;background-color: #EEEBE8;}@media only screen and (min-width: 600px) {#fDTFwrapper #fDTFakten {width:600px;}#fDcInfo {padding: 0 60px;}}@media only screen and (min-width: 740px) {.fDcAInfoRow { padding: 0 0 0 100px;}.fDcInfo_Icon { width: 80px; height: 80px;}}@media only screen and (min-width: 900px) {#fDcTop {padding: 70px 0 50px 0;}#fDcTopFakten {font-size:20px;font-size:2.0rem;}#fDDropInfos {padding: 0 10px 40px 10px;}#fDcPlan {padding: 30px 0 0 0;}#fDcGallery {padding: 30px 0 0 0; gap: 30px;}#fDcGallery a.fDcGallery_Item { width: calc((100% - 60px) / 3);}#fDcInfo {padding: 0 120px;}#fDcHausregeln {padding: 50px 30px;}}@media only screen and (min-width: 960px) {a#fDtClose { width: 50px; height: 50px; border-radius: 50px; right: -25px; top: -25px;}}@media only screen and (min-width: 1240px) {#fewoListe {padding:5vh 0;}}#anfrage { margin: 0 auto; padding: 0 20px; text-align: left; position: relative;}#anfrage.formProcessing::after {  -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: '';}#page #anfrageConfirm { width: auto; padding: 30px 10px; background-color: var(--cBrownLight); color: #FFF; text-align: center; color: inherit;}#anfrageForm { width: 100%;}.formBlock { margin: 0 0 50px 0;}.formBlock .fB_Title { margin: 0 0 10px 0; padding: 0 20px; font-size: 22px; font-size: 2.2rem;}.formBlock .fB_Content { background-color: #FFF; padding: 20px;}.formCol { width: 100%;}.formItem { margin: 15px 0; padding: 0; position: relative;}.formItem label { display: block; position: relative; line-height: 30px; font-size: 13px; font-size: 1.3rem; font-weight: 400; text-transform: uppercase;}.formItem.fIReq label::before { display: block; position: absolute; left: -10px; width: 10px; text-align: center; content: '*';}.formItem.fIerror label { color: #ac330d;}.formItem.fIerror::after { display: inline-block; position: absolute; left: 0px; bottom: -14px; width: 100%; font-size: 10px; font-size: 1.0rem; line-height: 14px; content: ''; color: #ac330d;}html[lang="de-DE"] .formItem.fIerror::after { content: 'Pflichtfeld';}html[lang="it-IT"] .formItem.fIerror::after { content: 'Campo obbligatorio';}html[lang="en-EN"] .formItem.fIerror::after { content: 'Mandatory field';}.formItem.fIerror .formfield { border: 1px solid #ac330d;}.formItem.fIerror .ffCal,.formItem.fIerror textarea.formfield { border: 1px solid #ac330d;}.formItem.fIAlignCenter { text-align: center;}.accomodationTypen { width: 100%; display: flex; flex-wrap: wrap;}#content .accomodationTypen .accItem { width: 100%; line-height: 16px; margin: 2px 0 10px 0; padding: 0 10px 0 0; position: relative; font-family: 'Lato', sans-serif;}.accomodationTypen .accItem input { display: inline-block; vertical-align: top; position: absolute; left: 0px; top: 0px;}.accomodationTypen .accItem label { display: inline-block; line-height: 140%; padding: 0 0 0 25px; font-size: 14px; font-size: 1.4rem;}.accomodationTypen .accItem label b { font-family: 'EB Garamond', serif; text-transform: uppercase; font-size: 20px; font-size: 2.0rem; font-weight: 400;}@media only screen and (min-width: 500px) { #content .accomodationTypen .accItem { width: calc(100% / 2); }}@media only screen and (min-width: 600px) { .formCol { display: grid; grid-template-columns: repeat(2, 1fr); grid-column-gap: 30px; grid-auto-rows: auto; } .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: 1000px) { #anfrageForm { display: grid; grid-auto-rows: auto; grid-template-columns: 40% 60%; } .formBlock { margin:0; } #anfrageForm .formBlock.fB_1 { grid-row: 1/2; grid-column: 1/2; padding: 0 70px 0 0; } #anfrageForm .formBlock.fB_2 { grid-row: 1/3; grid-column: 2/3; } #anfrageForm .formBlock.fB_3 { grid-row: 2/3; grid-column: 1/2; padding: 0 70px 0 0; } .formCol { grid-column-gap: 20%; } #content .accomodationTypen .accItem { width: calc(100% / 3); }}.siteDownloads {width:100%;max-width:400px;margin:0 auto;}.siteDownloads .sDItem {width:100%;margin:0;padding:0 0 30px 0;}.siteDownloads .sDItem .sDItitle {line-height:120%;font-size:14px;font-size:1.4rem;color:#000;font-weight:400;text-transform:uppercase;letter-spacing:3px;padding:0 0 10px 0;}#content .siteDownloads .sDItem ul.sDIliste {width:100%;margin:0;padding:0;}#content .siteDownloads .sDItem ul.sDIliste li {width:100%;margin:5px 0;padding:0;position:relative;list-style:none;line-height:20px;}#content .siteDownloads .sDItem ul.sDIliste li:before {display:none;}#content .siteDownloads .sDItem ul.sDIliste li a {font-size:18px;font-size:1.8rem;text-decoration:none;font-weight:400;line-height:20px;display:block;vertical-align:middle;padding:20px 30px 20px 50px;color:var(--cBlack);}#content .siteDownloads .sDItem ul.sDIliste li a:before {position:absolute;left:20px;top:50%;height:20px;width:20px;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);display:block;background-position:left center;background-repeat:no-repeat;background-size:contain;content:'';background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 20 28' viewBox='0 0 20 28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%2339454A' stroke-width='1.4' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 10,1 10,20' /%3E%3Cpath d='M 3,13 10,20 17,13' /%3E%3Cpath d='M 1,27 19,27' /%3E%3C/g%3E%3C/svg%3E%0A");}#content .siteDownloads .sDItem ul.sDIliste li a span {font-size:15px;font-size:1.5rem;line-height:20px;display:inline-block;vertical-align:middle;}@media only screen and (min-width: 700px) {.siteDownloads .sDItem .sDItitle {font-size:16px;font-size:1.6rem;}}#popup {width:100%;height:100vh;background-color:rgba(0,0,0,0.75);padding:0;position:fixed;top:0;left:0;z-index:-1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;visibility: hidden;opacity: 0;}body.puShow #popup {z-index:9999;visibility: visible;-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:.3s;animation-delay:.3s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;}#popupWindow {width: calc(100% - 30px);max-width: 1200px;margin: auto;background-color:#F2EFE9;position: relative;}#pWClose {width: 40px;height: 40px;position: absolute;display: block;top: 0px;right: 0px;z-index: 600;cursor: pointer;}#pWClose::after {width:20px;height:20px;display:block;position: absolute;left: 50%;top: 50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);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%3Cg stroke-linecap='round' fill-opacity='0'%3E%3Cg stroke='%2339454A' stroke-width='3'%3E%3Cpath d='M 2,2 28,28' /%3E%3Cpath d='M 2,28 28,2' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");background-size:20px 20px;background-position:center;background-repeat:no-repeat;content:'';}#pWTitle {width: 100%;padding: 30px 30px;text-align: center;line-height:120%;font-size:30px;font-size:3.0rem;font-family: 'Piazzolla', serif;font-weight:400;text-transform: uppercase;}#pWTitle h2 {font-family: 'Jost', serif;font-weight:600;}#pWBody {height: auto;max-height:calc(100vh - 30px);overflow-y:scroll;}#pWContent {padding: 0;}#pWCText {padding: 30px 20px;line-height: 140%;text-align: center;}#pWCImage {width: 100%;padding: 15px;}#pWCImage img {width: 100%;height: auto;display: block;}body #popupHolder {position: fixed;left: 0;bottom:0;z-index: 4000;-webkit-transition: left .5s ease-in, left .5s ease;-o-transition: left .5s ease-in, left .5s ease;transition: left .5s ease-in, left .5s ease;}body.hasOverlay #popupHolder, body.puShow #popupHolder {left: -200px;}#popupHolder a {position: absolute;left: 5px;bottom:5px;width: 60px;height: 60px;border-radius: 30px;background-color: #888F7F;display: block;-webkit-box-shadow: 5px 5px 20px -5px rgba(0,0,0,0.75); 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 600 600' viewBox='0 0 600 600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23FFF'%3E%3Cpath d='m352.56 233.83c-.31 0-.62.04-.93.05l-8.15-40.8c-1.61-8.02-8.72-13.84-16.92-13.84-3.9 0-7.59 1.3-10.68 3.75l-12 9.92c-25.27 21.61-36.8 31.47-70.82 38.27l-46.97 9.38c-24.26 4.85-40.06 28.54-35.2 52.8l4.52 22.62c4.09 20.48 22.19 35.34 43.05 35.34 2.89 0 5.8-.29 8.66-.86l2.78-.56 25.8 57.94c2.22 5.7 6.53 10.19 12.13 12.64 2.94 1.29 6.06 1.94 9.18 1.94 2.82 0 5.64-.52 8.34-1.57 5.69-2.23 10.18-6.54 12.63-12.13 2.45-5.6 2.58-11.82.39-17.41l-18.75-51.26c30.11-5.3 45.82-.62 75.5 8.98l8.06 2.6 6.79 1.94c1.57.45 3.17.67 4.78.67 5.14 0 9.98-2.3 13.27-6.32 3.27-3.99 4.56-9.18 3.54-14.27l-8.16-40.85c5.89-2.24 10.96-6.16 14.52-11.51 4.53-6.78 6.13-14.92 4.54-22.91-2.85-14.23-15.42-24.55-29.9-24.55zm-147.45 106.65c-2.2.44-4.44.66-6.66.66-16.02 0-29.93-11.42-33.08-27.17l-4.52-22.62c-3.75-18.76 8.47-37.08 27.23-40.83l46.97-9.38c4.96-.99 9.47-2.07 13.67-3.24l18.14 90.75c-4.35.55-8.9 1.27-13.87 2.26zm63.54 64.14c-1.36 3.11-3.85 5.5-7.02 6.74-3.16 1.24-6.62 1.17-9.73-.2-3.11-1.36-5.5-3.85-6.83-7.24l-24.96-56.07 29.39-5.87 19.35 52.91c1.23 3.17 1.16 6.63-.2 9.73zm14.39-77.07c-1.96 0-3.97.07-6 .18l-18.57-92.89c20.09-7.21 32.48-17.51 50.48-32.89l27.33 136.75c-20.81-6.73-35.03-11.15-53.24-11.15zm77.11 13.89c-1.79 2.18-4.65 3.1-7.39 2.32l-5.42-1.65-29.52-147.67 4.39-3.5c1.27-1.01 2.77-1.54 4.34-1.54 2.8 0 6.17 1.77 6.95 5.67l8.06 40.36 11.96 59.85 8.06 40.36c.58 2.82-.65 4.85-1.43 5.8zm9.31-65.81c-2.05 3.08-4.83 5.48-8.08 7.04l-7.73-38.64c9.18.5 17 7.21 18.83 16.33 1.07 5.33-.01 10.75-3.02 15.27z'/%3E%3Cpath d='m447.7 245.32c-5.58-27.94-20.94-52.62-42.15-67.74l-5.9 8.28c19.12 13.62 33 36.02 38.08 61.45 5.08 25.42.87 51.43-11.53 71.36l8.63 5.38c13.76-22.09 18.45-50.79 12.87-78.73z'/%3E%3Cpath d='m382.61 196.05-5.3 8.68c16.16 9.86 27.81 27.45 31.97 48.27 4.17 20.83.16 41.55-10.96 56.86l8.22 5.98c12.8-17.6 17.43-41.23 12.71-64.84-4.71-23.59-18.06-43.62-36.64-54.95z'/%3E%3C/g%3E%3C/svg%3E%0A");background-size: contain;background-position: center;background-repeat: no-repeat;}@media only screen and (min-width: 900px) {#pWCImage {padding: 30px;}#pWCImage.pWCIsmall {padding: 0 15%;}#pWCText {padding: 40px 15%;}}@media only screen and (min-width: 1200px) {#popupHolder a {left: 25px;bottom:40px;width: 90px;height: 90px;border-radius: 45px;}#pWClose {position: fixed;top: 25px;right: 25px;}#pWClose::after {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%3Cg stroke-linecap='round' fill-opacity='0'%3E%3Cg stroke='%23FFF' stroke-width='3'%3E%3Cpath d='M 2,2 28,28' /%3E%3Cpath d='M 2,28 28,2' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");}#pWCImage.pWCIsmall {padding: 30px 20%;}#pWCText {padding: 40px 20%;}}html, body {margin:0;padding:0;}body {font-family: granville, serif;text-decoration:none;color:var(--cBlack);font-size: 17px;font-size: 1.7rem;text-align: left;margin:0;padding:0;background-color:var(--cCreme);z-index:0;position:relative;}body.naviOpen, body.hasOverlay, body.hasPopup.puShow {overflow-y:hidden;overflow:hidden;}body #sideWrapper {top:0px;right:0px;width:50%;z-index:1010;position:fixed;}#sideWrapper #sW_Inner {margin: 0 auto 0 0;max-width: 640px;position: relative;width: 100%;min-height: 70px;left: 0;display: flex;padding: 0 15px 0 0;}a#hamburger {width:60px;height:60px;display:block;margin:0 0 0 auto;padding:5px;text-decoration:none;opacity:1;transition: opacity .5s ease-in;align-self: center;position: relative;}a#hamburger span {width:46px;height:46px;display:block;background-color: var(--cBrownLight);border-radius: 46px;position: relative;border: 2px solid rgba(255,255,255,0);transition: all .5s ease-in;}body.naviOpen a#hamburger span {border: 2px solid rgba(255,255,255,1);}a#hamburger span b {width:20px;height:2px;display:block;position: absolute;left: 50%;top: 50%;transform: translateX(-50%);background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 40 4' viewBox='0 0 40 4' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23FFF' stroke-width='2.6' stroke-linecap='round' fill-opacity='0'%3E%3Cpath d='M 2,2 38,2' /%3E%3C/g%3E%3C/svg%3E");transition: all 0.5s ease;}a#hamburger span b:first-of-type {transform: translate(-50%, -7px);}a#hamburger span b:last-of-type {transform: translate(-50%, 7px);}body.naviOpening.naviOpen a#hamburger span b:first-of-type, body.naviClosing.naviOpen a#hamburger span b:first-of-type {transform: translateX(-50%);}body.naviOpen a#hamburger span b:first-of-type {transform: translateX(-50%) rotate(45deg);}body.naviOpen a#hamburger span b:nth-of-type(2) {opacity: 0;}body.naviOpening.naviOpen a#hamburger span b:last-of-type, body.naviClosing.naviOpen a#hamburger span b:last-of-type {transform: translateX(-50%);}body.naviOpen a#hamburger span b:last-of-type {transform: translateX(-50%) rotate(-45deg);}body #topWrapper {width:100%;position: fixed;left: 0px;top: 0px;z-index: 1000;background-color: rgba(255,255,255,.5);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);}body.hasOverlay #topWrapper, body.hasOverlay #sideWrapper, body.hasOverlay #contactBar {z-index:-1;}body #topWrapper, body #sideWrapper {transition: top .5s ease-in, left .5s ease-in;}body #contactBar {transition: right .5s ease-in, left .5s ease-in;}body.scrollDown #topWrapper, body.scrollDown #sideWrapper {top:-100px;}body.scrollDown #contactBar {right:-60px;}body #contactBar #cBRight {transition: bottom .5s ease-in, left .5s ease-in;}body.scrollUp #contactBar {right:0px;}body.naviOpen #contactBar {z-index:-1;}#topWrapper #tW_Inner {margin: 0 0 0 auto;max-width: 640px;position: relative;width: 50%;min-height: 70px;right: 50%;display: flex;padding: 0 0 0 25px;}a#logo {display: block;width:100%;height:30px;margin: 10px 0 0 0;z-index:999;background-image: url("../images/svg/logo-sonnen.svg");background-size:contain;background-position:left center;background-repeat: no-repeat;text-decoration:none;text-indent:-9999em;align-self: center;}#mainNaviBG {position: fixed;width: 100%;right: 0px;top: 0px;bottom: 0px;z-index: -1;visibility: hidden;opacity: 0;}body.naviOpen #mainNaviBG, body.naviClosing #mainNaviBG {z-index:1005;visibility: visible;opacity: 1;transition: opacity .5s ease-in;}body #mainNaviWrapper, body.naviOpen.naviClosing #mainNaviWrapper {position:absolute;right: -100%;bottom: 0px;top:0px;width:100%;height:100vh;padding:10px 20px 10px 20px;z-index: 960;display: flex;transition: all .9s cubic-bezier(0.7, 0, 0.15, 1);background-color: var(--cBrownLight);}body.naviOpen #mainNaviWrapper {right:0px;transition: all .9s cubic-bezier(0.7, 0, 0.15, 1);}#mainNaviInner {width:100%;height: 100%;margin:auto;position: relative;z-index: 970;display: flex;flex-direction: column;}#allWrapper {width: 100%;margin:0 auto;position: relative;z-index:100;overflow: hidden;}#fullpage {width: 100%;position:relative;padding:90px 0 0 0;}body.startBox #fullpage {padding:90px 0 0 0;}body.startBox.hasBanner #fullpage {padding:0;}#page {width: 100%;margin: 0 auto;padding:0;position: relative;}.cmsAlert {text-align:center;padding:10px;margin-bottom:20px;background-color:#F8D7CB;border:1px solid #6E172E;font-size: 14px;font-size: 1.4rem;}#content {width: 100%;padding:0;}body.pageID100 #content {position:relative;z-index:250;}#editorField {width:100%;max-width:1000px;padding:20px;margin:0 auto;}#loginDialog {max-width:500px;padding:20px;background-color:var(--cBrown);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;border-radius:5px;margin:auto;}#textTop {position:absolute;display:block;width:0px;height:0px;top:-60px;left:0px;}#footerWrapper {width:100%;position:relative;padding:50px 25px 80px 25px;z-index: 1;}footer {width:100%;position:relative;margin:0 auto;padding: 0;font-size:16px;font-size:1.6rem;color:var(--cBlack);max-width: 1280px;}#footerLeft {padding: 0 0 20px 0;margin: 0 0 15px 0;position: relative;}#footerLeft::after {width: 60%;max-width: 200px;height: 5px;position: absolute;left: 0px;bottom: 0px;background-color: var(--cBrownLight);content: '';}#footerLogo {padding: 0 0 15px 0;}#footerLogo a {display: block;width:130px;height:44px;background-image: url("../images/svg/logo-footer-sonnen.svg");background-size:contain;background-position:center;background-repeat: no-repeat;text-decoration:none;text-indent:-9999em;}#footerAdresse {line-height: 140%;}#footerKontakt {line-height: 140%;}#footerKontakt a {color:inherit;text-decoration:none;}#footerKontakt a:hover {opacity:0.6;}#footerRight {width:100%;display: flex;padding: 10px 0;}#fR_Data {width: 60%;display: flex;flex-direction: column;gap: 10px;}#footerNavi {width:100%;}#footerLang {width:100%;}#footerMwStr {line-height: 140%;}#fR_Logos {width: 40%;display: flex;flex-direction: column;justify-content: flex-end;}#fR_Logos a {width: auto;max-height: 50px;display: block;}#fR_Logos a img {width: auto;height: 100%;display: block;}#jsCodes {width:100%;height:0px;overflow:hidden;}a.klaro-setting-loader {position: fixed;z-index: 2000;left: 5px;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;}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;}#headerImageWrapper {width:100%;margin: 0 auto;position: relative;z-index: 1;}#headerImageWrapper #headerImage #carousel {width: 100%;}#headerImage div.hImage {width:100%;display:block;z-index:600;position:relative;}#headerImage div.hImage img {display:block;width:100%;height: auto;}#headerImage div.hImage::after {width:100%;height:100%;display:block;position:absolute;top:0; background:radial-gradient(ellipse at center, rgba(0,0,0,.1) 0%, rgba(0,0,0,.2) 70%, rgba(0,0,0,.3) 100%);content:'';z-index:650;}#headerImage div.hImage .hImagePortrait, #headerImage div.hImage .hImageLandscape {width:100%;height: auto;background-position:center center;background-size:cover;background-repeat:no-repeat;display:block;}@media only screen and (orientation: portrait), only screen and (max-aspect-ratio: 1/1) {#headerImage div.hImage .hImageLandscape {display:none;}#headerImage div.hImage .hImagePortrait {display:block;}}@media only screen and (orientation: landscape) and (min-aspect-ratio: 1/1) {#headerImage div.hImage .hImageLandscape {display:block;}#headerImage div.hImage .hImagePortrait {display:none;}}#headerImage div.hImage .hImagePortrait {height: 55vh;}#headerImage div.hImage .hImageLandscape {height: 100vh;max-height: 900px;}#headerImage #hISloganWrapper {width:100%;max-width: 700px;min-height:auto;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}#headerImage #hISloganWrapper::after {position: absolute;left: 50%;bottom: 0px;width:70px;height:70px;transform: translate(-50%, 50%);background-image: url(../images/svg/icon_negativ.svg);background-size: contain;background-position: center center;background-repeat: no-repeat;content: '';}#headerImage #hISloganWrapper #hISlogan {margin:auto auto 0 0;padding:50px 30px;color:#FFF;width: 100%;text-align: center;}#headerImage #hISlogan .hIStitle {font-size:24px;font-size:2.4rem;line-height: 150%;font-weight: 100;}#headerImage #hISlogan .hIStitle strong {font-weight: 400;}#headerImage #hISlogan .hIStitle input, #headerImage #hISlogan .hISsubline input {font-family:inherit;font-weight:inherit;font-size:inherit;width:100%;padding:3px 2px;}#headerImage #hISlogan .hISlink input {width:100%;padding:3px 2px;}@media only screen and (min-width: 1000px) {#headerImage {position: relative;}#headerImageWrapper.hIW_hasSlogan #headerImage #carousel {}#headerImage #hISloganWrapper::after {width:100px;height:100px;}#headerImage #hISloganWrapper #hISlogan {padding:90px 30px;}#headerImage #hISlogan .hIStitle {font-size:36px;font-size:3.6rem;}}@media only screen and (min-width: 700px) {}@media only screen and (min-width: 1000px) {html {font-size: 62.5%;}.fL { float:left; }.fR { float:right; }#topWrapper #tW_Inner, #sideWrapper #sW_Inner {min-height: 130px;}body.scrollDown #topWrapper, body.scrollDown #sideWrapper {top:-150px;}body.scrollDown #contactBar {right:-90px;}a#hamburger {width:80px;height:80px;padding:5px;}a#hamburger::after {position: absolute;right: 60px;top: 50%;transform: translateY(-50%);width: 180px; padding: 0 40px 0 0;line-height: 40px;content: '';text-align: right;color: var(--cBrownLight);color: var(--cBlack);text-transform: uppercase;font-size: 16px;font-size: 1.6rem;opacity: 1;}html[lang='de'] a#hamburger::after { content: 'Men\00fc'; }html[lang='it'] a#hamburger::after { content: 'Menu'; }html[lang='en'] a#hamburger::after { content: 'Menu'; }body.naviOpen.naviOpening a#hamburger::after {opacity: 0;}body.naviOpen a#hamburger::after {opacity: 1;color:#FFF;}html[lang='de'] body.naviOpen a#hamburger::after { content: 'Schliessen'; }html[lang='it'] body.naviOpen a#hamburger::after { content: 'Chiudi'; }html[lang='en'] body.naviOpen a#hamburger::after { content: 'Close'; }a#hamburger span {width:66px;height:66px;border-radius: 66px;}a#hamburger span b {width:28px;height:3px;}a#hamburger span b:first-of-type {transform: translate(-50%, -10px);}a#hamburger span b:last-of-type {transform: translate(-50%, 10px);}a#logo {width:270px;height:54px;margin: 0;}#mainNaviBG {width: calc(40% + 75px);max-width: 475px;}#mainNaviInner {margin:0 auto auto auto;}#mainNavi {padding: 0 40px 0 0;}body #mainNaviTime {width:50%;height: 100vh;bottom:auto;right: -50%;left: auto;padding: 10px 25px 150px 0;}body.naviOpen #mainNaviTime {right: 0;}body.naviClosing #mainNaviTime {right: -50%;}body #mainNaviTime #mainNaviTimeInner {margin: auto 0 0 auto;width: 378px;}#allWrapper {padding:0;} body.hasBanner #bannerWrapper { padding:0;}a#pv_Banner { margin: 0 0 0 auto; height: 250px; width: 200px;}#fullpage {padding:150px 0 0 0;}body.startBox #fullpage {padding:80px 0 0 0;}body.startBox.hasBanner #fullpage {padding:0;}#textTop {top:-140px;}#subNavi2Wrapper {padding:10px 0 30px 0;}#breadcrumbs {padding:20px 0;text-align:left;}#footerWrapper {padding:80px 70px 70px 70px;}footer {display: flex;padding: 0;}#footerLeft {width: 50%;padding: 20px 100px 20px 0;margin: 0;}#footerLeft::after {width: 10px;height: 100%;left: auto;right: 50px;top: 0px;}#footerRight {width: 50%;padding: 20px 0 20px 50px;}#footerLinks {margin: 0 0 auto 0;}#footerNavi {margin: auto 0 0 0;}#fR_Logos a {height: 50px;}#scrollAnimation {display:block;}}@media only screen and (min-width: 1280px) {#topWrapper #tW_Inner {padding: 0 0 0 70px;}#sideWrapper #sW_Inner {padding: 0 60px 0 0;}}@media only screen and (min-width: 1333px) {#mainNaviBG {width: calc(30% + 75px);max-width: 100%;}}@media only screen and (min-width: 1920px) {#sideWrapper #sW_Inner {max-width: 70%;}}#contactBar {position: fixed;z-index: 2000;right: 0;bottom: 30px;display:flex;flex-wrap: wrap;gap: 2px;width: 50px;}#contactBar a {width:50px;height:50px;padding:0;margin: 0;display: block;position: relative;color: var(--cBrown);box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);}#contactBar a span {height:100%;padding: 10px;display: block;position: absolute;left: 0;top:0;bottom:0;background-color: #FFF;}#contactBar a span.cBi {width:100%;z-index: 5;}#contactBar a span svg {width:100%;height:auto;display: block;}#contactBar a span svg g.i {fill: var(--cBrown);}@media only screen and (min-width: 990px) {#contactBar {width: 90px;gap: 3px;}#contactBar a {width:90px;height:90px;}#contactBar a span {padding: 25px;}#contactBar a span.cBitext {line-height: 40px;z-index: 1;width:auto;padding: 25px 10px 25px 25px;transition: transform .5s ease-in;display:inline-block;font-size: 18px;font-size: 1.8rem;text-transform: uppercase;white-space: nowrap;}#contactBar a:hover span.cBitext {transform: translateX(-98%);}#contactBar a span svg g.i {fill:var(--cCreme);}#contactBar a:hover span svg g.i {fill:var(--cBrown);}}html[data-version="v_2024"] #contactBar {position: fixed;z-index: 2000;left: 0;bottom: 30px;display:flex;flex-direction: column;gap: 2px;width:auto;background-color: aqua;}html[data-version="v_2024"] #contactBar a {width:auto;height:50px;padding:0;margin: 0;display: block;position: relative;color: var(--cBrown);box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.10);}html[data-version="v_2024"] #contactBar a span.cBitext {line-height: 40px;z-index: 1;width:auto;padding: 25px 10px 25px 25px;transition: transform .5s ease-in;display:block;font-size: 18px;font-size: 1.8rem;text-transform: uppercase;white-space: nowrap;}ul#mainNavi {padding:0;list-style: none;width:100%;margin: auto;position: relative;}ul#mainNavi li {display:block;padding: 0;width:100%;}body ul#mainNavi li.mNItem {margin:5vh 0;text-align: center;}body ul#mainNavi li.mNIcon {margin:0;text-align: center;height: 20vh;background-image: url(../images/svg/icon_navi.svg);background-position: center bottom;background-repeat: no-repeat;background-size: 70px 70px;}ul#mainNavi li.mNItem a {display:inline-block;margin:0;line-height:120%;padding:0;font-size:30px;font-size:3.0rem;color:var(--cBlack);text-decoration: none;font-weight: 400;position:relative;opacity: 0.75;font-family: granville, serif;text-transform: uppercase;transform: rotateX(90deg);}body.naviOpen ul#mainNavi li.mNItem a {-webkit-animation: textRotation 1s linear 1 .8s forwards;animation: textRotation 1s linear 1 .8s forwards;}@media only screen and (max-height: 400px) and (orientation: landscape) {ul#mainNavi li.mNItem a {font-size: 85%;}}ul#mainNavi li.mNItem a.aActiv {opacity: 1;}@media only screen and (min-width: 990px) {ul#mainNavi li.mNItem a:hover {opacity: 1;}ul#mainNavi li {line-height: 40px;vertical-align:middle;width:auto;}body ul#mainNavi li.mNItem {margin:0 0 5vh 0;}body ul#mainNavi li.mNIcon {background-size: 90px 90px;}ul#mainNavi li.mNItem a {font-size:34px;font-size:3.4rem;line-height: 100%;}}@media only screen and (min-width: 1920px) {ul#mainNavi li.mNItem a {font-size:40px;font-size:4.0rem;}}ul#sprachNavi {margin: 0 auto;display: flex;justify-content: center;}ul#sprachNavi li.spNaLink {padding: 0 5px;line-height:50px;}ul#sprachNavi li.spNaLine {padding: 0 5px;line-height:50px;color: #707070;}ul#sprachNavi li.spNaLink a {color:var(--cBlack);text-decoration:none;text-transform:uppercase;font-size: 16px;font-size: 1.6rem;display: block;}ul#sprachNavi li.spNaLink a:hover {opacity:0.6;}#footerLinks a {display: block;color:inherit;text-decoration: underline;line-height: 180%;text-transform: uppercase;}#footerLinks a:hover {opacity:0.6;}#footerLinks a:hover {opacity:.6;}#footerLinks a.fL_activ {opacity:.6;}#footerNavi a, #footerNavi span {text-decoration:none;color:inherit;line-height:140%;display:inline-block;margin:0;}#footerNavi a:hover {opacity:.6;}#footerNavi a.fN_Activ {opacity:.6;}#footerNavi span.fN_Line {margin:0 5px;}#footerLang {display: flex;padding: 0;margin: 0;list-style: none;}#footerLang li {display:block;margin:0;padding: 0;}#footerLang a, #footerLang span {text-decoration:none;color:inherit;line-height:140%;display:block;margin:0;}#footerLang li span {padding: 0 5px;}#pageOverlay {width:100%;height:100vh;background-color:rgba(var(--cBrown_RGB),.5);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);padding:80px 10px 0 10px;position:fixed;top:0;left:0;z-index:8888;}#pO_Container {height:auto;max-width: 1000px;margin: 0 auto;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: .7s;animation-duration: .7s;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;display:flex;}#pO_C_Window {width:100%;height:auto;max-height:calc(var(--my-vh, 100vh) - 100px);background-color:var(--cCreme);display:flex;flex-direction:column;}#pO_C_W_Top {width:100%;height:0px;position:relative;}#pO_C_W_Top a#pageOverlayClose {width: 50px;height: 50px;border-radius: 100px;position: absolute;display: block;top: -65px;right: 5px;z-index: 600;border: 2px solid #FFF;}#pO_C_W_Top a#pageOverlayClose::after {width:18px;height:18px;display:block;position: absolute;left: 50%;top: 50%;transform:translate(-50%, -50%) rotate(0deg);transition: all .6s linear;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%3Cg stroke-linecap='round' fill-opacity='0'%3E%3Cg stroke='%23FFF' stroke-width='2'%3E%3Cpath d='M 2,2 28,28' /%3E%3Cpath d='M 2,28 28,2' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");background-size:20px 20px;background-position:center;background-repeat:no-repeat;content:'';}#pO_C_W_Top a#pageOverlayClose:hover::after {transform:translate(-50%, -50%) rotate(180deg);transition: all .6s linear;}#pO_C_W_Scroll {width:100%;height:100%;overflow-y:scroll;position:relative;}#pO_C_W_ContentBL {width:100%;padding: 0 0 30px 0;text-align: center;}#pO_C_W_ContentBL a {border: 2px solid var(--cBlack);color: var(--cBlack);text-decoration: none;display: inline-block;width: auto;padding: 0 20px;line-height: 40px;text-transform: uppercase;}#pO_C_W_ContentBL a:hover {background-color: var(--cBlack);color: #FFF;}#pO_C_W_ContentWait {background-image:url(../images/svg/loading.svg);background-position:center center;background-repeat:no-repeat;min-height:300px;width:100%;height:100%;}@media only screen and (min-width: 900px) {#pageOverlay {padding:120px 40px 0 40px;}#pO_Container {height:calc(100vh - 180px);}#pO_C_Window {max-height:calc(var(--my-vh, 100vh) - 180px);}#pO_C_W_Top a#pageOverlayClose {width:60px;height:60px;top: -90px;}#pO_C_W_Top a#pageOverlayClose::before {position: absolute;right: 100px;top: 50%;transform: translateY(-50%);width: 120px;line-height: 40px;content: '';text-align: right;color:#FFF;text-transform: uppercase;font-size: 16px;font-size: 1.6rem;opacity: 1;}html[lang='de'] #pO_C_W_Top a#pageOverlayClose::before { content: 'Schliessen'; }html[lang='it'] #pO_C_W_Top a#pageOverlayClose::before { content: 'Chiudi'; }html[lang='en'] #pO_C_W_Top a#pageOverlayClose::before { content: 'Close'; }}@media only screen and (min-width: 1280px) {#pO_C_W_Top a#pageOverlayClose {right: -60px;}}