body { 	
	border: 0;
	margin: 0;
	background: #000 url(../resources/world.jpg) center top repeat-x;
	background-size: cover;
	background-attachment: fixed;
}

body, input, textarea	{
	font-family: Tahoma, 'Raleway', Verdana, Geneva, sans-serif; 
	font-size: 14px; 
	letter-spacing: 0.1em;
}

img, img:link, img:visited	{
	border: 0;
}

ul, li, #wrapper, #wcontent, #content, #blog, #blogside, #main, #lfbl, #info, #infog, #twitterb, #ikhl, #contact_form, #contact_form input, #contact_form textarea, .row, .row1, .row2, #txt, #txt2, #txt3, #cta, #ctb, #ctc, #hf, h1, h2, h3, #blarch .label, #blarch span, #hbl, #prj1, #prj2, #prj3, #vtmmb1, #flex1, #flex2	{
	-moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        	border-box;
}

html body input::-webkit-input-placeholder, html body textarea::-webkit-input-placeholder {
color: #666;
}
html body input:-moz-placeholder, html body input::-moz-placeholder, html body textarea:-moz-placeholder, html body textarea::-moz-placeholder {
color: #666;
}
html body input:-ms-input-placeholder, html body textarea:-ms-input-placeholder {
color: #666;
}

h1, h2, h3, h4	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		text-transform: uppercase;
}

#content h1, #wcontent h1, #blog h1	{
		color: #fff;
		background: url(../resources/mbg.png) repeat;
		padding-left: 10px;
		padding-right: 10px;
}

#hf h1 {
		color: #005581;
		background: #ffd800;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.5em !important;
}


::selection {
		color: black;
		background: #ffd800;}
::-moz-selection {
		color: black;
		background: #ffd800;
}

.b	{
	font-weight: bold;
}

.mt80	{
	margin-top: 80px;
}
.mt20	{
	margin-top: 20px;
}

.limg	{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ti	{
	display: block;
	background-color: red;
	width: 100px;
	height: 55px;
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}

.clear	{
	clear: both;
}

.hide	{
	display: none !important;
}

header	{
	display: block;
	width: 100%;
}

#logo	{
	position: absolute;
	left: 5%;
	top: 15px;
	z-index:3;
}



#ftgl, #ftlg, #ftbl	{
		display: block;
		float: left;
		height: 60px;
}

#ftgl	{
	background-color: #ffd800;	
}

#ftbl	{
	width: -webkit-calc(50% - 100px);
	width: -moz-calc(50% - 100px);
	width: calc(50% - 100px);
	background-color: #003b5b;
	position: relative;
}

#ftlg	{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: -webkit-calc(50% - 100px);
	left: -moz-calc(50% - 100px);
	left: calc(50% - 100px);
}

nav 	{
	color: #fff;
	font-weight: 400;
}

#menu	{
	float: left;
	width: 100%;
	margin-left: 0;
}
nav li	{
	float: left;
}

nav ul li a:link, nav ul li a:visited	{
		color: #e2e2e2;
		text-decoration: none;
}
nav ul li a:hover, nav ul li:hover, nav ul li ul li:hover, nav ul li ul li a:hover	{
		color: #ffd800;
}

nav ul li ul li a	{
	display: inline-block;
	width: 100%;
}

nav ul li img	{
	vertical-align: text-bottom;
}

nav .lng	{
	width: 60px !important;
}

.mact:link, .mact:visited	{
		color: #ffd800;	
}
	
.ci a	{
	color: #fff;
	text-decoration: none;
}
	

footer	{
	display: inline-block;
	height: 60px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	z-index: 11;
}

#fta	{
	margin-top: 12px;
}

#fta img, #cta img	{
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px;
}

#fta .ci, #fta .cni, #cta .ci, #cta .cni	{
	display: block;
	float: left;
	height: 16px;
	margin-bottom: 2px;
	vertical-align: middle;
}

#fta .cni, #cta .cni	{
	padding-left: 25px;
}

.pd20	{
	padding: 20px;
}

/* REFERENTIES */
#referenties	{
	text-align: center;
}

.refh	{
	display: inline-block;
	vertical-align: top;
	background-color: #e6e6e6;
	width: 208px;
	min-height: 208px;
	margin: 10px 10px 30px 10px;
	line-height: none;
	box-shadows: #999 2px 2px 10px;
	border: #b2b2b2 4px solid;
	text-align: left;
	letter-spacing: 0em;
}
.refh h2	{
	margin: 0;
	background-color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #fff;
	background: url(../resources/mbg.png) repeat;
	padding-left: 10px;
}
.refh ul	{
	margin: 0;
	padding: 0;
	padding-left: 1.6em;
}
.refh li	{
	padding: 0;
}
.refh img	{
	width: 200px;
	height: 60px;
	margin: 4px 4px 0px 4px;
}

