.flex-auto{flex-basis:auto !important}.flex-shrink{flex-shrink:1 !important}.flex-grow{flex-grow:1 !important}.hidden{display:none !important}body *{transition:all .5s ease}#img-calc-container #image select{display:initial;float:unset;padding:.5rem;box-sizing:border-box;border-radius:var(--border-radius);background-color:#eaeff4;border:1px solid #eaeff4}#img-calc-container #image select option{background-color:#eaeff4;border-radius:var(--border-radius);border:10px solid blue}input[type='text']{font-family:'Montserrat',sans-serif}input::placeholder{font-family:'Montserrat',sans-serif;color:black;opacity:1}label{float:unset;display:initial;margin:inherit;width:inherit}*[data-href]{cursor:pointer}div[role='tooltip']{background-color:gray;color:white;padding:5px 10px;border-radius:4px;font-size:13px;display:none;position:absolute;top:100%;z-index:100;margin-top:.5rem;font-weight:normal}div[role='tooltip'][data-show]{display:block}.mobile-visible{display:none}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){.mobile-visible{display:inherit}}.mobile-hidden{display:inherit}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){.mobile-hidden{display:none}}.small-visible{display:none}@media only screen and (min-width:1280px) and (max-width:1600px){.small-visible{display:inherit}}.small-hidden{display:inherit}@media only screen and (min-width:1280px) and (max-width:1600px){.small-hidden{display:none}}div#tekst{width:100%}section#wrapper-results{display:flex;flex-wrap:wrap;gap:2rem;row-gap:2rem;padding:0 4rem;justify-content:flex-start}@media only screen and (max-width:425px){section#wrapper-results{padding:0 1rem}}@media only screen and (min-width:426px) and (max-width:1279px){section#wrapper-results{padding:0 2rem}}section#wrapper-results div#top-bar{flex:100% 0 0;display:flex;flex-wrap:wrap;justify-content:space-between;padding:2rem 0;box-sizing:border-box}section#wrapper-results div#top-bar>*{align-self:center}section#wrapper-results div#top-bar div#resultcount{font-weight:bold;color:#035aac}section#wrapper-results div#top-bar div#resultcount span#count{font-size:2rem;color:#8ec549;font-weight:bold}section#wrapper-results div#top-bar div#sort select{font-family:'Montserrat',sans-serif}section#wrapper-results div#top-bar div#disclaimer{display:none}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#wrapper-results div#top-bar{row-gap:1rem;padding:2rem 0 0 0}section#wrapper-results div#top-bar div#resultcount{order:1}section#wrapper-results div#top-bar div#sort{order:2}section#wrapper-results div#top-bar div#disclaimer{order:3;width:100%}section#wrapper-results div#top-bar div#disclaimer i{width:100%;text-align:center;display:inline-block}}section#wrapper-results div.car-result{flex:30% 1 0;max-width:33%}@media only screen and (max-width:425px){section#wrapper-results div.car-result{flex:100% 0 0;max-width:100%}}@media only screen and (min-width:426px) and (max-width:1279px){section#wrapper-results div.car-result{flex:47% 1 0;max-width:50%}}section#wrapper-results div#pages{flex:100% 0 0;display:flex;margin:2rem 0}section#wrapper-results div#pages ul{list-style-type:none;margin:0 auto;padding:0;flex:30% 0 0;display:flex;justify-content:center;font-size:.9rem;gap:1rem}@media only screen and (max-width:425px){section#wrapper-results div#pages ul{flex:100% 0 0}}section#wrapper-results div#pages ul li#back a,section#wrapper-results div#pages ul li#next a{border:medium none;padding:0}section#wrapper-results div#pages ul li#back a i,section#wrapper-results div#pages ul li#next a i{color:#8ec549;font-size:2rem;line-height:1.2rem}@media only screen and (max-width:425px){section#wrapper-results div#pages ul li#back#back a::after,section#wrapper-results div#pages ul li#next#back a::after{content:"Vorige";font-family:'Montserrat',sans-serif;position:relative;top:-5px}section#wrapper-results div#pages ul li#back#next a::before,section#wrapper-results div#pages ul li#next#next a::before{content:"Volgende";font-family:'Montserrat',sans-serif;position:relative;top:-5px}}@media only screen and (max-width:425px){section#wrapper-results div#pages ul li#page{display:none}}section#wrapper-results div#pages ul li a{text-decoration:none;border:1px solid #eaeff4;padding:.8rem 1rem;box-sizing:border-box;border-radius:var(--border-radius);color:black}section#wrapper-results div#pages ul li.active a,section#wrapper-results div#pages ul li:hover a{color:#8ec549;border:2px solid #8ec549;font-weight:bold}div.car-result{flex:auto 1 1;border-radius:var(--border-radius);overflow:hidden;box-shadow:0 0 10px 2px rgba(0,0,0,0.1);position:relative}div.car-result.loading div#image,div.car-result.loading div#details{opacity:.5}div.car-result.loading div#loading{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#035aac;color:white;text-align:center;padding:1rem;box-sizing:border-box;opacity:1}div.car-result div#image{position:relative}div.car-result div#image img{width:100%;max-width:100%;height:auto;margin:0}div.car-result div#image span.label{position:absolute;left:0;bottom:-1rem;height:2rem;padding:.5rem 3rem;box-sizing:border-box;color:white;border-top-right-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);font-weight:bold;display:none}div.car-result div#image span.label:last-of-type{display:inline-block}div.car-result div#image span.label.green{background-color:#8ec549}div.car-result div#image span.label.blue{background-color:#035aac}div.car-result div#image span.label.orange{background-color:#ff7f00}div.car-result div#image span.favourite{position:absolute;top:1rem;left:1rem;font-size:3rem;color:#8ec549}div.car-result div#image span.favourite i.is-favourite::before{content:"\e820" !important}div.car-result #main .vivition-player img{max-width:unset}div.car-result div#details{display:flex;padding:2rem}div.car-result div#details p{margin:0}div.car-result div#details div#text{flex:70% 1 1;padding:0}div.car-result div#details div#text p.title{color:#035aac;font-size:1.5rem;font-weight:bold}div.car-result div#details div#text p.subtitle{font-size:.9rem;font-style:italic}div.car-result div#details div#text ul{list-style-type:none;margin:.5rem 0 0 0;padding:0;line-height:1.2rem;display:none}div.car-result div#details div#text ul:first-of-type{display:block}div.car-result div#details div#text ul li{display:none}div.car-result div#details div#text ul li::before{font-family:"font_icons";content:"\e802";color:#8ec549;margin-right:.5rem}div.car-result div#details div#text ul li:nth-child(-n+3){display:list-item}div.car-result div#details div#prices{flex:40% 0 0;display:flex;flex-wrap:wrap;text-align:right}div.car-result div#details div#prices span#main{font-size:3rem;color:#8ec549;font-weight:bold;flex:100% 0 0}div.car-result div#details div#prices a{flex:auto 0 1;align-self:flex-end;margin-left:auto;padding:.7rem 4rem .7rem 2rem}div.car-result div#loading{display:none}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px),only screen and (min-width:1280px) and (max-width:1600px){div.car-result div#details{padding:1rem;flex-wrap:wrap}div.car-result div#details div#text{flex:100% 0 0;margin:1rem 0}div.car-result div#details div#text p.title{font-size:1.3rem}div.car-result div#details div#text ul{margin:1rem 0 0 0}div.car-result div#details div#prices{flex:100% 0 0}div.car-result div#details div#prices span#main{flex:50% 0 0;text-align:left;font-size:2rem}div.car-result div#details div#prices a span.mobile-visible{display:inline-block}div.car-result div#details div#prices a span.mobile-hidden{display:none}}section#detail-wrapper.fullscreen-active div#data div#image{flex-grow:1}section#detail-wrapper.fullscreen-active div#data div#image div.fullscreen i::before{content:"\e811"}section#detail-wrapper.fullscreen-active div#data div#main{display:none}section#detail-wrapper.calculator-loaded div#data{flex:75% 1 0}section#detail-wrapper.calculator-loaded div#wrapper-calculator{flex:25% 0 1;visibility:unset;width:unset;display:flex;opacity:1}@media only screen and (min-width:1280px) and (max-width:1600px){section#detail-wrapper.calculator-loaded div#data{flex:65% 1 0}section#detail-wrapper.calculator-loaded div#wrapper-calculator{flex:35% 0 1}}section#detail-wrapper.show-calculator div#data{display:none}section#detail-wrapper.show-calculator div#mobile-bottom{display:none}section#detail-wrapper.show-calculator div#wrapper-calculator{display:block !important;flex:100% 0 0}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#data{padding:0;margin:0 0 4rem 0}}@media only screen and (min-width:1280px) and (max-width:1600px){section#detail-wrapper div#data{padding:0}}section#detail-wrapper div#data div#image{position:relative}@media only screen and (min-width:1280px) and (max-width:1600px){section#detail-wrapper div#data div#image{flex:100% 0 0}}section#detail-wrapper div#data div#image div#types{height:100%}section#detail-wrapper div#data div#image div#types div.type{display:none}section#detail-wrapper div#data div#image div#types div.type#static{position:relative}section#detail-wrapper div#data div#image div#types div.type#static div.image{position:absolute;top:0;left:0;opacity:0}section#detail-wrapper div#data div#image div#types div.type#static div.image.visible{position:relative;opacity:1}section#detail-wrapper div#data div#image div#types div.type#static div.image img{width:100%;max-width:100%;height:auto;margin:0}section#detail-wrapper div#data div#image div#types div.type#static div.navigation{position:absolute;top:50%;width:100%;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 1rem;box-sizing:border-box}section#detail-wrapper div#data div#image div#types div.type#static div.navigation button{aspect-ratio:1;padding:.5rem;background-color:#8ec549;color:white;border:medium none;font-size:1.2rem;cursor:pointer}section#detail-wrapper div#data div#image div#types div.type#static div.progress{position:absolute;bottom:1rem;right:1rem;padding:.5rem;background-color:rgba(0,0,0,0.5);color:white}section#detail-wrapper div#data div#image div#types div.type#static div.fullscreen{position:absolute;top:1rem;right:1rem;aspect-ratio:1;background-color:#ff7f00;padding:.5rem;color:white;cursor:pointer}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#data div#image div#types div.type#static div.fullscreen{display:none}}section#detail-wrapper div#data div#image div#types div.type#static div.fullscreen i{font-size:1.2rem}section#detail-wrapper div#data div#image div#types div.type#spin *{transition:unset}section#detail-wrapper div#data div#image div#types div.type#spin div.vivition-player{width:100%;display:inline-block;height:0;padding-bottom:66.66%}section#detail-wrapper div#data div#image div#types div.type#spin div.vivition-player *{transition:unset}section#detail-wrapper div#data div#image div#types div.type#spin div.vivition-player img{margin:0}section#detail-wrapper div#data div#image div#types div.type#spin div.vivition-thumbbar{height:85px}@media only screen and (max-width:425px){section#detail-wrapper div#data div#image div#types div.type#spin div.vivition-thumbbar{height:65px}}section#detail-wrapper div#data div#image div#types div.type#spin div.vivition-thumbbar img{margin:0}section#detail-wrapper div#data div#image div#types div.type.active{display:flex;flex-direction:column}section#detail-wrapper div#data div#image div#toggle{position:absolute;top:1rem;left:1rem;background-color:#035aac;color:white;padding:1rem;font-size:2rem;border-radius:.4rem;z-index:4;cursor:pointer}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#data div#image{flex:100% 0 0}}section#detail-wrapper div#data div#main{flex:25% 1 0;padding:0 2rem;box-sizing:border-box}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px),only screen and (min-width:1280px) and (max-width:1600px){section#detail-wrapper div#data div#main{flex:100% 0 0}}section#detail-wrapper div#data div#main div#navigation{display:flex;flex-wrap:wrap;gap:1rem}section#detail-wrapper div#data div#main div#navigation a{flex:47% 1 0}section#detail-wrapper div#data div#main div#navigation a.bgp2{flex:100% 0 0}section#detail-wrapper div#data div#main a.bgp3,section#detail-wrapper div#data div#main a.bgp1{display:inline-block;width:100%;text-align:center;padding:.5rem;box-sizing:border-box;margin:0 0 1rem 0}section#detail-wrapper div#data div#main a.bgp3::after,section#detail-wrapper div#data div#main a.bgp1::after{display:none}section#detail-wrapper div#data div#main h2,section#detail-wrapper div#data div#main h4{margin:0}section#detail-wrapper div#data div#main h2{margin-top:2rem;color:#035aac}section#detail-wrapper div#data div#main table{width:100%;margin:2rem 0;line-height:1.5rem}section#detail-wrapper div#data div#main table tr td:nth-child(odd){font-weight:500}section#detail-wrapper div#data div#main div.notifications{display:flex;row-gap:1rem;flex-wrap:wrap}section#detail-wrapper div#data div#main div.notifications div#notification{flex:100% 0 0;background-color:#eaeff4;padding:1rem;box-sizing:border-box;border-radius:1rem;line-height:1.5rem;margin-bottom:1rem}section#detail-wrapper div#data div#main div.notifications div#notification p#title{color:#8ec549;font-weight:bold}section#detail-wrapper div#data div#main div#cta{display:none}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#data div#main div#cta{display:flex}}section#detail-wrapper h6{position:fixed;bottom:0}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#mobile-bottom{flex:100% 0 0;display:flex;gap:1rem;background-color:#eaeff4;border-radius:.5rem;width:100%;padding:1rem;box-sizing:border-box;flex-wrap:wrap}section#detail-wrapper div#mobile-bottom div#price{flex:40% 1 0;color:#8ec549;font-size:250%;font-weight:bold;text-align:center;display:flex;align-items:baseline;gap:.5rem;justify-content:center}section#detail-wrapper div#mobile-bottom div#price sub{font-size:50%}section#detail-wrapper div#mobile-bottom a{flex:40% 1 0;align-items:center;justify-content:center;display:flex}}section#detail-wrapper div#wrapper-calculator{flex:0 0 1;display:flex;flex-wrap:wrap;opacity:0;visibility:hidden;width:0;display:none}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator{display:none !important}}section#detail-wrapper div#wrapper-calculator.last-step-visible div#price{display:none}section#detail-wrapper div#wrapper-calculator.last-step-visible div#calculator div#bottom div#controls{flex:100% 0 0 !important;flex-wrap:wrap;gap:1rem}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator.last-step-visible div#calculator div#bottom div#controls{flex:100% 0 0 !important}}section#detail-wrapper div#wrapper-calculator.last-step-visible div#calculator div#bottom div#controls a{flex:48% 0 0 !important}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator.last-step-visible div#calculator div#bottom div#controls a{flex:100% 0 0 !important}}section#detail-wrapper div#wrapper-calculator.last-step-visible div#calculator div#bottom div#controls a[disabled]{display:none}section#detail-wrapper div#wrapper-calculator.last-step-visible div#calculator div#bottom div#controls a#submit{display:inline-block !important}section#detail-wrapper div#wrapper-calculator div#calculator{padding:1rem 2rem 2rem 2rem;box-sizing:border-box;box-shadow:0 0 10px 2px rgba(0,0,0,0.1);position:sticky;top:0;display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start}section#detail-wrapper div#wrapper-calculator div#calculator div#mobile-close{position:absolute;top:1rem;right:1rem;background-color:#ff7f00;padding:1rem;border-radius:var(--border-radius);color:white;display:none}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#mobile-close{display:inline-block}}section#detail-wrapper div#wrapper-calculator div#calculator div#mobile-close i{position:absolute;top:50%;left:50%;transform:translate(-49%,-25%)}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator{height:unset;padding:1rem}}section#detail-wrapper div#wrapper-calculator div#calculator div#steps{flex:100% 0 0}section#detail-wrapper div#wrapper-calculator div#calculator div#steps p.title{color:#8ec549;font-weight:bold;font-size:1.5rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps h4{font-weight:normal}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step{display:none}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step.active{display:block}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.title{color:black;font-size:1rem;font-weight:bold;display:flex;position:relative;margin:0 0 1.5rem 0}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.title i.icon-more-info{font-size:1rem;align-self:center;color:#8ec549}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.title span.range-slider-tooltip{font-size:1rem;color:black;text-align:right;font-weight:normal;flex-grow:1}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.title{width:90%;margin-top:0;font-size:1.1rem}}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step hr{background-color:#8ec549;border:medium none;height:1px;width:100%;margin-bottom:2rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target{position:relative;margin:0 auto 3rem auto !important}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target{margin:0 auto 3rem auto !important}}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target.noUi-target{background-color:#eaeff4;border-color:#eaeff4;height:10px;box-shadow:unset;width:90%;margin:0 auto}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-handle{width:30px;height:30px;border-radius:30px;background-color:#8ec549;box-shadow:unset;border:2px solid white;right:-15px;top:-10px}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-handle::before{display:none}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-handle::after{display:none}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-handle .noUi-tooltip{width:100%;text-align:center;transform:unset;left:unset;position:unset;display:inline-block}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-pips{position:absolute;top:-4px;height:20px;padding:0}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-pips .noUi-marker-normal,section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-pips .noUi-value-sub,section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-pips .noUi-value-large{display:none}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-pips .noUi-marker-large,section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target .noUi-pips .noUi-marker-sub{width:3px;height:15px;background-color:#eaeff4;border-radius:15px}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target div.range-slider-tooltip{background-color:#eaeff4;position:absolute;top:2rem;margin:0 auto;padding:.5rem 2rem;box-sizing:border-box;left:50%;transform:translateX(-50%)}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.range-slider.noUi-target div.range-slider-tooltip{width:100%;text-align:center;background-color:none}}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options{display:flex;flex-wrap:wrap;overflow-y:auto;row-gap:1rem;align-items:flex-start;align-content:baseline}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options::-webkit-scrollbar{width:.5rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options::-webkit-scrollbar-track{padding:.2rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options::-webkit-scrollbar-thumb{background-color:#ebeff4;border-radius:var(--border-radius)}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option{flex:100% 0 0;align-self:start}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option input[type='checkbox']{display:none}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div#upfront-notification{background-color:#eaeff4;padding:1rem;border-radius:.4rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option ul#damage-years-options{list-style-type:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option ul#damage-years-options li{flex:auto 1 1}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option ul#damage-years-options li label{display:inline-block;width:100%}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option ul#damage-years-options li label input[type='radio']{width:0;height:0;display:none}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option ul#damage-years-options li label input[type='radio']:checked+span{border-color:#8ec549;color:#8ec549;font-weight:bold}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option ul#damage-years-options li label span{border:1px solid #eaeff4;border-radius:.4rem;width:100%;padding:.5rem;box-sizing:border-box;text-align:center;display:inline-block;cursor:pointer}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content{display:flex;border:1px solid #eaeff4;border-radius:var(--border-radius);cursor:pointer}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content i{flex:10% 0 0;position:relative}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content i::before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#eaeff4}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content div#text{flex:80% 0 0;padding:1rem 2rem;box-sizing:border-box}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content div#text{padding:1rem;flex:75%}}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content div#text strong{color:black}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content div#text p{margin:0;padding:0;font-size:.9rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content p#price{flex:10% 0 0;font-weight:bold;color:#8ec549}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option div.checkbox-content p#price{flex:15% 0 0}}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option input[type='checkbox']:checked+div.checkbox-content{border:1px solid #8ec549}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div.options *.option input[type='checkbox']:checked+div.checkbox-content i::before{color:#8ec549 !important}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div#mobile-summary{display:flex}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step div#mobile-summary div#image{flex:20% 0 1;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;background-size:cover;background-position:center center}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step form{overflow-y:auto;align-content:flex-start}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step form{overflow-y:scroll}}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step form::-webkit-scrollbar{width:.5rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step form::-webkit-scrollbar-track{padding:.2rem}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step form::-webkit-scrollbar-thumb{background-color:#ebeff4;border-radius:var(--border-radius)}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step form label[for='huisnummer']{display:block}section#detail-wrapper div#wrapper-calculator div#calculator div#steps div.step form input[type="submit"]{display:none}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom{flex:100% 0 0;display:flex;padding:1rem 0;box-sizing:border-box;margin-top:3rem}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#bottom{background-color:white;width:100%;left:0;padding:1rem;box-sizing:border-box}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#price{flex:60% 0 0 !important}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#controls{flex:40% 0 0 !important}}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#price{flex:50% 0 0;align-self:center}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#price strong{display:inline-block;margin-bottom:1rem}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#price p{margin:0}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#price p span#main{font-size:3rem;color:#8ec549;font-weight:bold}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#price p span#main{font-size:2rem}}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#price p sub{color:#8ec549;font-size:1rem;font-weight:bold;margin-left:1rem;vertical-align:baseline}@media only screen and (max-width:425px),only screen and (min-width:426px) and (max-width:1279px){section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#price p sub{font-size:.7rem;margin-left:.5rem}}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#controls{flex:50% 0 0;display:flex;row-gap:1rem;flex-wrap:wrap}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#controls a{flex:100% 0 0;height:auto;align-self:center}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#controls a#next{background-color:#ff7f00;border-color:#ff7f00;color:white}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#controls a#submit{display:none}section#detail-wrapper div#wrapper-calculator div#calculator div#bottom div#controls a[disabled]{opacity:0;height:0;padding:0}table#test{width:100%}table#test tbody{display:flex;flex-wrap:wrap}table#test tbody tr{flex:50% 1 0;display:flex}table#test tbody tr td{flex:50% 1 0}table#test tbody tr:nth-child(1) td,table#test tbody tr:nth-child(2) td,table#test tbody tr:nth-child(5) td,table#test tbody tr:nth-child(6) td{background-color:red}div.vivition-player *,div.vivition-thumbbar *{transition:unset}section#detail-wrapper div#data div#image div#types div.type#static div.navigation button{padding:0}.arrow-left{display:block;width:42px;height:42px;background:url(gfx/btn_left_arrow.png) no-repeat;background-position:50% 50%}.arrow-right{display:block;width:42px;height:42px;background:url(gfx/btn_right_arrow.png) no-repeat;background-position:50% 50%}section#detail-wrapper div#data div#image div#toggle{padding:0}#toggle[data-type=static] .icofont-image{background:url(gfx/btn_gallery.png) no-repeat 50% 50%;display:block;width:64px;height:71px}#toggle[data-type=spin] .icofont-ui-rotation{background:url(gfx/btn_gallery_toggle.png) no-repeat 50% 50%;display:block;width:64px;height:71px}