@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
/* CSS Document */
body {
	background-color: #FFF;
	overflow-x: hidden;
}
* {
	padding:0;
	margin:0;
	list-style:none;
	outline:none;
	box-sizing: border-box;
	font-family: 'Rajdhani';
}
header {
	background-color:rgba(3,40,90,1);
	padding: 10px;
	box-shadow: 0px 3px 24px -5px rgb(0 0 0 / 75%);
	color: #FFF;
}
header div#logo div:first-child {
	width: 240px;
}
header div#logo img {
	height: 80px;
}
header div#logo div:nth-child(2){
	vertical-align: top;
	padding-top: 20px;
	color: #FFF;
	width: 325px;
	font-size: 36px;
	font-weight: 700;
}
.ns {
	width: 0;
	height: 0;
	overflow: hidden;
}
header div {
	display: inline-block;
	vertical-align: top;
}
header a#phone {
	text-decoration: none;
	display: inline-block;
	background-image: url('../img/phoneg.svg');
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: top 10px left;
	padding: 10px 0 0 70px;
	width: 420px;
	float: right;
	color: #FFF;
	font-weight: 700;
	font-size: 48px;
}
header div.holder {
	display: block;
}
.holder {
	width: 90%;
	margin: 0 auto;
}
#slideshowWrapper{
	position:absolute;
	width:833px;
	height:549px;
	right: -220px;
	z-index: -2;
	top: 0;
}
section.callback div.callback {
	width: 50%;
	margin: 0 auto;
}
.callback {
	background-color: #FFF;
	border-radius: 10px;
	padding: 10px;
	color: #333;
	text-align: center;
}
.callback input {
	width: 100%;
	background-color: rgba(0,0,0,.05);
	background-size: auto 20px;
	background-position: top 8px left 8px;
	background-repeat: no-repeat;
	padding: 10px 5px 10px 35px;
	display: inline-block;
	border: none;
	border-radius: 5px;
	margin-bottom: 5px;
}
.callback input.naam {
	background-image: url('../img/name.svg');
}
.callback input.email {
	background-image: url('../img/mail.svg');
	background-size: auto 16px;
	background-position: top 10px left 8px;
}
.callback input.telefoon {
	background-image: url('../img/phone.svg');
}
.callback input[type="submit"],a.button{
	background-color: #F5A640;
	color: #FFF!important;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	padding: 10px 50px;
	text-decoration: none;
}
.callback h3 {
	color: #0D4F9F;
	font-size: 30px;
}
.callback p {
	font-size: 14px;
	line-height: 20px;
	width: 80%;
	margin: 5px auto;
}
ul#slideshow{
	list-style:none;
	width:833px;
	height:449px;
	overflow:hidden;
	clip-path: url('#clip-re');
}
ul#slideshow img {
	height: 449px;
}
.reviews ul li {
	display: inline-block;
	width: 24%;
	border-right: 1px solid #CCC;
}
.reviews ul li:last-child {
	border-right: none;
}
.reviews ul li {
	background-image: url('../img/not180.svg');
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: top left;
	height: 180px;
	padding: 0 20px;
}
.reviews ul li div:first-child {
	background-image: url('../img/180.svg');
	background-repeat: no-repeat;
	background-size: 80px;
	height: 170px;
	background-position: bottom right;
}
.reviews ul li div:nth-child(2){
	font-weight: bold;
}
.reviews ul li div:nth-child(2) span{
	font-weight: normal;	
}
.reviews ul li img {
	width: 20px;
	margin-right: 2px;
}
.reviews h3 {
	display: inline-block;
	position: relative;
	font-size: 30px;
	margin-bottom: 20px;
}
.reviews h3::after {
	content: '';
	background-color: #F5A640;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.reviews {
	padding: 20px 0;
	text-align: center;
}
section#kop {
	color: #FFF;
	position: relative;
	background-image: url('/img/nieuwhead.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto 100%;
	height: 449px;
	margin-bottom: 220px;
}
section#kop .overlay {
	background: rgb(13, 79, 159);
	background: linear-gradient(90deg, rgba(13, 79, 159,1) 0%, rgba(13, 79, 159,1) 50%, rgba(13, 79, 159,0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
section#kop div.holder div.content {
	width: 50%;
	padding: 20px 0;
}
section#kop div.holder div.content h1 {
	font-weight: 700;
	font-size: 50px;
	line-height: 46px;
	margin-bottom: 10px;
}
section#kop div.holder div.content h1 span {
	color: #67C031;	
}
section#kop div.holder ul {
	margin: 20px 0;
}
section#kop div.holder ul li {
	background-image: url('../img/tickr.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top 7px left;
	padding: 2px 0 1px 26px;
	font-size: 22px;
	font-weight: 500;
}
section#kop .overlay .paths div {
	height: 100%;
	position: absolute;
	width: 1010px;
	background-image: url('/img/path.svg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	top: 0;
	animation: move;
	animation-iteration-count: infinite;
}
section#kop .overlay .paths div:nth-child(1) {
	right: -300px;
	animation-duration: 10s;
}
section#kop .overlay .paths div:nth-child(2) {
	right: -600px;
	animation-duration: 15s;
}
section#kop .overlay .paths div:nth-child(3) {
	right: -700px;
	animation-duration: 20s;
}
.shadow {
	box-shadow: 0 1rem 3rem rgb(13 79 159 / 40%) !important
}
section.content:nth-child(even){
	background-color: rgba(13, 79, 159,.9);
	color: #FFF;
}
section.content:nth-child(even) p{
	color: #FFF;
}
section.content {
	padding: 15px 0;
	color: #333;
}
section.content h2 {
	margin-bottom: 10px;
}
section.content p {
	color: #333;
	line-height: 20px;
	font-size: 16px;
	margin-bottom: 15px;
}
section.content a {
	color: #333;	
}
div.flexi {
	display: flex;
	flex-direction: row;
}
div.flexi.even {
	flex-direction: row-reverse;
}
div.flexi div:nth-child(1){
	width: 30%;
	padding: 0 20px;
}
div.flexi div:nth-child(2){
	width: 70%;
}
section.content img {
	max-width: 100%;
	max-height: 200px;
}
section.content div.flexi.even img {
	margin: 0 0 20px 20px;
	clip-path: url('#clip-path1');
}
section.content div.flexi.odd img {
	margin: 0 20px 20px 0;
	clip-path: url('#clip-path2');
}
footer {
	background-color: #0D4F9F;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
}
@keyframes move {
  0% {
	transform: translateX(3%); 
  }
  50% {
	transform: translateX(-3%); 
  }
  100% {
	  transform: translateX(3%); 
	}
}