/*****Global*****/
* {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	margin:0;
	padding:0;
	width:100%
}
.content {
	width:96%;
	max-width:1400px;
	margin: 0 auto 0 auto;
}
.content:after {
	clear: both;
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
}

.mediumwidth {
	width: 90%;
	max-width: 1260px;
	margin: 0 auto 0 auto;
}
.clearfix {
	clear:both;
}
h2 {
	color:#11506f;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 1.25em;
	margin-bottom: 10px;
}
.lightestblue {
	background-color: #f1f7fd;
}
.medshow {
	display: none;
}
p {
	font-family: 'Roboto',sans-serif;
}
h3 {
	font-family: 'Roboto',sans-serif;
}

.c a, #contactinfo a, footer {
    color: #109eda;
}

.c
{
	line-height: 1.5em;
	color: #191919;
}

#contact .i50r
{
	width: 49%;
}

#contact.c2 input
{
	margin-top: 0;
}

#contact.c2 > *
{
	min-height: auto;
}

#jobs
{
  margin-top: 1em;
  padding-left: .2em;
  margin-bottom: 2em;
}

#jobs li
{
  margin-top: .5em;
  list-style-type: disc;
  color: #3C3C3B;
  list-style-position: inside;
}

#jobs a
{
  color: #00729A;
}

/* GDPR */

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
  }
  
  #content-container h2 {
    color:#225d7a;
    font-size:2.4em;
    font-weight:bold;
    margin-bottom: 1em;
    margin-top: 2em;
	cursor: pointer;
	text-align: center;
  }
  
  #content-container h3 {
    background: #225d7a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }
  
  #content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
  }
  
  #content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
  }
  
  #content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
  }
  
  #content-container ul {
    margin-left: 3em;
  }
  
  #content-container table {
    width: 100%;
  }
  
  #content-container a {
    color: black;
    font-weight: 700;
  }
  
  #gdpr-wrapper {
    min-height:100%;
    position:relative;
  }
  
  #content-container thead {
    background-color: #4C4C4C;
    color: #fff;
  }
  
  
  #content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
  }
  
  #content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
  }
  
  #content-container tbody td p {
    padding: 0px;
  }
  
  #content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
  }
  
/* EINDE GDPR */

/* Popup */

.popup {
	width: 100%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding: 20px;
	z-index: 100;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
  }
  
  .popup_content {
	max-width: 950px;
	background-color: white;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	position: relative;
  }
  
  .popup_content img {
	width: 400px;
  }
  
  .popup_content h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #0098d8;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 1.4em;
  }
  
  .popup_content>div {
	padding: 50px 30px;
	line-height: 150%;
  }
  
  .popup_close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 2em;
	color: black;
	cursor: pointer;
	padding: 0 !important;
  }
  
  .popup_content a {
	display: inline-block;
	margin-top: 15px;
	color: #0098d8;
	font-family: 'Poppins', sans-serif;
  }
  
  .popup_text {
	color: #adadad;
  }
  
  .popup_overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
  }
  
  .menu-block {
	overflow: hidden;
  }
  
  /* Einde Popup */

/***Header***/
header {
	position: relative;
	background:white;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(119,119,119,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(119,119,119,1);
	box-shadow: 0px 1px 5px 0px rgba(119,119,119,1);
}
header:after {
	clear: both;
	visibility: hidden;
	content: ".";
	display: block;
	height: 0;
}
header .content {
	position: relative;
}
header li {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.firstp0 > p:first-child
{
	margin-top: 0;
}

.loctek-slider-controls
{
	margin-left: 0 !important;
	right: 15px !important;
	top: 15px !important;
	left: auto !important;
}

.loctek-slider-controls li
{
	border: 0 !important;
	background: #5491B1 !important;
	height: 8px !important;
	width: 8px !important;
	border-radius: 4px !important;
	-wekbit-border-radius: 4px !important;
	margin: 0 4px !important;
}

.loctek-slider-controls .active
{
	background: #003F64 !important;
	height: 8px !important;
	width: 8px !important;
	border-radius: 4px !important;
	-wekbit-border-radius: 4px !important;
}

header a {
	color:#225d7a;
}
#slider > div {
	height: 270px;
	background-position: center;  
	background-repeat: no-repeat;
	background-size:cover;
}
#logo {
	position: absolute;
	width: 162px;
	height: 145px;
	z-index: 21;
	top: -60px;
	left: 56px;  
}
#round {
	background-color: white;
	position: absolute;
	height: 200px;  
	width: 200px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	top:-100px;
	z-index: 20;
}
header .right {
	float:right;
	width: 200px;
	margin-left: 40px; 
}
header .center {
	margin-right: 440px;
	margin-left:200px;
	margin-top:16px;
	width: 100%;
}
.languages {
	width: 100%;
	margin-bottom:16px;
}
.languages:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
.languages li {
	float:right;
	padding-left:10px;
}
.languages li:nth-of-type(2) {
	padding-left:0;
	padding-right:10px;
	border-right:1px solid #22a6dd;
}
.languages a:hover, .languages a.active {
	text-decoration: underline;
	font-weight: bold;
	color: #004465;
}

