/*//////////////////////  GENERAL SECTION   ///////////////////////////*/

body {
	position: absolute;
	width: 100%;
	left:0;
	font-size:  16px;
	line-height: 26px;
}

#leftside {
	display: none;
}

#rightside{
	left: 10%;
	top: 50px;
	width: 80%;
	overflow: visible;
	padding-bottom: 100px;
	margin-bottom: 10px;
}

#kwaliteitsstatuut {
	position: fixed;
  	left: 0%;
  	bottom: 0;
  	width: 100%;
	background: #C3C3C3;
	color: white;
  	text-align: center;
	overflow: visible;
}

.rightheader{
	display: none;
}

.mobilelogo {
	display: block;
    left: 35%;
	margin-bottom: 10px;
}

.mobileimage {
	  width: 30%;
}