.cc-head>*:first-child{margin-top:0}.cc-head>*:last-child{margin-bottom:15px}.contao-cookiebar{--ccb-backdrop: rgba(0, 0, 0, .75);--ccb-anim-duration: .5s;--ccb-checked-clr: #399d32;--ccb-checked-bg: #dcf3db;--ccb-unchecked-clr: #9c9b99;--ccb-unchecked-bg: #fff;--ccb-disabled-clr: #c8c7c5;--ccb-disabled-bg: #f4f4f4;position:fixed;inset:0;z-index:9999;display:flex;align-items:var(--ccb-align, center);justify-content:var(--ccb-justify, center);letter-spacing:0;padding:15px;max-height:100dvh;box-sizing:border-box;pointer-events:none;overflow:hidden;color:var(--ccb-clr, #444)}.contao-cookiebar *{box-sizing:border-box}.contao-cookiebar p{color:var(--ccb-text, #868686);line-height:1.4}.contao-cookiebar label{position:relative;display:block;padding:8px 13px 8px 0;line-height:1.2rem}.contao-cookiebar label.group{font-weight:600}.contao-cookiebar input{position:absolute;width:1px;height:1px;outline:0 none;opacity:0}.contao-cookiebar input+label{padding:8px 13px 8px 45px;cursor:pointer}.contao-cookiebar input+label:before,.contao-cookiebar input+label:after{content:"";position:absolute;border-radius:10px}.contao-cookiebar input+label:before{top:7px;left:0;width:35px;height:18px;margin:0;box-sizing:content-box;background:var(--ccb-unchecked-bg);border:1px solid var(--ccb-unchecked-clr);transition:border-color .2s}.contao-cookiebar input+label:after{display:block;top:11px;left:4px;width:12px;height:12px;background:var(--ccb-unchecked-clr);transition:background .2s,margin-left .2s,padding .2s}.contao-cookiebar input+label:active:after{padding-left:5px}.contao-cookiebar input.cc-group-half+label:after{background:linear-gradient(to right, var(--ccb-unchecked-clr) 0%, var(--ccb-unchecked-clr) 50%, var(--ccb-checked-clr) 50%, var(--ccb-checked-clr) 100%)}.contao-cookiebar input:checked+label:after{background:var(--ccb-checked-clr);margin-left:17px}.contao-cookiebar input:checked+label:active:after{margin-left:12px}.contao-cookiebar input:checked+label:before{background:var(--ccb-checked-bg);border-color:var(--ccb-checked-clr)}.contao-cookiebar input:disabled+label{pointer-events:none}.contao-cookiebar input:disabled+label:after{background:var(--ccb-disabled-clr)}.contao-cookiebar input:disabled+label:before{background:var(--ccb-disabled-bg);border-color:var(--ccb-disabled-clr)}.contao-cookiebar .cc-btn{display:inline-block;cursor:pointer;width:100%;padding:8px 14px;margin-bottom:8px;font-size:15px;outline:0 none;border:1px solid var(--ccb-btn-bdr, #cfcfcf);border-radius:4px;color:var(--ccb-btn-clr, #444);background:var(--ccb-btn-bg, #f5f5f5)}.contao-cookiebar .cc-btn:hover{background:var(--ccb-btn-bg-hvr, #ececec)}.contao-cookiebar .cc-btn:last-child{margin-bottom:0}.contao-cookiebar .grayscale{--ccb-btn-bg: #f1efef;--ccb-btn-bg-hvr: #ececec}.contao-cookiebar .grayscale .success{--ccb-btn-bg: #fbfbfb;--ccb-btn-bg-hvr: #f7f7f7}.contao-cookiebar .highlight .success{--ccb-btn-bg: #4e9e3e;--ccb-btn-bg-hvr: #4c933f;--ccb-btn-bdr: #3e7830;--ccb-btn-clr: #fff}.cc-inner{display:inline-block;overflow-y:auto;max-height:100%;max-width:100%;padding:23px;border-radius:3px;opacity:0;pointer-events:none;visibility:hidden;font-size:1rem;text-align:left;background:var(--ccb-bg, #fff);box-shadow:var(--ccb-box-shadow, rgba(99, 99, 99, 0.2)) 0 2px 8px 0;animation:var(--ccb-anim, cookiebar-middle-in) var(--ccb-anim-duration) ease-in-out forwards}.cc-group{position:relative;border:1px solid var(--ccb-bdr, #d0d0d0);border-radius:5px;margin-bottom:10px}.cc-cookie-info{font-size:.875rem;background:var(--ccb-info-bg, #fff);border:1px solid var(--ccb-info-bdr, #efefef);padding:10px;border-radius:5px}.cc-cookie-info>div>span{font-weight:600}.cc-cookie-info>div+div{margin-top:5px;word-wrap:break-word}.cc-cookie-info+button.cc-detail-btn-details{margin-top:15px}.cc-cookies{background:var(--ccb-cookies-bg, #fbfbfb);border-radius:0 0 5px 5px}.cc-cookies>p{font-size:.875rem}.cc-cookies>p,.cc-cookies>.cc-cookie{margin:0;padding:15px;border-top:1px solid var(--ccb-cookies-bdr, #fbfbfb)}.cc-cookie label.cookie+*{margin-top:10px}.cc-cookie p{margin:0 0 15px;font-size:.875rem}.cc-cookie-desc p{margin-bottom:0}.cc-footer,.cc-info{text-align:center}.cc-info{margin-top:15px}.cc-info>p{font-size:.875rem}.cc-info>a{display:inline-block;font-size:.813rem;color:var(--ccb-detail-clr, #a2a2a2);text-decoration:none}.cc-info>a:hover{color:var(--ccb-detail-clr-hvr, #717171)}.cc-info>a+a:before{display:inline-block;content:"·";margin-right:5px}.cc-active .cc-inner{opacity:1;pointer-events:auto;visibility:visible}.cc-active.cc-blocked{pointer-events:auto;animation:cookiebar-overlay-in var(--ccb-anim-duration) ease-in-out forwards}.cc-saved.cc-inner{opacity:0;pointer-events:none;visibility:hidden}.cc-saved.cc-blocked{pointer-events:none;animation:cookiebar-overlay-out var(--ccb-anim-duration) ease-in-out forwards}.cc-left{--ccb-justify: flex-start}.cc-right{--ccb-justify: flex-end}.cc-top{--ccb-align: flex-start}.cc-top.cc-active{--ccb-anim: cookiebar-top-in}.cc-top.cc-saved{--ccb-anim: cookiebar-top-out}.cc-middle.cc-active{--ccb-anim: cookiebar-middle-in}.cc-middle.cc-saved{--ccb-anim: cookiebar-middle-out}.cc-bottom{--ccb-align: flex-end}.cc-bottom.cc-active{--ccb-anim: cookiebar-bottom-in}.cc-bottom.cc-saved{--ccb-anim: cookiebar-bottom-out}@media(min-width: 768px){.contao-cookiebar .cc-btn{width:auto;margin-bottom:0}.cc-inner{max-width:var(--ccb-max-width, 750px)}}@keyframes cookiebar-overlay-in{0%{background:rgba(0,0,0,0)}to{background:var(--ccb-backdrop)}}@keyframes cookiebar-overlay-out{0%{background:var(--ccb-backdrop)}to{background:rgba(0,0,0,0);visibility:hidden}}@keyframes cookiebar-top-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-top-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(-100%)}}@keyframes cookiebar-middle-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes cookiebar-middle-out{0%{opacity:1;visibility:visible;transform:scale(1)}to{opacity:0;visibility:hidden;transform:scale(0)}}@keyframes cookiebar-bottom-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookiebar-bottom-out{0%{opacity:1;visibility:visible;transform:translateY(0)}to{opacity:0;visibility:hidden;transform:translateY(100%)}}.cc-group{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:center}.cc-group>label{flex-grow:1;margin:5px 0 5px 10px}.cc-cookies{display:none;width:100%}.cc-detail-btn{padding:8px 10px;line-height:1.2rem}.cc-detail-btn-details{text-decoration:underline;padding:0;margin:0 0 10px}.cc-detail-btn,.cc-detail-btn-details{display:inline-block;color:var(--ccb-detail-clr, #a2a2a2);border:0 none;outline:0 none;background:rgba(0,0,0,0);font-size:13px;letter-spacing:0;text-transform:initial;cursor:pointer}.cc-detail-btn span:nth-child(2),.cc-detail-btn-details span:nth-child(2){display:none}.cc-detail-btn.cc-active span:nth-child(1),.cc-detail-btn-details.cc-active span:nth-child(1){display:none}.cc-detail-btn.cc-active span:nth-child(2),.cc-detail-btn-details.cc-active span:nth-child(2){display:inline}.cc-detail-btn:hover,.cc-detail-btn-details:hover{background:rgba(0,0,0,0);color:var(--ccb-detail-clr-hvr, #717171)}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--app-height:100vh;--footer-height:100px;--header-height:100px}body,html{height:100%}body{overflow:hidden;overflow-y:scroll;font-family:Open Sans,sans-serif;font-weight:400;font-size:inherit;color:#000}body.menu-open{overflow-y:hidden}figure{max-width:100%;margin:0;box-sizing:border-box}figure,main{display:block}img{border:0}strong{font-weight:700}figure img{width:auto;height:auto;max-width:100%;display:block;margin:0}figure figcaption{max-width:100%;margin:0 auto;text-align:center}iframe{border:0}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wow{visibility:hidden}.inside{position:relative}.ce_vimeo .video-wrapper,.ce_vimeo .video_container,.ce_youtube .video-wrapper,.ce_youtube .video_container{position:relative;padding-bottom:56.25%;height:0}.ce_vimeo .video-wrapper>*,.ce_vimeo .video_container>.responsive>*,.ce_vimeo .video_container>:not(.responsive):not(.caption),.ce_youtube .video-wrapper>*,.ce_youtube .video_container>.responsive>*,.ce_youtube .video_container>:not(.responsive):not(.caption){position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:1}.for-pdf-only{display:none}html{font-size:18px}a{color:inherit;text-decoration:underline;transition:.2s}a:hover{color:#404040}b,h3,strong{font-weight:700}h3{font-family:HCo Gotham Rounded;text-transform:uppercase;color:#fedf00;line-height:33px;font-size:23px}h3>strong{font-weight:700}@media only screen and (min-width:700px){h3{font-size:30px}}h4{font-style:italic;color:#fff;font-family:Open Sans,sans-serif;font-weight:300;font-size:23px}@media only screen and (min-width:700px){h4{font-size:30px}}ol,p,ul{line-height:1.39}ol,ul{padding-left:.4em}ol li,ul li{padding-left:15px;list-style-type:none;position:relative}ol li:before,ul li:before{content:"";display:block;height:4px;width:4px;border-radius:4px;background-color:#000;position:absolute;top:8px;left:0}.headline--h3 h1,.headline--h3 h2,h1.headline--h3,h2.headline--h3{font-weight:700;font-family:HCo Gotham Rounded;text-transform:uppercase;color:#fedf00;line-height:33px;font-size:23px}.headline--h3 h1>strong,.headline--h3 h2>strong,h1.headline--h3>strong,h2.headline--h3>strong{font-weight:700}@media only screen and (min-width:700px){.headline--h3 h1,.headline--h3 h2,h1.headline--h3,h2.headline--h3{font-size:30px}}.margin--0x{margin-bottom:0!important}.margin--0x,.margin--top--0x{margin-top:0!important}.margin--bottom--0x{margin-bottom:0!important}.margin--1x{margin-bottom:1rem!important}.margin--1x,.margin--top--1x{margin-top:1rem!important}.margin--bottom--1x{margin-bottom:1rem!important}.margin--2x{margin-top:1.332rem!important;margin-bottom:1.332rem!important}@media only screen and (min-width:700px){.margin--2x{margin-top:1.666rem!important}}@media only screen and (min-width:1000px){.margin--2x{margin-top:2rem!important}}@media only screen and (min-width:700px){.margin--2x{margin-bottom:1.666rem!important}}@media only screen and (min-width:1000px){.margin--2x{margin-bottom:2rem!important}}.margin--top--2x{margin-top:1.332rem!important}@media only screen and (min-width:700px){.margin--top--2x{margin-top:1.666rem!important}}@media only screen and (min-width:1000px){.margin--top--2x{margin-top:2rem!important}}.margin--bottom--2x{margin-bottom:1.332rem!important}@media only screen and (min-width:700px){.margin--bottom--2x{margin-bottom:1.666rem!important}}@media only screen and (min-width:1000px){.margin--bottom--2x{margin-bottom:2rem!important}}.margin--3x{margin-top:1.998rem!important;margin-bottom:1.998rem!important}@media only screen and (min-width:700px){.margin--3x{margin-top:2.499rem!important}}@media only screen and (min-width:1000px){.margin--3x{margin-top:3rem!important}}@media only screen and (min-width:700px){.margin--3x{margin-bottom:2.499rem!important}}@media only screen and (min-width:1000px){.margin--3x{margin-bottom:3rem!important}}.margin--top--3x{margin-top:1.998rem!important}@media only screen and (min-width:700px){.margin--top--3x{margin-top:2.499rem!important}}@media only screen and (min-width:1000px){.margin--top--3x{margin-top:3rem!important}}.margin--bottom--3x{margin-bottom:1.998rem!important}@media only screen and (min-width:700px){.margin--bottom--3x{margin-bottom:2.499rem!important}}@media only screen and (min-width:1000px){.margin--bottom--3x{margin-bottom:3rem!important}}.margin--4x{margin-top:2.664rem!important;margin-bottom:2.664rem!important}@media only screen and (min-width:700px){.margin--4x{margin-top:3.332rem!important}}@media only screen and (min-width:1000px){.margin--4x{margin-top:4rem!important}}@media only screen and (min-width:700px){.margin--4x{margin-bottom:3.332rem!important}}@media only screen and (min-width:1000px){.margin--4x{margin-bottom:4rem!important}}.margin--top--4x{margin-top:2.664rem!important}@media only screen and (min-width:700px){.margin--top--4x{margin-top:3.332rem!important}}@media only screen and (min-width:1000px){.margin--top--4x{margin-top:4rem!important}}.margin--bottom--4x{margin-bottom:2.664rem!important}@media only screen and (min-width:700px){.margin--bottom--4x{margin-bottom:3.332rem!important}}@media only screen and (min-width:1000px){.margin--bottom--4x{margin-bottom:4rem!important}}.margin--6x{margin-top:3.996rem!important;margin-bottom:3.996rem!important}@media only screen and (min-width:700px){.margin--6x{margin-top:4.998rem!important}}@media only screen and (min-width:1000px){.margin--6x{margin-top:6rem!important}}@media only screen and (min-width:700px){.margin--6x{margin-bottom:4.998rem!important}}@media only screen and (min-width:1000px){.margin--6x{margin-bottom:6rem!important}}.margin--top--6x{margin-top:3.996rem!important}@media only screen and (min-width:700px){.margin--top--6x{margin-top:4.998rem!important}}@media only screen and (min-width:1000px){.margin--top--6x{margin-top:6rem!important}}.margin--bottom--6x{margin-bottom:3.996rem!important}@media only screen and (min-width:700px){.margin--bottom--6x{margin-bottom:4.998rem!important}}@media only screen and (min-width:1000px){.margin--bottom--6x{margin-bottom:6rem!important}}.margin--8x{margin-top:5.328rem!important;margin-bottom:5.328rem!important}@media only screen and (min-width:700px){.margin--8x{margin-top:6.664rem!important}}@media only screen and (min-width:1000px){.margin--8x{margin-top:8rem!important}}@media only screen and (min-width:700px){.margin--8x{margin-bottom:6.664rem!important}}@media only screen and (min-width:1000px){.margin--8x{margin-bottom:8rem!important}}.margin--top--8x{margin-top:5.328rem!important}@media only screen and (min-width:700px){.margin--top--8x{margin-top:6.664rem!important}}@media only screen and (min-width:1000px){.margin--top--8x{margin-top:8rem!important}}.margin--bottom--8x{margin-bottom:5.328rem!important}@media only screen and (min-width:700px){.margin--bottom--8x{margin-bottom:6.664rem!important}}@media only screen and (min-width:1000px){.margin--bottom--8x{margin-bottom:8rem!important}}.image--center figure img{margin:auto}.text--center{text-align:center;width:100%}.text--center>figure>img{margin-left:auto;margin-right:auto}.paragraph-indents p{margin-top:0;margin-bottom:0}.paragraph-indents p:first-child{margin-top:1em}.paragraph-indents p:last-child{margin-bottom:1em}.paragraph-indents p{text-indent:1.388em}@font-face{font-family:ThirstyScript;font-style:normal;font-weight:700;src:url(../../files/themes/gartendiagnostiker/dist/fonts/thirsty/396EB4_1_0.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/thirsty/396EB4_1_0.woff) format("woff")}@font-face{font-family:ThirstyScript;font-style:normal;font-weight:800;src:url(../../files/themes/gartendiagnostiker/dist/fonts/thirsty/396EB4_2_0.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/thirsty/396EB4_2_0.woff) format("woff")}@font-face{font-family:HCo Gotham Rounded;src:url(../../files/themes/gartendiagnostiker/dist/fonts/gotham-rounded/GothamRnd-Medium_Web.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/gotham-rounded/GothamRnd-Medium_Web.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:HCo Gotham Rounded;src:url(../../files/themes/gartendiagnostiker/dist/fonts/gotham-rounded/GothamRnd-Bold_Web.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/gotham-rounded/GothamRnd-Bold_Web.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:HCo Gotham Rounded;src:url(../../files/themes/gartendiagnostiker/dist/fonts/gotham-rounded/GothamRnd-Light_Web.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/gotham-rounded/GothamRnd-Light_Web.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Open Sans;font-style:normal;font-weight:300;src:local(""),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-300.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-300.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-weight:300;src:local(""),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-300italic.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-300italic.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:local(""),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-regular.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-regular.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:600;src:local(""),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-600.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-600.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:local(""),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-700.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/open-sans-v18-latin-700.woff) format("woff")}@font-face{font-family:Open Sans Condensed;font-style:normal;font-weight:300;src:local(""),url(../../files/themes/gartendiagnostiker/dist/fonts/open-cd/open-sans-condensed-v15-latin-300.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/open-cd/open-sans-condensed-v15-latin-300.woff) format("woff")}@font-face{font-family:Open Sans Condensed;font-style:italic;font-weight:300;src:local(""),url(../../files/themes/gartendiagnostiker/dist/fonts/open-cd/open-sans-condensed-v15-latin-300italic.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/open-cd/open-sans-condensed-v15-latin-300italic.woff) format("woff")}@font-face{font-family:Open Sans Condensed;font-style:normal;font-weight:700;src:local(""),url(../../files/themes/gartendiagnostiker/dist/fonts/open-cd/open-sans-condensed-v15-latin-700.woff2) format("woff2"),url(../../files/themes/gartendiagnostiker/dist/fonts/open-cd/open-sans-condensed-v15-latin-700.woff) format("woff")}#wrapper{min-width:280px;overflow:hidden;min-height:100%;position:relative}#wrapper:after{position:absolute;display:block;content:"";left:0;right:0;z-index:-1;top:63px;bottom:150px;background-color:#f3f8ea;border-top-left-radius:60px;border-top-right-radius:60px}@media only screen and (min-width:1000px){#wrapper:after{top:97px;bottom:190px;border-top-left-radius:100px;border-top-right-radius:100px}}#container{padding-bottom:94px;position:relative}@media only screen and (min-width:1000px){.site-info-page #container{padding-bottom:118px}}#main .mod_article,.site-info-page #main{position:relative}#main .mod_article.filter-and-list{background-color:#fff;border-radius:20px;padding:10px 14px 10px 10px}#main .mod_article.filter-and-list .mod_catalogUniversalView{padding-top:50px}#main .mod_article.catalog-detail,#main .mod_article.filter-and-list{margin-top:100px}.site-info-page #main .mod_article{background-color:#fff;border-radius:14px;padding:8px;margin-bottom:24px}.site-info-page #main .mod_article:first-of-type{padding:0;margin-top:-10px;margin-bottom:11px;background-color:transparent}.site-info-page #main .inside{box-sizing:border-box;max-width:944px;margin:auto}#main .mod_catalogMasterView .ctlg_master{background-color:#fff;border-radius:20px;padding:10px 14px 10px 10px}@media only screen and (min-width:700px){#main .mod_article.catalog-detail,#main .mod_article.filter-and-list{margin-top:130px}}@media only screen and (min-width:1000px){.site-info-page #main .inside{margin-top:154px;padding:50px 90px;background-color:#fff;border-radius:14px;background-image:url(../../files/themes/gartendiagnostiker/dist/images/ebene-112.png);background-repeat:repeat}.site-info-page #main .mod_article:first-of-type{margin-top:0;position:absolute;left:0;right:0;top:-165px;transition:all .4s}.menu-open.site-info-page #main .mod_article:first-of-type{position:fixed;z-index:8;top:100px;max-width:400px;margin:auto}#main .mod_article.filter-and-list{display:grid;grid-template-columns:365px 1fr;-moz-column-gap:14px;column-gap:14px}#main .mod_article.filter-and-list .ce_catalogFilterWrapper{padding-top:125px}#main .mod_article.filter-and-list .mod_catalogUniversalView{padding-top:118px}#main .mod_catalogMasterView .ctlg_master{display:grid;grid-template-columns:365px 1fr;-moz-column-gap:14px;column-gap:14px}#main .mod_catalogMasterView .ctlg_master .master_actions,#main .mod_catalogMasterView .ctlg_master .master_detail{padding-top:125px}}#footer{margin-top:25px}#footer,#header,#main{max-width:1140px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}@media only screen and (min-width:1000px){#footer,#header,#main{padding-left:40px;padding-right:40px}}@media only print{#wrapper:after{display:none!important}.for_print_intro{display:block!important}.intro_title{color:#257236!important;font-family:HCo Gotham Rounded;text-transform:uppercase;color:#fedf00;line-height:33px;font-size:23px}.intro_title,.intro_title>strong{font-weight:700}.intro_header{font-style:italic;color:#fff;font-family:Open Sans,sans-serif;font-weight:300;font-size:23px}.for_print_more_info,li{display:block!important}.for_print_more_info span{color:#00f}.headline-image{display:block!important}.ce_rsce_categories,.headline-image-mobile,.master_actions,footer{display:none}.start__banner{display:none!important}#wishlist{display:none}}#footer a{text-decoration:none}#footer>.inside{border-top:1px solid #257236}#footer>.inside>.mod_customnav{position:relative;background-color:#d3e3d8;padding-top:30px;padding-bottom:20px}#footer>.inside>.mod_customnav ul{position:relative;max-width:434px;justify-content:space-around;margin:0;padding:0;list-style:none}#footer>.inside>.mod_customnav ul>li{margin:0;padding:0}#footer>.inside>.mod_customnav ul>li:before{display:none}#footer>.inside>.mod_customnav ul li{text-transform:uppercase;font-size:15px;line-height:1.67;letter-spacing:.3px;color:#257236;margin-left:20px;font-family:HCo Gotham Rounded;font-weight:700}#footer .logo{display:none}@media only screen and (min-width:1000px){#footer>.inside>.mod_customnav{padding-bottom:110px}#footer>.inside>.mod_customnav:after{content:"";display:block;background-image:url(../../files/themes/gartendiagnostiker/dist/images/n-logo.png);background-size:100% auto;background-size:contain;background-repeat:no-repeat;background-position:50%;width:66px;height:77px;position:absolute;right:100px;top:25px}#footer>.inside>.mod_customnav ul{display:flex;margin-left:265px}#footer>.inside>.mod_customnav ul:before{background-image:url(../../files/themes/gartendiagnostiker/dist/images/umwelt-logo.png);width:77px;height:76px;left:10px;top:20px}#footer>.inside>.mod_customnav ul:after,#footer>.inside>.mod_customnav ul:before{content:"";display:block;background-size:100% auto;background-size:contain;background-repeat:no-repeat;background-position:50%;position:absolute}#footer>.inside>.mod_customnav ul:after{background-image:url(../../files/themes/gartendiagnostiker/dist/images/oecert-logo.png);width:118px;height:35px;top:32px;right:10px}#footer>.inside>.mod_customnav li{margin-left:unset}#footer>.inside .logo{position:absolute;z-index:1;top:18px;left:84px;display:block}#footer>.inside .logo img{width:165px;height:103px}}@media only screen and (min-width:1000px) and (min-width:1165px){#footer>.inside>.mod_customnav ul:before{right:-54%;top:0;left:unset}#footer>.inside>.mod_customnav ul:after{right:-33%;top:0}}#header{position:relative}#header:before{width:80px;height:35px;display:block;content:"";margin:auto;left:0;right:0;z-index:1;position:absolute;background-color:#aaca3a}#header .header__logo--wrapper{position:relative;z-index:2}#header .header__logo--wrapper .container a{display:flex;flex-direction:column;text-decoration:none}#header .header__logo--wrapper #logo{align-self:center;margin-top:20px;width:176px;height:auto}#header .headline-image,#header .headline-image-mobile{width:100%;margin-top:10px;align-self:center}#header .headline-image-mobile{max-width:250px}#header .headline-image{max-width:570px;display:none}body.page--index #header .headline-image{margin-top:20px;max-width:870px}@media only screen and (min-width:700px){#header .headline-image-mobile{display:none}#header .headline-image{display:block}}@media only screen and (min-width:1000px){#header:before{width:80px;height:47px}#header .header__logo--wrapper #logo{margin-top:18px;width:179px;height:auto}}.mod_catalogMasterView .master_actions{margin-bottom:30px;background-color:#257236;border-radius:10px;padding:50px 15px 10px;box-sizing:border-box}.mod_catalogMasterView .actions_title{margin-bottom:40px;box-sizing:border-box;padding:30px 15px;border:1px solid #fff;border-radius:10px;background:radial-gradient(circle at 1px 1px,#198f3b 0,#257236 80%)}.mod_catalogMasterView .actions_title h3{margin:0;border-bottom:1px solid #fedf00;word-break:break-word;font-weight:700;font-family:HCo Gotham Rounded;text-transform:uppercase;color:#fedf00;line-height:33px;font-size:23px}.mod_catalogMasterView .actions_title h3>strong{font-weight:700}@media only screen and (min-width:700px){.mod_catalogMasterView .actions_title h3{font-size:30px}}.mod_catalogMasterView .actions_title h4{margin:0;font-style:italic;color:#fff;font-family:Open Sans,sans-serif;font-weight:300;font-size:23px}@media only screen and (min-width:700px){.mod_catalogMasterView .actions_title h4{font-size:30px}}.mod_catalogMasterView .action_google,.mod_catalogMasterView .action_pdf,.mod_catalogMasterView .action_print{text-decoration:none;background:radial-gradient(circle at 1px 1px,#198f3b 0,#257236 80%);margin-bottom:31px;padding:26px 55px 21px 15px;box-sizing:border-box;display:block;background-color:transparent;border:1px solid #fff;border-radius:10px;text-transform:uppercase;font-family:HCo Gotham Rounded;color:#fff;position:relative;width:100%;text-align:left;font-size:18px;font-weight:700;cursor:pointer}.mod_catalogMasterView .action_google:after,.mod_catalogMasterView .action_pdf:after,.mod_catalogMasterView .action_print:after{margin:auto;position:absolute;display:block;content:"";right:18px;top:0;bottom:0;background-position:50%;background-repeat:no-repeat;background-size:contain}.mod_catalogMasterView .action_print:after{background-image:url(../../files/themes/gartendiagnostiker/dist/images/print.svg);height:35px;width:35px}.mod_catalogMasterView .action_pdf:after{background-image:url(../../files/themes/gartendiagnostiker/dist/images/download.svg);height:35px;width:28px}.mod_catalogMasterView .action_google:after{background-image:url(../../files/themes/gartendiagnostiker/dist/images/lupe.svg);height:35px;width:35px}.mod_catalogMasterView .action_download,.mod_catalogMasterView .action_link{margin-bottom:31px;position:relative;color:#257236;background-color:#fedf00;font-family:HCo Gotham Rounded;text-transform:uppercase;font-size:18px;font-weight:700;font-stretch:normal;font-style:normal;letter-spacing:normal;cursor:pointer;display:block;text-decoration:none;padding:10px 55px 10px 15px;box-sizing:border-box;border:1px solid #fff;border-radius:10px;transition:all .4s}.mod_catalogMasterView .action_download span,.mod_catalogMasterView .action_link span{font-family:ThirstyScript;font-weight:700;display:block;margin-left:18px;text-transform:none;font-size:35px}.mod_catalogMasterView .action_download:after,.mod_catalogMasterView .action_link:after{margin:auto;position:absolute;display:block;content:"";right:18px;top:0;bottom:0;background-position:50%;background-repeat:no-repeat;background-size:contain;background-image:url(../../files/themes/gartendiagnostiker/dist/images/external-link.svg);height:42px;width:42px}.mod_catalogMasterView .action_download:hover,.mod_catalogMasterView .action_link:hover{background-color:#aaca3a}.mod_catalogMasterView .action_link{margin-bottom:0;padding-left:27px}.mod_catalogMasterView .action_link span{font-size:30px;margin-left:-17px}.mod_catalogMasterView .detail_text_hobby,.mod_catalogMasterView .detail_text_profi{display:none}.mod_catalogMasterView .detail_text_hobby h3,.mod_catalogMasterView .detail_text_profi h3{text-transform:none;font-family:HCo Gotham Rounded;font-size:25px;font-weight:700;text-align:left;color:#257236;margin-bottom:10px}.mod_catalogMasterView .detail_text_hobby ul,.mod_catalogMasterView .detail_text_profi ul{margin-top:0}.mod_catalogMasterView .for_print_gallery .ce_gallery,.mod_catalogMasterView .for_print_intro,.mod_catalogMasterView .for_print_more_info{display:none}.hobby-detail .mod_catalogMasterView .detail_text_hobby,.profi-detail .mod_catalogMasterView .detail_text_profi{display:block}.mod_catalogMasterView .detail_end_text h3{color:#257236;text-transform:none}.mod_catalogMasterView .detail_end_text a{text-decoration:none}.mod_catalogMasterView .detail_end_text a,.mod_catalogMasterView .detail_end_text span{color:#00f}@media only screen and (min-width:700px){.mod_catalogMasterView .action_download,.mod_catalogMasterView .action_google,.mod_catalogMasterView .action_link,.mod_catalogMasterView .action_pdf,.mod_catalogMasterView .action_print{font-size:25px}}@media only screen and (min-width:1000px){.mod_catalogMasterView .master_actions{margin-bottom:0;padding-bottom:50px}.mod_catalogMasterView .detail_text_hobby li,.mod_catalogMasterView .detail_text_profi li{padding-left:37px}.mod_catalogMasterView .actions_title{margin-bottom:124px}.mod_catalogMasterView .actions_title h3{border-bottom:0;position:relative}.mod_catalogMasterView .actions_title h3:after{display:block;content:"";position:absolute;left:0;right:0;bottom:0;border-bottom:1px solid #fedf00;z-index:1}}.mod_catalogUniversalView{margin-bottom:30px;display:flex;flex-wrap:wrap}.mod_catalogUniversalView a{text-decoration:none}.mod_catalogUniversalView a:hover{color:inherit}.mod_catalogUniversalView .caption{display:none}.mod_catalogUniversalView .ctlg_teaser{width:100%;padding-bottom:15px;box-sizing:border-box}.mod_catalogUniversalView .ctlg_entity{padding:10px;border-radius:17px;background-color:#aaca3a;position:relative;text-align:center;box-sizing:border-box;height:100%;width:100%}.mod_catalogUniversalView .ctlg_entity_image img{margin:auto;border-radius:17px;box-shadow:0 0 5px #257236}.mod_catalogUniversalView .ctlg_entity_text{padding:25px 15px 15px;box-sizing:border-box;color:#f2f7e2}.mod_catalogUniversalView .ctlg_entity_text h5{font-family:Open Sans Condensed,sans-serif;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;font-size:25px;font-weight:600;padding-bottom:10px}.mod_catalogUniversalView .ctlg_entity_text h6{font-family:Open Sans Condensed,sans-serif;font-size:20px;margin-bottom:2px;font-weight:300;padding-top:10px;padding-bottom:15px;font-style:italic;position:relative}.mod_catalogUniversalView .ctlg_entity_text h6:before{display:block;content:"";top:0;left:0;right:0;position:absolute;height:1px;border-bottom:1px solid hsla(0,0%,100%,.5)}.mod_catalogUniversalView .ctlg_entity_text p{font-family:Open Sans Condensed,sans-serif;line-height:1.39;font-weight:300}.mod_catalogUniversalView .ctlg_entity_text h5,.mod_catalogUniversalView .ctlg_entity_text h6,.mod_catalogUniversalView .ctlg_entity_text p{margin:0}@media only screen and (min-width:500px){.mod_catalogUniversalView .ctlg_teaser{padding:7px;width:50%}}@media only screen and (min-width:700px){.mod_catalogUniversalView .ctlg_teaser{width:33.33%}}@media only screen and (min-width:1000px){.mod_catalogUniversalView .ctlg_teaser{width:50%}}@media only screen and (min-width:1150px){.mod_catalogUniversalView{margin-bottom:71px}.mod_catalogUniversalView .ctlg_teaser{width:33.33%}}.garden-telephone{display:none;position:fixed;right:0;margin:-12px 0;z-index:2;top:90px}.garden-telephone .content{background-color:#fff;padding:1.2em;overflow:hidden;text-align:center;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.garden-telephone a{text-decoration:none}.garden-telephone a:hover{color:inherit}.garden-telephone h2,.garden-telephone h3,.garden-telephone h4{margin-top:18px;margin-bottom:0;letter-spacing:1px;text-align:center}.garden-telephone h4{line-height:intial;font-style:normal;color:#fff;background-color:#94c11d;border-radius:7px;padding:16px 0}.garden-telephone h2,.garden-telephone h4{font-family:HCo Gotham Rounded;font-size:30px;font-weight:500}.garden-telephone h2{color:#94c11d;text-transform:uppercase;line-height:1.1}.garden-telephone h3{font-weight:800;text-transform:none;font-family:ThirstyScript;color:#257236;text-align:center;font-size:35px;line-height:1.11}.garden-telephone .element{margin:12px 0;position:relative;z-index:12}.garden-telephone .element.show .slide{right:0}.garden-telephone .slide{top:45px;position:absolute;right:-384px;transition:.4s;width:300px;background-color:#fff}.garden-telephone .button,.garden-telephone .close{width:45px;height:45px;cursor:pointer;position:relative;display:block;background-color:#aaca3a}.garden-telephone .close{position:absolute;left:0;top:-45px}.garden-telephone img{max-width:30px;max-height:30px;width:auto;height:auto;display:block;position:absolute;left:10px;right:10px;top:10px;bottom:10px;margin:auto}@media only screen and (min-width:700px){.garden-telephone{top:252px}.garden-telephone .button,.garden-telephone .close{width:64px;height:64px}.garden-telephone .slide{width:384px;top:64px}.garden-telephone .close{top:-64px}.garden-telephone img{max-width:44px;max-height:44px}}@media only screen and (min-width:1000px){.garden-telephone{display:block}}body.page--index .garden-telephone{display:block}.start__banner{background-image:url(../../files/themes/gartendiagnostiker/dist/images/ebene-112.png);height:94px;position:absolute;left:0;right:0}.start__banner:before{content:"";position:absolute;left:17%;right:17%;top:0;height:7px;margin:auto;background-color:#aaca3a}.start__banner span{position:absolute;margin:auto;left:0;right:0;top:27px;font-size:15px;font-weight:700;font-style:normal;font-stretch:normal;letter-spacing:.4px;text-align:center;max-width:393px;color:#257236;background-color:#fff;font-family:HCo Gotham Rounded}@media only screen and (min-width:1000px){.site-info-page .start__banner{bottom:-118px;max-width:1140px;margin:auto}.start__banner span{font-size:19px}}.burger{display:none;position:relative;width:90px;height:45px;position:fixed;bottom:0;left:0;right:0;margin:auto;cursor:pointer;z-index:5}.show-burger .burger{display:block}.burger:before{background-color:#257236;content:"";width:90px;height:90px;border-radius:50%;position:fixed;bottom:-45px;left:calc(50% - .5em);left:0;right:0;margin:auto;z-index:4;will-change:width,height;transition:transform .25s cubic-bezier(.04,-.1,.29,.98),width .25s cubic-bezier(.04,-.1,.29,.98),height .25s cubic-bezier(.04,-.1,.29,.98)}.burger .burger__line{width:28px;height:3px;border-radius:2px;background-color:#fff;margin:auto;position:absolute;left:0;right:0;transition:.2s;z-index:5}.burger .burger__line--1{bottom:24px}.burger .burger__line--2{bottom:17px}.burger .burger__line--3{bottom:10px}@media only screen and (max-width:999px){.catalog-detail .burger,.site-info-page .burger{display:none}}body.menu-open .burger:before{width:100vmax;height:100vmax;transform:translate3d(-50vh,-50vh,0) scale(5);transition-duration:1s}body.menu-open .burger .burger__line--1{transform:rotate(45deg);bottom:14px;right:5px}body.menu-open .burger .burger__line--3{transform:rotate(-45deg);bottom:14px;right:5px}body.menu-open .burger .burger__line--2{opacity:0}.site-info-page.menu-open .headline-image{display:none}.ce_accordion{background-color:#e4efc8;border-radius:14px;margin-bottom:23px}.ce_accordion.last{border-radius:14px;margin-bottom:0}.ce_accordion .accordion{padding-bottom:10px;font-family:Open Sans,sans-serif;padding-left:20px;padding-right:20px}.ce_accordion .accordion h3{text-transform:none;font-family:HCo Gotham Rounded;letter-spacing:.4px;font-size:20px;font-weight:700;text-align:left;color:#257236;line-height:24px;margin-bottom:0}.ce_accordion .accordion h3+p{margin-top:0}.ce_accordion .accordion p{font-size:16px;line-height:24px;letter-spacing:.32px}.ce_accordion .accordion p>strong+p{margin:100px}.ce_accordion .accordion .no-margin-bottom{margin-bottom:0}.ce_accordion .accordion .no-margin-bottom+p{margin-top:0}.ce_accordion .accordion .hr-line{line-height:0;border-bottom:1px solid rgba(0,0,0,.3);margin-bottom:28px;margin-top:28px}.ce_accordion .toggler{background-color:#aaca3a;transition:background-color .4s;font-size:18px;font-family:HCo Gotham Rounded;font-weight:700;color:#fff;border-radius:10px;padding:15px 25px 15px 10px;line-height:24px;position:relative}.ce_accordion .toggler:after{content:"";right:10px;top:0;bottom:0;margin:auto;position:absolute;width:0;height:0;transition:transform .3s;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #fff}.ce_accordion .toggler.active{background-color:#257236}.ce_accordion .toggler.active:after{transform:rotate(180deg)}@media only screen and (min-width:1000px){.ce_accordion{margin-bottom:56px}.ce_accordion .toggler{cursor:pointer;font-size:24px;padding:28px 73px}.ce_accordion .toggler:after{right:50px;border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid #fff}.ce_accordion .accordion{padding-left:75px;padding-right:75px;padding-bottom:20px}}.ce_catalogFilterWrapper{position:fixed;z-index:6;top:190px;left:0;right:0;opacity:0;transition:all .3s;transform:translateX(-100px);visibility:hidden;background-color:#257236;border-radius:10px;padding:0 15px 50px;box-sizing:border-box;height:calc(var(--app-height) - 230px);overflow-y:scroll}.menu-open .ce_catalogFilterWrapper{transform:translateX(0);opacity:1;transition-delay:.6s;visibility:visible}@media only screen and (min-width:1000px){.ce_catalogFilterWrapper{padding-top:0;top:0;position:relative;height:auto;opacity:1;visibility:visible;transform:translateX(0);overflow-y:initial;z-index:3}}.ce_catalogFilterForm p{margin:0;position:relative}.ce_catalogFilterForm .label{padding-top:20px;padding-bottom:3px;border-bottom:1px solid hsla(0,0%,100%,.5);position:relative}.ce_catalogFilterForm .label .label__text{font-family:HCo Gotham Rounded;text-transform:uppercase;font-size:18px;font-weight:700;color:#fff}.ce_catalogFilterForm .label:after{border-top-right-radius:10px;border-top-left-radius:10px;background:radial-gradient(circle at 1px 1px,#198f3b 0,#257236 80%);display:block;content:"";z-index:-1;position:absolute;top:0;left:-15px;right:-15px;bottom:0;transition:all .4s;max-height:100%}.ce_catalogFilterForm .ctlg_form_field{margin-bottom:10px;border-radius:10px;padding-left:15px;padding-right:15px;padding-bottom:29px;border:1px solid #fff;color:#fff;position:relative;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:1;letter-spacing:.6px;text-align:left;cursor:pointer}.ce_catalogFilterForm .ctlg_form_field .description{margin-top:10px}.ce_catalogFilterForm .ctlg_form_field:after{border-top-right-radius:10px;border-top-left-radius:10px;background:radial-gradient(circle at 1px 1px,#198f3b 0,#257236 80%);display:block;content:"";z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;transition:all .4s;max-height:100%}.ce_catalogFilterForm .ctlg_form_field.accordion_open:after{max-height:0}.ce_catalogFilterForm .checkbox_container,.ce_catalogFilterForm .radio_container{border-bottom:1px solid hsla(0,0%,100%,.5);padding-top:8px;padding-bottom:8px;position:relative}.ce_catalogFilterForm .checkbox_container input,.ce_catalogFilterForm .radio_container input{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0}.ce_catalogFilterForm .checkbox_container label,.ce_catalogFilterForm .radio_container label{transition:all .4s;font-size:14px;letter-spacing:.69px}.ce_catalogFilterForm .checkbox_container input[type=checkbox]:checked+label,.ce_catalogFilterForm .checkbox_container input[type=radio]:checked+label,.ce_catalogFilterForm .radio_container input[type=checkbox]:checked+label,.ce_catalogFilterForm .radio_container input[type=radio]:checked+label{color:#fcf917;font-weight:600}.ce_catalogFilterForm .checkbox_container:hover label,.ce_catalogFilterForm .radio_container:hover label{color:#fcf917}.ce_catalogFilterForm .ctlg_form_field.accordion>p{position:relative}.ce_catalogFilterForm .ctlg_form_field.accordion>p:before{position:absolute;content:"";height:20px;width:20px;right:15px;background-repeat:no-repeat;background-position:50%;top:5px;transition:transform .3s}.ce_catalogFilterForm .ctlg_form_field.text{padding-bottom:0;display:flex;flex-direction:column;position:relative;background-color:transparent;transition:all .4s}.ce_catalogFilterForm .ctlg_form_field.text input{top:0;bottom:0;left:0;right:0;height:100%;position:absolute;visibility:hidden;opacity:0;transition:.6s;border:none;padding:0 10px;width:calc(100% - 20px);border-radius:10px}.ce_catalogFilterForm .ctlg_form_field.text label{text-transform:uppercase;font-family:HCo Gotham Rounded;font-size:16px;font-weight:700;font-style:normal;font-stretch:normal;line-height:2.5;letter-spacing:normal;text-align:left}.ce_catalogFilterForm .ctlg_form_field.text.active,.ce_catalogFilterForm .ctlg_form_field.text:hover{background-color:#fff}.ce_catalogFilterForm .ctlg_form_field.text.active input,.ce_catalogFilterForm .ctlg_form_field.text:hover input{visibility:visible;opacity:1}@media only screen and (min-width:700px){.ce_catalogFilterForm .checkbox_container label,.ce_catalogFilterForm .ctlg_form_field,.ce_catalogFilterForm .radio_container label{font-size:16px}.ce_catalogFilterForm .ctlg_form_field.text label,.ce_catalogFilterForm .label .label__text{font-size:20px}}@media only screen and (min-width:1000px){.ce_catalogFilterForm .ctlg_form_field{margin-bottom:50px;font-size:20px}.ce_catalogFilterForm .checkbox_container label,.ce_catalogFilterForm .ctlg_form_field.text label,.ce_catalogFilterForm .radio_container label{font-size:24px}.ce_catalogFilterForm .label .label__text{font-size:30px}}.ce_gallery>ul{padding:0;list-style:none;display:flex;margin:-1.096491%}.ce_gallery>ul>li{margin:0;padding:0}.ce_gallery>ul>li:before{display:none}.ce_gallery>ul>li{margin:1.096491%}.ce_gallery>ul.cols_1>li{width:97.807018%}.ce_gallery>ul.cols_2>li{width:47.807018%}.ce_gallery>ul.cols_3>li{width:31.1403513333%}.ce_gallery figure{position:relative;border-radius:17px;overflow:hidden}.ce_gallery figure img{margin-left:auto;margin-right:auto}.ce_gallery figcaption{position:unset;left:0;bottom:0;width:100%;background-color:rgba(3,96,28,.5);background-image:linear-gradient(90deg,rgba(3,96,28,.5),rgba(2,67,9,.5));line-height:16px;font-size:10px;padding:3px 10px;float:right;color:#fff;box-sizing:border-box}@media only screen and (min-width:1000px){.ce_gallery figcaption{position:absolute}}.site-info-page .ce_headline{font-family:HCo Gotham Rounded;color:#257236;padding-right:12px;padding-left:12px}.ce_headline.page-headline{font-family:ThirstyScript;font-size:25px;font-weight:700;text-align:center;color:#aaca3a;margin-top:0}.catalog-detail .ce_headline.page-headline,.filter-and-list .ce_headline.page-headline{position:absolute;margin:0;left:0;right:0;top:-100px}.ce_headline.page-headline>span{font-family:HCo Gotham Rounded;font-weight:700;font-size:25px}@media only screen and (min-width:700px){.ce_headline.page-headline{font-size:40px}.catalog-detail .ce_headline.page-headline,.filter-and-list .ce_headline.page-headline{top:-140px}.ce_headline.page-headline>span{font-size:45px}}@media only screen and (min-width:1000px){.ce_headline.page-headline{font-size:50px;margin-top:-10px;margin-bottom:24px}.catalog-detail .ce_headline.page-headline,.filter-and-list .ce_headline.page-headline{transition:all .4s;margin-left:0}.ce_headline.profi-headline{margin-left:54px}.catalog-detail .ce_headline.profi-headline,.filter-and-list .ce_headline.profi-headline{margin-left:0;left:54px}.site-info-page .ce_headline{padding-right:25px;padding-left:25px}}@media only screen and (min-width:1000px){body.menu-open .catalog-detail .page-headline,body.menu-open .filter-and-list .page-headline{position:fixed;top:85px;z-index:8}}@media only screen and (min-height:800px){body.menu-open .catalog-detail .page-headline,body.menu-open .filter-and-list .page-headline{top:300px}}.ce_image.page-card{position:absolute;z-index:4;max-width:250px;left:0;right:0;top:-50px;margin:auto}@media only screen and (min-width:1000px){.ce_image.page-card{max-width:500px;right:auto;left:316px}}.site-info-page .ce_image{padding-left:12px;padding-right:12px}@media only screen and (min-width:1000px){.site-info-page .ce_image{padding-left:25px;padding-right:25px}}.ce_rsce_categories{display:flex;flex-direction:column;margin-bottom:30px;align-items:center}.ce_rsce_categories a{text-decoration:none}.ce_rsce_categories .category-container{box-sizing:border-box;max-width:364px;margin-bottom:100px;flex:1 1 auto;position:relative}.ce_rsce_categories .category-container:hover .category-icon-hover,.ce_rsce_categories .category-container:hover .category-image-hover{opacity:1;visibility:visible}.ce_rsce_categories .category-container:hover .category-container__text{opacity:0;visibility:hidden}.ce_rsce_categories .category-container__text{position:absolute;left:0;right:0;padding:10px;font-family:HCo Gotham Rounded;font-weight:700;line-height:1;letter-spacing:normal;text-align:center;color:#fff;margin:0;z-index:1;font-size:7vw}.ce_rsce_categories .category-container__text span{font-weight:300}.ce_rsce_categories .category-icon,.ce_rsce_categories .category-image{opacity:1;visibility:visible}.ce_rsce_categories .category-icon-hover,.ce_rsce_categories .category-image-hover{position:absolute;opacity:0;visibility:hidden;transition:all .4s}.ce_rsce_categories .category-icon-hover img,.ce_rsce_categories .category-icon img,.ce_rsce_categories .category-image-hover img,.ce_rsce_categories .category-image img{border-radius:17px}.ce_rsce_categories .category-image-hover{top:0}.ce_rsce_categories .category-icon,.ce_rsce_categories .category-icon-hover{z-index:1;position:absolute;bottom:-55px;width:100%}.ce_rsce_categories .category-icon-hover img,.ce_rsce_categories .category-icon img{max-width:100%;margin:auto}@media only screen and (min-width:700px){.ce_rsce_categories .category-container__text{font-size:4vw}.ce_rsce_categories .category-icon,.ce_rsce_categories .category-icon-hover{bottom:-60px}.ce_rsce_categories .category-icon-hover img,.ce_rsce_categories .category-icon img{max-width:180px}}@media only screen and (min-width:1000px){.ce_rsce_categories{padding-bottom:140px;flex-direction:row;justify-content:space-between}.ce_rsce_categories .category-container{margin-bottom:0;margin-left:5px;margin-right:5px}.ce_rsce_categories .category-container__text{top:25px;font-size:3vw;opacity:1;visibility:visible;transition:all .4s}.ce_rsce_categories .category-icon-hover img,.ce_rsce_categories .category-icon img{max-width:none}}@media only screen and (min-width:1200px){.ce_rsce_categories .category-container__text{font-size:29px}}.ce_rsce_categories .category-overlay__image,div.catalog-detail .ce_rsce_categories{display:none}@media only screen and (min-width:1000px){div.catalog-detail .ce_rsce_categories{display:flex}}body.site-info-page .ce_rsce_categories,div.catalog-detail .ce_rsce_categories,div.filter-and-list .ce_rsce_categories{max-width:1140px;margin:auto;align-items:normal;z-index:-1;padding:20px 15px;opacity:0;visibility:hidden;height:100px;position:fixed;left:0;right:0;top:0}body.site-info-page .ce_rsce_categories>*,div.catalog-detail .ce_rsce_categories>*,div.filter-and-list .ce_rsce_categories>*{max-width:none;margin:0 0 10px;padding:10px;border:1px solid #fff;border-radius:10px}body.site-info-page .ce_rsce_categories .category-icon-hover img,body.site-info-page .ce_rsce_categories .category-icon img,body.site-info-page .ce_rsce_categories .category-image-hover img,body.site-info-page .ce_rsce_categories .category-image img,body.site-info-page .ce_rsce_categories figcaption,div.catalog-detail .ce_rsce_categories .category-icon-hover img,div.catalog-detail .ce_rsce_categories .category-icon img,div.catalog-detail .ce_rsce_categories .category-image-hover img,div.catalog-detail .ce_rsce_categories .category-image img,div.catalog-detail .ce_rsce_categories figcaption,div.filter-and-list .ce_rsce_categories .category-icon-hover img,div.filter-and-list .ce_rsce_categories .category-icon img,div.filter-and-list .ce_rsce_categories .category-image-hover img,div.filter-and-list .ce_rsce_categories .category-image img,div.filter-and-list .ce_rsce_categories figcaption{display:none}body.site-info-page .ce_rsce_categories .category-container__text,div.catalog-detail .ce_rsce_categories .category-container__text,div.filter-and-list .ce_rsce_categories .category-container__text{font-size:16px;text-align:left;padding:0 5px;position:static}@media only screen and (min-width:700px){body.site-info-page .ce_rsce_categories .category-container__text,div.catalog-detail .ce_rsce_categories .category-container__text,div.filter-and-list .ce_rsce_categories .category-container__text{font-size:20px}}@media only screen and (min-width:1000px){body.site-info-page .ce_rsce_categories,div.catalog-detail .ce_rsce_categories,div.filter-and-list .ce_rsce_categories{padding:0;left:70px;right:70px;top:170px;height:auto}body.site-info-page .ce_rsce_categories>*,div.catalog-detail .ce_rsce_categories>*,div.filter-and-list .ce_rsce_categories>*{margin-bottom:0;padding:0;max-width:364px;border:1px solid #fff;border-radius:17px;background-color:#257236}body.site-info-page .ce_rsce_categories>:nth-child(3),div.catalog-detail .ce_rsce_categories>:nth-child(3),div.filter-and-list .ce_rsce_categories>:nth-child(3){margin-left:5px;margin-right:5px}body.site-info-page .ce_rsce_categories .category-overlay__image,div.catalog-detail .ce_rsce_categories .category-overlay__image,div.filter-and-list .ce_rsce_categories .category-overlay__image{display:flex;border:none;margin:auto;padding:0;position:fixed;top:20px;left:0;right:0;max-width:none;flex-direction:column;align-items:center}body.site-info-page .ce_rsce_categories .category-container__text,div.catalog-detail .ce_rsce_categories .category-container__text,div.filter-and-list .ce_rsce_categories .category-container__text{position:absolute;top:15px;z-index:1;font-size:3vw;text-align:center}body.site-info-page .ce_rsce_categories .category-icon-hover img,body.site-info-page .ce_rsce_categories .category-icon img,body.site-info-page .ce_rsce_categories .category-image-hover img,div.catalog-detail .ce_rsce_categories .category-icon-hover img,div.catalog-detail .ce_rsce_categories .category-icon img,div.catalog-detail .ce_rsce_categories .category-image-hover img,div.filter-and-list .ce_rsce_categories .category-icon-hover img,div.filter-and-list .ce_rsce_categories .category-icon img,div.filter-and-list .ce_rsce_categories .category-image-hover img{display:block}body.site-info-page .ce_rsce_categories .category-image-hover,div.catalog-detail .ce_rsce_categories .category-image-hover,div.filter-and-list .ce_rsce_categories .category-image-hover{position:static}}@media only screen and (min-width:1000px) and (min-height:800px){body.site-info-page .ce_rsce_categories,div.catalog-detail .ce_rsce_categories,div.filter-and-list .ce_rsce_categories{top:380px}body.site-info-page .ce_rsce_categories .category-overlay__image,div.catalog-detail .ce_rsce_categories .category-overlay__image,div.filter-and-list .ce_rsce_categories .category-overlay__image{top:232px}}@media only screen and (min-width:1200px){body.site-info-page .ce_rsce_categories .category-container__text,div.catalog-detail .ce_rsce_categories .category-container__text,div.filter-and-list .ce_rsce_categories .category-container__text{top:25px;font-size:29px}}body.menu-open .ce_rsce_categories{z-index:7;opacity:1;visibility:visible;transition:opacity .2s,visibility .2s;transition-delay:.4s}.ce_rsce_start_manuals{display:flex;flex-wrap:wrap;justify-content:center;margin-top:25px}.ce_rsce_start_manuals>:nth-child(2){margin-left:22px;margin-right:22px}.ce_rsce_start_manuals a{text-decoration:none}.ce_rsce_start_manuals h2{margin-top:0;font-family:HCo Gotham Rounded;font-size:25px;font-weight:700;letter-spacing:normal;text-align:center;color:#fff;height:83px;display:flex;align-items:flex-end;transition:color .5s ease;justify-content:center}.ce_rsce_start_manuals .item__container{padding:25px;background-color:rgba(170,202,58,.75);border-radius:15px;width:100%;box-sizing:border-box;max-width:300px;margin-bottom:23px;transition:background-color .5s ease}.ce_rsce_start_manuals .image_container img{margin:auto}.ce_rsce_start_manuals .manual-icon-hover{display:none}.ce_rsce_start_manuals .manual-icon{transition:display .5s ease}.ce_rsce_start_manuals .item__container:hover{background-color:#aaca3a}.ce_rsce_start_manuals .item__container:hover .manual-icon{display:none}.ce_rsce_start_manuals .item__container:hover .manual-icon-hover{display:block}.ce_rsce_start_manuals .item__container:hover h2{color:#257236}.ce_rsce_startseite{display:flex;margin-top:25px;flex-direction:column;align-items:center}.ce_rsce_startseite>:first-child{margin-bottom:20px}.ce_rsce_startseite .item__wrapper{position:relative}.ce_rsce_startseite .item__container{margin-bottom:100px;border-radius:20px}.ce_rsce_startseite .item__container:hover .tile-hover img{opacity:1;visibility:visible}.ce_rsce_startseite .item__container:hover .background-image img{transform:scale(1.05)}.ce_rsce_startseite .background-image img{transition:transform .4s ease}.ce_rsce_startseite .tile-hover img,.ce_rsce_startseite .tile-static img{max-height:150px;transition:all .4s;position:absolute;bottom:0;left:0;right:0;margin:auto}.ce_rsce_startseite .tile-hover img{opacity:0;visibility:hidden}@media only screen and (min-width:700px){.ce_rsce_startseite{align-items:normal;margin-top:64px;flex-direction:row;justify-content:center}.ce_rsce_startseite>:first-child{margin-right:24px;margin-bottom:0}}@media only screen and (min-width:1200px){.ce_rsce_startseite .item__container{height:350px;overflow:hidden;margin-bottom:0}.ce_rsce_startseite .tile-hover img,.ce_rsce_startseite .tile-static img{max-height:none;top:0;bottom:0}.ce_rsce_startseite>:first-child .tile-hover img,.ce_rsce_startseite>:first-child .tile-static img{left:-97px;right:auto}.ce_rsce_startseite>:nth-child(2) .tile-hover img,.ce_rsce_startseite>:nth-child(2) .tile-static img{right:-97px;left:auto}}body.page--index .ce_text{max-width:904px;text-align:center;margin:17px auto auto}body.page--index .ce_text p{margin-top:0}body.page--index .ce_text p:last-of-type{margin-bottom:0}body.page--index .ce_text strong{font-weight:700}body.site-info-page .ce_text{padding-left:12px;padding-right:12px}@media only screen and (min-width:1000px){body.site-info-page .ce_text{padding-left:25px;padding-right:25px}}.ce_text.ce_accordion{padding-left:0;padding-right:0}
/*# sourceMappingURL=styles.css.map */