#googlesearch {
	height: 29px;
	padding-left: 1px;
	background-color: #00B0E8;
	margin-top:30px;

}
#topmenu {
	width: 100%;
	font-size: 100%;
	position: absolute;
	right: 100px;
	margin-bottom: 32px;
	height:20px; 
}
#topmenu ul {
	width: 100%;
}
#topmenu li {
	float:right;
	margin-right:36px;
}
#topmenu li:first-of-type {
	margin-right:0;
}
#topmenu:after {
	clear: both;
	content: '.';
	height: 0px;
	display: block;
	visibility: hidden;
}
#botmenu {
	float:right;
	width: 100%;
	max-width: 700px;
	margin-top: 51px;
	display: flex;
	justify-content: space-between;
}
#botmenu ul {
	width: 100%;  
}
#botmenu li {
	float:right;
	font-size:115%;
}
#botmenu a:hover,#botmenu a.active,#topmenu a.active,#topmenu a:hover {
	color: #0098d8;
	text-decoration:underline;
	font-weight: bold;
}

/***Footer***/
footer {
	background-color: #004565;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 125%; 
	padding:0 1em;
	line-height: 135%;
}
.footer:first-child span {
	color: #0087c1;
}
footer a{
	background-color: #004565;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
}
footer a:hover{
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
footer ul {
	margin-bottom: 1em; 
}
#share a {
	font-weight: bold;
	background-color: white;
	color: #004565;
	padding:0.4em 0.8em;
	margin-right: 2em;
	margin-bottom: 2em;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.footer:last-child img{
	margin-top:0.75em;
	width: 215px;
}

/***single-row-four***/
.single-row-four>div {
	position: relative;
}

.single-row-four .img{
	width: 100%;
}
.single-row-four span, .four-row-grid span, .xxxx {
	width: 100%;
	font-size: 105%;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	left:0px;

	position: absolute;
	bottom:0;
	color: white;
	background-color: rgba(14, 71, 99,0.8);

}



.popul.single-row-four span {
	background-color: rgba(14, 71, 99,0.8);
}

/***Infoboxes***/
#infoboxes {
	margin: 2em auto 1em auto;
}

#infoboxes>div>div {
	height: 150px;
	background-color: #0097d7;
	padding: .5em;

}
#infoboxes>div>div.light {
	background-color: #aad0da;  
}
#infoboxes>div>div.dark {
	background-color: #004565;
}
#infoboxes a {
	display: block;  
}

.single-row-four > a
{
	display: block;
}

#infoboxes .single-row-four img{
	width:auto;
	position: absolute;
	width: 150px;
	bottom:15px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);

}

#infoboxes .single-row-four span {  
	font-size: 130%;
	padding-top: 10px;
	padding-bottom: 5px;   
	top:10px;
	text-align: center;
	left: 2.5%;
	width: 95%;
	bottom: unset;
	color: white;
	background-color: unset;
	text-transform: unset;
}

#infoboxes .single-row-four div.light span {
	color: #c20b19;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 115%;
}

a.btn {
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	text-align: center;
	background-color: #004565;
	padding:0.5em 1em;	
	display: block;
	font-weight: bold;
	font-size: 110%;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}
#infoboxes a.btn {
	position: absolute;
	bottom: 2.5em;
	text-transform: uppercase;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);  
}



/*****Home specifiek*****/

/***banner***/
#homebanner {
	background-color: #e3f0fb;
	margin-bottom: 1em;
}
#homebanner h1 {
	width: 85%;
	max-width: 1190px;
	margin:0 auto;  
	padding:2em 0 1em 0;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #004465;
	font-size: 150%;
	line-height: 150%;
	text-align: center;
}

/***homemarkten***/
#homemarkten {
	margin-bottom: 1em;
}

/***homeproducten***/
#homeproducten {
	margin-bottom: 1em;
}
#homeproducten .img {
	background: url('/images/icowater.png') no-repeat center center;

}

.single-big-two-small .img {
	width: 100%;
}
.single-big-two-small .productlogo { 
	display: none;
	margin:0 auto;
	position: absolute;
	top: 50%;
	left: 42%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 50;
}

.single-big-two-small > div
{
	width: 48.5%;  
	float: right;
	margin-right: 0.5%;
}

.single-big-two-small>*:last-child {
	width: 48.5%;
	float: none;
	margin-right: 0;  
}
.single-big-two-small>*:first-child>div {
	width: 47.5%;
	margin-right: 5%;
	float:left;
	position: relative;
	margin-bottom: 6px; 
}
.single-big-two-small>*:first-child>div:nth-child(2n+1) {
	margin-right: 0;
}
.single-big-two-small>*:first-child>div:nth-child(1n+4) {
	margin-bottom: 0;
}
.single-big-two-small>:after
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-big-two-small>div {
	position: relative;
}

.single-big-two-small a
{
	display: block;
}

