/*
==  THEME DETAILS  ============================================================
   	Theme Name: MOCTB
	Theme URI: https://www.moctb.nl/
    Description: Stylesheet voor MOCTB
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--black: #1D1D1B;
		--white: #FFF;
		--yellow: #FECA0E;
		--grey: #676765;
		--light-grey: #F5F5F5;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: "Work Sans", serif;
		font-size: 0.9rem;
	  	line-height: 2rem;
		font-weight: 400;
		color: var(--black);
		background: var(--light-grey);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		text-decoration:none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: var(--black);
	}

	a:hover {
		color: var(--grey);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
		font-family: "Poppins", serif;
		font-weight: 600;
		color: var(--black);
		line-height: 1.1;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.75rem;
	}
	
	h4, .h4 {
		font-size: 1.5rem;
	}

	h5, .h5 {
		font-size: 1.1rem;
	}

	h1 strong {
		font-weight: 600;
		color: var(--yellow);
	}

	.ff-poppins {
		font-family: "Poppins", serif;
	}

	.fs-lg {
		font-size: 1rem;
	}

	.fs-sm {
		font-size: 0.8rem;
	}

	.fs-xs {
		font-size: 0.55rem;
	}

	.fw-semibold {
		font-weight: 600;
	}

	.fw-bold {
		font-weight: 700;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.full-height {
		height: calc(100dvh);
		min-height: 100dvh;
	}

	.box-shadow {
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 1rem;
	}

	hr {
		border-top: 1px solid var(--grey);
		opacity: 1;
		margin: 2rem 0 1rem 0;
	}

	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}	
		.btn:hover , 
		.social-media li a:hover ,
		.item-project:hover {
			-webkit-transform: translateX(3px);
			-ms-transform: translateX(3px);
			transform: translateX(3px);
		}
		figure.scale-image {
			display: block;
			cursor: pointer;
		}
		figure.scale-image img  {
			-webkit-transition: all 0.3s linear;
			transition: all 0.3s linear;
			-ms-transition: all 0.3s linear;
			-webkit-transform: scale3d(1, 1, 1);
			-ms-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
		.item-overzichti:hover img ,
		figure.scale-image:hover img {
			-webkit-transform: scale3d(1.03, 1.03, 1);
			-ms-transform: scale3d(1.03, 1.03, 1);
			transform: scale3d(1.03, 1.03, 1);
		}
	}

	@media (min-width: 1360px) {
		.container {
			max-width: 1260px;
		}	
	}

	@media (min-width: 1500px) {
		.container {
			max-width: 1430px;
		}	
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1200px) {
    	html {
			font-size: 16px;
		}
	}

	@media all and (max-width: 767px) {
   	 	html {
			font-size: 15px;
		}
		body {
			font-size: 1rem;	
		}
		h1, .h1 {
			font-size: 2.25rem;
		}
		h2, .h2 {
			font-size: 1.75rem;
		}
		h3, .h3 {
			font-size: 1.5rem;
		}

		h4, .h4 {
			font-size: 1.25rem;
		}
		.full-height {
			height: 30rem;
			min-height: inherit;
		}
	}

	@media all and (max-width: 576px) {
		h1, .h1 {
			font-size: 1.75rem;
		}
		h2, .h2 {
			font-size: 1.25rem;
		}
		h3, .h3 {
			font-size: 1.2rem;
		}
		h4, .h4 {
			font-size: 1.1rem;
		}
	}

/* Buttons -------------------------------------- */
	.btn-primary, 
	.btn-primary:active {
		color: var(--white)  !important;
		background: var(--yellow) !important;
		border: none !important;
	}

	.btn-secondary {
		color: var(--white) !important;
		background: var(--black) !important;
		border: none !important;
	}

	.btn {
		font-size: 0.9rem;
		font-weight: 700;
		line-height: 1;
		padding: 1.2rem 1.5rem;
		border-radius: 0;
	}

	.link-primary {
		font-size: 0.8rem;
		font-weight: 600;
		color: var(--yellow) !important;
	}

	.link-primary:hover {
		color: var(--black) !important;
	}

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block p + ul ,
	.content-block h2 + ul ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h2 ,
	.content-block ul + h3 ,
	.content-block ul + h4 {
		margin-top: 1.5rem !important;
	}

	.content-block h2 ,
	.content-block h3 {
		color: var(--yellow);
		margin-bottom: 0.75rem;
	}

	.content-block h4 {
		margin-bottom: 0.75rem;	
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		 display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

	.content-block a {
		text-decoration: underline;
	}

	.content-block .btn {
		text-decoration: none !important;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-black {
		background: var(--black) !important;
	}

	.bg-white {
		background: var(--white) !important;
	}

	.bg-yellow {
		background: var(--yellow) !important;
	}

	.text-black {
		color: var(--black) !important;
	}

	.text-white {
		color: var(--white) !important;
	}

	.text-yellow {
		color: var(--yellow) !important;
	}

/*---------------------------------------------- 
	1.4 Spacing 
------------------------------------------------*/
	.pt-190 {
		padding-top: 8.5rem;
	}

	.pb-150 {
		padding-bottom: 7.5rem;
	}

	.py-100 {
		padding: 5rem 0;
	}

	.pb-100 {
		padding-bottom: 5rem;
	}

	.mb-80 {
		margin-bottom: 4rem;
	}

	.py-70 {
		padding: 3.5rem 0;
	}

	.pb-70 {
		padding-bottom: 3.5rem;
	}
	
	.mb-50 {
		margin-bottom: 2.5rem;
	}

	.mt-40 {
		margin-top: 2rem !important;
	}

/*---------------------------------------------- 
	1.5 Grid
------------------------------------------------*/
	.grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(4, 1fr);
		gap: 1.5rem;
	}

	.grid-item {
		min-height: 26.25rem;
	}

	.grid-item:nth-child(1) {
		grid-column: span 2 / span 2;
		grid-row: span 2 / span 2;
	}

	.grid-item:nth-child(2) {
		grid-row: span 4 / span 4;
		grid-column-start: 3;
	}

	.grid-item:nth-child(3) {
		grid-row: span 2 / span 2;
		grid-row-start: 3;
	}

	.grid-item:nth-child(4) {
		grid-row: span 2 / span 2;
		grid-row-start: 3;
	}

	.grid-item__wrapper {
		position: absolute;
		padding: 2rem 1.5rem;
		max-width: 20.25rem;
		right: 1rem;
		left: 1rem;
		bottom: 1rem;
	}

	.grid-item:nth-child(1) .grid-item__wrapper {
		left: inherit !important;
	}

	.grid-item__title {
		line-height: 2.5rem;
	}

	@media all and (max-width: 1200px) {
		.grid-item {
			min-height: 20rem;
		}	
	}

	@media all and (max-width: 992px) {
		.grid {
			grid-template-columns: 1fr; /* 1 kolom */
			grid-template-rows: repeat(4, auto); /* 4 rijen */
		}
		.grid-item:nth-child(1) {
			grid-column: 1;
			grid-row: 1;
		}
		.grid-item:nth-child(2) {
			grid-column: 1;
			grid-row: 2;
		}
		.grid-item:nth-child(3) {
			grid-column: 1;
			grid-row: 3;
		}
		.grid-item:nth-child(4) {
			grid-column: 1;
			grid-row: 4;
		}
		.grid-item__wrapper {
			left: inherit !important;
		}
	}


/*---------------------------------------------- 
	1.6 Item Recensie
------------------------------------------------*/
	.item-recensie {
		padding: 3.75rem 2.75rem;
	}

	@media all and (max-width: 1200px) {
		.item-recensie {
			padding: 2.75rem 1.75rem;
		}	
	}

/*---------------------------------------------- 
	1.7 Item Overzicht
------------------------------------------------*/
	.item-overzicht__wrapper {
		padding: 3rem 2rem 2.5rem 2rem;
	}

	.item-overzicht__wrapper .h5 {
		line-height: 2.5rem;
	}

/*---------------------------------------------- 
	1.8 Item Samenwerkingen
------------------------------------------------*/
	.item-samenwerkingen img {
    	max-height: 8.75rem;
	}


/*---------------------------------------------- 
	1.9 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 1rem !important;
		line-height: 2.5rem !important;
		text-align: center;
		color: var(--yellow) !important;
		background: var(--black) !important;
		width: 2.5rem;
		height: 2.5rem;
		display: block;
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem !important;
	}

	.footer .social-media li a {
		color: var(--black) !important;
		background: var(--yellow) !important;
	}

/*---------------------------------------------- 
	1.10 Category Tag
------------------------------------------------*/
	.category-tag {
		font-size: 0.7rem;
		font-weight: 600;
		line-height: 1.5rem;
		padding: 0 1rem;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}

/*---------------------------------------------- 
	1.11 Swiper
------------------------------------------------*/
	.swiper-recensies .swiper-scrollbar {
		bottom: 0;
		margin: 0 auto;
		border-radius: 0;
	}

	.swiper-recensies .swiper-scrollbar .swiper-scrollbar-drag {
		background: var(--black);
		border-radius: 0;
	}

/*---------------------------------------------- 
	1.12 Gravity Form
------------------------------------------------*/
	.gform_wrapper ,
	body .gform_wrapper .top_label div.ginput_container, 
	.gform_wrapper ul.gform_fields li.gfield ,
	.gform_wrapper li.hidden_label input {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: 0.9rem !important;
		font-weight: 700 !important;
		margin: 0 0 0.5rem 0 !important;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
	.gform_wrapper textarea ,
    .gform_wrapper select {
		font-size: 0.75rem !important;
		font-weight: 400;
		padding: 10px 15px !important;
		background: var(--light-grey) !important;
		height: 2.75rem;
        color: var(--black) !important;
		border: none;
		width: 100% !important;
		border-radius: 0;
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 8.75rem !important;
	}

	.gform_wrapper.gravity-theme .gform_footer {
		margin: 1rem 0 0 0 !important;
		padding: 0 !important;
		justify-content: flex-start;
	}

	.gform_wrapper.gravity-theme .gform_footer .btn {
		margin: 0 !important;	
	}

	.gform_confirmation_message {
		margin-top: 1rem !important;
	}

	.gform_wrapper .field_description_below .gfield_description {
		font-size: 0.7rem !important;
		color: var(--black);
		padding: 0 !important;
		border: none !important;
	}

	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 25px !important;
	}

	.gform_required_legend {
		display: none !important;
	}

	.gform_wrapper .gform_validation_errors>h2 {
		font-size: 14px !important;
		margin: 0 !important;
	}

	.gform_wrapper ::-webkit-input-placeholder {
		color: var(--black);
	}

	.gform_wrapper :-moz-placeholder {
		cocolor: var(--black);
	}

	.gform_wrapper ::-moz-placeholder {
		color: var(--black);
	}

	.gform_wrapper :-ms-input-placeholder {
		color: var(--black);
	}

/*---------------------------------------------- 
	2.1 Header 
------------------------------------------------*/
	.header {
		padding: 2rem 0 1.5rem 0;
	}

	.header--shrink {
		padding: 1.5rem 0;
		background: var(--black);
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	.navigation__menu li a {	
		font-size: 0.9rem;
		line-height: 1;
		font-weight: 600;
		color: var(--white) !important;
		padding: 0.5rem 0;
		text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
		display: inline-block;
  		position: relative;
	}

	.navigation__menu li + li {
		margin-left: 2.25rem;
	}

	.navigation__menu li a::after {
		content: "";
		background: var(--yellow);
	  	position: absolute;
	  	width: 100%;
	  	transform: scaleX(0);
	  	height: 1.5px;
	  	bottom: 0;
	  	left: 0;
	  	transition: transform 0.25s ease-out;
	 	transform-origin: bottom right;
	}

	.navigation__menu li a:hover::after ,
	.navigation__menu li.active a::after {
	  	transform: scaleX(1);
		transform-origin: bottom left;
	}

	.navigation__menu li.menu-item-has-children > a:hover::after {
		transform: scaleX(0) !important;
	}

/* Dropdown Menu -------------------------------------- */	
	.navigation__menu .dropdown-menu {
		background: var(--yellow);
		padding: 0;
		border: none;	
		margin: 0;
		border-radius: 0;
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.navigation__menu .dropdown-menu li a {
		font-size: 0.85rem;
		font-weight: 500;
		color: var(--black) !important;
   	 	line-height: 1;
    	padding: 0.8rem 1rem;
		margin: 0;
		text-shadow: none !important;
		text-align: left;
		border: none;
		background: none;
		display: inline-block;
	}

	.navigation__menu .dropdown-menu li + li {
		margin: 0;
		border-top: 1px solid var(--black);
	}

	.navigation__menu .dropdown-menu li a:hover ,
	.navigation__menu .dropdown-menu li.current-menu-item a {
		color: var(--white) !important;
	}

	.navigation__menu .dropdown:hover>.dropdown-menu {
		display: block;
	}

	.navigation__menu .dropdown>.dropdown-toggle:active {
		pointer-events: none;
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile .cd-dropdown-trigger {
		font-size: 1rem;
		line-height: 2.5rem !important;
		text-align: center;
		color: var(--white) !important;
		width: 2.5rem !important;
		height: 2.5rem;
		display: block !important;
		padding: 0 !important;
		background: var(--yellow);
		margin: 0;
		z-index: 99;
		border-radius: 0;
		border: none;
	}

	 .navigation--mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	.navigation--mobile .cd-dropdown-content a {
		font-size: 1rem;
		font-weight: 600;
		color: var(--white);
		text-align: left !important;
	}

	.navigation--mobile .current_page_item a {
		color: var(--yellow);
	}

	.navigation--mobile .cd-dropdown {
		background: var(--black);
		z-index: 999;
	}
	
	.navigation--mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	.navigation--mobile ul {
		padding-left: 0;
	}
	
	.navigation--mobile .cd-dropdown-content a, 
	.navigation--mobile .cd-dropdown-content ul a {
		border-top-width: 0.25px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: var(--light-grey);
    	border-style: solid;
	}

	.navigation--mobile .cd-dropdown-content li:last-of-type > a, 
	.navigation--mobile .cd-dropdown-content ul li:last-of-type > a {
		border-bottom-width: 0.25px;;
	}
	
	.navigation--mobile .cd-dropdown-content .go-back a {
		color: var(--yellow);
	}

	.navigation--mobile .cd-secondary-dropdown > a,
	.navigation--mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: var(--white);
	}

	.navigation--mobile .has-children > a::before, 
	.navigation--mobile .has-children > a::after {
		background: var(--yellow) !important;
	}

	.navigation--mobile .cd-dropdown .cd-close::after, 
	.navigation--mobile .cd-dropdown .cd-close::before {
		background: var(--yellow) !important;
	}

	.navigation--mobile .go-back a::before, 
	.navigation--mobile .go-back a::after {
		background: var(--yellow) !important;	
	}

	.navigation--mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
	.frontpage-hero {
		max-height: calc(100dvh - 2.5rem);
	}

	.frontpage-hero__item {
		padding-bottom: 8.5rem;
	}

	.frontpage-hero__item h1 {
		line-height: 4rem;
	}

	.frontpage-hero__item::after {
		content:"";
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgb(29,29,27);
		background: -moz-linear-gradient(180deg, rgba(29,29,27,0.4) 0%, rgba(29,29,27,0) 50%, rgba(29,29,27,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(29,29,27,0.4) 0%, rgba(29,29,27,0) 50%, rgba(29,29,27,1) 100%);
		background: linear-gradient(180deg, rgba(29,29,27,0.4) 0%, rgba(29,29,27,0) 50%, rgba(29,29,27,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1d1b",endColorstr="#1d1d1b",GradientType=1);;
	}

	.frontpage-hero__scroll {
		position: absolute;
		left: 2.75rem;
		bottom: -11rem;
		height: 16.25rem;
		border-left: 2px solid var(--yellow);
	}

	.frontpage-hero__scroll span {
		position: absolute;
		left: -2.75rem;
		top: 1.5rem;
		width: 3rem;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	@keyframes bounce {
		0%, 100% {
			transform: rotate(270deg) translateX(0);
		}
		50% {
			transform: rotate(270deg) translateX(-5px);
		}
	}

	.frontpage-hero__scroll span {
		animation: bounce 1.5s infinite ease-in-out;
	}
	
	.frontpage-hero__scroll span a {
		color: var(--white);
	}

	.frontpage-hero__languages li {
		margin-bottom: 1rem;
	}

	.frontpage-hero__languages .list-inline-item:not(:last-child) {
		margin-right: 0.75rem;
	} 

	.frontpage-hero__languages li a:hover {
		opacity: 0.8;
	}

	@media all and (max-width: 767px) {
		.frontpage-hero__item h1 {
			font-size: 1.5rem;
			line-height: 3rem;
		}
		.frontpage-hero__languages li img {
			height: 2.25rem;
		}
	}

/*---------------------------------------------- 
	3.2 Frontpage Intro
------------------------------------------------*/
	.frontpage-intro p {
		font-size: 0.8rem;
	}

/*---------------------------------------------- 
	4. Hero
------------------------------------------------*/
	.hero .container-fluid {
		max-width: 1510px;
	}

	.hero__content {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}

	.hero__content-wrapper {
		padding: 3rem 2.5rem;
		min-width: 29rem;
	}

	.hero--large .hero__content-wrapper {
		padding: 0 0 1.5rem 0;
		margin-bottom: 8rem;
		border-bottom: 2px solid var(--yellow);
		min-width: inherit !important;
	}

	.hero::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		background: var(--light-grey);
		display: block;
		width: 100%;
		height: 14.25rem;
	}

	.hero--large::after {
		content: none !important;
	}

	.hero--title::after {
		height: 4rem;
	}

	.hero__blog-title {
		line-height: 1.3;
	}

	@media all and (max-width: 767px) {
		.hero::after {
			height: 10rem;	
		}
		.hero--large .hero__content-wrapper {
			margin-bottom: 5rem;	
		}
	}

	@media all and (max-width: 576px) {
		.hero__content {
			padding-left: 1rem;
		}
		.hero__content-wrapper {
			padding: 1.75rem 1.5rem;
			min-width: 15rem;
		}	
		.hero::after {
			height: 6rem;	
		}
		.hero--blog .hero__content {
			right: 1rem;	
			width: auto;
			bottom: -1.5rem;
		}
		.hero--blog .hero__content h1 {
			font-size: 1.5rem;	
		}
	}

/*---------------------------------------------- 
	5.1 Module Content
------------------------------------------------*/
	.module-content + .module-content ,
	.module-usp + .module-content {
		padding-top: 0 !important;
	}
	
	.module-content__wrapper {
		padding: 3rem 2rem 2.5rem 2rem;
	}
	
	@media all and (max-width: 992px) {
		.module-content--columns .col {
			flex: 0 0 auto;
			width: 100%;
		}
	}

	@media all and (max-width: 767px) {
		.module-content__wrapper {
			padding: 3rem 1.5rem 2.5rem 1.5rem;
		}	
	}


/*---------------------------------------------- 
	5.2 Module Content Uitgelicht
------------------------------------------------*/
	.module-content__column {
		padding: 2rem 4rem 2rem 2rem;
		left: 2.5rem;
	}

	.module-content__column .btn {
		color: var(--yellow) !important;
		background: var(--black) !important;
	}

	.module-content__image {
		right: 2.5rem;
		top: 3.5rem;
		z-index: 9;
	}

	@media all and (max-width: 992px) {
		.module-content__column {
			padding: 3rem 2rem;
			left: 0;
		}	
		.module-content__image {
			right: 0;
			top: 0;
			
		}
		.module-content__image img {
			width: 100%;
		}
	}

/*---------------------------------------------- 
	5.3 Module USP
------------------------------------------------*/
	.module-usp__wrapper {
		padding: 3rem 4rem;
	}

	.module-usp__item i {
		font-size: 1.6rem;
		color: var(--yellow);
	}

	.module-usp__item span {
		margin-left: 1.25rem;
	}

	@media all and (max-width: 1500px) {
		.module-usp__wrapper {
			padding: 3rem 3.5rem;
		}
	}

	@media all and (max-width: 1400px) {
		.module-usp .g-4 {
			--bs-gutter-y: 2rem;
		}
		.module-usp__item span {
			font-size: 0.9rem;
		}	
	}

	@media all and (max-width: 1200px) {
		.module-usp__wrapper {
			padding: 3rem 1.5rem;
		}	
	}

/*---------------------------------------------- 
	5.3 Module Contact
------------------------------------------------*/
	.module-contact__wrapper {
		padding: 3rem 2rem 2.5rem 2rem;
	}

	.module-contact__wrapper li ,
	.module-contact__wrapper li a {
		font-size: 0.8rem;
		font-weight: 400;
		color: var(--black);
	}

	.module-contact__wrapper li a:hover {
		color: var(--white);
	}

	@media all and (max-width: 767px) {
		.module-contact__wrapper {
			padding: 3rem 1.5rem 2.5rem 1.5rem;
		}	
	}




/*---------------------------------------------- 
	5.2 Module Call to Action
------------------------------------------------*/
	.module-call-to-action {
		padding-bottom: 9.5rem;
	}

	.module-call-to-action__image {
		height: 22.5rem;
	}

	.module-call-to-action__content {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.module-call-to-action__wrapper {
		padding: 3rem 4rem 3rem 0;
	}

	.module-call-to-action__wrapper::before {
		content: "";
		position: absolute;
		height: 100%;
		background: var(--yellow);
		width: 25%;
		left: 0;
		top: 0;
	}

	.module-call-to-action__wrapper .h2 {
		line-height: 4rem;
	}

	.module-call-to-action__watermark {
		position: absolute;
		right: -3rem;
		bottom: -2rem;
		z-index: -1;
	}

	@media all and (max-width: 767px) {
		.module-call-to-action__wrapper .h2 {
			font-size: 1.5rem;
			line-height: 3rem;
		}
		.module-call-to-action__image {
			height: 17.5rem;
		}
	}

	@media all and (max-width: 576px) {
		.module-call-to-action__wrapper .h2 {
			font-size: 1.25rem;
			line-height: 2.5rem;
		}	
	}
		
/*---------------------------------------------- 
	6. Footer 
------------------------------------------------*/
	.footer {
		padding: 4rem 0 1.5rem 0;
	}

	.footer__contact li ,
	.footer a {
		font-size: 0.8rem;
		font-weight: 400;
		color: var(--white);
	}

	.footer a:hover {
		color: var(--yellow);
	}

	.footer__author a ,
	.footer__menu-bottom li a {
		color: var(--white);
	}

	.footer__menu-bottom li a {
		font-size: 0.8rem;
		font-weight: 500;
		padding: 0;
		position: relative;
	}

	.footer__menu-bottom li:not(:last-child) a::after {
		content: "-";
		color: var(--white) !important;
		display: inline-block;
		padding: 0 0.5rem;
	}

	.footer__certificeringen img {
		max-height: 2.5rem;
	}