/* CONTACT */
#contact_form	{
	display: inline-block;
	padding: 10px;
	wsidth: 100%;
}

#contact_form .row	{
	width: 100%;
}

#contact_form .row input[type="text"]	{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#contact_form .c1, #contact_form .c2	{
	width: 48%;
	float: left;
}
#contact_form .c2	{
	float: right;
}

#contact_form .c1 input, #contact_form .c2 input, #contact_form input[type="text"], #contact_form textarea	{
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;	
	height: 24px;
	margin-bottom: 24px;
}

#contact_form .c1 input, #contact_form .c2 input, #contact_form input[type="text"]	{
	display: inline-block;
	height: 34px;
	margin-bottom: 24px;
}
#contact_form .c1 input, #contact_form .c2 input, #contact_form input[type="text"], #contact_form textarea	{
	border: #e6e6e6 1px solid;
}
#contact_form textarea	{
	min-height: 140px;
	padding-top: 10px;
}
#contact_form input[type="button"]	{
	float: right;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
}


#cta div, #ctb div, #ctc div {
	width: 100%;
}
#cta div, #cta span, #ctb div, #ctb span, #ctc div, #ctc span, #ctc label, #ctc a, #ctc img {
	display: inline-block;
	vertical-align: middle;
}

#cta div label, #ctb div label, #ctc div label	{
	width: 35%;
	float: left;
	text-transform: uppercase;
}

#cta div span, #ctb div span, #ctc div span, #ctc div a	{
	width: 55%;
	margin-bottom: 0px;
	float: right;
}
#ctc label	{
	height: 40px;
	line-height: 40px;
}

#contact_bt	{
	border: #595959 1px solid;
	border-radius: 3px;
	padding: 5px;
	font-size: 16px;
	line-height: 16px;	
	cursor: pointer;
	text-transform: uppercase;
	background-color: white;
	color: #595959;
}
#contact_bt:hover {
	background: #595959;
	color: white;
}

/* SCHIJF VAN ZES */

#schijf:link, #schijf:visited 	{
	text-decoration: none !important;
}


/* VISION PACKAGE */
.row1, .row2	{
	clear: both;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.row2	{
	background-color: #e5e5e5;
}
#txt2 label, #txt2 span, #txt2 ul	{
	display: inline-block;
	vertical-align: top;
}
#txt2 label	{
	width: 30%;
}
#txt2 span, #txt2 ul	{
	width: 100%;
}
#txt2 ul	{
	margin-left: 0;
	padding-left: 20px;
}



/* SERVICE PACKAGE */
#txt3 label, #txt3 span, #txt3 ul	{
	display: inline-block;
	vertical-align: top;
}
#txt3 label	{
	width: 30%;
}
#txt3 span	{
	width: 30%
}
#txt3 ul	{
	width: 100%;
	margin-left: 0;
	padding-left: 20px;
}

#txt1 a, #txt2 a, #txt3 a	{
	color: #003b5b;
}
#txt1 a:hover, #txt2 a:hover, #txt3 a:hover	{
	background-color: #ffd800;
	color: #000;
	text-decoration: none;
}

/* BLOG */
.bimg	{
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.bldt	{
	color: #666;
	font-style: italic;
}

#blarch	{
	list-style: none;
	padding-left: 0;
}
#blarch a	{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	text-align: left;
}
#blarch a:link, #info a:link, #blog a:link	{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
#blarch a:visited, #info a:visited, #blog a:visited	{
	color: #666;
}
#blarch a:hover, #info a:hover, #blog a:hover	{
	background-color: #fff;
	cursor: pointer;
}

#blarch .label, #blarch span	{
	display: inline-block; 
	width: 60%;
	font-size: 12px;
	vertical-align: top;
	padding: 1%;
}
#blarch .label	{
	margin-right: 2%;
	width: 38%;
}

#hbl h2 a:link, #hbl h2 a:visited, #ikhl h2 a:link, #ikhl h2 a:visited	{
	color: #000 !important;
}

#social a	{
	position: relative;
	display: inline-block;
	margin-left: 20px;
	width: auto;
}

#ssb	{
	width: 100%;
	position: relative;	
	margin-bottom: 20px;
	clear: both;
	margin-top: 20px;
}

#ssb1	{
	position: absolute;
	width: 20%;
	text-align: right;
	top: 45%;
}

