body{
	margin:0;
	padding:0;
	background:url('../images/leer.jpg') no-repeat;
	background-size:100%;
	background-color:#14171d;
	background-attachment:fixed;
	font-family: 'Arvo', Arial, serif;
	color:#2f2f31;
	font-size:16px;
}
h2 {
	font-weight:normal;
	font-size:45px;
	margin:10px 0;
	margin-top:40px;
	text-shadow:1px 1px 0px #FFF;
}
a {
	color:#2f2f31;
	text-decoration:none;
}
p {
	margin-top:0;
}
a:hover{
	color:#40a6df;
}
.label{
	width:153px;
	height:115px;
	background:url('../images/label.png');
	position:fixed;
	left:50%;
	margin-left:-62px;
	top:0px;
	z-index:999;
}
.container{
	margin-top:115px;
	width:100%;
	padding-bottom:100px;
}
.content{
	margin-top:145px;
	width:80%;
	margin:0 auto;
	background:#e6e7e8;
	background-image:url(../img/back_top.jpg);
	background-position:5px 3px;
	background-repeat:repeat-x;
	box-shadow:0px 0px 10px #000;
}
.holder {
	padding: 20px 40px;
}
.holder .menu{
	text-align:center;
	border-bottom:1px solid #d8dadb;
	padding-bottom:20px;
}
.holder .menu a{
	display:inline-block;
	padding:0px 10px;
	font-size:15px;
}



.ds-view-h {
	width:10000px !important;
}

.clear{
	clear:both;
}
.line{
	width:90%;
	border-top:1px solid #d8dadb;
	border-bottom:1px solid #e6e7e7;
	margin:0 auto;
}
.holder.header{
	font-weight:bold;
	font-size:48px;
	text-align:center;
	padding-top:45px;
	text-shadow:2px 1px white;
}
.holder.center {
	text-align:center;
	padding-left:10%;
	padding-right:10%;
	line-height:30px;
}
.holder.overflow {
	border-top:#CCC solid 1px;
	border-bottom:#CCC solid 1px;
	background-color:#d6d6db;
	position:relative;
	padding:0px;
}
.holder.overflow .producten{
	width:7000px;
}
.holder.overflow.projecten{
	background-color:#333;
	background:url('../images/back.jpg');
	color:#FFF;
	padding:0px;
}
.holder.map {
	padding:0px;
	position:relative;
	height:500px;
}
.holder.map > * {
	position:relative;
	z-index:2;
}
.holder.map h2 {
	padding-top:30px;
}
.verloop_top {
	background-image:url(../img/verloop_kl.png);
	background-repeat:repeat-x;
	position:absolute;
	top:0px;
	left:0px;	
	width:100%;
	z-index:999;
	height:46px;
	opacity:0.7;
}
.verloop_bottom {
	background-image:url(../img/verloop_kl2.png);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:46px;
	opacity:0.7;
}

.scroller {
	padding:40px 40px;
	overflow:hidden;
}

.projecten .scroller {
	padding:60px 40px;
}

/*Scrolllll*/

.block {
	display:inline-block;
	margin-right:30px;
	width:250px;
	vertical-align:top;
	position:relative;
	height:100%;
}

.block .image, .block .overlay {
	position:absolute;
	z-index:1;
}
.block .name {
	font-weight:bold;
	text-shadow:1px 1px 0px #e6e7e8;
	color:#d80067;
}
.block .subtitle {
	font-size:14px;
	text-shadow:1px 1px 0px #e6e7e8;
	border-bottom:1px solid #FFF;
	padding-bottom:5px;
	margin-bottom:5px;
}
.block .text {
	font-size:12px;
	line-height:20px;
}
.block .contact a {
	font-size:13px;
	color:#008cd9;
}
.block .contact {
	position:absolute;
	bottom:0px;
}
.block .text a {
	color:#09F;
	text-decoration:underline;
}
.news {
	display:inline-block;
	margin-right:30px;
	width:300px;
	height:210px;
	background-color:#000;
	box-shadow:0px 0px 10px #000;
	position:relative;
	vertical-align:top;
	position:relative;
}
.news > * {
	position:absolute;
}
.news .text {
	font-size:12px;
	line-height:20px;
}
.news .name {
	position:absolute;
	z-index:10;
	left:20px;
	bottom:70px;
	text-shadow:1px 1px 0px #000;
	color:#FFF;
	font-weight:bold;
}
.news .text {
	position:absolute;
	z-index:10;
	left:20px;
	bottom:20px;
	text-shadow:1px 1px 0px #000;
	line-height:14px;
}
.links{
	display:inline-block;
	width:49%;
}
.rechts{
	display:inline-block;
	width:49%;
	text-align:right;
	vertical-align:top;
}
.mailform input{
	width:75%;
	margin-bottom:10px;
	border:1px solid #D6D6DB;
	height:30px;
	border-radius:3px;
}
.mailform textarea{
	width:75%;
	height:100px;
	resize:none;
	border:1px solid #D6D6DB;
	margin-bottom:10px;
}
.submit{
	background:#333;
	color:#D6D6DB;
	cursor:pointer;
}
.submit:active{
	background:#D6D6DB;
	color:#333;
}
#map_container {
	width: 445px;
	height:350px;
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
}

#mappie {
	position: absolute;
	top:0;
	left:0;
	height: 500px;
	width:100%;
	z-index:0 !important;
}

.rechts {
	padding:20px;
	background-color:#FFF;
	border-radius:3px;
	box-shadow:0px 0px 10px #000;
	position:absolute !important;
	top:100px;
	right:40px;
	width:35%;
	text-align:left;
	line-height:normal;
}

#mask {
	position: absolute;
	top: 0;
	left: 0;
	
	height: 350px;
	width: 445px;
	
	background: url('../images/map.png') no-repeat;
	background-size: 100%;


	pointer-events:none;
}
.arrow-left{
	width:80px;
	height:140px;
	position:absolute;
	top:25%;
	left:-80px;
	background-image:url('/img/arrow-left.png');	
	cursor:pointer;
}
.arrow-right{
	width:80px;
	height:140px;
	position:absolute;
	top:25%;
	right:-80px;
	background-image:url('/img/arrow-right.png');	
	cursor:pointer;
}
.arrow-left-news{
	width:80px;
	height:140px;
	position:absolute;
	top:25%;
	left:-80px;
	background-image:url('/img/arrow-left.png');	
	cursor:pointer;
}
.arrow-right-news{
	width:80px;
	height:140px;
	position:absolute;
	top:25%;
	right:-80px;
	background-image:url('/img/arrow-right.png');	
	cursor:pointer;
}