.single-big-two-small span {
	width: 100%;
	font-size: 105%;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	left: 0;
	position: absolute;
	bottom:0px;
	color: white;
	background-color: rgba(10, 145, 211,0.8);
}

/***aanpak***/
#aanpak .ad {
	position: relative;
	height: 200px;
	width: 18%;
	margin-left: 7.5%;
}
#aanpak .ad:first-child {
	margin-left:0;
}
#aanpak .after {
	position: absolute;
	background: url('/images/pijl.png') no-repeat center;
	background-size: cover;
	width: 25px;
	height: 29px;
	top:40%;
	right: -22%;  
}
#aanpak img {
	display: block;
	margin:0 auto;
	position: absolute;
	bottom: 110px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

#aanpak p {
	font-family: 'Roboto',sans-serif;
	text-align: center;   
	position: absolute;
	top: 135px;
	color: #004465;
	width: 100%;
	font-weight: bold;
	margin: 0 auto;
	font-size: 110%;
}

/***Home nieuws***/
#articles {  
	margin-right: 500px;
	font-family: 'Roboto', sans-serif;
	height: 400px;
	position: relative;
}
#articles:after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}


.boxsizer *
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#articles article {
	width: 48%;
	margin-right: 2%;
	float:left;
	height: 400px;
	font-size: 110%;
}

.content .gsc-search-box-tools .gsc-search-box .gsc-input
{
	padding-right: 0;
}

.content .cse .gsc-search-button input.gsc-search-button-v2, .content input.gsc-search-button-v2
{
	padding: 6px;
	margin: 0;
	border: 0;
	background-color: #00B0E8;
}

#search
{
  margin-top: 1px;
  width: 100%;
  float: right;
  height: 40px;
}

#search *
{
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

#searchbutton
{
  border: 1px solid #00617C;
  background: url(/images/search.png) no-repeat center;
  height: 35px;
  width: 35px;
  margin-top: 5px;
  float: right;
  cursor: pointer;
  display: none;
}

#articles article:after {
	clear: both;
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
}
#articles h3 {
	margin-top: 12px;
	margin-bottom: 2px;
	color: #119fdb;
	overflow: hidden;
	font-weight: bold;
	font-size: 110%;
	height: 20px;  
}
#articles span {
	color: #004465;
	font-weight: bold;
	font-size: 110%;
	height: 25px;
	line-height: 25px;
}
#articles p {
	color:#004465;
	line-height: 105%;
	height: 90px;
}
#articles a {
	width: 100px;
	height: 32px;
	margin-top: 8px;
	text-align: center;  
	padding:0.5em 0.5em;
	display: block;  
	color: white;
	background-color: #0097d7;
	font-weight:bold;
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
	position: absolute;
	bottom: 0px;
}

.mll
{
	margin-left: 275px;
}

.dark form
{
	position: absolute;
	bottom: 2.5em;
	text-transform: uppercase;
	left: 50%;
	width: 90%;
	margin-left: -45%;
}

.dark input[type="text"]
{
	border: 1px solid #0097D7;
	float: left;
	width: 80%;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	padding: 0 .5em;
}

.dark input[type="submit"]
{
	border: 1px solid #0097D7;
	background-color: #0097D7;
	color: #fff;
	height: 35px;
	float: left;
	width: 15%;
	line-height: 35px;
}

#advertisement {
	float: right;
	width: 500px;
	height: 400px;	
	position: relative;
	z-index: 2;
}
.adover {
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#advertisement img {
	width: 500px;
	height: 400px;
}
#advertisement p {
	position: absolute;
	font-family: 'Titillium Web', sans-serif;
	width: 375px;
	font-weight: bold;
	font-size: 165%;
	top: 20px;
	left: 20px;
	color: #0098d8;
}
#advertisement span {
	font-family: 'Titillium Web', sans-serif;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 2.3em;
	font-weight: bold;
	font-size: 165%;
	color: #004465;
	display: block;
}
#advertisement a {
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	text-align: center;
	background-color: #004565;
	padding:0.5em 0em;
	position: absolute;
	bottom: 1em;
	text-transform: uppercase;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 160px;  
	display: block;
	font-weight: bold;
	font-size: 110%;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}
#homenews .foto {
	background:url('/images/nieuws1.png') no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}

/***Markten***/
#markten {
	margin-top: 2em; 
	margin-bottom:2em;
	width: 100%;
	background-color: #ecf5fd;  
}
#markten:after {
	clear: both;
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
}
#markten>span{
	font-size:110%;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #004565;
	display: block;
	padding:0.5em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#markten>div.left {
	float:left;
	width: 246px;
	height: 270px;
	background: url('/images/zoutzakken.png');
}
#markten div.right {
	text-align: center;
	float:right;
	width: 150px;
	margin-right: 25px;
	margin-left: 25px;
	padding:0.5em 0;  
	background-color: #004565;  
	margin-top:3em;
	padding-bottom: 1.5em;
}
#markten div.right p,#markten div.right span {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	font-family: 'Roboto Condensed', sans-serif; 
	font-size:115%;
}

