.mobile{display:none}.selectietool,.selectietool_overlay{opacity:0;z-index:-5;height:0;display:none}body.selectie_open .selectietool,body.selectie_open .selectietool_overlay{display:block;position:fixed;opacity:1}body.selectie_open .selectietool_overlay{top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:5005}body.selectie_open .selectietool{top:50%;left:50%;transform:translate(-50%, -50%);width:90%;height:70vh;max-height:700px;max-width:50rem;z-index:5015;background:#fff;border-radius:25px;box-shadow:0 0 10px rgba(0,0,0,0.15);overflow:hidden}body.selectie_open .selectietool .close{position:absolute;top:30px;line-height:1;right:30px;cursor:pointer}body.selectie_open .selectietool .close .fa-xmark{font-size:1.3em;display:inline-block;vertical-align:middle;color:var(--second-color)}body.selectie_open .selectietool .back{position:absolute;top:30px;left:30px;cursor:pointer;line-height:1}body.selectie_open .selectietool .back i{font-size:1.1em;vertical-align:middle;color:var(--second-color)}body.selectie_open .selectietool .screen{position:absolute;top:50%;left:110%;transform:translateY(-50%);text-align:center;width:90%;opacity:0;transition:0.6s ease all}body.selectie_open .selectietool .screen:nth-of-type(1){left:5%;opacity:1}body.selectie_open .selectietool .screen .choices{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px}body.selectie_open .selectietool .screen .choices .choice{height:150px;width:150px;border-radius:5px;box-shadow:0 0 10px rgba(86,117,155,0.3);cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px}body.selectie_open .selectietool .screen .choices .choice i{font-size:2rem;color:#56759B}body.selectie_open .selectietool .screen .choices .choice h3{font-size:1em;font-weight:400;margin-bottom:0;margin-top:10px;max-width:90%;margin-left:auto;margin-right:auto}#menuToggle{display:block;float:right;width:40px;margin-top:15px}#menuToggle input{display:flex;width:40px;height:32px;position:absolute;cursor:pointer;opacity:0;z-index:2}#menuToggle span{display:flex;width:29px;height:2px;margin-bottom:5px;position:relative;background:#333;border-radius:3px;z-index:1;transform-origin:5px 0px;transition:transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease;transform-origin:0% 0%;transform-origin:0% 100%}#menuToggle input:checked ~ span{opacity:1;transform:rotate(45deg) translate(-3px, -1px);background:#36383F;margin-bottom:7px}#menuToggle input:checked ~ span:nth-last-child(3){opacity:0;transform:rotate(0deg) scale(0.2, 0.2)}#menuToggle input:checked ~ span:nth-last-child(2){transform:rotate(-45deg) translate(0, -1px)}#menuToggle .moblie-menu{position:fixed;top:120px;left:0;width:100%;height:0;z-index:-9999;transition:height .5s ease-in-out, background .25s ease .9s;box-shadow:0 0 10px #85888C;background-color:#56759B;color:#fff;-webkit-font-smoothing:antialiased;line-height:1.6em;text-align:left}#menuToggle .moblie-menu .menu-con{opacity:0;transform:translateY(-100%);transition:all 0.3s cubic-bezier(1, 0, 0.35, 1) 0.3s;display:grid;grid-template-columns:1fr 2fr;gap:30px}#menuToggle .moblie-menu .menu-con ul li{color:inherit;display:block;position:relative;font-weight:400}#menuToggle .moblie-menu .menu-con ul li a{padding:0.6em 0;display:inline-block;vertical-align:middle;max-width:calc(100% - 30px);line-height:1.2em;font-weight:400;font-size:1.5rem}#menuToggle .moblie-menu .menu-con ul li a:hover{color:var(--second-color);text-decoration:underline}#menuToggle .moblie-menu .menu-con ul li ul.sub-menu li a{font-size:1rem}#menuToggle .moblie-menu .menu-con .second-menu ul#menu-sub-menu{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px}#menuToggle .moblie-menu .menu-con .main-menu ul li::before{content:"\f054";font-weight:900;font-family:"Font Awesome 6 Pro";padding-right:10px;display:inline-block;vertical-align:middle}#menuToggle input:checked ~ .moblie-menu{z-index:9999;height:calc(100vh - 120px);padding:60px 0;overflow:auto}#menuToggle input:checked ~ .moblie-menu .menu-con{opacity:1;transform:translateY(0)}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:underline;color:var(--second-color)}::root{--scroll: 0;font-size:15px}.share_button{position:relative}.share_button>i{display:block;position:relative;padding:1.5rem;font-size:1.2rem;cursor:pointer}.share_button>i.active ~ ul{display:block;transform:translateY(0px)}.share_button ul{display:none;width:180px;list-style:none;background:#FFF;box-shadow:rgba(0,0,0,0.15) 0px 4px 10px 0px;transition:opacity 150ms ease-in-out 0s, transform 150ms ease-in-out 0s;transform:translateY(10px);position:absolute;top:95%;right:0;text-align:left;z-index:10}.share_button ul li{line-height:1.15;color:#141414}.share_button ul li a{text-decoration:none;padding:1rem 2rem 1rem 1rem;display:block;transition:color 150ms ease-in-out 0s}.share_button ul li a:hover{color:#56759B}.share_button ul li a i{width:20px;text-align:center}.share_button ul li:not(:last-child) a{border-bottom:1px solid #DBDBDB}html{scroll-behavior:smooth}body{font-family:"PT Sans",sans-serif,sans-serif;font-weight:300;font-style:normal;font-size:clamp(14px, 0.9vw, 18px);line-height:1.8em;background-color:#F6F4F1;color:#141414;position:relative;width:100%;height:100%;overflow-x:hidden;padding-top:120px}input[type="text"],input[type="email"],input[type="tel"],select,.gform_wrapper.gravity-theme input[type=color],.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gravity-theme input[type=datetime-local],.gform_wrapper.gravity-theme input[type=datetime],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=month],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=password],.gform_wrapper.gravity-theme input[type=search],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=time],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme input[type=week],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea{background:#FFF;padding:0.75rem 1.25rem !important;border-radius:5px;color:#141414;font-family:"PT Sans",sans-serif;border:1px solid #dbdbdb;width:100%;margin:3px 0 14px 0}.gform_wrapper.gravity-theme input[type=submit].button,input[type=submit].button{margin-top:0;font-family:"PT Sans",sans-serif}.gform_wrapper .gform-body input[type="text"],.gform_wrapper .gform-body input[type="email"],.gform_wrapper .gform-body input[type="tel"],.gform_wrapper .gform-body input[type=date],.gform_wrapper .gform-body input[type=url]{color:#141414;font-family:"PT Sans",sans-serif;border:1px solid #dbdbdb;background:#FFF;padding:0.75rem 1.25rem !important;text-align:left}h1,h2,h3,h4{font-family:"Nunito Sans",sans-serif,"PT Sans",sans-serif,cursive;font-weight:700;font-style:normal;line-height:1.1em;color:#56759B}h1:not(:first-child),h2:not(:first-child),h3:not(:first-child),h4:not(:first-child){margin-top:0.4em}h1 span,h1 strong,h1 b,h2 span,h2 strong,h2 b{display:inline-block;position:relative;font-family:"Nunito Sans",sans-serif,"PT Sans",sans-serif,cursive;color:#56759B;font-style:normal}h1{font-size:3.5em;line-height:1em;z-index:2;position:relative}h2{font-size:2.2em;color:#56759B;font-family:"Nunito Sans",sans-serif,cursive;margin-bottom:0.8em}h3{font-size:1.4em;color:#56759B;font-family:"PT Sans",sans-serif,cursive;margin-bottom:0.8em}h4{font-size:1.2em;font-family:"PT Sans",sans-serif,cursive;margin-bottom:0.8em;color:#141414}p{padding:3px 0 1.15rem 0}p a{color:var(--second-color)}.button,button,input[type="submit"],.gform_wrapper.gform-theme form .gform-footer input[type="submit"],.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button{padding:0.7em 1.6em;background:#56759B;background-color:#56759B;font-family:"Nunito Sans",sans-serif;color:#fff;border-radius:12px;border:2px solid #56759B;transition:0.3s ease all;text-decoration:none;margin-right:20px;display:inline-block;cursor:pointer;font-weight:600}.button:hover,button:hover,input[type="submit"]:hover,.gform_wrapper.gform-theme form .gform-footer input[type="submit"]:hover,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button:hover{color:#56759B;background:transparent}.button:nth-of-type(2),button:nth-of-type(2),input[type="submit"]:nth-of-type(2),.gform_wrapper.gform-theme form .gform-footer input[type="submit"]:nth-of-type(2),.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button:nth-of-type(2){background:transparent;border:2px solid #fff}.button:nth-of-type(2):hover,button:nth-of-type(2):hover,input[type="submit"]:nth-of-type(2):hover,.gform_wrapper.gform-theme form .gform-footer input[type="submit"]:nth-of-type(2):hover,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button:nth-of-type(2):hover{background:#FFF;color:#56759B}.button.brown,button.brown,input[type="submit"].brown,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].brown,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button.brown{background:#9B7C56;border:2px solid #9B7C56}.button.brown:hover,button.brown:hover,input[type="submit"].brown:hover,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].brown:hover,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button.brown:hover{color:#FFF;background:transparent}.button.red,button.red,input[type="submit"].red,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].red,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button.red{background:#A8677D;border:2px solid #A8677D}.button.red:hover,button.red:hover,input[type="submit"].red:hover,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].red:hover,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button.red:hover{color:#FFF;background:transparent}.button i,button i,input[type="submit"] i,.gform_wrapper.gform-theme form .gform-footer input[type="submit"] i,.gform_wrapper.gform-theme form .gform-footer input[type="submit"].button i{margin-left:8px}strong{font-family:"PT Sans",sans-serif,sans-serif;font-weight:600;font-style:normal}i{font-family:"PT Sans",sans-serif,sans-serif;font-weight:400;font-style:italic}section,footer,main,.page-content{float:left;width:100%;position:relative}.container{width:100%;padding-left:25px;padding-right:25px;box-sizing:border-box;margin:0px auto;position:relative}.flex{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:50px}.flex.reverse{flex-direction:row-reverse}li{list-style:none}#content ol{margin-left:1em;margin-bottom:7px}#content ol li{list-style:decimal;padding:3px 0}#content ul:not(.faq_questions):not(#teammembers){margin:7px 0}#content ul:not(.faq_questions):not(#teammembers) li{list-style:none;padding:3px 0}#content ul:not(.faq_questions):not(#teammembers) li:before{content:"\f00c";font-family:"Font Awesome 6 Pro";font-weight:700;display:inline-block;vertical-align:top;margin-left:0;width:30px;text-align:center;color:var(--second-color)}@media screen and (min-width: 576px){.container{max-width:540px}}@media screen and (min-width: 768px){.container{max-width:720px}}@media screen and (min-width: 992px){.container{max-width:960px}}@media screen and (min-width: 1200px){.container{max-width:1140px}}@media screen and (min-width: 1400px){.container{max-width:1320px}}@media screen and (min-width: 1600px){.container{max-width:1520px}}@media screen and (min-width: 2400px){.container{max-width:1800px}}body.admin-bar header{top:32px}body.admin-bar header #menuToggle .moblie-menu{top:152px}body.admin-bar header #menuToggle input:checked ~ .moblie-menu{height:calc(100vh - 152px)}header{position:fixed;top:0;left:0;width:100%;height:120px;z-index:500;padding:20px 0;transition:0.3s ease all;background:#fff}header .logo{width:180px;height:80px;text-align:left;position:relative}header .logo img{width:100%;height:100%;object-fit:contain;object-position:left center}header .right{width:calc(100% - 130px);text-align:right}header .right ul{list-style:none}header .right ul li{display:inline-block;color:#56759B}header .right ul li a{color:inherit;text-decoration:none;display:inline-block;padding:0 15px;font-weight:700}body.hasScrolled header,body.single header{background:#fff;height:auto;box-shadow:0 0 6px rgba(0,0,0,0.1)}body.hasScrolled header .right ul li,body.single header .right ul li{color:#56759B}.button.phone24{padding:0;height:2.8rem;border:none;overflow:hidden;padding-right:25px;line-height:1;cursor:pointer}.button.phone24 span{font-size:0.8em;padding:0 25px 0 15px;background:#eef0f2;background:-moz-linear-gradient(103deg, rgba(238,240,242,0.3) 85%, rgba(255,255,255,0) 85%);background:-webkit-linear-gradient(103deg, rgba(238,240,242,0.3) 85%, rgba(255,255,255,0) 85%);background:linear-gradient(103deg, rgba(238,240,242,0.3) 85%, rgba(255,255,255,0) 85%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#eef0f2",endColorstr="#ffffff",GradientType=1);height:2.8rem;display:inline-block;vertical-align:middle;line-height:2.9rem;margin-right:8px;font-weight:400}.button.phone24:hover{background:var(--second-color);color:#fff}.button.phone24:hover i{padding-left:0;transform:translatex(0);margin-right:0}section.blokken_section{padding:60px 0}section.blokken_section h2{text-align:center;margin-bottom:80px}section.blokken_section .blokken .blok{padding:60px 50px 50px 50px;background:#fff;position:relative;border-bottom-left-radius:50px}section.blokken_section .blokken .blok .bookmark{background:var(--second-color);padding:10px 25px;border-radius:12px;color:#fff;font-family:"Nunito Sans",sans-serif;font-weight:700;position:absolute;top:0;left:40px;transform:translateY(-50%)}section.banner{padding:60px 0;background:var(--second-color);color:#fff}section.banner h2,section.banner p,section.banner a,section.banner h3,section.banner h4,section.banner ul{color:inherit}section.banner .button{color:#fff;border:2px solid #fff;background:transparent}section.banner .button:hover{background:#fff;color:var(--second-color)}section.big_buttons{padding:60px 0}section.big_buttons h2{text-align:center;margin-bottom:50px}section.big_buttons .bigbuttons{width:100%;position:relative;gap:20px}section.big_buttons .bigbuttons .bigbutton{width:50%;aspect-ratio:5/3;position:relative;overflow:hidden;border-radius:20px}section.big_buttons .bigbuttons .bigbutton .img_background{position:absolute;top:0;left:0;height:100%;width:100%}section.big_buttons .bigbuttons .bigbutton .img_background img{height:100%;width:100%;object-fit:cover;object-position:center}section.big_buttons .bigbuttons .bigbutton .button{position:absolute;bottom:40px;left:40px;font-size:0.9em}section.big_buttons .bigbuttons .bigbutton .logo{position:absolute;top:0;left:40px;height:100px;width:120px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:#fff;padding:10px 20px}section.big_buttons .bigbuttons .bigbutton .logo img{object-fit:contain;width:100%;height:100%;object-position:center}section.eyecandy .img-background{width:50%;height:100%;position:absolute;top:0;right:0;overflow:hidden;border-bottom-left-radius:125px}section.eyecandy .img-background img{width:100%;height:100%;object-fit:cover;object-position:center}section.eyecandy .img-background .bubble{position:absolute;bottom:100px;left:100px;z-index:5;padding:35px;background:rgba(238,240,242,0.81);max-width:27rem;border-radius:25px}section.eyecandy .img-background .bubble h3{color:var(--second-color)}section.eyecandy .content{max-width:40%;padding:4vw 0}section.eyecandy .content h1{font-size:3rem;color:var(--second-color);margin-bottom:20px}section.eyecandy.home .content{max-width:40%;padding:8vw 0}form.cff-form #fbuilder .fform{margin-bottom:0}form.cff-form #fbuilder{padding:35px;background:#fff;border-radius:15px;box-shadow:0 0 6px rgba(0,0,0,0.15)}form.cff-form #fbuilder fieldset{border:none;padding:0}form.cff-form #fbuilder fieldset legend{display:none}form.cff-form #fbuilder p{padding-bottom:3px}form.cff-form #fbuilder input[type="text"],form.cff-form #fbuilder select,form.cff-form #fbuilder input[type="password"],form.cff-form #fbuilder input[type="date"],form.cff-form #fbuilder input[type="datetime"],form.cff-form #fbuilder input[type="email"],form.cff-form #fbuilder input[type="number"],form.cff-form #fbuilder input[type="search"],form.cff-form #fbuilder input[type="tel"],form.cff-form #fbuilder input[type="time"],form.cff-form #fbuilder input[type="url"],form.cff-form #fbuilder input[type="week"]{border:none;border-bottom:var(--second-color) 2px solid;background:transparent;font-family:"PT Sans",sans-serif}form.cff-form #fbuilder .fields>label{color:var(--second-color);font-family:"PT Sans",sans-serif}form.cff-form .cff-spinner .cff-spinner-down,form.cff-form .cff-spinner .cff-spinner-up,form.cff-form #fbuilder .pbSubmit,form.cff-form #fbuilder .pbreak .pbPrevious,form.cff-form #fbuilder .pbreak .pbNext,form.cff-form #fbuilder button:not([class*="trumbowyg"]),form.cff-form #fbuilder input[type=submit],form.cff-form #fbuilder input[type=button],form.cff-form #fbuilder input[type=reset]{padding:12px 40px;background:#56759B;border:1px solid #56759B;font-family:"PT Sans",sans-serif}form.cff-form .cff-spinner .cff-spinner-down:hover,form.cff-form .cff-spinner .cff-spinner-up:hover,form.cff-form #fbuilder .pbSubmit:hover,form.cff-form #fbuilder .pbreak .pbPrevious:hover,form.cff-form #fbuilder .pbreak .pbNext:hover,form.cff-form #fbuilder button:not([class*="trumbowyg"]):hover,form.cff-form #fbuilder input[type=submit]:hover,form.cff-form #fbuilder input[type=button]:hover,form.cff-form #fbuilder input[type=reset]:hover{background:transparent;color:#56759B}section.usps{transform:translateY(-50%);padding:0}section.usps .container{align-items:center}section.usps .container ul{list-style:none;text-align:right;display:flex;flex-wrap:wrap;gap:0;width:70%}section.usps .container ul li{flex-basis:25%;display:inline-block;width:25%;text-align:center;position:relative}section.usps .container ul li svg{width:100%;display:block}section.usps .container ul li div{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}section.usps .container ul li i{font-size:3.5rem;color:var(--second-color);margin-bottom:1.5rem}section.usps .container ul li h3{color:var(--second-color);margin-bottom:0}section.logos{background:#141414;padding:50px 0}section.logos ul{display:flex;flex-direction:row;align-items:center;justify-content:center}section.logos ul li{list-style:none;width:9%;margin:0 6%}section.logos ul li img{width:100%;height:auto;display:block}@keyframes fade-left{0%{transform:translateX(-100px) translateY(-50%);opacity:0}100%{transform:translateX(0) translateY(-50%);opacity:1}}@keyframes fade-right{0%{transform:translateX(100px) translateY(-50%);opacity:0}100%{transform:translateX(0) translateY(-50%);opacity:1}}section.foto_tekst{padding:30px 0;margin:50px 0}section.foto_tekst .container{gap:10%}section.foto_tekst .container>div{width:50%}section.foto_tekst .content{padding:4vw 0}section.foto_tekst .image,section.foto_tekst .content{width:50%}section.foto_tekst .image{width:50%;position:absolute;left:0;top:50%;transform:translateY(-50%);height:100%;overflow:hidden;border-bottom-left-radius:125px}section.foto_tekst .image img{display:block;width:100%;height:100%;object-fit:cover}section.foto_tekst.reverse .image{left:auto;right:0}section.foto_tekst.reverse.inscroll .image{animation:fade-right 1s ease-in}section.foto_tekst:not(.reverse).inscroll .image{animation:fade-left 1s ease-in}section.foto_tekst .content .button{margin-top:35px;position:relative}section.tekst{padding:50px 0}section.tekst .container{max-width:50rem}section.faq{padding:50px 0}section.faq .container{max-width:45rem}section.faq .container h2{text-align:center}section.faq .container ul.faq_questions>li{margin-bottom:8px;padding-bottom:10px}section.faq .container ul.faq_questions>li h3{position:relative;padding:8px 8px 0 60px;font-size:1.15rem;cursor:pointer;font-weight:500;text-transform:none;color:var(--second-color)}section.faq .container ul.faq_questions>li h3:hover{color:#56759B}section.faq .container ul.faq_questions>li h3:after{content:'+';background:var(--second-color);color:#fff;width:30px;font-weight:500;height:30px;font-size:1.6rem;position:absolute;top:5px;left:0px;line-height:30px;text-align:center;border-radius:50%;transition:0.5s ease all}section.faq .container ul.faq_questions>li .answer{display:none;padding:0 30px 0 60px}section.faq .container ul.faq_questions>li.open .answer{display:block}section.faq .container ul.faq_questions>li.open h3:after{content:'-';transform:rotate(180deg);line-height:30px}section.team{padding:50px 0;margin:60px 0;background:#fff}section.team .content{width:30%}section.team .members{width:70%}section.team .members .team .image{aspect-ratio:4/5;width:100%;display:block;position:relative}section.team .members .team .image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}section.team .members .team .content{padding:25px;background:#F7F5F2;border-bottom-left-radius:25px;width:100%}section.team .members .team .content h2{font-size:1.2em;margin:0}section.team .members .team .content p{font-size:0.9em;padding:0;margin-top:6px;line-height:1.1em;height:2.3em}.gform_required_legend{display:none}.nieuws{padding:60px 0}.nieuws h2{text-align:center;margin-bottom:2rem}.articles{float:left;width:100%}.articles ul li{padding:12px}.articles .team{width:23%;margin-left:2.6%;margin-bottom:25px;display:inline-block;float:left}.articles .team:nth-child(4n+1){margin-left:0;clear:both}.articles .team,.articles .post{box-shadow:0 0 12px rgba(0,0,0,0.1)}.articles .team a,.articles .post a{text-decoration:none}.articles .team .image,.articles .post .image{width:100%;position:relative;aspect-ratio:3/2}.articles .team .image img,.articles .post .image img{width:100%;height:100%;object-fit:cover;object-position:center}.articles .team .content,.articles .post .content{background:#FFF;padding:30px}.articles .team .content a.email i,.articles .team .content a.email span,.articles .post .content a.email i,.articles .post .content a.email span{color:#56759B;padding-right:4px}.articles .team .content p,.articles .post .content p{padding-bottom:0;color:#141414}.articles .team .content h2,.articles .post .content h2{font-size:1.2rem;font-family:"PT Sans",sans-serif;text-transform:none;line-height:1.3em;height:2.4em;text-align:left;color:#141414}footer .contact-footer{background:#EEF0F2;padding:90px 0 60px 0;border-radius:150% 150% 0% 0%/40% 40% 0% 0%}footer .contact-footer .container{gap:80px}footer .contact-footer .middle{flex-grow:1}footer .contact-footer .middle>div{display:inline-block;vertical-align:top;max-width:60%}footer .contact-footer .middle h2{font-size:1.4em}footer .contact-footer .contact{width:35%;padding-left:50px;margin-left:50px;border-left:1px solid #707070}footer .contact-footer .contact a{text-decoration:none}footer .contact-footer .contact a:hover{border-bottom:1px;border-color:var(--second-color)}footer .contact-footer .foto{aspect-ratio:1/1;width:20%}footer .contact-footer .foto img{width:100%;height:100%;border-radius:50%;object-fit:cover}footer .before-footer{background:var(--second-color);color:#fff;padding:70px 0}footer .before-footer img{max-width:100px;height:auto}footer .before-footer h2,footer .before-footer h3,footer .before-footer h4,footer .before-footer p,footer .before-footer a{color:#fff;text-decoration:none;transition:0.3s ease all}footer .before-footer h2{font-size:1.4em}footer .before-footer a:hover{text-decoration:underline;margin-left:4px}footer .before-footer .flex{flex-basis:start;justify-content:flex-start;align-items:flex-start}footer .before-footer .flex .widget{width:25%}.single main{margin-top:140px;padding:2.5rem 0px 2.5rem 0}.single .thumbnail{max-width:52.125rem;width:100%;position:relative;margin:0px auto;aspect-ratio:16/9}.single .thumbnail img{width:100%;height:100%;object-fit:cover;object-position:center}.single .blog-content{max-width:42rem;width:100%;position:relative;margin:0px auto;padding:0px 1rem}.single .blog-content .details>div{width:50%}.single .blog-content .details>div:last-child{text-align:right}.single .blog-content h1{color:#141414;margin-bottom:1.5rem}.timeline{padding:70px 0}.timeline .timelines ul{list-style:none;width:100%;cursor:pointer;justify-content:center;align-items:center;display:flex;height:60vh;position:relative;overflow:hidden}.timeline .timelines ul li{width:20%;height:100%;flex:1;justify-content:flex-start;align-items:flex-end;transition:all 1.2s cubic-bezier(0.19, 1, 0.22, 1);display:flex;position:relative;overflow:hidden}.timeline .timelines ul li .img_background{position:absolute;top:0;left:0;width:100%;height:100%}.timeline .timelines ul li .img_background img{width:100%;height:100%;object-fit:cover;object-position:center}.timeline .timelines ul li .img_background::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;background:#000;background:-moz-linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0) 100%);background:-webkit-linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0) 100%);background:linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1)}.timeline .timelines ul li .content{z-index:1;gap:20px;padding:20px;color:#fff}.timeline .timelines ul li .content h2{color:#56759B}.timeline .timelines ul li .content h3{font-size:1.4rem;margin-bottom:0}.timeline .timelines ul li .content h3,.timeline .timelines ul li .content p{display:none;color:#fff}.timeline .timelines ul li:hover{flex-grow:7}.timeline .timelines ul li:hover .content h3,.timeline .timelines ul li:hover .content p{display:block}section.kisten .container.flex{display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}section.kisten .singleproduct{display:inline-flex;flex-direction:column;flex:1 0 calc(33.3% - 20px);max-width:calc(33.3% - 20px);padding:10px}section.kisten .thumbnail img{max-width:100%;display:block;height:auto;border-radius:15px;margin:0 auto}.page-content .container .kistentitel{padding-bottom:50px;padding-top:100px}section.kisten .singleproduct{display:inline-flex;flex-direction:column;flex:1 0 calc(33.3% - 20px);max-width:calc(33.3% - 20px);padding:10px;background:white;margin:15px 0;border-radius:10px}section.kisten .singleproduct .content{padding:0 15px}section.kisten .singleproduct .content h3{margin-bottom:0}section.kisten .singleproduct .content h3 a{text-decoration:none}section.kisten .thumbnail{width:100%;aspect-ratio:4/3;overflow:hidden}section.kisten .thumbnail img{width:100%;height:100%;border-radius:15px;margin:0 auto}section.tekstgrafkist{display:flex;justify-content:center;align-items:center;margin-top:2%;margin-bottom:40px}section.tekstgrafkist .container{justify-content:center;display:flex}section.tekstgrafkist .container .content{max-width:60%}section.eyecandy-single{margin-bottom:200px}section.eyecandy-single .img-backgroundgraf{width:50%;height:100%;position:absolute;top:0;right:0;overflow:visible !important}section.eyecandy-single .img-backgroundgraf .main-image-container{text-align:right;overflow:hidden;aspect-ratio:5/3;object-fit:contain;border-bottom-left-radius:125px}section.eyecandy-single .img-backgroundgraf img{width:100%;height:100%;object-position:center}section.eyecandy-single .container .content{padding:30px}section.eyecandy-single .flex.slider-image{width:100%;padding:0 10%;position:relative;flex-direction:row;margin-top:30px}section.eyecandy-single .flex.slider-image .img-container{width:25%;aspect-ratio:5/3;background:#FFF;border-radius:10px;padding:10px}section.eyecandy-single .flex.slider-image img{width:100%;height:100%;object-fit:contain;object-position:center}section.eyecandy-single .slider-arrow{top:50%;cursor:pointer;font-size:24px;color:#9b7c56;padding:10px;z-index:1}section.eyecandy-single .left-arrow{left:0}section.eyecandy-single .right-arrow{right:0}section.eyecandy-single .img-backgroundgraf .slider-image{width:100%;justify-content:flex-end;float:right;padding-right:15%;padding-top:10px;height:auto;border-radius:15px}section.eyecandy-single h1{padding-bottom:30px}section.eyecandy-single h3{margin-bottom:0}