html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #222222;
}

a {
	color: #f17f67;
	text-decoration: none;
}


.lang {
	position: absolute;
	right: 100px;
	top: 142px;
	z-index: 10000;
	padding: 0;
	margin: 0;
	list-style-type: none;
	color:#999!important;	
}

.lang li {
	color:#999!important;	
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em
}

.lang li a {
	color:#f17f67;	
}

.lang li a.actief {
	color:#fff;	
}

.header {
	background: #1b1b1b; 
}

.custom-shape-divider-top-1643989726 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		overflow: hidden;
		line-height: 0;
}

.custom-shape-divider-top-1643989726 svg {
		position: relative;
		display: block;
		width: calc(275% + 1.3px);
		height: 123px;
}

.custom-shape-divider-top-1643989726 .shape-fill {
		fill: #1B1B1B;
}

.Iam {
	padding: 2em 4em 0em 4em;
	font: normal 40px/50px Montserrat, sans-serif;
	color:#fff;
	text-transform: uppercase;
	height: 120px;
}
.Iam p {
	height: 50px;
	float: left;
}

.Iam b {
	float: left;
	overflow: hidden;
	position: relative;
	height: 50px;
	top: 40px;
	font-weight: normal;
}
.Iam .innerIam {
	display: inline-block;
	color: #e74c3c;
	position: relative;
	white-space: nowrap;
	top: 0;
	left: 0;

	/*animation*/
	-webkit-animation:move 15s;
		 -moz-animation:move 15s;
			-ms-animation:move 15s;
			 -o-animation:move 15s;
					animation:move 15s;
	/*animation-iteration-count*/
	-webkit-animation-iteration-count:infinite;
		 -moz-animation-iteration-count:infinite;
			-ms-animation-iteration-count:infinite;
			 -o-animation-iteration-count:infinite;
					animation-iteration-count:infinite;
	/*animation-delay*/
	-webkit-animation-delay:1s;
		 -moz-animation-delay:1s;
			-ms-animation-delay:1s;
			 -o-animation-delay:1s;
					animation-delay:1s;
}

@keyframes move{
	0%  { top: 0px; }
	5%  { top: -50px; }
	10%  { top: -100px; }
	15%  { top: -150px; }
	20%  { top: -200px; }
	25%  { top: -250px; }
	30%  { top: -300px; }
	35%  { top: -350px; }
	40%  { top: -400px; }
	45%  { top: -450px; }
	50%  { top: -500px; }
	55%  { top: -550px; }
	60%  { top: -600px; }
	65%  { top: -650px; }
	70%  { top: -700px; }
	75%  { top: -750px; }
	80%  { top: -800px; }
	85%  { top: -850px; }
	90%  { top: -900px; }
	95%  { top: -950px; }
}

@-webkit-keyframes move {
	0%  { top: 0px; }
	5%  { top: -50px; }
	10%  { top: -100px; }
	15%  { top: -150px; }
	20%  { top: -200px; }
	25%  { top: -250px; }
	30%  { top: -300px; }
	35%  { top: -350px; }
	40%  { top: -400px; }
	45%  { top: -450px; }
	50%  { top: -500px; }
	55%  { top: -550px; }
	60%  { top: -600px; }
	65%  { top: -650px; }
	70%  { top: -700px; }
	75%  { top: -750px; }
	80%  { top: -800px; }
	85%  { top: -850px; }
	90%  { top: -900px; }
	95%  { top: -950px; }
}
@-moz-keyframes move {
	0%  { top: 0px; }
	5%  { top: -50px; }
	10%  { top: -100px; }
	15%  { top: -150px; }
	20%  { top: -200px; }
	25%  { top: -250px; }
	30%  { top: -300px; }
	35%  { top: -350px; }
	40%  { top: -400px; }
	45%  { top: -450px; }
	50%  { top: -500px; }
	55%  { top: -550px; }
	60%  { top: -600px; }
	65%  { top: -650px; }
	70%  { top: -700px; }
	75%  { top: -750px; }
	80%  { top: -800px; }
	85%  { top: -850px; }
	90%  { top: -900px; }
	95%  { top: -950px; }
}
@-o-keyframes move {
	0%  { top: 0px; }
	5%  { top: -50px; }
	10%  { top: -100px; }
	15%  { top: -150px; }
	20%  { top: -200px; }
	25%  { top: -250px; }
	30%  { top: -300px; }
	35%  { top: -350px; }
	40%  { top: -400px; }
	45%  { top: -450px; }
	50%  { top: -500px; }
	55%  { top: -550px; }
	60%  { top: -600px; }
	65%  { top: -650px; }
	70%  { top: -700px; }
	75%  { top: -750px; }
	80%  { top: -800px; }
	85%  { top: -850px; }
	90%  { top: -900px; }
	95%  { top: -950px; }
}
@keyframes move {
	0%  { top: 0px; }
	5%  { top: -50px; }
	10%  { top: -100px; }
	15%  { top: -150px; }
	20%  { top: -200px; }
	25%  { top: -250px; }
	30%  { top: -300px; }
	35%  { top: -350px; }
	40%  { top: -400px; }
	45%  { top: -450px; }
	50%  { top: -500px; }
	55%  { top: -550px; }
	60%  { top: -600px; }
	65%  { top: -650px; }
	70%  { top: -700px; }
	75%  { top: -750px; }
	80%  { top: -800px; }
	85%  { top: -850px; }
	90%  { top: -900px; }
	95%  { top: -950px; }
}






