@font-face {
	font-family: 'Proxima Nova Rg';
	src: 	url('../fonts/ProximaNova-Bold.eot');
	src: 	url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
			url('../fonts/ProximaNova-Bold.woff') format('woff'),
			url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
			url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Proxima Nova Lt';
	src: 	url('../fonts/ProximaNova-Light.eot');
	src: 	url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
			url('../fonts/ProximaNova-Light.woff2') format('woff2'),
			url('../fonts/ProximaNova-Light.woff') format('woff'),
			url('../fonts/ProximaNova-Light.ttf') format('truetype'),
			url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

html,
body {
	height: 100%;
}
body {
	background-color: #95c11f;
}

.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}

.logo {
	text-align: center;
	margin-top: 70px;
	margin-bottom: 57px;
}

/* Header */
header {
	position:relative;
	background-color: #fff;
	z-index: 2;
}
#header-image img {
	height: 100%; 
	width: 100%;
	position:relative;
	z-index: 2;
}

/* Content */
.content-left {
	text-align: justify;
	line-height: 25px;
	background-color: #95c11f;
	color: white;
	font-family: 'Proxima Nova Lt';
	padding: 60px 0;
	padding-left: 70px !important;
	padding-right: 70px !important;
	font-size: 15px;
	z-index: 2;
}

.content-right {
	font-family: 'Proxima Nova Rg';
	padding: 40px 0;
	padding-left: 70px !important;
	padding-right: 70px !important;
	background-color: #fff;
}

.content-right h1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.brands {
	margin-bottom: 30px;
}
.deoplossing-overlay {
	position: absolute;
    bottom: 0;
    top: 0px;
    left: 0;
    width: 50%;
    height: 100% !important;
    z-index: 1;
	background-color: #95c11f;
}
/* Schermen 992 (klein scherm) */
@media only screen and (max-width : 992px) {
	.content-left {
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.brand img {
		margin-left: auto;
	    margin-right: auto;
	}
	
	.brand h1 {
    	text-align: center;
	}
}

/* Schermen 768 (tablet) */
@media screen and (max-width: 768px) {
	.content-left {
	padding-top: 40px;
	padding-bottom: 40px;
	}
	
	.logo img {
		height: 51px;
		width: 200px;
	}	
	.deoplossing-overlay {
		display:none;
	}
}

/* Schermen 480 (mobiel) */
@media screen and (max-width: 480px) {
	.content-left {
	padding-left: 30px !important;
	padding-right: 30px !important;
	}
	
	.logo img {
		height: 45px;
		width: 175px;
	}
}
