html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none;} article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;} ol, ul {list-style:none;} blockquote, q {quotes:none;} blockquote:before, blockquote:after, q:before, q:after {content:"";content:none;} table {border-collapse:collapse;border-spacing:0;} input, textarea {-webkit-appearance:none; -webkit-border-radius:0; border-radius:0; border:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;} textarea {resize:none;} input:focus, select:focus, textarea:focus, button:focus { outline:none; } [contenteditable="true"]:focus {outline:none;}

html{ 
	width:100%; 
	height:100%; 
}
body{ 
	width:100%; 
	height:100%; 
	background-color:#002f5c;  
	overflow-x: hidden;
}
em { 
	font-style:italic !important;
}


/* ----------------------------------------------------------------------------------------------  */

.clear{ 
	clear:both; 
}
li{ 
	text-indent:-11px; 
	padding-left:11px; 
}
li:before { 
	content: ""; 
	color:#ffffff; 
}
nav li{ 
	float:left; 
	text-indent:0; 
	padding-left:0;
}
li:before{ 
	content:""; 
}


/* ---------------------------------------------------------------------------------------------- TEXT */

@font-face { font-family:"GothamLight"; font-weight:normal; font-style:normal;
						src: url("/fonts/GothamLight.eot");
						src:url("/fonts/GothamLight.ttf");
 }
					
body{ 
	font-family:Arial;
	font-size:14px; 
	line-height:22px; 
	color:#ffffff; 
}

#payoff{ 
	text-align:center; 
}


h1{ 
	font-family:"GothamLight", sans-serif, Helvetica, Arial; 
	font-size:60px; 
	line-height:80px; 
	color:#ffffff; 
	letter-spacing:-1px; 
	text-transform:uppercase; 
}
h2{ 
	font-size:18px; 
	line-height:32px;
}
h3{ 
	font-family:"GothamLight", sans-serif, Helvetica, Arial; 
	font-size:21px; 
	line-height:36px; 
	color:#ffffff; 
	letter-spacing:-1px; 
	margin:0 0 20px 0; 
}

#payoff h2{ 
	font-family:Arial;
	font-size:52px;
	line-height:80px; 
	color:#ffffff; 
	letter-spacing:-1px;  
}
#referenties h2{ 
	font-family:"GothamLight", sans-serif, Helvetica, Arial; 
	font-size:50px; 
	line-height:70px; 
	color:#ffffff; 
	letter-spacing:-1px; 
	padding: 20px 0px 15px 0px; 
	text-align:center; 
	display:table-cell; 
	vertical-align:middle; 
}

#vacatures h3{ 
	font-size:30px; 
	line-height:48px; 
}
#vacatures p{
	font-size:16px;
}
#contact h3{ 
	font-size:46px; 
	line-height:48px; 
}

a{ 
	outline:none; 
}
a:link{ 
	color:#ffffff; 
	text-decoration:none; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a:visited{ 
	color:#ffffff; 
	text-decoration:none; 
}
a:hover{ 
	color:#ffffff; 
	text-decoration:none; 
}
a:active{ 
	color:#ffffff; 
	text-decoration:none; 
}

nav a{ 
	font-family:Arial;
	font-size:14px; 
	padding:10px 20px;
	text-transform:uppercase;  
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
nav a:link{ 
	color:#444444; 
	text-decoration:none; 
}
nav a:visited{ 
	color:#444444; 
	text-decoration:none; 
}
nav a:hover{ 
	color:#ffffff; 
	text-decoration:none; 
	background:#008cee;
}
nav a:active{ 
	color:#444444; 
	text-decoration:none; 
}
#contact a:link{ 
	color:#ffffff; 
	text-decoration:none; 
}
#contact a:hover{ 
	color:#ffffff; 
	text-decoration:underline; 
}
#overtopec a:hover,#vacatures a:hover{ 
	color:#002f5c; 
	text-decoration:none; 
}
#vacatures a:hover{ 
	color:#002f5c; 
	text-decoration:none; 
}

#content a:link	,#content a:active,#content a:hover{ 
	color:#00315c; 
	text-decoration:none; 
}
#content a:hover{ 
	color:#00315c; 
	text-decoration:underline; 
}

.active	a:link{ 
	color:#ffffff; 
	background:#008cee;  
}
.active	a:hover,.active	a:active,.active a:visited{ 
	color:#ffffff; 
}

#content a b { 
	font-size:16px; 
	line-height:30px;
}


#menuactivate{ 
	position:absolute; 
	bottom:100px; 
	left:0px; 
	width:100%; 
	height:1px; 
	z-index:99999; 
}

