/* Generated by http://www.webvanced.nl */

@font-face {
    font-family: 'daxwideregular';
    src: url('/css/fonts/daxwide-light-webfont.eot');
    src: url('/css/fonts/daxwide-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/daxwide-light-webfont.woff2') format('woff2'),
         url('/css/fonts/daxwide-light-webfont.woff') format('woff'),
         url('/css/fonts/daxwide-light-webfont.ttf') format('truetype'),
         url('/css/fonts/daxwide-light-webfont.svg#daxwideregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'daxcondensedregular';
    src: url('/css/fonts/daxcondensed-webfont.eot');
    src: url('/css/fonts/daxcondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/daxcondensed-webfont.woff2') format('woff2'),
         url('/css/fonts/daxcondensed-webfont.woff') format('woff'),
         url('/css/fonts/daxcondensed-webfont.ttf') format('truetype'),
         url('/css/fonts/daxcondensed-webfont.svg#daxcondensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('/css/fonts/Roboto-Light-webfont.eot');
    src: url('/css/fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Roboto-Light-webfont.woff') format('woff'),
         url('/css/fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('/css/fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** basic **/
html, body {
	box-sizing:border-box;
	font-family:daxwideregular;	
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	overflow:none;
}
*, *:before, *:after {
	box-sizing:border-box;
}
*:focus {
    outline: 0;
}

body {
	background-image:url(/images/bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	background-position: center center;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

a img {
	border:0;
}
li{
	list-style-image: url("/images/item-dot-small.png");
}
.message_container{
	position: relative;
	z-index: 99999;
	background:#f6921e;
	color:#fff;
	padding:1px 1%;

}
.message_error{
	background:red;
}
.message_warning{
	background:#f6921e;
}
.message_message{
	background:#08a2b0;
}
.message_container h1{
	font-size:14px;	
		font-weight:bold;
	}
/** background **/
#background {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	background-size:cover;
	background-attachment: fixed;
	background-position: center center;
	z-index:1;
}

/** main **/
#main {
	background:url(/images/bg-gradient.png) no-repeat left top;
	height:100%;
	width:100%;
	z-index:3;
	position:absolute;
	overflow-y:scroll;
}

/** logo **/
#logo {
	position:absolute;
	left:111px;
	top:10px;
	z-index:200;
	height:40px;
	width:410px;
	background-size:410px 40px;
	background-image:url(/images/logo.svg);
}

/** info box **/
.info {
	position:fixed;
	bottom:-2px;
	width:100%;
	background:#FFF;
	border:2px solid black;
	padding:5px;
	text-align:center;
	z-index:999999;
	display:none;
}

/** overlay **/
#overlay {
	top:0;
	left:0;
	height:100%;
	min-width:500px;
	width:100%;
	position:absolute;
	z-index:2000;
	background-color:#004b8d;
	color:#FFF;
	display:none;
}
#overlay .closeButton {
	position:absolute;
	top:20px;
	right:20px;
	width:42px;
	height:42px;
	
}
#overlay .closeButton img{
	width:42px;
	height:42px;
	cursor:pointer;	
}
#overlay input[type="password"],
#overlay input[type="text"],
#overlay textarea {
	background-color:#004b8d;
	border:0;
	border-left:3px solid #FFF;
	padding:0 10px;
	margin:15px 0;
	color:#FFF;
	line-height:50px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:400;
	font-size:30px;
	font-family:daxwideregular;
	width:100%;
	line-height:30px;
}
#overlay input[type="submit"],
#overlay button {
	background-color:#FFFFFF;
	border:0;
	padding:0 10px;
	margin:15px 0;
	color:#004b8d;
	line-height:50px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:400;
	font-size:30px;
	font-family:daxwideregular;
	width:100%;
}
#overlay input[type="password"]::-webkit-input-placeholder,
#overlay input[type="text"]::-webkit-input-placeholder,
#overlay textarea::-webkit-input-placeholder {
   color: #FFF;
}
#overlay input[type="password"]:-moz-placeholder,
#overlay input[type="text"]:-moz-placeholder,
#overlay textarea:-moz-placeholder { /* Firefox 18- */
   color: #FFF;  
}
#overlay input[type="password"]::-moz-placeholder,
#overlay input[type="text"]::-moz-placeholder,
#overlay textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF;  
}
#overlay input[type="password"]:-ms-input-placeholder,
#overlay input[type="text"]:-ms-input-placeholder,
#overlay textarea:-ms-input-placeholder {  
   color: #FFF;  
}
#overlay .popup {
	display:none;
}
#overlay .popup {	
	width:400px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#overlay .popup .aligner {
	text-align:left;
}
#overlay .nr1 .aligner p{
	font-family: daxwideregular;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
}
#overlay .nr1 .aligner p a{
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}
#overlay .popup img {
    -moz-transform:scale(0.125);
    -webkit-transform:scale(0.125);
    transform:scale(0.125);
}
#overlay .search {
}
#overlay .contact {
}

