/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #acc313;
	border: 1px solid #acc313;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #acc313;
	border: 1px solid #acc313;
}

/* NEW COOKIE END */

/* old cookies
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  line-height: 36px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

.contactak
{
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  font-size: .9em;
  background-color: #000035;
  margin-top: 1.5em;
}

@media all and (max-width: 730px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
    width: 100%;
  }
}
*/
#PL_privacy {
  margin-top: 10px;
}
.privcnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: .8em;
  height: 20px;
}
.privcnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.privcnt a {
  height: 100%;
  color: black;
  font-weight: 700;
  color: colour;
  position:relative;
  z-index: 10;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #dedede;
}
.privcnt:hover input ~ .checkmark {
  background-color: #ccc;
}
.privcnt input:checked ~ .checkmark {
  background-color: colour;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.privcnt input:checked ~ .checkmark:after {
  display: block;
}
.privcnt .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#subm {
  position:relative;
  z-index: 3;
}
#subm.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.submitholder {
  position: relative;
}
.submitholder:after {
    display: block;
    clear: both;
    content: "";
}
.submitholder .submit-warning {
  position: absolute;
  left:0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}
#content-container {
  width: 96%;
  max-width: 1400px;
  margin: auto;
}

#content-container h2 {
  color:#acc313; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 5px;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  color: #fff;
  background-color: #3a3a3a;
  padding: .6em;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1em;
}
#content-container h3.active {
  background-color: #acc313;
}

#content-container h4 {
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  margin-bottom: 2em;
}

#content-container ul {
  margin-left: 1em;
}

#content-container table {
  margin-left: 1em;
}
#content-container a {
  color: #D3191C;
}
#content-container .c {
  line-height: 150%;
}
#gdpr-wrapper {
   min-height:100%;
   position:relative;
}





/*=========Start Algemeen=======*/
html, body {
  height: 100%;
  min-height: 100%;
}
* {
  -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;
}
.acht {
  width: 80%;
  display: block;
  margin:0 auto;
}
.content {
  width: 96%;
  max-width: 1400px;
  margin:0 auto;
  position: relative; 
}
.content:after {
  display: block;
  clear: both;
  content: "";
}

.content .text {
  margin-bottom: 60px;
}
body {
  color:#231f20;
}
h1 {
  font-family: 'Anton', sans-serif;
  font-size:1.3em;
  margin:50px auto;
  text-align: center;  
}
h1 strong {
  font-size: 150%;
  color: #796b5d;
  text-transform: uppercase;
  font-weight: normal;
}
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: 5;
}
.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; 
}
.imgoverlay.pad {
   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;
}
.item:hover .imgoverlay 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;
}
#banner {
  height: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.btn {
  border:1px solid #a5bb14;
  box-shadow: inset 0px 0 0 0 #a5bb14;
  color: #a5bb14;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  display: inline-block;
  padding:0.25em 0;
  text-align:center;
}
.btn:hover {
  color: #fefefe;
  box-shadow: inset 600px 0 0 0 #a5bb14;  
}
/**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;
}
.head {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*======einde algemeen=====*/
/*====Home===*/

.home:after {
  display: block;
  clear: both;content: "";
}
.home .item {
  width: 33.33%;
  float: left;
  margin:0;
}
.home .item .h1 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;

}
.home .h1 strong {
  font-weight: bold
}

.home .item:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(142,133,116, 0.6);
  content: "";
}

/*===einde home====*/

/*====Start Blocks====*/
.blocks .row:after {
  display: block;
  clear: both;
  content: "";  
}
.blocks .row:first-child .cont {
  border-top: 1px solid #b6b6b6;
}
.blocks .row > * {
  width: 50%;
  float: right;
}
.blocks .row.reverse > * {
  float: left;
}
.blocks .cont {
  padding:45px;
  }
