@charset "UTF-8";@-webkit-keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(.4,0,.2,1);animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-slider__thumb{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.mdc-slider__thumb:before,.mdc-slider__thumb:after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-slider__thumb:before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-slider__thumb:after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-slider__thumb.mdc-ripple-upgraded:before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-slider__thumb.mdc-ripple-upgraded:after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-slider__thumb.mdc-ripple-upgraded--unbounded:after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-slider__thumb.mdc-ripple-upgraded--foreground-activation:after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-slider__thumb.mdc-ripple-upgraded--foreground-deactivation:after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-slider__thumb:before,.mdc-slider__thumb:after{top:0%;left:0%;width:100%;height:100%}.mdc-slider__thumb.mdc-ripple-upgraded:before,.mdc-slider__thumb.mdc-ripple-upgraded:after{top:var(--mdc-ripple-top, 0%);left:var(--mdc-ripple-left, 0%);width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-slider__thumb.mdc-ripple-upgraded:after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-slider__thumb:before,.mdc-slider__thumb:after{background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-slider__thumb:hover:before,.mdc-slider__thumb.mdc-ripple-surface--hover:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-slider__thumb.mdc-ripple-upgraded--background-focused:before,.mdc-slider__thumb:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-slider__thumb:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-slider__thumb:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity, .12)}.mdc-slider__thumb.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, .12)}.mdc-slider{cursor:pointer;height:48px;margin:0 24px;position:relative;touch-action:pan-y}.mdc-slider .mdc-slider__track{height:4px;position:absolute;top:50%;transform:translateY(-50%);width:100%}.mdc-slider .mdc-slider__track--active,.mdc-slider .mdc-slider__track--inactive{display:flex;height:100%;position:absolute;width:100%}.mdc-slider .mdc-slider__track--active{border-radius:3px;height:6px;overflow:hidden;top:-1px}.mdc-slider .mdc-slider__track--active_fill{border-top:6px solid;box-sizing:border-box;height:100%;width:100%;position:relative;transform-origin:left}[dir=rtl] .mdc-slider .mdc-slider__track--active_fill,.mdc-slider .mdc-slider__track--active_fill[dir=rtl]{transform-origin:right}.mdc-slider .mdc-slider__track--inactive{border-radius:2px;height:4px;left:0;top:0}.mdc-slider .mdc-slider__track--inactive:before{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-slider .mdc-slider__track--inactive:before{border-color:CanvasText}}.mdc-slider .mdc-slider__track--active_fill{border-color:#6200ee;border-color:var(--mdc-theme-primary, #6200ee)}.mdc-slider.mdc-slider--disabled .mdc-slider__track--active_fill{border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mdc-slider .mdc-slider__track--inactive{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);opacity:.24}.mdc-slider.mdc-slider--disabled .mdc-slider__track--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.24}.mdc-slider .mdc-slider__value-indicator-container{bottom:44px;left:50%;left:var(--slider-value-indicator-container-left, 50%);pointer-events:none;position:absolute;right:var(--slider-value-indicator-container-right);transform:translate(-50%);transform:var(--slider-value-indicator-container-transform, translateX(-50%))}.mdc-slider .mdc-slider__value-indicator{transition:transform .1s 0ms cubic-bezier(.4,0,1,1);align-items:center;border-radius:4px;display:flex;height:32px;padding:0 12px;transform:scale(0);transform-origin:bottom}.mdc-slider .mdc-slider__value-indicator:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid;bottom:-5px;content:"";height:0;left:50%;left:var(--slider-value-indicator-caret-left, 50%);position:absolute;right:var(--slider-value-indicator-caret-right);transform:translate(-50%);transform:var(--slider-value-indicator-caret-transform, translateX(-50%));width:0}.mdc-slider .mdc-slider__value-indicator:after{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:"";pointer-events:none}@media screen and (forced-colors: active){.mdc-slider .mdc-slider__value-indicator:after{border-color:CanvasText}}.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator-container{pointer-events:auto}.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator{transition:transform .1s 0ms cubic-bezier(0,0,.2,1);transform:scale(1)}@media (prefers-reduced-motion){.mdc-slider .mdc-slider__value-indicator,.mdc-slider .mdc-slider__thumb--with-indicator .mdc-slider__value-indicator{transition:none}}.mdc-slider .mdc-slider__value-indicator-text{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size, .875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height, 1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight, 500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration, inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform, inherit)}.mdc-slider .mdc-slider__value-indicator{background-color:#000;opacity:.6}.mdc-slider .mdc-slider__value-indicator:before{border-top-color:#000}.mdc-slider .mdc-slider__value-indicator{color:#fff;color:var(--mdc-theme-on-primary, #fff)}.mdc-slider .mdc-slider__thumb{display:flex;height:48px;left:-24px;outline:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:48px}.mdc-slider .mdc-slider__thumb--top{z-index:1}.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-style:solid;border-width:1px;box-sizing:content-box}.mdc-slider .mdc-slider__thumb-knob{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;border:10px solid;border-radius:50%;box-sizing:border-box;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.mdc-slider .mdc-slider__thumb-knob{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);border-color:#6200ee;border-color:var(--mdc-theme-primary, #6200ee)}.mdc-slider .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mdc-slider .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mdc-slider.mdc-slider--disabled .mdc-slider__thumb-knob{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);border-color:#000;border-color:var(--mdc-theme-on-surface, #000)}.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top .mdc-slider__thumb-knob,.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb:hover .mdc-slider__thumb-knob,.mdc-slider.mdc-slider--disabled .mdc-slider__thumb--top.mdc-slider__thumb--focused .mdc-slider__thumb-knob{border-color:#fff}.mdc-slider .mdc-slider__thumb:before,.mdc-slider .mdc-slider__thumb:after{background-color:#6200ee;background-color:var(--mdc-ripple-color, var(--mdc-theme-primary, #6200ee))}.mdc-slider .mdc-slider__thumb:hover:before,.mdc-slider .mdc-slider__thumb.mdc-ripple-surface--hover:before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity, .04)}.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded--background-focused:before,.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):focus:before{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity, .12)}.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):after{transition:opacity .15s linear}.mdc-slider .mdc-slider__thumb:not(.mdc-ripple-upgraded):active:after{transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity, .12)}.mdc-slider .mdc-slider__thumb.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, .12)}.mdc-slider .mdc-slider__tick-marks{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:space-between;padding:0 1px;position:absolute;width:100%}.mdc-slider .mdc-slider__tick-mark--active,.mdc-slider .mdc-slider__tick-mark--inactive{border-radius:50%;height:2px;width:2px}.mdc-slider .mdc-slider__tick-mark--active,.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--active{background-color:#fff;background-color:var(--mdc-theme-on-primary, #fff);opacity:.6}.mdc-slider .mdc-slider__tick-mark--inactive{background-color:#6200ee;background-color:var(--mdc-theme-primary, #6200ee);opacity:.6}.mdc-slider.mdc-slider--disabled .mdc-slider__tick-mark--inactive{background-color:#000;background-color:var(--mdc-theme-on-surface, #000);opacity:.6}.mdc-slider--discrete .mdc-slider__thumb,.mdc-slider--discrete .mdc-slider__track--active_fill{transition:transform 80ms ease}@media (prefers-reduced-motion){.mdc-slider--discrete .mdc-slider__thumb,.mdc-slider--discrete .mdc-slider__track--active_fill{transition:none}}.mdc-slider--disabled{opacity:.38;cursor:auto}.mdc-slider--disabled .mdc-slider__thumb{pointer-events:none}.mdc-slider__input{cursor:pointer;left:0;margin:0;height:100%;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}/**
 * AMPEr.scss
 *
 * AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
 * (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
 *
 * @version     2.2
 * @license     http://www.opensource.org/licenses/mit-license.html MIT License
 * @author      Bob Vrijland <bob@bahbv.net>
 * @updated     15-12-2020
 * @link        https://github.com/Bahbv
 */html.using-mouse :focus{outline:none!important;box-shadow:0 0 #0000!important}html.using-mouse :focus+label span:last-child{outline:none!important;box-shadow:0 0 #0000!important}.AMPEr_modal{width:calc(100% - 30px);position:fixed;bottom:15px;margin-right:15px;left:15px;background-color:#fff;padding:1rem;border-radius:.625rem;box-shadow:#0003 0 20px 30px;line-height:1.75;font-weight:300}.AMPEr_modal_head{margin:0;color:#009640;font-size:1.75rem;display:flex;align-items:center;line-height:1.25;font-weight:600}.AMPEr_modal_text{margin:1rem 0}.AMPEr_modal.right{right:-600px;-webkit-animation:AMPEr-slide-right .3s forwards;-webkit-animation-delay:.3s;animation:AMPEr-slide-right .3s forwards;animation-delay:.3s}.AMPEr_modal.left{left:-600px;-webkit-animation:AMPEr-slide-left .3s forwards;-webkit-animation-delay:.3s;animation:AMPEr-slide-left .3s forwards;animation-delay:.3s}@media screen and (min-width: 480px){.AMPEr_modal{width:22rem;margin-right:0}.AMPEr_modal.right{left:unset}}.AMPEr_modal_buttons{display:flex;margin-top:2rem}.AMPEr_modal_buttons button{margin-right:.425rem}.AMPEr_modal_buttons button:last-of-type{margin-right:0}.AMPEr_btn{display:block;border:none;padding:.5rem 1rem;margin:0;text-decoration:none;background:#009640;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;text-align:center;border-radius:.3125rem;transition:background .25s ease-in-out,transform .15s ease;-webkit-appearance:none;-moz-appearance:none}@media (max-width: 760px){.AMPEr_btn{font-size:14px}}.AMPEr_btn:hover,.AMPEr_btn:focus{background:#007d35}.AMPEr_btn:focus{outline:0;box-shadow:0 0 0 .1875rem #000}.AMPEr_btn:active{transform:scale(.99)}.AMPEr_btn--settings,.AMPEr_btn--info{padding:.425rem;background:transparent;border:.125rem solid #009640;color:#009640}.AMPEr_btn--settings:hover,.AMPEr_btn--settings:focus,.AMPEr_btn--info:hover,.AMPEr_btn--info:focus{background:transparent;border-color:#007d35;color:#007d35}.AMPEr_btn--settings:hover i svg,.AMPEr_btn--settings:focus i svg,.AMPEr_btn--info:hover i svg,.AMPEr_btn--info:focus i svg{fill:#007d35}.AMPEr_icon--gear svg{display:block;fill:#009640;width:auto;height:1.2rem}.AMPEr_icon--rozekoek{display:inline-block;background-size:2rem 2rem;width:2rem;height:2rem;margin-right:.8rem}.AMPEr_switches{padding:0;list-style:none;margin:1rem 0}.AMPEr_switches li{margin-bottom:.625rem;font-size:1.1rem;color:#505050;line-height:1.2}@media (max-width: 760px){.AMPEr_switches li{font-size:1rem}}.AMPEr_switches li small{display:block;font-size:.8rem;color:#505050;font-weight:600}.AMPEr_switches li span{font-weight:600}@media (max-width: 760px){.AMPEr_switches li span:first-of-type{max-width:80%}}.AMPEr_switches input{position:absolute;left:-9999px}.AMPEr_switches label{display:flex;align-items:center;justify-content:space-between}.AMPEr_switches .AMPEr_switch span:last-child{position:relative;width:3.125rem;height:1.625rem;border-radius:.9375rem;background:grey;transition:all .3s}.AMPEr_switches .AMPEr_switch span:last-child:before{content:"";position:absolute;left:.0625rem;top:.0625rem;width:1.5rem;height:1.5rem;background:white;border-radius:50%;z-index:1;transition:transform .3s}.AMPEr_switches .AMPEr_switch span:last-child:after{content:"";position:absolute;top:50%;right:.5rem;width:.75rem;height:.75rem;transform:translateY(-50%);background:url(/build/assets/switch-unchecked-96a7a086.svg);background-size:.75rem .75rem}.AMPEr_switches .AMPEr_switch input[disabled]+label span:last-of-type{opacity:.5}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child{background:#009640}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child:before{transform:translate(1.5rem)}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child:after{width:.875rem;height:.875rem;left:.5rem;background-image:url(/build/assets/switch-checked-c730e8aa.svg);background-size:.875rem .875rem}.AMPEr_switches .AMPEr_switch:hover span:last-child{background:#737373}.AMPEr_switches .AMPEr_switch:hover input:checked+label span:last-child{background:#007d35}.AMPEr_switches .AMPEr_switch input:focus+label span:last-child{background:#737373;outline:0;box-shadow:0 0 0 .1875rem #000}.AMPEr_switches .AMPEr_switch input:checked:focus+label span:last-child{background:#007d35;outline:0;box-shadow:0 0 0 .1875rem #000}#AMPEr_modal_1{display:none}#AMPEr_modal_1.AMPEr--active{display:block}#AMPEr_modal_2{display:none}#AMPEr_modal_2.AMPEr--active{display:block}.AMPEr_modal.AMPEr--bottom{bottom:0;left:0;right:0;width:100%;border-radius:0}.AMPEr_modal.AMPEr--bottom.AMPEr--settings-active{padding:0}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1{align-items:center;justify-content:space-between}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1.AMPEr--active{display:flex}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_head{display:none}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_description{flex-grow:1}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_buttons{margin-top:0;display:flex;justify-content:flex-end;min-width:200px}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2{background-color:#fff;padding:1rem;border-radius:.625rem;max-width:400px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width: 768px){.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1{flex-wrap:wrap}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_description{flex-grow:1}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_buttons{width:100%;margin-top:0;display:flex;justify-content:flex-end}}@media screen and (max-width: 420px){.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2{width:100%;max-width:none;top:unset;left:unset;bottom:0;transform:none;border-radius:0;border-top-left-radius:.625rem;border-top-right-radius:.625rem}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2 .AMPEr_modal_buttons{justify-content:flex-end}}.AMPEr_modal.AMPEr--centered{left:0;right:0;margin-right:0;bottom:0;width:100%;border-radius:0;border-top-left-radius:.625rem;border-top-right-radius:.625rem}@media screen and (min-width: 480px){.AMPEr_modal.AMPEr--centered{position:fixed;top:50%;left:50%;bottom:unset;transform:translate(-50%,-50%);width:22rem;border-radius:.625rem}}#AMPEr_Underlay{z-index:-1;position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.4)}@-webkit-keyframes AMPEr-slide-right{to{right:15px}}@keyframes AMPEr-slide-right{to{right:15px}}@-webkit-keyframes AMPEr-slide-right{to{left:15px}}@-webkit-keyframes AMPEr-slide-left{to{left:15px}}@keyframes AMPEr-slide-left{to{left:15px}}#AMPEr_Cookies{z-index:1900}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */*{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}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;z-index:-1}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}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-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}template{display:none}[hidden]{display:none}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.glide--rtl{direction:rtl}.container-fluid,.container{max-width:1920px;padding:0 20px;margin-right:auto;margin-left:auto;width:100%}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin-right:-.3125rem;margin-left:-.3125rem}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.c-xs,.c1-xs,.c2-xs,.c3-xs,.c4-xs,.c5-xs,.c6-xs,.c7-xs,.c8-xs,.c9-xs,.c10-xs,.c11-xs,.c12-xs,.c13-xs,.c14-xs,.c15-xs,.c16-xs,.c17-xs,.c18-xs,.c19-xs,.c20-xs,.c21-xs,.c22-xs,.c23-xs,.c24-xs,.cos0-xs,.cos1-xs,.cos2-xs,.cos3-xs,.cos4-xs,.cos5-xs,.cos6-xs,.cos7-xs,.cos8-xs,.cos9-xs,.cos10-xs,.cos11-xs,.cos12-xs,.cos13-xs,.cos14-xs,.cos15-xs,.cos16-xs,.cos17-xs,.cos18-xs,.cos19-xs,.cos20-xs,.cos21-xs,.cos22-xs,.cos23-xs{box-sizing:border-box;flex:0 0 auto;padding-right:.3125rem;padding-left:.3125rem}.c-xs{flex-grow:1;flex-basis:0;max-width:100%}.c1-xs{flex-basis:4.166667%;max-width:4.166667%}.c2-xs{flex-basis:8.333333%;max-width:8.333333%}.c3-xs{flex-basis:12.5%;max-width:12.5%}.c4-xs{flex-basis:16.666667%;max-width:16.666667%}.c5-xs{flex-basis:20.833333%;max-width:20.833333%}.c6-xs{flex-basis:25%;max-width:25%}.c7-xs{flex-basis:29.166667%;max-width:29.166667%}.c8-xs{flex-basis:33.333333%;max-width:33.333333%}.c9-xs{flex-basis:37.5%;max-width:37.5%}.c10-xs{flex-basis:41.666667%;max-width:41.666667%}.c11-xs{flex-basis:45.833333%;max-width:45.833333%}.c12-xs{flex-basis:50%;max-width:50%}.c13-xs{flex-basis:54.166667%;max-width:54.166667%}.c14-xs{flex-basis:58.333333%;max-width:58.333333%}.c15-xs{flex-basis:62.5%;max-width:62.5%}.c16-xs{flex-basis:66.666667%;max-width:66.666667%}.c17-xs{flex-basis:70.833333%;max-width:70.833333%}.c18-xs{flex-basis:75%;max-width:75%}.c19-xs{flex-basis:79.166667%;max-width:79.166667%}.c20-xs{flex-basis:83.333333%;max-width:83.333333%}.c21-xs{flex-basis:87.5%;max-width:87.5%}.c22-xs{flex-basis:91.666667%;max-width:91.666667%}.c23-xs{flex-basis:95.833333%;max-width:95.833333%}.c24-xs{flex-basis:100%;max-width:100%}.cos0-xs{margin-left:0}.cos1-xs{margin-left:4.166667%}.cos2-xs{margin-left:8.333333%}.cos3-xs{margin-left:12.5%}.cos4-xs{margin-left:16.666667%}.cos5-xs{margin-left:20.833333%}.cos6-xs{margin-left:25%}.cos7-xs{margin-left:29.166667%}.cos8-xs{margin-left:33.333333%}.cos9-xs{margin-left:37.5%}.cos10-xs{margin-left:41.666667%}.cos11-xs{margin-left:45.833333%}.cos12-xs{margin-left:50%}.cos13-xs{margin-left:54.166667%}.cos14-xs{margin-left:58.333333%}.cos15-xs{margin-left:62.5%}.cos16-xs{margin-left:66.666667%}.cos17-xs{margin-left:70.833333%}.cos18-xs{margin-left:75%}.cos19-xs{margin-left:79.166667%}.cos20-xs{margin-left:83.333333%}.cos21-xs{margin-left:87.5%}.cos22-xs{margin-left:91.666667%}.cos23-xs{margin-left:95.833333%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width: 761px){.container{padding:0 1.875rem}.c-sm,.c1-sm,.c2-sm,.c3-sm,.c4-sm,.c5-sm,.c6-sm,.c7-sm,.c8-sm,.c9-sm,.c10-sm,.c11-sm,.c12-sm,.c13-sm,.c14-sm,.c15-sm,.c16-sm,.c17-sm,.c18-sm,.c19-sm,.c20-sm,.c21-sm,.c22-sm,.c23-sm,.c24-sm,.cos0-sm,.cos1-sm,.cos2-sm,.cos3-sm,.cos4-sm,.cos5-sm,.cos6-sm,.cos7-sm,.cos8-sm,.cos9-sm,.cos10-sm,.cos11-sm,.cos12-sm,.cos13-sm,.cos14-sm,.cos15-sm,.cos16-sm,.cos17-sm,.cos18-sm,.cos19-sm,.cos20-sm,.cos21-sm,.cos22-sm,.cos23-sm{box-sizing:border-box;flex:0 0 auto;padding-right:.3125rem;padding-left:.3125rem}.row{margin-right:-.3125rem;margin-left:-.3125rem}.c-sm{flex-grow:1;flex-basis:0;max-width:100%}.c1-sm{flex-basis:4.166667%;max-width:4.166667%}.c2-sm{flex-basis:8.333333%;max-width:8.333333%}.c3-sm{flex-basis:12.5%;max-width:12.5%}.c4-sm{flex-basis:16.666667%;max-width:16.666667%}.c5-sm{flex-basis:20.833333%;max-width:20.833333%}.c6-sm{flex-basis:25%;max-width:25%}.c7-sm{flex-basis:29.166667%;max-width:29.166667%}.c8-sm{flex-basis:33.333333%;max-width:33.333333%}.c9-sm{flex-basis:37.5%;max-width:37.5%}.c10-sm{flex-basis:41.666667%;max-width:41.666667%}.c11-sm{flex-basis:45.833333%;max-width:45.833333%}.c12-sm{flex-basis:50%;max-width:50%}.c13-sm{flex-basis:54.166667%;max-width:54.166667%}.c14-sm{flex-basis:58.333333%;max-width:58.333333%}.c15-sm{flex-basis:62.5%;max-width:62.5%}.c16-sm{flex-basis:66.666667%;max-width:66.666667%}.c17-sm{flex-basis:70.833333%;max-width:70.833333%}.c18-sm{flex-basis:75%;max-width:75%}.c19-sm{flex-basis:79.166667%;max-width:79.166667%}.c20-sm{flex-basis:83.333333%;max-width:83.333333%}.c21-sm{flex-basis:87.5%;max-width:87.5%}.c22-sm{flex-basis:91.666667%;max-width:91.666667%}.c23-sm{flex-basis:95.833333%;max-width:95.833333%}.c24-sm{flex-basis:100%;max-width:100%}.cos0-sm{margin-left:0}.cos1-sm{margin-left:4.166667%}.cos2-sm{margin-left:8.333333%}.cos3-sm{margin-left:12.5%}.cos4-sm{margin-left:16.666667%}.cos5-sm{margin-left:20.833333%}.cos6-sm{margin-left:25%}.cos7-sm{margin-left:29.166667%}.cos8-sm{margin-left:33.333333%}.cos9-sm{margin-left:37.5%}.cos10-sm{margin-left:41.666667%}.cos11-sm{margin-left:45.833333%}.cos12-sm{margin-left:50%}.cos13-sm{margin-left:54.166667%}.cos14-sm{margin-left:58.333333%}.cos15-sm{margin-left:62.5%}.cos16-sm{margin-left:66.666667%}.cos17-sm{margin-left:70.833333%}.cos18-sm{margin-left:75%}.cos19-sm{margin-left:79.166667%}.cos20-sm{margin-left:83.333333%}.cos21-sm{margin-left:87.5%}.cos22-sm{margin-left:91.666667%}.cos23-sm{margin-left:95.833333%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width: 1025px){.c-md,.c1-md,.c2-md,.c3-md,.c4-md,.c5-md,.c6-md,.c7-md,.c8-md,.c9-md,.c10-md,.c11-md,.c12-md,.c13-md,.c14-md,.c15-md,.c16-md,.c17-md,.c18-md,.c19-md,.c20-md,.c21-md,.c22-md,.c23-md,.c24-md,.cos0-md,.cos1-md,.cos2-md,.cos3-md,.cos4-md,.cos5-md,.cos6-md,.cos7-md,.cos8-md,.cos9-md,.cos10-md,.cos11-md,.cos12-md,.cos13-md,.cos14-md,.cos15-md,.cos16-md,.cos17-md,.cos18-md,.cos19-md,.cos20-md,.cos21-md,.cos22-md,.cos23-md{box-sizing:border-box;flex:0 0 auto;padding-right:.3125rem;padding-left:.3125rem}.container{padding:0 4.0625rem}.row{margin-left:-.3125rem;margin-right:-.3125rem}.c-md{flex-grow:1;flex-basis:0;max-width:100%}.c1-md{flex-basis:4.166667%;max-width:4.166667%}.c2-md{flex-basis:8.333333%;max-width:8.333333%}.c3-md{flex-basis:12.5%;max-width:12.5%}.c4-md{flex-basis:16.666667%;max-width:16.666667%}.c5-md{flex-basis:20.833333%;max-width:20.833333%}.c6-md{flex-basis:25%;max-width:25%}.c7-md{flex-basis:29.166667%;max-width:29.166667%}.c8-md{flex-basis:33.333333%;max-width:33.333333%}.c9-md{flex-basis:37.5%;max-width:37.5%}.c10-md{flex-basis:41.666667%;max-width:41.666667%}.c11-md{flex-basis:45.833333%;max-width:45.833333%}.c12-md{flex-basis:50%;max-width:50%}.c13-md{flex-basis:54.166667%;max-width:54.166667%}.c14-md{flex-basis:58.333333%;max-width:58.333333%}.c15-md{flex-basis:62.5%;max-width:62.5%}.c16-md{flex-basis:66.666667%;max-width:66.666667%}.c17-md{flex-basis:70.833333%;max-width:70.833333%}.c18-md{flex-basis:75%;max-width:75%}.c19-md{flex-basis:79.166667%;max-width:79.166667%}.c20-md{flex-basis:83.333333%;max-width:83.333333%}.c21-md{flex-basis:87.5%;max-width:87.5%}.c22-md{flex-basis:91.666667%;max-width:91.666667%}.c23-md{flex-basis:95.833333%;max-width:95.833333%}.c24-md{flex-basis:100%;max-width:100%}.cos0-md{margin-left:0}.cos1-md{margin-left:4.166667%}.cos2-md{margin-left:8.333333%}.cos3-md{margin-left:12.5%}.cos4-md{margin-left:16.666667%}.cos5-md{margin-left:20.833333%}.cos6-md{margin-left:25%}.cos7-md{margin-left:29.166667%}.cos8-md{margin-left:33.333333%}.cos9-md{margin-left:37.5%}.cos10-md{margin-left:41.666667%}.cos11-md{margin-left:45.833333%}.cos12-md{margin-left:50%}.cos13-md{margin-left:54.166667%}.cos14-md{margin-left:58.333333%}.cos15-md{margin-left:62.5%}.cos16-md{margin-left:66.666667%}.cos17-md{margin-left:70.833333%}.cos18-md{margin-left:75%}.cos19-md{margin-left:79.166667%}.cos20-md{margin-left:83.333333%}.cos21-md{margin-left:87.5%}.cos22-md{margin-left:91.666667%}.cos23-md{margin-left:95.833333%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width: 1200px){.c-lg,.c1-lg,.c2-lg,.c3-lg,.c4-lg,.c5-lg,.c6-lg,.c7-lg,.c8-lg,.c9-lg,.c10-lg,.c11-lg,.c12-lg,.c13-lg,.c14-lg,.c15-lg,.c16-lg,.c17-lg,.c18-lg,.c19-lg,.c20-lg,.c21-lg,.c22-lg,.c23-lg,.c24-lg,.cos0-lg,.cos1-lg,.cos2-lg,.cos3-lg,.cos4-lg,.cos5-lg,.cos6-lg,.cos7-lg,.cos8-lg,.cos9-lg,.cos10-lg,.cos11-lg,.cos12-lg,.cos13-lg,.cos14-lg,.cos15-lg,.cos16-lg,.cos17-lg,.cos18-lg,.cos19-lg,.cos20-lg,.cos21-lg,.cos22-lg,.cos23-lg{box-sizing:border-box;flex:0 0 auto}.c-lg{flex-grow:1;flex-basis:0;max-width:100%}.c1-lg{flex-basis:4.166667%;max-width:4.166667%}.c2-lg{flex-basis:8.333333%;max-width:8.333333%}.c3-lg{flex-basis:12.5%;max-width:12.5%}.c4-lg{flex-basis:16.666667%;max-width:16.666667%}.c5-lg{flex-basis:20.833333%;max-width:20.833333%}.c6-lg{flex-basis:25%;max-width:25%}.c7-lg{flex-basis:29.166667%;max-width:29.166667%}.c8-lg{flex-basis:33.333333%;max-width:33.333333%}.c9-lg{flex-basis:37.5%;max-width:37.5%}.c10-lg{flex-basis:41.666667%;max-width:41.666667%}.c11-lg{flex-basis:45.833333%;max-width:45.833333%}.c12-lg{flex-basis:50%;max-width:50%}.c13-lg{flex-basis:54.166667%;max-width:54.166667%}.c14-lg{flex-basis:58.333333%;max-width:58.333333%}.c15-lg{flex-basis:62.5%;max-width:62.5%}.c16-lg{flex-basis:66.666667%;max-width:66.666667%}.c17-lg{flex-basis:70.833333%;max-width:70.833333%}.c18-lg{flex-basis:75%;max-width:75%}.c19-lg{flex-basis:79.166667%;max-width:79.166667%}.c20-lg{flex-basis:83.333333%;max-width:83.333333%}.c21-lg{flex-basis:87.5%;max-width:87.5%}.c22-lg{flex-basis:91.666667%;max-width:91.666667%}.c23-lg{flex-basis:95.833333%;max-width:95.833333%}.c24-lg{flex-basis:100%;max-width:100%}.cos0-lg{margin-left:0}.cos1-lg{margin-left:4.166667%}.cos2-lg{margin-left:8.333333%}.cos3-lg{margin-left:12.5%}.cos4-lg{margin-left:16.666667%}.cos5-lg{margin-left:20.833333%}.cos6-lg{margin-left:25%}.cos7-lg{margin-left:29.166667%}.cos8-lg{margin-left:33.333333%}.cos9-lg{margin-left:37.5%}.cos10-lg{margin-left:41.666667%}.cos11-lg{margin-left:45.833333%}.cos12-lg{margin-left:50%}.cos13-lg{margin-left:54.166667%}.cos14-lg{margin-left:58.333333%}.cos15-lg{margin-left:62.5%}.cos16-lg{margin-left:66.666667%}.cos17-lg{margin-left:70.833333%}.cos18-lg{margin-left:75%}.cos19-lg{margin-left:79.166667%}.cos20-lg{margin-left:83.333333%}.cos21-lg{margin-left:87.5%}.cos22-lg{margin-left:91.666667%}.cos23-lg{margin-left:95.833333%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;width:auto!important;white-space:normal!important}.skip-link{background:#009640;color:#fff;font-weight:700;letter-spacing:.02em;top:0;left:0;padding:4px;position:absolute;transition:transform .1s;transform:translate(-100%);z-index:990}.skip-link:focus{transform:translate(0)}.hidden,[hidden],[x-cloak]{display:none}@media (max-width: 760px){[x-cloak=mobile]{display:none}}@media screen and (max-width: 760px){.hide-mob{display:none!important}.mobile{display:block}}@media screen and (min-width: 761px) and (max-width: 1024px){.hide-tab{display:none!important}.mobile{display:none}}@media screen and (min-width: 1025px){.hide-desk{display:none!important}.mobile{display:none}}.less-space-bottom,.less-space-top{margin-bottom:0}.flex{display:flex}.align-mid{align-self:center}.align-bot{align-self:flex-end}.relative{position:relative}*{font-family:commuters-sans,Arial,sans-serif;font-weight:300}span{font-weight:inherit}html{font-size:16px}@media (max-width: 1935px) and (min-width: 1025px){html{font-size:.8269vw}}@media (max-width: 1024px){html{font-size:16px}}@media (max-width: 760px){html{font-size:16px}}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:0;color:#505050}h1{font-weight:600;line-height:1.25;font-size:1.5rem}@media (min-width: 1025px){h1{line-height:1.333;font-size:1.875rem}}h2,.page-page .normalh .block__text h2,.page-overzichtspagina .normalh .block__text h2{font-weight:600;line-height:1.222;font-size:1.125rem}@media (min-width: 1025px){h2,.page-page .normalh .block__text h2,.page-overzichtspagina .normalh .block__text h2{line-height:1.666;font-size:1.5rem}}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}.page-overzichtspagina .block__text h2,.page-page .block__text h2,.page-contact .block__text h2{font-weight:600;line-height:1.25;font-size:1.5rem}@media (min-width: 1025px){.page-overzichtspagina .block__text h2,.page-page .block__text h2,.page-contact .block__text h2{line-height:1.333;font-size:1.875rem}}p{line-height:1.42;font-weight:300;margin:0;color:#505050;font-size:.875rem}@media (min-width: 1025px){p{font-size:1.25rem;line-height:1.5}}p+p{margin-top:1.375rem}.block__text ul,.accordion-item ul{list-style:none;padding:0;margin-top:0;margin-bottom:0}.block__text ul li,.accordion-item ul li{position:relative;padding-left:1.875rem;font-size:.875rem}@media (min-width: 1025px){.block__text ul li,.accordion-item ul li{font-size:1.35rem}}.block__text ul li:before,.accordion-item ul li:before{font-size:inherit;line-height:1.42;content:"//";color:#009640;letter-spacing:-3px;font-weight:600;position:absolute;left:0}.block__text a,.accordion-item a{color:#009640;text-decoration:none}.block__text a:hover,.accordion-item a:hover{text-decoration:underline}b,strong{font-weight:600}p.introduction{font-weight:300;font-size:1.25rem}h3.dash-prefix{display:flex;font-size:18px;margin-bottom:5px;line-height:22px}@media (min-width: 1025px){h3.dash-prefix{font-size:1.5rem;line-height:1.666}}h3.dash-prefix strong{font-weight:700;margin-right:.3em}h3.dash-prefix :before{content:"//";display:inline;font-weight:800;color:#009640;font-size:inherit;line-height:inherit;letter-spacing:-1px}@media (min-width: 1025px){h3.dash-prefix :before{letter-spacing:-.2rem;padding-right:.2rem}}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.italic{font-style:italic}.not-italic{font-style:normal}.underline{text-decoration:underline}.overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}.transition-none{transition-property:none}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-0{transition-duration:0s}.duration-75{transition-duration:75ms}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.25s}.duration-300{transition-duration:.3s}.duration-1000{transition-duration:1s}.ease-linear{transition-timing-function:linear}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-0{transition-delay:0s}.delay-75{transition-delay:75ms}.delay-100{transition-delay:.1s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.25s}.delay-300{transition-delay:.3s}.delay-500{transition-delay:.5s}.delay-700{transition-delay:.7s}.delay-1000{transition-delay:1s}.opacity-0{opacity:0}.opacity-100{opacity:1}.translate-y-0{transform:translateY(0)}.translate-y-2{transform:translateY(.5rem)}.dnv-logo img{max-width:5.3125rem;width:100%;height:auto;display:block}@media (max-width: 760px){.dnv-logo .row>div:first-of-type{flex-basis:calc(100% - 85px)}.dnv-logo .row>div:last-of-type{width:85px;flex-basis:unset;margin-top:0!important}}@media (max-width: 520px) and (max-width: 760px){.dnv-logo .row>div:first-of-type{flex-basis:calc(100% - 60px)}.dnv-logo .row>div:last-of-type{width:60px;flex-basis:unset;margin-top:0!important}}.block.hide-second-mob .row>div:last-of-type{display:none}@media (min-width: 761px){.block.hide-second-mob .row>div:last-of-type{display:block}}.mobhide{display:none}@media (min-width: 761px){.mobhide{display:block}}.goto3d_block{max-width:17rem;margin-top:1.5rem}.btn{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;align-items:center;box-sizing:border-box;cursor:pointer;display:inline-flex;justify-content:center;margin:0;min-height:2.5rem;min-width:13.4375rem;padding:.25rem 1rem;position:relative;text-decoration:none;transition:all .25s;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:baseline;width:auto;-webkit-animation:.15s transform box-shadow ease-in-out;animation:.15s transform box-shadow ease-in-out;font-size:1.125rem;line-height:1.666;color:#fff;font-weight:800;text-transform:uppercase}.btn--primary,.btn--submit{background-color:#009640;background-image:url(/build/assets/background-tile-62cdd0d2.png);background-size:25%}.btn--secondary{background-color:#686868;background-image:url(/build/assets/background-tile-dark-bc913a49.png);background-size:25%}@media (max-width: 1024px){.btn{font-size:.875rem;min-width:unset}}.btn:hover,.btn:focus{color:#fff;transform:translateY(-.1em);box-shadow:0 .5em .5em -.4em #50505054}.btn-reset{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer}.btn--linkedin svg{fill:#009640;display:block;width:20px;height:auto}@media (min-width: 1025px){.btn--linkedin svg{width:1.5rem}}@media only screen and (max-width: 980px){.block__buttons .btn:first-child{margin-top:0}.block__buttons .btn{margin-top:8px}}.modal{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;z-index:500}.modal__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000d9}.modal__wrap{position:relative;background-color:#fff;border-radius:1rem;max-width:640px;padding:1.5rem;margin:0 1.5rem;overflow:auto}.modal__buttons{margin-top:2rem;display:flex}.form{display:flex;flex-wrap:wrap;padding-top:.625rem;margin-left:-.75rem;margin-right:-.75rem}.form__title{margin-bottom:10px;font-size:24px;color:#009640}@media (min-width: 1025px){.form__title{font-size:1.875rem;margin-bottom:.875rem}}.form__description{margin-bottom:1rem}.form__error-message{color:#c73e1d;margin-bottom:1rem}.form__succes-message{color:#505050;margin-bottom:1rem;font-weight:600;font-size:1.25rem}.form--sending{opacity:.7;pointer-events:none}.form__error{color:#c73e1d;font-size:12px}@media (min-width: 1025px){.form__error{font-size:90%}}.form__group,.form__button{padding-left:.75rem;padding-right:.75rem;width:100%}.form__group.w-100,.form__button.w-100{width:100%}.form__group.w-75,.form__button.w-75{width:75%}.form__group.w-66,.form__button.w-66{width:66%}.form__group.w-50,.form__button.w-50{width:50%}.form__group.w-33,.form__button.w-33{width:33%}.form__group.w-25,.form__button.w-25{width:25%}.form__group{margin-bottom:15px}.form__required{color:#009640;font-size:100%;top:unset;z-index:unset;top:-.2em;left:-.1em}.form label.label{display:block;font-size:14px;color:#505050;padding-bottom:5px}@media (min-width: 1025px){.form label.label{font-size:1.25rem;line-height:1.5}}.form__controls{text-align:left;position:relative}.form__controls input[type=text],.form__controls input[type=email],.form__controls input[type=number],.form__controls input[type=date],.form__controls input[type=tel],.form__controls textarea,.form__controls select{line-height:1.5;border:1px solid #c6c6c6;color:#222;font-family:inherit;font-size:14px;font-weight:300;padding:.625rem;width:100%;border-radius:2px;transition:all .3s;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff}@media (min-width: 1025px){.form__controls input[type=text],.form__controls input[type=email],.form__controls input[type=number],.form__controls input[type=date],.form__controls input[type=tel],.form__controls textarea,.form__controls select{font-size:1.125rem}}.form__controls input[type=text]:focus,.form__controls input[type=text]:hover,.form__controls input[type=email]:focus,.form__controls input[type=email]:hover,.form__controls input[type=number]:focus,.form__controls input[type=number]:hover,.form__controls input[type=date]:focus,.form__controls input[type=date]:hover,.form__controls input[type=tel]:focus,.form__controls input[type=tel]:hover,.form__controls textarea:focus,.form__controls textarea:hover,.form__controls select:focus,.form__controls select:hover{outline:none;border-color:#9fb1c1}.form__controls input[type=text]:focus+label,.form__controls input[type=text]:hover+label,.form__controls input[type=email]:focus+label,.form__controls input[type=email]:hover+label,.form__controls input[type=number]:focus+label,.form__controls input[type=number]:hover+label,.form__controls input[type=date]:focus+label,.form__controls input[type=date]:hover+label,.form__controls input[type=tel]:focus+label,.form__controls input[type=tel]:hover+label,.form__controls textarea:focus+label,.form__controls textarea:hover+label,.form__controls select:focus+label,.form__controls select:hover+label{color:#555!important;cursor:text}.form__controls input[type=text]::-webkit-input-placeholder,.form__controls input[type=email]::-webkit-input-placeholder,.form__controls input[type=number]::-webkit-input-placeholder,.form__controls input[type=date]::-webkit-input-placeholder,.form__controls input[type=tel]::-webkit-input-placeholder,.form__controls textarea::-webkit-input-placeholder,.form__controls select::-webkit-input-placeholder{color:#fff}.form__controls input[type=text]:-moz-placeholder,.form__controls input[type=email]:-moz-placeholder,.form__controls input[type=number]:-moz-placeholder,.form__controls input[type=date]:-moz-placeholder,.form__controls input[type=tel]:-moz-placeholder,.form__controls textarea:-moz-placeholder,.form__controls select:-moz-placeholder{color:#fff;opacity:1}.form__controls input[type=text]::-moz-placeholder,.form__controls input[type=email]::-moz-placeholder,.form__controls input[type=number]::-moz-placeholder,.form__controls input[type=date]::-moz-placeholder,.form__controls input[type=tel]::-moz-placeholder,.form__controls textarea::-moz-placeholder,.form__controls select::-moz-placeholder{color:#fff;opacity:1}.form__controls input[type=text]:-ms-input-placeholder,.form__controls input[type=email]:-ms-input-placeholder,.form__controls input[type=number]:-ms-input-placeholder,.form__controls input[type=date]:-ms-input-placeholder,.form__controls input[type=tel]:-ms-input-placeholder,.form__controls textarea:-ms-input-placeholder,.form__controls select:-ms-input-placeholder{color:#fff}.form__group--select label{pointer-events:none}.form__group--select select{cursor:pointer}.form__group--select .form__controls:after{pointer-events:none;display:block;content:"";width:.9rem;height:.9rem;background-size:cover;right:1rem;top:1rem;position:absolute;opacity:.5;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMGw4IDEwaC0xNmw4LTEwem04IDE0aC0xNmw4IDEwIDgtMTB6Ii8+PC9zdmc+)}.form__group--section small{color:#505050;font-size:1.1rem;font-style:italic;margin-top:-.15rem;display:block}@media (max-width: 1024px){.form__group--section small{font-size:14px;margin-top:-3px}}.form input[type=text]+label,.form input[type=email]+label,.form input[type=number]+label,.form input[type=date]+label,.form input[type=tel]+label,.form textarea+label,.form select+label{position:absolute;left:.5rem;top:.85rem;width:60%;color:#999;font-size:14px;padding:0 .625rem;display:inline-block;font-weight:400;transition:all .3s;background-color:#fff}@media (min-width: 1025px){.form input[type=text]+label,.form input[type=email]+label,.form input[type=number]+label,.form input[type=date]+label,.form input[type=tel]+label,.form textarea+label,.form select+label{font-size:1.25rem;line-height:1.5}}.form input[type=text]+label.active,.form input[type=email]+label.active,.form input[type=number]+label.active,.form input[type=date]+label.active,.form input[type=tel]+label.active,.form textarea+label.active,.form select+label.active{top:-.625rem;color:#555;background-color:#fff;width:auto}.form__group--checkboxes .label,.form__group--toggle .label,.form__group--radio .label{display:block;margin-bottom:.5rem;color:#555}.form__group--checkboxes a,.form__group--toggle a,.form__group--radio a{text-decoration:none;color:#009640}.form__group--checkboxes a:hover,.form__group--toggle a:hover,.form__group--radio a:hover{text-decoration:underline}.form__group--checkboxes .form__inline,.form__group--toggle .form__inline,.form__group--radio .form__inline{font-family:inherit;font-size:14px;font-weight:300;color:#505050;display:grid;grid-template-columns:1em auto;gap:.5em;cursor:pointer}@media (min-width: 1025px){.form__group--checkboxes .form__inline,.form__group--toggle .form__inline,.form__group--radio .form__inline{font-size:1.25rem}}.form__group--checkboxes .form__inline+.form__inline,.form__group--toggle .form__inline+.form__inline,.form__group--radio .form__inline+.form__inline{margin-top:.5em}.form__group--checkboxes .form__inline:hover input,.form__group--toggle .form__inline:hover input,.form__group--radio .form__inline:hover input{border-color:#a3a1a1}.form__group--checkboxes input,.form__group--toggle input,.form__group--radio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#bebebe;width:1.15em;height:1.15em;border:.15em solid #bebebe;border-radius:.15em;display:grid;place-content:center}.form__group--checkboxes input:before,.form__group--toggle input:before,.form__group--radio input:before{content:"";width:.55em;height:.55em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #009640;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.form__group--checkboxes input:checked:before,.form__group--toggle input:checked:before,.form__group--radio input:checked:before{transform:scale(1)}.form__group--checkboxes input:focus,.form__group--toggle input:focus,.form__group--radio input:focus{outline:max(2px,.15em) solid currentColor;outline-offset:max(2px,.15em)}.form__group--checkboxes fieldset,.form__group--toggle fieldset,.form__group--radio fieldset{padding:0;border:none}.form .form__fieldset--inline{display:flex;align-items:center}.form .form__fieldset--inline .form__inline{margin-right:.5rem;margin-top:0}.form__group--radio input[type=radio]{border-radius:50%}.form__group--radio input[type=radio]:before{border-radius:50%;transform-origin:unset;-webkit-clip-path:none;clip-path:none}@media (min-width: 1025px){.form__button{margin-top:1.5rem}}.has-error input{border-color:#c73e1d!important}.img{width:100%;height:auto;display:block}.image__link{display:block;text-decoration:none}.spinner{height:3.75rem;width:3.75rem;position:absolute;top:50%;left:50%;margin-left:-1.875rem;margin-top:-1.875rem;-webkit-animation:rotation 1s infinite linear;animation:rotation 1s infinite linear;border:6px solid rgba(0,0,0,.2);border-radius:100%;z-index:100}.spinner:before{content:"";display:block;position:absolute;left:-6px;top:-6px;height:100%;width:100%;border-top:6px solid #009640;border-left:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid transparent;border-radius:100%}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}#_desktop_cart a,#_desktop_cart .header{display:flex}#_desktop_cart svg{fill:#686868;width:1.75rem;height:1.75rem;margin-right:.3125rem}#_desktop_cart .cart-products-count{color:#009640;align-self:flex-end;padding-bottom:.125rem;font-size:1rem}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover,.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#4b4848}.hamburger-box{width:30px;height:20px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:30px;height:4px;background-color:#4b4848;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-8px}.hamburger-inner:after{bottom:-8px}.hamburger .hamburger-box{perspective:60px}.hamburger .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger .hamburger-inner:before,.hamburger .hamburger-inner:after{transition:transform 0s .1s cubic-bezier(.645,.045,.355,1)}.hamburger.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger.is-active .hamburger-inner:before{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.langmenu{position:relative}.langmenu__btn{padding:.35rem .3rem;background-color:#fff;display:flex;align-items:center}@media (min-width: 1025px){.langmenu__btn{padding:.6625rem .75rem}}.langmenu__btn img{width:1rem;display:block;height:auto}@media (min-width: 1025px){.langmenu__btn img{width:1.5625rem}}@media screen and (max-width: 380px){.langmenu__btn img{width:.9rem}}.langmenu__btn__chevron{display:block;margin-left:.5rem}.langmenu__btn__chevron svg{display:block;width:.5625rem;height:auto;fill:#009640}@media (min-width: 1025px){.langmenu__btn__chevron svg{width:.6875rem}}.langmenu__dd{position:absolute;left:0;right:0;z-index:10;background-color:#fff;padding-bottom:.375rem;box-shadow:#0000001a 0 20px 25px -5px,#0000000a 0 10px 10px -5px}@media (min-width: 1025px){.langmenu__dd{padding-bottom:.75rem}}.langmenu__dd__list{list-style:none;padding:0;margin:0}@media (min-width: 1025px){.langmenu__dd__list li:first-of-type a{padding-top:.5rem}}.langmenu__dd__link{display:flex;justify-content:center;padding-top:.375rem}@media (min-width: 1025px){.langmenu__dd__link{justify-content:initial;padding-top:1rem;padding-left:.5rem}}.langmenu__dd img{display:block;width:1.5625rem;height:auto}.navigation{position:absolute;left:0;right:0;top:100%;height:100vh;background-color:#413c40;padding:1.875rem .9375rem}.navigation__list{padding:0;margin:0;list-style:none}.navigation__item{margin-bottom:1.5rem;position:relative;font-size:1rem;font-weight:700;display:flex}@media (min-width: 400px){.navigation__item{margin-bottom:1.875rem;font-size:1.175rem}}.navigation__item--current .navigation__link{border-bottom:2px solid #fff;padding-bottom:2px}.navigation__item:before{display:block;content:"//";color:#009640;letter-spacing:-3px;margin-right:1rem}.navigation__link{display:inline;text-decoration:none;color:#fff;text-transform:uppercase;font-size:inherit;font-weight:inherit;letter-spacing:1px}@media (min-width: 1025px){.navigation{position:initial;height:unset;background-color:initial;padding:0;margin-right:2.5rem}.navigation__list{display:flex}.navigation__item{margin-bottom:0;font-size:.955rem}.navigation__item--mobile{display:none}.navigation__item--first:before{content:none}.navigation__item:before{margin-left:.75rem;margin-right:.75rem}.navigation__item--current .navigation__link{border-bottom:none;padding-bottom:0}}@media (min-width: 1025px){.quote{display:flex}}.quote--green{color:#009640;fill:#009640}.quote--black{color:#505050;fill:#505050}.quote--orange{color:#ea5b0c;fill:#ea5b0c}.quote__prefix{display:none}@media (min-width: 1025px){.quote__prefix{display:block;margin-right:.9375rem;padding-top:.4375rem}.quote__prefix svg{height:auto;display:block;width:5.3125rem}}.quote__txt{color:inherit;font-weight:700;font-size:.875rem;line-height:1.25}@media (max-width: 1024px) and (min-width: 761px){.quote__txt{font-size:1.125rem;line-height:1.38}}@media (min-width: 1025px){.quote__txt{display:block;font-size:1.5rem;line-height:1.333}}.quote__txt em{font-style:normal;font-weight:inherit;font-size:inherit;text-transform:uppercase}.voordelen{margin-top:1rem}.voordelen__title{font-size:.8125rem;line-height:1.307;font-weight:600;color:#009640;text-transform:uppercase;margin-bottom:1rem}@media (min-width: 1025px){.voordelen__title{font-size:1.5rem;line-height:1.875}}.voordelen__slider{position:relative}@media (min-width: 761px){.voordelen__slider .glide__arrows{display:none}.voordelen__slider .glide__slides{display:flex}.voordelen__slider .glide__slides li:nth-of-type(2){margin-left:-3%}.voordelen__slider .glide__slides li:nth-of-type(3){margin-left:-3%}.voordelen__slider .glide__slides li:nth-of-type(4){margin-left:-3%}.voordelen__slider .glide__slides li:nth-of-type(5){margin-left:-3%}.voordelen__slider .glide__slide{width:22.4%}.voordelen__slider .glide__slide img{max-width:100%}}@media (min-width: 1025px){.voordelen__slider .glide__slides li:nth-of-type(2){margin-left:-3rem}.voordelen__slider .glide__slides li:nth-of-type(3){margin-left:-3rem}.voordelen__slider .glide__slides li:nth-of-type(4){margin-left:-3rem}.voordelen__slider .glide__slides li:nth-of-type(5){margin-left:-3rem}.voordelen__slider .glide__slide{width:19.05rem}.voordelen__slider .glide__slide img{max-width:100%}}.voordelen__slider img{display:block;margin:0 auto;max-width:55%;height:auto}.voordelen__slider .glide__arrow{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.voordelen__slider .glide__arrow--left{left:0}.voordelen__slider .glide__arrow--right{right:0}.voordelen__slider .glide__arrow svg{display:block;width:.9375rem;height:auto;fill:#009640}.block--referenties{display:none}@media (min-width: 551px){.block--referenties{display:block}}@media (min-width: 761px){.block--referenties{margin:0!important}}.referenties{margin-top:1rem}.referenties__line{display:none}@media (min-width: 761px){.referenties__line{display:block;border-bottom:2px solid #009640;padding-top:4.0625rem}}.referenties__tussenblok{display:none}@media (min-width: 761px){.referenties__tussenblok{display:block;padding-top:4.4375rem;padding-left:2rem;padding-right:2rem}.referenties__tussenblok img{width:100%;height:auto}}@media (max-width: 1024px) and (min-width: 761px){.referenties__tussenblok img{display:none}}.referenties__title{font-size:.8125rem;line-height:1.307;font-weight:600;color:#009640;text-transform:uppercase;margin-bottom:1rem}@media (min-width: 1025px){.referenties__title{font-size:1.5rem;line-height:1.875}}.referenties__slider{position:relative}.referenties__slider .glide__referentie{display:flex;width:100%;flex-direction:column;align-items:center;margin:0 auto;margin-top:1.875rem}@media (min-width: 761px){.referenties__slider .glide__referentie{flex-direction:row;width:46.25rem}}@media (max-width: 1024px) and (min-width: 761px){.referenties__slider .glide__referentie{width:100%}}.referenties__slider .glide__media{max-width:50%}.referenties__slider .glide__media img{width:100%;height:auto;display:block}@media (min-width: 761px){.referenties__slider .glide__media img{width:14.625rem;margin-right:3.125rem}}@media (max-width: 1024px) and (min-width: 761px){.referenties__slider .glide__media img{width:100px;margin-left:20px;margin-right:20px}}.referenties__slider .glide__txt{font-size:.8125rem;margin-top:1.875rem;text-align:center;max-width:calc(100% - 3.125rem);margin:0 auto}@media (min-width: 761px){.referenties__slider .glide__txt{max-width:100%;text-align:left;font-size:1rem;line-height:1.1875}}@media (max-width: 1024px) and (min-width: 761px){.referenties__slider .glide__txt{font-size:13px}}.referenties__slider .glide__stars{display:flex;justify-content:center;margin-bottom:1rem;margin-top:.4rem}.referenties__slider .glide__stars svg{display:block;height:1.25rem;width:auto;color:#009640}.referenties__slider .glide__stars svg.star-half{margin-left:-.25rem}@media (min-width: 761px){.referenties__slider .glide__stars{justify-content:flex-start}}@media (max-width: 1024px) and (min-width: 761px){.referenties__slider .glide__stars{margin-bottom:10px}.referenties__slider .glide__stars svg{height:15px}}.referenties__slider .glide__arrow{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;position:absolute;top:50%;transform:translateY(-50%)}.referenties__slider .glide__arrow--left{left:0}@media (max-width: 1024px) and (min-width: 761px){.referenties__slider .glide__arrow--left{left:-30px}}.referenties__slider .glide__arrow--right{right:0}@media (max-width: 1024px) and (min-width: 761px){.referenties__slider .glide__arrow--right{right:-30px}}.referenties__slider .glide__arrow svg{display:block;width:.9375rem;height:auto;fill:#009640}@media (min-width: 761px){.referenties__slider .glide__arrow svg{width:1.4375rem}}@media (max-width: 1024px) and (min-width: 761px){.referenties__slider .glide__arrow svg{width:14px}}.klanten{margin-top:1rem;padding-bottom:1.5rem;border-bottom:1px solid #009640}@media (min-width: 761px){.klanten{border-bottom:none}}.klanten__title{font-size:.8125rem;line-height:1.307;font-weight:600;color:#009640;text-transform:uppercase;margin-bottom:1rem;text-align:center}@media (min-width: 1025px){.klanten__title{font-size:1.5rem;line-height:1.875}}.klanten__slider{position:relative}@media (min-width: 761px){.klanten__slider{margin-top:3.875rem}}.klanten img{display:block;max-width:75%;margin:0 auto;width:auto}.collection{max-width:100vw;overflow-x:hidden}.collection .glide__track,.collection .collection__grid{overflow:visible!important}.collection .glide.js-productslider:before{position:absolute;content:"";display:block;top:0;bottom:0;left:-100%;right:100%;background-color:#fff;z-index:1}@media (min-width: 761px){.collection .glide.js-productslider:before{content:none}}.collection .glide__bullets{display:flex;margin-top:15px}@media (min-width: 761px){.collection .glide__bullets{display:none}}.collection .glide__bullet{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer;width:unset;height:5px!important;background:#afafae;flex-grow:2;transition:.2s;margin:0 1px}.collection .glide__bullet--active{background:#000}.collection__sep{border-color:#009640;margin:0;margin-top:2rem;border-width:.0625rem;border-bottom:none;border-left:none;border-right:none}@media (min-width: 1025px){.collection__sep{margin-top:4rem}}.collection h2.collection__title{font-size:13px;margin-top:15px;margin-bottom:15px;line-height:17px;font-weight:700;color:#009640;text-transform:uppercase;letter-spacing:2px}@media (min-width: 1025px){.collection h2.collection__title{line-height:1.875;margin-top:4.125rem;margin-bottom:2rem;font-size:1.5rem}}.collection img{display:block;width:100%;height:auto}.collection__grid{padding:0;margin:0}@media (min-width: 1025px){.collection__grid{display:grid;grid-gap:.625rem;grid-template-columns:repeat(3,33%)}.collection__grid--c4{grid-template-columns:repeat(4,25%)}}@media (max-width: 1024px) and (min-width: 761px){.collection__grid{display:grid;grid-template-columns:repeat(2,50%);grid-gap:.625rem}}.collection__item{display:block;border:1px solid #8a8992;position:relative;margin-bottom:10px}@media (max-width: 1024px) and (min-width: 761px){.collection__item{margin-bottom:0}}@media (min-width: 1025px){.collection__item{margin-bottom:0;border:1px solid #8a8992}}.collection__item.is-best-seller{border-color:#ea5b0c}.collection__card{display:flex;flex-direction:column;padding:15px 15px 10px;height:100%;text-decoration:none;position:relative}@media (min-width: 1025px){.collection__card{padding:1.875rem 1.875rem .75rem}}.collection__card__link{position:absolute;left:0;right:0;bottom:0;top:0;z-index:2}.collection__card__title{color:#009640;margin-bottom:10px;font-weight:700;text-transform:uppercase;font-size:17px;line-height:1.1875}@media (min-width: 1025px){.collection__card__title{margin-bottom:1.5rem;font-size:1.5rem;line-height:1.1}}.collection__card__recycled{position:absolute;width:55px;right:-2px;top:-14px}@media (min-width: 1025px){.collection__card__recycled{width:6.125rem;right:-.125rem;top:-1.75rem}}.collection__card__media{position:relative}.collection__card__media.bg-sand{background-image:url(/build/assets/bg-zand-b60a5ea5.jpg);background-repeat:no-repeat;background-size:cover}.collection__card__media.bg-earth{background-image:url(/build/assets/bg-aarde-2b85949e.jpg);background-repeat:no-repeat;background-size:cover}.collection__card__media.bg-orange{background-color:#ea5b0c;background-repeat:no-repeat;background-size:cover}.collection__card.free-shipping .action-label{padding:.5rem 1rem;position:absolute;bottom:1rem;background-color:#fff}.collection__card.free-shipping .action-label em{color:#ea5b0c;font-weight:700;text-transform:uppercase;font-style:normal;font-size:1.125rem}@media (max-width: 1024px) and (min-width: 761px){.collection__card.free-shipping .action-label em{font-size:1rem}}@media (max-width: 760px){.collection__card.free-shipping .action-label em{font-size:.9rem}}.collection__card__info{display:none;font-size:13px;line-height:1.5;padding-top:15px;padding-bottom:15px}@media (min-width: 1025px){.collection__card__info{font-size:1.125rem;padding-top:1.25rem;padding-bottom:.125rem}}@media (min-width: 761px){.collection__card__info{display:block}}.collection__card__info p{font-size:inherit;line-height:inherit}.collection__card__info strong{color:#000}.collection__card__info ul{margin:0;padding:0;list-style:none}.collection__card__info ul li{padding-left:20px;position:relative}@media (min-width: 1025px){.collection__card__info ul li{padding-left:1.525rem}}.collection__card__info ul li:before{content:"//";color:#009640;letter-spacing:-3px;font-weight:600;position:absolute;left:0}.collection__card__bottom{margin-top:12px;display:flex;justify-content:flex-start;align-items:center}.collection__card__bottom--double{justify-content:space-between}.collection__card__bottom--single .btn-product{width:100%;justify-content:space-between}@media (min-width: 761px){.collection__card__bottom{margin-top:auto}.collection__card__bottom--single .btn-product{width:initial;justify-content:initial}}@media (min-width: 1025px){.collection__card__bottom{justify-content:flex-end}.collection__card__bottom--double{justify-content:space-between}}.collection__card .btn-product{display:flex;color:#009640;font-size:14px;line-height:1.5;font-weight:600;text-transform:uppercase;z-index:3;position:relative;text-decoration:none}.collection__card .btn-product--grey{color:#8b8993}.collection__card .btn-product--grey .btn-product__icon{background-color:#8b8993}@media (min-width: 1025px){.collection__card .btn-product{font-size:1rem;align-items:center}}.collection__card .btn-product__icon{background-color:#009640;padding:4px;margin-left:10px}@media (min-width: 1025px){.collection__card .btn-product__icon{padding:.5rem;margin-left:.875rem}}.collection__card .btn-product__icon svg{fill:#fff;display:block;width:12px;height:auto}@media (min-width: 1025px){.collection__card .btn-product__icon svg{width:.825rem}}.collection--acc .collection__title{color:#505050!important;margin-top:0!important}.collection--acc .collection__sep{display:none}.collection--product .collection__card__title .size{color:#ea5b0c;font-size:13px}@media (min-width: 1025px){.collection--product .collection__card__title .size{font-size:1.25rem}}.collection--product .collection__card__info{padding-bottom:1.5rem}.collection--highlight{background-image:url(/build/assets/bg-producten-home-31fb5c17.jpg);background-size:cover;background-repeat:no-repeat;background-position:center}@media (min-width: 761px){.collection--highlight{padding-top:3rem;padding-bottom:4rem}}@media (max-width: 1024px) and (min-width: 761px){.collection--highlight .collection__grid{display:grid;grid-gap:.625rem;grid-template-columns:repeat(3,33%)!important}}@media (max-width: 760px){.collection--highlight .collection__card__media>img{aspect-ratio:89/50}}.collection--highlight .glide.js-productslider:before{display:none}.collection--highlight .collection__sep{margin-bottom:15px;border:none;border-bottom:1px solid #009640}@media (min-width: 761px){.collection--highlight .collection__sep{margin-bottom:2rem;border-bottom:2px solid #009640}}.collection--highlight .collection__card{background-color:#fff}.collection--highlight .collection__card__title{font-size:24px;line-height:1.15;font-weight:600;display:block;padding-bottom:5px;text-transform:initial;margin-top:1rem;margin-bottom:0}@media (min-width: 761px){.collection--highlight .collection__card__title{font-size:16px}}@media (min-width: 1025px){.collection--highlight .collection__card__title{font-size:1.625rem;padding-bottom:.375rem}}.collection--highlight .collection__card__info{padding-top:0;font-size:14px;padding-bottom:6px}@media (min-width: 1025px){.collection--highlight .collection__card__info{font-size:1.25rem;line-height:1.5;padding-bottom:.375rem}}.collection--highlight .collection__card__bottom{flex-direction:column;align-items:flex-end;margin-top:auto}@media (min-width: 1025px){.collection--highlight .collection__card__bottom .btn-product{font-size:1.25rem;align-items:center}}@media (max-width: 760px){.collection--highlight .collection__card__bottom{margin-top:-1.825rem;margin-bottom:15px}}.collection--highlight .collection__card__bottom .btn-product__txt{display:none}@media (min-width: 761px){.collection--highlight .collection__card__bottom .btn-product__txt{display:block}}.collection--highlight .collection__card__bottomtxt{align-self:flex-start;margin-bottom:.5rem;display:none}@media (min-width: 761px){.collection--highlight .collection__card__bottomtxt{display:block;padding-top:1rem}}.collection--highlight .collection__card__bottomtxt em{font-style:normal;color:#54565e;font-weight:500;font-size:14px}@media (min-width: 1025px){.collection--highlight .collection__card__bottomtxt em{font-size:1.25rem}}.collection--highlight .collection__card__type{-webkit-clip-path:polygon(0 0,100% 0,100% 0,93% 100%,0 100%,0 50%);clip-path:polygon(0 0,100% 0,100% 0,93% 100%,0 100%,0 50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1rem;line-height:1.1875;text-transform:uppercase;font-weight:800;color:#fff;margin-left:-16px;margin-top:-16px;display:inline;padding:10px 30px 10px 10px;min-width:auto;font-size:19px}@media (min-width: 1025px){.collection--highlight .collection__card__type{padding:.9375rem 3.75rem .9375rem 1.875rem;font-size:2rem;margin-top:-1.875rem;margin-left:-1.9rem}}.collection--highlight .collection__card__type--new{background:#009640}.collection--highlight .collection__card__type--new+div{background-color:#009640}.collection--highlight .collection__card__type--sale{background:#ea5b0c}.collection--highlight .collection__card__type--sale+div{background:#ea5b0c}.collection--highlight .collection__card__type--recommended{background:#009640}.collection--highlight .collection__card__type--recommended+div{background:#009640}@media (max-width: 1024px){.block--filtered .collection__mobile__button{width:100%;margin-bottom:10px}.block--filtered .collection__mobile__button .btn{width:100%}.block--filtered .collection__mobile__button .btn span{margin-left:8px}}@media (min-width: 1025px){.block--filtered .collection__mobile__button{display:none}.block--filtered .collection__container{display:flex;justify-content:space-between}.block--filtered .collection__aside{width:20%;padding-right:.625rem;position:relative;display:block!important}.block--filtered .collection__wrap{width:80%}.block--filtered .collection__sort{margin-bottom:1rem;display:flex;justify-content:flex-end}.block--filtered .collection__grid--c3{grid-template-columns:repeat(3,calc(33% - .1rem))}}.block--filtered .collection__card{min-height:30rem}@media (max-width: 1024px){.block--filtered .collection__card{min-height:unset}}.block--filtered .collection__card__title{margin-bottom:1.25rem}@media (max-width: 1024px){.block--filtered .collection__card__title{margin-bottom:1rem}}@media (max-width: 760px){.block--filtered .collection__card__title{margin-bottom:.75rem}}.block--filtered .collection__card__title .size{position:absolute;display:block;padding:1rem;color:#fff;top:6.25rem;transform:translate(-50%);left:50%;min-width:75%;text-align:center;z-index:4;text-transform:none}@media (max-width: 1024px){.block--filtered .collection__card__title .size{top:4.5rem;min-width:80%}}@media (max-width: 760px){.block--filtered .collection__card__title .size{top:3.75rem;min-width:unset;left:2rem;right:2rem;transform:unset}}.block--filtered .collection__card__title .size:after{content:"";display:block;position:absolute;left:0;right:0;top:0;bottom:0;border:2px solid #fff;transform:skew(-20deg)}.block--filtered .collection__card__recycled{top:105%;right:-1rem}@media (max-width: 1024px){.block--filtered .collection__card__recycled{top:105%;right:-.5rem}}@media (max-width: 760px){.block--filtered .collection__card__recycled{top:unset;bottom:.5rem;right:.25rem}}.best-verkocht .collection__item{border:1px solid #ea5b0c}.best-verkocht .collection__card__media{background-image:url(/build/assets/bg-zand-b60a5ea5.jpg);background-repeat:no-repeat;background-size:cover}.best-verkocht .collection__card__media.orange-background{background-image:none;background-color:#ea5b0c}.best-verkocht .btn-product--grey{opacity:0}.best-verkocht .onderkop{color:#54565e;display:block}.sitemap .block__text a{color:#505050;text-decoration:none;display:block}.sitemap .block__text ul{line-height:2rem}.sitemap .block__text a:hover{color:#009640}.block--collection .container{margin-bottom:1px}.accordion-item{margin-bottom:1.25rem;border:none!important}.accordion-item .tab{border:1px inset rgba(62,60,58,.1)}.accordion-item ul{margin-left:-.9375rem}.accordion-item li{margin-bottom:.3125rem}.accordion-item li::marker{color:#009640}.accordion-item .text-left{background:#009640;color:#fff;padding:.625rem 1rem;font-weight:400;font-size:1.25rem;line-height:1.3;text-transform:uppercase;letter-spacing:.4px}.text-acordion{color:#505050;font-size:1.25rem;padding-top:.625rem;padding-bottom:1.25rem;padding:.9375rem}.text-acordion a{color:#009640;text-decoration:none}.text-acordion a:hover{text-decoration:underline}.text-acordion .tab{padding:.625rem 1rem;border:1px inset rgba(62,60,58,.1)}.text-acordion ul{margin-left:.625rem;margin-top:.625rem}.text-acordion li{margin-bottom:.625rem}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.max-h-0{max-height:0px}.w-5{width:1.25rem}.h-5{height:1.25rem}.overflow-hidden{overflow:hidden}.justify-between{justify-content:space-between}.items-center{align-items:center}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.cursor-pointer{cursor:pointer}.fill-current{fill:currentColor}.-rotate-180 svg{transform:rotate(-180deg);transition-duration:.15s}@media only screen and (max-width: 760px){.accordion-item .text-left{font-size:16px}.text-acordion ul li{padding-left:20px}.text-acordion ul{margin-left:0}}.infrezen-block .banner{height:9.5rem;-webkit-clip-path:polygon(0 100%,5% 0,100% 0,95% 100%,0 100%,0 50%);clip-path:polygon(0 100%,5% 0,100% 0,95% 100%,0 100%,0 50%);background-image:url(/assets/logos/background-tile-62cdd0d2.png);background-color:#009640;display:flex}.infrezen-block .kop{margin-left:9.25rem;color:#fff;width:64.0625rem}.infrezen-block .banner .kop .boven{display:block;padding-top:1.25rem;padding-bottom:.625rem;font-size:1.875rem;line-height:2.5rem;font-weight:700;text-transform:uppercase}.infrezen-block .banner .kop .onder{display:block;font-weight:600;font-size:1.25rem}.infrezen-block .atslogo{align-items:center;display:flex;width:17.8125rem;margin-left:4.6875rem}.atslogo img{max-width:100%}@media only screen and (max-width: 1024px){.infrezen-block .banner{background-color:#fff;background-image:none;height:auto;-webkit-clip-path:none;clip-path:none;display:block}.infrezen-block .kop{margin-left:0;color:#009640;width:100%}.infrezen-block .banner .kop .boven{font-size:14px;line-height:1.42;padding-top:0}.infrezen-block .banner .kop .onder{font-size:12px;line-height:1.34}.infrezen-block .banner .kop .onder span{display:block}.infrezen-block .banner .kop .onder .slash,.infrezen-block .atslogo{display:none}}.font-600{font-weight:600}.font-700{font-weight:700}.uppercase{text-transform:uppercase}.slash{letter-spacing:-.1875rem;margin-right:.25rem;font-weight:700}.block--bedrijvengroep .slash{font-weight:700;color:#505050}.block--bedrijvengroep{background:#009640;color:#fff;position:relative;padding-top:4.0625rem;padding-bottom:4.0625rem;font-size:1.25rem;line-height:1.5}.block--bedrijvengroep a{color:#fff;-webkit-text-decoration:uppercase;text-decoration:uppercase;text-decoration:none}.block--bedrijvengroep a.font-600:hover{text-decoration:underline}.bedrijvengroepbg{width:28.125rem;height:10.9375rem;position:absolute;right:0;bottom:0;background-size:cover;background-image:url(/assets/logos/bg-bedrijvengroep.png)}.block--bedrijvengroep .avzlogo{position:absolute;bottom:0;left:0;max-width:18.0625rem}.block--bedrijvengroep h3{color:#fff;text-transform:uppercase;font-weight:800;font-size:1.875rem;line-height:1.15;margin-bottom:4.0625rem}.block--bedrijvengroep h3 span{color:#505050}@media only screen and (max-width: 1024px){.block--bedrijvengroep h3{font-size:24px;margin-bottom:30px}.block--bedrijvengroep{padding-top:30px;padding-bottom:30px;font-size:14px}.block--bedrijvengroep .avzlogo{max-width:70%}}@media only screen and (max-width: 1024px) and (max-width: 760px){.block--bedrijvengroep .avzlogo{position:relative;max-width:165px;margin-top:60px;margin-bottom:30px;display:block}.bedrijvengroepbg{width:23.438vw;height:16.615vw}}.brochures__title{font-size:14px;color:#505050;font-weight:600;margin-bottom:10px}@media (min-width: 1025px){.brochures__title{font-size:1.25rem}}.brochures__grid{display:flex;width:100%;gap:8px}@media (min-width: 1025px){.brochures__grid{font-size:1.25rem;gap:1rem}}.brochures__item{position:relative;flex-grow:1;display:flex;justify-content:center;align-items:center;box-shadow:#0000003d 0 3px 8px;transition:.25s box-shadow ease}.brochures__item:hover{box-shadow:#0006 0 4px 8px}.brochures__download{position:absolute;display:flex;justify-content:center;align-items:center;right:8px;top:8px;background-color:#fff;border-radius:50%;width:28px;height:28px;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}@media (min-width: 1025px){.brochures__download{right:.65rem;top:.65rem;width:1.875rem;height:1.875rem}}.brochures__download svg{margin-top:-2px;width:16px;display:block;height:16px}.brochures__download svg path{stroke:#009640}@media (min-width: 1025px){.brochures__download svg{width:1.25rem;height:1.25rem;margin-top:-.125rem}}.formaten__table--new th{font-size:.9375rem;background-color:#009640;color:#fff;font-weight:600;padding:.625rem .3125rem;text-align:center;position:relative;min-width:7.78125rem}.formaten__table--new td{font-size:.9375rem;line-height:1.5;color:#54565e;font-weight:500;padding-left:.375rem;padding-right:.375rem;text-align:center}.formaten__table--new td{padding-top:.375rem;padding-bottom:.375rem}.formaten__table--new td:nth-of-type(1){text-align:center}.formaten__table--new th:nth-of-type(9){min-width:1.25rem}.formaten__table--new td:nth-of-type(10){font-weight:600}.formaten__table--new tr:nth-child(even){background:#ededed}.formaten__table--new .icon:before{content:"";display:block;height:2rem;width:2rem;background-size:cover;left:50%;top:.3125rem;transform:translate(-50%);position:absolute}.btn-add a{color:#009640;text-decoration:none;font-size:.8125rem}.btn-add a:hover{text-decoration:underline}.icon-3d{max-width:2.4rem;margin:0 auto}@media only screen and (max-width: 1024px){.collection--table .inner{overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.collection--table::-webkit-scrollbar{display:none}.formaten__table--new:after{height:50px;width:50px;content:"";background:url(/assets/graphics/slide-left.png);display:block;background-size:50px;position:absolute}}.collection__sort__group{display:flex;align-items:center;width:100%}@media (max-width: 1024px){.collection__sort__group{margin-bottom:10px}.collection__sort__group select{padding-top:6px;padding-bottom:6px}}.collection__sort__group select{border-color:#8a8992}.collection__sort__group label{min-width:75%;text-align:right;display:block;margin-right:1rem;font-size:1.1rem}@media (max-width: 1024px){.collection__sort__group label{min-width:35%;text-align:left;font-size:14px}}.collection__filter{margin-top:4rem}.collection__filter__btn{padding-top:.75rem;padding-bottom:.25rem;font-size:1.125rem;width:100%;display:flex;align-items:center;justify-content:space-between;color:#505050}@media (max-width: 1024px){.collection__filter__btn{font-size:16px}}.collection__filter__chevron{padding-right:1rem}.collection__filter__chevron svg{fill:currentColor;width:1rem;transform:rotate(180deg);transition:transform .3s ease}@media (max-width: 1024px){.collection__filter__chevron svg{width:14px}}.collection__filter__chevron.is-closed svg{transform:rotate(0)}.collection__filter__head h2{text-transform:uppercase;color:#009640}.collection__filter__group{margin-bottom:.5rem;position:relative}.collection__filter__group:after{display:block;content:"";height:1px;width:100%;opacity:.2;background-color:#009640;position:absolute;bottom:-.5rem}.collection__filter__group--single{margin-top:1.5rem}.collection__filter__group--single:after{display:none}.collection__filter__group--button:after{display:none}.collection__filter__group--button .btn--filter{margin-top:.5rem;width:100%}.collection__filter__inner{padding-top:.225rem;padding-bottom:.225rem;display:flex;flex-direction:column}@media (max-width: 1024px){.collection__filter__inner--slider span,.collection__filter__inner--range span{font-size:14px}}.collection__filter__inner>div{display:flex;align-items:center}.collection__filter__inner>div input{margin-right:.5rem}.collection__filter__inner label{margin-bottom:.25rem;font-size:1.1rem;color:#505050}@media (max-width: 1024px){.collection__filter__inner label{font-size:16px}}.collection__filter .mdc-slider{width:80%;margin-left:0}@media (max-width: 1024px){.collection__filter .mdc-slider{margin-left:20px}}.collection__filter .mdc-slider .mdc-slider__thumb-knob{background-color:#009640;border-color:#009640}.collection__filter .mdc-slider .mdc-slider__track--inactive{background-color:#009640}.collection__filter .mdc-slider .mdc-slider__track--active_fill{border-color:#009640}.collection__filter .mdc-slider .mdc-slider__thumb:before,.collection__filter .mdc-slider .mdc-slider__thumb:after{background-color:#009640}.collection__filter .collection__filter__inner--range>div{display:flex;justify-content:space-between}.collection__filter .collection__filter__inner--range>div .price{width:6rem}.collection__filter .collection__filter__inner--range>div .mdc-slider--range{flex-grow:1}.filtered.collection__grid.is-loading{opacity:0}.filtered.collection__grid .collection__item{opacity:1;transition:opacity .2s ease-in}.filtered.collection__grid .collection__item.is-loading{opacity:0}.collection__wrap{position:relative;min-height:26.25rem}@media (min-width: 761px){.collection__wrap{min-height:38.75rem}}.collection__wrap .spinner{top:15rem}@media (min-width: 761px){.collection__wrap .spinner{top:20rem}}.collection__noresults{color:#009640;left:50%;top:50%;transform:translate(-50%,-50%);position:absolute;opacity:1;transition:opacity .2s ease-in}.collection__noresults.is-loading{opacity:0}.collection__filter .btn--apply,.collection__filter .btn--close{display:none}@media (max-width: 1024px){.collection__aside{width:100%;display:block;position:fixed;top:0;left:0;background:#fff;height:100dvh;z-index:1000;padding-top:20px;padding-left:20px;padding-bottom:20px}.collection__filter{margin-top:0;height:100%}.collection__filter__head{display:flex;justify-content:space-between;margin-right:20px;align-items:center;padding-bottom:20px;border-bottom:1px solid #009640}.collection__filter__list{height:calc(100% - 160px);display:block;overflow-y:auto;padding-right:20px}.collection__filter__group--button{padding-right:20px;padding-top:20px}.collection__filter .btn--close{width:30px;height:30px}.collection__filter .btn--apply,.collection__filter .btn--close{display:block}}.custom-check{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;display:grid;grid-template-columns:1em auto;gap:.5em;cursor:pointer}.custom-check:hover input{border-color:#a3a1a1}.custom-check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;margin:0;font:inherit;color:#bebebe;width:1.15em;height:1.15em;border:.15em solid #bebebe;border-radius:.15em;display:grid;place-content:center}.custom-check input:before{content:"";width:.55em;height:.55em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #009640;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.custom-check input:checked:before{transform:scale(1)}.custom-check input:focus{outline:max(2px,.15em) solid currentColor;outline-offset:max(2px,.15em)}.block--logos-column .productblok{margin-bottom:.625rem}.block--collection .thumbnails__grid{display:flex;flex-wrap:wrap;margin-left:var(--gutters-md-negative);margin-right:var(--gutters-md-negative);margin-bottom:calc(var(--gutters-md-negative) * 2)}@media (max-width: 1024px){.block--collection .thumbnails__grid{margin-left:var(--gutters-sm-negative);margin-right:var(--gutters-sm-negative);margin-bottom:calc(var(--gutters-sm-negative) * 2)}}@media (max-width: 760px){.block--collection .thumbnails__grid{margin-left:var(--gutters-xs-negative);margin-right:var(--gutters-xs-negative);margin-bottom:calc(var(--gutters-xs-negative) * 2)}}.block--collection .thumbnails__item{width:25%;height:18.75rem;padding-left:var(--gutters-md);padding-right:var(--gutters-md);margin-bottom:calc(var(--gutters-md) * 2)}@media (max-width: 1024px){.block--collection .thumbnails__item{width:50%;padding-right:var(--gutters-sm);margin-bottom:calc(var(--gutters-sm) * 2)}}@media (max-width: 760px){.block--collection .thumbnails__item{width:100%;padding-right:var(--gutters-xs);margin-bottom:calc(var(--gutters-xs) * 2)}}.block--collection .thumbnails__inner{position:relative;height:100%;overflow:hidden}.block--collection .thumbnails__link{display:block;height:100%}.block--collection .thumbnails__link:hover .thumbnails__media{transform:scale(1.05)}.block--collection .thumbnails__nolink{height:100%}.block--collection .thumbnails__media{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .15s ease-in-out}.block--collection .thumbnails__overlay{position:absolute;top:0;right:0;left:0;bottom:0}.block--collection .thumbnails__text{color:#fff;position:absolute;bottom:1rem;left:1rem;font-weight:900;font-size:2rem;letter-spacing:.05em;max-width:calc(100% - 1rem)}.block--collection .thumbnails__text .slash{color:#009640}body{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.footer{margin-top:auto;padding-top:3.75rem;padding-bottom:3.4375rem;background-image:url(/build/assets/background-tile-62cdd0d2.png);background-color:#009640;color:#fff;font-size:1.25rem;line-height:1.5;position:relative}.footer p,.footer h2,.footer h3{color:inherit}@media (max-width: 1024px){.footer{font-size:.8125rem;padding-top:2rem;padding-bottom:2rem}}@media (max-width: 760px){.footer{font-size:.8755rem;line-height:1.714}}.footer .footerpad{padding-left:2.5rem}@media (max-width: 1024px){.footer .footerpad{padding-left:1rem}}@media (max-width: 760px){.footer .footerpad{padding-left:0}}@media (max-width: 760px){.footer .footermar{margin-top:2rem;margin-bottom:1.5rem}}.footer p{font-size:1.25rem;line-height:1.5}@media (max-width: 1024px){.footer p{font-size:inherit}}.footer__gradient{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(255,255,255,0) 100%);height:22.1875rem;z-index:0;bottom:0;left:0;right:0;width:100%;position:absolute;pointer-events:none}@media (max-width: 1024px){.footer__gradient{height:11.25rem}}@media (max-width: 760px){.footer__gradient{height:20.3125rem}}.footer__wrap .row{padding-top:1.875rem;padding-bottom:1.875rem;border-top:2px solid #fff;border-bottom:2px solid #fff;z-index:1;position:relative}@media (max-width: 1024px){.footer__wrap .row{border-top:1px solid #fff;border-bottom:1px solid #fff;padding-top:1rem;padding-bottom:1rem}}@media (max-width: 760px){.footer__wrap .row{padding-bottom:2rem}}.footer h2.footer__title{text-transform:uppercase;font-size:1.5625rem;line-height:1.8;font-weight:700;letter-spacing:.125rem;margin-bottom:1.5625rem}@media (max-width: 1024px){.footer h2.footer__title{font-size:1.25rem;margin-bottom:1rem}}@media (max-width: 760px){.footer h2.footer__title{margin-bottom:.25rem}}.footer__company{font-size:inherit;font-weight:600;margin:0;text-transform:uppercase}.footer__address{font-style:normal}.footer__bottom{position:relative;z-index:1}.footer__links{list-style:none;padding:0;margin:0;margin-top:4.325rem}@media (max-width: 1024px){.footer__links{margin-top:0}}.footer__links__link{color:inherit;text-decoration:none}.footer__links__link:hover,.footer__links__link:focus{text-decoration:underline}.footer__products{list-style:none;padding:0;margin:0}.footer__products__item{display:flex}.footer__products__item:before{content:"//";display:block;color:#54565e;letter-spacing:-.1875rem;margin-right:.75rem;font-weight:600}.footer__products__link{color:inherit;text-decoration:none}.footer__products__link:hover,.footer__products__link:focus{text-decoration:underline}.footer__group__img{display:block;width:15.625rem;height:auto;margin-bottom:1.5625rem}@media (max-width: 1024px){.footer__group__img{width:8.125rem;margin-bottom:.8rem}}@media (max-width: 760px){.footer__group__img{width:12.5rem;margin-bottom:1.25rem}}.footer__bottom{padding-top:1.25rem}@media (max-width: 1024px){.footer__bottom{padding-top:1rem}}.footer__bottom__nav{display:flex;align-items:center;list-style:none;margin:0;padding:0;width:100%;flex-wrap:wrap}.footer__bottom__nav__item{display:flex;margin-right:.625rem;text-transform:uppercase;color:#fff;letter-spacing:.2px}@media (max-width: 1024px){.footer__bottom__nav__item{margin-left:.25rem}.footer__bottom__nav__item--realisatie{display:block;width:100%;order:99}.footer__bottom__nav__item--realisatie:after{content:none!important}}.footer__bottom__nav__item:after{display:block;content:"//";color:#54565e;letter-spacing:-3px;margin-left:.625rem;font-weight:600}@media (max-width: 1024px){.footer__bottom__nav__item:after{margin-left:.5rem}}.footer__bottom__nav__item--last{margin-right:0}.footer__bottom__nav__item--last:after{display:none}.footer__bottom__nav__link{font-size:inherit;color:inherit;text-decoration:none}.footer__bottom__nav__link:hover,.footer__bottom__nav__link:focus{text-decoration:underline}.footer__bottom__nav__link--li svg{fill:#fff;height:100%;width:1.5rem;display:block;transition:fill .15s ease}@media (max-width: 1024px){.footer__bottom__nav__link--li svg{margin-top:-1px;width:1.25rem}}.footer__bottom__nav__link--li:hover svg{fill:#fff}@media (max-width: 1024px){.footer .last-pos{order:10}}@media (max-width: 760px){.footer .last-pos{order:initial}}header.header{z-index:99;position:fixed;left:0;right:0;width:100%;background-color:#fff}header.header .header-top__upper{background-color:#009640;height:28px;display:none}@media (min-width: 1025px){header.header .header-top__upper{padding:.5rem .625rem;background-color:transparent;padding:0;height:unset;display:block}}header.header .header-top .top-navigation .glide__slide{width:unset}@media (max-width: 550px){header.header .header-top .top-navigation__item{text-align:center}header.header .header-top .top-navigation__link{margin-right:0!important}}header.header .header-top .top-navigation__list{margin:0;display:flex;list-style:none;padding:0}@media (max-width: 1024px){header.header .header-top .top-navigation__list{justify-content:center}}header.header .header-top .top-navigation__item{position:relative}header.header .header-top .top-navigation__item:not(.is-last):after{position:absolute;top:0;line-height:28px;right:.425rem;font-weight:800;display:block;letter-spacing:-3px;content:"//";color:#686868}@media (max-width: 550px){header.header .header-top .top-navigation__item:not(.is-last):after{content:none}}header.header .header-top .top-navigation__item.is-last .top-navigation__link{margin-right:0}header.header .header-top .top-navigation__link{color:#fff;display:block;text-decoration:none;text-transform:uppercase;margin-right:1.5rem;font-weight:800;letter-spacing:1.5px;line-height:28px}@media (min-width: 551px){header.header .header-top .top-navigation__link{font-size:11px;line-height:28px}}@media (min-width: 1025px){header.header .header-top .top-navigation__link{font-size:.65rem}}header.header .header-top__lower{display:flex;align-items:center;padding:.75rem .9375rem;background-color:#fff}@media (min-width: 1025px){header.header .header-top__lower{padding:0}}header.header .header-top__cart{margin-left:auto;margin-top:-.25rem}header.header .header-top__burger{margin-right:-1rem}header.header .header-top__svg{height:auto;width:150px}header.header .header-top__svg--full{display:none}header.header .header-top__svg--compact{display:block}@media screen and (min-width: 481px){header.header .header-top__svg{width:13.125rem}header.header .header-top__svg--full{display:block}header.header .header-top__svg--compact{display:none}}@media screen and (min-width: 1025px){header.header .header-top__svg{width:27.5625rem}}@media screen and (min-width: 1025px){header.header .header-top__burger{display:none}}@media (min-width: 1025px){header.header .header-top{padding-top:2.1875rem;padding-bottom:1.875rem}header.header .header-top__container{max-width:1920px;margin:0 auto;justify-content:space-between;align-items:center;flex-direction:row-reverse;padding-left:4.0625rem;padding-right:4.0625rem;display:flex;position:relative}header.header .header-top .top-navigation{margin-right:5rem}header.header .header-top .top-navigation__item{font-size:1.5rem}header.header .header-top .top-navigation__item:after{right:.575rem!important;font-size:inherit}header.header .header-top .top-navigation__link{font-size:inherit;color:#009640;letter-spacing:2.5px;margin-right:2.25rem}header.header .header-top__cart{position:absolute;right:4.0625rem}}header.header .header-bottom{background:linear-gradient(to bottom,#767477 0%,#767477 5%,#706e71 13%,#716f72 14%,#6d6b6e 17%,#5a5859 48%,#5a585b 50%,#4d484c 73%,#4b494c 77%,#484347 83%,#484347 86%,#434144 89%,#413c40 97%,#423d41 100%);position:relative}header.header .header-bottom__container{display:flex;justify-content:space-between;padding:.625rem .9375rem}@media (min-width: 1025px){header.header .header-bottom__container{max-width:1920px;margin:0 auto;justify-content:initial;flex-direction:row-reverse;padding:.7825rem 4.0625rem;align-items:center}}@media screen and (max-width: 420px){header.header .header-bottom__container{padding:.65rem .9375rem}}@media screen and (max-width: 380px){header.header .header-bottom__container{padding:.66rem .9375rem}}@media screen and (min-width: 1025px){header.header .header-bottom__nav{display:block!important}}header.header .header-bottom__buttons{display:flex;justify-content:flex-end;align-items:center;padding-left:.1875rem}@media (min-width: 1025px){header.header .header-bottom__buttons{align-items:center;margin-right:.5rem}}header.header .header-bottom__buttons .btn-cta{-webkit-clip-path:polygon(0 100%,.9375rem 0,100% 0,calc(100% - .9375rem) 100%,0 100%,0 50%);clip-path:polygon(0 100%,.9375rem 0,100% 0,calc(100% - .9375rem) 100%,0 100%,0 50%);padding:.4125rem .9375rem .3125rem;font-size:.75rem;line-height:1.2;text-transform:uppercase;font-weight:800;letter-spacing:1.5px;text-decoration:none;margin-left:-.3rem;padding:.3125rem 1.1rem;display:flex;align-items:center}@media (min-width: 1025px){header.header .header-bottom__buttons .btn-cta{font-size:.9375rem;padding:.675rem 1.875rem;margin-left:-.1875rem}}@media screen and (max-width: 420px){header.header .header-bottom__buttons .btn-cta{font-size:11px;line-height:1.2;margin-left:-.5rem}}@media screen and (max-width: 380px){header.header .header-bottom__buttons .btn-cta{font-size:10px}}header.header .header-bottom__buttons .btn-cta--primary{background-color:#ea5b0c;color:#fff}header.header .header-bottom__buttons .btn-cta--secondary{background-color:#fff;color:#ea5b0c}header.header .header-bottom__buttons .btn-cta--tel{background-color:#fff;color:green;-webkit-clip-path:polygon(0 100%,.9375rem 0,100% 0,100% 100%,0 100%,0 50%);clip-path:polygon(0 100%,.9375rem 0,100% 0,100% 100%,0 100%,0 50%)}@media screen and (max-width: 550px){header.header .header-bottom__buttons .btn-cta--tel{padding:.275rem .8375rem .275rem 1rem}}@media screen and (max-width: 380px){header.header .header-bottom__buttons .btn-cta--tel{padding:.25rem .8375rem .25rem 1rem}}header.header .header-bottom__buttons .btn-cta--tel .text{font-weight:inherit;font-size:inherit;display:none}@media screen and (min-width: 551px){header.header .header-bottom__buttons .btn-cta--tel .text{display:block}}header.header .header-bottom__buttons .btn-cta--tel .icon svg{display:block;width:.9rem;height:auto;margin-right:-.25rem;fill:#009640}@media screen and (min-width: 551px){header.header .header-bottom__buttons .btn-cta--tel .icon{display:none}}#site-content{padding-top:12.1rem}@media (max-width: 1024px){#site-content{padding-top:7.625rem}}.block{margin-bottom:1.875rem}@media (min-width: 1025px){.block{margin-bottom:4.0625rem}}.block--two-column .row>div:last-of-type{margin-top:30px}@media (min-width: 761px){.block--two-column .row>div:last-of-type{margin-top:0}}.productbanner{padding-top:1rem;padding-bottom:1rem;margin-bottom:1.875rem;background-color:#009640;background-image:url(/build/assets/background-tile-62cdd0d2.png);position:relative}@media (min-width: 761px){.productbanner{padding-top:3.75rem;padding-bottom:3.75rem;margin-bottom:4.0625rem}}@media (max-width: 1024px) and (min-width: 761px){.productbanner{padding-top:3.125vw;padding-bottom:3.125vw;margin-bottom:3.385vw}}@media (max-width: 760px){.productbanner{margin-bottom:2.8125rem}}.productbanner .container{position:relative;z-index:1}.productbanner__list{list-style:none;margin:0;padding:0}@media (min-width: 761px){.productbanner__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(10px,-webkit-max-content));grid-template-columns:repeat(auto-fit,minmax(10px,max-content))}}@media (max-width: 760px){.productbanner__list{aspect-ratio:625/466}}.productbanner__item{position:relative;overflow:hidden;margin-bottom:1rem;width:100%}@media (min-width: 761px){.productbanner__item{background-color:#fff;margin-bottom:0;width:42.875rem;height:32.625rem;-webkit-clip-path:polygon(0 100%,28% 0,100% 0,72% 100%,0 100%,0 50%);clip-path:polygon(0 100%,28% 0,100% 0,72% 100%,0 100%,0 50%)}}@media (max-width: 1024px) and (min-width: 761px){.productbanner__item{width:35.7291vw;height:27.1874vw}}@media (min-width: 761px){.productbanner__item:nth-child(2){margin-left:-3.25rem}.productbanner__item:nth-child(3){margin-left:-6.5rem}}@media (max-width: 1024px) and (min-width: 761px){.productbanner__item:nth-child(2){margin-left:-2.7083vw}.productbanner__item:nth-child(3){margin-left:-5.4166vw}}.productbanner__media{display:block;height:auto;width:100%}@media (min-width: 761px){.productbanner__media{position:absolute;width:100.5%}}@media (max-width: 1024px) and (min-width: 761px){.productbanner__media{position:absolute;width:100.5%}}.productbanner__bot{display:none}@media (min-width: 761px){.productbanner__bot{display:flex;position:absolute;z-index:2;bottom:2rem;left:0;right:13rem;align-items:flex-end;justify-content:space-between}}@media (max-width: 1024px) and (min-width: 761px){.productbanner__bot{bottom:1.666vw;right:10.833vw}}.productbanner__text{padding-left:4rem}@media (max-width: 1024px) and (min-width: 761px){.productbanner__text{padding-left:2rem}}.productbanner__text span{display:block;font-weight:inherit;text-transform:uppercase;font-size:1.875rem;font-weight:800;line-height:1.06}@media (max-width: 1024px) and (min-width: 761px){.productbanner__text span{font-size:1rem}}.productbanner__text span:first-of-type{color:#009640}.productbanner__text span:last-of-type{color:#505050}.productbanner__icon{background-color:#009640;padding:.5rem}@media (max-width: 1024px) and (min-width: 761px){.productbanner__icon{padding:.25rem}}.productbanner__icon svg{fill:#fff;display:block;width:1rem;height:auto}@media (max-width: 1024px) and (min-width: 761px){.productbanner__icon svg{width:.5rem}}.productbanner__gradient{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(255,255,255,0) 100%);height:22.1875rem;bottom:0;width:100%;position:absolute;left:0;right:0;z-index:0}@media (max-width: 1024px) and (min-width: 761px){.productbanner__gradient{height:18.489vw}}.productbanner__recycle{position:absolute;bottom:-1rem;transform:translateY(50%);right:0}@media (min-width: 761px){.productbanner__recycle{bottom:-3.75rem;transform:translate(-30%,50%)}}@media (max-width: 1024px) and (min-width: 761px){.productbanner__recycle{bottom:-3.125vw}}.productbanner__recycle img{display:block;height:auto;width:4.6875rem}@media (min-width: 761px){.productbanner__recycle img{width:11.062rem}}@media (max-width: 1024px) and (min-width: 761px){.productbanner__recycle img{width:9.218vw}}.pagebanner{padding-top:1rem;background-color:#009640;background-image:url(/build/assets/background-tile-62cdd0d2.png);position:relative;margin-bottom:1.875rem}@media (min-width: 761px){.pagebanner{margin-bottom:4.0625rem}}@media (max-width: 1024px) and (min-width: 761px){.pagebanner{margin-bottom:3.385vw}}@media (max-width: 760px){.pagebanner{margin-bottom:30px}}@media (min-width: 1025px){.pagebanner{padding-top:3.75rem}}.pagebanner .container{position:relative;z-index:1}.pagebanner__wrap{width:calc(91% + .625rem);height:19.0625rem;margin:0 auto;-webkit-clip-path:polygon(0 100%,6.5% 0,100% 0,93.5% 100%,0 100%,0 50%);clip-path:polygon(0 100%,6.5% 0,100% 0,93.5% 100%,0 100%,0 50%);background-color:#fff;position:relative}@media (max-width: 1024px){.pagebanner__wrap{aspect-ratio:1639/305;height:unset}}@media (max-width: 760px){.pagebanner__wrap{width:100%;aspect-ratio:1639/405}}.pagebanner__inner{height:100%;display:flex;align-items:center}.pagebanner__media{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pagebanner__media img{display:block;height:100%;width:100%}@media (max-width: 760px){.pagebanner__media{display:none}}.pagebanner__text{position:relative;z-index:1;padding-left:9.25rem}@media (max-width: 1024px){.pagebanner__text{padding-left:4rem}}@media (max-width: 760px){.pagebanner__text{padding-left:8vw}}.pagebanner__title{font-size:3.75rem;line-height:1;font-weight:800;margin:0;color:#505050;text-transform:uppercase}@media (max-width: 1024px){.pagebanner__title{font-size:1.75rem}}@media (max-width: 760px){.pagebanner__title{font-size:5vw}}.pagebanner__title small{font-size:2rem;line-height:1.5;font-weight:800;display:block}@media (max-width: 1024px){.pagebanner__title small{font-size:1rem}}.pagebanner__meta{display:flex;flex-direction:row;justify-content:space-between}@media (max-width: 760px){.pagebanner__meta{flex-direction:column;align-items:flex-start}}.pagebanner__crumbs ol.flex{margin:0;padding-left:0;padding-top:1.75rem;padding-bottom:1rem}@media (max-width: 1024px){.pagebanner__crumbs ol.flex{padding-top:1.25rem;font-size:.875rem}}@media (max-width: 760px){.pagebanner__crumbs ol.flex{padding-top:1rem;padding-bottom:.75rem;font-size:11px}}.pagebanner__crumbs a{text-transform:uppercase;color:#fff;text-decoration:none;font-weight:600;font-size:inherit}.pagebanner__crumbs li>span{color:#fff;margin-left:.5rem;margin-right:.5rem;font-weight:600;font-size:inherit}.pagebanner__date{padding-top:1.75rem;padding-bottom:1rem}@media (max-width: 1024px){.pagebanner__date{padding-top:1.25rem;font-size:.875rem}}@media (max-width: 760px){.pagebanner__date{padding-top:1rem;padding-bottom:.75rem;font-size:11px}}.pagebanner__date span{text-transform:uppercase;color:#fff;text-decoration:none;font-weight:600;font-size:inherit}.pagebanner__gradient{background:linear-gradient(0deg,rgba(0,0,0,.4),rgba(255,255,255,0) 100%);height:12.5rem;bottom:0;width:100%;position:absolute;left:0;right:0;z-index:0}.page-404{display:flex;height:100%;align-items:center;justify-content:center;flex-grow:1;padding:0 1.875rem}.page-404__content{padding:1.5rem;margin-top:2rem;border-radius:1rem;border:1px dashed rgba(0,0,0,.15);text-align:center;margin-bottom:25%}.page-404__title{font-size:5rem;text-align:center;margin-bottom:1rem;font-weight:800;color:#009640}.page-404 .btn{margin-top:2rem;-webkit-text-decoration:center;text-decoration:center}.block--quote h2{color:#009640}.block--quote .block__text div{color:#505050;font-size:20px;line-height:1.333;font-weight:600}@media (min-width: 1025px){.block--quote .block__text div{font-size:1.875rem}}.configurator{padding-top:3.75rem}.configurator :not(:defined)>*{display:none}@media (max-width: 1024px){.configurator{padding-top:0}}@media (min-width: 1025px){.configurator__mobile__button{display:none}.configurator__container{display:flex;justify-content:space-between;flex-wrap:wrap}.configurator__aside{width:20%;padding-right:.625rem;position:relative;display:block!important}.configurator__view{width:80%;position:relative;border:1px solid #bebebe;height:55dvh}}@media (max-width: 1024px){.configurator__view{height:50dvh;position:relative;border:1px solid #bebebe}.configurator__mobile__button{margin-top:1rem}.configurator__mobile__button .btn{width:100%}}.configurator__aside .collection__filter{margin-top:0}.configurator__aside__title{text-transform:uppercase;color:#009640}.configurator__aside label{padding-top:.75rem;padding-bottom:.25rem;font-size:1.125rem;width:100%;align-items:center;justify-content:space-between;color:#505050;display:block;font-weight:600}.configurator__aside .btn{margin-top:1.5rem;width:100%}.configurator__aside__group--check label:last-of-type{padding-top:.25rem;font-weight:400}.configurator__aside__group--check .custom-check{display:flex;justify-content:flex-start;align-items:top}.configurator__aside__group--check .custom-check input{margin-top:-.25em}.configurator__aside__group--check i{color:#686868;font-weight:400;font-size:.875rem}.configurator__toolbar{position:absolute;top:3rem;left:50%;transform:translate(-50%);padding:1rem 2rem;background-color:#ffffffe6;border-radius:1.5rem;box-shadow:#0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;pointer-events:none;opacity:1;transition:opacity .2s ease-in-out}.configurator__toolbar__inner{display:flex}.configurator__toolbar__item{width:4rem}.configurator__toolbar__item svg{width:100%;height:auto;display:block}.configurator__toolbar__item:not(:last-of-type){margin-right:3rem}@media (max-width: 1024px){.configurator__toolbar{top:2rem;padding:.75rem 1.75rem}.configurator__toolbar__item{width:2.5rem}.configurator__toolbar__item:not(:last-of-type){margin-right:1.5rem}}.configurator model-viewer{width:100%;height:100%;background-color:#fff;display:block;--progress-bar-color: transparent;transition:opacity .2s ease-in-out;opacity:1}.configurator select.is-locked{border:1px solid #009640!important;background-color:#f0f0f0}.configurator .is-loading model-viewer{opacity:0;transition:none}.is-loading .configurator__toolbar{opacity:0}.configurator__table{margin-left:20%;margin-top:2rem;min-width:37rem}@media (max-width: 1024px){.configurator__table{margin-left:0;margin-top:1.5rem;min-width:unset}}.configurator__table table{border-collapse:collapse;width:100%}.configurator__table table th{color:#fff;text-transform:uppercase;font-weight:700;background-color:#009640;padding:.45rem .75rem;border:1px solid #009640;text-align:left;font-size:1.125rem}@media (max-width: 1024px){.configurator__table table th{font-size:.875rem}}.configurator__table table tr td{padding:.45rem .75rem;border:1px solid #009640;color:#505050;font-size:1.125rem;width:50%}.configurator__table table tr td.different-value{color:#ea5b0c}@media (max-width: 1024px){.configurator__table table tr td{font-size:.875rem}}.configurator__table table tr td:first-of-type{font-weight:600;background-color:#e5f4eb}.configurator__table table tr td:last-of-type{text-align:center}.configurator__table__buttons{margin-top:1rem;display:flex;justify-content:flex-end}.configurator__table__buttons a:last-of-type{margin-left:1.5rem}.configurator__table .btn-product{display:flex;color:#009640;font-size:14px;line-height:1.5;font-weight:600;text-transform:uppercase;z-index:3;position:relative;text-decoration:none}.configurator__table .btn-product--grey{color:#8b8993}.configurator__table .btn-product--grey .btn-product__icon{background-color:#8b8993}.configurator__table .btn-product--left{margin-right:auto}@media (min-width: 1025px){.configurator__table .btn-product{font-size:1rem;align-items:center}}.configurator__table .btn-product__icon{background-color:#009640;padding:4px;margin-left:10px}@media (min-width: 1025px){.configurator__table .btn-product__icon{padding:.5rem;margin-left:.875rem}}.configurator__table .btn-product__icon svg{fill:#fff;display:block;width:12px;height:auto}@media (min-width: 1025px){.configurator__table .btn-product__icon svg{width:.825rem}}@media (max-width: 1024px){.configurator--stempel .configurator__container{flex-direction:column-reverse;display:flex}.configurator--stempel .configurator__aside__title{display:none}}@media (max-width: 1024px){.configurator__comparisor>div:first-of-type{margin-bottom:2rem}}@media (min-width: 1025px){.configurator__comparisor{display:flex}.configurator__comparisor>div:first-of-type{padding-right:1.5rem}.configurator__comparisor>div:last-of-type{padding-left:1.5rem}.configurator__comparisor .configurator__container{width:calc(50% - 1.5rem);display:block}.configurator__comparisor .configurator__aside{width:100%;padding:0}.configurator__comparisor .configurator__aside__group{padding-left:.5rem;padding-right:.5rem;width:50%}.configurator__comparisor .configurator__view{width:100%;margin-top:1rem}.configurator__comparisor .configurator__table{width:100%;margin-left:0}.configurator__comparisor .collection__filter__list{display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}}.configurator__table.second{max-width:42%;min-width:42%;margin-left:2rem;margin-top:.85rem}.configurator__fb{display:flex;width:100%}.configurator__table .disclaimer i{color:#686868;font-weight:400;font-size:.875rem}.configurator__table .disclaimer{display:block;margin-top:2rem}@media only screen and (max-width: 1024px){.configurator__fb{display:block}.configurator__table.second{min-width:100%;max-width:100%;margin-left:0}}@media only screen and (max-width: 580px){.configurator__table__buttons{display:block}.configurator__table__buttons a{margin-top:20px}.configurator__table__buttons a:last-of-type{margin-left:0}.configurator__container{margin-top:20px}}
