@charset "UTF-8";
/* CSS Document */

.container{
	width: 85%;
	max-width:  1950px;
}

body{
	font-family: 'Karla', sans-serif;
	font-size:  16px;
	line-height: 25px;
	background: #FFFDFB;
}

.knop a{
	display:  inline-block;
	padding:  10px 25px;
	background: black;
	color:  white;
	text-decoration: none !important;
	margin-top:  15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	overflow: hidden;
}

.knop a:hover{
	color:  black;
}

.knop a::before{
	display:  block;
	position: absolute;
	content:  '';
	top:  100%;
	left:  -1px;
	right:  -1px;
	bottom:  0;
	box-shadow: 2px 1px 20px rgba(0, 0, 0, .3);
	background: white;
	-webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
}

.knop a:hover::before{
	top:  0;
}

.knop span{
	z-index: 999;
	position: relative;
}

.navigatie{
	background: white;
	z-index: 999;
	padding:  30px 0 20px 0;
	box-shadow: 2px 1px 20px rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

.navigatie ul{
	padding:  0;
	text-align: center;
}

.navigatie li{
	padding:  5px 15px;
	display: inline-block;
}

.navigatie a{
	text-transform: uppercase;
	color: #0A3C5F;
	font-weight: bold;
	font-size:  16px;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	padding: 0 5px;
}

.navigatie a::after{
	content: '';
	display: block;
	width: 0%;
	position: absolute;
	border-bottom: solid 2px #0A3C5F;
	opacity: 0.6;
	-webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  transition: 0.3s;
}

.navigatie a:hover::after{
	width: 100%;
}

.banner{
	margin-top: 150px;

}

.banner h1{
	font-size:  40px;
	letter-spacing: 2px;
	margin-bottom: 25px;
}

.banner img{
	width: calc(100% + 100px);
}

.banner .banner_inner{
	padding: 40px;
	background: #F7F7F7;
		width: calc(100% - 100px);
}

.banner .row{
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.rij1{
	padding: 80px 0;
}

.rij1 .gegevens{
	text-align: center;
}

.rij1 .gegevens a{
	color: #0A3C5F;
	font-weight: bold;
}

.rij1 .gegevens img{
	margin-bottom: 15px;
}

.rij2 .rij2_inner .row{
	  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.rij2 h2{
	margin-bottom: 45px;
	letter-spacing: 2px;
	position: relative;
}

.rij2 h2::after{
	content:  '';
	display:  block;
	width:  60px;
	border-bottom:  solid 4px #0A3C5F;
	position: absolute;
	bottom: -20px;
	opacity: 0.6;
}

.rij2 .rij2_inner .col-md-6{
	padding:  0;
	display: flex;
	 flex-direction: column;
}

.rij2 .rij2_inner .tekst{
	padding:  40px 80px;
	background: #F7F7F7;
	min-height: 400px;
	width:  100%;
	height:  100%;
}

.rij2 .rij2_inner img{
	width:  100%;
	height:  100%;
	object-fit: cover;
}

footer .footer_inner .row{
	background: #0F0F0F;
	padding:  80px 0 20px 0;
	margin-top:  40px;
	text-align: center;
	color:  white;
	margin-bottom:  40px;
}

footer a{
	color: white;
	font-weight: bold;
}

footer img{
	margin-top:  25px;
}

footer .link_linkedin {
	width:  200px;
	heigh: auto;
}

.sinergio img{
	width:  20px;
	height:  auto;
}


/*  BIG SCREEN  */
@media screen and (min-width: 1400px){

}

/*  MID SCREEN  */
@media screen and (max-width: 1400px){

}

/*  SMALL SCREEN  */
@media screen and (max-width: 1200px){

}

/*  TABLET  */
@media screen and (max-width: 991px){

}

/*  SMARTPHONE  */
@media screen and (max-width: 768px){
	.banner .row{
		display: block !important;
	}
  .banner img{
		width: 100%;
	}

	.rij2 .rij2_inner .tekst{
		padding: 40px;
	}

	.rij2 .rij2_inner .col-md-6{
		display: block;
	}

	.rij2 .rij2_inner .row{
		display: block !important;
		margin-bottom: 35px;
	}
}
