@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

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; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*=========Start Algemeen=======*/

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
    outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.content {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
  position: relative; 
}
.content:after {
  display: block;
  clear: both;
  content: "";
}
.content .text {
  margin-bottom: 30px;
}
body {
  color:#231f20;
}
h1 {
  font-family: 'Lato', sans-serif;
  font-size:1.3em;
  margin:40px auto;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
p {
  line-height: 150%;
  margin-bottom: 10px;
}
p:last-child {
  margin-bottom: 0px;
}
.pml p {
  margin-bottom: 20px;
}
.pml p:last-child {
  margin-bottom: 0;
}
h3 {
  color:#e8d70b;
  text-transform: uppercase;
  font-size: 1.2em;
}
.item {
  position: relative;
}
.item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
.vertcent {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.imgoverlay {
  overflow:hidden;
  padding: 1px;
border: 1px solid #231f20;
}
.imgoverlay img {
  width: 100%;
  -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* IE 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.imgoverlay:hover img {
  -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);

}
.footermar {
  margin-bottom: 100px;
}

#sliderwrap {
  margin-top: 123px;
}
.cnt {
  text-align: center;
}

.titlebox {
  position: relative;
  height: 100px;
}

/**Lightbox**/
#loctek-lightbox-close {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}
.loctek-lightbox {
  line-height: 20px !important;
  border:0 !important;
  box-sizing: content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing: content-box;
}

/*======einde algemeen=====*/
/*======Start Header======*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 123px;
  z-index: 90;
  background-color:#231f20;
  color:white;
  border-bottom: 4px solid white;
}
header.scrolling {
	height: 104px;
}
#resbutton {
	display: none;
	width:32px !important;
}
#logovlak {
  display: inline-block;
  width: 80px;
  background-color:#e8d70b;
  height: 100%;
  content: "";
}
header.scrolling img {
	width: 307.5px;
}

nav {
  position: absolute;
  right: 2%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);  

}
nav:after {
  display: block;
  clear: left;
  content: "";
}
nav a {
  color:white; 
  width: 135px;
  font-family: 'Lato', sans-serif;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius: 8px;
  margin-right: 50px;
  display: block;
  float: left;
  text-align:center;
  font-size: 1em;
  text-transform: uppercase;
}

nav a:hover, nav a.active {
  color: #231f20;
  background-color:#e8d70b;  
}

/*======Einde Header=====*/
/*=====Start Prefooter====*/
#prefooter {
  background-color: #231f20;
  color:white;
  position: relative;
}
.premenu:after {
  display: block;
  clear: both;
  content: "";
}
.premenu span {
  display: block;
  float:left;
  width: 50%;
  background-color:#231f20;
  color:white;
  font-family: 'Lato', sans-serif;
  text-align: center;
  font-size: 1.1em;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  border-top: 2px solid white;  
}
.premenu span:first-child {
  border-right: 1px solid white; 
}
.premenu span:last-child {
  border-left: 1px solid white; 
}
.precontent {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
}
.precontent:after {
  display: block;
  clear: both;
  content: "";
}
.precontent .item {
  padding:20px 0;
  min-height: 210px;
}
.precontent .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
  font-weight: bold;
}
.precontent img {
  float:left;
  width: 300px;
}
.precontent .text {
  margin-left: 320px;
}
.precontent h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
}

/*====Einde Prefooter======*/
/*======Footer======*/
footer {
  background-color: #231f20;
}
footer h3 {
  margin-bottom: 30px;
}
#footermain {
  color: white;
  width: 1310px;

}
#footermain a {
  color: white;
  position: static;
}
#footermain p {
  line-height: 2em;
}
.footcent {
  display: block;
  margin: 40px 600px;
  width: 110px;
}

.item1 {
  float: left; 
  width:450px;  
}
.item1 p {
  float:left;
  width: 50%;
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0px;  
}
.item1 p img {
  position:absolute;
  left: 0;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.item2 {
  float:right;
  width:450px;
  position: relative;s  
  }
.item2 p {
    padding-right: 50px;  
    margin-bottom: 0;  
}
.fbfoot {
  position: absolute;
  bottom: 7.5px;
  right: 0;
}
.madeby a {
  color: #626262;
}

.madeby {
  text-align: center;
  background-color:#373535;
  height: 25px;
  line-height: 25px;
  font-size: 0.9em;
  position: relative;
  left: 0.5px;
}
/*=====Einde footer=====*/
/*=====Start Slider/Banner=====*/
#banner {
  margin-top: 123px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  border-bottom: 5px solid #231f20;
}