.content {
	position: relative;
	/* background-color:#1b1b1b; */
	font: normal 40px/50px Montserrat, sans-serif;
	color: #999;
	font-size: 1.2em;
	line-height: 1.7em;
	padding: 0em 8em;
	padding-top: 8em;
}
.content:after {
	content: "";
	display: table;
	clear: both;
}

.content .left {
	width: 60%;
	float: left
}

.content .right {
	width: 30%;
	float: left;
	margin-left: 10%;
	font-size: 0.9em;
	line-height: 1.45em;
}

h3 {
	font-weight: 400;
	color: #f17f67
}


.refs {
	/* background-color:#1b1b1b; */
	font: normal 40px/50px Montserrat, sans-serif;
	color: #999;
	font-size: 1.2em;
	line-height: 1.7em;
	padding: 1em 8em;
	padding-bottom: 20px;
	text-align: center;
}





.refs ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0.8em
}


.refs li {
	display: inline-block;
	margin-right: 0.6em;
}

.refs li:after {
	content: " | ";
	margin-left: 0.56em;
}

.refs li:last-child:after { 
	content: ""; 
}



.refs a {
	color:#ccc;
	font-size: 1.1em;
}

.refs a:hover {
	color: #f17f67
}



.legal {
	/* background-color:#1b1b1b; */
	font: normal 30px/40px Montserrat, sans-serif;
	color: #999;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 1em 8em;
	padding-bottom: 100px;
	text-align: center;
}



.pics {
	font-family: 'Montserrat', sans-serif;
	background-color: #0f0f0f;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color:#bfbfbf;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em
}

.pics:after {
	content: "";
	display: table;
	clear: both;
}


.pics ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}


.pics li {
	display: block;
	padding:0;
	margin: 0; 
	width: 25%;
	float: left;
}

.pics img {
	width: 100%;
	height: auto;
}

.pics li div {
font-size: 0.7em;
padding: 1.5em;
padding-bottom: 2em
}



.pics a {
	color:#ccc;
	font-size: 1.1em;
}

.pics a:hover {
	color: #f17f67
}






@media (max-width: 1200px) {  
	.content {
		padding: 2em 4em;
		padding-top: 8em;
	}
	.Iam {
		padding: 0em 2em;
		padding-top: 2em;
		height: 160px;
	}
	.refs {
		padding: 2em 4em;
		padding-bottom: 190px;
	}
}

@media (max-width: 992px) { 
	.lang {
		position: absolute;
		right: 40px;
		top: 100px;
	}
	.content .left,
	.content .right {
		float: none;
		width: 100%;
		margin: 0;
	}
	.content {
		padding: 2em 2em;
		padding-top:8em;
	}
	.Iam {
		padding: 0em 1em;
		padding-top: 1em;
		height: 120px;
	}
	.refs {
		padding: 2em 2em;
		padding-bottom: 190px;
	}
	.content .right {
		font-size: 1em;
		line-height: 1.55em;
	}
}