#markten div.right p {
	padding:1em;
}

#markten article { 
	height: 235px;
	padding-left: 270px;
	padding-right: 200px;
	line-height: 130%;
	font-size: 110%;
}
#markten h3 {
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
	margin-top: 2em;
	color: #004465;
}
#markten p {
	color: #004465;
	font-family: 'Roboto',sans-serif;
}

#contact label
{
	font-weight: bold;
	color: #004465;
	display: block;
}

#contact input,textarea
{
	border: 0;
	background-color: #fff;
	width: 100%;
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 5px;
}

#contact input[type="submit"]
{
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #004565;
	margin-top: 1em;
	width: 100%;
	max-width: 200px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.errors
{
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: disc;
	margin-bottom: 1em;
	color: #191919;
}

#contact form p
{
	float: left;
	width: 100%;
}

#contact form
{
	padding: 1em;
}

#contact .i50
{
	width: 45%;
}

#contact .i50.fr
{
	float: right;
}

textarea
{
	height: 150px;
}

/***foursection***/
#leftmenu {
	float:left;
	width: 246px;
}
#leftmenu a {
	font-family: 'Roboto Condensed',sans-serif;
	font-size:105%;
	width: 100%;
	display: block;
	color: white;
	background-color: #0097d7;
	margin-bottom: 2.5em;
	text-transform: uppercase;
	font-weight: bold;
	padding:0.8em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
}

#leftmenu .onderverdelingen a
{
	color: #004565;
	background: transparent !important;
	margin: 0;
	font-size: .85em;
	border-bottom: 1px solid #0097D7;
	padding: 10px;
}

#leftmenu a span {
	display: none;
	position: absolute;
	right:10px;
}
#leftmenu a:hover,#leftmenu .active {
	background-color: #004565;
}
#leftmenu a:hover .on,#leftmenu a.active .on {
	display: inline;
}
#foursection {
	margin-bottom: 2em;
}
#foursection:after {
	clear: both;
	content: ".";
	height: 0px;
	visibility: hidden;
	display: none;
}
#foursection article:after {
	clear: both;
	content: "";  
	display: block;
}
#foursection article{  
	margin-left: 270px;  
	background-color: #ecf5fd;
}
#foursection article>span,#foursection .span>span {
	font-size:105%;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #004565;
	display: block;
	padding:0.8em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 2em;
}
#foursection .span {
	background-color: #004565;
	padding-left:385px;
}
#foursection .left{
	float: left;
	width: 400px;
	padding:0 2em;
}
#foursection .left img{
	width: 100%;
	padding-bottom: 2em;
}
#foursection .right {
	padding-left: 400px;
	width: 100%;
	padding-bottom: 1em;
}
#foursection .right h3 {
	color: #0097d7;
	font-weight: bold;
	font-size: 110%;
}
#foursection .right p {
	font-size: 110%;
	line-height: 125%;
	margin-bottom: 2em;
	color: #004465;
}
#foursection .sub p{
	display: block;
	max-width: 600px;
}
#foursection .sub .mframe {
	text-align: center;
	float:right;
	width: 200px;
	margin-right: 25px;
	margin-left: 25px;
	padding:0.8em 1em;  
	background-color: #004565;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	font-family: 'Roboto Condensed', sans-serif; 
	font-size:115%;   
	position: relative;
	border-radius: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
}
#foursection .sub div {
	margin-top: 1em;
}
#foursection .sub div div {
	float:left;
	width: 28%;
	margin-right: 4%;
}
#foursection .sub img {
	width: 100%;
}
#foursection .sub div div:last-child {  
	margin-right: 8%;
}
#foursection .sub div div p {
	margin-top: 1em;
	font-size: 90%;
	line-height: 100%;
	margin-bottom: 0;
	color: #004465;
}

/*****producten overzicht*****/
/***searchbar***/
#productsearch {
	background-color: #e3f0fb;
}
#productsearch h2 {
	margin-top: 0.5em;
	float: left;
	font-weight: bold;
}
#productsearch .content>div {
	padding:2em 0;
}
#productsearch .content>div:after {
	clear: both;
	content: "";
	display: block;
}
#productsearchbar {
	width: 90%;	
	height: 36px;
	background-color: #004465;
	float:right;	
}

/***category bar***/
#productcategory {
	background-color: #0097d7;
	padding:1em 0;
}
#category {
	float:left;
	width: 11%;
	margin-right: 1.7%;
}
#category:last-child {	
	margin-right: 0%;
}
#category img {
	display: block;
	margin:0 auto 10px auto;
}
#category p {
	width: 100%;
	text-align: center;
	font-family: 'Roboto Condensed',sans-serif;
	color: white;
}

.loctek-lightbox, #loctek-lightbox-close
{
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	border-color: #191919 !important;
}

#loctek-lightbox-close
{
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	line-height: 20px !important;
	color: #191919 !important;
	border-color: #191919 !important;
}

