/*  =================================================================
    0.0 :ROOT ~ overwrites or extras (if needed)
    ================================================================== */
    :root {
        --row-width: 1180px;
        --row-half-width: -590px;
		--font-body: 'Poppins', sans-serif;
        --font-weight: 400;
		
		--gap: 1px;
		
		--clr-green-rgba: rgba(10, 179, 156, 0.18);
        --clr-green-rgb: #0ab39c;		
        --clr-red-rgba: rgba(240,101,72, 0.18);
        --clr-red-rgb: #F06548;

		--clr-orange: #fca353;
		--clr-sand: #fee6c2;
		--clr-blue_pale: #e1edf3;
		--clr-blue_light: #638da6;
		--clr-blue_dark: #142131;

		--clr-grey_5d: #5d5d5d;

		--side-padding: 20px;

		--splide-bullit-size: 10px;
		
		--masonry-gap-s: 10px;
		--masonry-gap-m: 8px;
		--masonry-gap-l: 10px;
    }


/*  =================================================================
1.0 STANDARDS
================================================================== */
    h1, h2, h3, h4, h5, h6 {
        font-family: var(--font-body);
    }
	body, p, ul, ol, label, a, .button, button, input, select, textarea, address {
        font-family: var(--font-body);
    }
    
/*  1.1 BASE - keyframes
    -------------------------------------------------------------- */
	@keyframes zoomEffect {
		0% { transform: scale(1); }
		50% { transform: scale(1.2); }
		100% { transform: scale(1); }
	}
	@keyframes typing {
		from { width: 0; }
		to { width: 27ch; }
	}

/*  1.2 BASE - Clearfix
    -------------------------------------------------------------- */
    .clear, .clearall, .clearfix {
        clear: both;
    }
	
/*  1.3 BASE - Panes
    -------------------------------------------------------------- */
	.panel {
		width: 100%;
		display: block;
		margin: 0 auto;
		background-color: var(--color-grey-300);
		border: 2px solid var(--color-grey-600);
		padding: 14px;
		padding-bottom: 13px;
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 20px;
	}

	.panel a {
		text-decoration: underline;
	}
	.panel.alert, 
	.panel.notice, 
	.panel.success {
		text-align: center;
	}

	.panel.alert {
		border: 2px solid var(--color-red-rgb);
		background-color: var(--color-red-rgba);
		color: var(--color-red-rgb);
	}	
	.panel.notice {
		border: 2px solid #ff9966;
		background-color: #ffcc00;
		color: #ff9966;
	}	
	.panel.success {
		border: 2px solid var(--color-green-rgb);
		background-color: var(--color-green-rgba);
		color: var(--color-green-rgb);
	}
	.panel.success p {
		color: var(--color-green-rgb);
	}

/*  1.4 BASE - Text stylings
    -------------------------------------------------------------- */
	h1, h2, h3, h4 {
        font-weight: 600;
		line-height: 1.2em;
		color: var(--clr-orange);
	}
    h1 {
		font-size: 45px;
		margin-bottom: .5em;
    }
    h2 {
        font-size: 35px;
		margin-bottom: .6em;
    }
    h3 {
        font-size: 25px;
		margin-bottom: .7em;
    }
    h4 {
        font-size: 20px;
		margin-bottom: .8em;
    }
    p, li {
        font-size: 16px;
        line-height: 24px;
        color: var(--clr-grey_5d);
    }

    input[type="submit"],
    button,
    .button,
    .btn {
        background-color: var(--clr-black);
        color: var(--clr-white);
        font-family: var(--font-poppins);
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
    }