#ssb2	{
	position: absolute;
	color: #fff;
	width: 25%;
	right: 0;
	text-align: center;
	bottom: 20%;
	z-index: 2;
}
#ssbv1	{
	width: 50%;
	max-width: 340px;
	margin-left: 25%;
	z-index: 0;
	background: url('../resources/mmm.png') center center no-repeat;
	background-size: cover;
}

#ssbv1 img	{
	display: inline-block;
	width: 100%;
	
}

#ssb3	{
	position: absolute;
	width: 25%;
	right: 0;
	top: 48%;
	line-height: 1.2em;
	text-align: left;
}

#ssb4	{
	position: absolute;
	width: 85%;
	text-align: center;
	bottom: -15%;
}

#stbl	{
		width: 80%;
		margin: 20px auto;	
	}
	.stb1, .stb2	{
		display: inline-block;
		width: 33.33%;
		color: #fff;
	}
	.stbt	{
		font-weight: bold;
		display: block;
	}
	.stb1	{
		background-color: #053c5a;
	}
	.stb2	{
		color: #053c5a;
		background-color: #67cbfd;	
	}
	
.cptimg, .evtimg, .evtimg2	{
	display: block;
	margin: 100px auto;
	margin-bottom: 0;
	max-width: 80%;
}
.evtimg {
	margin-top: 0;
}
.cptimg2	{
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
#speedimg {	
	display: block;
	margin: 10% auto;
	width: 100%;
	max-width: 687px;
}

#prj1, #prj2, #prj3	{
	text-align: center;
	display: block;
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	padding: 10px;
	border: #003b5b 1px solid;
	line-height: 1.5em;
	border-radius: 5px;
	background: #003b5b;
	color: #fff;
}

#prj1 img, #prj2 img, #prj3 img	{
	display: inline-block;
	width: 100%;
}


#infog ul	{
	width: 90%;
	margin: 0;
	padding: 0;
	margin-left: 5%;
	margin-top: 30%;
}

#infog li	{
	display: block;
	float: left;
	width: 100%;
	list-style: none;
	text-transform: uppercase;
	font-size: 2em;
	margin: 0;
	line-height: 60px;
	margin-bottom: 7.5%;
	border: #5fcafe 3px solid;
	border-radius: 5px;
	position: relative;
}
#infog li a	{
	color: #003b5b;
	display: inline-block;
	width: 100%;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}
#infog li a:link, #infog li a:visited	{
	color: #003b5b;
	text-decoration: none;
}
#infog li:hover a, #infog li a.act	{
	background: #003b5b;
	color: #fff;
}

#infog li.act	{
	border: #fff 1px solid;
}
#infog li.act:before	{
	display: inline-block;
	position: absolute;
	top: 3px;
	left: 3px;
	content: url(../resources/cptpl.png);
}
#infog li a.act	{
	border: #fff 2px solid;
}

.pad5	{
	font-size: 1.5em;
	line-height: 2em;
	padding: 1% 5% 5% 5%;
	color: #003b5b;
}
.pad5 a:link, .pad5 a:visited	{
	color: #003b5b;
}
.pad5 a:hover	{
	text-decoration: none;
}

#vtmmb1	{
	background: #003b5b;
	color: #fff;
	font-size: 1.6em;
	padding: 2%;
	width: 80%;
	margin: 10% 10% 10% 10%;
	text-align: center;
	border-radius: 10px;
	line-height: 2em;
}
#vtmmb1 h2	{
	padding: 0;
	margin: 0;
}
#vtmmb1 a:link, #vtmmb1 a:visited	{
	color: #fff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}
#vtmmb1 a:hover	{
	color: #ffd800;
	border: #fff 1px solid;
	border-radius: 5px;
	font-weight: bold;
}
#vtmmb1 img	{
	display: block;
	clear: both;
	margin: 3% auto;
}

#infogico	{
	display: block;
	width: 90%;
	margin: 10% auto;
}
#infogico2	{
	display: block;
	width: 60%;
	margin: 0% auto;
}

