.voertuigen-headerFilter{
	position:absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	box-shadow: 3px 3px 16px 5px rgb(0 0 0 / 9%);
}

.hoeWerkt{
	margin:auto;
	width:100%;
	max-width:300px;
}

.hoeWerkt .htmlblok{
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	width: 100%;
}
.hoeWerkt img{}
.hoeWerkt p{
	margin:0;
}
.hoeWerkt h3{
	max-width: 260px;
	line-height: 1.3em;
}

.contactPage{
	background-color: var(--themeGreen);
	background-image:url('../images/logo_bg.svg');
	background-size: 30vh;
	background-position: 80% 6%;
	background-repeat: no-repeat;
	color: white;
}
@media screen and (min-width:769px){
	.contactPage .row{
		display:flex;
	}
}
.contactPage .row .col{
	display:flex;
	flex-direction: column;
}
.contactPage .row .col.fotoCol{
	flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.contactPage h1,
.contactPage p{
	color: white;
}

.contactPage .contactInputsHolder{
	background-color:rgba(255,255,255,0.1);
	padding: 16px 0 12px;
	float: left;
}
.contactPage .contactInputsHolder label{
	margin-bottom: 8px;
}

.contactPage .fotoCol img{
	max-width:500px;
	width:100%;
	box-shadow: 5px 7px 20px 0 #0000002e;
}


@media screen and (min-width:769px){
	.reviewsPage .row{
		display:flex;
	}
}
.reviewsPage .row > div:first-of-type{
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.reviewsPage .row .content{
	max-width: 420px;
	width:100%;
}

@media screen and (max-width:1024px){
	body .instaImageHolder{
		padding-bottom:30px;
	}	
	#jumbo-menu{
		background-color:transparent;
	}
	.jumbo-header{
		margin-top: -70px !important;
		padding: 0;
	}
	.jumbo-menu:not(.shown) div.header_menu {
		background: linear-gradient(180deg, rgb(16 47 88 / 28%), transparent);
	}
	div.header_menu img.logo {
		width:auto;
		max-width: inherit;
		height: 100%;
		padding: 11px;
		filter: brightness(0) invert(1);
	}
	.fslider{
		padding:0;
		border-radius: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		height: 60dvh !important;
	}
	.voertuigen-headerFilter{
		top:90px;
	}
	body.showMenu .jumbo-header{
		margin-top:0 !important;
	}
	div.menu_button div.lines{
		background-color:#fff;
	}
}
@media screen and (max-width:769px){
	body .instaImageHolder{
		width:50%;
	}
	.hoeWerkt{
		margin-top:20px;
		margin-bottom:20px;
	}
	.hoeWerkt .htmlblok{
		gap:15px;
	}
	.contactPage .row .col {
		padding: 15px;
	}
	.fslider{
		height: 100dvh !important;
		margin-bottom: 40px !important;
		transform: none !important;
	}
	div.fslider div.fslide{
		background-position:center !important;
	}
	
	.voertuigen-headerFilter{
		top:auto;
		height: auto;
		bottom:15px;
		padding: 0;
		width: calc(100% - 30px);
		margin-bottom: 0;
		background-color: transparent;
		box-shadow: none;
	}
	.voertuigen-headerFilter .voertuigFilters{
		display:flex;
		flex-direction: column;
		align-items: stretch;
		padding-left: 0;
		gap:10px;
	}
	.voertuigen-headerFilter .voertuigFilters .filterItem{
		background-color:#fff;
		padding: 10px 15px;
		border-radius:20px;
	}
	
}