.blocks .cont h2 {
  font-family: 'Anton', sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #796b5d;
}
.blocks .cont p {
  margin-bottom: 20px;
}
.blocks .cont p:last-child {
  margin-bottom: 0;
}
.blocks .img img {
  width: 100%;
}
.overlink {
  display: inline-block;
line-height: 38px;
padding: 0 0.5em;
font-family: 'Open Sans', sans-serif;
text-align: center;
font-weight: 600;
border: 1px solid #acc313;
box-shadow: inset 0px 0 0 0 #acc313;
color: #acc313;
-webkit-transition: all ease 0.8s;
-moz-transition: all ease 0.8s;
transition: all ease 0.8s;
text-transform: uppercase;
cursor: pointer;
margin-top: 5px;
margin-bottom: 0px;
}
.overlinkholder {
  text-align: left;
}
.reverse .overlinkholder {
  text-align: right;
}

/*=====Einde Blocks===*/
/*====Start producten====*/
/*====Home===*/

.producten:after {
  display: block;
  clear: both;content: "";
}
.producten .item {
  width: 25%;
  float: left;
  margin:0;
}
.producten .item .h1 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;

}
.producten .h1 strong {
  font-weight: bold
}

.producten .item:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(142,133,116, 0.6);
  content: "";
}

/*===einde home====*/
/*====Einde producten====*/
/*====Start header====*/
header {
  position: relative;  
  height: 100px;
  font-family: 'Open Sans', sans-serif;
}
header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  background-color: white;
}
header nav {
  text-align: right;  
}
header nav a {
  width: 110px;
  height: 100px;  
  text-align: center;
  color: #636466;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin:0;
}
header nav a:last-child {
  margin-right: 90px;
}
header nav a p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  font-size:1em;
}
header nav a.active, header nav a:hover {
  background-color: #acc313;
  color: white;
}
header #logo {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 213px;
}
header #logo img {
  width: 100%;
}
.taal {
  width: 61px;
  position: absolute;
  right: 0;
  top: 20px;  
  z-index: 1;
  background-color: white;
  z-index: 20;
  cursor: pointer;
}
.taal > *:first-child {
  border-left: 1px solid rgb(23,23,23);
}
.taal > div {
  height: 60px;
  display: none;
  position: relative;
  text-align: center;
  line-height: 60px;
  float: left;
  width: 61px;
  background-color: white;
}
.taal > div:first-child {
  display: block;
  float: none;
}
.taal > div:first-child:after {
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #000000 transparent transparent ;
content:"";
position: absolute;
right: 5px;
top: 27.5px;
}
.taal.active {
  height:120px;
}
.taal.active > div {
  display: block;
}
.taal a {
  color: rgb(23,23,23);
}
/*=====Einde header====*/
/*=====Start footer=====*/
  footer {
    text-align: center;
    font-size: 0.9em;
    color: #948a81;
    border-top: 10px solid #acc313;
    height: 45px;    
  }
  footer p {
    line-height: 35px;
  }
  footer a {
    color: #948a81;
  }
  /*=====Einde footer=====*/
/*====Start Referenties===*/
.topholder {  
  padding-bottom: 10px;
  margin-bottom: 10px;  
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.topref .teller {
    position: absolute;
    top: 0;
    right: 5px;
    height: 54px;
    width: 54px;
    background-image: url(/images/picteller.png);
    line-height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    padding-right: 4px;
    padding-top: 2px;
}
.topholder a {
  margin-top: 0 !important;
}
.locsearch {  
  width: 400px;
  border:1px solid black;
 
  height:42px;
  padding:1px;
  margin: 0 auto;
}
.locsearch input {
  border:0;
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  font-size:0.9em;
  padding-left: 20px;
  border-left: 1px solid grey;
}
.locsearch label {
  color:rgb(62, 62, 62);
  padding-left: 20px;
  padding-right: 20px;
  font-size: 0.9em;  
}
.acht {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.refrow {
  width: 100%;
  margin: 15px auto 0 auto;
  text-align: center;

}
.refrow a { 
  display: inline-block;
  line-height: 38px;
  padding:0 0.5em;   
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-weight: 600;
  border:1px solid #acc313;
  box-shadow: inset 0px 0 0 0 #acc313;
  color: #acc313;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  transition: all ease 0.8s;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
  margin-bottom: 5px;
}
.refrow a:hover, .refrow a.active {
color: #fefefe;
  box-shadow: inset 400px 0 0 0 #acc313;
}
.four-row-grid.real > * {
  width: 25% !important;
  margin:0% !important;
}
.real .item .h1 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;

}
.real .h1 strong {
  font-weight: bold
}

.real .item:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(142,133,116, 0.6);
  content: "";
}
/***Detail***/

