.instaImages {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.instaImage .instaImageHolder {}

.instaImage .instaImageHolder .imageHolder {}

.followButton {
	display: inline-block;
	width: 50%;
	margin-top: 25px;
}

.followButton a {
	width: 100%;
}

.fslider .contact{
	z-index:11;
	position:absolute;
	bottom: 17vh;
	left: auto;
	font-size: 30px;
	font-weight: 600;
	padding: 9px 26px;
	text-transform: uppercase;
	background-color: var(--themeGreen);
	color: white;
}

.jumbo-diensten{
	padding-top: 173px;
	padding-bottom: 150px;
	background-image:url('../images/stroke4.svg'), url('../images/stroke4.svg');
	background-size: 59%,60%;
	background-position: -40% 47vh, 120% 90vh;
	background-repeat: no-repeat;
	margin-bottom: -130px;
}
.dienstenPage h1{
	margin-bottom:100px;
}

.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;
}

.merkenPage{
	padding-top: 80px;
	padding-bottom: 40px;
	background-color:white;
}
.merkenPage .htmlblok h1{
	max-width: 520px;
	width:100%;
	margin: 0 auto 55px;
}

@media screen and (max-width:1024px){
	body .instaImageHolder{
		padding-bottom:30px;
	}	
}
@media screen and (max-width:769px){
	body .instaImageHolder{
		width:50%;
	}
	.contactPage .row .col {
		padding: 15px;
	}
}