
/*

font-family: "futura-pt", sans-serif;
font-weight: 400/500/700;

GRIJS: #777
BLAUW: #003b79
GROEN: #76ad1c
LICHT BLAUW: #a5b8d0
	
*/


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

html, body {
	height: 100%;
}

body {
	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #777;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1200px;
}

/* header */

.header {
	float: left;
	width: 100%;
	padding: 30px 0;
}

/* logo */

img.logo {
	float: left;
	width: 320px;
}

/* facebook */

.header img.facebook {
	float: right;
	width: 38px;
	margin-top: 3px;
	margin-left: 18px;
}

/* contact */

.header span.contact {
	float: right;
	text-align: right;
	font-size: 16px;
	color: #a5b8d0;
	line-height: 1.4em;
}

.header span.contact a {
	color: #a5b8d0;
}

.header span.contact a:hover {
	color: #003b79;
}

.header span.contact i {
	color: #a5b8d0;
	margin-left: 10px;
	margin-right: 5px;
}

.header span.contact em {
	font-style: normal;
	white-space: nowrap;
}

.header span.contact i:first-of-type {
	margin-left: 0;
}

.header span.contact img.facebook_mobile {	
	display: none;	
}

/* nav */

.nav {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

nav {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #bfceed;
	border-radius: 5px;
	background: url('/_graphics/bg_nav.png') top left repeat-x;
	background-size: auto 100% !important;
	box-shadow: 1px 1px 3px #ccc;
}

nav a {
	display: inline-block;
	color: #4c75a1;
	padding: 15px 22px;
	font-family: "futura-pt", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	border-right: 1px solid #bfceed;
	transition: all 0.1s;
}

nav a:first-child {
	margin-left: 0;
}

nav a:last-child {
	margin-right: 0;
}

nav a:hover {
	background: #e5ebf1;
}

nav a.selected {
	font-weight: 500;
	color: #003b79;
	background: #d9e2eb;
}

/* nav toggle */

.nav_toggle {
	float: right;
	display: none;
}

.nav_toggle img {
	float: right;
	height: 25px;
	margin-top: 11px;
	margin-right: 20px;
}

/* content */

.content {
	float: left;
	width: 100%;
	padding-bottom: 40px;
}

.content a {
	color: #003b79;
	transition: all 0.1s;
}

.content a:hover {
	color: #76ad1c;
}

.content a.button {
	display: inline-block;
	color: #fff;
	background: #76ad1c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 5px;
	position: relative;
}

.content a.button:hover {
	color: #fff;
	background: #003b79;
}

/* h1 */

.content h1 {
	font-family: "futura-pt", sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 18px;
	color: #76ad1c;
	line-height: 1.3em;
	text-transform: uppercase;
}

.content h1 a {
	color: #76ad1c;
	text-decoration: none;
	border: 0;
}

.content h1 a:hover {
	color: #003b79;
}

/* h2 */

.content h2 {
	font-family: "futura-pt", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 18px;
	color: #003b79;
	line-height: 1.3em;
	text-transform: uppercase;
}

.content h2 a {
	color: #003b79;
	text-decoration: none;
	border: 0;
}

.content h2 a:hover {
	color: #76ad1c;
}

/* layout */

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

.content ul {
	list-style-type: disc;
	margin-bottom: 22px;
}

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

.content li {
	margin-left: 15px;
	margin-bottom: 3px;
}

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

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

.content div.block {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	line-height: 1.4em;
	color: #003b79;
	border: 1px solid #bfceed;
	border-radius: 5px;
	background: url('/_graphics/bg_nav.png') top left repeat-x;
	background-size: auto 100% !important;
	margin-bottom: 25px;
}

.content hr {
	width: 100%;
	color: #bfceed;
	background: #bfceed;
	height: 1px;
	margin-bottom: 25px;
}

.content hr.spacer {
	color: none;
	background: none;
	margin-bottom: 0;
}

/* slideshow */

.slideshow {
	float: left;
	width: 66%;
	margin-bottom: 50px;
}

.slideshow .slide {
	float: left;
	width: 100%;
}

.slideshow .slide a {
	float: left;
	width: 100%;
	height: 450px;
	background-size: cover !important;
	text-decoration: none;
}

/* home text */

.home_text {
	float: right;
	width: 30%;
	margin-bottom: 25px;
}

/* home blocks */

.home_blocks {
	float: left;
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #bfceed;
	padding-top: 20px;
}

.home_blocks h2 {
	margin-bottom: 10px;
}

.home_blocks div.block1 {
	float: left;
	width: 30.33%;
	margin-right: 3%;
}

.home_blocks div.block2 {
	float: left;
	width: 30.33%;
	margin-right: 3%;
}

.home_blocks div.block3 {
	float: right;
	width: 33.33%;
}

.home_blocks a.green {
	color: #76ad1c; 
	font-size: 15px;
}

/* text */

.text {
	float: left;
	width: 65%;
}

/* small text */

.small_text {
	float: left;
	width: 30%;
}

.small_text.right {
	float: right;
}

/* wide block */

.wide_block {
	float: right;
	width: 65%;
}

.wide_block.left {
	float: left;
}

/* google maps */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 400px;
	margin-bottom: 25px;
}