@media (max-width: 768px) {  
	.lang {
		position: absolute;
		right: 40px;
		top: 20px;
	}
	.content {
		font-size: 1em;
		padding-top:6em;
	}
	.Iam {
		padding: 0em 1.25em;
		padding-top: 1em;
		font: normal 25px/30px Montserrat, sans-serif;
		height: 120px;
	}
	.Iam p {
		height: 25px;
	}
	.Iam b {
		height: 30px;
		top: 25px;
	}
	
	.content .right {
		font-size: 1em;
		line-height: 1.55em;
	}
	
	@keyframes move {
		0%  { top: 0px; }
		5%  { top: -30px; }
		10%  { top: -60px; }
		15%  { top: -90px; }
		20%  { top: -120px; }
		25%  { top: -150px; }
		30%  { top: -180px; }
		35%  { top: -210px; }
		40%  { top: -240px; }
		45%  { top: -270px; }
		50%  { top: -300px; }
		55%  { top: -330px; }
		60%  { top: -360px; }
		65%  { top: -390px; }
		70%  { top: -420px; }
		75%  { top: -450px; }
		80%  { top: -480px; }
		85%  { top: -510px; }
		90%  { top: -540px; }
		95%  { top: -570px; }
	}
	
	@-webkit-keyframes move {
		0%  { top: 0px; }
		5%  { top: -30px; }
		10%  { top: -60px; }
		15%  { top: -90px; }
		20%  { top: -120px; }
		25%  { top: -150px; }
		30%  { top: -180px; }
		35%  { top: -210px; }
		40%  { top: -240px; }
		45%  { top: -270px; }
		50%  { top: -300px; }
		55%  { top: -330px; }
		60%  { top: -360px; }
		65%  { top: -390px; }
		70%  { top: -420px; }
		75%  { top: -450px; }
		80%  { top: -480px; }
		85%  { top: -510px; }
		90%  { top: -540px; }
		95%  { top: -570px; }
	}
	@-moz-keyframes move {
		0%  { top: 0px; }
		5%  { top: -30px; }
		10%  { top: -60px; }
		15%  { top: -90px; }
		20%  { top: -120px; }
		25%  { top: -150px; }
		30%  { top: -180px; }
		35%  { top: -210px; }
		40%  { top: -240px; }
		45%  { top: -270px; }
		50%  { top: -300px; }
		55%  { top: -330px; }
		60%  { top: -360px; }
		65%  { top: -390px; }
		70%  { top: -420px; }
		75%  { top: -450px; }
		80%  { top: -480px; }
		85%  { top: -510px; }
		90%  { top: -540px; }
		95%  { top: -570px; }
	}
	@-o-keyframes move {
		0%  { top: 0px; }
		5%  { top: -30px; }
		10%  { top: -60px; }
		15%  { top: -90px; }
		20%  { top: -120px; }
		25%  { top: -150px; }
		30%  { top: -180px; }
		35%  { top: -210px; }
		40%  { top: -240px; }
		45%  { top: -270px; }
		50%  { top: -300px; }
		55%  { top: -330px; }
		60%  { top: -360px; }
		65%  { top: -390px; }
		70%  { top: -420px; }
		75%  { top: -450px; }
		80%  { top: -480px; }
		85%  { top: -510px; }
		90%  { top: -540px; }
		95%  { top: -570px; }
	}
	@keyframes move {
		0%  { top: 0px; }
		5%  { top: -30px; }
		10%  { top: -60px; }
		15%  { top: -90px; }
		20%  { top: -120px; }
		25%  { top: -150px; }
		30%  { top: -180px; }
		35%  { top: -210px; }
		40%  { top: -240px; }
		45%  { top: -270px; }
		50%  { top: -300px; }
		55%  { top: -330px; }
		60%  { top: -360px; }
		65%  { top: -390px; }
		70%  { top: -420px; }
		75%  { top: -450px; }
		80%  { top: -480px; }
		85%  { top: -510px; }
		90%  { top: -540px; }
		95%  { top: -570px; }
	}
	.refs {
		font-size: 1em;
	}
	.refs li:after {
		content: "";
		margin-left:0em;
	}
	.custom-shape-divider-top-1643989726 svg {
		height: 90px;
		width: calc(525% + 1.3px);
	}
	.pics li {
		width: 100%;
		float: none;
	}
	.pics img {
		margin-top:2em;
		width: 90%;
		height: auto;
	}
	
}

@media (max-width: 375px) {  
	.custom-shape-divider-top-1643989726 svg {
		height: 90px;
		width: calc(525% + 1.3px);
	}
	.Iam {
		padding: 0em 1.5em;
		padding-top: 1em;
		height: 100px;
		font: normal 20px/30px Montserrat, sans-serif;
	}
	.Iam p {
		height: 20px;
	}
	.Iam b {
		height: 30px;
		top: 20px;
	}
	.refs {
		font-size: 1em;
	}
	.refs li:after {
		content: "";
		margin-left:0em;
	}
	.pics li {
		width: 100%;
		float: none;
	}
}

@media (max-width: 320px) {  
	.Iam {
		padding: 0em 1.75em;
		padding-top: 1em;
		height: 70px;
		font: normal 16px/30px Montserrat, sans-serif;
	}
	.Iam p {
		height: 16px;
	}
	.Iam b {
		height: 30px;
		top: 16px;
	}
	.content {
		font-size:0.9em;
	}
	.refs {
		font-size: 1em;
	}
	.refs li:after {
		content: "";
		margin-left:0em;
	}
	.pics li {
		width: 100%;
		float: none;
	}
}