/***gemakkelijk gevonden***/
#producteasy {
	margin-top: 2em;
}
#producteasy h2 {
	font-weight: bold;
}
#producteasy .single-row-four:after {
	clear: both;
	content: "";
	display: block;
}
#producteasy .single-row-four,#producteasy .four-row-grid {
	margin-bottom: 2em;
}
#producteasy img {
	width: 100%;
}
#producteasy .single-row-four span, #producteasy .four-row-grid span {
	bottom: 0px;
}

/***productcategory***/
/*category main*/
#categorymain {
	margin-top: 2em; 
	margin-bottom:2em;
	width: 100%;
	background-color: #ecf5fd;  
}
#categorymain:after {
	clear: both;
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
}
#categorymain>span{
	font-size:110%;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #004565;
	display: block;
	padding:0.5em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#categorymain>div.left {
	float:left;
	width: 246px;
	height: 270px;
	background: url('/images/sproeier.png') no-repeat;
	background-size: cover;

}
#categorymain div.right {
	text-align: center;
	float:right;
	width: 150px;
	margin-right: 25px;
	margin-left: 25px;
	padding:0.5em 0;  
	background-color: #004565;  
	margin-top:3em;
	padding-bottom: 1.5em;
	z-index: 500;
}
#categorymain div.right a {
	color: white;
	z-index: 500;
}
#categorymain div.right p,#categorymain div.right span {
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	font-family: 'Roboto Condensed', sans-serif; 
	font-size:115%;
}

#categorymain div.right p {
	padding:1em;
}

#categorymain article { 
	height: 235px;
	padding-left: 270px;
	padding-right: 200px;
	width: 100%;
	line-height: 130%;
	font-size: 110%;
}
#categorymain h3 {
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
	margin-top: 2em;
	color: #004465;
}
#categorymain p {
	color: #004465;
	font-family: 'Roboto',sans-serif;
}

/***product subcategory***/
#subcategory #leftmenu a:last-child{
	margin-bottom: 0;
}

#subcategory .single-row-five {
	margin-left: 270px;
	height: 215px;
}
#subcategory .single-row-five>div {
	float:left;
	width: 19%;
	height: 215px;
	margin-right: 1.25%;
	background: url('/images/productfoto.png') no-repeat center;
	background-size: cover;
	position: relative;
}
#subcategory .single-row-five>div:nth-child(5n) {	
	margin-right: 0;
}

.single-row-five span {
	width: 100%;
	font-size: 105%;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	left:0px;
	bottom: 0px;
	position: absolute;	
	color: white;
	background-color: rgba(14, 71, 99,0.8);
}

/***subcategory specifiek***/
#categorymain article {
	position: relative;
}
#categorymain.s article {
	min-height: 200px;
}

#categorymain>span:nth-of-type(2) {
	width: auto;
	background-color: #0097d7;	
	padding:0.5em;	
	margin-left: 245px;
	padding-left: 25px;
	height: 35px;
}

#categorymain div.lightblue {
	background-color: #0097d7;
}

#verkies {
	float: right;
}

#verkies * {
	display: inline-block;
	line-height: 16px;
}
#verkies span {
	text-transform: uppercase;
	font-family: 'Roboto Condensed',sans-serif;	
	color: #0097d7;
}
#verkies a {
	text-transform: uppercase;
	font-family: 'Roboto Condensed',sans-serif;	
	color: #004565;
}
#verkies li {
	padding-right: 0.5em;
	border-right: 2px solid #0097d7;
}
#verkies li:last-child {
	border: 0;
	padding-left: 0.5em;
}

/***productdetail***/
#subcategory .left{
	float: left;
	width: 400px;
	padding:0 2em;
}
#subcategory .left img{
	width: 100%;
	padding-bottom: 2em;
}
#subcategory .right {
	padding-left: 400px;
	width: 100%;
	position: relative;
}
#subcategory .right h3, #productdetail h4 {
	color: #0097d7;
	font-weight: bold;
	font-size: 110%;
}
#productdetail h4 {
	color: #004565;
}
#subcategory .right>p {
	font-size: 110%;
	line-height: 125%;
	margin-bottom: 2em;
	color: #004465;	
}

#productdetail {
	margin-left: 270px;
	background-color: #ecf5fd;
}
#productdetail:after {
	clear: both;
	content: "";
	display: block;
}
#productdetail .span>span{
	font-size:105%;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #004565;
	display: block;
	padding:0.8em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 2em;
}
#productdetail .span {
	background-color: #004565;
	padding-left: 385px;
}
#productdetail{
	padding-bottom: 5em;
}
#productdetail .stats:after {
	clear: both;
	content: "";
	display: block;
}
.stats ul {
	font-family: 'Roboto', sans-serif;
}
#productdetail .stats>* {
	float:left;
	width: 47%;
	margin-right: 6%;
	padding-right: 10%;
}
#productdetail .stats>*:first-child {
	border-right: 1px solid #0097d7;
}
#productdetail .stats>*:last-child {
	margin-right: 0;
}
#subcategory .stats p, #subcategory li {
	font-size: 100%;
	line-height: 125%;	
	color: #004465;	
	position: relative;
}
#subcategory .stats p {
	display: inline-block;
	/*position: absolute;*/
	right:0px;
}
#subcategory li:before {	
	content: "•"; 
	padding-right: 12px;
	color: #0097d7;
}
#subcategory ul {
	margin-bottom: 2em;	
}

