
/*

BLAUWGRIJS: #4F565C	
ZWART: #000
BLAUW: #99b4c5
ROOD: #8c1d00
	
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300/400/700;

*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4F565C;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

.small_wrapper {
	margin: 0 auto;
	max-width: 800px;
	position: relative;
}

/* news */

.news {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	background: #99b4c5;
	text-align: center;
}

.news strong.title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
	margin-bottom: 2px;
}

.news a {
	color: #fff;
	transition: all 0.1s;
}

.news a:hover {
	color: #4F565C;
}

/* header */

.header {
	float: left;
	width: 100%;
	padding: 25px 0;
	background: #4F565C;
	position: relative;
}

/* logo */

div.logo {
	float: left;
}

div.logo img {
	vertical-align: top;
	width: 80px;
}

/* logo home */

.header.home div.logo {
	width: 100%;
	text-align: center;
}

.header.home div.logo img {
	width: 125px;
}

/* slogan */

.slogan {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 300;
	margin-top: 25px;
	color: #fff;
	letter-spacing: 1px;
}

/* lan switch */

ul.lan_switch {
	position: absolute;
	top: 0;
	right: 0;
	list-style-type: none;
	text-align: right;
}

ul.lan_switch li {
	display: inline-block;
}

ul.lan_switch li a {
	float: left;
	color: #bbb;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
	line-height: 1em;
	margin-left: 12px;
	transition: all 0.1s;
}

ul.lan_switch li a:hover {
	color: #fff;
}

ul.lan_switch li a.selected, 
ul.lan_switch li a.selected:hover {
	color: #fff;
}

/* nav */

nav {
	float: right;
	margin-top: 55px;
} 

nav a {
	display: inline-block;
	color: #bbb;
	font-size: 16px;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 32px;
	transition: all 0.1s;
}

nav a:hover {
	color: #fff;
}

nav a.selected {
	color: #fff;
}

/* home nav */

.header.home nav {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.header.home nav a {
	margin: 0 16px;
}

/* hamburger */

.hamburger {
	float: right;
	outline: none;
	display: none !important;
	margin-top: 27px !important;
	margin-right: 30px !important;
}

/* page block */

.page_block {
	float: left;
	width: 100%;
	position: relative;
}

/* page block 1: slideshow */

.slideshow {
	float: left;
	width: 100%;
	height: 500px;
}

/* page block 3/4: text */

.page_block3, 
.page_block4 {
	padding: 75px 0;
}

/* page block type 5/6: text + slider */

.page_block5, 
.page_block6 {
	padding: 0 !important;
}

.page_block5 .page_block_wrapper, 
.page_block6 .page_block_wrapper {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page_block5 .page_block_text,
.page_block6 .page_block_text {
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 50px 75px;
	padding-top: 0 !important;
	padding-bottom: 25px;
}

.page_block5 .page_block_images, 
.page_block6 .page_block_images {
	float: left;
	width: 50%;
}

.page_block5 .page_block_slider, 
.page_block6 .page_block_slider {
	float: left;
	width: 100%;
}

.page_block5 .page_block_slider .page_block_slide, 
.page_block6 .page_block_slider .page_block_slide {
	float: left;
	width: 100%;
	background-size: cover !important;
}

.page_block5 .page_block_slider .page_block_slide img, 
.page_block6 .page_block_slider .page_block_slide img {
	float: left;
	width: 100%;
}

.page_block5 .slick-dots, 
.page_block6 .slick-dots {
	position: absolute;
	bottom: 15px;
	right: 0;
}

/* type 7: image gallery */

.image_gallery {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.image_gallery .item {
	overflow: hidden;
	margin: 10px !important;
	box-sizing: content-box;
}

.image_gallery .item img {
	transition: all 0.2s;
}

.image_gallery .item:hover img { 
	transform: scale(1.05);
}


/* type 10: cta */

.page_block10 {
	color: #FFF;
	background: #4F565C;
	padding: 50px 0 25px 0;
}

.page_block10 a, 
.page_block10 h1, 
.page_block10 h2 {
	color: #FFF;
}

.page_block10 a.button {
	color: #4F565C !important;
	background: #FFF !important;
}

.page_block10 a.button:hover {
	color: #4F565C !important;
	background: #EEE !important;
}

/* content */

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

.content a {
	color: #99b4c5;
}

.content a:hover {
	color: #000;
}

.content a.button {
	display: inline-block;
	color: #fff;
	background: #99b4c5;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 2px;
	margin-bottom: 10px;
}

.content a.button:hover {
	background: #000;
}

.content h1 {
	font-weight: 400;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 25px;	
}

.content h1.project_title {
	float: left;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 25px;
}

.content h1.center {
	text-align: center;
}

.content h2 {
	font-weight: 700;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
}

.content p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

.content p.nomargin {
	margin-bottom: 0;
}

.content ul {
	list-style-type: disc;
	margin-left: 5px;
	margin-bottom: 25px;	
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	margin-bottom: 3px;
	line-height: 1.3em;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.4em;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #EEEAD7;
	margin-bottom: 30px;
}

.content hr.spacer-1 {
	float: left;
	width: 100%;
	border-bottom: 0;
	margin-bottom: 0;
}

.content hr.spacer1 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}

.content hr.spacer10 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
}

.content hr.spacer15 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 14px;
}

