/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--WIH:100vh;--font-family-default:"Inter",sans-serif;--font-family-headline:"Domine","Inter",sans-serif;--font-size-default:18px;--line-height-default:1.4;--font-size-small:14px;--line-height-small:18px;--font-size-smaller:12px;--line-height-smaller:14px;--font-size-big:30vw;--line-height-big:30vw;--font-size-h1:9vw;--line-height-h1:1.2;--font-size-h1-big:15vw;--line-height-h1-big:1.4;--font-size-h3:8vw;--line-height-h3:1.4;--font-size-h4:25px;--line-height-h4:1.4;--font-size-h5:22px;--line-height-h5:1.4;--font-size-h6:18px;--line-height-h6:25px;--color-default:#666666;--color-primary:#56843C;--color-secondary:#A9CF46;--color-green-3:#9DC10A;--color-green-4:#84A131;--color-orange:#ED9A00;--bg-gradient:linear-gradient(39deg,#56843c 8%,#84a131 92%);--bg-gradient-hover:linear-gradient(39deg,#56843c 8%,#56843c 92%);--color-grey:#aaaaaa;--color-line:#dddddd;--color-bg:#fafafa;--color-red:#d43f3f;--color-yellow:#eec100;--color-green:#4e8132;--section-y-md:100px;--section-y-lg:150px;--section-y-sm:50px;--border-radius-sm:30px;--border-radius-md:50px;}@font-face{font-family:'icomoon';src:url('/themes/custom/icons/icomoon.eot?bz90qe11');src:url('/themes/custom/icons/icomoon.eot?bz90qe11#iefix') format('embedded-opentype'),url('/themes/custom/icons/icomoon.ttf?bz90qe11') format('truetype'),url('/themes/custom/icons/icomoon.woff?bz90qe11') format('woff'),url('/themes/custom/icons/icomoon.svg?bz90qe11#icomoon') format('svg');font-weight:normal;font-style:normal;font-display:block;}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-wandern:before{content:"\e904";}.icon-radeln:before{content:"\e905";}.icon-arrow-down:before{content:"\e903";}.icon-arrow-right:before{content:"\e900";}.icon-arrow-left:before{content:"\e901";}.icon-close:before{content:"\e902";}.icon-facebook:before{content:"\e907";}.icon-instagram:before{content:"\e906";}.icon-play:before{content:"\e908";}@font-face{font-family:"Domine";font-weight:700;src:url('/themes/custom/fonts/domine-v24-latin-700.woff2') format('woff2');font-display:swap;}@font-face{font-family:"Inter";font-weight:400;src:url('/themes/custom/fonts/inter-v19-latin-regular.woff2') format('woff2');font-display:swap;}@font-face{font-family:"Inter";font-weight:700;src:url('/themes/custom/fonts/inter-v19-latin-700.woff2') format('woff2');font-display:swap;}.dialog-off-canvas-main-canvas{position:relative;overflow:hidden;}.section{position:relative;margin-left:7vw;margin-right:7vw;}#main > .section{padding:calc(100px + 20vw) 0 20vw 0;}#header{position:fixed;top:0;left:0;width:100%;box-shadow:0 0 15px 0 rgba(0,0,0,0);z-index:1999;transition:box-shadow 0.3s,background 0.5s;background-color:#ffffff;}#header > .section{padding:10px 0;display:flex;justify-content:space-between;align-items:center;}#header > .section #logo{width:44px;height:50px;transition:width 0.5s,height 0.5s,bottom 0.5s,margin-bottom 0.5s;z-index:109;}#header > .section #menu-icon{display:block;position:relative;width:20px;height:14px;z-index:1019;cursor:pointer;}#header > .section #menu-icon .line{width:100%;height:2px;position:absolute;left:0;top:0;background-color:var(--color-primary);transition:transform 0.5s,background-color 0.5s,opacity 0.5s,top 0.5s,bottom 0.5s;border-radius:2px;}#header > .section #menu-icon .line.second{top:6px;}#header > .section #menu-icon .line.third{top:auto;bottom:0;}#header > .section #menu-icon.is-active .line.first{transform:rotate(45deg);top:6px;}#header > .section #menu-icon.is-active .line.second{opacity:0;}#header > .section #menu-icon.is-active .line.third{transform:rotate(-45deg);bottom:6px;}#header > .section .region-header{display:none;}#header > .section #navigation{width:100vw;height:100vh;position:fixed;left:100%;top:0;background-color:#ffffff;transition:transform 0.5s ease;}#header > .section #navigation .table{height:100%;width:100%;overflow-y:scroll;}#header > .section #navigation .table .table-cell{width:100%;min-height:100%;padding:100px 7vw;display:flex;flex-direction:column;justify-content:center;}#header > .section #navigation .table .table-cell .main-menu ul.menu{display:flex;flex-direction:column;justify-content:center;gap:15px;margin:0;padding:0;}#header > .section #navigation .table .table-cell .main-menu ul.menu li{margin:0;padding:0;list-style:none;opacity:0;transition:opacity 0s;}#header > .section #navigation .table .table-cell .main-menu ul.menu li a{font-size:var(--font-size-h1);line-height:var(--line-height-h1);font-family:var(--font-family-headline);color:var(--color-primary);font-weight:700;}#header.small{box-shadow:0 0 15px 0 rgba(0,0,0,0.5);}#header .header-small-sizer{position:absolute;top:0;left:0;width:0;height:70px;opacity:0;}html.menu-open #header > .section #navigation{transform:translateX(-100%);}html.menu-open #header > .section #navigation .table .table-cell .main-menu ul.menu li{opacity:1;transition:opacity 0.3s ease 0.5s;}html.menu-open #header > .section #navigation .table .table-cell .main-menu ul.menu li:nth-of-type(2){transition-delay:0.65s;}html.menu-open #header > .section #navigation .table .table-cell .main-menu ul.menu li:nth-of-type(3){transition-delay:0.8s;}html.menu-open #header > .section #navigation .table .table-cell .main-menu ul.menu li:nth-of-type(4){transition-delay:0.95s;}html.menu-open #header > .section #navigation .table .table-cell .main-menu ul.menu li:nth-of-type(5){transition-delay:1.1s;}@media (hover:hover){#header > .section .region-header ul.menu li a:hover{color:var(--color-secondary);}}#footer{background:var(--color-primary);z-index:999;position:relative;padding:50px 0;border-top:2px solid #ffffff;}#footer a{color:#ffffff;font-weight:700;}#footer ul.menu{margin:0;padding:0;display:flex;flex-direction:column;gap:15px;}#footer ul.menu li{margin:0;padding:0;list-style-type:none;}#footer .urlaub-am-bauernhof{width:150px;margin-top:50px;}@media (hover:hover){#footer a:hover{opacity:0.5;}}*,*::after,*::before{box-sizing:border-box;}::-moz-selection{background:var(--color-grey);color:#ffffff;-webkit-text-fill-color:#ffffff;}::selection{background:var(--color-grey);color:#ffffff;-webkit-text-fill-color:#ffffff;}.clearfix:after{display:none;}.visually-hidden{display:none;}html.menu-open,html.noscrolling{overflow:hidden;}html{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{padding:0 !important;margin:0 !important;font-family:var(--font-family-default) !important;font-size:var(--font-size-default);line-height:var(--line-height-default);font-weight:400;color:var(--color-default);text-align:left;position:relative;background:#ffffff;}b,strong{font-weight:700;}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:var(--font-size-default);line-height:var(--line-height-default);font-weight:400;display:block;}.h1,.h2,.h3{font-family:var(--font-family-headline);font-size:var(--font-size-h1);line-height:var(--line-height-h1);color:var(--color-primary);font-weight:700;margin-bottom:30px;}.h4{font-family:var(--font-family-headline);font-size:var(--font-size-h4);line-height:var(--line-height-h4);font-weight:700;margin-bottom:30px;display:block;text-transform:none;}.h5{font-family:var(--font-family-headline);font-size:var(--font-size-h5);line-height:var(--line-height-h5);font-weight:700;margin-bottom:20px;text-transform:none;display:block;}.h6{font-family:var(--font-family-headline);font-size:var(--font-size-h6);line-height:var(--line-height-h6);font-weight:700;margin-bottom:20px;text-transform:none;display:block;}.text h2,.body h2{font-size:var(--font-size-h1);line-height:var(--line-height-h1);color:var(--color-secondary);margin-bottom:20px;font-family:var(--font-family-headline);font-weight:600;}.text h3,.body h3{font-size:var(--font-size-h4);line-height:var(--line-height-h4);color:var(--color-secondary);margin-bottom:20px;font-family:var(--font-family-headline);font-weight:600;}.text h4,.body h4{margin-bottom:20px;color:var(--color-default);font-size:var(--font-size-default);line-height:var(--line-height-default);font-weight:600;color:var(--color-secondary);}.text h5,.body h5{font-family:var(--font-family-default);font-weight:600;margin-bottom:20px;}.text h6,.body h6{margin-bottom:30px;}.text p + h2,.body p + h2{margin-top:40px;}.text p + h3,.body p + h3{margin-top:40px;}.text p + h4,.body p + h4{margin-top:40px;}.text a,.body a{word-break:break-all;font-weight:600;color:var(--color-primary);}.color-grey{color:var(--color-grey);}.color-primary{color:var(--color-primary);}.color-secondary{color:var(--color-secondary);}.color-white{color:#ffffff;}p{margin:0 0 30px 0;}p:last-child{margin-bottom:0;}hr{border:0;height:1px;background:var(--color-line);margin:30px 0;}.text *:last-child{margin-bottom:0;}span.small{font-size:var(--font-size-small);line-height:var(--line-height-small);}article ul,.ui-dialog ul{margin:0 0 30px;padding:0;}article ul li,.ui-dialog ul li{list-style:none;padding:0 0 15px 25px;position:relative;}article ul li:last-child,.ui-dialog ul li:last-child{padding-bottom:0 !important;}article ul li > *:last-child,.ui-dialog ul li > *:last-child{margin-bottom:0 !important;}article ul li:before,.ui-dialog ul li:before{content:"";position:absolute;top:14px;left:0px;z-index:19;width:12px;height:2px;border-radius:2px;background:var(--color-default);}img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100%;width:100%;height:auto;border:0;display:block;object-fit:cover;}img.resizetoparent{object-fit:cover;}img.lazyload{opacity:0;}img.lazyload.lazyloaded,img.lazyload.swiper-lazy-loaded{opacity:1;}picture{display:block;position:relative;}a,a:link,a:visited{color:var(--color-default);text-decoration:none;background-color:transparent;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;-webkit-tap-highlight-color:rgba(0,0,0,0);display:inline;}a:hover,a:link:hover,a:visited:hover{color:var(--color-primary);}.body a{text-decoration:underline;}a.button,a.button:active,a.button:focus,a.button:link,a.button:visited,button.button,button.button:active,button.button:link,button.button:visited,input.form-submit,input.form-submit:focus,div.button{font-family:var(--font-family-default);font-weight:700;font-style:inherit;color:#ffffff;background:var(--color-secondary);cursor:pointer;text-align:center;padding:9px 15px;border:4px solid #ffffff;box-shadow:0 0 15px 0 rgba(0,0,0,0.3);border-radius:50px;text-decoration:none;display:inline-block;-webkit-transition:background-color 0.5s,color 0.5s;-o-transition:background-color 0.5s,color 0.5s;transition:background-color 0.5s,color 0.5s;-webkit-appearance:none;opacity:1 !important;margin:0;text-transform:none;letter-spacing:0;position:relative;overflow:hidden;z-index:19;-webkit-tap-highlight-color:transparent;}a.button.icon,a.button:active.icon,a.button:focus.icon,a.button:link.icon,a.button:visited.icon,button.button.icon,button.button:active.icon,button.button:link.icon,button.button:visited.icon,input.form-submit.icon,input.form-submit:focus.icon,div.button.icon{aspect-ratio:1;padding:9px 12px;}a.button:hover,a.button:active:hover,a.button:focus:hover,a.button:link:hover,a.button:visited:hover,button.button:hover,button.button:active:hover,button.button:link:hover,button.button:visited:hover,input.form-submit:hover,input.form-submit:focus:hover{background-color:var(--color-primary);}a.edit-link,a.node-preview-backlink{font-family:inherit;font-weight:inherit;background:#333333;color:#fff !important;padding:3px 8px;height:auto;font-size:12px;line-height:20px;border:none;border-radius:0;position:absolute;top:3px;left:3px;z-index:199;display:none;}a.edit-link.small,a.node-preview-backlink.small{font-size:10px;padding:0 5px;}a.edit-link:hover,a.node-preview-backlink:hover{text-decoration:none;background:#000000;}article > a.edit-link{position:fixed;top:-1px;z-index:9999999;right:35px;left:auto;}article.preview > a.edit-link{display:none;}.node-preview-container{position:fixed;top:0;z-index:9999999;padding:0;}.node-preview-container form a.node-preview-backlink{position:fixed;top:-1px;z-index:9999999;right:35px;left:auto;}.node-preview-container form .form-item-view-mode,.node-preview-container form .form-submit{display:none !important;}.messages__wrapper{padding:0;margin:0 0 50px 0;z-index:99;}.messages__wrapper .messages{margin:0 0 50px;padding:20px 30px;text-align:left;position:relative;background:none;border:1px solid var(--color-green);border-radius:3px;color:var(--color-green);}.messages__wrapper .messages.warning{border-color:var(--color-yellow);color:var(--color-yellow);}.messages__wrapper .messages.error{border-color:var(--color-red);color:var(--color-red);}.messages__wrapper .messages p{margin:0;}.messages__wrapper .messages a{text-decoration:underline;}.messages__wrapper .messages a.link{text-decoration:none;}.messages__wrapper .messages ul{margin:0 !important;padding:0 !important;}.messages__wrapper .messages ul li{padding:5px 0 5px 20px !important;list-style:none;position:relative;}.messages__wrapper .messages ul li:before{content:"-";line-height:inherit;font-family:inherit;color:inherit;font-size:inherit;position:absolute;top:0;left:0;}.kint{overflow:visible !important;}#toolbar-administration{position:relative;z-index:999999;display:none;}#toolbar-administration a{display:block;color:#555555;font-weight:400;}#toolbar-administration #admin-toolbar-search-tab{display:none !important;}.contextual{display:none !important;}.ajax-progress,.ui-dialog .ajax-progress-throbber{background:none;height:100%;width:100%;position:fixed;top:0;left:0;margin:0;z-index:999999;text-indent:-999999px;opacity:1 !important;}.ajax-progress:before{content:"";background:var(--color-primary);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:0.7;}.ajax-progress:after{content:"";background:url("/themes/custom/images/ajax-loader.svg") center center no-repeat transparent;height:100px;width:100px;border-radius:12px;position:absolute;top:50%;left:50%;margin:-50px 0 0 -50px;z-index:2;padding:0 !important;opacity:1 !important;}.ajax-progress .message,.ajax-progress .throbber{display:none !important;}a.moremedia{width:5px;height:50px;padding:6px;position:fixed;right:2px;bottom:2px;z-index:9999;opacity:0.5;box-sizing:content-box !important;mix-blend-mode:difference;}a.moremedia:hover{opacity:1;}body.loaded a.moremedia{display:block !important;}#klaro .klaro{font-size:var(--font-size-small);line-height:var(--line-height-small);}#klaro .klaro a{color:var(--color-default);text-decoration:underline;transition:color 0.5s;}#klaro .klaro a:hover{color:var(--color-primary);}#klaro .cookie-modal .cookie-modal-notice{max-width:600px;border-radius:0;color:var(--color-default);box-shadow:0 0 10px 0 rgba(0,0,0,0.3);padding:min(7vw,30px);max-height:100%;}#klaro .cookie-modal .cookie-modal-notice .cn-body p{color:var(--color-default);margin-top:0;font-size:var(--font-size-small);}#klaro .cookie-modal .cookie-modal-notice .cn-body p span .h5{margin-bottom:10px;}#klaro .cookie-modal .cookie-modal-notice .cn-body p .buttons{margin-top:10px;}#klaro .cookie-modal .cookie-modal-notice .cn-body p .buttons a{font-weight:700;margin:0 5px 0 0;}#klaro .cookie-modal .cookie-modal-notice .cn-body .cn-ok{margin-top:20px;flex-wrap:wrap;gap:10px;}#klaro .cookie-modal .cookie-modal-notice .cn-body .cn-ok .cn-buttons{display:flex;gap:10px;}#klaro .cookie-modal .cookie-modal-notice .cn-body .cn-ok .cn-buttons .cm-btn{background:var(--color-primary);border-radius:0;padding:7px 12px;font-size:var(--font-size-small);line-height:var(--line-height-small);font-weight:700;margin:0;transition:background-color 0.5s,color 0.5s;}#klaro .cookie-modal .cookie-modal-notice .cn-body .cn-ok .cn-buttons .cm-btn.cm-btn-success{order:-1;}#klaro .cookie-modal .cookie-modal-notice .cn-body .cn-ok .cn-buttons .cm-btn:hover{background:var(--color-secondary);}#klaro .cookie-modal .cookie-modal-notice .cn-body .cn-ok .cm-btn-lern-more{order:9;background:none;padding:0;color:var(--color-grey);text-decoration:underline;font-weight:700;margin:0;transition:color 0.5s;}#klaro .cookie-modal .cookie-modal-notice .cn-body .cn-ok .cm-btn-lern-more:hover{color:var(--color-default);}#klaro .cookie-modal .cm-modal{max-width:600px;border-radius:0;color:var(--color-default);box-shadow:0 0 10px 0 rgba(0,0,0,0.3);padding:min(7vw,30px);max-height:100%;}#klaro .cookie-modal .cm-modal .cm-header{padding:0;border-bottom:0;}#klaro .cookie-modal .cm-modal .cm-header button.hide{display:none !important;}#klaro .cookie-modal .cm-modal .cm-header h1{display:none !important;}#klaro .cookie-modal .cm-modal .cm-header p{color:var(--color-default);margin-top:0;}#klaro .cookie-modal .cm-modal .cm-header p span .h5{margin-bottom:10px;}#klaro .cookie-modal .cm-modal .cm-header p .buttons{margin-top:10px;}#klaro .cookie-modal .cm-modal .cm-header p .buttons a{font-weight:700;margin:0 5px 0 0;}#klaro .cookie-modal .cm-modal .cm-body{padding:20px 0 0 0;margin-top:20px;border-top:1px solid var(--color-line);}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose{color:var(--color-default);font-size:var(--font-size-small);line-height:var(--line-height-small);padding-left:40px;min-height:20px;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-input{width:30px;height:20px;margin:0;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-label .cm-required{padding-left:5px;color:var(--color-grey);font-size:var(--font-size-smaller);}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-label .cm-switch{height:20px;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-label .cm-switch .slider{width:30px;box-shadow:0 0 5px 0 rgba(0,0,0,0.2);background:none;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-label .cm-switch .slider:before{width:10px;height:10px;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-input:checked + .cm-list-label .slider{background:var(--color-primary);}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-input:checked + .cm-list-label .slider:before{transform:translateX(10px);}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-list-input.required:checked + .cm-list-label .slider{opacity:0.3;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-caret a span{display:none;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service{padding-left:55px;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service .cm-list-label .cm-switch{left:15px;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service .cm-list-description{padding-top:0;color:var(--color-grey);font-size:var(--font-size-smaller);line-height:var(--line-height-smaller);}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose .cm-services .cm-content .cm-service .purposes{display:none;}#klaro .cookie-modal .cm-modal .cm-body .cm-purposes .cm-purpose.cm-toggle-all{display:none !important;}#klaro .cookie-modal .cm-modal .cm-footer{padding:0;border-top:0;margin-top:20px;}#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons{justify-content:start;}#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn{background:var(--color-grey);border-radius:0;padding:7px 12px;font-size:var(--font-size-small);line-height:var(--line-height-small);font-weight:700;margin:0 10px 0 0;transition:background-color 0.5s,color 0.5s;}#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn:hover{background:var(--color-secondary);}#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept{order:-2;background:var(--color-primary);}#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept:hover{background:var(--color-secondary);}#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cm-btn-accept-all,#klaro .cookie-modal .cm-modal .cm-footer .cm-footer-buttons .cm-btn.cn-decline{display:none;}#klaro .cookie-modal .cm-modal .cm-footer .cm-powered-by{display:none !important;}.klaro.cm-as-context-notice{padding:0;}.klaro.cm-as-context-notice .context-notice{background:var(--color-bg);border:none;border-radius:0;padding:30px;}.klaro.cm-as-context-notice .context-notice p{font-size:var(--font-size-small);line-height:var(--line-height-small);font-weight:700;}.klaro.cm-as-context-notice .context-notice p.cm-buttons{display:flex;justify-content:center;gap:10px;margin-top:20px;}.klaro.cm-as-context-notice .context-notice p.cm-buttons .cm-btn{background:var(--color-primary);border-radius:0;padding:7px 12px;font-size:var(--font-size-small);line-height:var(--line-height-small);font-weight:700;margin:0;transition:background-color 0.5s,color 0.5s;}.klaro.cm-as-context-notice .context-notice p.cm-buttons .cm-btn:hover{background:var(--color-secondary);}.tooltip{position:relative;z-index:9999999 !important;}span.tooltip-content{display:none;}.tooltip span.tooltip-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border-radius:50%;background:none;display:block;text-align:center;color:#ffffff !important;text-transform:uppercase;font-size:var(--font-size-small);line-height:var(--line-height-smaller);font-weight:700;font-size:20px;padding-top:30px;z-index:99;cursor:pointer;}.tooltip span.tooltip-content:after{bottom:100%;left:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-bottom-color:#ffffff;border-width:6px;margin-left:-6px;}.tooltip span.tooltip-content.left{left:50%;margin-left:-20px;transform:none;}.tooltip span.tooltip-content.left:after{left:20px;}.tooltip span.tooltip-content.right{left:auto !important;right:50%;transform:none;margin-right:-20px;}.tooltip span.tooltip-content.right:after{left:auto;right:20px;margin-left:0;margin-right:-6px;}.no-touchevents .tooltip:hover span.tooltip-content{display:block;}.dropdown-container{position:relative;}.dropdown-container a.dropdown{display:inline-block;}.dropdown-container .dropdown-content{z-index:50;position:absolute;right:50%;margin-right:-20px;top:100%;background:#ffffff;box-shadow:0 0 10px 0 rgba(0,0,0,0.3);padding:12px 20px;margin-top:20px;display:none;font-size:var(--font-size-small);line-height:var(--line-height-small);border-radius:6px;}.dropdown-container .dropdown-content > a{position:relative;color:#000000;float:left;clear:left;width:100%;white-space:nowrap;border-bottom:1px solid var(--color-line);padding:5px 0;opacity:1 !important;}.dropdown-container .dropdown-content > a:hover{color:var(--color-primary);}.dropdown-container .dropdown-content > a:last-child{border-bottom:none;}.dropdown-container .dropdown-content::before{content:"";width:10px;height:10px;background:#ffffff;position:absolute;right:15px;top:-5px;transform:rotate(45deg);}.share-container a.copy-url{padding-right:10px;}.share-container a.copy-url.success:after{content:'✔';position:absolute;top:5px;right:0;}nav.pager{text-align:center;margin-top:0;padding-top:60px;}nav.pager ul.pager__items{margin:0 !important;padding:0 !important;text-align:center;}nav.pager ul.pager__items li{margin:0 5px !important;padding:0 !important;list-style:none;display:inline-block;vertical-align:middle;font-size:var(--font-size-smaller);line-height:var(--line-height-smaller);}nav.pager ul.pager__items li:before{display:none !important;}nav.pager ul.pager__items li.pager__item.is-active a{color:var(--color-primary);font-weight:700;}nav.pager ul.pager__items li.pager__item--previous{margin-right:40px !important;}nav.pager ul.pager__items li.pager__item--previous a i{font-size:36px;margin-top:-18px;position:relative;padding-left:5px;}nav.pager ul.pager__items li.pager__item--previous a i:before{position:relative;animation:linkArrowPulseLeft 2s 0s ease-out infinite;}@keyframes linkArrowPulseLeft{0%{left:0px;}50%{left:3px;}100%{left:0px;}}nav.pager ul.pager__items li.pager__item--previous a i:after{content:"";position:absolute;top:50%;left:0;width:30px;height:30px;background:var(--color-primary);border-radius:50%;z-index:-1;margin-top:-15px;}nav.pager ul.pager__items li.pager__item--previous a:hover{color:var(--color-primary);}nav.pager ul.pager__items li.pager__item--previous.disable a{opacity:0.3 !important;}nav.pager ul.pager__items li.pager__item--previous.disable a i:after{display:none;}nav.pager ul.pager__items li.pager__item--next{margin-left:40px !important;}nav.pager ul.pager__items li.pager__item--next a i{font-size:36px;margin-top:-18px;position:relative;padding-right:5px;}nav.pager ul.pager__items li.pager__item--next a i:before{position:relative;animation:linkArrowPulse 2s 0s ease-out infinite;}@keyframes linkArrowPulse{0%{left:0px;}50%{left:-3px;}100%{left:0px;}}nav.pager ul.pager__items li.pager__item--next a i:after{content:"";position:absolute;top:50%;right:0;width:30px;height:30px;background:var(--color-primary);border-radius:50%;z-index:-1;margin-top:-15px;}nav.pager ul.pager__items li.pager__item--next a:hover{color:var(--color-primary);}nav.pager ul.pager__items li.pager__item--next.disable a{opacity:0.3 !important;}nav.pager ul.pager__items li.pager__item--next.disable a i:after{display:none;}.slidein{opacity:0;transition:opacity 1s;}.slidein.inview{opacity:1;}.slidein.inview.delay-300{transition-delay:0.3s;}.slidein.inview.delay-500{transition-delay:0.5s;}.swiper-move .swiper-container .swiper-wrapper{animation:bilderSliderMove 1s 0s ease-out;}@keyframes bilderSliderMove{0%{left:0;}50%{left:-50px;}100%{left:0;}}a.play{position:absolute;top:50%;left:50%;margin:-60px 0 0 -60px;width:120px;height:120px;border-radius:50%;background:none;display:block;text-align:center;color:#ffffff !important;text-transform:uppercase;font-size:var(--font-size-small);line-height:var(--line-height-smaller);font-weight:700;font-size:40px;padding-top:40px;z-index:99;}a.play i{margin-left:5px;}a.play:before{content:"";position:absolute;top:0%;left:0%;width:100%;height:100%;border-radius:50%;opacity:1;background:var(--color-primary);z-index:-1;transition:opacity 0.5s,background-color 0.5s;}a.play:after{content:"";position:absolute;top:0%;left:0%;width:100%;height:100%;border-radius:50%;opacity:0.8;background:var(--color-primary);z-index:-2;animation:playButtonPulse 1s 0s ease-out infinite;}@keyframes playButtonPulse{0%{transform:scale(1);opacity:0.8;}100%{transform:scale(1.3);opacity:0;}}a.play:hover:before{background:var(--color-secondary);opacity:1;}.hyphenate br{display:none;}.mobile-no-break br{display:none;}.space-y-md{padding:var(--section-y-md) 0;}.space-y-lg{padding:var(--section-y-lg) 0;}.space-y-sm{padding:var(--section-y-sm) 0;}.space-y-t-md{padding-top:var(--section-y-md);}.space-y-b-md{padding-bottom:var(--section-y-md);}.space-y-t-lg{padding-top:var(--section-y-lg);}.space-y-b-lg{padding-bottom:var(--section-y-lg);}.space-y-t-sm{padding-top:var(--section-y-sm);}.space-y-b-sm{padding-bottom:var(--section-y-md);}.p-video .preview{display:block;aspect-ratio:1;position:relative;border-radius:25px;overflow:hidden;box-shadow:0 0 15px 0 rgba(0,0,0,0.3);}.p-video .preview .preview-image{position:relative;overflow:hidden;}.p-video .preview .preview-image picture img{transition:transform 0.3s ease;}.p-video .preview .preview-image:before{content:'';width:100%;height:100%;background-color:rgba(0,0,0,0.3);position:absolute;top:0;left:0;z-index:10;}.p-video .preview .titel{position:absolute;bottom:30px;left:0;z-index:20;padding:0 15px;width:100%;color:#ffffff;text-align:center;font-weight:700;font-size:var(--font-size-h4);line-height:var(--line-height-h4);}.p-video .preview .icon-play{display:block;height:50px;width:50px;border-radius:50%;background-color:#ffffff;text-align:center;line-height:50px;position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);z-index:10;font-size:40px;color:var(--color-primary);transition:background-color 0.3s ease,color 0.3s ease;}@media (hover:hover){.p-video .preview{cursor:pointer;}.p-video .preview:hover .preview-image picture img{transform:scale(1.05);}.p-video .preview:hover .icon-play{background-color:var(--color-primary);color:#ffffff;}}body{opacity:1;}
@media only screen and (min-width: 768px){@media screen and (min-width:768px){:root{--font-size-h1-big:10vw;--font-size-h1:7.5vw;--font-size-h3:6vw;--font-size-h4:28px;--font-size-h5:24px;}}@media screen and (min-width:1024px){#toolbar-administration{display:block !important;}a.edit-link,a.node-preview-backlink{display:block;}.hyphenate{hyphens:none;}.hyphenate br{display:inline;}.mobile-no-break br{display:inline;}:root{--font-size-h1-big:6vw;--line-height-h1-big:1.2;--font-size-h1:4vw;--font-size-h3:3vw;--font-size-default:20px;--font-size-small:16px;--line-height-small:1.4;}#header > .section #menu-icon{display:none !important;}#header > .section #navigation{display:none !important;}#header > .section .region-header{display:block;}#header > .section .region-header ul.menu{margin:0;padding:0;display:flex;gap:30px;}#header > .section .region-header ul.menu li{margin:0;padding:0;list-style:none;}#header > .section .region-header ul.menu li a{font-weight:700;color:var(--color-primary);}#footer .section{display:flex;align-items:center;justify-content:space-between;}#footer .urlaub-am-bauernhof{margin-top:0;}#footer ul.menu{flex-direction:row;gap:30px;}}@media screen and (min-width:1248px){:root{--font-size-h1-big:5.2vw;--section-y-md:150px;--section-y-lg:200px;--section-y-sm:75px;}}
}
@media only screen and (min-width: 1440px){@media screen and (min-width:1440px){:root{--font-size-h3:1.8vw;}}@media screen and (min-width:1920px){:root{--font-size-h1-big:90px;--font-size-h1:77px;--font-size-h3:60px;--font-size-h4:40px;--font-size-h5:30px;--font-size-default:22px;}.section{width:1640px;margin:0 auto;}#footer .urlaub-am-bauernhof{width:200px;}}
}
@media not screen{.slidein{opacity:0;}a,a:link,a:visited{color:#000000;}
}
#einleitung.hero-section{padding:120px 0 50px;color:#ffffff;position:relative;height:100vh;height:var(--WIH);}#einleitung.hero-section .background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}#einleitung.hero-section .background::before{content:'';width:100%;height:50%;z-index:5;position:absolute;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));}#einleitung.hero-section .background picture{height:100%;width:100%;}#einleitung.hero-section .background picture img{height:100%;width:100%;object-fit:cover;}#einleitung.hero-section .section{height:100%;z-index:10;display:flex;flex-direction:column;justify-content:flex-end;}#einleitung.hero-section .h1{color:#ffffff;}#einleitung.hero-section .text{margin-bottom:30px;}#einleitung.hero-section .button-wrapper{display:flex;flex-direction:column;gap:15px;}#einleitung.hero-section .image{overflow:hidden;border-radius:35px;box-shadow:0 0 15px 0 rgba(0,0,0,0.2);}@media screen and (min-width:768px){#node-stellplaetze #einleitung{padding-bottom:100px;}}@media screen and (min-width:1024px){#einleitung.hero-section{display:grid;grid-template-columns:1fr;padding:200px 0 100px;}#einleitung.hero-section .background::before{width:100%;height:100%;background:linear-gradient(to right,rgba(0,0,0,0.2),rgba(0,0,0,0));}#einleitung.hero-section .section{justify-content:flex-start;padding-right:30%;}#einleitung.hero-section .section .h1{font-size:var(--font-size-h1-big);line-height:var(--line-height-h1-big);}#einleitung.hero-section .section .text{font-size:var(--font-size-h4);line-height:var(--line-height-h4);margin-bottom:50px;}#einleitung.hero-section .section .button-wrapper{flex-direction:row;}}@media screen and (min-width:1440px){#einleitung.hero-section{padding-top:250px;}}@media screen and (min-width:1920px){#einleitung.hero-section{padding-top:300px;}#einleitung.hero-section .section{width:auto;margin-left:calc((100vw - 1640px)/2);margin-right:calc((100vw - 1640px)/2);}}
@IconsPath:'../../../icons';@font-face{font-family:'icomoon';src:url(/themes/custom/plugins/css/lightgallery/%40%7BIconsPath%7D/icomoon.eot?bz90qe11=);src:url(/themes/custom/plugins/css/lightgallery/%40%7BIconsPath%7D/icomoon.eot?bz90qe11=#iefix) format('embedded-opentype'),url(/themes/custom/plugins/css/lightgallery/%40%7BIconsPath%7D/icomoon.ttf?bz90qe11=) format('truetype'),url(/themes/custom/plugins/css/lightgallery/%40%7BIconsPath%7D/icomoon.woff?bz90qe11=) format('woff'),url(/themes/custom/plugins/css/lightgallery/%40%7BIconsPath%7D/icomoon.svg?bz90qe11=#icomoon) format('svg');font-weight:normal;font-style:normal;font-display:block;}.lg-icon{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.lg-container{font-family:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans','Liberation Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';}.lg-next,.lg-prev{background-color:rgba(0,0,0,0.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:none;border:none;}.lg-next.disabled,.lg-prev.disabled{opacity:0 !important;cursor:default;}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff;}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none;}.lg-next{right:20px;}.lg-next:before{content:'\e900';}.lg-prev{left:20px;}.lg-prev:after{content:'\e901';}@-webkit-keyframes lg-right-end{0%{left:0;}50%{left:-30px;}100%{left:0;}}@-moz-keyframes lg-right-end{0%{left:0;}50%{left:-30px;}100%{left:0;}}@-ms-keyframes lg-right-end{0%{left:0;}50%{left:-30px;}100%{left:0;}}@keyframes lg-right-end{0%{left:0;}50%{left:-30px;}100%{left:0;}}@-webkit-keyframes lg-left-end{0%{left:0;}50%{left:30px;}100%{left:0;}}@-moz-keyframes lg-left-end{0%{left:0;}50%{left:30px;}100%{left:0;}}@-ms-keyframes lg-left-end{0%{left:0;}50%{left:30px;}100%{left:0;}}@keyframes lg-left-end{0%{left:0;}50%{left:30px;}100%{left:0;}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end 0.3s;-o-animation:lg-right-end 0.3s;animation:lg-right-end 0.3s;position:relative;}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end 0.3s;-o-animation:lg-left-end 0.3s;animation:lg-left-end 0.3s;position:relative;}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%;}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0.4));}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none !important;outline:medium none;will-change:color;-webkit-transition:color 0.2s linear;-o-transition:color 0.2s linear;transition:color 0.2s linear;background:none;border:none;box-shadow:none;}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px;}.lg-toolbar .lg-icon:hover{color:#fff;}.lg-toolbar .lg-close:after{content:'\e902';}.lg-toolbar .lg-maximize{font-size:22px;}.lg-toolbar .lg-maximize:after{content:'\e90a';}.lg-toolbar .lg-download:after{content:'\e0f2';}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;-webkit-transition:opacity 0.2s ease-out 0s;-o-transition:opacity 0.2s ease-out 0s;transition:opacity 0.2s ease-out 0s;}.lg-sub-html h4{margin:0;font-size:13px;font-weight:bold;}.lg-sub-html p{font-size:12px;margin:5px 0 0;}.lg-sub-html a{color:inherit;}.lg-sub-html a:hover{text-decoration:underline;}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,0.6));}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0;}.lg-error-msg{font-size:14px;color:#999;}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle;}.lg-closing .lg-toolbar,.lg-closing .lg-prev,.lg-closing .lg-next,.lg-closing .lg-sub-html{opacity:0;-webkit-transition:-webkit-transform 0.08 cubic-bezier(0,0,0.25,1) 0s,opacity 0.08 cubic-bezier(0,0,0.25,1) 0s,color 0.08 linear;-moz-transition:-moz-transform 0.08 cubic-bezier(0,0,0.25,1) 0s,opacity 0.08 cubic-bezier(0,0,0.25,1) 0s,color 0.08 linear;-o-transition:-o-transform 0.08 cubic-bezier(0,0,0.25,1) 0s,opacity 0.08 cubic-bezier(0,0,0.25,1) 0s,color 0.08 linear;transition:transform 0.08 cubic-bezier(0,0,0.25,1) 0s,opacity 0.08 cubic-bezier(0,0,0.25,1) 0s,color 0.08 linear;}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;-moz-transform:scale3d(0.5,0.5,0.5);-o-transform:scale3d(0.5,0.5,0.5);-ms-transform:scale3d(0.5,0.5,0.5);-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5);will-change:transform,opacity;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1) !important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1) !important;-o-transition:-o-transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1) !important;transition:transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1) !important;}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;-moz-transform:scale3d(1,1,1);-o-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,0.6);}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px;}.lg-group:after{content:'';display:table;clear:both;}.lg-container{display:none;outline:none;}.lg-container.lg-show{display:block;}.lg-on{scroll-behavior:unset;}.lg-overlay-open{overflow:hidden;}.lg-toolbar,.lg-prev,.lg-next,.lg-pager-outer,.lg-hide-sub-html .lg-sub-html{opacity:0;will-change:transform,opacity;-webkit-transition:-webkit-transform 0.25s cubic-bezier(0,0,0.25,1) 0s,opacity 0.25s cubic-bezier(0,0,0.25,1) 0s;-moz-transition:-moz-transform 0.25s cubic-bezier(0,0,0.25,1) 0s,opacity 0.25s cubic-bezier(0,0,0.25,1) 0s;-o-transition:-o-transform 0.25s cubic-bezier(0,0,0.25,1) 0s,opacity 0.25s cubic-bezier(0,0,0.25,1) 0s;transition:transform 0.25s cubic-bezier(0,0,0.25,1) 0s,opacity 0.25s cubic-bezier(0,0,0.25,1) 0s;}.lg-show-in .lg-toolbar,.lg-show-in .lg-prev,.lg-show-in .lg-next,.lg-show-in .lg-pager-outer{opacity:1;}.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1;}.lg-show-in .lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);}.lg-show-in .lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0);}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0);}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0);}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999999999;text-align:left;opacity:0.001;outline:none;will-change:auto;overflow:hidden;-webkit-transition:opacity 0.15s ease 0s;-o-transition:opacity 0.15s ease 0s;transition:opacity 0.15s ease 0s;}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.lg-outer.lg-zoom-from-image{opacity:1;}.lg-outer.lg-visible{opacity:1;}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current{-webkit-transition-duration:inherit !important;transition-duration:inherit !important;-webkit-transition-timing-function:inherit !important;transition-timing-function:inherit !important;}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0s !important;transition-duration:0s !important;opacity:1;}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab;}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing;}.lg-outer .lg-content{position:absolute;top:0 !important;left:0;right:0;bottom:0;}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;-webkit-transition:opacity 0s;-o-transition:opacity 0s;transition:opacity 0s;white-space:nowrap;}.lg-outer .lg-item{display:none !important;}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/themes/custom/plugins/css/images/loading.gif) no-repeat scroll center center transparent;}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block !important;}.lg-outer.lg-css .lg-current{display:inline-block !important;}.lg-img-wrap{padding:50px 0;}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%;}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0;border-radius:10px;overflow:hidden;}.lg-outer .lg-item.lg-complete{background-image:none;}.lg-outer .lg-item.lg-current{z-index:1060;}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative;}.lg-outer .lg-empty-html.lg-sub-html,.lg-outer .lg-empty-html .lg-sub-html{display:none;}.lg-outer.lg-hide-download .lg-download{opacity:0.75;pointer-events:none;}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%;}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0);opacity:1;}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity 0.2s ease-out 0.15s;}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999999999;background-color:#000000;opacity:0;will-change:auto;-webkit-transition:opacity 333ms ease-in 0s;-o-transition:opacity 333ms ease-in 0s;transition:opacity 333ms ease-in 0s;}.lg-backdrop.in{opacity:0.9;}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0s ease 0s !important;-moz-transition:none 0s ease 0s !important;-o-transition:none 0s ease 0s !important;transition:none 0s ease 0s !important;}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;}.lg-css3.lg-fade .lg-item{opacity:0;}.lg-css3.lg-fade .lg-item.lg-current{opacity:1;}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity 0.1s ease 0s;-moz-transition:opacity 0.1s ease 0s;-o-transition:opacity 0.1s ease 0s;transition:opacity 0.1s ease 0s;}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0.175,0.885,0.32,1.275) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0.175,0.885,0.32,1.275) 0s;-o-transition:-o-transform 1s cubic-bezier(0.175,0.885,0.32,1.275) 0s;transition:transform 1s cubic-bezier(0.175,0.885,0.32,1.275) 0s;}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,0.25,1) 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,0.25,1) 0s;transition:transform 1s cubic-bezier(0,0,0.25,1) 0s;}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0;}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.1s ease 0s;transition:transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity 0.1s ease 0s;}.lg-container{display:none;}.lg-container.lg-show{display:block;}.lg-container.lg-dragging-vertical .lg-backdrop{-webkit-transition-duration:0s !important;transition-duration:0s !important;}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{-webkit-transition-duration:0s !important;transition-duration:0s !important;opacity:1;}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute;}.lg-inline .lg-backdrop{z-index:1;}.lg-inline .lg-outer{z-index:2;}.lg-inline .lg-maximize:after{content:'\e909';}.lg-components{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);will-change:transform;-webkit-transition:-webkit-transform 0.35s ease-out 0s;-moz-transition:-moz-transform 0.35s ease-out 0s;-o-transition:-o-transform 0.35s ease-out 0s;transition:transform 0.35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0;}
.chosen-container{position:relative;display:inline-block !important;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100% !important;box-sizing:border-box;}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 50px 0 30px;height:60px;border-radius:3px;text-decoration:none;white-space:nowrap;font-family:inherit;font-size:inherit;font-style:normal;line-height:60px;border:1px solid #dddddd;cursor:pointer;transition:border-color 0.5s;opacity:1 !important;color:#9d9f9f;}.chosen-container-single .chosen-single:hover,.chosen-container-active.chosen-with-drop .chosen-single{border-color:#1a1a1a;color:#1a1a1a;}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:0;text-overflow:ellipsis;white-space:nowrap;line-height:100px;position:relative;z-index:99;}.chosen-container-single .chosen-single div{position:absolute;top:50%;right:30px;margin-top:-8px;display:block;}.chosen-container-active.chosen-with-drop .chosen-single div{transform:rotate(180deg);margin-top:0;}.chosen-container-single .chosen-single div b{border:solid #aaaaaa;border-width:0 1px 1px 0;display:block;padding:5px;transform:rotate(45deg);-webkit-transform:rotate(45deg);}.chosen-container-single .chosen-single:hover div b{border-color:#000000;}.chosen-container-single .chosen-single img{display:none;}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;min-width:100%;max-width:200%;border:0;background:#ffffff;display:none;box-shadow:0 0 10px 0 rgba(0,0,0,0.2) !important;margin-top:1px;border-radius:3px;padding:0;overflow:hidden;}.chosen-container.chosen-with-drop .chosen-drop{display:block;}.chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0;padding:20px 30px 0 30px;max-height:240px;-webkit-overflow-scrolling:touch;}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 0 !important;list-style:none;-webkit-touch-callout:none;cursor:pointer;transition:all 0.5s;}.chosen-container .chosen-results li:last-child{margin-bottom:20px;}.chosen-container .chosen-results li:before{display:none !important;}.chosen-container .chosen-results li.active-result{display:block;}.chosen-container .chosen-results li.disabled-result{display:block;color:#dddddd !important;cursor:default;}.chosen-container .chosen-results li.highlighted{color:#aaaaaa;}.chosen-container .chosen-results li.result-selected{font-weight:700;}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline;}.chosen-container .chosen-results li img{display:none;}.chosen-container-single .chosen-single input[type="text"]{cursor:pointer;opacity:0;position:absolute;display:none;top:-30px;}.chosen-container-single.chosen-container-active .chosen-single input[type="text"]{display:block;}.chosen-container-single .chosen-search{position:relative;}.chosen-container-single .chosen-search:after{}.chosen-container-single .chosen-search .chosen-search-input{font-family:inherit;font-size:12px;font-style:normal;line-height:20px;padding:15px 50px 15px 30px;color:inherit;outline:none !important;box-shadow:none !important;border-radius:0 !important;margin:0 !important;width:100%;box-sizing:border-box;background:#ffffff;border:0;border-bottom:1px solid #dddddd;}.chosen-container-single.chosen-container-single-nosearch .chosen-search{display:none;}.chosen-disabled{cursor:default;}.chosen-disabled .chosen-single{cursor:default;border-color:#e5e5e5 !important;}.chosen-disabled .chosen-single span,.chosen-disabled .chosen-single div{color:#cccccc;}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default;}
.form-item{position:relative;margin:0 0 20px 0;}.form-item input.form-text,.form-item input.form-email,.form-item input.form-tel,.form-item input.form-number,.form-item input.form-date{font-family:var(--font-family-default);font-weight:400;font-style:normal;font-size:var(--font-size-default);line-height:20px;background:#ffffff !important;border-radius:0;border:1px solid var(--color-line);padding:25px 20px 10px 20px;width:100%;color:#000000;height:55px;-webkit-appearance:none;box-shadow:none !important;border-radius:5px;}.form-item input.form-text:hover,.form-item input.form-email:hover,.form-item input.form-tel:hover,.form-item input.form-number:hover,.form-item input.form-date:hover,.form-item input.form-text:focus,.form-item input.form-email:focus,.form-item input.form-tel:focus,.form-item input.form-number:focus,.form-item input.form-date:focus{border-color:var(--color-default);}.form-item textarea{font-family:var(--font-family-default);font-weight:400;font-style:normal;font-size:var(--font-size-default);line-height:20px;background:#ffffff !important;border-radius:0;border:1px solid var(--color-line);padding:25px 20px 20px 20px;width:100%;color:#000000;box-shadow:none !important;resize:none;-webkit-appearance:none;border-radius:5px;}.form-item textarea:hover,.form-item textarea:focus{border-color:var(--color-default);}.form-item label{display:block;position:absolute;top:17px;left:0;font-weight:400;cursor:text;transition:top 0.3s,color 0.3s,font-size 0.5s,line-height 0.5s,opacity 0.5s,transform 0.5s;font-size:var(--font-size-default);line-height:20px;color:#000000;z-index:99;padding:0 20px;}.form-item label .required-star{color:var(--color-primary);}.form-item label.focus,.form-item label.has-text,.form-type-date label{top:10px;font-size:10px;line-height:10px;opacity:0.5;}.js-form-type-checkboxes > label,.js-form-type-radios > label{position:relative;top:auto;left:auto;font-weight:700;margin:0 0 10px 0;display:block;color:#000000;transform:none !important;padding:0;}.form-checkboxes .form-item,.form-radios .form-item{width:auto !important;margin:0 0 5px 0 !important;}.form-checkboxes .form-item span.form-item--error,.form-radios .form-item span.form-item--error{display:none !important;}.js-form-type-checkboxes .form-item input,.js-form-type-checkbox input,.js-form-type-radios .form-item input,.js-form-type-radio input{position:absolute;top:5px;left:5px;width:1px;height:1px;opacity:0 !important;z-index:-99;}.js-form-type-checkboxes .form-item label,.js-form-type-checkbox label,.js-form-type-radios .form-item label,.js-form-type-radio label{position:relative;top:auto;left:auto;padding:0 0 0 40px;cursor:pointer;font-weight:400;margin:0;font-size:var(--font-size-default);color:#000000;line-height:20px;transform:none !important;transition:color 0.5s;z-index:1;}.js-form-type-checkboxes .form-item label a,.js-form-type-checkbox label a,.js-form-type-radios .form-item label a,.js-form-type-radio label a{text-decoration:underline;color:var(--color-primary);}.js-form-type-checkboxes .form-item label a:hover,.js-form-type-checkbox label a:hover,.js-form-type-radios .form-item label a:hover,.js-form-type-radio label a:hover{color:var(--color-secondary);}.js-form-type-checkboxes .form-item label:before,.js-form-type-checkbox label:before,.js-form-type-radios .form-item label:before,.js-form-type-radio label:before{content:"";position:absolute;top:-2px;left:0;display:block;width:24px;height:24px;border:0;background:#ffffff;border-radius:0;border:1px solid var(--color-line);z-index:1;border-radius:5px;}.js-form-type-radios .form-item label:before,.js-form-type-radio label:before{border-radius:50%;}.js-form-type-checkboxes .form-item label:after,.js-form-type-checkbox label:after,.js-form-type-radios .form-item label:after,.js-form-type-radio label:after{position:absolute;top:2px;left:4px;display:block;width:16px;height:16px;transition:opacity 0.5s,background-color 0.5s;background:var(--color-primary);content:"";opacity:0;z-index:10;border-radius:3px;}.no-touchevents .js-form-type-checkboxes .form-item label:hover:after,.no-touchevents .js-form-type-checkbox label:hover:after,.no-touchevents .js-form-type-radios .form-item label:hover:after,.no-touchevents .js-form-type-radio label:hover:after{background:var(--color-grey);opacity:1;}.js-form-type-checkboxes .form-item input:checked ~ label:after,.js-form-type-checkbox input:checked ~ label:after,.js-form-type-radios .form-item input:checked ~ label:after,.js-form-type-radio input:checked ~ label:after{opacity:1;background:var(--color-primary);}.form-item .description{font-size:var(--font-size-small);line-height:var(--line-height-small);}.form-item .description a{text-decoration:underline;}.js-form-type-checkbox .description,.js-form-type-radio .description{padding-left:45px;}.js-form-type-checkbox.disabled,.js-form-type-radio.disabled{opacity:0.3;}form #messages{display:none;}fieldset{border:0;border-radius:0;margin:0 0 20px 0 !important;padding:0 !important;background:none;min-inline-size:unset;}fieldset.form-item{margin-bottom:0;}fieldset legend{font-weight:700;font-size:var(--font-size-small);line-height:var(--line-height-small);margin:0 0 15px 0;float:left;width:100%;}fieldset .fieldset-wrapper{float:left;width:100%;}.form-item--error input.form-text,.form-item--error input.form-email,.form-item--error input.form-tel,.form-item--error input.form-number,.form-item--error textarea,.form-item--error .chosen-single{border-color:var(--color-red) !important;}.form-item--error > label,.form-item--error.form-no-label .form-item > label,.form-item--error .chosen-single span,.form-wrapper.form-item--error legend,.form-wrapper.form-item--error .form-item > label{color:var(--color-red) !important;}.form-item--error-message,span.form-item--error,label.error{position:absolute;top:100%;left:0;margin-top:2px;font-size:10px;line-height:12px;color:var(--color-red);display:none;font-weight:700;}.form-item--error-message strong,span.form-item--error strong,label.error strong{color:var(--color-red);}.form-item--error .form-item--error-message,.form-item--error span.form-item--error,.form-item--error label.error{display:block;}.js-form-type-checkboxes .form-item .form-item--error-message,.js-form-type-checkbox .form-item--error-message,.js-form-type-radios .form-item .form-item--error-message,.js-form-type-radio .form-item--error-message,.js-form-type-checkboxes .form-item span.form-item--error,.js-form-type-checkbox span.form-item--error,.js-form-type-radios .form-item span.form-item--error,.js-form-type-radio span.form-item--error,.js-form-type-checkboxes .form-item label.error,.js-form-type-checkbox label.error,.js-form-type-radios .form-item label.error,.js-form-type-radio label.error{padding-left:40px;}.form-item--error-message a,label.error a{color:var(--color-red);text-decoration:underline;}.form-item--error-message a:hover,label.error a:hover{text-decoration:none;}.form-type-managed-file.form-item--error .description{border:1px solid var(--color-red);}select.form-select{position:absolute;top:5px;left:5px;opacity:0;display:block !important;z-index:-1;width:0px;height:0px;}.form-type-select label{max-width:100%;padding-right:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.chosen-container-single{color:#000000;}.chosen-container-single .chosen-single{font-family:var(--font-family-default);font-weight:400;font-style:normal;font-size:var(--font-size-default);line-height:20px;background:#ffffff !important;border-radius:5px;border:1px solid var(--color-line) !important;padding:0;width:100%;color:#000000 !important;box-shadow:none !important;height:55px !important;text-align:left;transition:border 0.5s;}.chosen-container-single .chosen-single div{right:20px;margin-top:-5px;}.chosen-container-single .chosen-single div b{border-color:#000000;padding:3px;}.chosen-container-single .chosen-single span{line-height:20px;padding:25px 40px 10px 20px;}.chosen-container-single .chosen-single.chosen-default{color:#000000;text-align:right;}.chosen-container-single .chosen-single.chosen-default span{opacity:0;padding-top:17px;}.chosen-container-single .chosen-single.chosen-default div b{opacity:0.5;border-color:#000000;}.chosen-container-single .chosen-drop{border-radius:5px;}.chosen-container-single .chosen-drop .chosen-results{padding:15px 20px 0 20px;}.chosen-container-single .chosen-drop .chosen-results li{font-size:var(--font-size-default);line-height:var(--line-height-default);}.chosen-container-single .chosen-drop .chosen-results li.highlighted,.chosen-container-single .chosen-drop .chosen-results li.result-selected{color:var(--color-primary);}.chosen-container-single .chosen-single:hover,.chosen-container-active.chosen-with-drop .chosen-single{border-color:var(--color-bg) !important;}[placeholder]{text-overflow:ellipsis;}::-webkit-input-placeholder{text-overflow:ellipsis;}::-moz-placeholder{text-overflow:ellipsis;}:-ms-input-placeholder{text-overflow:ellipsis;}:-moz-placeholder{text-overflow:ellipsis;}.form-type-managed-file{position:relative;}.form-type-managed-file > label{display:none !important;}.form-type-managed-file .form-managed-file{position:relative;}.form-type-managed-file .form-managed-file .messages{position:absolute;z-index:19;color:#d43f3f;font-size:10px;line-height:10px;margin:0;top:300px;text-align:center;width:100%;padding:0 35px 35px 35px;transform:translateY(-100%);font-weight:700;}.form-type-managed-file .form-managed-file input.form-file{height:300px;border:none;border-radius:0;display:block;width:100%;text-indent:-9999999px;transition:none !important;cursor:pointer;position:relative;z-index:19;font-size:0px;color:#ffffff;margin:0;background:none;}.form-type-managed-file .form-managed-file input.form-file::-ms-value{background:none;border:0;}.form-type-managed-file .form-managed-file input.form-file::-ms-browse{display:none;}.form-type-managed-file .form-managed-file input.form-file .file--image{background:none !important;}.form-type-managed-file .form-managed-file .form-submit{display:none !important;}.form-type-managed-file .form-managed-file > .form-type-checkbox{margin-top:20px;margin-bottom:20px;}.form-type-managed-file .form-managed-file > .form-type-checkbox + .form-submit{display:block !important;background-color:transparent;padding:0;font-size:12px;line-height:20px;color:#000000 !important;text-decoration:underline;border:none;font-weight:700;border-radius:0;}.form-type-managed-file .form-managed-file > .form-type-checkbox + .form-submit:hover{color:var(--color-red) !important;}.form-type-managed-file .description{position:absolute;top:0;left:0;width:100%;height:300px !important;color:#ffffff;z-index:9;background:#ffffff;border-radius:0;border:1px solid var(--color-line);height:100%;}.form-type-managed-file .description:before{content:"";position:absolute;top:15px;right:15px;width:calc(100% - 30px);height:calc(100% - 30px);border:2px dashed var(--color-line);transition:border-color 0.5s;border-radius:0;}.form-type-managed-file .description > div{position:absolute;top:50%;left:0;width:100%;padding:0 45px;transform:translateY(-50%);text-align:center;font-size:var(--font-size-small);line-height:var(--line-height-small);color:#000000 !important;}.form-type-managed-file .description > div::before{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'\e902';font-size:40px;line-height:40px;color:var(--color-primary);margin-bottom:20px;}.form-type-managed-file .description > div p{margin:0 0 10px 0;}.form-type-managed-file:hover .description:before{border-color:var(--color-bg);}.form-type-managed-file .form-item--error-message{display:none !important;}.form-actions{margin-top:40px;}.grecaptcha-badge{visibility:hidden;}@media screen and (min-width:1024px){.form-type-managed-file .form-managed-file input.form-file{height:250px;}.form-type-managed-file .description{height:250px !important;}}
.ui-dialog{position:fixed;background:#fff;width:100% !important;height:100% !important;top:50% !important;left:50% !important;transform:translate(-50%,-50%) scale(0);z-index:999999999 !important;opacity:0;transition:transform 0.5s,opacity 0.5s;border:0 !important;font-family:var(--font-family-default);border-radius:var(--border-radius-md);overflow:hidden;}.ui-dialog.show{transform:translate(-50%,-50%) scale(1);opacity:1;}.ui-dialog .ui-dialog-titlebar{position:absolute !important;bottom:30px;left:50%;z-index:99;transform:translateX(-50%);background:none !important;border:0 !important;padding:0 !important;}.ui-dialog .ui-dialog-titlebar .ui-dialog-title{display:none;}.ui-dialog .ui-dialog-titlebar .ui-button{font-size:0 !important;border:0;padding:0;background:var(--color-primary);border-radius:50%;width:50px;height:50px;box-shadow:0 0 10px 0 rgba(0,0,0,0.1);color:#ffffff;cursor:pointer;transition:background-color 0.5s;right:auto !important;left:auto !important;margin:0 !important;top:auto !important;transform:none !important;position:relative !important;opacity:1 !important;}.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon,.ui-dialog .ui-dialog-titlebar .ui-button .ui-button-icon-space{display:none !important;}.ui-dialog .ui-dialog-titlebar .ui-button:before{font-family:'icomoon' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e902";font-size:20px;}.ui-dialog .ui-dialog-titlebar .ui-button:hover{background:var(--color-secondary);}.ui-dialog .ui-dialog-content{padding:100px 7vw 120px;overflow:hidden;overflow-y:auto;height:100% !important;max-height:100% !important;min-height:0 !important;border:0 !important;background:none !important;color:inherit !important;}.ui-dialog .ui-dialog-content article{padding:0 !important;}.ui-dialog .ui-dialog-content article .section{margin:0 !important;width:auto !important;}.ui-dialog .ui-dialog-content .slidein{opacity:1 !important;}.ui-dialog .ui-dialog-buttonpane{display:none !important;}.ui-dialog.video{background-color:#000000;border-radius:0 !important;}.ui-dialog.video .ui-dialog-content{display:flex;flex-direction:column;justify-content:center;}.ui-dialog.video .ui-dialog-content .overlay-content-wrapper{padding:0 !important;}.ui-dialog.video .ui-dialog-content .overlay-content-wrapper .video-container{width:100%;height:0;padding-top:56.25%;position:relative;}.ui-dialog.video .ui-dialog-content .overlay-content-wrapper .video-container video{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;}.ui-dialog.video .ui-dialog-content .overlay-content-wrapper .video-container .video-embed-field-responsive-video{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000;}.ui-dialog.video .ui-dialog-content .overlay-content-wrapper .video-container.toheight{padding-top:0;height:90vh;overflow:hidden;}.ui-dialog.vor-ort .overlay-content-wrapper .text{font-size:var(--font-size-h5);line-height:var(--line-height-h5);margin-bottom:100px;}.ui-dialog.vor-ort .overlay-content-wrapper .bilder{display:grid;grid-template-columns:1fr;gap:20px;}@media screen and (min-width:1024px){.ui-dialog{width:calc(100% - 100px) !important;height:calc(100% - 100px) !important;}.ui-dialog .ui-dialog-content{padding:50px 50px 120px 50px;}.ui-dialog.video{border-radius:0 !important;padding:0 !important;}.ui-dialog.vor-ort .overlay-content-wrapper .bilder{grid-template-columns:1fr 1fr 1fr;}}@media screen and (min-width:1440px){.ui-dialog{width:calc(100% - 10vw) !important;height:auto !important;max-height:90vh !important;}.ui-dialog .ui-dialog-titlebar{bottom:auto;left:auto;top:30px;right:30px;transform:none;}.ui-dialog.video{max-width:1300px;}.ui-dialog.video .ui-dialog-content{padding:0 !important;}.ui-dialog .ui-dialog-content{padding:100px 150px;max-height:90vh !important;}}.ui-widget-overlay{position:fixed;background:#000000;width:100%;height:100%;top:0;left:0;opacity:0.7;z-index:999999998 !important;cursor:pointer;}.overlay-content{display:none !important;}
#node-stellplaetze #stellplaetze .wrapper{margin-bottom:50px;}#node-stellplaetze #stellplaetze .image a{display:block;padding:20px;border-radius:30px;overflow:hidden;box-shadow:0 0 15px 0 rgba(0,0,0,0.3);}#node-stellplaetze #stellplaetze .image a picture img{transition:transform 0.5s ease;}#node-stellplaetze #leistungen .h1{font-size:var(--font-size-h1-big);line-height:var(--line-height-h1-big);}#node-stellplaetze #leistungen .untertitel{font-weight:700;margin-bottom:50px;}#node-stellplaetze #leistungen .leistungen{display:grid;grid-template-columns:1fr;gap:15px;}#node-stellplaetze #leistungen .leistungen .leistung{display:flex;align-items:center;gap:20px;background:var(--bg-gradient);border-radius:50px;box-shadow:0 0 15px 0 rgba(0,0,0,0.3);padding:15px 30px;}#node-stellplaetze #leistungen .leistungen .leistung .icon{height:50px;width:50px;flex-shrink:0;}#node-stellplaetze #leistungen .leistungen .leistung .titel{color:#ffffff;font-weight:700;}#node-stellplaetze #preise{background-color:var(--color-primary);color:#ffffff;}#node-stellplaetze #preise .h3{color:var(--color-secondary);}#node-stellplaetze #preise .label{font-weight:600;margin-bottom:30px;border-bottom:1px solid rgba(255,255,255,0.3);font-size:var(--font-size-h4);line-height:var(--line-height-h4);}#node-stellplaetze #preise .button-wrapper{margin-top:20px;}#node-stellplaetze #preise .haupt{margin-bottom:100px;}#node-stellplaetze #zelte .wrapper{margin-bottom:50px;}#node-stellplaetze #zelte .image{padding:20px;border-radius:30px;overflow:hidden;box-shadow:0 0 15px 0 rgba(0,0,0,0.3);}#node-stellplaetze #campingregeln .campingregeln{position:relative;border-radius:50px;overflow:hidden;}#node-stellplaetze #campingregeln .campingregeln .image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;}#node-stellplaetze #campingregeln .campingregeln .image:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.3);z-index:2;}#node-stellplaetze #campingregeln .campingregeln .image picture{width:100%;height:100%;position:relative;z-index:1;}#node-stellplaetze #campingregeln .campingregeln .image picture img{height:100%;width:100%;object-fit:cover;}#node-stellplaetze #campingregeln .campingregeln .content{position:relative;z-index:10;padding:50px 20px 30px;}#node-stellplaetze #campingregeln .campingregeln .content .h1{color:#ffffff;}#node-stellplaetze #campingregeln .campingregeln .content .text{color:#ffffff;margin-bottom:30px;}#node-stellplaetze #anfrage .wrapper{padding-top:50px;margin-bottom:100px;}#node-stellplaetze #anfrage .form{padding:50px 20px;background-color:#ffffff;border-radius:50px;overflow:hidden;box-shadow:0 0 15px 0 rgba(0,0,0,0.3);}@media (hover:hover){#node-stellplaetze #stellplaetze .image a:hover picture img{transform:scale(1.05);}}
@media only screen and (min-width: 768px){@media screen and (min-width:768px){#node-stellplaetze #leistungen .leistungen{grid-template-columns:1fr 1fr;}}@media screen and (min-width:1024px){#node-stellplaetze #beschreibung .text{font-size:var(--font-size-h5);line-height:var(--line-height-h5);}#node-stellplaetze #stellplaetze .section{display:grid;grid-template-columns:1fr 1fr;gap:30px;}#node-stellplaetze #leistungen .wrapper .text{padding-right:20%;}#node-stellplaetze #preise .h3{margin-bottom:100px;}#node-stellplaetze #preise .preise{display:grid;grid-template-columns:1fr 1fr;gap:50px;}#node-stellplaetze #preise .preise .haupt{margin-bottom:0;}#node-stellplaetze #preise .preise .button-wrapper{margin-top:30px;}#node-stellplaetze #zelte .section{display:grid;grid-template-columns:1fr 1fr;gap:30px;grid-template-areas:"image content";}#node-stellplaetze #zelte .section .wrapper{grid-area:content;align-self:center;margin-bottom:0;}#node-stellplaetze #zelte .section .image{grid-area:image;}#node-stellplaetze #campingregeln .campingregeln .content{padding:75px 30% 50px 50px;}#node-stellplaetze #anfrage .form{padding:50px 30px;}#node-stellplaetze #anfrage .form .personal-data .fieldset-wrapper,#node-stellplaetze #anfrage .form .anfrage .fieldset-wrapper,#node-stellplaetze #anfrage .form .empfehlung .fieldset-wrapper{display:grid;grid-template-columns:1fr 1fr;column-gap:30px;}#node-stellplaetze #anfrage .form .anfrage > fieldset{grid-column-end:span 2;}#node-stellplaetze #anfrage .form .anfrage .form-type-checkbox{grid-column-end:span 2;}}@media screen and (min-width:1248px){#node-stellplaetze #stellplaetze .section{gap:50px;}#node-stellplaetze #stellplaetze .image a{padding:30px;border-radius:35px;}#node-stellplaetze #preise .preise{gap:100px;}#node-stellplaetze #preise .preise .haupt,#node-stellplaetze #preise .preise .neben{display:flex;flex-direction:column;}#node-stellplaetze #preise .preise .text{margin-bottom:50px;}#node-stellplaetze #preise .preise .button-wrapper{margin-top:auto;}#node-stellplaetze #zelte .section{gap:50px;}#node-stellplaetze #zelte .image{padding:30px;border-radius:35px;}#node-stellplaetze #anfrage .form form{display:grid;grid-template-columns:3fr 2fr;grid-template-areas:"data stellplatz" "anfrage stellplatz" "message message" "empfehlung empfehlung" "chechboxes checkboxes" "submit submit";column-gap:30px;}#node-stellplaetze #anfrage .form form .personal-data{grid-area:data;}#node-stellplaetze #anfrage .form form .stellplatz{grid-area:stellplatz;}#node-stellplaetze #anfrage .form form .anfrage{grid-area:anfrage;}#node-stellplaetze #anfrage .form form .message{grid-area:message;}#node-stellplaetze #anfrage .form form .empfehlung{grid-area:empfehlung;}#node-stellplaetze #anfrage .form form .checkboxes{grid-area:checkboxes;}#node-stellplaetze #anfrage .form form .form-actions{grid-area:submit;}}
}
@media only screen and (min-width: 1440px){@media screen and (min-width:1440px){#node-stellplaetze #beschreibung .h3{margin-bottom:50px;}#node-stellplaetze #beschreibung .text{font-size:var(--font-size-h4);line-height:var(--line-height-h4);padding-right:20%;}#node-stellplaetze #stellplaetze .section{gap:100px;}#node-stellplaetze #stellplaetze .image a{padding:50px;border-radius:50px;}#node-stellplaetze #leistungen .wrapper .text{margin-bottom:100px;}#node-stellplaetze #preise .preise{gap:200px;}#node-stellplaetze #zelte .section{gap:100px;}#node-stellplaetze #zelte .image{padding:50px;border-radius:50px;}#node-stellplaetze #campingregeln .campingregeln .content{padding-right:50%;}#node-stellplaetze #campingregeln .campingregeln .content .text{margin-bottom:50px;}#node-stellplaetze #anfrage .section{gap:100px;}#node-stellplaetze #anfrage .section .wrapper{padding-top:100px;}#node-stellplaetze #anfrage .section .wrapper .untertitel{padding-right:50%;}#node-stellplaetze #anfrage .section .form{padding:50px;border-radius:50px;}}@media screen and (min-width:1920px){#node-stellplaetze #beschreibung{padding:200px 0;}#node-stellplaetze #stellplaetze{padding:200px 0;}#node-stellplaetze #stellplaetze .section{gap:200px;}#node-stellplaetze #preise{padding:200px 0;}#node-stellplaetze #zelte{padding:200px 0;}#node-stellplaetze #zelte .section{gap:200px;}#node-stellplaetze #campingregeln .campingregeln{border-radius:75px;padding-top:100px;}#node-stellplaetze #anfrage{padding:200px 0;}}
}