#subcategory a.btn {
	width: 200px;
	position: absolute;
	right: 16px;
	bottom:-60px;
	text-transform: uppercase;;
}
#subcategory a.btn:first-of-type {	
	right: 240px;
}


/***over***/

#about {
	margin-top: 2em;
}
#aboutmain {
	margin-left: 270px;
	background-color: #ecf5fd;
	padding-bottom: 2em;
	margin-bottom: 1em;
}
#aboutmain:after {
	clear: both;
	display: block;
	content: "";
}
#aboutmain .span {
	background-color: #004565;
	padding-left: 385px;
}
#aboutmain .span > span {
	font-size: 105%;
	font-family: 'Roboto Condensed', sans-serif;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	background-color: #004565;
	display: block;
	padding: 0.8em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 2em;
}
#aboutmain .left {
	float: left;
	width: 400px;
	padding: 0 2em;
}
#aboutmain .left img {
	width: 100%;
	padding-bottom: 2em;
}
#aboutmain .right {
	padding-left: 400px;
	width: 100%;
}
#aboutmain .right h3 {
	color: #0097d7;
	font-weight: bold;
	font-size: 110%;
}
#aboutmain .right p {
	font-size: 110%;
	line-height: 125%;
	margin-bottom: 2em;
	color: #004465;
}


/***contact***/
#contact {
	margin-top: 2em;
	margin-bottom: 2em;
}
#contact:after {
	content: "";
	display: block;
	clear: both;
}

#contact>* {
	min-height: 600px;
	background-color: #ecf5fd;
}
#contact h3 {
	font-family: 'Roboto Condensed',sans-serif;
	text-transform: uppercase;
	color: white;
	background-color: #004565;
	text-align: center;
	padding:0.5em;
	font-weight: bold;
	font-size: 125%;
}

#mymap,#contactinfo {
	float:left;
	width: 300px;
}
#mymap {
	margin-right: 16px;
}
#contactinfo {
	margin-right: 32px;
	line-height: 1.4em;
	font-size: 110%;
}

#contactinfo p {
	margin-left: 1em;
	color: #004465;
	font-family: 'Roboto',sans-serif;
	margin-bottom: 1em;
}
#contactinfo p span {
	color: #109eda;
}
#contactinfo h4 {
	font-family: 'Roboto',sans-serif;
	font-weight: bold;
	margin-top: 2em;
	color: #004465;
	margin-left: 1em;

}


#contactform {
	margin-left: 648px;
}

.mll > div
{
	width: 17.9%;
	margin-right: 2.625%;
	float: left;
	margin-bottom: 2%;
}

.mll > div:nth-child(5n) {
    margin-right: 0;
}

.mll img {
    width: 100%;
}

.mll span
{
	padding-left: 5px;
	padding-right: 5px;
}

.onderverdelingen
{
	margin-bottom: 2em;
}

@media screen and (max-width: 1370px){
	#productdetail .stats > * {
		padding-right: 12px;
	}
}
@media screen and (max-width: 1260px){
	#subcategory .left {
		width: 200px;
	}
	#subcategory .right {
		padding-left: 200px;
	}
	#productdetail .span {
		padding-left: 185px;
	}

	.mll > div
	{
		width: 23.5%;
		margin-right: 2%;
	}

	.mll > div:nth-child(4n) {
	    margin-right: 0;
	}

	.mll > div:nth-child(5n) {
	    margin-right: 2%;
	}
}
@media screen and (max-width: 1250px){
	/***header***/
	#botmenu {
		max-width: 600px;
	}

	/***markten***/
	#foursection .left {
		display: none;
	}
	#foursection .right {
		padding-left: 16px;
	}
	#foursection .sub div {
		margin:0 auto;
	}
	#foursection .sub div:after {
		clear: both;
		content: "";
		display: block;
	}
	#foursection .span {	
		padding-left:0px;
	}
}