.content hr.spacer20 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 19px;
}

.content hr.spacer25 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 24px;
}

.content hr.spacer30 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 29px;
}

.content hr.spacer50 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 49px;
}

.content hr.spacer75 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 74px;
}

.content hr.spacer100 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 99px;
}

.content hr.spacer125 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 124px;
}

.content hr.spacer150 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 149px;
}

.content hr.spacer175 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 174px;
}

.content hr.spacer200 {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	margin-bottom: 199px;
}

.content hr.splitter3 {
	margin: 0;
	border: 0;
}

.content hr.splitter2 {
	margin: 0;
	border: 0;
	display: none;
}

.content hr.project_splitter {
	margin-bottom: 50px;
}

.content img.right {
	float: right;
	margin: 0 0 25px 50px;
}

.project_nav {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	color: #99b4c5;
}

.project_nav .left {
	float: left;
}

.project_nav .right {
	float: right;
	text-align: right;
}

/* text */

.text {
	float: left;
	width: 100%;
	padding: 75px 0 50px 0;	
}

.text_left {
	float: left;
	width: 47%; 
	padding: 50px 0 25px 0;
}

.text_right {
	float: right;
	width: 47%;
	padding: 50px 0 25px 0;
}

/* sitemap */

ul#sitemap {
	font-size: 17px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 14px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 13px;
}

/* usp's */

.usps {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: #99b4c5;
}

.usps h1 {
	padding: 0 25px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 40px;
}

.usps span {
	float: left;
	width: 20%;
	margin: 15px 2.5%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	color: #fff;
}

.usps span img {
	width: 30px;
	margin-bottom: 5px;
}

/* jobs */

.job_list {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.job_list a {
	float: left;
	width: 49%;
	margin-bottom: 20px;
	background: #F5F5F5;
	box-sizing: border-box;
	padding: 30px;
	padding-bottom: 10px;
	color: #4F565C !important;
	text-decoration: none;
}

.job_list a:hover {
	background: #E5E5E5;
}

.job_list a h2 {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
}

.job_list a u {
	display: inline-block;
	color: #fff;
	background: #99b4c5;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 2px;
	margin-bottom: 10px;
}

.job_list a:hover u {
	background: #000;
}


/*
.jobs {
	float: left;
	width: 100%;
	padding-top: 50px;
	background: #f5f5f5;
}

.jobs_sidebar {
	box-sizing: border-box;
	padding: 40px;
}

.jobs_left {
	float: left;
	width: 25%;
}

.jobs_right {
	float: right;
	width: 70%;
}

div.job_title {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}

div.job {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

div.job strong.title {
	float: left;
	padding: 15px 0;
	font-size: 14px;
}

/* project list */

a.project {
	float: left;
	width: 29.33%;
	margin: 0 2%;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	transition: all 0.4s;
}

a.project div.image_wrapper {
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

a.project div.image {
	float: left;
	width: 100%;
	padding-bottom: 60%;
	background-size: cover !important;
	transition: all 0.4s;
}

a.project strong {
	float: left;
	width: 100%;
	color: #111;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
}

a.project b {
	float: left;
	width: 100%;
	font-weight: 400;
}

a.project:hover {
	border-bottom: 1px solid #111;
}

a.project:hover div.image {
	 -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05); 
    -o-transform:scale(1.05);
     transform:scale(1.05);
}

/* project page */

.project_images {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.project_images a.project_image {
	float: left;
	width: 60%;
	height: 500px;
	background-size: cover !important;
	transition: all 0.4s;
}

.project_images a.project_image:hover {
    opacity: 0.8;
}

.project_images a.project_thumb {
	float: right;
	width: 40%;
	height: 250px;
	background-size: cover !important;
	transition: all 0.4s;
}

.project_images a.project_thumb:hover {
    opacity: 0.8;
}

.project_info {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.project_info .main {
	float: left;
	width: 60%;
}

.project_info .sidebar {
	float: right;
	width: 35%;
}

/* google maps */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 250px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	line-height: 1.4em;
	color: #99b4c5;
}

.footer a {
	color: #99b4c5;
	transition: all 0.1s;
	white-space: nowrap;
}

.footer a:hover {
	color: #000;
}

.footer br.vca {
	display: none;
}

.footer img.vca {
	height: 25px;
	vertical-align: middle;
	margin-left: 15px;
}

/* accept cookies */

.accept_cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9999;
	color: #fff;
	background: #4F565C;
	width: 90%;
	padding: 15px 5%;
	font-size: 13px;
	line-height: 1.5em;
	text-align: center;
	transition: bottom 1s;
}

.accept_cookies a {
	color: #fff;
	white-space: nowrap;
	transition: color 0.2s, background 0.2s;
}

.accept_cookies a:hover {
	color: #ddd;
}

.accept_cookies a.accept_cookies_button {
	color: #4F565C;
	background: #fff;
	padding: 3px 6px;
	text-decoration: none;
	border-radius: 3px;
}

.accept_cookies a.accept_cookies_button:hover {
	background: #ddd;
}