/*  =================================================================
    x.0 HEADER
    ================================================================== */
	nav {
		position: sticky;
		left: 0;
		top: 0;
		padding-left: var(--side-padding);
		padding-right: var(--side-padding);
		z-index: 999;
		background-color: var(--clr-blue_dark);
	}
	nav .topRow + .logo-link {
		margin: 20px 0;
	}
	nav .topRow + .logo-link + .mobileBTN {
		margin-left: auto;
		order: 2;
	}
	nav .logo-link {
		position: relative;
	}
	nav .logo-link img {
		width: auto;
		height: 50px;
	}
	nav .row {
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	nav .row > .topRow {
		position: absolute;
		top: 0;
		right: -20px;
		text-align: right;
		width: calc(100% + 40px);
		padding: 0 20px;
		display: none;
	}
	
	nav a {
		color: var(--clr-white);
	}
	nav a.mobileBTN {
		width: 40px;
		line-height: 40px;
		border: 1px solid var(--clr-white);
		text-align: center;
		font-size: 20px;
		border-radius: 5px;
	}
	nav .active > a {
		font-weight: 550;
        color: var(--clr-orange);
	}
	nav .topRow a {
		display: inline-block;
		line-height: 24px;
		font-size: 14px;
	}
	nav .topRow a.active {
		font-weight: 550;
        color: var(--clr-orange);
	}
	nav .row ul {
		margin-left: auto;
		font-size: 0;
		line-height: 0;
		text-align: left;
		display: none;
	}
	nav.showed .row ul {
		display: block;
		position: absolute;
		left: 0;
		top: 90px;
		width: 100%;
		height: calc(100vh - 90px);
		background-color: var(--clr-grey_ef);
		border-top: 2px solid var(--clr-grey_5d);
	}
	nav.showed .row .topRow + .logo-link + .mobileBTN + ul {
		top: 90px;
		height: calc(100vh - 114px);
		left: -20px;
		width: calc(100% + 40px);
		padding-top: 10px;
	}
	nav .row ul li {
		display: inline-block;
	}
	nav .row ul li.topRow {
		text-align: left;
        display: block;
        width: 100%;
        margin-bottom: 14px;
	}
	nav .row ul li:not(:nth-child(1)):not(:nth-child(2)) {
		margin-left: 20px;
	}
	nav.showed .row ul li:not(:first-of-type) {
		margin-left: 0;
	}
	nav.showed .row ul li {
		display: block;
		width: 100%;
		padding-left: 20px;
	}
	nav .row ul a {
		font-size: 18px;
		line-height: 40px;
	}
    nav .row ul li.topRow a {
		display: block;
		font-weight: 400;
		font-size: 18px;
	}
	nav .row ul a.cta {
		display: inline-block;
		background-color: var(--clr-orange);
		color: var(--clr-sand);
		font-size: 16px;
		line-height: 24px;
		padding: 8px 16px;
		border-radius: 8px;
		margin-top: 10px;
	}

	/*  x.x NAVI
    -------------------------------------------------------------- */
	.navi {
		margin-top: 44px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.navi .btn, .navi .btn.next:not(.disabled), .navi .btn.prev:not(.disabled) {
		color: var(--clr-blue_light);
	}
	.navi .btn {
		font-weight: 300;
		display: inline-block;
		background-color: transparent;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 1em;
	}
	.navi .btn.disabled {
		opacity: 0.3;
		pointer-events: none;
	}

    /*  =================================================================
    x.0 HEADER	
    ================================================================== */
	header {
		overflow: hidden;
	}
	header.slider .splide, header.slider .splide__track, header.slider .splide__list, header.slider .splide img {
		height: 100%;
	}
	
	header.slider .splide img {
		object-fit: cover;
	}
	
	header.slider .text-container {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -5%);
				transform: translate(-50%, -5%);
		width: 100%;
		padding: 0 20px;
		z-index: 4;
		text-align: center;
	}
	header.slider h1 {
		color: var(--clr-white);
		font-weight: 300;
		font-size: 40px;
		line-height: 45px;
		margin-bottom: 35px;
	}
	header.slider h1 span {
		opacity: 85%;
	}
	header.slider h1 small {
		text-transform: none;
		color: var(--clr-orange);
		font-weight: 200;
		font-size: 22px;
		line-height: 30px;
		white-space: normal;
		margin-top: 10px;
	}
	header.slider .text-container.noBtn {
		top: auto;
		bottom: 175px;
		-webkit-transform: translate(-50%, 0);
				transform: translate(-50%, 0);
	}
	header.slider .text-container.noBtn h1 {
		margin-bottom: 0;
	}
	header.slider .text-container.noBtn h1 small {
		color: var(--clr-gold);
	}
	header.slider .button {
		background: transparent;
		box-shadow: 0px 4px 4px 0px #00000040;
		width: 100%;
		max-width: 300px;
		line-height: 46px;
		border-radius: 28px;

		font-family: var(--font-primary);
		font-weight: 300;
		font-size: 20px;
		letter-spacing: -3%;
	}
	header.slider .button:before {
		content: '';
		background: rgba(255, 255, 255, 0.2);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 28px;
		filter: blur(2px);
	}
	
	
/*  =================================================================
    x.0 BREADCRUMBS
    ================================================================== */
	
	
/*  =================================================================
    x.0 SIDEBAR
    ================================================================== */


/*  =================================================================
    x.0 CONTENT
    ================================================================== */
	section {
		padding: 0;
	}
	section:not(.noSidePadd), footer {
		padding-left: var(--side-padding);
		padding-right: var(--side-padding);
	}

	/*  x.x WYSIWYG
    -------------------------------------------------------------- */
	.WYSIWYG p:last-of-type, .WYSIWYG ul:last-of-type, .WYSIWYG ol:last-of-type {
        margin-bottom: 0;
    }
	
	.WYSIWYG p:last-of-type + ul, 
	.WYSIWYG p:last-of-type + ol,
	.WYSIWYG p:last-of-type + h2, 
	.WYSIWYG p:last-of-type + h3, 
	.WYSIWYG p:last-of-type + h4, 
	.WYSIWYG p:first-of-type + ul, 
	.WYSIWYG p:first-of-type + ol,
	.WYSIWYG p:first-of-type + h2, 
	.WYSIWYG p:first-of-type + h3, 
	.WYSIWYG p:first-of-type + h4,  
	.WYSIWYG ul:last-of-type + p,
	.WYSIWYG ul:last-of-type + ol, 
	.WYSIWYG ul:last-of-type + h2, 
	.WYSIWYG ul:last-of-type + h3, 
	.WYSIWYG ul:last-of-type + h4, 
	.WYSIWYG ul:first-of-type + p,
	.WYSIWYG ul:first-of-type + ol,
	.WYSIWYG ul:first-of-type + h2,
	.WYSIWYG ul:first-of-type + h3,
	.WYSIWYG ul:first-of-type + h4,
	.WYSIWYG ol:last-of-type + p,
	.WYSIWYG ol:last-of-type + ul,
	.WYSIWYG ol:last-of-type + h2,
	.WYSIWYG ol:last-of-type + h3,
	.WYSIWYG ol:last-of-type + h4,
	.WYSIWYG ol:first-of-type + p,
	.WYSIWYG ol:first-of-type + ul,
	.WYSIWYG ol:first-of-type + h2,
	.WYSIWYG ol:first-of-type + h3,
	.WYSIWYG ol:first-of-type + h4	{
        margin-top: 24px;
    }
	
	.WYSIWYG li {
		position: relative;
		padding-left: 30px;
	}
	.WYSIWYG li:before {
		display: inline-block;
		line-height: 24px;
		width: 30px;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.WYSIWYG ul li:before,
	.WYSIWYG ol > li > ul > li:before {
		font-family: remixicon;
		content: '\F3C1';
		text-align: center;
		font-size: 6px;
	}
	.WYSIWYG ul li li:before {
		content: '\F3C2';
	}
	.WYSIWYG ol {
		counter-reset: section;
	}

	.WYSIWYG ol > li {
		counter-increment: section;
	}

	.WYSIWYG ol > li:before {
		content: counter(section) ". ";
	}

	.WYSIWYG ol > li > ol {
		counter-reset: subsection;
	}

	.WYSIWYG ol > li > ol > li {
		counter-increment: subsection;
	}
	.WYSIWYG ol > li > ol > li:before {
		content: counter(section) "." counter(subsection) " ";
	}
	
	.WYSIWYG ol li:before {
		color: #000;
		font-size: 16px;
	}
	
	.WYSIWYG span.spacer {
		display: block;
	}

	/*  x.x WYSIWYG ~ quote
    -------------------------------------------------------------- */
	.WYSIWYG.quote .row {
		position: relative;
		background-color: var(--clr-blue_pale);
		border-left: 4px solid var(--clr-blue_light);
		padding: 48px 64px;
		border-radius: 0 8px 8px 0;
	}
	.WYSIWYG blockquote {
		position: relative;
		margin: 0;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-size: 1.15rem;
		font-style: italic;
		line-height: 1.6;
		color: #1f2937;
	}
	.WYSIWYG blockquote::before {
		content: "\201C";
		position: absolute;
		top: 30px;
		left: -64px;
		font-size: 250px;
		font-family: Georgia, serif;
		color: rgb(99, 141, 166, 0.05);
		line-height: .5em;
		z-index: 0;
	}	
	.WYSIWYG blockquote p {
		position: relative;
		z-index: 1;
	}
	.WYSIWYG blockquote cite {
		position: relative;
		z-index: 1;
		margin-top: 12px;
		font-family: 'Helvetica Neue', Arial, sans-serif;
		font-size: 0.95rem;
		font-weight: 600;
		color: #4b5563;
	}
	.WYSIWYG blockquote cite span {
		font-weight: 400;
		font-style: normal;
		color: #9ca3af;
	}
	
	.WYSIWYG .img { 
		font-size: 0;
		line-height: 0;
	}

/*  x.x FIGURE
    -------------------------------------------------------------- */
	.FIGURE .gridFrame:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.FIGURE figure {
		line-height: 0;
		font-size: 0;
	}
	.FIGURE figcaption {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: rgba(0,0,0,0.4);
		color: var(--clr-white);
		font-size: 15px;
		line-height: 20px;
		font-weight: 500;
		padding: 10px;
	}
	.FIGURE figcaption span {
		display: block;
		margin-top: 4px;
		font-size: 14px;
		line-height: 18px;
		font-weight: 300;
	}

/*  x.x CAROUSEL ~ partners
    -------------------------------------------------------------- */
	section.carousel {
		padding-left: 0;
		padding-right: 0;
	}
	section.carousel .row {
		background-color: var(--clr-blue_pale);
		padding: 20px;
	}
	section.carousel img {
		width: auto;
		height: 80px;
	}

/*  x.x FAQ
    -------------------------------------------------------------- */
    details,
    details summary,
    details answer {
        position: relative;
        display: block;
        width: 100%;
    }

    details {
        border-top: 1px solid #dddddd;
    }
    .faq details:last-of-type {
        border-bottom: 1px solid #dddddd;
    }

    details summary,
    details p {
        color: var(--clr-grey_5d);
    }

    details summary {
        line-height: 34px;
        font-size: 16px;
        padding: 15px 38px 15px 15px;
		font-weight: 500;
        color: var(--clr-orange);
    }
    details answer {
        padding: 0 19px 19px 15px;
    }
    details p {
        line-height: 28px;
        font-size: 18px;
		font-weight: 300;
    }
    details summary:after {
        content: '\F4B2';
        position: absolute;
        right: 38px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        font-family: 'remixicon';
        line-height: 40px;
        font-size: 12px;
    }
    details[open] summary:after {
        content: '\F1AF';
    }

	/*  x.x BUTTON
    -------------------------------------------------------------- */
	.btn-container a,
	.projects span.fakeBtn,
	.WYSIWYG a.button {
		display: inline-block;
		background-color: var(--clr-orange);
		color: var(--clr-sand);
		font-size: 16px;
		line-height: 24px;
		padding: 8px 26px;
		border-radius: 8px;
		-webkit-transition: all 150ms ease-in-out;
				transition: all 150ms ease-in-out;
	}	
	.btn-container .row {
		display: flex;
	}	
	.btn-container._lft .row {
		justify-content: flex-start;
	}
	.btn-container._cntr .row {
		justify-content: center;
	}
	.btn-container._rght .row {
		justify-content: flex-end;
	}

	/*  x.x PROJECTS
    -------------------------------------------------------------- */
	.projects.grid .gridFrame {
		row-gap: 40px;
	}
	.projects article {
		font-size: 0;
		line-height: 0;
	}
	.projects .overview figure {
        position: relative;
        padding-bottom: 100%;
        margin-bottom: 15px;
    }
	.projects.grid .overview figure {
        margin-bottom: 0;
    }
	.projects.grid .overview figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		box-shadow: 240px 4px 46px 56px rgba(0,0,0,0.39) inset;
	}
    .projects .overview figure img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
		object-fit: cover;
		border: 1px solid #efefef;
	}
	.summary li img,
	.projects .overview li img {
		max-width: 26px;
		height: 26px;
		object-fit: contain;
		float: left;
		margin: 6px;
		margin-left: 0;
	}
	.projects h2,
	.projects h3 {
        font-weight: 700;
        color: var(--clr-orange);
	}	
	.projects h2 {
        font-size: 40px;
        line-height: 55px;
		margin-bottom: 40px;
	}
	.projects h3 {
        font-size: 25px;
        line-height: 1em;
		margin-bottom: 20px;
	}	
	.projects.grid h3 {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
        font-size: 28px;
        line-height: 1em;
        color: #fff;
		width: calc(100% - 40px);
		margin-bottom: 0px;
		text-align: center;
	}
	.projects h3 small {
		color: var(--clr-blue_light);
        padding-top: 6px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1em;
	}
	.projects.grid h3 small {
        font-size: 16px;
        font-weight: 400;
	}
	.projects.single h3 {
        font-weight: 600;
		margin-bottom: 10px;
	}
	.projects h3.marged {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.projects .WYSIWYG p {
		line-height: 26px;
		font-size: 15px;
		font-weight: 400;
		margin-bottom: 15px;
	}
	.projects .small p {
		line-height: 24px;
		font-size: 16px;
	}
	.projects .overview .summary {
		text-align: left;
		font-size: 0;
		line-height: 0;
		vertical-align: top;
		margin-bottom: 15px;
	}
    .projects .overview .summary li {
		position: relative;
		padding-left: 30px;
		display: block;
        color: var(--clr-grey_5d);
        font-size: 15px;
    }
	.projects .overview .summary li:before {
		font-family: "remixicon";
		content: '\EBAD';
		position: absolute;
		left: 6px;
		top: 0;
		line-height: 24px;
		color: var(--clr-orange);
	}
    .projects .overview .summary li:not(:last-of-type) {
		margin-right: 23px;
    }
	.projects.grid span.fakeBtn {
		position: absolute;
		left: 50%;
		bottom: 30px;
		z-index: 2;
		-webkit-transform: translateX(-50%);
				transform: translateX(-50%);
	}
	.projects span.fakeBtn:hover,
	.projects.grid span.fakeBtn:hover{
		text-decoration:underline;
	}
	.projects .thumbSwiper .swiper-slide img {
		opacity: .2;
    }
	.projects .thumbSwiper .swiper-slide.swiper-slide-thumb-active img {
		opacity: 1;
	}

/*  x.x REVIEWS
    -------------------------------------------------------------- */
    section.reviews h2 {
        margin-bottom: 30px;
	}
   	section.reviews .splide {
        padding-bottom: 70px;
    }
	section.reviews .splide__slide,
	.reviews article {
		position: relative;
		background-color: var(--clr-blue_pale);
		padding: 63px 34px 20px 34px;
		color: var(--clr-blue_light);
    }
	section.reviews .splide__slide .icon,
	.reviews article .icon {
		position: absolute;
		top: 8px;
		left: 28px;
		display: block;
		line-height: 1em;
		font-size: 50px;
	}
	
	.reviews .opener {
		position: absolute;
		bottom: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--clr-blue_light);
		font-weight: 500;
		font-size: 24px;
		z-index: 2;
	}
	
	.review-text .rev-inner {
		position: relative;
		width: 100%;
		overflow: hidden;
		-webkit-transition: max-height ease 200ms;
				transition: max-height ease 200ms;
	}
	.review-text .rev-inner p {
		font-size: 15px;
		color: var(--clr-blue_light);
		line-height: 26px;
		display: -webkit-box;
		-webkit-line-clamp: 3;
				line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.splide__slide, .review-text.showText .rev-inner p {		
		display: block;
	}
	
    .review-text {
        border-bottom: 1px solid var(--clr-blue_light);
		font-size: 15px;
		line-height: 26px;
		padding-bottom: 25px;
		margin-bottom: 25px;
    }
    .review-author {
        font-weight: 550;
        font-size: 16px;
		line-height: 17px;
        margin-bottom: 0;
		color: var(--clr-blue_light);
    }
	.review-author img {
   		display:none;
        max-width: 34px;
		height: auto;
		object-fit: contain;
		float: left;
		margin-right: 20px;
    }
	.review-author small {
		display: block;
		font-weight: 400;
        font-size: 14px;
		line-height: 17px;
    }

	section.reviews .splide__pagination__page {
		background: var(--clr-blue_pale);
		height: var(--splide-bullit-size);
		margin: 4px;
		width: var(--splide-bullit-size);
	}
	section.reviews .splide__pagination__page.is-active {
		background: var(--clr-blue_light);
	}

	/*  x.x PRICING
    -------------------------------------------------------------- */
	.pricing .grid-item {
		padding: 17px;
		background-color: var(--clr-sand);
	}
	.pricing .grid-item h2 {
		line-height: 28px;
		font-size: 32px;
		color: var(--clr-grey_e1);
		font-weight: 300;
		font-family: var(--font-body);
		margin-bottom: 35px;
	}
	.pricing .grid-item h3 {
		font-size: 20px;
		line-height: 28px;
		color: var(--clr-orange);
		font-family: var(--font-body);
		margin-bottom: 12px;
	}
	.pricing .grid-item li {
		position: relative;
		padding-left: 28px;
		font-size: 16px;
		line-height: 28px;
		color: var(--clr-grey_5d);
		font-weight: 200;
		margin-bottom: 6px;
	}
	.pricing .grid-item li.unavailable {
		pointer-events: none;
		opacity: 0.4;
	}
	.pricing .grid-item li:before {
		font-family: "remixicon";
		content: '\EB7B';
		color: var(--clr-orange);
		line-height: 28px;
		position: absolute;
		left: 0;
		top: 0;
		width: 28px;
		text-align: left;
		font-size: 20px;
	}
	.pricing .grid-item li.unavailable:before {
		color: var(--clr-grey_5d);
		content: '\EB99';
	}

	/*  x.x aFBEELDING VERGELIJKER
    -------------------------------------------------------------- */
	.comparison-slider {
		position: relative;
		width: 100%;
		max-width: 800px;
		margin: 0 auto; 
		aspect-ratio: 16 / 9;
		overflow: hidden;
		border-radius: 8px;
		box-shadow: 0 4px 10px rgba(0,0,0,0.1);
		--position: 50%;
	}

	.comparison-slider img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		pointer-events: none;
	}

	.comparison-slider img.image-before {
		filter: grayscale(100%);
	}

	.image-after {
		clip-path: polygon(0 0, var(--position) 0, var(--position) 100%, 0 100%);
	}

	.slider-line {
		position: absolute;
		inset: 0;
		width: 2px;
		height: 100%;
		background: #ffffff;
		left: var(--position);
		transform: translateX(-50%);
		pointer-events: none;
	}

	.slider-button {
		position: absolute;
		top: 50%;
		left: var(--position);
		transform: translate(-50%, -50%);
		width: 32px;
		height: 32px;
		background: white;
		border-radius: 50%;
		box-shadow: 0 2px 6px rgba(0,0,0,0.3);
		pointer-events: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.slider-button::before,
	.slider-button::after {
		content: '';
		border: solid #333;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 2px;
	}
	.slider-button::before {
		transform: rotate(135deg);
		margin-right: 2px;
	}
	.slider-button::after {
		transform: rotate(-45deg);
		margin-left: 2px;
	}

	.slider-input {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: ew-resize;
		margin: 0;
	}

	/*  x.x TABS
    -------------------------------------------------------------- */
	section.tabs {
		text-align: center;
	}
	.tabs-nav {
		position: relative;
		padding: 0 0 12px 0;
		margin: 0 0 35px 0;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.tabs-nav:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 1px;
		width: 100%;
		height: 1px;
		background-color: var(--clr-sand);
	}

	.tab-link {
		text-align: left;
		position: relative;
		color: var(--clr-grey_8e);
		line-height: 30px;
		font-size: 16px;
		font-weight: 300;
		z-index: 2;
		transition: color 350ms;
		letter-spacing: -3%;
		cursor: pointer;
	}
	.tab-link label {
		cursor: pointer;
	}

	.tab-link.active {
		color: var(--clr-orange);
	}

	.indicator {
		position: absolute;
		bottom: 0;
		height: 3px;
		background: var(--clr-orange);
		border-radius: 20px;
		z-index: 1;
		transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
		pointer-events: none;
	}

	.tabs-container {
		text-align: left;
	}
	.tab-inner {
		display: none;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: all 350ms;
	}
	.tab-inner.active {
		display: block;
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
	.tab-inner figure {
		position: relative;
		width: 100%;
		margin: 0;
		padding-bottom: calc(100% - 88px);
		opacity: 0;
		-webkit-transition: all 2000ms;
				transition: all 2000ms;
	}
	.tab-inner.active figure {
		opacity: 1;
	}
	.tab-inner figure img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		object-fit: cover;
	}
	.tab-inner .text {
		padding: 0;
		-webkit-transform: translateX(300px);
				transform: translateX(300px);
		opacity: 0;
		-webkit-transition: all 750ms;
				transition: all 750ms;
	}
	.tab-inner.active .text {
		-webkit-transform: translateX(0);
				transform: translateX(0);
		opacity: 1;
	}
	.tab-inner .text h2 {
		font-family: var(--font-secondary);
		font-size: 45px;
		line-height: 40px;
		color: var(--clr-orange);
		margin-bottom: 30px;
	}
	.tab-inner .text p {
		font-size: 15px;
		line-height: 28px;
		color: var(--clr-grey_5d);
		margin-bottom: 30px;
		font-weight: 200;
	}
	.tab-inner .text a.more {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 28px;
		color: var(--clr-grey_5d);
	}
	
	/*  x.x TABS
    -------------------------------------------------------------- */
	.employees figure a {
		color: var(--clr-orange);
		font-size: 14px;
		line-height: 20px;
	}
	.employees figure img {
        height: 280px;
		object-fit: cover;
		margin-bottom: 10px;
		float: none;
    }
	.employees h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		text-transform: none;
		margin-bottom: 0;
	}
	.employees figure p {
		font-size: 14px;
		line-height: 20px;
	}
	
	/*  x.x TIMELINE
    -------------------------------------------------------------- */
	.timeline {
		position: relative;
        /*padding-top: 80px;*/
		padding-bottom: 75px;
        counter-reset: section;
    }
	
    .time-container {
		position: relative;
		padding: 100px 0 0 0;
	}
	.timeline-line:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: 300px;
        background: #FFF;
		background: linear-gradient(rgba(255, 255, 255, 1) 10%, rgba(88, 129, 112, 1) 90%);
		z-index: 1;
    }
	.timeline-line:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 2px;
        height: 300px;
        background: #FFF;
		background: linear-gradient(rgba(88, 129, 112, 1) 10%, rgba(255, 255, 255, 1) 90%);
		z-index: 1;
    }
	.timeline-line {
        position: absolute;
        left: 100px;
        top: 0;
        width: 2px;
        height: 100%;
        background-color: rgba(88, 129, 112, 1);
    }
	.timeline-line .bar-fill {
		position: absolute;
		top: 0;
		left: 0;
		height: 0%;
		width: 5px; /* Startstand */
		background: linear-gradient(90deg, #4CAF50 0%, #2E7D32 100%); /* MoooiGroen verloop */
		transition: width 1.5s cubic-bezier(0.1, 0.5, 0.5, 1); /* Mooie vloeiende animatie */
	}

	/* Wanneer de balk in beeld komt, voegen we deze class toe via JS */
	.bar-gray.is-visible .bar-fill {
		height: 100%;
	}
	
	.timeline .card {
        position: relative;
        padding: 25px 0;
		display: flex;
		z-index: 2;
	}
	.timeline .card:first-of-type {
        padding-top: 0;
	}
	.timeline .card:last-of-type {
        padding-bottom: 0;
	}
	.timeline .card-body {
		position: relative;
		width: 100%;
		display: flex;
	}
	.timeline .card-body.left {
		position: relative;
		max-width: 80px;
		color: var(--clr-blue_light);
        font-weight: 700;
        font-size: 26px;
        line-height: 33px;
        text-transform: uppercase;
		align-content: center;
		flex-wrap: wrap;
		text-align: center;
	}
	.timeline .card-body.left:after {
		content: '';
		position: absolute;
		top: calc(50% - 7px);
		right: -28px;
		width: 14px;
		height: 14px;
		border-radius: 50%;
		background-color: var(--clr-blue_light);
	}
	.timeline .card-body.right {
		max-width: calc(100% - 120px);
		margin-left: 40px;
	}
    .timeline_circle {
        background-color: var(--clr-blue_light);
        border-radius: 100%;
        width: 13px;
        min-width: 13px;
        max-width: 13px;
        height: 13px;
        min-height: 13px;
        max-height: 13px;
        position: sticky;
        top: 50vh;
    }
    .timeline .card-body.right .card-content {
		width: 100%;
		max-width: 414px;
		padding: 16px;
		background-color: #FBFBFB;
		margin-bottom: 0;
    }
    .timeline .card h3 {
        color: var(--clr-blue_dark);
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
		    margin-bottom: 8px;
    } 
    .timeline .card p {
        color: #5d5d5d;
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
    }
    .timeline .card p a {
        color: #588170;
    }
    .timeline .card p a:hover {
		  text-decoration: underline;
    }
  .timeline .card p:not(:last-of-type) {
        margin-bottom: 35px;
    }
    .timeline .card img {
        margin-top: 30px;
    }

	/*  x.x USP
    -------------------------------------------------------------- */
	.usp .gridFrame {
		gap: 30px;
	}
	.usp .grid-item {
		background-color: var(--clr-blue_pale);
		padding: 20px;
		border-radius: 12px;
		text-align: center;
	}
	.usp .grid-item span {
		display: inline-block;
		background-color: var(--clr-sand);
		color: var(--clr-orange);
		padding: 10px;
		font-size: 20px;
		border-radius: 6px;
		margin-bottom: 12px;
	}
	.usp .grid-item h3 {
		color: var(--clr-blue_light);
		margin-bottom: 6px;
	}

	/*  x.x GALLERY SLIDER
    -------------------------------------------------------------- */
	.gallery-slider .masonry-grid {
		column-count: 1;
		/*column-count: 4;
		column-gap: 10px;*/
	}
	.gallery-slider .masonry-item {
		break-inside: avoid;
		-webkit-column-break-inside: avoid;
		margin-bottom: var(--masonry-gap-s);
		position: relative;
		border-radius: 12px;
		overflow: hidden;
		cursor: pointer;
		display: block;
	}
	.gallery-slider .masonry-item img {
		width: 100%;
		height: auto;
		display: block;
		transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.gallery-slider .masonry-item:hover img {
		transform: scale(1.06);
	}

	@media (max-width: 1100px) {
		.masonry-grid { column-count: 3; }
	}

	.gallery-slider .splide .splide__slide video
	.gallery-slider .splide .splide__slide img {
		aspect-ratio: 16 / 9;
		width: 100%;
		height: auto;
	}
	
	
/*  =================================================================
    FOOTER
    ================================================================== */
	footer {
		margin-top: 30px;
		background-color: var(--clr-sand);
		padding: 45px 20px 20px 20px;
	}
	body.home footer {
		margin-top: 0;
	}

	footer .logo-link img {
		width: auto;
		height: 95px;
	}
	footer .logo-link {
		display: block;
		margin-bottom: 20px;
	}	
	footer h2 {
		color: var(--clr-blue_dark);
		font-size: 16px;
		line-height: 38px;
		font-weight: 550;
		letter-spacing: 0;
	}
	footer p, footer li {
		text-align: left;
		font-size: 14px;
		line-height: 22px;
	}
	footer a {
		color: var(--clr-orange)
	}
	footer li:hover,
	address a:hover,
	footer .copy p a:hover {
		text-decoration: underline;
	}
	footer p:not(:last-of-type) {
		margin-bottom: 34px;
	}
	footer p span {
		font-size: 10px;
	}
	footer p span.soci {
		display: inline-block;
		margin-top: 34px;
		font-size: 24px;
	}
	footer a.button {
		display: inline-block;
		background-color: #89857C;
		color: var(--clr-white);
		font-size: 16px;
		line-height: 24px;
		padding: 8px 16px;
		border-radius: 40px;
	}
	footer .copy{
		margin-top: 25px;
	}
	footer .copy p {
		margin: 0;
		text-align: left;
		font-size: 11px;
	}
	footer .copy p,
	footer .copy p a {
		color: rgba(0,0,0,0.4);
	}
	

    /*  =================================================================
    MEDIA QUERIES
    ================================================================== */
    /* MOBILE */
    @media only screen and (min-width: 572px) { }

    @media only screen and (min-width: 572px) and (orientation: landscape) { }
    @media only screen and (min-width: 572px) and (orientation: portrait) { }

    /* IPADS portrait */
    @media only screen and (min-width: 768px) and (min-height: 600px) { }

    /* IPADS */
    @media only screen and (min-width: 768px) {

		/*  x.x WYSIWYG
		-------------------------------------------------------------- */
		.WYSIWYG .swapped .txt {
			order: 2;
		}
		.WYSIWYG .swapped .img {
			order: 1;
		}

		/*  x.x TABS
		-------------------------------------------------------------- */
		.tabs-nav {
			margin: 0 auto 35px auto;
			width: fit-content;
			display: block;
		}
		.tab-link {
			font-size: 20px;
		}
		.tabs-nav .tab-link:not(:last-of-type) {
			margin-right: 20px;
		}		
		.tabs-nav label.show-for-mobile {
			display: none !important;
		}
		.tabs-nav label.hide-for-mobile {
			display: inline-block !important;
		}
		.tab-inner figure {
			width: calc(100% - 54px);
			margin: 0 54px 0 0;
		}
		
		/*  x.x GALLERY SLIDER
		-------------------------------------------------------------- */
		.masonry-grid { 
			column-count: 2; 
			column-gap: var(--masonry-gap-m); 
		}
		.masonry-item  { 
			margin-bottom: var(--masonry-gap-m); 
		}

	}

    /* IPADS landscape AND mini laptops */
    @media only screen and (min-width: 960px) { 

		/*  =================================================================
		NAV
		================================================================== */
		.mobileBTN,
		nav .row ul li.topRow {
			display: none;
		}
		nav .row > .topRow {
			display: block;
			right: 0;
			width: 100%;
			background-color: transparent;
			top: 5px;
			padding: 0;
		}
		nav .topRow a {
			line-height: 36px;
		}		
		nav .row {
			justify-content: space-between;
		}
		nav .topRow + .logo-link {
			margin: 21px 0;
		}
		nav .logo-link img {
			height: 100px;
		}
		nav a.logo-link:before {
			content: 'Wordt dit ook iets voor jou?';
			position: absolute;
			left: 100%;
			top: calc(50% - 12px);
			width: 27ch;
			color: rgba(255, 255, 255, .8);
			font-size: 14px;
			line-height: 24px;
			font-weight: 400;
			font-family: var(--font-body);
			overflow: hidden;
			white-space: nowrap;
			animation: typing 2.5s steps(27, end) forwards;
		}
		nav .row ul {
			display: inline-block;
			text-align: right;
			margin-top: 36px;
		}
	
		nav .row ul a.cta {
			margin-top: 0;
		}
		nav .row ul a.cta:hover {
		  text-decoration:underline;
		}
		nav .row ul li:not(:nth-child(1)):not(:nth-child(2)),
		nav .topRow a:not(:first-of-type) {
			margin-left: 20px;
		}
		nav .row ul li:not(:nth-child(1)) {
			margin-left: 20px;
		}

		.timeline-line {
			left: 270px;
		}
		.timeline .card-body.left {
			max-width: 190px;
			font-size: 45px;
			line-height: 46px;
		}
		.timeline .card-body.left:after {
			right: -88px;
		}
		.timeline .card-body.right {
			max-width: calc(100% - 360px);
			margin-left: 170px;
		}
		.timeline .card-body.right .card-content {
			padding: 32px;
			margin-bottom: 50px;
			max-width: 740px;
		}
		.timeline .card h3 {
			font-size: 20px;
			line-height: 38px;
			margin-bottom: 18px;
		} 
		.timeline .card p {
			font-size: 15px;
			line-height: 25px;
		}
		
		/*  x.x GALLERY SLIDER
		-------------------------------------------------------------- */
		.masonry-grid { 
			column-count: 3; 
		}

		/*  =================================================================
		FOOTER
		================================================================== */
		main#siteContainer {
			padding-bottom: 300px;
		}
		footer {
			height: 300px;
			position: absolute;
			left: 0;
			bottom: 0;
			padding-top: 0;
			padding-bottom: 0;
		}

	}

    /* SMALL SCREENS */
    @media only screen and (min-width: 1280px) {

		/*  x.x TABS
		-------------------------------------------------------------- */
		.tab-inner .text {
			padding: 75px 34px 0 0;
		}
		
		/*  x.x GALLERY SLIDER
		-------------------------------------------------------------- */
		.gallery-slider .masonry-grid {
			column-count: 4;
			column-gap: var(--masonry-gap-l);
		}
		.masonry-item  { 
			margin-bottom: var(--masonry-gap-l); 
		}

	}

    /* WEIRD HEADER TEXT BREAKPOINT ~ must be paddings or margins */
    @media only screen and (min-width: 1340px) { }

    /* SMALL SCREENS */
    @media only screen and (min-width: 1440px) { }
    @media only screen and (min-width: 1600px) { }
    @media only screen and (min-width: 1920px) { }

/*  =================================================================
    TOUCH DEVICES
    ================================================================== */
    @media (pointer:coarse) { }

/*  =================================================================
    HOVER STATES
    ================================================================== */
    @media (any-hover: hover) {
		
		.breadcrumb a:hover {
			color: var(--clr-grey_5d);
		}		
		.WYSIWYG p a:hover {
			text-decoration: none;
		}

		.tab-link:hover {
			color: var(--clr-orange);
		}

		/*  x.x BUTTON
		-------------------------------------------------------------- */	
		.btn-container a:hover,
		.projects span.fakeBtn:hover,
		.WYSIWYG a.button:hover {
			background-color: var(--clr-blue_light);
			color: var(--clr-blue_dark);
			text-decoration: none;
		}	
		
	}