@media screen and (max-width: 1160px){
	#subcategory .left {
		display: block;
		float: none;
		width: 100%;
	}

	#subcategory .left > img {
		max-width: 400px;
	}
	#subcategory .right {
		padding-left: 15px;
	}
	#productdetail .span {
		padding-left: 0px;	
	}

	/***contact***/
	#contactinfo:after {
		display: block;
		content: "";
		clear: both;
	}
	#contactinfo,#mymap {
		width: 49%;				
	}
	#contactinfo {
		margin:0;
	}
	#mymap {
		margin-right: 2%;
	}
	#contactform {
		padding-top: 1em;
		margin-left: 0;
		width: 100%;
		clear: both;		
	}



}
@media screen and (max-width: 1130px){
	/***algemeen***/
	.medhide {
		display: none;
	}
	.medshow {
		display: block;
	}
	/***header***/
	#res
	{
		display: inline-block;
		float: right;
		cursor: pointer; 
		margin-top: 15px;
		margin-right: 15px;
	}

	#topmenu
	{
		position: static;
	}

	#header
	{
		z-index: 5;
	}

	#header br.dn
	{
		display: block;
		clear: right;
	}

	#header .right
	{
		margin-left: 0;
		width: 75px;
		margin-right: 15px;
	}

	#googlesearch
	{
		display: none;
	}

	#header .center
	{
		display: none;
		position: absolute;
		left: 0;
		background-color: #fff;
		width: 100%;
		margin: 0;
	}

	#topmenu, #botmenu
	{
		float: none;
		width: 100%;
		display: block;
		height: auto;
		max-width: 100%;
		margin: 0;
	}

	#header .content
	{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header .center li
	{
		display: block;
		margin: 0;
		float: none;
		font-size: 115%;
	}

	#header .center a
	{
		display: block;
		float: none;
		width: 100%;
		height: 2em;
		line-height: 2em;
		text-align: center;
	}

	/***home***/
	/*home producten*/
	.single-big-two-small>div {
		width: 100%;
	}
	.single-big-two-small>*:first-child>div {
		width: 49%;
		margin-right: 2%;
		float:left;
		position: relative;
		margin-bottom: 6px; 
	}
	.single-big-two-small>*:first-child>div:nth-child(2n+1) {
		margin-right: 2%;
	}
	.single-big-two-small>*:first-child>div:nth-child(2n) {
		margin-right: 0%;
	}
	.single-big-two-small>*:first-child>div:nth-child(1n+3) {
		margin-bottom: 6px;
	}

	/***producten overzicht***/
	/*gemakkelijk gevonden*/
	#producteasy .single-row-four {
		margin-bottom: 0%;
	}
}
@media screen and (max-width: 1100px){
	#articles {
		margin-right: 0px;
	}
	#advertisement {
		display:none;
	}
}
@media screen and (max-width: 1075px){
	/***markten***/
	#markten>div.left,#categorymain>div.left {
		display:none;  
	}

	#markten article,#categorymain article { 
		height: auto;
		padding-left:0;  
	}

	#markten .c
	{
		margin-left: 1em;
	}

	/***productdetail***/

	#categorymain > span:nth-of-type(2) {
		width: auto;
		background-color: #0097d7;
		padding: 0.5em;
		margin-left: 0px;
		padding-left: 0.5em
		height: 35px;
	}
}
@media screen and (max-width: 1060px){
	#aboutmain .left {
		display: none;
	}
	#aboutmain .span {
		padding-left: 0;
	}
	#aboutmain article.right {
		padding-left: 15px;
		padding-bottom: 1em;
	}
}
@media screen and (max-width: 1030px){
	/***header***/
	div.right {
		width: 100px;
	}

	/***producten***/

	/*category bar*/
	#category {
		width: 22.5%;
		margin-right:3.33%;
		margin-bottom: 2em;
	}
	#category:nth-child(4+n){
		margin-bottom: 0;
	}
	#category:nth-child(4n){
		margin-right: 0;
	}
}
@media screen and (max-width: 1030px){
	/***header***/
	div.center {
		margin-left: 220px;
	}
}
@media screen and (max-width: 950px) {
	.popup_content img {
	  display: none;
	}
}
@media screen and (max-width:940px){	
	/***aanpak***/
	#aanpak .ad {  
		width: 49%;
		margin-left: 2%;
	}
	#aanpak .ad:first-child {
		margin-left:0;
	}
	#aanpak .ad:nth-child(3) {
		margin-left:0;
	}
	#aanpak .ad:nth-of-type(2) .after {
		display:none; 
	}
	#aanpak .after {  
		top:20%;
		right: -5%;  
	}

	/***producten***/
	/*searchbar*/
	#productsearchbar {
		width: 80%;
	}
}
@media screen and (max-width: 900px) {
	footer {
		text-align:center;
	}
	#share {
		position: relative;
		left:1em;
	}

	.single-row-three > .footer {
	    float: left;
	    margin-left: auto !important;
	    margin-right: auto;
	    width: 50%;
	}

	.footer:nth-child(2)
	{
		display: none;
	}
}
@media screen and (max-width: 850px){
	#foursection .right {
		padding-left: 0;
	}

	.mll
	{
		margin-left: 0;
	}

	#foursection .sub a {
		display: none;
	}
	#foursection .sub {
		padding-bottom: 1em;
	}
	#leftmenu {
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
	#leftmenu a {
		margin-bottom: 0.5em;
	}
	#leftmenu a:hover .on,#leftmenu a.active .on {
		display: none;
	}
	#leftmenu a:hover .off,#leftmenu a.active .off {
		display: inline;
	}
	#foursection article {
		margin-left: 0;
	}

	/***category***/

	#subcategory .single-row-five {
		margin-left: 0px;    
	}
	/***productdetail***/
	#productdetail {
		margin-left: 0;
	}

	/***about***/
	#aboutmain {
		margin-left: 0px;
	}


}
@media screen and (max-width: 800px){
	#categorymain div.right {
		display: none;
	}
	#categorymain.s article {
		padding-right: 0;
		height: auto;
	}
	#verkies {
		margin-top: 1em;
		margin-bottom: 1em;
		position: static;
	}
}
@media screen and (max-width: 750px) {
	.single-big-two-small>*:first-child>div {
		width: 100%;
		margin-right: 0%;
		float:left;
		position: relative;
		margin-bottom: 6px; 
	}

	#infoboxes > div > div
	{
		display: none;
	}

	#infoboxes .light, #infoboxes .dark
	{
		display: block;
	}

	.single-big-two-small>*:first-child>div:nth-child(2n+1) {
		margin-right: 0%;
	}
	.single-big-two-small>*:first-child>div:nth-child(2n) {
		margin-right: 0%;
	}
	.single-big-two-small>*:first-child>div:nth-child(1n+3) {
		margin-bottom: 6px;
	}

}
@media screen and (max-width: 700px){
	/***product category***/
	/*sub category*/

	#subcategory .single-row-five>div {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#subcategory .single-row-five>div:nth-child(2n){
		margin-right: 0;
	}

	.mll > div
	{
		width: 32%;
		margin-right: 2%;
	}

	.mll > div:nth-child(3n) {
	    margin-right: 0;
	}

	.mll > div:nth-child(4n) {
	    margin-right: 2%;
	}

}
@media screen and (max-width: 650px) {
	/***aanpak***/
	#aanpak .ad {  
		width: 100%;
		margin-left: 0%;
	}
	#aanpak .after {  
		display: none;
	}

	/***contact***/	
	#contactinfo,#mymap {
		width:100%;
		margin:0;
		float: none;			
	}	
	#contactinfo {
		margin-top: 1em;
	}
}
@media screen and (max-width: 600px){

	.disclaimer a {
		font-size: 0.7em;
		width: 100%;
	}

	.disclaimer span {
		display: none;
	}

	/**markten***/
	#markten>div.left,#categorymain>div.left  {
		display:none;
	}
	#markten>article,#categorymain>article {
		padding-right: 0;
	}

	/***productdetail***/

	#productdetail .stats>* {
		float: none;
		width: 100%;
		margin-right:0;
		padding-right: 0;
		border:none;		
	}
	#productdetail .stats>*:first-child {
		border-right: none;
	}
	#subcategory .stats p {
		right: unset;
		left: 200px;
	}

	#headerslider, #round
	{
		display: none;
	}

	#logo
	{
	    width: 128px;
	    height: 107px;
		float: left;
		position: static;
	}
}
@media screen and (max-width: 560px){
	/***home**/
	#articles article {
		position: relative;
		margin:0;
		width: 100%;
		margin-bottom:2em;
	}

	/***markten***/
	#markten .right {
		display:none;
	}

	/***category main***/
	#categorymain .right {
		display: none;
	}

}
@media screen and (max-width: 530px){
	/***markten***/
	#foursection .sub div div {
		margin: 0 auto !important;
		float: none;
		width: 100%;
		max-width: 220px;
	}
	#foursection .sub div div p {
		margin-bottom: 2.5em
	}
	#foursection .sub div div:last-child p {
		margin-bottom: 0;
	}	
}