#flex1, #flex2, #flexi	{
	display: block;
	float: left;
	width: 31%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
}
#flex1, #flex2 {
	padding: 15px;
	border-radius: 10px;
	text-align: center;
}
#flex1 h2, #flex2 h2 {
	margin: 0;
}
#flex1 img, #flex2 img {
	width: 90%;	
}
#flex1 	{
	background: #ffd800;
	color: #003b5b;
}
#flex2	{
	background: #003b5b;
	color: #fff;
}
#flexi	{
	margin-top: 10%;
}
.fc #schijf	{
	top: 380px !important;
}
@media only screen and (max-width: 799px) {
	
	body {
		font-size: 0.8em !important;
		background: #fff;
	}
	
	h1	{
		position: relative;
		font-size: 1.2em;
		text-align: center;	
	}
	
	h2, h3, h4	{
		font-size: 1.0em;
	}
	
	
	.fc #schijf	{
		top: 10px !important;
	}

	
	.row, .row1, .row2	{
		margin-top: 15px;
		margin-bottom: 15px;	
	}
	
	.bimg	{
		display: block;
		width: 95%;
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.limg	{
		display: inline-block;
		width: 45%;
	}
	
	.just	{
		text-align: justify;
	}
	
	#slogo	{
		position: absolute;
		left: 5px;
		top: 0px;
		background-color: #003b5b;	
	}
	#slogo img	{
		height: 50px;
	}
	
	#main	{
		width: 100%;
	}
	
	#content, #wcontent, #blog	{
		display: inline-block;
		width: 100%;
		background-color: #fff;
		margin-top: 55px;
		padding: 10px;
		
	}
	#blog h1	{
		text-align: left;
	}
		
	#info, #blogside	{
		width: 100%;
		display: inline-block;
	}
	#blogside	{
		padding: 10px;
	}
	
	footer	{
		background-color: #003b5b;
		height: 24px;
		border-top: #094e72 1px solid;
	}	
	
	#ftbl	{
		height: 24px;
	}
		
	#ftadres	{
		width: 100%;
		text-align: center;
		position: fixed;
		bottom: 0px;
		left: 0;	
		color: #fff;
	}
	
	#fta .c1, #cta .c1	{
		display: block;
	}
	
	#fta1, #social, #topinc, #ftlg, #ftgl, .ci[itemprop="faxNumber"], #vp_img1, #vp_img2, #syp_img	{
		display: none !important;
	}
	#fta2	{
		width: 100%;
	}
	.ci[itemprop="telephone"]	{
		position: absolute;
		left: 5px;
		bottom: 5px;
	}
	.ci[itemprop="email"]	{
		position: absolute;
		right: 5px;
		bottom: 5px;
	}
	
	#fta2	{
		float: right;
		margin-right: 5px;
	}
	
	nav{
		display: block;
		background-color: #003b5b;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 55px;
		z-index: 9999;
	}
	
	#hf {
		/*height: 200px;
		overflow: hidden;*/
	}
	
	#hf iframe	{
		border: 0;
	}
	
	#hf img	{
		display: inline-block;
		width: -moz-calc(100% - 5px);
		width: -webkit-calc(100% - 5px);
		width: calc(100% - 5px);
	}
	
	#menu 	{
		display: none;
		position: fixed;
		z-index: 9999;
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
		top: 55px;
		background: url(../resources/mmbg.png) repeat;
		margin-bottom: 1px;	
	}
	nav ul li, nav ul li ul li	{
		width: 100%;
		display: inline-block;
		border-bottom: #fff 1px dotted;	
	}
	
	.nbb	{
		border-bottom: 0px !important;
	}
	
	nav ul li a, ul li ul li a	{
		display: block;
		width: 100%;
		padding: 8px;	
	}
	
	nav ul li a:link, nav ul li a:visited	{
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
	nav ul li a:active, nav ul li a:active	{
		text-decoration: none;
	}
	
	#mm	{
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	#ht	{
		padding: 10px;
	}
	
	#ikhl, #hbl	{
		background-color: #e6e6e6;
		padding: 10px;	
	}
	
	#ht_ikh	{
		display: inline-block;
		float: right;
		margin-left: 5px;
		width: 80px;
	}
	
	#twitterb	{
		width: 100%;
		display: inline-block;
		padding-bottom: 20px;
		background-color: #fff;
	}
	
	#txt	{
		display: inline-block;
		text-align: center;	
		padding: 20px;
		width: 100%;
	}
	
	#txt2, #txt3	{
		display: inline-block;
		margin-bottom: 20px;
		padding: 10px;
		width: 100%;
	}
	
	#txt li, #txt2 li, #txt3 li	{
		text-align: left;
	}
	
	#txt ul, #txt2 ul, #txt3 ul	{		
		margin: 0 auto;
		list-style-image: url(../resources/chk.png);
	}
	
	#txt3 label, #txt3 span	{
		text-align: center;
	}
	
	#txt3 label	{
		font-weight: bold;
		width: 35%;
	}
	
	#txt h2, #txt3 h2, #txt h3	{
		padding-left: 10px; 
		padding-right: 10px;
	}
	
	#schijf, #txt, #txt3	{
		display: inline-block;
		position: relative;
	}
	
	#schijf	{
		position: relative;
		display: block;
		width: 240px;
		height: 200px;
		margin: 20px auto;
		margin-bottom: 50px;
	}
	#schijf ul	{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		padding: 0;
		margin: 0;
		font-size: 13px;
	}
	#schijf ul li, #svz_main ul li	{
		list-style: none;
		line-height: normal;
		background: #ffd204 url(../resources/wtp.png) repeat;
		padding: 2px 4px 2px 4px;
		color: #005581;
		font-weight: 400;
	}
	#schijf #svz	{
		position: absolute;
		display: inline-block;
		top: 20px;
		left: 45px;
		z-index: 2;
	}
	#svz1, #svz2, #svz3, #svz4, #svz5, #svz6, #sv1, #sv2, #sv3, #sv4, #sv5, #sv6	{
		position: absolute;	
		display: none;
		font-size: 11px !important;
	}
	#sv1, #sv2, #sv3, #sv4, #sv5, #sv6	{
		left: 45px;
	}
	
	#svz1	{
		left: 185px;
		top: 5px;
	}
	#svz2	{
		left: 210px;	
		top: 70px;
	}
	#svz3	{
		left: 185px;
		top: 130px;
	}
	#svz4	{
		left: -15px;
		top: 130px;
		text-align: right;	
	}
	#svz5	{
		left: -35px;
		top: 70px;
		text-align: right;
	}
	#svz6	{
		left: 35px;
		top: 5px;	
		text-align: right;
	}
	
	#svz_main	{
		display: none;
	}
	
	
	.pijl	{
		width: 40px;
	}
	
	.hide-for-s	{
		display: none;	
	}
	
	#syp #svz3	{
		left: 185px;
		top: 130px;
		font-weight: bold;
	}
		
	#syp_info, #st_info, #svz_info	{
		background-color: #e6e6e6;
		padding: 20px;
		padding-bottom: 40px;
	}
	
	#st #svz4	{
		left:-30px;
		top: 120px;
		font-weight: bold;
	}
	
	#sb #svz1	{
		left: 180px;
		top: 0px;
		font-weight: bold;
	}
	
	#referenties	{
		margin-bottom: 20px;
	}
	
	.refh ul	{
		margin-top: 20px;
		line-height: 2.5em;	
	}
	
	#cta, #ctb, #ctc	{
		display: inline-block;
		background-color: #e6e6e6;
		padding: 10px;
		width: 100%;
		padding-bottom: 30px;
	}
	
	#cta a	{
		color: #000 !important;
		text-decoration: none;
	}
	
	.lng img	{
		width: 23px !important;
		margin-right: 4px;
	}
	.lng img, .lng span	{
		display: inline-block;
	}
	
	#infog ul	{
		margin-top: 0;
	}
	#infog li	{
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 800px) {
	#infog li	{
		font-size: 1.2em;	
	}
			
	nav {
		position: relative;
		width: 100%;
		text-align: center;
		font-weight: 400;
		height: 36px;
	}	
	nav ul {
		position: relative;
	}
	nav ul, nav ul li ul	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	nav ul li	{
		display: inline-block;
		text-transform: uppercase;
		position: relative;
		cursor: pointer;
	}
	nav ul li a, nav ul li ul	{
		display: inline-block;
		margin: 10px;	
	}
	
	nav ul li ul	{
		position: absolute;
		left: -9999px; 
		top: 26px;	
		display: inline-block;
		z-index: 99999;
		background: url(../resources/mbg.png) repeat;
		width: 200px;
		text-align: left;
		box-shadow: #666 5px 5px 15px;
	}
	nav ul li:hover ul	{
		left: -10px;
	}	
	
	nav ul li ul li	{
		display: inline-block; 
		text-align: left;
		background: url(../resources/mmbg.png) repeat;
		margin-bottom: 1px;
		width: 100%;
	}
		
	#ftadres	{
		position: absolute;
		padding-top: 2px;
		left: 20%;
		top: 0px;
		color: #fff;
		height: 50px;
		width: 400px;
	}	
	
	#fta .c1, #cta .c1	{
		display: inline-block;
		margin-right: 40px;
		vertical-align: top;
	}
	
	#main 	{ 
		width: 96%;
		margin: 0px 2%;
		position: relative;
		min-height: 600px;
		font-weight: 200;	
		font-size: 16px;
		background-color: #fff;
	}
	
	#wcontent	{
		width: 100%;
		background-color: #fff;
		padding: 10px;
		line-height: 2em;
	}
	
	#content, #blog	{
		position: relative;
		float: left;
		background-color: #fff;		
		width: 65%;
		padding: 10px;
		line-height: 2em;
	}
	
		
	#blog h1	{
		font-size: 24px;
	}	
		
	#blogside	{
		position: absolute;
		width: 35%;
		height: 100%;
		right: 0;
		top: 0;
		padding: 20px;
		background-color: #e6e6e6;
	}
	#blogside h2	{
		font-size: 14px;
	}
	
	#content h1, #wcontent h1	{		
		font-size: 150%;			
		display: inline-block;		
		position: absolute;
		top: 5px;
		left: 10px;
		z-index: 9999;
		width: 85%;
		width: calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	#wcontent h1	{
		width: calc(100% - 40px);
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	
	h2 	{
		font-size: 22px;
	}
	h3, h4	{
		font-size: 16px;
	}
	
			
	#txt	{
		display: inline-block;
		margin-top: 80px;
		text-align: center;	
		padding: 20px;
		width: 90%;
	}
	#txt2, #txt3	{
		display: inline-block;
		margin-top: 40px;
		padding: 10px;
		width: 100%;
	}
	
	#txt li, #txt2 li, #txt3 li	{
		text-align: left;
	}
	
	#txt ul, #txt2 ul, #txt3 ul	{
		margin: 0 auto;
		display: inline-block;
		list-style-image: url(../resources/chk.png);
	}
	
	.sp	{
		background: #e6e6e6 url(../resources/sp_img.jpg) center center;
		background-size: cover;	
	}
	.vp {
		background: #e6e6e6 url(../resources/vp_img.jpg) center center;
		background-size: cover;		
	}
	.sk {
		background: #e6e6e6 url(../resources/sk_img.jpg) center center;
		background-size: cover;		
	}
	.prj {
		background: #e6e6e6 url(../resources/prj_img.jpg) center center;
		background-size: cover;		
	}
	.syp	{
		background: #e6e6e6 url(../resources/syp_img.jpg) center top no-repeat;
		background-size: contain;
	}
	
	#pvv {
		position: absolute;
		right: 0;
		width: 35%;
		height: 100%;
		background: #e6e6e6 url(../resources/paulvanveen_img.jpg) center 20px;
		background-size: 70%;
		background-attachment: local;
		background-repeat: no-repeat;		
	}
	
	#vp_img2	{
		position: absolute;
		bottom: 0px;
		left: 20px;
	}
	#vp_img2 img, #vp_img2 h4	{
		display: inline-block; 
		vertical-align: middle;
	}
	#vp_img2 h4	{
		text-transform: uppercase;
		font-size: 20px;
		line-height: normal;
	}
	
	#info, #infog, #twitterb	{
		display: inline-block;
		float: left;	
		width: 100%;	
		line-height: 1.8em;
	}
	
	#info, #infog	{
		display: inline-block;
		position: relative;
		font-size: 12px;
		font-weight: 400;
		min-height: 600px;
		background-color: #e6e6e6;
		text-align: justify;
	}
	#infog	{
		background: #ffd800;
	}
	
	#info h2, #info h3	{
		font-size: 14px;
	}
	#twitterb	{
		position: absolute;
		right: 0;
		top: 0;
		height: auto;
	}
	
	#topinc, #social	{
		display: inline-block;
		position: absolute;
		top: 18px;
	}
	
	#topinc	{
		background-color: #ffd800;
	}
	
	#social	{
		z-index: 10;
		top: 10px;
		right: 10px;
	}	
	
	#ikhl	{
		display: inline-block;
		float: right;
		width: 100%;
		height: 120px;
		padding: 10px;
		background-color: #e6e6e6;
	}
	
	#ikhl a	{
		text-decoration: underline !important;
	}
	
	#ht_ikh	{
		float: right;
		margin-top: 10px;
		margin-left: 10px;
		width: 100px;
		vertical-align: text-top;
	}
	
	#ikhl div, #ht_ikh	{
		display: block;
	}
	
	#hbl	{
		display: inline-block;
		margin-top: 282px;
		padding: 10px;
		width: 100%;
		height: 150px;
		background-color: #e6e6e6;
		border-bottom: #fff 1px solid;
		border-top: #fff 1px solid;
	}
	#hbl a	{
		margin-bottom: 0px;
	}
	#ikhl h2, #hbl h2, #hbl #blarch	{
		margin: 0;
		padding: 0;	
	}
	#ikhl h2 {
		margin-bottom: 5px;
	}
	
	#schijf	{
		display: inline-block;
		position: absolute;
		top: 10px;
		right: -125px;
		width: 240px;
		height: 200px;
		z-index: 10;	
	}
	
	#schijf ul	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		padding: 0;
		margin: 0;
		font-size: 13px;
	}
	#schijf ul li, #svz_main ul li	{
		list-style: none;
		background: url(../resources/wtp.png) repeat;
		padding: 2px 4px 2px 4px;
		line-height: normal;
		color: #005581;
		font-weight: 400;
	}
	#schijf #svz	{
		position: absolute;
		width: 150px;
		height: 150px;
		display: inline-block;
		top: 20px;
		left: 45px;
		z-index: 2;
	}
	
	#svz_mob	{
		display: none;
	}
	
	#svz1, #svz2, #svz3, #svz4, #svz5, #svz6, #svz1m, #svz2m, #svz3m, #svz4m, #svz5m, #svz6m, #sv1, #sv2, #sv3, #sv4, #sv5, #sv6	{
		position: absolute;	
		display: none;
	}
		
	#svz1	{
		left: 135px;
		top: 5px;
	}
	#svz2	{
		left: 200px;	
		top: 80px;
	}
	#svz3	{
		left: 135px;
		bottom: 10px;
	}
	#svz4	{
		left: 10px;
		bottom: 10px;
		text-align: right;	
	}
	#svz5	{
		left: -50px;
		top: 80px;
		text-align: right;
	}
	#svz6	{
		left: 40px;
		top: 5px;	
		text-align: right;
	}
	
	#sv1, #sv2, #sv3, #sv4, #sv5, #sv6	{
		top: 20px;
		left: 40px;	
	}
	
	#svz_info	{
		margin-top: 60px;
		padding: 20px;	
	}
	
	#schijfvanzes	{
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 150px;
	}
	
	#svz_main	{
		display: inline-block;
		width: 300px;
		height: 300px;
		font-size: 18px;
		position: relative;
	}
	
	#svz_main #svz1m	{
		left: 210px;
		top: -30px;
	}
	#svz_main #svz2m	{
		left: 310px;	
		top: 150px;
	}
	#svz_main #svz3m	{
		left: 210px;
		bottom: -30px;
	}
	#svz_main #svz4m	{
		left: -30px;
		bottom: -30px;	
	}
	#svz_main #svz5m	{
		left: -120px;
		top: 150px;
	}
	#svz_main #svz6m	{
		left: 40px;
		top: -30px;	
	}
	
	#svz_1, #svz_2, #svz_3, #svz_4, #svz_5, #svz_6	{
		top: 0px;
		left: 0px;
		position: absolute;	
	}

	/* SELL YOUR PACKAGE */
	#syp #svz3	{
		right: 10px;
		bottom: -20px;
		font-weight: bold;
	}
	
	#syp_img	{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	/* SUPPLY TUNING */
	#st_info, #syp_info	{
		display: inline-block;
		margin-top: 60%;
		padding: 20px 20px 0px 20px;
		height: auto;
	}
	
	#st #svz4	{
		left: -10px;
		bottom: -20px;
		font-weight: bold;
	}
	
	#sb #svz1	{
		left: 180px;
		top: 0px;
		font-weight: bold;
	}
	
	#referenties	{
		margin-top: 100px;
	}
	
	#contact_form	{		
		padding-top: 140px;
	}
		
	#info #cta, #info #ctb, #info #ctc 	{
		display: block;
		width: 250px;
		margin: 0 auto;
		margin-top: 40px;
		padding: 10px;
	}
	
	#info #cta	{
		margin-top: 25%;
	}
	
	
}