#logo{ 
	float:left;
	height:60px; 
	margin:15px 0 0 0;
}
#logo a{
	display: block;
	width: 100%;
}
#logo img{
	display: block;
	width: 30%;
	float:left;
	margin-right:5%;
}
menu{ 
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%;
	height: 70px;
	background-color:#ffffff; 
	z-index:99999; 
}
menu nav{ 
	float:right; 
	margin:2% 1% 0 0;
}
.stick{ 
	position:fixed; 
	top:0px; 
}
.language{
	float:right; 
	margin:23px 0px 0 0;
}

/* MOBILE */
#menu-mobile{ 
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:50px; 
	z-index:99999; 
	display:none; 
}
#menu-mobile_stroke{ 
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:50px; 
	background-color:#ffffff; 
	z-index:99999; 
}
.menu-mobile-btn{ 
	position:absolute; 
	top:10px; 
	left:10px; 
}
.menu-phone-btn{ 
	position:absolute; 
	top:10px; 
	right:10px; 
}
.menu-language{ 
	position:absolute; 
	top:16px; 
	right:10px; 
}
#menu-mobile-nav{ 
	position:fixed; 
	top:50px; 
	left:0px; 
	width:100%; 
	height:100%; 
	margin-bottom:100px; 
	background-color:#ffffff; 
	z-index:9999; 
	overflow:auto; 
	display:none; 
}
#menu-mobile-nav a{ 
	float:left; 
	width:100%; 
	padding:10px 0 10px 0; 
	background:#ffffff; 
	border-bottom:1px solid #ccc; 
	text-align:center; 
}
#menu-mobile-nav a:hover{ 
	background:#00315c; 
}
#backgroundvideo{ 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	z-index:9; 
}
#pauzevideo{ 
	position:absolute; 
	bottom:105px; 
	left:0px; 
	width:100%; 
	height:1px; 
	z-index:99999; 
}
#quote{ 
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	z-index:999;

}
.payoff_box{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
header{ 
	float:left; 
	position:relative; 
	width:100%; 
	height:100%; 
	z-index:99; 
}
section{ 
	float:left; 
	position:relative; 
	width:100%;
	background:#00315c; 
	z-index:999; 
	display:table; 
}
#overtopec{ 
	background:#00315c; 
	background-image:url(../img/overtopec.jpg)
}
#vacatures{ 
	background:#00060b;
	background:url(../img/banner3.jpg) no-repeat;
	background-size:cover;
	height: calc(100vh - 70px);
}
#contact{ 
	background:#00315c;
	background:url(../img/banner2.jpg) no-repeat;
	background-size:cover;
	height: calc(100vh - 70px);
}
#contact .cell{
	width: 100%;
	margin: 0 auto;
	max-width: 1240px;
}
#vacatures .left{
	width: 50%;
	float: left;
}
#vacatures .right{
	width: 50%;
	float: right;
}
.four_left span{
	padding-left: 5%;
}
.four_left{
	margin: 0 0 2% 0;
	overflow: hidden;
}
.container{ 
	position:relative; 
	max-width:1240px;
	margin:0 auto;
	width: 100%;
	overflow: hidden;
}
.one{ 
	float:left; 
	width:100%;
	padding:20px 0;
}
.center2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.left { 
	float:left; 
	width:90%;
}
.four_left{
	position:relative; 
	width:100%;
}
#payoff{
	/*margin: -9% 0 0 -24%;*/
}
.four_left span{
	display:block;
	float:left;
	font-size:14px;
	color:#fff;
	margin-right: 15%;
}
.four_left span:nth-child(1n){
	background:url(../img/foot1.png) no-repeat left top;
}
.four_left span:nth-child(2n){
	background:url(../img/foot2.png) no-repeat left top;
}
.four_left span:last-child{
	margin-right:0;
	background:url(../img/foot3.png) no-repeat left top;
}
.four_leftcenter{ 
	position:relative;
	overflow: hidden;
	background:url(../img/map.jpg) no-repeat left top;
	background-size: cover;
	opacity: 1;
	padding: 8%;
	width: 30%;
	margin: 0 auto;
}
.four_leftcenter:hover{
	background:url(../img/map1.jpg) no-repeat left top;
	background-size: cover;
	width: 30%;
	margin: 0 auto;
}
.four_leftcenter p{
	position: absolute;
	left: 45%;
	top:40%;
	border: 1px #fff solid;
	padding: 1% 2%;
	border-radius: 5px;
	text-transform:uppercase;
	margin: 0 0 0 -8%;
}
.four_leftcenter:hover p{
	border: 1px #fff solid;
	background-color: #fff;
	color: #008cee;
}
#referenties .one{ 
	margin:0; 
	float:none; 
	display:table; 
	margin-top:100px; 
}
.header_btn	{ 
	padding:7px 15px 7px 15px; 
	border:1px solid #ffffff; 
}
.header_btn:hover{ 
	background:#ffffff; 
	color:#00315c; 
}
.header_btn2{ 
	padding:7px 15px 7px 15px; 
	border:1px solid #ffffff; 
}
.header_btn2:hover{ 
	background:#ffffff; 
	color:#00315c; 
}
.leesmeer_btn{ 
	padding:7px 15px 7px 15px; 
	border:1px solid #ffffff; 
	font-weight:normal; 
	font-size:14px;  
	text-transform:uppercase;
}
.topm{
	margin-bottom:30px;
}
.leesmeer_btn:hover{ 
	background:#ffffff !important; 
	color:#00315c !important;
}
.refcontainer{ 
	width:100%; 
	display:table; 
	table-layout:fixed; 
	position:relative; 
	height:100%; 
}
.stone-segment { 
	text-transform:uppercase;
	font-weight:bold;
	position:absolute;
	left:50%;
	margin-left:-15%;
	top:50%;
	margin-top:-5%;
	width:30%;
}
.stone-segment a{
	display:block;
	color:#fff;
	border:2px #fff solid;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:24px;
	padding:10% 0;
}
.stone-segment a:hover{
	text-decoration:none; 
	background:#008cee;
	color:#fff;
	border:2px #008cee solid;;
}
#segmenten a:link{ 
	color:#ffffff; 
	text-decoration:none; 
}
#segmenten a:visited{ 
	color:#ffffff; 
	text-decoration:none; 
}
#segmenten a:active	{ 
	color:#ffffff; 
	text-decoration:none; 
}
.stone{ 
	background:center center no-repeat; 
	position:relative; 
	background-size:cover; 
	width:50%; 
	float:left; 
	padding-top:calc(100vh - 70px);
}
#oplossingen .four{ 
	float:left; 
	position:relative; 
	width:250px; 
	height:auto; 
	padding:20px; 
	margin:150px 0 150px 20px; 
	background:rgba(0,0,0,0.00); 
	overflow:hidden; 
}
#oplossingen img{ 
	width:auto !important; 
	height:auto; 
	padding-bottom:10px; 
}
#content .one{ 
	margin:0 0 0 0; 
}
.zh_box{
	position: absolute;
	left: 0;
	top:0;
	max-width: 1240px;
	width: 100%;
	height: 300px;
	background-color: rgba(0,98,166,0.3);
}
#payoff{
	/*position:absolute;
	top:50%;
	left:50%;
	z-index: 471;*/
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 22%;
}
@media (max-width: 1920px){
	/*#vacatures .one{
		margin: 22% 0 0 0;
	}*/
	#payoff{
		/*margin: -9% 0 0 -17%;*/
	}
	/*menu{
		height: 120px;
	}
	#logo{
		margin: 30px 0 0 0;
	}
	menu nav{
		margin: 50px 20px 0 0;
	}
	.language{
		margin: 50px 0 0 0;
	}*/
}
@media only screen and (max-width: 1600px){
	#vacatures .right{
		/*margin: 0 0 20% 0;*/
	}
	#payoff{
		/*margin: -9% 0 0 -20%;*/
	}
}
@media (max-width: 1240px){
	.container{
		width: 90%;
	}
	#contact .cell{
		width: 90%;
	}
	#payoff{
		/*margin: -9% 0 0 -27%;*/
	}
	.ment{
		width: 22px;
		height: 22px;
		margin-top: 8px;
		/*border: 1px solid red;*/
	}
	.ment>div{
		height: 23px;
		width: 30px;
	}
	.ment p{
		width: 21px;
		height: 3px;
		background: #000;
		border-radius: 1px;
		margin-bottom: 4px;
		transition: all 0.5s ease;
	}

	.ment p:last-child{
		margin-bottom: 0;
	}
	#menu-mobile {
        display: block;
        visibility: visible;
    }
    menu {
        display: none;
        visibility: hidden;
    }
}
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 45px;
        line-height: 55px;
    }
    #payoff h2 {
        font-size: 60px;
        line-height: 60px;
    }
	#vacatures .left,#vacatures .right{
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	#vacatures .right{
		margin: 5% auto;
	}
    #referenties h2 {
        font-size: 50px;
        line-height: 40px;
    }
	.container{
		overflow: hidden;
		width: 90%;
		margin: 0 auto;
	}
    menu {
        display: none;
        visibility: hidden;
    }
    #menu-mobile {
        display: block;
        visibility: visible;
    }
    .menu-phone-btn {
        display: none;
        visibility: hidden;
    }
    .dontshow {
        display: none;
    }
	section {
        /*padding: 120px 0 120px 0;*/
    }
    #referenties {
        padding: 0 0 0 0;
    }
	.right img{
		width: 100%;
	}
    .four_left {
        width: 50%;
		float: left;
    }
    .four_leftcenter {
        width: 50%;
        float: left;
		margin: 120px 0 20px 0;
    }
	.four_left span{
		margin-right: 0;
		width: 100%;
		margin-top: 2%;
		font-size: 20px;
		padding-left: 10%;
		line-height: 30px;
	}
    #referenties .one {
        margin: 50px 0 50px 0;
    }
    #quote {
        position: absolute;
    }
    .container .one img {
        width: 100%;
        height: auto;
    }
    .container .one a img {
        height: auto;
        width: auto;
    }
    .stone {
        width: 50%;
        padding-top: 50%;
    }
}
@media only screen and (max-width: 960px){

}
@media only screen and (max-width: 768px){
	.left,.right{
		width: 90%;
		margin: 5% auto;
		float: none;
	}
	#vacatures .one{
		margin: 40px 0 20px 0;
	}
	.four_left{
		width: 90%;
		float: none;
		margin: 0 auto;
	}
	.four_left span{
		width: 90%;
		margin-right: 0;
		margin-top: 2%;
		padding-left: 10%;
	}
	.four_leftcenter{
		padding: 12%;
		float: none;
		margin: 3% auto 0;
	}
	.four_leftcenter img{
		width: 100%;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 10%;
	}
	#payoff{
		/*margin: -20% 0 0 -44%;*/
	}
}
@media only screen and (max-width: 660px) {
    h1 {
        font-size: 28px;
        line-height: 32px;
    }
    #payoff h2 {
        font-size: 34px;
        line-height: 34px;
    }
    #referenties h2 {
        font-size: 26px;
        line-height: 30px;
    }
    #vacatures h3 {
        font-size: 26px;
        line-height: 30px;
    }
    menu {
        display: none;
        visibility: hidden;
    }

    #menu-mobile {
        display: block;
        visibility: visible;
    }
    .menu-phone-btn {
        display: block;
        visibility: visible;
    }
    .dontshow {
        display: none;
    }
    .right {
        margin: 0 0 20px 0;
    }
    .four_left {
        margin: 0 0 20px 0;
    }
    .four_leftcenter {
        margin: 0 0 20px 0;
    }
    .four_rightcenter {
        margin: 0 0 20px 0;
    }
    #referenties .one {
        margin: 50px 0 0 0;
    }
    #vacatures .one {
        margin: 20px 0 20px 0;
    }
    #vacatures .left {
    }
    #vacatures .right {

    }
    .stone {
        width: 50%;
        padding-top: 40%;
    }
    .refcontainer:first-child {
        padding: 0 0 0 0;
    }

    .refcontainer:second-child {
        margin: -65px 0 0 0;
    }
    #referenties div.stone:first-child {
        border-top: 1px solid #33597d;
    }
    #referenties div.stone {
        float: left;
        opacity: 1;
        position: relative;
    }
    #referenties div.stone a {
        display: block;
        position: static;
        height: auto;
        left: auto;
        top: auto;
    }
    .header_btn {
        float: none;
        display: block;
    }
    .header_btn2 {
        float: none;
        display: block;
        margin-bottom: 15px;
    }
}
@media only screen and (max-device-width: 660px) {
	h1 {
		font-size: 28px;
		line-height: 32px;
	}
	.stone-segment{
		width: 40%;
		left: 45%;
	}
	#payoff h2 {
		font-size: 34px;
		line-height: 34px;
	}
	#referenties h2 {
		font-size: 26px;
		line-height: 30px;
	}
	#vacatures h3 {
		font-size: 26px;
		line-height: 30px;
	}
	menu {
		display: none;
		visibility: hidden;
	}

	#menu-mobile {
		display: block;
		visibility: visible;
	}

	.menu-phone-btn {
		display: block;
		visibility: visible;
	}
	.dontshow {
		display: none;
	}
	.right {
		margin: 0 0 20px 0;
	}
	.zh_box{
		top:29%;
		left: 0;
	}
	.four_left {
		margin: 0 0 20px 0;
	}
	.four_leftcenter {
		margin: 0 0 20px 0;
	}
	.four_rightcenter {
		margin: 0 0 20px 0;
	}
	#referenties .one {
		margin: 50px 0 0 0;
	}
	#vacatures .one {
		margin: 50px 0 20px 0;
	}
	#vacatures .right {
		margin: 10% auto 0;
		width: 90%;
	}
	#payoff {
		/*margin: -25% 0 0 -45%;*/
		width: 90%;
	}
	.stone {
		width: 50%;
		padding-top: 40%;
	}
	.refcontainer:first-child {
		padding: 0 0 0 0;
	}
	.refcontainer:second-child {
		margin: -65px 0 0 0;
	}
	#referenties div.stone:first-child {
		border-top: 1px solid #33597d;
	}
	#referenties div.stone {
		float: left;
		opacity: 1;
		position: relative;
	}
	#referenties div.stone a {
		display: block;
		position: static;
		height: auto;
		left: auto;
		top: auto;
	}
	.header_btn {
		float: none;
		display: block;
	}
	.header_btn2 {
		float: none;
		display: block;
		margin-bottom: 15px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 10%;
	}
	#vacatures{
		height: auto;
	}
	.four_leftcenter p{
		margin: 0 0 0 -15%;
	}
    .dontshow {
        display: block;
    }
	.four_leftcenter img{
		width: 100%;
	}
	.four_left span{
		margin-bottom: 2%;
		padding-left: 17%;
		font-size: 12px;
	}
	.zh_box{
		top:34%;
		left: 1px;
	}
	#vacatures .one {
        width: 100%;
    }
	section{
		padding: 0;
	}
	.stone{
		width: 100%;
		padding-top: 100%;
	}
	.topBottom{
		overflow: hidden;
	}
	.right{
		float: none;
	}
	#vacatures .right img{
		width: 100%;
	}
    .right {
        margin: 0 0 20px 0;
    }
    .four_left,.four_leftcenter {
        margin: 0 auto;
		width: 90%;
		margin-top: 2%;
    }
	.four_leftcenter{
		padding-bottom: 70%;
		margin-bottom: 2%;
	}
}
@media only screen and (max-width: 360px) {
    .dontshow {
        display: none;
    }
    .one {
        padding: 0;
    }
    .left {
        margin:0 auto;
		width: 90%;
    }
    .right {
        margin: auto;
    }
    .four_left {
        margin:0 auto;
		width: 90%;
    }
    .four_leftcenter {
        margin: auto;
    }
    #content .left {
        margin: auto;
    }
    #content .right {
        margin: auto;
    }
    #payoff {
        /*margin: -25% 0 0 -45%;*/
		width: 90%;
    }
    #oplossingen .four {
        width: 280px;
    }
	.stone-segment{
		width: 50%;
		left: 40%;
	}
	.swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 10%;
	}
	.four_leftcenter p{
		left: 42%;
	}
}

