@charset "UTF-8";
@keyframes slide-down{0%{-webkit-transform:translateX(0px) translateY(-120%);transform:translateX(0px) translateY(-120%);-webkit-transform-origin:left top;transform-origin:left top}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:left top;transform-origin:left top}}@-webkit-keyframes slide-down{0%{-webkit-transform:translateX(0px) translateY(-120%);transform:translateX(0px) translateY(-120%);-webkit-transform-origin:left top;transform-origin:left top}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform-origin:left top;transform-origin:left top}}header{display:block;width:100%;position:relative;top:0;left:0;right:0;margin-bottom:0;background-color:rgba(29, 29, 27, 0.75);z-index:999}header .navbar-wrapper{padding:15px 0}@media only screen and (max-width:991px){header .navbar-wrapper{padding:20px 0 22px}}header .navbar-wrapper>.container{display:flex;justify-content:space-between;align-items:center}header .navbar-wrapper>.container .navbar-brand img{vertical-align:middle}@media only screen and (max-width:991px){header .navbar-wrapper>.container .navbar-brand img{width:71px}}header .navbar-wrapper>.container .navbar-brand>a:visited{text-decoration:none}header .navbar-wrapper>.container .navbar-brand>a:hover{text-decoration:none}header .navbar-wrapper>.container .navbar-contact{padding-bottom:18px;display:flex;align-items:center;justify-content:end}@media only screen and (max-width:991px){header .navbar-wrapper>.container .navbar-contact{display:none}}header .navbar-wrapper>.container .navbar-contact a{display:flex;align-items:center;font-size:17px;line-height:40px;font-weight:normal;color:#fff}header .navbar-wrapper>.container .navbar-contact a:first-child{margin-right:75px}header .navbar-wrapper>.container .navbar-contact a svg{margin-right:15px}header .navbar-wrapper>.container .navbar-toggler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:-webkit-transform 0.6s;transition:-webkit-transform 0.6s;transition:transform 0.6s;transition:transform 0.6s, -webkit-transform 0.6s;z-index:9999999}@media only screen and (min-width:992px){header .navbar-wrapper>.container .navbar-toggler{display:none}}header .navbar-wrapper>.container .navbar-toggler .burger-bars{position:relative;width:50px;height:5px;background:#fff}header .navbar-wrapper>.container .navbar-toggler .burger-bars:before{top:-15px;content:"";position:absolute;width:50px;height:100%;background:inherit;left:0;transform-origin:center center;transition:transform 0.25s ease, top 0.25s ease, bottom 0.25s ease}header .navbar-wrapper>.container .navbar-toggler .burger-bars:after{bottom:-15px;content:"";position:absolute;width:50px;height:100%;background:inherit;left:0;transform-origin:center center;transition:transform 0.25s ease, top 0.25s ease, bottom 0.25s ease}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active{background:transparent}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:before{transform:rotate(45deg);top:0;width:50px;background:#fff}header .navbar-wrapper>.container .navbar-toggler .burger-bars.active:after{transform:rotate(-45deg);bottom:0;width:50px;background:#fff}header .navbar-wrapper>.container .navbar-toggler .navbar-toggle-title{margin-left:5px}header .menu_contact-item{width:60%}header .navbar{height:67px}@media only screen and (max-width:991px){header .navbar{display:none}}header .navbar .nav-bar{display:flex;align-items:center;justify-content:space-between}header .navbar .nav-bar .contact_button-btn{height:67px}header .navbar .nav-bar #main-nav{width:68%}header .navbar .nav-bar ul{padding:0;margin:0}header .navbar .nav-bar ul.navbar-nav{display:flex;justify-content:space-between;align-items:center}header .navbar .nav-bar ul.navbar-nav li{list-style:none;position:relative}header .navbar .nav-bar ul.navbar-nav li:hover>ul{display:block}@media only screen and (max-width:991px){header .navbar .nav-bar ul.navbar-nav li:hover>ul{display:none}}header .navbar .nav-bar ul.navbar-nav>li{display:inline-block;line-height:1}header .navbar .nav-bar ul.navbar-nav>li>a{font-size:20px;line-height:40px;font-weight:500;color:#fff;display:block;text-transform:capitalize;-webkit-transition:color 0.15s ease-in-out;-moz-transition:color 0.15s ease-in-out;-o-transition:color 0.15s ease-in-out;transition:color 0.15s ease-in-out;transition:all 0.3s ease-in-out}header .navbar .nav-bar ul.navbar-nav>li>a:hover{color:#eddaab}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span{position:relative}header .navbar .nav-bar ul.navbar-nav>li.menu-item-has-children>a>span:after{content:"";font-family:"Font Awesome 6 Free";font-weight:bold;font-size:12px;margin-left:5px;position:absolute;top:50%;transform:translateY(-50%);color:#fff}header .navbar .nav-bar ul.navbar-nav ul{display:none;position:absolute;left:0;z-index:9;min-width:225px;padding:40px}header .navbar .nav-bar ul.navbar-nav ul li{-webkit-transition:background 0.4s ease 0s;-moz-transition:background 0.4s ease 0s;-o-transition:background 0.4s ease 0s;transition:background 0.4s ease 0s}header .navbar .nav-bar ul.navbar-nav ul li a{font-size:18px;line-height:35px;font-weight:500;color:#1d1d1b}header .navbar .nav-bar ul.navbar-nav ul ul{display:block;top:29px;min-width:225px;background-color:#fff;box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);padding:20px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}header .navbar .nav-bar ul.navbar-nav ul ul li{border-bottom:1px solid #d0d0d0;padding-bottom:20px;margin-bottom:20px}header .navbar .nav-bar ul.navbar-nav ul ul li:last-child{border-bottom:unset;padding-bottom:unset;margin-bottom:unset}header.sticky-nav{background-color:rgba(29, 29, 27, 0.75);backdrop-filter:blur(15px);box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);position:fixed !important;z-index:1000;top:0;left:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition-duration:0s;transition-duration:0s}header.sticky-nav .navbar-contact{display:none !important}header.sticky-nav .navbar-wrapper{padding:18px 0}header.sticky-nav .navbar-brand a img{width:109px}header.slide-down{-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform:translateY(0);transform:translateY(0);-webkit-animation:slide-down 0.7s ease forwards;animation:slide-down 0.7s ease forwards}.navbar-usps{padding:10px 0}.navbar-usps .usp i{margin-right:5px}.comment-navigation .nav-previous{float:left;width:50%}.comment-navigation .nav-next{float:right;text-align:right;width:50%}.comment-content.card-block{padding:20px}@media only screen and (min-width:992px){.close_sidenav,.toggle_sub_menu{display:none}}@media only screen and (max-width:991px){.site-header .navbar-wrapper .navbar-contact{display:none}body.scrolling-off{overflow:hidden}.sidenav{border-top:none;height:100vh;width:100vw;position:fixed;z-index:999999;top:0;right:-100%;bottom:0;overflow:hidden;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;visibility:hidden;opacity:0}.sidenav .container{padding:0}.sidenav .nav-bar{background:#fff;width:100%;height:fit-content;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;position:absolute;top:100px;right:-100%;bottom:0;box-shadow:0px 4px 15px rgba(0, 0, 0, 0.1);overflow-x:hidden;overflow-y:scroll;max-height:100vh;padding-bottom:100px}.sidenav .nav-bar #main-nav{max-width:720px;margin:0 auto}.sidenav .nav-bar .navbar-nav{display:block;margin-top:25px;padding-left:0;padding:0 15px}.sidenav .nav-bar .contact_button-btn{max-width:720px;margin:0 auto}.sidenav .nav-bar .contact_button-btn .btn{background-color:#1d1d1b;color:#fff;margin:0 15px 25px}.sidenav .nav-bar .contact_button-btn .btn::after{content:url(/wp-content/uploads/ICON-pijl-wit.svg)}.sidenav ul.navbar-nav ul{display:none;position:relative;background:transparent;box-shadow:unset;padding-left:0}.sidenav ul.navbar-nav ul .submenu-ul-main{margin-top:15px}.sidenav ul.navbar-nav ul .submenu-ul-main::before{content:"";display:block;width:100vw;height:100%;background-color:#f4f4f4;position:absolute;left:-105px}.sidenav ul.navbar-nav ul .submenu-li{display:none}.sidenav ul.navbar-nav ul li{border-bottom:1px solid #d0d0d0;padding-bottom:15px;margin-bottom:15px}.sidenav ul.navbar-nav ul li:first-child{padding-top:20px}.sidenav ul.navbar-nav ul li:last-child{border-bottom:unset;padding-bottom:20px;margin-bottom:unset}.sidenav ul.navbar-nav ul li a{font-size:18px;line-height:35px;font-weight:500;color:#1d1d1b}.sidenav ul.navbar-nav ul ul{display:block;position:relative;background:transparent;box-shadow:unset}.sidenav ul.navbar-nav ul .toggle_sub_menu{height:27px}.sidenav ul.navbar-nav>li.menu-item-has-children>a>span:after{content:none}.sidenav ul.navbar-nav ul.active{display:block}.sidenav ul li{display:block;width:100%;position:relative;margin-bottom:35px}.sidenav ul li a{font-size:18px;line-height:35px;font-weight:500;color:#1d1d1b}.sidenav ul>li>.toggle_sub_menu.rotate i{transform:rotate(180deg)}.sidenav.sidenav-expanded{visibility:visible;opacity:1;right:0}.sidenav.sidenav-expanded .nav-bar{right:0}.toggle_sub_menu{position:absolute;top:5px;right:0;transform:rotate(0deg)}.close_sidenav{display:block;font-size:32px;color:#506a83;text-align:right;cursor:pointer;position:absolute;top:5px;right:15px;line-height:1}}@media only screen and (max-width:991px) and (max-width:720px){.sidenav ul.navbar-nav ul .submenu-ul-main::before{left:-15px}}#hero{position:relative;text-align:center;background-color:#fff;background-size:cover !important;background-position:center}#hero .hero-inner{width:100%;height:100%;background-color:rgba(0, 0, 0, 0.35);padding:250px 0 98px;position:relative}@media only screen and (max-width:991px){#hero .hero-inner{padding:163px 0 84px}}#hero .hero-inner .hero_review_right-side{position:absolute;top:calc(50% - 51px);right:0}@media only screen and (max-width:991px){#hero .hero-inner .hero_review_right-side{display:none}}#hero .hero-inner .hero_review_right-side .hero_review_section{background-color:rgba(45, 45, 45, 0.75);padding:20px 27px;backdrop-filter:blur(15px)}#hero .hero-inner .hero_review_right-side .hero_review_section .wp-gr{padding-bottom:0px !important}#hero .hero-inner .hero_review_right-side .hero_review_section .wp-gr .wp-google-right{width:unset !important}@media only screen and (min-width:992px){#hero .hero_review_section-center{display:none}}#hero .hero_review_section-center .wp-gr{padding-bottom:0px !important}#hero .hero_review_section-center .wp-gr .grw-header-inner{justify-content:center;padding-bottom:20px !important}#hero .hero_review_section-center .wp-gr .grw-header-inner::before{width:17px;height:17px;margin-right:8px}#hero .hero_review_section-center .wp-gr .wp-google-right{width:unset !important}#hero .hero_review_section-center .wp-gr .wp-google-right .wp-google-rating{font-size:12px !important}#hero .hero_review_section-center .wp-gr .wp-google-right .wp-google-based,#hero .hero_review_section-center .wp-gr .wp-google-right .wp-google-name{display:none}#hero .hero_review_section-center .wp-gr .wp-google-right .wp-star{padding:0 2px 0 0 !important}#hero .hero_review_section-center .wp-gr .wp-google-right .wp-star svg{width:8px !important;height:8px !important}#hero .hero_review_section-center .wp-gr .wp-google-right .wp-star svg path{fill:#fff !important}#hero h1{max-width:871px;margin:0 auto;color:#fff;padding-bottom:25px}@media only screen and (max-width:991px){#hero h1{padding-bottom:20px}}#hero .hero-button-btn{height:67px;display:inline-block}#hero-page{position:relative;background-size:cover;background-position:center}#hero-page .hero-inner{width:100%;height:100%;background-color:rgba(0, 0, 0, 0.35);padding:258px 0 87px;position:relative}#hero-page .hero-inner .hero_review_right-side{position:absolute;top:calc(50% - 51px);right:0}@media only screen and (max-width:991px){#hero-page .hero-inner .hero_review_right-side{display:none}}#hero-page .hero-inner .hero_review_right-side .hero_review_section{background-color:rgba(45, 45, 45, 0.75);padding:20px 27px;backdrop-filter:blur(15px)}#hero-page .hero-inner .hero_review_right-side .hero_review_section .wp-gr{padding-bottom:0px !important}#hero-page .hero-inner .hero_review_right-side .hero_review_section .wp-gr .wp-google-right{width:unset !important}@media only screen and (max-width:991px){#hero-page .hero-inner{padding:163px 0 60px}}@media only screen and (min-width:992px){#hero-page .hero-inner .hero_review_section-center{display:none}}#hero-page .hero-inner .hero_review_section-center .wp-gr{padding-bottom:0px !important}#hero-page .hero-inner .hero_review_section-center .wp-gr .grw-header-inner{justify-content:center;padding-bottom:20px !important}#hero-page .hero-inner .hero_review_section-center .wp-gr .grw-header-inner::before{width:17px;height:17px;margin-right:8px}#hero-page .hero-inner .hero_review_section-center .wp-gr .wp-google-right{width:unset !important}#hero-page .hero-inner .hero_review_section-center .wp-gr .wp-google-right .wp-google-rating{font-size:12px !important}#hero-page .hero-inner .hero_review_section-center .wp-gr .wp-google-right .wp-google-based,#hero-page .hero-inner .hero_review_section-center .wp-gr .wp-google-right .wp-google-name{display:none}#hero-page .hero-inner .hero_review_section-center .wp-gr .wp-google-right .wp-star{padding:0 2px 0 0 !important}#hero-page .hero-inner .hero_review_section-center .wp-gr .wp-google-right .wp-star svg{width:8px !important;height:8px !important}#hero-page .hero-inner .hero_review_section-center .wp-gr .wp-google-right .wp-star svg path{fill:#fff !important}#hero-page .hero-inner h1{text-align:center;color:#fff}#hero_slider{display:block;position:relative;height:400px}#hero_slider .splide__track{height:100%}.hero_slider{background-color:#F4F4F4;padding:14px 0 13px;margin-bottom:75px}@media only screen and (max-width:991px){.hero_slider{margin-bottom:40px}}.hero_slider .hero_bottom_section .wpb_text_column>.wpb_wrapper{overflow:hidden;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.hero_slider .hero_bottom_section .wpb_text_column>.wpb_wrapper ul{padding-left:0;display:flex;align-items:center;justify-content:space-between;max-width:939px;margin:0 auto}@media only screen and (max-width:991px){.hero_slider .hero_bottom_section .wpb_text_column>.wpb_wrapper ul{width:max-content;max-width:unset}}.hero_slider .hero_bottom_section .wpb_text_column>.wpb_wrapper ul li{list-style:none;display:flex;align-items:center;font-size:18px;line-height:24px;font-weight:500;color:#1D1D1B}@media only screen and (max-width:991px){.hero_slider .hero_bottom_section .wpb_text_column>.wpb_wrapper ul li{padding:0 70px}}.hero_slider .hero_bottom_section .wpb_text_column>.wpb_wrapper ul li::before{content:url(/wp-content/uploads/ICON-check-zwart.svg);display:block;width:21px;height:21px;margin-right:25px}.page-id-979 #hero-page{background-image:url(/wp-content/uploads/SEO-PAGINA-hero-image.jpg) !important}.page-id-992 #hero-page{background-image:url(/wp-content/uploads/PROJECTEN-hero-image.jpg) !important}.page-id-1043 #hero-page{background-image:url(/wp-content/uploads/PROJECTEN-hero-image.jpg) !important}.wp-gr{padding-bottom:25px !important}.wp-gr .wp-google-right{width:unset !important}.wp-gr .grw-row .grw-header .grw-header-inner{padding:0 !important;display:flex;align-items:center}.wp-gr .grw-row .grw-header .grw-header-inner::before{content:"";background-image:url(/wp-content/uploads/google_icon.svg);background-size:cover;display:block;width:47px;height:47px;margin-right:17px}.wp-gr .grw-row .grw-header .grw-header-inner .wp-google-place .wp-google-name a{font-size:15px !important;line-height:12px !important;font-weight:normal !important;color:#fff !important;margin-bottom:0 !important}.wp-gr .grw-row .grw-header .grw-header-inner .wp-google-place .wp-google-based{font-size:14px !important;line-height:12px !important;font-weight:normal !important;color:#fff !important;margin-top:6px !important}.wp-gr .grw-row .grw-header .grw-header-inner .wp-google-place .wp-google-rating{font-size:20px !important;line-height:20px !important;font-weight:normal !important;color:#fff !important}.wp-gr .grw-row .grw-header .grw-header-inner .wp-google-place .wp-google-powered{display:none}.page-id-992 .hero_slider{margin-bottom:0}.page-id-992 .above-footer{padding-top:75px}@media only screen and (max-width:991px){.page-id-992 .above-footer{padding-top:40px}}.page-id-992 .above-footer .review_section{display:none}.page-id-992 .above-footer #text-15::before{top:0}.above-footer #text-14{position:relative;z-index:1}.above-footer #text-15 .textwidget{position:relative;z-index:1}.above-footer #text-15::before{content:"";background-image:url(/wp-content/uploads/contact_design-1.svg);background-size:cover;width:800px;height:425px;display:block;position:absolute;left:-178px;top:-30%}@media only screen and (max-width:991px){.above-footer #text-15::before{width:375px;height:198px;top:33%;left:0}}.above-footer #text-15::after{content:"";background-image:url(/wp-content/uploads/contact_design-2.svg);background-size:cover;width:800px;height:425px;display:block;position:absolute;right:-70px;bottom:0}@media only screen and (max-width:991px){.above-footer #text-15::after{width:375px;height:198px;right:0;bottom:60px}}.above-footer .review_section{padding:72px 0 80px;margin-bottom:50px}.above-footer .review_section::after{content:"";background-image:url(/wp-content/uploads/ACHTERGROND-ELEMENT-wit.svg);background-size:cover;width:800px;height:100%;display:block;position:absolute;right:0;top:0}@media only screen and (max-width:991px){.above-footer .review_section::after{width:375px;height:198px}}.above-footer .review_section .review_section_text{position:relative;z-index:1}.above-footer .review_section .review_section_text h2{color:#fff;padding-bottom:25px}@media only screen and (max-width:991px){.above-footer .review_section .review_section_text h2{padding-bottom:20px}}.above-footer .review_section .review_section_text .wp-gr{padding-bottom:25px !important}@media only screen and (max-width:991px){.above-footer .review_section .review_section_text .wp-gr{padding-bottom:20px !important}}@media only screen and (max-width:991px){.above-footer .review_section .review_section_text .btn-container{padding-bottom:20px}}.above-footer .review_section .review_section_text .btn-primary::after{content:url(/wp-content/uploads/ICON-google-logo.svg)}.above-footer .review_section .review_section_slider{position:relative;z-index:1}@media only screen and (max-width:991px){.above-footer .review_section .review_section_slider .vc_column-inner{padding-right:0}}.above-footer .review_section .review_section_slider .wp-gr{padding-bottom:0 !important}@media only screen and (max-width:991px){.above-footer .review_section .review_section_slider .wp-gr{margin-top:20px !important}}@media only screen and (max-width:991px){.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review{flex:0 0 90% !important;max-width:90% !important}}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner{background-color:rgba(255, 255, 255, 0.25) !important;box-shadow:0 4px 10px rgba(0, 0, 0, 0.1) !important;backdrop-filter:blur(7px);padding:20px !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left{margin-bottom:16px !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left .grw-review-avatar{display:none}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left .wp-google-name{font-size:25px !important;line-height:40px !important;font-weight:600 !important;font-family:"Epilogue", sans-serif !important;color:#fff !important}@media only screen and (max-width:991px){.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left .wp-google-name{font-size:22px !important}}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left-bg{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left-bg .wp-google-stars{margin:0 !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left-bg .wp-google-stars .wp-stars .wp-star{line-height:unset !important;padding:0 7px 0 0 !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left-bg .wp-google-stars .wp-stars .wp-star svg{width:21px !important;height:22px !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-left-bg .wp-google-time{font-size:14px !important;line-height:35px !important;font-weight:normal !important;color:#fff !important;font-family:"Space Grotesk", sans-serif !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-feedback{height:116px !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner .wp-google-feedback .wp-google-text{font-size:17px !important;line-height:35px !important;font-weight:normal !important;color:#fff !important;font-family:"Space Grotesk", sans-serif !important}.above-footer .review_section .review_section_slider .wp-gr .grw-content .grw-content-inner .grw-reviews .grw-review .grw-review-inner>svg{display:none}.above-footer .contact_section{max-width:920px;margin:0 auto}@media only screen and (max-width:991px){.above-footer .contact_section{max-width:100%}.above-footer .contact_section .vc_column-inner{padding:0}}.above-footer .contact_section h2{padding-bottom:45px;color:#1D1D1B}@media only screen and (max-width:991px){.above-footer .contact_section h2{padding-bottom:20px}}.above-footer .contact_section .contact_section_bg{margin-bottom:50px;justify-content:space-between}@media only screen and (max-width:991px){.above-footer .contact_section .contact_section_bg{margin-bottom:20px;padding:0 15px}}.above-footer .contact_section .contact_section_bg .contact_section_bg-item:nth-child(1){flex:0 0 17%;max-width:17%}@media only screen and (max-width:991px){.above-footer .contact_section .contact_section_bg .contact_section_bg-item:nth-child(1){flex:0 0 100%;max-width:100%;border-bottom:3px solid #F4F4F4;margin-bottom:20px;padding-bottom:20px}}.above-footer .contact_section .contact_section_bg .contact_section_bg-item:nth-child(2){flex:0 0 50%;max-width:50%;border-left:3px solid #F4F4F4;border-right:3px solid #F4F4F4}@media only screen and (max-width:991px){.above-footer .contact_section .contact_section_bg .contact_section_bg-item:nth-child(2){flex:0 0 100%;max-width:100%;border-left:0;border-right:0;border-bottom:3px solid #F4F4F4;margin-bottom:20px;padding-bottom:20px}}.above-footer .contact_section .contact_section_bg .contact_section_bg-item:nth-child(3){flex:0 0 22%;max-width:22%}@media only screen and (max-width:991px){.above-footer .contact_section .contact_section_bg .contact_section_bg-item:nth-child(3){flex:0 0 100%;max-width:100%}}.above-footer .contact_section .contact_section_bg .contact_section_bg-item .vc_single_image-wrapper{margin-bottom:15px}.above-footer .contact_section .contact_section_bg .contact_section_bg-item .vc_single_image-wrapper img{height:45px}.above-footer .contact_section .contact_section_bg .contact_section_bg-item h5{color:#1D1D1B;padding-bottom:15px}.above-footer .contact_section .contact_section_bg .contact_section_bg-item a{font-size:22px;font-weight:normal;line-height:40px;color:#1D1D1B}.above-footer .contact_section .wpb_content_element .gform_wrapper .gform_heading{display:none}.above-footer .contact_section .wpb_content_element .gform_wrapper form{background-color:#fff;box-shadow:0 4px 10px rgba(0, 0, 0, 0.1);padding:35px 24px}@media only screen and (max-width:991px){.above-footer .contact_section .wpb_content_element .gform_wrapper form{padding:20px 15px}}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields{grid-column-gap:24px;grid-row-gap:24px}@media only screen and (max-width:991px){.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields{grid-column-gap:20px;grid-row-gap:20px}}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_1 .ginput_container{position:relative}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_1 .ginput_container::before{content:url(/wp-content/uploads/ICON-voor-en-achternaam.svg);position:absolute;left:20px;top:calc(50% - 12px)}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_3 .ginput_container{position:relative}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_3 .ginput_container::before{content:url(/wp-content/uploads/ICON-telefoon-grijs.svg);position:absolute;left:20px;top:calc(50% - 12px)}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_4 .ginput_container{position:relative}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_4 .ginput_container::before{content:url(/wp-content/uploads/ICON-mail-grijs.svg);position:absolute;left:20px;top:calc(50% - 12px)}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_5 .ginput_container{position:relative}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_5 .ginput_container::before{content:url(/wp-content/uploads/ICON-woonplaats.svg);position:absolute;left:20px;top:calc(50% - 12px)}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_6 .ginput_container{position:relative}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_6 .ginput_container::before{content:url(/wp-content/uploads/ICON-bericht.svg);position:absolute;left:20px;top:28px}@media only screen and (max-width:767px){.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields #field_2_6 .ginput_container::before{top:18px}}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields .gfield input{height:unset;background-color:#F4F4F4;border:unset;border-radius:unset;font-size:20px;line-height:55px;font-weight:normal;color:#1D1D1B;padding:9px 57px}@media only screen and (max-width:991px){.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields .gfield input{line-height:24px;padding:15px 54px}}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields .gfield input::placeholder{color:#1D1D1B}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields .gfield textarea{height:124px;background-color:#F4F4F4;border:unset;border-radius:unset;font-size:20px;line-height:55px;font-weight:normal;color:#1D1D1B;padding:9px 57px}@media only screen and (max-width:991px){.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields .gfield textarea{line-height:24px;padding:15px 54px}}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-body .gform_fields .gfield textarea::placeholder{color:#1D1D1B}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-footer{margin:35px 0 0;padding:0;height:67px;display:inline-block;width:100%}@media only screen and (max-width:991px){.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-footer{margin:20px 0 0}}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-footer .btn{margin:0 auto;background-color:#1D1D1B;color:#fff;border:unset}.above-footer .contact_section .wpb_content_element .gform_wrapper form .gform-footer .btn:hover{background-color:#C5BDA8;color:#1D1D1B;margin-top:-11px !important}footer{background-color:#1D1D1B;color:#fff;position:relative;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none;margin-top:-80px}@media only screen and (max-width:991px){footer{margin-top:-100px}}footer::after{content:"";background-image:url(/wp-content/uploads/footer_Vector1.svg);background-size:cover;width:800px;height:425px;display:block;position:absolute;top:0;right:0}@media only screen and (max-width:991px){footer::after{width:375px;height:198px}}footer::before{content:"";background-image:url(/wp-content/uploads/footer_Vector2.svg);background-size:cover;width:800px;height:425px;display:block;position:absolute;bottom:0;left:0}@media only screen and (max-width:991px){footer::before{width:375px;height:198px}}footer .footer-widget{padding:141px 0 125px;position:relative;z-index:1}@media only screen and (max-width:991px){footer .footer-widget{padding:160px 0 87px}}@media only screen and (max-width:991px){footer .footer-widget .footer-col{margin-bottom:50px;flex:0 0 100%;max-width:100%}}footer .footer-widget .footer-col .widget_media_image{padding-bottom:24px}@media only screen and (max-width:991px){footer .footer-widget .footer-col .widget_media_image{text-align:center}}footer .footer-widget .footer-col #text-11 p{max-width:560px;margin-bottom:43px}footer .footer-widget .footer-col .sw_social_link_widget{display:flex;align-items:center}footer .footer-widget .footer-col .sw_social_link_widget .footer-title{font-size:17px;line-height:35px;margin-bottom:0;margin-right:27px}footer .footer-widget .footer-col .sw_social_link_widget ul{padding-left:0}footer .footer-widget .footer-col .sw_social_link_widget ul li{list-style:none}footer .footer-widget .footer-col .sw_social_link_widget ul li a::before{content:url(/wp-content/uploads/ICON-facebook.svg);display:block;width:30px;height:30px}footer .footer-widget .footer-col .sw_social_link_widget ul li a i{display:none}footer .footer-widget .footer-col .footer-title{font-size:20px;line-height:40px;font-weight:600;color:#fff;font-family:"Epilogue", sans-serif;display:block;margin-bottom:10px}footer .footer-widget .footer-col ul.menu{padding-left:0}footer .footer-widget .footer-col ul.menu li{margin-bottom:10px;list-style:none}footer .footer-widget .footer-col ul.menu li a{font-size:17px;line-height:normal;line-height:35px;color:#fff}footer .footer-widget .footer-col ul.contact-info-widget{padding-left:0}footer .footer-widget .footer-col ul.contact-info-widget li{list-style:none;margin-bottom:10px}footer .footer-widget .footer-col ul.contact-info-widget li br{display:none}footer .footer-widget .footer-col ul.contact-info-widget li span{font-size:17px;line-height:40px;font-weight:600;color:#fff;font-family:"Epilogue", sans-serif;display:block}footer .footer-widget .footer-col ul.contact-info-widget li a{font-size:17px;line-height:40px;line-height:normal;color:#fff}footer .footer-widget .copyright{border-top:1px solid #fff;margin-top:40px;padding-top:40px;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width:991px){footer .footer-widget .copyright{flex-wrap:wrap;margin-top:0}}footer .footer-widget .copyright .copyright_text{font-size:17px;line-height:35px;line-height:normal;color:#fff}@media only screen and (max-width:991px){footer .footer-widget .copyright .copyright_text{margin-bottom:15px}}footer .footer-widget .copyright .copyright_text a{font-size:17px;line-height:35px;line-height:normal;color:#fff}footer .footer-widget .copyright .copyright_info{font-size:17px;line-height:35px;line-height:normal;color:#fff}footer .footer-widget .copyright .copyright_info a{font-size:17px;line-height:35px;line-height:normal;color:#fff}*::after,*::before,*{box-sizing:border-box}html{scroll-behavior:smooth;font-size:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;margin:0;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-size:16px;font-weight:400;line-height:1.5;color:#222222;text-align:left;background-color:#fff;opacity:1;transition:opacity 0.3s}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#506a83;text-decoration:none;background-color:transparent;transition:all 0.15s ease-in-out}a:active,a:hover{outline:0;color:#506a83}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-8px}sub{bottom:-4px}img{border:0}svg:not(:root){overflow:hidden}figure{margin:15px 30px}hr{box-sizing:content-box;height:0}button{overflow:visible;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;padding:10px 15px;font-size:16px;line-height:1.5;border-radius:5px}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}::placeholder,placeholder{color:#172e43}body:not(.woocommerce-checkout) input[type="text"],body:not(.woocommerce-checkout) input[type="email"],body:not(.woocommerce-checkout) input[type="tel"],body:not(.woocommerce-checkout) input[type="search"]{line-height:normal;height:45px;border:1px solid #98aec3;background:#eaeef2;border-radius:5px;font-size:16px;padding:12px;margin-bottom:12px;font-family:inherit}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input:focus,textarea:focus,select:focus{outline:0}fieldset{border:1px solid #98aec3;margin:0 2px;padding:5px 10px 5px}legend{border:0;padding:0}textarea{overflow:auto;border:1px solid #98aec3;background:#fff;border-radius:5px;font-size:16px;padding:12px;height:120px;resize:none;font-family:inherit}select{border:1px solid #98aec3;background:#fff;border-radius:5px;font-size:16px;padding:12px;margin-bottom:12px;appearance:none;-webkit-appearance:none;height:45px;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;background-position:calc(100% - 0.75rem) center !important;background-color:#fff}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}ol,ul,li{margin:0;padding:0}ol,ul{padding-left:15px}.primary{background-color:#172e43}.secondary{background-color:#d3dce5}img{height:auto;max-width:100%}figure{margin:15px 0}table{margin:0 0 25px;width:100%}fieldset:disabled a.btn{pointer-events:none}h1,h2,h3,h4,h5,h6{clear:both;color:#222222;font-weight:600;margin-top:0;margin-bottom:30px;line-height:1}h1{font-size:40px}@media only screen and (max-width:768px){h1{font-size:32px}}h2{font-size:32px}@media only screen and (max-width:768px){h2{font-size:28px}}h3{font-size:24px}h4{font-size:21px}h5{font-size:18px}p{margin-top:0;margin-bottom:30px}.btn{transition:all 0.15s ease-in-out;font-family:"Space Grotesk", sans-serif}.btn-primary{background-color:#fff;border-radius:30px;padding:8px 35px;font-size:20px;line-height:40px;font-weight:500;color:#1d1d1b;display:flex;align-items:center;justify-content:center;width:fit-content;font-family:"Space Grotesk", sans-serif}.btn-primary::after{content:url(/wp-content/uploads/ICON-pijl-zwart.svg);display:block;margin-left:10px;height:32px}.btn-primary:hover{background-color:#c5bda8;color:#1d1d1b}.btn-secondary{background-color:#1d1d1b;border-radius:30px;padding:8px 35px;font-size:20px;line-height:40px;font-weight:500;color:#fff;display:flex;align-items:center;justify-content:center;width:fit-content;font-family:"Space Grotesk", sans-serif}.btn-secondary::after{content:url(/wp-content/uploads/ICON-pijl-wit.svg);display:block;margin-left:10px;height:32px}.btn-secondary:hover{background-color:#c5bda8;color:#1d1d1b}.btn-secondary:hover::after{content:url(/wp-content/uploads/ICON-pijl-zwart.svg)}.btn-container:hover .btn{margin-top:-11px}.btn-custom{background-color:transparent;border:2px solid #1d1d1b;border-radius:30px;padding:8px 35px;font-size:20px;line-height:40px;font-weight:500;color:#1d1d1b;display:flex;align-items:center;justify-content:center;width:fit-content;transition:all 0.3s ease-in-out;font-family:"Space Grotesk", sans-serif}.btn-custom::after{content:url(/wp-content/uploads/ICON-pijl-zwart.svg);display:block;margin-left:10px;height:32px}.btn-custom:hover{background-color:#1d1d1b;color:#fff}.btn-custom:hover::after{content:url(/wp-content/uploads/ICON-pijl-wit.svg)}.btn-custom2{padding:0;background-color:transparent;border-radius:unset}.btn-custom2 .btn-placeholder::before{content:url(/wp-content/uploads/ICON-knopje-diensten.svg);display:block;transition:all 0.3s ease-in-out}.btn-container{height:67px;display:inline-block}.btn-container.btn-center{text-align:center}.btn-container.btn-left{text-align:left}.btn-container.btn-right{text-align:right}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:0.313rem;line-height:normal;padding:0.938rem 1.438rem 0.875rem;text-decoration:none;top:0.313rem;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.screen-reader-response{display:none}.dienst{display:flex;flex-direction:column-reverse;box-shadow:0px 3px 8px rgba(0, 0, 0, 0.1);border-radius:5px;overflow:hidden;border:1px solid transparent;transition:all 0.15s ease-in-out}.dienst:hover{border-color:#d3dce5}.dienst:hover h2{background-color:#e7ebef}.dienst h2{background-color:#ffffff;text-transform:uppercase;margin:0;text-align:center;padding:15px 0;transition:all 0.15s ease-in-out;font-size:24px}@media only screen and (max-width:768px){.dienst h2{font-size:18px}}.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.entry-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed{max-width:100%}iframe{max-width:100%}object{max-width:100%}.wp-caption{background:#f1f1f1 none repeat scroll 0 0;border:1px solid #f0f0f0;max-width:96%;padding:0.313rem 0.313rem 0;text-align:center}.wp-caption img[class*="wp-image-"]{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}.wp-caption .wp-caption-text{font-size:0.688rem;line-height:1.063rem;margin:0;padding:0.625rem}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-item .gallery-columns-2{max-width:50%}.gallery-item .gallery-columns-3{max-width:33.33333%}.gallery-item .gallery-columns-4{max-width:25%}.gallery-item .gallery-columns-5{max-width:20%}.gallery-item .gallery-columns-6{max-width:16.66667%}.gallery-item .gallery-columns-7{max-width:14.28571%}.gallery-item .gallery-columns-8{max-width:12.5%}.gallery-item .gallery-columns-9{max-width:11.11111%}.gallery-caption{display:block}@media (min-width:1368px){.container{max-width:1320px}}.whatsappbtn{position:fixed;bottom:30px;right:30px;z-index:9999;display:flex;align-items:center}.whatsappbtn:hover .whatsappbtn_text{display:block}@media only screen and (max-width:991px){.whatsappbtn{bottom:15px;right:15px}}@media only screen and (max-width:991px){.whatsappbtn{display:unset}.whatsappbtn .whatsappbtn_icon svg{width:65px;height:65px;float:right}}.whatsappbtn .whatsappbtn_text{display:none;font-size:18px;line-height:40px;font-weight:bold;color:#001029;background-color:#FFF;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1);padding:16px 13px;margin-right:33px;position:relative;transition:all 0.5s ease-in-out}@media only screen and (max-width:991px){.whatsappbtn .whatsappbtn_text{margin-right:0;max-width:260px;padding:12px 2px 12px 7px;margin-bottom:20px}}.whatsappbtn .whatsappbtn_text::after{content:url(/wp-content/uploads/icon_box.svg);display:block;position:absolute;right:-15px;top:calc(50% - 16px)}@media only screen and (max-width:991px){.whatsappbtn .whatsappbtn_text::after{top:unset;bottom:-26px;transform:rotate(90deg);right:20px}}.infinite-scroll .posts-navigation{display:none}.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.mobile-contact{position:fixed;bottom:0;left:0;right:0;background:#172e43}@media only screen and (min-width:769px){.mobile-contact{display:none}}.mobile-contact ul{display:flex;justify-content:space-around;padding:0}.mobile-contact ul li{list-style:none;flex:1}.mobile-contact ul li:nth-child(2){border-left:1px solid #506a83;border-right:1px solid #506a83}.mobile-contact ul li a{padding:15px;display:flex;align-items:center;justify-content:center}.mobile-contact ul li i{color:#506a83}.sticky .entry-title{position:relative}.sticky .entry-title::before{content:"";font-family:"Font Awesome 5 Free";font-size:30px;left:-2.5rem;position:absolute;top:0.375rem;font-weight:900}.single .byline,.group-blog .byline{display:inline}.page-links{clear:both;margin:0 0 1.5em}.posted-on{color:#d3dce5}.byline{color:#d3dce5}.comments-link{color:#d3dce5}.entry-title>a{color:inherit}.post-navigation{margin:30px 0}.post-navigation ul{margin:0;padding:0}.post-navigation li{display:inline}.post-navigation li a{color:#ffffff;text-decoration:none;background-color:#be0013;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}.post-navigation li a:hover{color:#fff;background-color:#88000d}.post-navigation li.active a{color:#fff;background-color:#88000d}.post-navigation li.disabled{color:#ffffff;cursor:not-allowed;pointer-events:all !important;text-decoration:none;background-color:#df505f;border-radius:3px;cursor:pointer;padding:12px;display:inline-block}form.post_filter{width:100%;display:flex;justify-content:space-between;padding-top:25.5px;padding-bottom:24px;margin-bottom:50px;border-top:0.5px solid #98aec3;border-bottom:0.5px solid #98aec3}.all_filters_wrapper{flex-wrap:nowrap;padding-top:24px;padding-bottom:25px;justify-content:space-between;padding-right:30px;padding-left:30px;margin-bottom:50px;border-top:1px solid #98aec3;border-bottom:1px solid #98aec3;display:none !important}.post_filters_wrapper{position:relative;z-index:10}.post_filters_wrapper .btn.filter_button{background:linear-gradient(90deg, #be0013, #88000d)}.post_filters_wrapper .btn.filter_button:hover{background:linear-gradient(90deg, #88000d, #be0013)}.post_filters_wrapper .btn.filter_button::after{content:"";font-family:"Font Awesome 6 Free";font-weight:700;margin-left:0.6rem}.post_filters_wrapper ul.filter_dropdown{position:absolute;min-width:332px;padding:12px 0;background-color:white;border-radius:24px;box-shadow:10px 10px 20px #0000451a}.post_filters_wrapper ul.filter_dropdown li{list-style-type:none;padding-top:13px;padding-bottom:13px}.post_filters_wrapper ul.filter_dropdown li:not(:last-child){border-bottom:1px solid #98aec3}.post_filters_wrapper ul.filter_dropdown li .filter_option{position:relative;display:block;width:max-content;padding:0 20px;width:100%}.filter_option::after{content:"";position:absolute;top:50%;right:2rem;transform:translateY(-50%);display:block;height:24px;width:24px;border:1px solid #98aec3;border-radius:100px;transition:0.25s ease-in-out}.filter_option::before{content:"";opacity:0;display:block;position:absolute;top:56%;right:2.35rem;transform:translateY(-50%);color:#98aec3;font-family:"Font Awesome 6 Free";font-size:0.8em;font-weight:700;transition:0.25s ease-in-out;z-index:5}.filter_dropdown li:hover .filter_option::after{border-color:#222222}.filter_dropdown li:hover .filter_option::before{opacity:1}.filter_dropdown li .filter_option:focus::after{background-color:#222222;border-color:#222222}.filter_dropdown li .filter_option:focus::before{color:#fff;opacity:1}#filter-form{position:relative;display:flex;align-items:center;gap:12px;font-weight:500}#filter-form>button{transition:0.25s ease-in-out}#text_filter_search{min-height:50px;min-width:336px;margin-bottom:0;background-color:#fff;border-radius:100px;border-color:#98aec3;padding-left:25px;font-size:18px;color:#222222}.post .post_wrapper{box-shadow:0px 3px 8px rgba(0, 0, 0, 0.1);border-radius:10px;overflow:hidden;position:relative;margin-bottom:30px}.post .post_wrapper .post_thumbnail{width:100%;height:300px;background-color:#eee}@media only screen and (max-width:480px){.post .post_wrapper .post_thumbnail{height:180px}}.post .post_wrapper .post_thumbnail img{width:100%;height:100%;object-fit:cover}.post .post_wrapper .post_meta{padding:10px 30px;border-bottom:1px solid #f8f8f8}.post .post_wrapper .post_meta ul{margin:0;padding:0}.post .post_wrapper .post_meta ul li{margin-right:30px;list-style:none;padding-left:0;display:inline-block}.post .post_wrapper .post_meta ul li span{margin:0 7px}.post .post_excerpt{padding:15px 30px;height:130px;overflow:hidden}.post .post_excerpt h3{margin-bottom:15px;color:#222222}.post .post_excerpt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.post .btn{display:block;width:fit-content;margin:0 30px 15px auto}.post_all{text-align:center;margin:15px 0}.categories{margin:30px 0}.categories ul{margin:0;padding:0}.categories ul li{display:inline-block;list-style:none}.categories ul li a{padding:0 5px;border-right:1px solid #000}.categories ul li a:hover{color:#172e43}.categories ul li:last-child a{border-right:0}.categories ul li.active{color:#172e43}.single-post .post_thumbnail{width:fit-content;margin-top:30px;margin-bottom:10px;margin-inline:auto}.single-post .post_thumbnail img{width:100%;max-width:800px;border-radius:6px}.single-post .post_meta{margin-bottom:45px;text-align:center}.single-post .post_meta>ul{display:flex;justify-content:center;gap:30px;margin:0;padding:0}.single-post .post_meta>ul li{display:inline-block;list-style:none}.single-post .post_meta>ul li>i{margin-right:5px}.single-post .post_meta>ul li a{padding:0 5px;border-right:1px solid #000}.single-post .post_meta>ul li a:hover{color:#172e43}.single-post .post_meta>ul li:last-child a{border-right:0}.single-post .post_meta>ul li.active{color:#172e43}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.comment-body .pull-left{padding-right:0.625rem}.comment-list{padding-left:0}.comment-list .comment{display:block}.comment-list .pingback{border-top:1px solid rgba(0, 0, 0, 0.125);padding:0.563rem 0}.comment-list .pingback:first-child{border:medium none}.comments-title{font-size:1.125rem}.post-type-archive-projecten .projects-loop .project-block{padding-left:10px;padding-right:10px}.project_wrapper .project_thumbnail{width:100%;height:auto;aspect-ratio:1;overflow:hidden}.project_wrapper .project_thumbnail img{width:100%;height:100%;object-fit:cover;transition:0.15s ease-in-out}.project_wrapper .project_thumbnail:hover img{transform:scale(1.2)}.project_wrapper .project_thumbnail:hover~.project_content h3{color:#999999}.project_wrapper .project_content{padding:24px 12px 12px 12px}@media only screen and (max-width:480px){.project_wrapper .project_content{padding:12px 12px 12px 12px}}.project_wrapper .project_content h3{text-align:center;margin-bottom:24px;transition:0.15s ease-in-out}@media only screen and (max-width:480px){.project_wrapper .project_content h3{font-size:18px;margin-bottom:13px}}.project_wrapper .project_content h3:hover{color:#999999}.project_wrapper .project_content .project_meta ul{display:flex;align-items:center;justify-content:center;gap:12px;list-style-type:none;min-height:21px;padding:0}.project_wrapper .project_content .project_meta ul:not(.project_categories) li{min-width:max-content}@media (max-width:471px){.project_wrapper .project_content .project_meta ul:not(.project_categories){gap:0;flex-direction:column}}.project_wrapper .project_content .project_meta ul a{font-size:16px;color:#999999}.project_wrapper .project_content .project_meta ul.notactive{min-height:unset}.project_wrapper .project_content .project_meta ul i{margin-right:2px;font-size:14px}@media only screen and (max-width:480px){.project_wrapper .project_content .project_meta .project_meta .project_categories a{font-size:14px}}.project_wrapper .project_content .project_excerpt{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:15px}@media only screen and (max-width:480px){.project_wrapper .project_content .project_excerpt{margin-top:3px;font-size:14px}}.all_projects{text-align:center;margin:15px 0}#single_project_wrapper{position:relative;margin:30px 0}#single_project_wrapper .single_project_inner{position:relative;display:block;padding:30px;margin:30px 0;box-shadow:0 3px 25px rgba(0, 0, 0, 0.1);border-radius:5px}#single_project_wrapper .project_short_description{padding-top:60px}#single_project_wrapper .project_description{padding-bottom:30px}#single_project_wrapper #project_gallery:not(.masonry){display:grid;grid-template-columns:repeat(auto-fill, minmax(200px, 1fr));column-gap:20px;row-gap:17px;padding:30px 0}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item){min-width:100%;position:relative}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item) img{width:100%;height:100%;object-fit:cover;border-radius:5px}@media (min-width:1101px){#single_project_wrapper #project_gallery:not(.masonry){grid-template-columns:repeat(4, 1fr)}#single_project_wrapper #project_gallery:not(.masonry) .project-image:not(.masonry-item) img{height:307px}}#single_project_wrapper #project_gallery.masonry{padding:30px 0}#single_project_wrapper #project_gallery.masonry .project-image.masonry-item{margin-bottom:12px}#single_project_wrapper #project_gallery.masonry .project-image.masonry-item.col-lg-3{padding-left:8px;padding-right:8px}@media (max-width:768px){#single_project_wrapper #project_gallery.masonry .project-image{width:100%}#single_project_wrapper #project_gallery.masonry .project-image img{width:100%}}.project .project-card{border-radius:5px;overflow:hidden;box-shadow:0px 3px 8px rgba(0, 0, 0, 0.1);border:1px solid transparent;transition:all 0.15s ease-in-out}.project .project-card:hover{border-color:#d3dce5}.project .project-card:hover .project-title{background-color:#d3dce5}.project .project-thumb{display:block;width:100%;height:250px}.project .project-thumb img{width:100%;height:100%;object-fit:cover}.project .project-title{background-color:#ffffff;padding:15px 0;text-align:center;transition:all 0.15s ease-in-out}.project .project-title h3{font-size:24px;text-transform:capitalize;margin-bottom:0}@media only screen and (max-width:768px){.project .project-title h3{font-size:18px}}.project a{color:#506a83}.review{position:relative;display:block;margin:0 auto;max-width:600px;border:2px solid #d3dce5;padding:30px;text-align:center;box-shadow:0px 25px 25px -30px rgba(102, 102, 102, 0.6)}.review .fa-quote-left{position:absolute;top:15px;left:15px;color:#d3dce5;font-size:32px}.review .review-rating{display:block;text-align:center;margin:0 0 15px 0}.review .review-rating:after{content:"";font-family:"Font Awesome 6 Free";font-weight:bold;color:#f4b92d;letter-spacing:5px}.review .review-content{margin-bottom:15px}.splide_reviews .splide__track{padding:15px 0 30px 0}.splide_reviews .splide__pagination{bottom:-15px}.splide_projects .splide__track{padding:30px}.splide_logos li{padding:15px;text-align:center}.splide_logos .slide_logo{display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(100, 100, 100, 0.1);height:120px}.splide_logos .slide_logo span{font-weight:600}.splide_logos .splide__arrow{background:#506a83;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:100%}.splide_logos .splide__arrow svg{fill:#fff;width:15px;height:15px}.splide_logos .splide__arrow:hover svg{fill:#fff}.blog_slider .splide__track{padding:30px}.wpb_row.row-has-fill{padding:0}.row-has-fill.row-no-padding.row-o-equal-height.row-o-content-middle.row-flex .col .vc_column-inner{height:100%}.align-content-left-container>.column:first-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-left:auto;padding-top:50px;padding-right:50px;padding-bottom:50px}.align-content-right-container>.column:last-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-right:auto;padding-top:50px;padding-left:50px;padding-bottom:50px}.vc_custom_heading{margin-bottom:0}@media only screen and (max-width:768px){.vc_custom_heading{font-size:16px !important}}.wpb_text_column ul{padding-left:15px}.wpb_row.row-has-fill{padding:0}.row-has-fill.row-no-padding.row-o-equal-height.row-o-content-middle.row-flex .col .vc_column-inner{height:100%}.align-content-left-container>.column:first-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-left:auto;padding-top:50px;padding-right:50px;padding-bottom:50px}.align-content-right-container>.column:last-child>.vc_column-inner>.wpb_wrapper{max-width:605px;margin-right:auto;padding-top:50px;padding-left:50px;padding-bottom:50px}.vc_custom_heading{margin-bottom:0}.wpb_text_column ul{padding-left:15px}@media only screen and (max-width:991px){.align-content-left-container>.wpb_column:first-child>.vc_column-inner>.wpb_wrapper{padding-left:15px}.align-content-right-container>.wpb_column:first-child>.vc_column-inner>.wpb_wrapper{padding-right:15px}}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.alignleft{display:inline;float:left;margin-right:20px}.alignright{display:inline;float:right;margin-left:20px}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}a img.alignright{float:right;margin:5px 0 15px 15px}a img.alignnone{margin:5px 0 15px 15px}a img.alignleft{float:left;margin:5px 0 15px 15px}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption.alignnone{margin:5px 0 15px 15px}.wp-caption.alignleft{margin:5px 0 15px 15px}.wp-caption.alignright{margin:5px 0 15px 15px}.woocommerce-cart-form .shop_table .coupon .input-text{width:8.313rem !important}.variations_form .variations .value>select{margin-bottom:0.625rem}.woocommerce-MyAccount-content .col-1{max-width:100%}.woocommerce-MyAccount-content .col-2{max-width:100%}.mobile-product-cats{width:200vw;height:100vh;background:#fff;position:fixed;top:0;left:100vw;z-index:90000;overflow-y:scroll;list-style:none;transition:all 0.3s ease-in-out;padding:0;background-color:#f3f3f3;z-index:9999999}.mobile-product-cats li a{display:block;border-bottom:1px solid #efefef;padding:15px}.mobile-product-cats li a:hover{text-decoration:none}.mobile-product-cats ul{width:100vw;height:100vh;position:fixed;top:0;left:100vw;z-index:90000;overflow-y:scroll;list-style:none;transition:all 0.3s ease-in-out;padding:0;background-color:#f3f3f3}.mobile-product-cats ul.active{left:0}.mobile-product-cats .has-children a:after{content:"";position:absolute;font-family:"Font Awesome 6 Free";right:15px;font-weight:600;left:95vw}.mobile-product-cats.fixed{padding-top:55px}.mobile-product-cats.fixed .children-cats{padding-top:55px}.mobile-product-cats.fixed .menu-action{top:0;position:fixed;z-index:999999999}.mobile-product-cats.active{left:0}.mobile-product-cats.push{left:-100vw}a.mobile-product-cats-btn{display:block;text-align:center;text-transform:uppercase;border-radius:15px;background-color:#172e43;color:#fff !important;font-size:14px;padding:15px;margin-bottom:30px;cursor:pointer}.menu-action{display:block;width:100%;background-color:#172e43;font-size:24px;line-height:50px;padding:0 15px 0 15px;cursor:pointer;color:#fff}.menu-action i{color:#fff}.menu-action .title{color:#fff;font-size:14px;line-height:50px;padding:0 25px 0 25px;position:relative;top:-3px}.product-categories{padding:0;list-style:none}.product-categories .cat-item:not(.current-cat):not(.current-cat-parent) .children{display:none}.product-categories a{color:gray}.product-categories a:hover{color:#ff6000;text-decoration:none}.product-categories>li>a{font-size:1.1rem}.product-categories ul.children{margin:15px 0 15px 0;list-style:none;border-left:1.7px solid #ff6000;padding-left:15px;max-height:400px;overflow-y:scroll;position:relative}.product-categories .cat-parent{position:relative}.product-categories .cat-parent>a:after{content:"";font-family:"Font Awesome 6 Free";font-weight:600;margin-left:10px;color:#a1a1a1;font-size:12px;position:absolute;right:15px;top:10px}.product-categories .current-cat.cat-parent:after{content:" ";background:-moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;bottom:0;left:0;height:0;width:100%;pointer-events:none;transition:height 0.1s ease-in-out}.product-categories .current-cat.cat-parent:before{content:" ";background:-moz-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;top:48px;left:0;height:0;width:100%;pointer-events:none;z-index:10;transition:height 0.1s ease-in-out}.product-categories .current-cat-parent.cat-parent:after{content:" ";background:-moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;bottom:0;left:0;height:0;width:100%;pointer-events:none;transition:height 0.1s ease-in-out}.product-categories .current-cat-parent.cat-parent:before{content:" ";background:-moz-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:-webkit-linear-gradient(bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);background:linear-gradient(to top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);display:block;position:absolute;top:48px;left:0;height:0;width:100%;pointer-events:none;z-index:10;transition:height 0.1s ease-in-out}.product-categories .cat-parent.fade-bottom:after{height:50px}.product-categories .cat-parent.fade-top:before{height:50px}.product-categories .current-cat-parent>a{color:#ff6000 !important;font-weight:bold}.product-categories .current-cat>a{color:#ff6000 !important;font-weight:bold}@media only screen and (min-width:992px){a.mobile-product-cats-btn{display:none}}#override.woocommerce-account section.site-content{margin-bottom:100px}#override.woocommerce-account .woocommerce-MyAccount-navigation{width:20%}#override.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0;border-top:1px solid #eee}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li{list-style:none;border-bottom:1px solid #eee;padding-bottom:0}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a{padding:10px 5px;display:block}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{margin-right:20px;opacity:0.25}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{font-weight:500}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before{opacity:1}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before{font-family:"Font Awesome 6 Free";font-weight:900}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{font-weight:500}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{opacity:1}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:""}#override.woocommerce-account .woocommerce-MyAccount-content{display:inline-block;margin-left:5%;width:75%;padding:25px 16px;border-radius:10px;background-color:#e6e9f2}#override.woocommerce-account .woocommerce-MyAccount-content h2{font-size:25px;text-align:center;font-weight:600}#override.woocommerce-account .woocommerce-MyAccount-content header{position:static !important;transition:unset !important;animation:unset !important;transform:unset !important;box-shadow:unset !important;border-radius:5px;padding:10px}#override.woocommerce-account .woocommerce-MyAccount-content header h2{font-size:1em;line-height:1.1;margin-bottom:12px}#override.woocommerce-account .woocommerce-MyAccount-content header .edit{display:block;text-align:center;width:100%;padding-bottom:10px}#override.woocommerce-account .woocommerce-MyAccount-content address{margin-bottom:12px;font-size:14px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row{margin-bottom:16px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row label,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row label{display:block;min-width:137px;font-weight:500;color:#222222}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row label .required,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row label .required{color:#c00000}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row input,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row input{height:45px;padding-left:12px;margin-bottom:0;width:100%;background:white;border:none;border-radius:5px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span{height:45px;border-radius:5px;border:none}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span .select2-selection__arrow,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span .select2-selection__arrow{top:9px}#override.woocommerce-account .woocommerce-MyAccount-content p.woocommerce-form-row .selection>span>span,#override.woocommerce-account .woocommerce-MyAccount-content p.form-row .selection>span>span{line-height:44px}#override.woocommerce-account .woocommerce-MyAccount-content .button{display:block;margin-left:auto;margin-top:16px;background:#be0013;color:#ffffff}#override.woocommerce-account .woocommerce-MyAccount-content .button.wc-forward{margin-left:0;padding:10px 20px;width:fit-content;border-radius:100px}#override.woocommerce-account .woocommerce-MyAccount-content em{font-size:12px}#override.woocommerce-account p.order-again{text-align:right}#override.woocommerce-account section .woocommerce{display:flex;flex-wrap:wrap}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide{display:flex;flex-direction:column}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #username{max-width:200px;padding:10px;margin-bottom:0}#override.woocommerce-account p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide #password{max-width:200px;padding:10px}.woocommerce-orders-table__cell-order-actions{display:flex;flex-direction:column}.woocommerce-MyAccount-content input{margin-bottom:0}body .coupon button[type="submit"]{margin-top:15px;margin-bottom:15px;width:100% !important}.woocommerce-form-login{width:100%}.woocommerce-form-login>.form-row{display:flex;flex-direction:column}.woocommerce-form-login__submit{max-width:150px}@keyframes zoomout{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomout{0%{-webkit-transform:scale(1.3);transform:scale(1.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:991px){#override.woocommerce-account section.site-content .woocommerce{flex-direction:column;gap:40px;position:relative}#override.woocommerce-account section.site-content .woocommerce>div,#override.woocommerce-account section.site-content .woocommerce>nav{width:100%}#override.woocommerce-account section.site-content .woocommerce .woocommerce-MyAccount-content{margin:0}}#mobile-menu-button{display:none;width:100%;background-color:#be0013;color:white;padding:10px;text-align:center;font-size:16px;border:none;cursor:pointer;transition:background-color 0.3s ease}#mobile-menu-button:hover{background-color:#005f8c}@media (max-width:991px){#mobile-menu-button{display:block}#override nav.woocommerce-MyAccount-navigation{display:none;overflow:hidden;background-color:white;box-shadow:0 0 20px #dbdbdb;border-radius:10px;padding:20px;position:absolute;left:0;top:50px;z-index:9}.is-active{font-weight:bold}}.sw_popup{position:fixed;background-color:rgba(0, 0, 0, 0.6);width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition-property:visibility;top:0;z-index:999;visibility:hidden}.sw_popup .sw_popup_inner{position:relative;width:100%;max-width:500px;padding:15px;flex-direction:column;display:flex;align-items:center;transform:scale(0);transition-property:all;transition:ease-in-out 200ms;background:#fff;text-align:center;line-height:2;font-family:inherit;border-radius:2px;box-shadow:0px 0px 25px 2px rgba(0, 0, 0, 0.5);opacity:0;max-height:95vh;overflow-y:scroll}.sw_popup .sw_popup_inner h2{display:inline-block;margin-bottom:10px}.sw_popup .sw_popup_inner p:last-of-type{margin-bottom:0}.sw_popup .sw_popup_inner .btn{display:inline-block;margin-top:15px}.sw_popup .close_popup{position:absolute;right:-10px;top:-10px;background:#ba211e;color:#fff;width:28px;height:28px;border-radius:50px;font-size:24px;display:flex;align-items:center;justify-content:center;padding:0 0 2px 0;cursor:pointer;transition-property:background;transition:ease 200ms}.sw_popup .close_popup:hover{background:#9e1d1b}.sw_popup .popup_button:hover{background:#9e1d1b}.sw_popup.active{visibility:visible;z-index:9999999}.sw_popup.active .sw_popup_inner{transform:scale(1);opacity:1}#toggle-admin-bar{transition:0.2s;position:fixed;top:32px;right:0;background-color:#1d2327;color:#fff;border:none;padding:0 7px;cursor:pointer;border-radius:0;border-bottom-left-radius:15px;z-index:9999}#toggle-admin-bar i{transition:0.2s}#toggle-admin-bar .fa-solid.fa-chevron-up{font-size:10px}#toggle-admin-bar:hover{background-color:#555}.admin-bar{position:relative}section.site-content{overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.renovatie_text_bg{align-items:center;margin-bottom:68px}@media only screen and (max-width:991px){.renovatie_text_bg{margin-bottom:50px}}@media only screen and (max-width:991px){.renovatie_text_bg .renovatie_text_bg_one{flex:0 0 100%;max-width:100%}.renovatie_text_bg .renovatie_text_bg_one h2::after{content:"";display:block;background-color:#EDDAAB;width:100px;height:5px;margin:20px 0}}.renovatie_text_bg .renovatie_text_bg_two{display:flex;align-items:center}@media only screen and (max-width:991px){.renovatie_text_bg .renovatie_text_bg_two{flex:0 0 100%;max-width:100%}}.renovatie_text_bg .renovatie_text_bg_two::before{content:url(/wp-content/uploads/STREEP-desktop.svg);display:block;width:5px;height:221px;padding:0 60px 0 20px}@media only screen and (max-width:991px){.renovatie_text_bg .renovatie_text_bg_two::before{display:none}}.renovatie_text_bg .renovatie_text_bg_two p{padding-bottom:25px}@media only screen and (max-width:991px){.renovatie_text_bg .renovatie_text_bg_two p{padding-bottom:20px}}.betekenen_section{overflow:unset !important;margin-bottom:150px}@media only screen and (max-width:991px){.betekenen_section{margin-bottom:80px}}.betekenen_section::before{content:"";background-image:url(/wp-content/uploads/Vector1.svg);background-size:cover;width:800px;height:100%;display:block;position:absolute;top:0;left:0}@media only screen and (max-width:991px){.betekenen_section::before{width:767px;height:198px;top:unset;bottom:0}}.betekenen_section::after{content:"";background-image:url(/wp-content/uploads/ACHTERGROND-ELEMENT-wit.svg);background-size:cover;width:800px;height:100%;display:block;position:absolute;top:0;right:-128px}@media only screen and (max-width:991px){.betekenen_section::after{width:375px;height:198px;top:0;right:0}}.betekenen_section h2{padding:75px 0 295px;color:#fff;position:relative;z-index:1}@media only screen and (max-width:991px){.betekenen_section h2{padding:40px 0 504px}}.betekenen_section .betekenen_section_bg{top:175px;z-index:1}@media only screen and (max-width:991px){.betekenen_section .betekenen_section_bg{top:140px}}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item{transition:all 0.3s ease-in-out}@media only screen and (max-width:991px){.betekenen_section .betekenen_section_bg .betekenen_section_bg_item{flex:0 0 100%;max-width:100%;margin-bottom:20px}}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item:hover{margin-top:-25px}@media only screen and (max-width:991px){.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner{padding-right:30px}}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper{position:relative}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper:hover .wpb_text_column h3{color:#EDDAAB}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper:hover .btn-container .btn-custom2 .btn-placeholder::before{content:url(/wp-content/uploads/ICON-knopje-diensten-hover.svg)}@media only screen and (max-width:991px){.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper img,.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper .vc_single_image-wrapper,.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper figure{width:100%}}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper .vc_single_image-wrapper{position:relative}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper .vc_single_image-wrapper::before{content:"";display:block;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, black 100%);position:absolute}@media only screen and (max-width:991px){.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper .vc_single_image-wrapper img{height:160px;object-fit:cover}}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper .wpb_text_column{position:absolute;bottom:25px;left:20px}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper .wpb_text_column h3{color:#fff;transition:all 0.3s ease-in-out}.betekenen_section .betekenen_section_bg .betekenen_section_bg_item .vc_column-inner>.wpb_wrapper .btn-container{position:absolute;right:20px;bottom:0}.partner_section{align-items:center;margin-bottom:63px}@media only screen and (max-width:991px){.partner_section .partner_section_text{flex:0 0 100%;max-width:100%;margin-bottom:20px}}.partner_section .partner_section_text h2::after{content:"";display:block;width:100px;height:5px;background-color:#EDDAAB;margin:25px 0}@media only screen and (max-width:991px){.partner_section .partner_section_text h2::after{margin:20px 0}}.partner_section .partner_section_text p{padding-bottom:25px;max-width:560px}@media only screen and (max-width:991px){.partner_section .partner_section_text p{padding-bottom:20px}}@media only screen and (max-width:991px){.partner_section .partner_section_img{flex:0 0 100%;max-width:100%}}.partner_section .partner_section_img .vc_single_image-wrapper{position:relative}.partner_section .partner_section_img .vc_single_image-wrapper::before{content:"";display:block;width:672px;height:347px;border:5px solid #EDDAAB;position:absolute;left:-30px;top:45px;z-index:-1}@media only screen and (max-width:767px){.partner_section .partner_section_img .vc_single_image-wrapper::before{width:345px;height:177px;left:-17px;top:25px}}.partner_section .partner_section_img .vc_single_image-wrapper img{width:610px;height:435px}@media only screen and (max-width:767px){.partner_section .partner_section_img .vc_single_image-wrapper img{width:310px;height:222px}}.projecten_section{align-items:center;padding:55px 0 88px;padding-right:0 !important;margin-bottom:75px}@media only screen and (max-width:991px){.projecten_section{margin-bottom:200px}}@media only screen and (max-width:991px){.projecten_section{overflow:unset !important}}.projecten_section::before{content:"";background-image:url(/wp-content/uploads/ACHTERGROND-ELEMENT-zwart.svg);background-size:cover;width:946px;height:100%;display:block;position:absolute;right:0;top:0}@media only screen and (max-width:991px){.projecten_section::before{width:375px;height:198px}}.projecten_section .projecten_section_text{position:relative;z-index:1}@media only screen and (max-width:991px){.projecten_section .projecten_section_text{flex:0 0 100%;max-width:100%;margin-bottom:70px}}.projecten_section .projecten_section_text h2::after{content:"";display:block;width:100px;height:5px;background-color:#EDDAAB;margin:25px 0}@media only screen and (max-width:991px){.projecten_section .projecten_section_text h2::after{margin:20px 0}}.projecten_section .projecten_section_text p{max-width:448px;padding-bottom:25px}@media only screen and (max-width:991px){.projecten_section .projecten_section_text p{padding-bottom:20px}}.projecten_section .projecten_section_slider{position:relative;z-index:1}@media only screen and (max-width:991px){.projecten_section .projecten_section_slider{flex:0 0 100%;max-width:100%;position:absolute;top:80%}}@media only screen and (max-width:991px) and (max-width:991px){.projecten_section .projecten_section_slider{top:73%}}.projecten_section .projecten_section_slider .splide .splide__arrows{display:flex;align-items:center;position:absolute;right:140px;bottom:-82px}@media only screen and (max-width:991px){.projecten_section .projecten_section_slider .splide .splide__arrows{display:none}}.projecten_section .projecten_section_slider .splide .splide__arrows .splide__arrow{position:unset;opacity:1;background-color:unset;border:2px solid #1D1D1B;width:32px;height:32px;transition:all 0.3s ease-in-out}.projecten_section .projecten_section_slider .splide .splide__arrows .splide__arrow:hover{background-color:#1D1D1B}.projecten_section .projecten_section_slider .splide .splide__arrows .splide__arrow:hover::before{content:url(/wp-content/uploads/slider_arrow_wit.svg)}.projecten_section .projecten_section_slider .splide .splide__arrows .splide__arrow::before{content:url(/wp-content/uploads/slider_arrow.svg);display:block;height:20px}.projecten_section .projecten_section_slider .splide .splide__arrows .splide__arrow svg{display:none}.projecten_section .projecten_section_slider .splide .splide__arrows .splide__arrow--next{margin-left:24px}.projecten_section .projecten_section_slider .splide .splide__arrows .splide__arrow--next::before{transform:rotate(180deg)}.projecten_section .projecten_section_slider .splide .splide__track{padding:25px 0 0}.projecten_section .projecten_section_slider .splide .splide__track .splide__slide{margin-right:25px !important;width:312px !important;height:300px;transition:all 0.3s ease-in-out;box-shadow:0 4px 15px rgba(0, 0, 0, 0.1)}@media only screen and (max-width:991px){.projecten_section .projecten_section_slider .splide .splide__track .splide__slide{width:254px !important;height:244px;object-fit:cover}}.projecten_section .projecten_section_slider .splide .splide__track .splide__slide:hover{margin-top:-25px}.projecten_section .projecten_section_slider .splide .splide__track .splide__slide a{width:100%;height:100%;display:block;position:relative;transition:all 0.3s ease-in-out}.projecten_section .projecten_section_slider .splide .splide__track .splide__slide a:hover::before{content:"";display:block;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);position:absolute}.projecten_section .projecten_section_slider .splide .splide__track .splide__slide a:hover::after{content:url(/wp-content/uploads/ICON-zoom-in.svg);display:block;position:absolute;top:calc(50% - 25px);left:calc(50% - 22px)}.projecten_section .projecten_section_slider .splide .splide__track .splide__slide a img{width:100%}.kiezen_section{margin-bottom:92px;align-items:center}@media only screen and (max-width:991px){.kiezen_section{margin-bottom:40px}}@media only screen and (max-width:991px){.kiezen_section .kiezen_section_img{flex:0 0 100%;max-width:100%;margin-bottom:20px}}.kiezen_section .kiezen_section_img .vc_single_image-wrapper{position:relative}.kiezen_section .kiezen_section_img .vc_single_image-wrapper::before{content:"";display:block;width:672px;height:347px;border:5px solid #EDDAAB;position:absolute;left:-30px;top:45px;z-index:-1}@media only screen and (max-width:767px){.kiezen_section .kiezen_section_img .vc_single_image-wrapper::before{width:345px;height:177px;left:-17px;top:25px}}.kiezen_section .kiezen_section_img .vc_single_image-wrapper img{width:610px;height:435px}@media only screen and (max-width:767px){.kiezen_section .kiezen_section_img .vc_single_image-wrapper img{width:310px;height:222px}}.kiezen_section .kiezen_section_text{padding-left:58px}@media only screen and (max-width:991px){.kiezen_section .kiezen_section_text{flex:0 0 100%;max-width:100%;padding-left:0}}.kiezen_section .kiezen_section_text h2::after{content:"";display:block;width:100px;height:5px;background-color:#EDDAAB;margin:25px 0}@media only screen and (max-width:991px){.kiezen_section .kiezen_section_text h2::after{margin:20px 0}}.kiezen_section .kiezen_section_text p{padding-bottom:25px}@media only screen and (max-width:991px){.kiezen_section .kiezen_section_text p{padding-bottom:20px}}.kiezen_section .kiezen_section_text .kiezen_section_text-item ul{padding-left:0}.kiezen_section .kiezen_section_text .kiezen_section_text-item ul li{font-size:18px;line-height:24px;font-weight:500;list-style:none;display:flex;align-items:center;padding-bottom:25px}@media only screen and (max-width:991px){.kiezen_section .kiezen_section_text .kiezen_section_text-item ul li{padding-bottom:20px}}.kiezen_section .kiezen_section_text .kiezen_section_text-item ul li::before{content:url(/wp-content/uploads/ICON-check-groen.svg);display:block;margin-right:25px}.timmerwerk_section{align-items:center;margin-bottom:88px}@media only screen and (max-width:991px){.timmerwerk_section{margin-bottom:44px}}@media only screen and (max-width:991px){.timmerwerk_section .timmerwerk_section_text{flex:0 0 100%;max-width:100%;margin-bottom:20px}}.timmerwerk_section .timmerwerk_section_text h2{max-width:560px}.timmerwerk_section .timmerwerk_section_text h2::after{content:"";display:block;width:100px;height:5px;background-color:#EDDAAB;margin:25px 0}@media only screen and (max-width:991px){.timmerwerk_section .timmerwerk_section_text h2::after{margin:20px 0}}.timmerwerk_section .timmerwerk_section_text p{padding-bottom:25px;max-width:560px}@media only screen and (max-width:991px){.timmerwerk_section .timmerwerk_section_text p{padding-bottom:25px}}@media only screen and (max-width:991px){.timmerwerk_section .timmerwerk_section_img{flex:0 0 100%;max-width:100%}}.timmerwerk_section .timmerwerk_section_img .vc_single_image-wrapper{position:relative}.timmerwerk_section .timmerwerk_section_img .vc_single_image-wrapper::before{content:"";display:block;width:672px;height:347px;border:5px solid #EDDAAB;position:absolute;left:-30px;top:45px;z-index:-1}@media only screen and (max-width:991px){.timmerwerk_section .timmerwerk_section_img .vc_single_image-wrapper::before{width:345px;height:177px;left:-17px;top:25px}}.timmerwerk_section .timmerwerk_section_img .vc_single_image-wrapper img{width:610px;height:435px}@media only screen and (max-width:991px){.timmerwerk_section .timmerwerk_section_img .vc_single_image-wrapper img{width:310px;height:222px}}.amet_section{align-items:center;padding:75px 0 85px}@media only screen and (max-width:991px){.amet_section{display:none}}.amet_section .amet_section_two{display:flex;align-items:center}.amet_section .amet_section_two::before{content:"";display:flex;background-color:#EDDAAB;width:5px;height:139px;margin:0 70px 0 14px}.soorten_section_bg{padding:75px 0 80px;margin-bottom:75px}@media only screen and (max-width:991px){.soorten_section_bg{padding:40px 0;margin-bottom:40px}}.soorten_section_bg::after{content:"";background-image:url(/wp-content/uploads/ACHTERGROND-ELEMENT-wit.svg);background-size:cover;width:800px;height:425px;display:block;position:absolute;right:-128px;top:0;opacity:0.6}@media only screen and (max-width:991px){.soorten_section_bg::after{right:0;width:375px;height:198px}}.soorten_section_bg::before{content:"";background-image:url(/wp-content/uploads/ACHTERGROND-ELEMENT-wit1.svg);background-size:cover;width:800px;height:425px;display:block;position:absolute;left:-128px;bottom:0;opacity:0.6}@media only screen and (max-width:991px){.soorten_section_bg::before{left:0;width:375px;height:198px}}.soorten_section_bg h2{color:#fff;padding-bottom:45px;position:relative;z-index:1}@media only screen and (max-width:991px){.soorten_section_bg h2{padding-bottom:20px}}.soorten_section_bg .soorten_section{position:relative;z-index:1}.soorten_section_bg .soorten_section .soorten_section_item{flex:0 0 33.333333%;max-width:33.333333%;margin-bottom:30px}@media only screen and (max-width:991px){.soorten_section_bg .soorten_section .soorten_section_item{flex:0 0 100%;max-width:100%;margin-bottom:20px}.soorten_section_bg .soorten_section .soorten_section_item:last-child{margin-bottom:0}}.soorten_section_bg .soorten_section .soorten_section_item .vc_column-inner{padding:0 9px}.soorten_section_bg .soorten_section .soorten_section_item .vc_column-inner>.wpb_wrapper{background-color:rgba(255, 255, 255, 0.05);backdrop-filter:blur(10px);padding:25px 20px}.soorten_section_bg .soorten_section .soorten_section_item .vc_column-inner>.wpb_wrapper .wpb_text_column:first-child .wpb_wrapper{display:flex;align-items:center;padding-bottom:10px}.soorten_section_bg .soorten_section .soorten_section_item .vc_column-inner>.wpb_wrapper .wpb_text_column:first-child .wpb_wrapper img{margin-right:20px}.soorten_section_bg .soorten_section .soorten_section_item .vc_column-inner>.wpb_wrapper .wpb_text_column:first-child .wpb_wrapper h4{color:#fff}.soorten_section_bg .soorten_section .soorten_section_item .vc_column-inner>.wpb_wrapper .wpb_text_column p{color:#fff}.consectetur_section{align-items:center;margin-bottom:88px}@media only screen and (max-width:991px){.consectetur_section{margin-bottom:50px}}@media only screen and (max-width:991px){.consectetur_section .consectetur_section_img{flex:0 0 100%;max-width:100%;margin-bottom:20px}}.consectetur_section .consectetur_section_img .vc_single_image-wrapper{position:relative}.consectetur_section .consectetur_section_img .vc_single_image-wrapper::before{content:"";display:block;width:672px;height:347px;border:5px solid #EDDAAB;position:absolute;left:-30px;top:45px;z-index:-1}@media only screen and (max-width:767px){.consectetur_section .consectetur_section_img .vc_single_image-wrapper::before{width:345px;height:177px;left:-17px;top:25px}}.consectetur_section .consectetur_section_img .vc_single_image-wrapper img{width:610px;height:435px}@media only screen and (max-width:767px){.consectetur_section .consectetur_section_img .vc_single_image-wrapper img{width:310px;height:222px}}.consectetur_section .consectetur_section_text{padding-left:76px}@media only screen and (max-width:991px){.consectetur_section .consectetur_section_text{flex:0 0 100%;max-width:100%;padding-left:0px}}.consectetur_section .consectetur_section_text h2::after{content:"";display:block;width:100px;height:5px;background-color:#EDDAAB;margin:25px 0}@media only screen and (max-width:991px){.consectetur_section .consectetur_section_text h2::after{margin:20px 0}}.consectetur_section .consectetur_section_text p{padding-bottom:25px;max-width:560px}@media only screen and (max-width:991px){.consectetur_section .consectetur_section_text p{padding-bottom:20px}}.amet_section_item{align-items:center;margin-bottom:85px}@media only screen and (max-width:991px){.amet_section_item .amet_section_one{flex:0 0 100%;max-width:100%;margin-bottom:20px}.amet_section_item .amet_section_one h2::after{content:"";display:block;background-color:#EDDAAB;width:100px;height:5px;margin:20px 0}}.amet_section_item .amet_section_two{display:flex;align-items:center}@media only screen and (max-width:991px){.amet_section_item .amet_section_two{flex:0 0 100%;max-width:100%}}.amet_section_item .amet_section_two::before{content:"";display:flex;background-color:#EDDAAB;width:5px;height:139px;margin:0 70px 0 14px}@media only screen and (max-width:991px){.amet_section_item .amet_section_two::before{display:none}}.voorbeelden_section{padding:75px 0 295px}.voorbeelden_section::before{content:"";background-image:url(/wp-content/uploads/ACHTERGROND-ELEMENT-zwart.svg);background-size:cover;width:800px;height:100%;display:block;position:absolute;right:0;top:0}@media only screen and (max-width:991px){.voorbeelden_section::before{width:375px;height:198px}}@media only screen and (max-width:767px){.voorbeelden_section{padding:40px 0 204px}}.voorbeelden_section h2{color:#1D1D1B}.voorbeelden_section-slider{margin-top:-20%;margin-bottom:75px}@media only screen and (max-width:767px){.voorbeelden_section-slider{margin-bottom:16px}}@media only screen and (max-width:767px){.voorbeelden_section-slider{margin-top:-46%;overflow:hidden;overflow-x:scroll;scrollbar-width:none}}.voorbeelden_section-slider .vc_grid-container-wrapper{padding-bottom:25px}@media only screen and (max-width:767px){.voorbeelden_section-slider .vc_grid-container-wrapper{display:flex}.voorbeelden_section-slider .vc_grid-container-wrapper .vc_pageable-slide-wrapper{display:flex}}@media only screen and (max-width:767px){.voorbeelden_section-slider .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item{width:254px}}.voorbeelden_section-slider .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-animated-block{transition:all 0.3s ease-in-out}.voorbeelden_section-slider .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-animated-block:hover{margin-top:-25px}.voorbeelden_section-slider .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-animated-block:hover::before{content:"";display:block;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);position:absolute;z-index:1}.voorbeelden_section-slider .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-animated-block:hover::after{content:url(/wp-content/uploads/ICON-zoom-in.svg);display:block;position:absolute;top:calc(50% - 25px);left:calc(50% - 22px);z-index:2}@media only screen and (max-width:991px){.page-id-1043 .amet_section_item{margin-bottom:20px}}.projecten_section-post{margin-bottom:50px}.projecten_section-post .vc_grid-container-wrapper{padding-bottom:25px}.projecten_section-post .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-animated-block{transition:all 0.3s ease-in-out}.projecten_section-post .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-animated-block:hover{margin-top:-25px}.projecten_section-post .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-animated-block:hover::before{content:"";display:block;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.5);position:absolute;z-index:1}.projecten_section-post .vc_grid-container-wrapper .vc_grid-container .vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item .vc_gitem-animated-block:hover::after{content:url(/wp-content/uploads/ICON-zoom-in.svg);display:block;position:absolute;top:calc(50% - 25px);left:calc(50% - 22px);z-index:2}body{padding-top:0 !important;font-family:"Space Grotesk", sans-serif !important}h1{font-size:55px;line-height:80px;font-weight:600;font-family:"Epilogue", sans-serif}@media only screen and (max-width:991px){h1{font-size:28px;line-height:40px}}h2{font-size:40px;line-height:55px;font-weight:600;font-family:"Epilogue", sans-serif}@media only screen and (max-width:991px){h2{font-size:24px;line-height:38px}}h3{font-size:25px;line-height:40px;font-weight:600;font-family:"Epilogue", sans-serif}@media only screen and (max-width:991px){h3{font-size:20px;line-height:38px}}h4{font-size:20px;line-height:35px;font-weight:600;font-family:"Epilogue", sans-serif}h5{font-size:18px;line-height:40px;font-weight:600;font-family:"Epilogue", sans-serif}h6{font-family:"Epilogue", sans-serif}p{font-size:17px !important;line-height:35px;font-weight:normal}@media (min-width:992px){.soorten_section_item>.vc_column-inner>.wpb_wrapper{min-height:250px}}#override header .navbar-brand{max-width:90px}#override header .navbar ul.navbar-nav li.menu-item ul.submenu{min-width:350px}#override header .navbar ul.navbar-nav li.menu-item ul.submenu li{padding-bottom:8px;margin-bottom:8px}#override header .navbar ul.navbar-nav li.menu-item ul.submenu li a{transition:0.15s ease-in-out}#override header .navbar ul.navbar-nav li.menu-item ul.submenu li a:hover{color:#eddaab}#override .betekenen_section h2{padding-bottom:65px}#override .betekenen_section .betekenen_section_bg_item{transition:0.15s ease-in-out}#override .betekenen_section .betekenen_section_bg_item .wpb_wrapper{z-index:1}#override .gform_fields{row-gap:10px}#override input[type="text"],#override input[type="email"],#override input[type="url"],#override input[type="password"],#override input[type="number"],#override input[type="search"],#override input[type="tel"],#override input[type="date"],#override input[type="datetime-local"],#override input[type="month"],#override input[type="time"],#override input[type="week"]{background-color:transparent;border:1px solid #172e43;border-radius:5px;height:40px}#override select{background-color:transparent;border:1px solid #172e43;border-radius:5px;height:40px}#override section.above-footer{display:none}#above_footer_form{display:flex;justify-content:space-between}#above_footer_form #custom_html-2{min-width:50%}#above_footer_form .above-footer-left{position:relative}#above_footer_form .above-footer-left img{max-width:450px;position:absolute;left:0;top:0;z-index:1;border-radius:10px}#above_footer_form .above-footer-left .left-text{position:absolute;z-index:2;right:0;top:20px}#above_footer_form .above-footer-left .left-text h2{margin-bottom:0px}#above_footer_form .gform_widget{max-width:600px}footer{margin-top:50px}.wpb_single_image img{object-fit:cover}footer .widget_contact_info li{display:flex;align-items:center;gap:5px}footer .info-title h2{font-size:18px;color:white}footer .textwidget{max-width:400px}/*# sourceMappingURL=https://septemocto.hr/wp-content/themes/septem-octo-theme/style.css.map */