#google_maps_canvas.clients {
	height: 300px;
}

#google_maps_canvas.contact {
	height: 450px;
}

#google_maps_canvas.projects {
	height: 350px;
	margin-bottom: 0;
}

/* clients */

table.client_list {
	float: left;
	width: 100%;
}

table.client_list td {
	padding: 10px 0;
	border-bottom: 1px solid #bfceed;
}

table.client_list td.name {
	font-weight: 700;
	color: #003b79;
}

/* projects */

.project_list {
	float: left;
	width: 100%;
	margin-top: 25px;
}

a.project {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	border-bottom: 10px solid #76ad1c;
}

.project_list a.project.nomargin {
	margin-right: 0;
}

a.project div {
	float: left;
	width: 100%;
	height: 350px;
	background-size: cover !important;
	-webkit-backface-visibility: hidden;
	transition: all 0.4s ease;
}

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

a.project span {
	position: absolute;
	bottom: -50px;
	left: 0;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background: #76ad1c;
	transition: all 0.4s ease;
}

a.project:hover span {
	bottom: 0;
}

/* units */

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

div.unit {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.unit_list div.unit.nomargin {
	margin-right: 0;
}

div.unit div.image {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
	border-bottom: 5px solid #76ad1c;
	margin-bottom: 15px;
	box-sizing: border-box
}

div.unit div.image b.banner {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 200;
	color: #fff;
	font-family: "futura-pt", sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 15px;
	text-transform: uppercase;
	background: #003b79;
}

div.unit div.image a.image {
	float: left;
	width: 100%;
	height: 350px;
	background-size: cover !important;
	-webkit-backface-visibility: hidden;
	transition: all 0.4s ease;
}

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

div.unit strong {
	float: left;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
	color: #003b79;
	line-height: 1.3em;
	text-transform: uppercase;
}

div.unit span {
	float: left;
	width: 100%;
	color: #777;
	margin-bottom: 8px;
}

div.unit img.icon {
	vertical-align: middle;
	width: 20px;
	margin-right: 3px;
}

/* blog */

.blog_list {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.blog_list a.blog {
	float: left;
	width: 31%;
	margin-bottom: 50px;
	text-decoration: none;
}

.blog_dummy {
	float: left;
	width: 31%;
}

.blog_list a.blog .blog_image {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	background-size: cover !important;
	transition: all 0.2s;
}

.blog_list a.blog .blog_image img {
	float: left;
	width: 100%;
}

.blog_list a.blog:hover .blog_image {
	transform: scale(1.01);
}

.blog_list a.blog b {
	float: left;
	width: 100%;
	color: #76ad1c;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}

.blog_list a.blog strong {
	float: left;
	width: 100%;
	font-family: "futura-pt", sans-serif;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #003b79;
	line-height: 1.3em;
	text-transform: uppercase;
}

.blog_list a.blog:hover strong {
	color: #76ad1c;
}

.blog_list a.blog p {
	color: #777;
}

/* 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: 16px;
}

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: 15px;
}

/* cta */

.cta {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 35px;
	color: #fff;
	background: #76ad1c;
}

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

.cta a:hover {
	color: #eee;
}

.cta a.button {
	display: inline-block;
	color: #76ad1c;
	background: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 5px;
	position: relative;
}

.cta a.button:hover {
	color: #fff;
	background: #003b79;
}

.cta h1 {
	font-family: "futura-pt", sans-serif;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 18px;
	line-height: 1.3em;
	text-transform: uppercase;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	padding: 25px 0;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	color: #bbb;
	line-height: 1.4em;
}

.footer a {
	white-space: nowrap;
	color: #bbb;
}

.footer a:hover {
	color: #003b79;
}

/* quoted */

img.quoted {
	vertical-align: middle;
	height: 15px;
	margin-left: 10px;
}

img.quoted:hover {
	opacity: 0.5;
}