@media only screen and (max-width: 1439px) {
	
		
	#topinc	{
		left: 10px;
	}
	#lfbl	{
		display: none;
	}
	
	#ftgl	{
		width: 20%;
	}
	#ftbl	{
		width: 80%;
	}
	#ftlg	{
		left: 20%;
	}
	
	#blarch a	{
		line-height: 1.5em;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1439px) {
	
	#infog li	{
		font-size: 1.2em;	
	}
	
	#logo	{
		position: absolute;
		left: 2%;
		top: 5px;		
	}
	#logo img	{
		width: 200px;
	}
	
	.hide-for-m	, #slogo {
		display: none !important;
	}
	
	nav{
		position: relative;
		display: inline-block;
		width: 96%;
		margin: 110px 2% 0px 2%;
		background: url(../resources/mbg.png) repeat;
	}
	nav ul	{
		position: relative;
		display: inline-block;
	}
	
	nav ul li, nav ul ul	{
		display: inline-block;
		font-size: 13px;		
		width: 124px;
		width: calc(12.5% - 8px);
		width: -moz-calc(12.5% - 8px);
		width: -webkit-calc(12.5% - 8px);
	}
	
	nav ul li:hover ul	{
		top: 25px;
		left: -10px;
	}
		
	#main, #content, #wcontent, #info, #infog, #ikhl, #blog	{
		height: auto;
		display: inline-block;
	}
	
	#main	{
		position: relative;		
		margin-bottom: 80px;
	}
		
	#content, #blog {
		width: 65%;
		font-size: 13px;
	}
	
	#info, #infog	{
		width: 35%;
		overflow: auto;
	}
	
	#slider	{
		width: 100%;
	}
	
	#movie	{
		width: 100%;
	}
	
	#movie iframe	{
		width: 100% !important;		
		border: 0 !important;
	}
	
	#hf, #ht	{
		position: relative;
		display: inline-block;
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
	}
		
	#hf img	{
		display: inline-block;
		width: 100%;
	}
	
	#hf h1	{
		width: 100%;
		padding-left: 1%;
		padding-right: 1%;
		left: 0 !important;
		text-align: center;
		font-size: 1.1em;
		font-weight: 400;
	}
	
	#hf	{
		min-height: 270px;
		overflow: hidden;
	}
		
	#ht	{
		margin-top: 30px;
		font-size: 120%;
	}
	
		
	
	#ikhl	{
		display: inline-block;
		width: 100%;
		height: auto;
	}
	
	#vp_img1	{
		width: 100%;
	}
	
	#txt3 h2	{
		width: 70%;
	}
	
	#syp_info	{
		margin-top: 270px;
	}
	.lng	{
		width: 23px !important;
	}
}

