












/* - - - - - - - - - - - - - - - - - - - - */
/* HOME */
/* - - - - - - - - - - - - - - - - - - - - */
body.home .wrapper {
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:auto;
	margin-left:0;
	margin-top:0;
}
body.home header > div#pic img {
	width:100%;
}










/* - - - - - - - - - - - - - - - - - - - - */
/* HISTO */
/* - - - - - - - - - - - - - - - - - - - - */
body.historiek div.table {
	display:block;
	margin-bottom:0;
}
body.historiek div.table > div {
	display:block;
}
body.historiek div.table > div:nth-child(1) > img {
	display:none;
}
body.historiek div.table > div:nth-last-child(1) {
	display:none;
}

#lblhisto1 {
	display:none;
}
#lblhisto2 {
	display:none;
}







/* - - - - - - - - - - - - - - - - - - - - */
/* VISIE */
/* - - - - - - - - - - - - - - - - - - - - */
body.visie main > ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:20px;
	margin-bottom:35px;
}
body.visie main > ul > li {
	background-image:url(../img/layout/visie_bullet.png);
	background-position:0px 6px;
	background-repeat:no-repeat;
	background-size: 9px 9px;
	padding:0px 0 17px 17px;
}
body.visie .visieimg {
	display:none;
}






/* - - - - - - - - - - - - - - - - - - - - */
/* PRODUCTEN */
/* - - - - - - - - - - - - - - - - - - - - */
body.producten .productenimg {
	display:none;
}





















/* - - - - - - - - - - - - - - - - - - - - */
/* OPBOUW */
/* - - - - - - - - - - - - - - - - - - - - */
#wrap {
	margin: 0 auto;
}
.wrapper {
	padding:0 15px;
	margin:auto;
}






header > div#logo img {
	width:106px;
	order:1;
}
header > div#slogan {
	display:none;
	text-align:right;
	font-size:14px;
	line-height:14px;
	padding-right:30px;
}
header > div#slogan > strong {
	font-size:31px;
	line-height:14px;
}




nav {
	order:3;
}
nav > .line {
	width:100%;
	max-width:275px;
	margin:auto;
}
nav > ul {
	width:100%;
	max-width:275px;
	margin:auto;
}
nav > ul > li {
	display:block;
	margin:15px 0;
}

nav > ul > li.linesmall {
	font-size:0;
	line-height:0;
	
	width:100%;
	height:1px;
	
	position: relative;
	z-index:-999;
	
	background: -moz-linear-gradient(left, rgba(240,240,240,0.2) 0, rgba(240,240,240,1) 15%, rgba(240,240,240,1) 85%, rgba(240,240,240,0.2) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,0.2)), color-stop(15%,rgba(240,240,240,1)), color-stop(85%,rgba(240,240,240,1)), color-stop(100%,rgba(240,240,240,0.2)));
	background: -webkit-linear-gradient(left, rgba(240,240,240,0.2) 0%,rgba(240,240,240,1) 15%,rgba(240,240,240,1) 85%,rgba(240,240,240,0.2) 100%);
	background: -o-linear-gradient(left, rgba(240,240,240,0.2) 0%,rgba(240,240,240,1) 15%,rgba(240,240,240,1) 85%,rgba(240,240,240,0.2) 100%);
	background: -ms-linear-gradient(left, rgba(240,240,240,0.2) 0%,rgba(240,240,240,1) 15%,rgba(240,240,240,1) 85%,rgba(240,240,240,0.2) 100%);
	background: linear-gradient(to right, rgba(240,240,240,0.2) 0%,rgba(240,240,240,1) 15%,rgba(240,240,240,1) 85%,rgba(240,240,240,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f0f0', endColorstr='#00f0f0f0',GradientType=1 );
}



#nav_bghistoriek {
	top:-14px;
	margin-left:-40px;
}
#nav_bgvisie {
	top:53px;
	margin-left:-25px;
}
#nav_bgproducten {
	top:103px;
	margin-left:-52px;
}
#nav_bgcontact {
	top:159px;
	margin-left:-42px;
}




main {
	order:2;
	padding-top:30px;
}





footer {
	padding:8px 15px;
}
footer div.split {
	display:block;
	font-size:0;
	line-height:0;
}