/*====EInde referenties====*/
.topref:after {
  display: block;clear: both;content: "";
}
.info .infoitem span {
  display: inline-block;
}
.topref .info {
  width: 400px;
  background-color: #c1d72e;
  color: #1e1e1e; 
   width: 400px;
  float: right;
}
.info a {
  color: #1e1e1e;
}
.info h3 {
  text-transform: uppercase;
  font-family: 'Anton', sans-serif;
  font-size: 1.8em;  
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  color: #1e1e1e;
}
.info .toptitel {
  border-bottom: 1px solid #1e1e1e;
  margin-bottom: 20px;
}
.info .infoitem {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
}
.info .infoitem:first-child {
  padding-top: 0;
}
.infoitem span:first-child {
  width: 150px;
  font-weight: bold;
}
.info .itemwrap {
  height: 470px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.info .botitem {
  border-top: 4px solid white;  
}
.info .botitem > a {
  display: inline-block;
  width: 50%;  
  line-height: 50px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  background-color: #9cb014;
  position: relative;
  text-transform: uppercase;
}
.info .botitem a:first-child {
  border-right: 2px solid white;
}
.info .botitem a:nth-child(2) {
  border-left: 2px solid white;
}
.topref .img{
  margin-right: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 524px;
}
.topref {
  margin-bottom: 20px;
}
.botref:after {
  display: block;
  clear: both;content: "";
}
.botref .left {
  margin-right: 420px;
}
.botref .right {
  float: right;
  width: 400px;
}
.botref .left .blok{
width:50%;
}
.botref .left *{
float: left;
}
.botref .left img {
  width: 100%;
}
.botref .left .blok:first-child {
  padding-right: 10px;
  margin-bottom: 20px;
}
.botref .left .blok:nth-child(2) {
  padding-left: 10px;
  margin-bottom: 20px;
}
.botref .left .item:nth-child(3) {
  width: 100%;
  margin-bottom: 20px;
}
.botref .right img {
  width: 100%;
}
.botref .right img:first-child {
  margin-bottom: 20px;
}
/*====Start contact===*/
.contactpage {
  margin-top: 60px;
}

.contact-form { 
  float: left;
  width: 390px;
}
.contacteer-ons {
  float:right;
  width: 390px;
}
.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: 550px;
  padding-bottom: 50px;
  position: relative;
}
#dasmap {
  height: 474px;
}

.contact-form input[type="text"] {
  width: 100%;
  height: 33px;
  margin-bottom: 10px;
  padding-left: 7px;
  box-sizing: border-box; 
  font-family: 'Roboto Condensed', sans-serif;
  border: 1px solid #2d1f1a;
}

.contact-form input[type="submit"] {
  width: 100%;
  height: 40px;
  background-color: #796b5d;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 7px;
  font-family: 'Anton', sans-serif;
}
.contact-form input[type="submit"]:hover {
  background-color: #a1978d;  
}
.contact-form .wrong {
  border: 1px solid red !important;
}
.contact-form select {
  width: 100%;
  font-family: 'Roboto Condensed', 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: 168px;
  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: 'Anton', sans-serif;
  background-color: #796b5d;
  border: none;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;  
}
.toon-groot:hover, .contact-us:hover {
  background-color: #a1978d;  
}


.contacteer-ons>img {
  width: 100%;
  margin-bottom: 20px; 
}
.special-contact {
  margin-bottom: 30px;
}
.contact-info p {
  position: relative;
  padding-left: 60px;
  font-size: 1em;
  font-family: 'Roboto Condensed', sans-serif;
}
.contact-info p img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-info p a {
  color: black;
}