/** content **/
#container {
	width:100%;
	padding-left:64px;
	padding-right:20px;
	padding-top:60px;
/**	min-width:480px; **/
	z-index:5;
}
#home {
	margin-bottom:60px;
}
#home .left { 
	float:left; 
	width:920px;
	overflow:hidden;
	margin-bottom:64px;
}
#home .left:after {
	content: "";
	display: table;
	clear: both;
} 
#home .left .item {
	float:left;
	padding:20px 20px 0;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:40px;
	width:440px;
	height:367px;
	background:rgba(255,255,255,0.8);
	display:block;
    text-decoration:none;
	position:relative;
}
#home .left .item .img {
	display:block;
	width:100%;
	height:246px;
	position:relative;
	overflow:hidden;
}
#home .left .item .img div.realimg {
	height:100%;
	margin:0;
	background-size:cover;
	background-position:center center;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
#home .left .item:hover .img div.realimg {
	z-index:5;
	margin:-20% 0 0;
	height:140%;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
#home .left .item .img .overlay {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:rgba(51, 111, 164, 0.8);
	color:#336fa4;
	opacity:0;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
#home .left .item:hover .img .overlay {
	color:#FFF;
	opacity:1;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
#home .left .item .img .overlay .text {
	position:absolute;
	bottom:0;
	line-height:30px;
	padding:5px 0;
	left:20px;
	right:20px;
	text-align:center;
}
#home .left .item .img .overlay .text .location {
	line-height:20px;	
	font-size:12px;
	padding-bottom:10px;
	padding-top:30px;
}
#home .left .item .img .overlay .text .linktitle {
	border-top:1px solid #95b2cb;
	line-height:20px;
	font-size:12px;
	padding-top:10px;
}
#home .left .item hr {
    border:0;
    height:1px;
	background:#009fae;
	margin:20px 0 0;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
#home .left .item:hover hr {
	background:#004a8d;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
#home .left .item h2 {
	font-family:daxcondensedregular;
	display: table-cell;
	vertical-align:middle;
	background:url(/images/item-dot.png) no-repeat 0 center;
	padding-left:20px;
	margin:0;
	height:80px;
	line-height:40px;
	color:#009fae;
    text-decoration:none;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	font-weight: normal;
}
#home .left .item:hover h2 {
	color:#004a8d;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}
#home .left .item  .shadow {
	position:absolute;
	bottom:-40px;
	height:40px;
	width:440px;
	left:0;
	background-image:url(/images/item-bg.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size:cover;
}
#home .right {	
	float:right; 
	min-height:1px;
	width:calc(100% - 940px);
}
#home .right > h1 {
	font-weight:400;
	text-align:center;
	padding:10%;
	margin-top:28%;
	color:#FFF;
	line-height:50px;
	padding-left:20px;
}
#home .right > a > h1 {
    color: #fff;
    font-weight: 400;
    line-height: 50px;
    /*margin-top: 28%;*/
    padding: 6% 13%;
    text-align: center;
}
#home .right > a{
    text-decoration: none;	
	
}
#home .mobile{
	display:none;
}
.vacature_item{
	border: 1px solid #004a8d;
	padding:10px;
	width : 47%;
	margin-top:40px;
}
.vacature_item ul{
	padding-left:18px;
}
.vacature_image{
	//background-color:#004a8d;
	background-color:#fff;
    background-size: cover;
	background-repeat:no-repeat;
	background-position: left center;
	width: 100%;
	height:180px;
	margin-bottom:8px;
}
.container_pasfoto{
	background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
    height:200px;
}