@media only screen and (min-width: 800px) and (max-width: 980px) {
	nav ul li	{
		display: inline-block;
		font-size: 11px;		
		width: 96px;
		width: calc(12.5% - 8px);
		width: -moz-calc(12.5% - 8px);
		width: -webkit-calc(12.5% - 8px);
		white-space: nowrap;
	}
	nav ul li:hover ul	{
		top: 23px;
		left: -10px;
	}
	#blarch li a label	{
		font-size: 10px !important;		
	}
	#blarch li a span	{
		font-size: 11px !important;		
	}
	.lng	{
		width: 23px !important;
	}
	
}
@media only screen and (min-width: 1340px) and (max-width: 1439px) {
	#syp_info	{
		margin-top: 64%;
	}
}
@media only screen and (min-width: 1440px) {
	
	#infog li	{
		font-size: 1.6em;	
	}
	
	.hide-for-l	{
		display: none !important;
	}
			
	nav{
		width: 1200px;
		margin: 110px auto;
		margin-bottom: 0;
		box-shadow: #000 1px 1px 1px;
		background: url(../resources/mbg.png) repeat;
	}
	
	nav ul li, nav ul li ul	{
		width: 145px;
		font-size: 14px;
		text-shadow: #000 1px 1px 1px;
		
	}
	nav ul li ul	{
		width: 200px;	
	}
	
	#main 	{ 
		display: block;
		width: 1200px;
		margin: 0px auto;
		position: relative;
		box-shadow: #000 1px 1px 1px;
		min-height: 601px;
		font-weight: 200;	
		font-size: 16px;
		margin-bottom: 100px;
	}
	
	#content, #blog	{		
		background-color: #fff;		
		width: 780px;
		
		padding: 10px;
		line-height: 2em;
	}
	
	#blog h1	{
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	#info, #infog, #twitterb	{
		display: inline-block;
		float: left;	
		width: 420px;	
		line-height: 1.8em;
	}
	
	#info, #infog {
		position: relative;
	}
	
	#lfbl	{
		position: fixed;
		height: 100%;
		height: -webkit-calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: calc(100% - 60px);
		width: 60px;
		background-color: #ffd800;
		left: 0px;
		top: 0px;
		z-index: 10;
	}
	
	#ftgl	{
		width: 50%;
	}
	#ftlg	{
		width: 100px;
	}
	#ftbl	{
		width: 50%;
	}
	
	#topinc	{
		left: 60px;
	}
	
	#ht	{
		position: absolute;
		top: 460px;
		left: 20px;
		width: 95%;
	}
	
	#hf	{
		position: absolute;
		top: 5px;
		left: 5px;
		height: 441px;
		overflow: hidden;
		display: inline-block;
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
	}
	
	#hf h1 {
		display: inline-block;
		width: 100%;
		padding-left: 1%;
		padding-right: 1%;
		left: 0 !important;
		text-align: center;
		font-size: 1.2em;
		font-weight: 400;
	}
	

	
	#content h1, #wcontent h1	{		
		left: 20px;
	}
}

@media only screen and (min-width: 1600px) {
	nav{
		margin: 110px auto;
		margin-bottom: 0px;
	}
	
	
	nav ul li	{
		width: 125px;
		width: calc(12.5% - 8px);
		width: -moz-calc(12.5% - 8px);
		width: -webkit-calc(12.5% - 8px);
		font-size: 14px;
	}
	
	nav ul li ul	{
		width: 260px;
	}
}