.contact-us {
  margin-top: 50px;
}
.lines {
  border-top: 10px solid #acc313;
  height: 10px;
}
/*====Einde contact===*/
/*=====Media Queries====*/
@media screen and (max-width: 1440px) {
  .content.fake {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .blocks .cont {
    padding:25px;
  }
}
@media screen and (max-width: 1200px) {
  .contactheight {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .contacteer-ons {
    margin-right: 0;
  }
  .contacteer-ons > img {
    max-width: 390px;
  }
  .location {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
  }
  .real .item .h1 {
    font-size: 1.2em;
  }

}

@media screen and (max-width: 1160px) {
  .blocks .row > * {
    width: 100%;
    float: none;
  }
  .overlinkholder {
  text-align: center;
}
.reverse .overlinkholder {
  text-align: center;
}
}
@media screen and (max-width: 1150px) {
  header #logo {
    top: 18px;
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
  header nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 50;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #acc313;
  }
  header nav a {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    font-size: 1.6em;
    height: 60px;
      background-color: #acc313;
    color: #fefefe;
  }
  header nav a.active, header nav a:hover {
    background-color: #899c0f;
  }
  header .content {
    height: 100px;
  }
  #menubutton {
    display: block !important;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 85px;
    cursor: pointer;
  }
  .producten .item {
    width: 33.33%;
  }  
  .producten .item.dn {
    display: block;
  }
}

  @media screen and (max-width: 1130px) {
  .single-row-four > *:nth-child(1), .single-row-four > *:nth-child(2) {
    margin-bottom: 10px; 
  }
  .single-row-four > *:nth-child(4) {
    margin-left: 4% !important;
  }
  .single-row-four > *:nth-child(3) {
    margin-left: 0 !important;
  }
  .single-row-four.over >*:nth-child(1n) {
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
  @media screen and (max-width: 1000px) {  
  .four-row-grid.nieuws > *, .single-row-four.over > * {
    width: 48% !important;
  }
}
@media screen and (max-width: 800px) {
  .topref {
    margin-bottom: 10px;
  }
  .botref .right, .botref .left {
    width: 50%;
    float: right;
  }
  .botref .left {
    margin-right: 0;
    padding-right: 5px;
  }
  .botref .right {
    padding-left: 5px;
  }
  .botref .left .blok:nth-child(1n) {
    width: 100%;
    margin: 0;
    padding:0 !important;
    margin-bottom: 10px;
  }
  .botref .right img:first-child {
    margin-bottom: 10px;
  }
  .topref .info {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .info .itemwrap {
    height: auto;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .topref .img {
    margin-right: 0;
  }
  .info h3 {
    text-align: center;
  }
  .topref .img.nomob {
    display: none;
  }
  .topref .img.mob {
    display: block;
  }

}
@media screen and (max-width: 790px) {
  .four-row-grid.real > div {
    width: 33.33% !important;
  }
  .four-row-grid.real > div:nth-of-type(2n) {
    float: left !important;
  }
  .real .item .h1 {
    bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .single-row-four > *:nth-child(3) {
    margin-bottom: 10px;
  }
  .single-row-four > *:nth-child(4) {
    margin-left: 0 !important;
  }
  .producten .item {
    width: 50%;
  }
    .producten .item.dn {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .home .item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contactheight {
    width: 100%;
    margin-right: 0;
    min-width: 1px;
  }
  .contacteer-ons {
    margin-top: 20px;
  }
  .acht {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .producten .item {
    width: 100%;
  }  
  .four-row-grid.real > div {
    width: 50% !important;
  }
}
@media screen and (max-width: 500px) {
    .botref>* {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 96% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
  }
  .botref .right {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 420px) {
  .locsearch label {
    display: none;
  }
  .locsearch {
    width: 100%;
  }
  .locsearch input {
    border-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .four-row-grid.real > div {
    width: 100% !important;
  }
  .four-row-grid.real > *{
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  header #logo {
    width: 145px;
    top: 30px;
  }
  .blocks .row .cont {
    padding-left: 10px;
    padding-right: 10px;
  }
  .refrow a {
    width: 100%;
  }
}  