@media only screen and (max-width: 320px) {
    .dontshow {
        display: none;
    }
	.zh_box{
		top:35%;
		left: 1px;
	}
    .five_rightcenter {
        margin: 0 0 20px 0;
    }
    .five_right {
        margin: 0 0 20px 0;
    }
    #payoff {
        width: 280px;
        /*margin: -50px 0 0 -140px;*/
    }
    #oplossingen .four {
        width: 240px;
    }
	.swiper-container-horizontal > .swiper-pagination-bullets{
		bottom: 10%;
	}
	.four_leftcenter p{
		left: 40%;
	}
}

@media only screen and (max-width: 1024px){
	.ment{
		width: 22px;
		height: 22px;
		margin-top: 8px;
		/*border: 1px solid red;*/
	}
	.ment>div{
		height: 23px;
		width: 30px;
	}
	.ment p{
		width: 21px;
		height: 3px;
		background: #000;
		border-radius: 1px;
		margin-bottom: 4px;
		transition: all 0.5s ease;
	}

	.ment p:last-child{
		margin-bottom: 0;
	}
	.mp1.active{
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		transform:rotateZ(45deg);
		-webkit-transform:rotateZ(45deg);
	}
	.mp2.active{
		opacity: 0;
	}
	.mp3.active{
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		transform:rotateZ(-45deg) translate(-2px,-1px);
		-webkit-transform:rotateZ(-45deg) translate(-2px,-1px);
		/*transform: translateX(-3px);*/
	}
}



