@charset "utf-8";
/* CSS Document */

.imgwrap-1 img {
    display: block;
    width:100%;
    height:auto;
    aspect-ratio:4/3;
    object-fit:cover;
    object-position:center;
    border-radius: var(--border-radius);
}
.wp-block-image img {
    width:100%;
    display: block;
    height:auto;
}

.testimonial-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonial {
    width:530px;
    max-width: 80vw;
    margin:0 .8rem;
    padding:2rem 1.5rem;
    border-radius: var(--border-radius);
    background-color:var(--tint-color);
    opacity: .4;
    transition: .3s ease;
    cursor: pointer;
}
.slick-current.testimonial {
    opacity: 1;
    cursor: default;
}
.testimonial .quote {
    transition: .8s ease;
    max-height:0;
    overflow: hidden;
    font-size:1.1rem;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.testimonial .quote::before {
    content:'“';
}
.testimonial .quote::after {
    content:'”';
}
.slick-current.testimonial .quote {
    max-height:280px;
}
@media screen and (max-width:768px) {
    .testimonial .quote {
        font-size:16px;
        line-height: 1.4em;
    }
}

.home-project {
    text-decoration: none;
    margin:0 1rem;
    width:680px;
    max-width:95vw;
    border-radius: var(--border-radius);
    position: relative;
    overflow: hidden;
    height:430px;
    padding:2rem;
    display: flex!important;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}
.home-project-img {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: center;
    filter:brightness(80%);
}
.home-project-content {
    position: relative;
    z-index: 5;
    color:white;
    max-width:calc(100% - 64px);
}
.viewitem {
    position: relative;
    z-index: 5;
    margin-left:auto;
    width:32px;
    height:32px;
    border-radius: 100px;
    background-color:white;
    background-image:url('img/eye.svg');
    background-repeat: no-repeat;
    background-size:18px auto;
    background-position: center;
}
.project-title {
    margin-bottom: 0;
}
.arrow.slick-prev, .arrow.slick-next {
    width:32px;
    height:32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100px;
    border:2px solid var(--main-color);
    color:var(--main-color);
    cursor: pointer;
    transition:.16s ease;
}
.arrow.slick-prev {
    transform:rotate(180deg);
}
.arrow.slick-prev::before, .arrow.slick-next::before {
    content:'';
    display: block;
    width:8px;
    height:8px;
    border-top:2px solid;
    border-right:2px solid;
    border-color:currentColor;
    transform:rotate(45deg);
    border-radius: 3px;
    margin-right:2px;
    transition:.16s ease;
}
.arrow.slick-prev:hover, .arrow.slick-next:hover {
    background-color:var(--main-color);
    color:white;
}
.arrow.slick-disabled {
    opacity: .4;
    pointer-events: none;
}
.arrow.slick-hidden {
    display: none;
}
.slick-dots ul, ul.slick-dots {
    margin:0;
    padding:0;
    list-style: none;
}
.slick-dots li {
    display: inline-block;
    margin:0;
    width:12px;
    height:12px;
    cursor: pointer;
}
.slick-dots li button {
    display: none;
}
.slick-dots li::before {
    content:'';
    display: block;
    width:8px;
    height:8px;
    border-radius: 8px;
    background:var(--main-color);
    margin:2px;
    opacity: .6;
}
.slick-dots li.slick-active::before {
    opacity: 1;
}

.images-slider .slick-slide {
    width:850px;
    max-width: 90vw;
    padding:0 .5rem;
}
.images-slider .slick-slide img {
    width:100%;
    display: block;
    aspect-ratio:8/5;
    object-fit: cover;
    object-position: center;
    border-radius: var(--border-radius);
    overflow: hidden;
}
.images-slider .slick-slide p {
    margin-top:1em;
    margin-bottom: 0;
}


.table {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height:100%;
    width:100%;
}
.filter-item {
    font-size:1rem;
    line-height: 1em;
    display: inline-block;
    border:1px solid var(--text-color);
    border-radius: 4px;
    padding:.25em .5em;
    transition: .3s ease;
    font-weight:500;
    cursor: pointer;
    margin-bottom:.25em;
}
.filter-item.active, .filter-item:hover {
    background-color:var(--main-color);
}



.switchblocks {
    display: none;
    align-items: stretch;
    justify-content: center;
}
.switchblocks.active {
    display: flex;
}
.switchblock-content {
    background-color:var(--tint-color);
    border-top-left-radius:var(--border-radius);
    border-bottom-left-radius:var(--border-radius);
    padding:2rem;
    margin:3rem 0;
}
.switchblock-image {
    align-self: stretch;
    position: relative;
}
.switchblock-image img {
    display: block;
    width:100%;
    height:100%;
    object-fit: cover;
    object-position: center;
    border-radius:var(--border-radius);
}
@media screen and (max-width:768px) {
    .switchblock-content {
        margin-top:0;
        margin-bottom:0;
        border-top-right-radius: var(--border-radius);
        border-bottom-left-radius: 0;
    }
    .switchblock-image img {
        height:auto;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.carousel img {
	position:relative;
	height:46px;
    display: block;
    width:auto;
    margin:0 40px;
    filter: grayscale(100%);
    opacity: .5!important;
}
.support {
    margin-bottom: 16px;
}
.support .vraag {
	position: relative;
	padding: 15px;
	cursor: pointer;
	transition:0.3s ease;
    background: var(--tint-color);
    border-radius: 15px;
    font-weight: 800;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.support .vraag span {
    display: block;
    flex:1 1 0px;
}
.support .vraag::after {
	position: relative;
	content: "+";
	font-size: 14px;
	line-height: 26px;
	background-color: var(--main-color);
    color:white;
    display: inline-block;
	width:26px;
    height:26px;
    border-radius: 100px;
    text-align: center;
	transition: 0.3s ease;
	font-weight:600;
    margin-left:1rem;
}
.support .antwoord {
	padding: 0 1em;
	max-height: 0;
	transition: 0.4s ease-in-out;
	overflow: hidden;
}
.activefaq .antwoord {
	max-height: 1000px;
    background-color: var(--tint-color);
    border-radius: 15px;
    margin-top:15px;
}
.activefaq .vraag::after {
	content:'—';
    transform:rotate(180deg);
}
.download {
	display:block;
	position: relative;
	padding: 15px;
    padding-right:40px;
	cursor: pointer;
	text-decoration: none;
    background:var(--tint-color);
	color:var(--text-color);
    border-radius: 15px;
    margin-bottom: 16px;
    font-weight:800;
}
.download::after {
	position: absolute;
    display: block;
	content: "";
	right:12px;
	top:50%;
    transform:translateY(-50%);
	bottom:0;
	width:26px;
    height:26px;
    background-color: var(--main-color);
    border-radius: 100px;
	background-image:url('img/download.svg');
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
}

.jaartal {
    display: block;
    width:100%;
    font-weight:800;
    padding-bottom:16px;
    margin-bottom:32px;
    border-bottom:2px dashed var(--main-color);
    position: relative;
}
.jaartal::before {
    content:'';
    position: absolute;
    bottom:-1px;
    left:0;
    width:8px;
    height:8px;
    background-color: var(--main-color);
    border-radius: 100px;
    transform:translateY(50%);
}

.cta-block {
    background-color: var(--main-color);
    color:white;
    border-radius: var(--border-radius);
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap:32px;
    padding:24px 64px;
    overflow: visible;
    margin-top:40px;
}
.cta-block-title {
    width:175px;
    margin-bottom: 0;
}
.cta-block-image {
    width:210px;
    align-self: stretch;
    position: relative;
}
.cta-block-image::before {
    content:'';
    display: block;
    position: absolute;
    bottom:-24px;
    left:0;
    width:100%;
    height:calc(100% + 88px);
    background:url('img/blob.svg') center / contain no-repeat;
}
.cta-block-image img {
    display: block;
    position: absolute;
    bottom:-24px;
    left:0;
    width:100%;
    height:calc(100% + 72px);
    object-fit: contain;
    object-position: bottom center;
}
.cta-block-content {
    flex:1 1 0px;
}
@media screen and (max-width:630px) {
    .cta-block {
        gap:16px;
    }
    .cta-block-image {
        width:100%;
        max-width:260px;
        aspect-ratio:1/1;
        height:auto;
        flex:auto;
        margin: 0 auto;
    }
    .cta-block-image img {
        bottom:0;
        height:100%;
    }
    .cta-block-image::before {
        height:90%;
        bottom:0;
    }
    .cta-block-title {
        width:100%;
        flex:auto;
        text-align: center;
    }
    .cta-block-content {
        width:100%;
        flex:auto;
    }
}
@media screen and (max-width:430px) {
    .cta-block {
        padding:16px 32px;
        gap:8px;
    }
}

.cta {
}
.cta .cta_title {
    transform:rotate(-10deg) skew(-10deg);
}
.cta p {
	width:540px;
	margin:auto;
	margin-top:30px;
	max-width:100%;
}
.cta-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width:100%;
    margin:0 auto;
    max-width: 420px;
    aspect-ratio:1/1;
    background:url('img/blob.svg') center / contain no-repeat;
}
.cta-image img {
    width:70%;
    height:auto;
    max-height:calc(100% - 18px);
    object-fit:contain;
    object-position: center;
    margin:0 auto;
    display: block;
    margin-top:18px;
    -webkit-filter: drop-shadow(0px 0px 12px rgba(0,0,0,0.24));
    filter: drop-shadow(0px 0px 12px rgba(0,0,0,0.24));
}
.cta .button {
    padding:10px 18px;
}
.cta .button::after {
    display: none;
}

footer {
    position: relative;
    z-index: 5;
    margin-top:-35px!important;
    background-color:white;
    border-radius: var(--border-radius);
    --text-color: var(--main-color);
    color:var(--text-color);
    justify-content: space-between;
    padding:75px 64px!important;
    margin-bottom: 32px!important;
}
footer ul {
	list-style-type:none;
	padding:0;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
footer li {
	display:inline-block;
	margin:0;
    width:calc(50% - 12px);
}
.quicklinks ul.sub-menu {
    display: none;
}
.footer-logo {
    height:34px;
    display: block;
    width:auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left;
    margin-top:1.5rem;
}
@media screen and (max-width:768px){
	.quicklinks li {
		display:block;
		margin:0;
        width:100%;
	}
    footer {
        padding:35px 25px!important;
        gap:1.5rem;
    }
}
footer .social {
	padding-top:15px;
}
footer .social a {
	text-align:center;
	display:block;
	color:white;
	width:50px;
	height:50px;
	padding-top:14px;
	border:1px solid var(--main-color);
	border-radius:50%;
	transition:0.3s ease;
	font-size:18px;
}
footer .social a:hover {
	background:var(--main-color);
	color:white;
}