/*====Start Home====*/
.single-row-three .home h4 {
  width: 200px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color:white;
  background-color: rgba(0,0,0,0.6);
  font-size: 1.1em;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
}

.home {
  padding: 1px;
  border:1px solid #231f20;
}
/*====Einde Home====*/
/*===Start over====*/

.over h4 {  
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.team .inhoud {
	text-align: center;
}
.team .titlebox {
	height: 50px;
}
.team .titlebox:last-child {
	height: 40px;
}

.team .titlebox > * {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*====Einde over=====*/
/*===Start Diensten===*/
.dienst h4 {
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 1.05em;
  position: absolute;
  left: 0;
  right:0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.item.dienst {
  margin-top: 0;
}
/*===Einde diensten====*/
/*===Start referenties===*/
#refsel {
  font-family: 'Lato', sans-serif;
  color:white;
  background-color:#231f20;
  position: relative;
}
#refsel:after {
  display: block;
  clear: both;
  content: "";
}
#refsel p {
  display: block;
  padding-left: 10px;
  width: 20%;
  float: left;
  margin-bottom: 0;
  height: 35px;
  line-height: 35px;
}
#refsel .selholder {
  display: block;  
  width: 80%;
  padding-right: 10px;
  float:left;
}
.selholder > * {
  float:right;
}
.selholder label {
  height: 35px;
  line-height: 35px;
  margin-right: 20px;
}
.selholder select {
  min-width: 200px;
  border:none;
  height: 30px;
  line-height: 30px;
  margin-top: 2.5px;
  margin-right: 40px;
}
.darklay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}
.four-row-grid .ref h4{ 
  width: 200px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color:white;
  background-color: rgba(0,0,0,0.5);
  font-size: 1.1em;
  text-align: center;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
}
.ref {
  cursor: pointer;
}
.ref .vertcent {
  z-index: 2;
}
.four-row-grid .ref:hover h4 {
  display: none;
}
.four-row-grid .ref:hover img.dn {
  display: block !important;
  margin: 0 auto;
  width: 50px !important;
  z-index: 2;
  position: relative;    
}

.four-row-grid .ref:hover .darklay.dn {
  display: block !important;
}
/*===Einde referenties===*/
/*===Start conntact===*/
.contactpage {
	margin-top: 60px;
}

.contact-form {	
	float: left;
	width: 390px;
}
.contacteer-ons {
	float:right;
	width: 390px;
	font-size: 1em;	
}
.location {
	float: none;
	margin-left: 430px;
	margin-right: 430px;	
}
.contactheight {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 500px;
	padding-bottom: 50px;
	position: relative;
}
#dasmap {
	height: 445px;
}

.contact-form>input[type="text"] {
	width: 100%;
	height: 33px;
	margin-bottom: 10px;
	padding-left: 7px;
	box-sizing: border-box;	
	font-family: 'Lato', sans-serif;
	border: 1px solid #2d1f1a;
}

.contact-form>input[type="submit"] {
	width: 100%;
	height: 40px;
	background-color: #e8d70b;
	border: none;
	text-transform: uppercase;
	color: rgb(35, 31, 32);
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 7px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding:0;


}
.contact-form>input[type="submit"]:hover {
	text-decoration: underline;	
}
.errors {
  margin-bottom: 10px;
}
.contact-form select {
	width: 100%;
	font-family: 'Lato', sans-serif;
	border: 1px solid #2d1f1a;
	height: 33px;
	background: #fff url('/images/bg-select.png') no-repeat right 1px center;	
	padding: 0;	
	margin-bottom: 10px;
	padding-left: 7px;
	
}
.contact-form textarea {
	height: 100px;
	width: 100%;
	padding-left: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #2d1f1a;
	padding-top: 5px;
}

.toon-groot, .contact-us {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;	
	font-family: 'Lato', sans-serif;
	background-color: #e8d70b;
	border: none;
	text-transform: uppercase;
	color: rgb(35, 31, 32);
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	padding:0;
	line-height: 40px;
}
.toon-groot:hover, .contact-us:hover {
	text-decoration: underline;	
}