@media screen and (max-width: 450px){
	footer {
		padding-bottom: 10px;
	}
	/***producten***/

	/*searchbar*/
	#productsearchbar {
		width: 70%;
	}

	#aanpak, #infoboxes .dark
	{
		display: none;
	}

	.single-row-three .footer
	{
		width: 100%;
	}

	#contact .i50r
	{
		width: 100%;
	}

	.mll > div
	{
		width: 49%;
		margin-right: 2%;
	}

	.mll > div:nth-child(2n) {
	    margin-right: 0;
	}

	.mll > div:nth-child(3n) {
	    margin-right: 2%;
	}

	/*category bar*/
	#category {
		width: 49%;
		margin-right:2%;
		margin-bottom: 2em;
	}
	#category:nth-child(4+n){
		margin-bottom: 2em;
	}
	#category:nth-child(2n){
		margin-right: 0;
	}
	#category:nth-child(7+n){
		margin-bottom: 0em;
	}

	/***product category***/
	/*sub category*/

	#subcategory .single-row-five>div {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2%;
	}

	/*product detail*/
	#subcategory a.btn {
		position: static;
		margin-bottom: 1em;
		width: 100%;
	}

	#productdetail {
		padding-bottom: 1em;
	}


	#contact .i50
	{
		width: 100%
	}
}


@media screen and (max-width: 340px){
	#round
	{
		height: 140px;
		width: 140px;
	}

	#logo
	{
		width: 128px;
		height: 107px;
	}
}

@media screen and (max-width: 300px){
	.mll > div
	{
		width: 100%;
		margin-right: 0 !important;
	}
}