body{
	background: #EFF1F3;
	font-family: "Nunito Sans", sans-serif;
}

.inhoud{
	height: 100vh;
	overflow: hidden;
}

.banner{
	background: url("../afbeeldingen/wpd9128ac0.jpg");
	padding: 80px 0;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	display: flex !important;
  	justify-content: center !important;
  	align-items: center !important;
  	position: relative;
  	width: 60%;
  	float: left;
}

.banner::after{
	content: '';
	display: block;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner h2{
	color: white;
	position: relative;
	z-index: 99;
	letter-spacing: 2px;
	line-height: 50px;
	font-size: 35px;
}

.rij1{
	text-align: center;
	padding: 80px 0;
	float: right;
	width: 40%;
	position: relative;
	height: 100vh;
	display: flex !important;
  	justify-content: center !important;
  	align-items: center !important;
}

.rij1::before{
	content: '';
	width: 100px;
	height: 110vh;
	background: #EFF1F3;
	display: block;
	position: absolute;
	top: -6px;
	left: -75px;
	transform: rotate(2deg);
}

.logo{
	margin-bottom: 15px;
}

.logo img{
	max-width: 80%;
}

.kader{
	border: solid thin lightgrey;
	border-radius: 5px;
	padding: 40px;
	max-width: 400px;
	margin: auto;
}

.kader a{
	color: #E51414;
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.banner,.rij1{
		width: 100%;
		height: auto !important;
	}

	.rij1::before{
		display: none;
	}

	.inhoud{
		overflow: auto;
	}

	.logo img{
		max-width: 80%;
	}

	.kader{
		max-width: 95%;
	}
}