.contacteer-ons>img {
	width: 100%;
	margin-bottom: 20px; 
}
select, select option {
  background-color: white;
}
.premenu {
  width: 100%;
  overflow: hidden;
}
.contact-info>section {
	float: left;
	width: 30px;
	padding-right: 20px;
}

.contact-info>section>img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.contact-info {
  padding-top: 20px;
}

.special-contact {
	margin-bottom: 30px;
}
.contact-info p {
	padding-left: 40px;
	position: relative;
  margin-bottom: 15px;
}
.contact-info p img {
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-info p a {
	color: rgb(35, 31, 32);
}

.contact-us {
	margin-top: 50px;
}
/*===Einde contact===*/
nav a:last-of-type {
	margin-right: 0;
}
@media screen and (max-width: 1400px) {
	nav a {
		margin-right: 20px;
	}
}
@media screen and (max-width: 1350px) {
	.footcent {
		display: none;
	}
	#footermain .item {
		width: 49%;
		float: left;
	}
	#footermain .item1 {
		margin-right: 2%;
	}
	#footermain {
		padding-top: 40px;
		padding-bottom: 40px;
		width: 96%;
		margin:0 auto;
	}

}
@media screen and (max-width: 1250px) {
	nav a {
		margin-right: 10px;
	}
}
@media screen and (max-width: 1200px) {
	#resbutton {
		display: block;
		position: absolute;
		right: 20px;
		top: 50%;
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
    cursor: pointer;
	}
	nav {
		display: none;
		left: 0;
		width: 100%;
		background-color:#383536;
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		padding-top: 20px;
	}
	nav a {
		height: 60px;
		line-height: 60px;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 1.5em;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}
}
@media screen and (max-width: 1180px) {
	.contactpage:after {
		display: block;
		clear: both;
		content: "";
	}
	.contactheight {
		float:left;
	}
	.contact-form, .contacteer-ons {
		width: 49%;
		margin-bottom: 20px;
	}
	.contact-form {
		margin-right: 2%;
	}
	.location {
		float: left;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 940px) {
	#footermain .item {
		width: 100%;
		margin-right:0;
	}
	#footermain .item1 {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 850px) {
	#refsel .selholder {
		width: 100%;
	}
	#refsel .content > p {
		width: 100%;
	}
	#refsel {
		padding-bottom: 5px;
	}
  .selholder label {
    display: none;
    width: 51px;
    margin-left: 10px;
  }
  .selholder label.dn {
    display: inline-block !important;
  }
  .selholder > * {
    float: none;
  }
}
@media screen and (max-width: 700px) {
	
	.selholder br.dn {
		display: block !important;
	}
	
}
@media screen and (max-width: 600px) {
	.precontent img {
		float:none;
		display: block;
		margin:0 auto 20px 0;

	}
	.precontent .text {
		margin-left: 0;
	}	
	.contact-form, .contacteer-ons {
		width: 100%;
		margin-right: 0;
	}
  .contacteer-ons {
    max-height: 1px;
  }
  .logom {
    width: 306px;
  }
  header {
    height: 103px;
  }
  #sliderwrap {
    margin-top: 103px;
  }
  #banner {
    margin-top: 103px;
  }
  header.scrolling {
    height: 89px;
  }
  header.scrolling .logom{
    width: 261.5px;
  }
  header > a {
    max-width: 306px;
    display: block;
  }

}
@media screen and (max-width: 500px) {
	#logovlak {
		display: none;
	}
	#footermain .item1 p {
		width: 100%;
	}


}
@media screen and (max-width: 450px) {
	.logom {
		display: none;		
	}
	.logos {
    width: 107px;
		display: block !important;
		border-right: 7px solid white !important;
	}
	header.scrolling .logos {
		width: 93px;
	}
  header > a {
    max-width: 107px;
  }
}
@media screen and (max-width: 400px) {  
  .premenu span {
    line-height: 30px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    border-top: 0;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
  }
  .premenu span:last-child {
    left: 50%;
  }
  .premenu {
    height: 70px;
    position: relative;
  }
  .vertline {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    border-left: 2px solid white;
    margin-left: -1px;
  }
  .precontent .item {
    padding-top: 30px;
  }
}