.sharethis-inline-share-buttons .st-btn {
	background-color:#00559e !important;
    width: 36px;
}
//#st-1 .st-btn{
//height: 37px !important;
//line-height: 37px !important;
//}
//#st-1 .st-btn > svg {
//    height: 37px !important;
//   width: 37px !important;
//}
	#content .content .inner .item .icon_container {
		position: relative;
	}

	#content .content .inner .item ul.iconen {
		padding: 0;
		margin: 0;
	}
	
	#content .content .inner .item .icon_title {
		background-color: #00abb8;
		width:100%;
		height:30px;
		position: absolute;
		bottom: 0px;
		padding:1px;
		color:#fff;
		text-align: center;
		line-height:30px;
		font-size:11px;
		font-weight:bold;
	}
	#content .content .inner .item .iconframe{
		width:100%;
		position: relative;
		float: left;
	}	
	#content .content .inner .item .iconframe .icon {
		box-sizing: border-box;
		padding-top:10px;
		padding-bottom:10px;
		height:180px;
		list-style: none;
		float: left;
		width: 23%;
		margin: 0 15px 0 0;
	}

	#content .content .inner .item .iconframe .icon:nth-child(4n+4) {
		box-sizing: border-box;
		padding-top:10px;
		padding-bottom:10px;
		height:180px;
		list-style: none;
		float: left;
		width: 23%;
		margin: 0 0px 0 0;
	}

	#content .content .inner .item .icon_icons{
		text-align: center;
		width: 100%;
		height:40px;
		position: relative;
		margin: 0px auto;
		text-align: center;
	}
	
	#content .content .inner .item .icon_icons ul {
	padding:91px 0 0 0;
	margin:0;
	text-align: center;
	display: inline-table;
	}
	
	#content .content .inner .item .icon_icons li {
		border:1px solid #F78F1E;
		color: #F78F1E;
		width:29px;
		height:29px;
		padding:0px;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		border-radius: 35px;
		list-style: none;
		float:left;
		margin:0px 3px; 
		display: inline-block;
	}
	#content .content .inner .item .icon_icons li.active {
		color: #FFF;
		background:#F78F1E;
		font-weight: bold;
	}

	#content .content .inner .item .icon_container{
		border: 1px solid #00ABB8;
		box-sizing: border-box;
		width:100%;
		height:100%;
		position: relative;
		float:left;
		background: url(images/bg.jpg);
		background-repeat:no-repeat; 
		background-position:center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#content .content .inner .item .project3D div {
		position:absolute;
		top:0;
		right:15px;
		width:36px;
		height:100%;
		background-image:url(/images/3d.png);
		background-size:36px 36px;
		background-repeat:no-repeat;
		background-position:center;
	}
		.contentdata .rightform input[type="text"],
	.contentdata .rightform textarea {
		width:100%;
		border:1px solid #004a8d;
		padding:15px;
		background:transparent;
		color:#004a8d;		
		margin-bottom:7px;
		position: relative;
		float:left;
	}
	.contentdata .rightform input[type="submit"] {
		width:50%;
		border:1px solid #004a8d;
		padding:15px;
		background:#004a8d;
		color:#FFF;
		float: right;
		cursor: pointer;
		
	}	
	#slidelinks{
	display:none;
	}
	#deel_op_sm{
	padding-top:25px;
	}
	.width-100{
		width:100%;
		/*background:#EEE;*/
	}
	
.font-700 {
	font-weight:700;	
}
.font-400 {
	font-weight:400;	
}
