	/*Lime:#cad400;
*/
/* general styles */
html, body, h1, h2, h3, p, form, ul, ol {
	margin: 0px;
	padding: 0px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
}
a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
}
img {
	border: 0;
}
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	resize: none;
}
.clear {
	clear: both;
}
div.container {
	width: 100%;
	margin: 0px;
}

.mobileOnly{
  display: none !important;
}
.text-center{
  text-align: center;
}

/*      HEADER      */
header {
	position: relative;
	margin: 0px;
	width: 100%;
	z-index: 10;
	height: 160px;
}
header.new {
	height: auto;
}

div.headerBar {
	position: absolute;
	top: 0px;
	height: 25px;
	width: 100%;
	background-color: #cad400;
}
header.new div.headerBar {
	height: 15px;
}
ul.mobileMenu {
	display: none;
}
nav.topMenu {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
}
nav.topMenu ul {
	float: right;
}
nav.topMenu ul li {
	display: inline-block;
	position: relative;
	list-style-type: none;
	color: #000000;
	font-weight: 700;
	font-size: 14px;
	line-height: 25px;
	margin-left: 22px;
	cursor: pointer;
}
nav.topMenu ul li:hover {
	color: #FFFFFF;
}
header a.logo {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 23px;
  z-index: 10;
}
header a.logo img {
	display: block;
	margin: 0px;
	padding: 0px;
}
header p {
	position: absolute;
	top: 25px;
	height: 85px;
	line-height: 85px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
header.new p{
  font-weight: 400;
}
header.new p a{
  font-weight: 700;
}
header p span.fa {
	margin-right: 10px;
	font-size: 40px;
	color: #cad400;
	vertical-align: middle;
}
header.new ul.headerUSP,
div.footerUSP ul.headerUSP{
  margin: 0px;
  padding-top: 110px;
  margin-bottom: 20px;
}
header.new ul.headerUSP li,
div.footerUSP ul.headerUSP li{
  display: inline-block;
	background-image: url("../images/check.svg");
  background-size: 24px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 36px;
  padding-right: 55px;
  line-height: 24px;
  color: #696969;
  font-weight: 700;
}
div.footerUSP{
  text-align: center;
  padding: 15px;
  background-color: #f9f8f8;
}
div.footerUSP ul.headerUSP{
  padding-top: 0px;
  margin: 0px;
}
div.footerUSP ul.headerUSP li{
  font-size: 0.7em;
	background-size: 12px auto;
  padding-left: 15px;
  padding-right: 10px;
}
header.new ul.headerUSP li:last-child{
  padding-right: 0px;
}

nav.mainMenu {
	position: relative;
	margin-top: 85px;
	height: 50px;
	width: 100%;
	background-color: #ededed;
}
header.new nav.mainMenu{
  background-color: #f8f8f8;
	margin-top: 0px;
}
nav.mainMenu ul li {
	float: left;
	display: inline-block;
	list-style-type: none;
	text-transform: uppercase;
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 50px;
	margin-right: 50px;
	cursor: pointer;
}
header.new nav.mainMenu ul li {
	text-transform: none;
}
header.new nav.mainMenu ul li a.menuTip {
	background-image: url("../images/tip.svg");
  background-size: 50px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 60px;
}

nav.mainMenu ul li:hover ol.submenu {
	display: block;
}
ol.submenu {
	display: none;
	position: absolute;
	left: 0px;
	top: 50px;
	width: 1180px;
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-sizing: border-box;
	background-color: #ffffff;
}
nav.mainMenu ul ol li.submenuColumn {
	display: block;
	float: left;
	width: 23%;
	margin-right: 2%;
}
ol.submenu ol {
	float: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	height: auto;
	line-height: 20px;
	border-bottom: 1px solid #d4d4d4;
}
ol.submenu li.submenuColumn ol:last-child {
	border-bottom: 0px solid #d4d4d4;
}
img.catImage {
	width: 18px;
	height: 18px;
	display: block;
	position: relative;
	float: left;
	margin-right: 5px;
}
li.submenuColumn ol li {
	float: none;
	text-transform: none;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	width: 100%;
}
li.catLi span {
	display: block;
	font-weight: 700;
}
li.submenuColumn ol li a:hover {
	text-decoration: underline;
}
nav.mainMenu ul.blogMenu {
	float: right;
}
nav.mainMenu ul.blogMenu li {
	font-weight: 700;
	margin-right: 0px;
}
header div.searchForm {
	position: absolute;
	top: 51px;
	right: 0px;
}
div.searchForm input.inputText {
	float: left;
	height: 33px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 700;
	width: 260px;
	color: #6f6f6f;
	border: solid 4px #efefef;
}
div.searchForm input.submitSearch {
	float: left;
	margin-left: 10px;
	background-image: url("../images/search-green.png");
	background-repeat: no-repeat;
	width: 39px;
	height: 33px;
	border: none;
}

header.new div.searchForm input.inputText {
	line-height: 27px;
	border: solid 2px #000;
}
header.new div.searchForm input.submitSearch {
	margin-left: 0px;
	background-image: url("../images/search-black.png");
}

/*      CONTENT      */
div.centerContent {
	position: relative;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
div.centerContent.small {
  box-sizing: border-box;
  padding-left: 100px;
  padding-right: 100px;
}

div.mainSide {
	float: left;
	width: 940px;
	margin-left: 20px;
}
article {
	text-align: left;
	margin-bottom: 40px;
}
article h1 {
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
article a {
	color: #cad400;
}
article ul {
	margin-left: 15px;
}
aside {
	width: 220px;
	float: left;
	margin-bottom: 40px;
}
div.visual {
	position: relative;
	width: 100%;
	min-height: 390px;
	margin-bottom: 20px;
	border: 2px solid #efefef;
	box-sizing: border-box;
}
div.visual img {
	width: 100%;
  display: block;
}
div.visual h1, div.visual h2 {
	position: absolute;
	left: 80px;
	top: 0px;
	height: 100%;
}
div.visual h1 span.table, div.visual h2 span.table {
	display: table;
	height: 100%;
}
div.visual h1 span.cell, div.visual h2 span.cell {
	display: table-cell;
	vertical-align: middle;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
}
div.crumblePath {
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #999999;
}
div.crumblePath a:hover {
	text-decoration: underline;
}
/*      HOME      */
aside.home {
	float: none;
	width: 100%;
}
div.slideShowHolder {
	position: relative;
	width: 100%;
	height: 610px;
	overflow: hidden;
}
div.slideShowHolder.new {
  height: 500px;
  margin-top: 10px;
}
div.slideShow a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
div.slideShow span.slideTextHolder {
	display: block;
	position: relative;
	width: 1180px;
	margin-left: auto;
	margin-right: auto
}
span.slideText {
	display: table;
	color: #FFFFFF;
	width: 400px;
	height: 610px;
}
div.slideShowHolder.new span.slideText {
	height: 500px;
}

span.slideText span.slideContents {
	display: table-cell;
	vertical-align: middle;
}
span.slideText span.slideContents span {
	display: block;
}
span.slideText span.slideContents span.label {
	line-height: 1em;
  padding: 6px;
  padding-left: 10px;
  padding-right: 10px;
	margin-bottom: 15px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  background-color: #cad400;
  display: inline-block;
}
span.slideText span.slideContents span.title {
	font-size: 36px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 15px;
}
div.slideShowHolder.new span.slideText span.slideContents span.title {
  margin-bottom: 25px;
}
span.slideText span.slideContents span.button {
	display: inline-block;
	border: solid 1px #FFFFFF;
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	margin-top: 15px;
}
span.slideText span.slideContents span.greenButton {
  margin-top: 25px;
	display: inline-block;
	border-radius: 25px;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  background-color: #70b638;
	padding-right: 60px;
	padding-left: 30px;
  font-size: 1.5em;
  font-weight: 700;
  background-image: url('../images/arrow.svg');
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

div.slideArrow {
	position: absolute;
	top: 234px;
	width: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	cursor: pointer;
}
div.slideArrow#rightArrow {
	right: 0px;
}
div.homeBlocks {
	width: 1200px;
	margin-left: -20px;
	margin-top: 90px;
	overflow: hidden;
}
div.wideBlock, a.wideBlock, div.squareBlock, a.squareBlock {
	display: block;
	position: relative;
	float: left;
	width: 280px;
	height: 280px;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.wideBlock, a.wideBlock {
	width: 580px;
}
div.homeSearch {
	height: 130px;
	background-color: #cad400;
	margin-bottom: 20px;
	color: #FFFFFF;
}
div.homeSearch p {
	font-size: 23px;
	font-weight: 700;
	padding: 20px;
	padding-bottom: 0px;
	line-height: 23px;
	margin-bottom: 20px;
}
div.homeSearch div.searchForm {
	margin-top: 5px;
	margin-left: 20px;
}
div.homeSearch div.searchForm input.inputText {
	height: 42px;
	line-height: 34px;
	font-size: 16px;
	width: 478px;
	color: #FFFFFF;
	background-color: #cad400;
	border: solid 4px #FFFFFF;
}
div.homeSearch div.searchForm input.submitSearch {
	background-image: url("../images/search-white.png");
	background-size: 100% auto;
	width: 50px;
	height: 42px;
}
div.homeContact {
	height: 130px;
	background-color: #000000;
	color: #FFFFFF;
}
div.homeContact p {
	display: block;
	float: left;
	padding-left: 20px;
	font-size: 23px;
	line-height: 30px;
}
div.homeContact p.title {
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 28px;
	box-sizing: border-box;
}
div.homeContact p.text {
	width: 400px;
	font-weight: 400;
}
div.homeContact p.fa {
	font-size: 100px;
	font-weight: normal;
	line-height: 125px;
}
div.homeBlocks a span.textHolder {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
div.homeBlocks a span.blockContent span.textHolder {
	display: table;
	text-align: center;
}
div.homeBlocks a span.blockContent span.textHolder span.text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.homeBlocks a span.blockContent span.textHolder span.text span {
	display: inline-block;
	background-color: #ffffff;
	opacity: 0.8;
	padding: 10px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	color: #000000;
}
div.content.home {
	margin-top: 90px;
	background-color: #cad400;
}
div.content.home article {
	padding-top: 90px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	text-align: center;
}
div.uspHolder {
	padding-top: 80px;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
div.usp {
	float: left;
	width: 380px;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 80px;
}
div.usp:nth-of-type(3n) {
	margin-right: 0px;
}
div.usp:nth-of-type(3n+1) {
	clear: both;
}
div.usp span {
	font-size: 140px;
}
div.usp h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 4px;
}
div.inspiratieHolder {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #efefef;
	text-align: center;
}
div.inspiratieHolder h3 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}
div.inspiratieHolder p {
	margin-bottom: 50px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
div.inspiratieHolder a {
	display: block;
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.inspiratieHolder a:nth-of-type(4n) {
	margin-right: 0px;
}
div.inspiratieHolder a img {
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
div.inspiratieHolder a span {
	display: block;
	text-align: center;
	font-weight: 700;
	margin-top: 8px;
	font-size: 14px;
}
div.klantHolder {
	padding-top: 90px;
	padding-bottom: 90px;
}
div.klantHolder div.klantText {
	float: left;
	width: 350px;
}
div.klantHolder h3 {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	margin-top: 4px;
}
div.klantHolder p {
	margin-bottom: 50px;
}
div.klantHolder div.portfolio {
	float: left;
	width: 778px;
	margin-left: 52px;
}
div.klantHolder img {
	display: block;
	float: left;
	width: 113px;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.klantHolder img:nth-of-type(6n) {
	margin-right: 0px;
}

div.subcatHighlights{
  margin-top: 40px;
}
div.subcatHighlights h1{
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.4em;
  line-height: 1em;
}
div.subcatHighlights p{
  text-align: center;
  color: #696969;
  margin-bottom: 50px;
  font-size: 1.4em;
  line-height: 1em;
}

div.subcatHighlights a{
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
  display: block;
  float: left;
}
div.subcatHighlights a:nth-child(3n){
  margin-right: 0px;
}
div.subcatHighlights a span{
  display: block;
}
div.subcatHighlights a span.imageHolder{
  width: 100%;
  height: 0px;
  position: relative;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
div.subcatHighlights a span.imageHolder span.price{
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-weight: 700; 
  line-height: 1em;
}
div.subcatHighlights a span.imageHolder span.price>span{
  position: relative;
}
div.subcatHighlights a span.imageHolder span.price span.euros{
  font-size: 2.5em;
  line-height: 1em;
}
div.subcatHighlights a span.imageHolder span.price span.cents{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 1.6em;
  line-height: 1em;
}
div.subcatHighlights a span.imageHolder span.label{
  position: absolute;
  right: 0px;
  top: 25px;
  display: block;
  background-color: #cad400;
  color: #FFF;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
div.subcatHighlights a span.title{
  text-align: center;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  border-bottom: solid 1px #efefef;
}
div.subcatHighlights a span.title span{
  display: inline-block;
  vertical-align: middle;
}
div.subcatHighlights a span.tip{
  background-image: url("../images/tip.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 40px;
  height: 20px;
  margin-right: 10px;
}


/*      PRODUCTS    */
div.catHolder {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #cccccc;
}
div.catHolder h3 {
	font-size: 20px;
	font-weight: 700;
}
a.catLink {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 179px;
	margin-right: 20px;
	margin-top: 20px;
}
a.catLink:nth-of-type(6n) {
	margin-right: 0px;
}
a.catLink img {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
a.catLink span {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 34px;
	margin-top: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
}
div.productHolder {
	width: 940px;
}
div.productHolder a.productThumb {
	display: block;
	float: left;
	width: 216px;
	border: solid 2px #efefef;
	margin-right: 20px;
	margin-bottom: 20px;
}
div.productHolder a.productThumb:hover {
	border: solid 2px #cad400;
	background-color: #cad400;
	color: #FFFFFF;
}
div.productHolder a.productThumb:nth-of-type(4n) {
	margin-right: 0px;
}
div.productHolder a.productThumb:nth-of-type(4n+1) {
	clear: both;
}
div.productHolder a.productThumb i.imageHolder {
	display: block;
	width: 100%;
	height: 216px;
	white-space: nowrap;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
div.productHolder a.productThumb i.imageHolder span.helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
div.productHolder a.productThumb i.imageHolder img {
	vertical-align: middle;
	max-width: 96%;
	max-height: 96%;
}
div.productHolder a.productThumb span.price {
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: solid 2px #efefef;
	font-size: 14px;
	line-height: 34px;
}
div.productHolder a.productThumb span.title {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 800;
	font-size: 14px;
	line-height: 16px;
	min-height: 80px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-transform: uppercase;
	word-wrap: break-word;
}
div.loadingDiv {
	width: 100%;
	height: 50px;
	clear: both;
	text-align: center;
}
nav.paginationHolder {
	display: none;
}
div.blogHolder {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: solid 1px #cccccc;
}
div.blogHolder p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
div.blogHolder a {
	display: block;
	float: left;
	margin-right: 20px;
	width: 298px;
	border: solid 1px #ededed;
	overflow-x: hidden;
	padding-bottom: 24px;
	margin-bottom: 20px;
}
div.blogHolder a.highlight {
	background-color: #cad400;
	color: #000000;
}
div.blogHolder a:nth-of-type(3n) {
	margin-right: 0px;
}
div.blogHolder a:nth-of-type(3n+1) {
	clear: both;
}
div.blogHolder a img {
	display: block;
	width: 548px;
	position: relative;
	left: -125px;
}
div.blogHolder a span {
	display: block;
	padding-left: 24px;
	padding-right: 24px;
}
div.blogHolder a span.title {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 15px;
}
div.subcatHolder, div.brochureHolder, div.productFilter {
	background-color: #ededed;
	padding: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}
div.subcatHolder p, div.brochureHolder p, div.productFilter p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
div.subcatHolder a, div.brochureHolder a {
	display: block;
}
div.subcatHolder a:hover, div.subcatHolder a.active, div.brochureHolder a:hover {
	text-decoration: underline;
}
div.subcatHolder ul {
	margin-left: 15px;
}
div.productFilter hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #dcdcdc;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 12px;
}
div.productFilter p.subtitle {
	font-size: 14px;
	font-weight: 400;
}
div.productFilter input.filterPrice {
	display: block;
	width: 40%;
	float: left;
	font-family: 'Open Sans';
	height: 20px;
	padding: 5px;
	border: none;
	font-size: 14px;
}
div.productFilter input.filterPrice:nth-of-type(2) {
	float: right;
}
div.productFilter div.priceSlider {
	margin-top: 20px;
	margin-bottom: 10px;
}
div.colorBlock {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	margin-top: 5px;
	border: solid 1px #dcdcdc;
	cursor: pointer;
}
div.colorBlock:nth-child(5n) {
	margin-right: 0px;
}
div.colorBlock span {
	display: block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
}
div.colorBlock span.hidden {
	display: none;
}
input.hiddenCheck {
	display: none;
}
div.productFilter input.filterSubmit {
	background: none;
	color: #FFFFFF;
	background-color: #cad400;
	font-family: 'Open Sans';
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border: none;
	float: right;
	margin-top: 20px;
	font-weight: 700;
}
div.contactHolder {
	background-color: #cad400;
	padding: 20px;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-weight: 700;
}
div.contactHolder span {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 22px;
	width: 115px;
	margin-left: 15px;
	margin-top: 2px;
}
div.contactHolder p.fa {
	font-size: 50px;
	line-height: 50px;
	margin: 0px;
	display: block;
	float: left;
}
div.contactHolder p {
	font-size: 15px;
	margin-top: 10px;
	line-height: 24px;
}
div.socialHolder {
	margin-top: 40px;
}
div.socialHolder p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 23px;
}
div.socialHolder a {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
div.socialHolder a img {
	display: block;
	float: left;
}
div.socialHolder a span {
	display: block;
	float: left;
	line-height: 40px;
	height: 40px;
	margin-left: 20px;
}
div.socialHolder a:hover span {
	text-decoration: underline;
}
div.socialHolder a:first-of-type {
	display: block;
	float: left;
	width: 40px;
}
div.socialHolder div.fb-like {
	float: left;
	margin-left: 20px;
	margin-top: 9px;
}

/*      PRODUCT HERO OVERVIEW   */
div.showAllProducts,
div.subcatHighlights a.showAllCats{
  border: solid 2px #bdbcbc;
  color: #bdbcbc;
  width: 340px;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  display: block;
}
div.subcatHighlights a.showAllCats{
  margin-bottom: 50px;
  float: none;
}

div.showAllProducts span{
  position: absolute;
  right: 20px;
  margin-top: 2px;
}

article.hero{
  border-top: solid 2px #e5e5e5;
  padding-top: 50px;
  margin-top: 50px;
}
article.hero h1{
  margin-bottom: 5px;
}

div.heroHolder{
  margin-bottom: 50px;
}
div.heroHolder a{
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  border: solid 1px #fbfbfb;
  box-sizing: border-box;
  background-color: #fbfbfb;
  padding-bottom: 25px;
  position: relative;
}
div.heroHolder a:nth-child(3){
  border: solid 1px #999;
}
div.heroHolder a:nth-child(3n+1){
  margin-right: 0px;
}

div.heroHolder a span.heroLabel{
  position: absolute;
  right: 0px;
  top: 12px;
  display: block;
  background-color: #cad400;
  color: #FFF;
  padding: 8px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
div.heroHolder a span.heroTitle{
  text-align: center;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1em;
  display: block;
  padding-top: 60px;
  background-color: #FFF;
}
div.heroHolder a span.heroPrice{
  text-align: center;
  font-size: 1.2em;
  line-height: 1em;
  padding-top: 10px;
  display: block;
  color: #4d4d4c;
  background-color: #FFF;
}
div.heroHolder a span.heroImageHolder{
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #FFF;
  display: block;
}
div.heroHolder a img{
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
div.heroHolder a span.heroSpecs{
  text-align: center;
  display: block;
  color: #4d4d4c;
  padding-bottom: 20px;
}
div.heroHolder a span.heroSpecRow,
ul.heroSpecs li{
  display: block;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: 50px center;
  padding-left: 75px;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: left;
}
ul.heroSpecs{
  margin-top: 15px;
  margin-left: 0px;
}
ul.heroSpecs li{
  background-position: 0px center;
  padding-left: 25px;
}

div.heroHolder a span.heroSpecRow:nth-child(1),
div.heroHolder a span.heroSpecRow:nth-child(3){
  background-color: #ececec;
}

div.heroHolder a span.heroButton{
  text-align: center;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #6fb639;
  border: solid 2px #6fb639;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
}
div.heroHolder a:hover{
  border: solid 1px #d9d9d8;
}

div.heroHolder a:hover span.heroButton{
  color: #FFF;
  background-color: #6fb639;
}


article.hero div.videoHolder,
div.heroDetails div.videoHolder{
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
  margin-top: 50px;
}
article.hero div.videoHolder iframe,
div.heroDetails div.videoHolder iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}
article.hero img.heroVisual,
div.heroDetails img.heroVisual{
  width: 100%;
  margin-top: 50px;
}
div.clientLogos{
  border-top: solid 2px #e5e5e5;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 30px;
}
div.clientLogos.inline{
  margin-top: 30px;
  padding-top: 30px;
}
div.clientLogos.inline.home{
  border: none;
  margin-top: 0px;
}
div.clientLogos h3{
  margin-bottom: 10px;
  font-size: 1.4em;
}
div.clientLogos.inline h3{
  float: left;
  width: 31%;
  padding-top: 4%;
}
div.clientLogos img{
  width: 13%;
  display: block;
  float: left;
  margin-right: 4.4%;
}
div.clientLogos.inline img{
  width: 9%;
  margin-right: 3%;
}
div.clientLogos img:last-of-type{
  margin-right: 0px;
}
div.helpBlock{
  background-color: #f9f8f8;
  padding: 20px;
}
section div.helpBlock{
  padding-top: 40px;
  padding-bottom: 40px;
}

div.helpBlock div.helpColumn{
  width: 33%;
  float: left;
}
div.helpBlock div.helpColumn:nth-child(4){
  display: none;
}
div.helpBlock div.helpColumn h3{
  margin-bottom: 10px;
  font-size: 1.4em;
}
div.helpBlock div.helpColumn li{
  list-style: none;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  margin-bottom: 5px;
}
div.newsLetterHero{
  background-color: #cad400;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
div.newsletterHeroText{
  width: 45%;
  float: left;
}
div.newsletterHeroText h3{
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 5px;
}
div.newsletterHeroText p{
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1em;
  margin-top: 5px;
}
div.newsLetterHero div.newsletterForm{
  width: 50%;
  float: right;
}
div.newsLetterHero div.newsletterForm input.inputText{
	width: 300px;
	margin-bottom: 0px;
}
div.newsLetterHero div.newsletterForm input.inputText.error{
	background-color: #FFF;
  color: #FF0000;
}
div.newsLetterHero div.newsletterForm input.inputText.error::-webkit-input-placeholder{color:#FF0000;}
div.newsLetterHero div.newsletterForm input.inputText.error::-moz-placeholder{color:#FF0000;opacity:1 !important;}
div.newsLetterHero div.newsletterForm input.inputText.error:-ms-input-placeholder{color:#FF0000;}
div.newsLetterHero div.newsletterForm input.inputText.error:-moz-placeholder{color:#FF0000;}
div.newsLetterHero div.newsletterForm input.submitButton {
	background-color: #6fb639;
  margin: 0px;
}
div.newsLetterHero div.newsletterForm p{
  font-size: 0.85em;
  color: #4d4d4c;
  margin-top: 3px;
}



/*      PRODUCT DETAILS   */
div.mainSide.hero{
  width: 100%;
  margin-left: 0px;
}
div.productVisual {
	float: left;
	width: 460px;
	min-height: 460px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
div.mainSide:not(.hero) div.productVisual{
  border: solid 2px #efefef;
}
div.productVisual a {
	display: block;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 0px;
	padding: 0px;
  box-sizing: border-box;
}

div.mainSide.hero div.productVisual a{
	border: solid 2px #efefef;
}
iv.productVisual a span.helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
div.productVisual img {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	max-width: 98%;
	max-height: 98%;
}
div.productVisual div.productDetailThumbs{
  margin-top: 20px;
}
div.productVisual div.productDetailThumbs a{
  display: block;
  width: 32%;
  height: 0px;
  padding-top: 32%;
  float: left;
  margin-right: 2%;
	border: solid 2px #efefef;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.productVisual div.productDetailThumbs a:nth-child(3){
  margin: 0px;
}

div.productSpecs{
  margin-top: 20px;
}
div.productSpecs h2{
  margin-bottom: 5px;
}

div.productInfo {
	float: left;
	width: 460px;
	margin-left: 20px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 50px;
}
div.productInfo.hero{
  margin-left: 220px;
}

div.productInfo h1, div.productInfo h2 {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 34px;
	font-weight: 800;
	text-transform: uppercase;
}
div.productInfo.hero h1{
  text-transform: none;
  font-size: 2em;
}
div.productInfo div.priceInfo {
	border-top: solid 2px #efefef;
	border-bottom: solid 2px #efefef;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
div.productInfo div.priceInfo div.staffelInfo {
	background-color: #efefef;
	margin-top: 15px;
	padding: 15px;
}

div.productInfo.hero div.priceInfo{
	border: none;
  line-height: 1.8em;
  margin: 0px;
  padding: 0px;
}
div.productInfo.hero div.priceInfo div.staffelInfo {
	background: none;
  margin: 0px;
  padding: 0px;
}


div.productInfo div.optionInfo {
	border-bottom: solid 2px #efefef;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
div.productInfo.hero div.optionInfo {
	border-bottom: none;
  padding: 0px;
  margin-top: 15px;
}

div.optionLabel {
	width: 190px;
	float: left;
	clear: both;
	height: 46px;
	line-height: 36px;
}
div.optionData {
	float: left;
	width: 150px;
	height: 46px;
}
div.productInfo.hero div.optionData {
	float: none;
	width: 100%;
}

div.productInfo.hero input.submitOption {
	background-color: #6fb639;
	padding: 0px;
	float: none;
	margin-top: 50px;
  border-radius: 5px;
  text-transform: uppercase;
  
	width: 100%;
	-padding-left: 10px;
	-padding-right: 10px;
}
div.mainSide.hero div.heroDetails{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
div.heroText{
  text-align: left;
}
div.heroText h1{
  margin-bottom: 30px;
}

div.divider {
	clear: both;
	width: 100%;
	height: 2px;
	background-color: #efefef;
	margin-bottom: 30px;
}
p.linkProductTitle {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 800;
}
div.helpHolder {
	margin-top: 30px;
	margin-bottom: 50px;
	background-color: #efefef;
}
h2.noResultsTitle {
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 32px;
	line-height: 35px;
}
h3.noResultsSubtitle {
	text-align: center;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
}
div.searchForm.noResults {
	width: 309px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
hr.noResultsDivider {
	clear: both;
	display: block;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	padding: 0px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	margin-bottom: 12px;
}
div.helpHolder.noResults {
	background: none;
	margin-left: auto;
	margin-right: auto;
	width: 650px;
}
div.helpHolder.noResults p.text {
	padding-top: 20px;
}
div.helpHolder p.fa {
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-right: 40px;
	line-height: 160px;
	font-size: 160px;
	color: #cad400;
	float: left;
}
div.helpHolder span {
	display: block;
	font-size: 20px;
	line-height: 22px;
	font-weight: 800;
	padding-top: 30px;
}
div.helpHolder p {
	display: block;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}
/*      OFFERTE AANVRAAG    */
div.content.request h1, div.content.request p {
	margin-bottom: 20px;
}
div.content.request div.productVisual {
	width: 150px;
	height: 150px;
	margin-bottom: 30px;
}
div.content.request div.productInfo {
	width: 770px;
}
div.productInfo h2 {
	font-size: 16px;
	line-height: 16px;
}
div.content.request div.productInfo div.optionInfo {
	border: none;
}
div.requestForm {
	margin-bottom: 30px;
}
div.requestForm h2 {
	margin-bottom: 20px;
}
/*      CONTACT     */
div.googleMaps {
	width: 100%;
	height: 390px;
	margin-bottom: 55px;
}
div.content.contact aside {
	width: 230px;
	margin-right: 20px;
	float: left;
	margin-bottom: 90px;
}
div.content.contact aside div {
	background-color: #cad400;
	color: #FFFFFF;
	padding: 20px;
	font-size: 16px;
	line-height: 21px;
}
div.content.contact aside div.contactGrey {
	background-color: #efefef;
	color: #000000;
	margin-top: 20px;
}
div.content.contact aside div h2 {
	font-size: 20px;
	margin-bottom: 5px;
}
div.content.contact aside div.contactGrey {
	line-height: 24px;
}
div.content.contact article {
	width: 930px;
	float: left;
	text-align: left;
	margin-bottom: 90px;
}
div.content.contact article h2 {
	margin-top: 20px;
	margin-bottom: 5px;
}
div.contactForm {
	border-top: solid 2px #efefef;
	margin-top: 30px;
	padding-top: 10px;
}
div.content.contact article div.contactForm h2 {
	margin-bottom: 20px;
}
div.formCol {
	float: left;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
}
input.inputText, select.inputSelect {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	height: 36px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 36px;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 2px #efefef;
	box-sizing: border-box;
}
select.inputSelect {
	padding: 5px;
}
input.inputText:nth-of-type(2n+1) {
	margin-right: 0px;
}
textarea.inputArea {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	height: 128px;
	font-family: 'Open Sans';
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
	border: solid 2px #efefef;
	box-sizing: border-box;
}
input.inputText.error, textarea.inputArea.error {
	background-color: #FF0000;
  color: #FFF;
}
input.inputText.error::-webkit-input-placeholder{color:#FFFFFF;}
input.inputText.error::-moz-placeholder{color:#FFFFFF;opacity:1 !important;}
input.inputText.error:-ms-input-placeholder{color:#FFFFFF;}
input.inputText.error:-moz-placeholder{color:#FFFFFF;}
textarea.inputArea.error::-webkit-input-placeholder{color:#FFFFFF;}
textarea.inputArea.error::-moz-placeholder{color:#FFFFFF;opacity:1 !important;}
textarea.inputArea.error:-ms-input-placeholder{color:#FFFFFF;}
textarea.inputArea.error:-moz-placeholder{color:#FFFFFF;}

input.submitButton, input.submitOption {
	background: none;
	color: #FFFFFF;
	background-color: #cad400;
	font-family: 'Open Sans';
	font-size: 16px;
	height: 40px;
	width: 140px;
	line-height: 40px;
	padding: 0px;
	border: none;
	cursor: pointer;
	float: right;
	margin-top: 20px;
	font-weight: 700;
}
input.submitOption {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
}
/*      FOOTER      */
div.footerUSP{
  display: none;
}
div.whyText{
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 2em;
}
div.whyText h2{
  margin-bottom: 20px;
}
div.whyText a{
  font-weight: 700;
  color: #cad400;
}

footer {
	padding-top: 90px;
	width: 100%;
	background-color: #000000;
	color: #FFFFFF;
	border-bottom: solid 8px #cad400;
}
div.footerCol, div.footerColWide {
	width: 220px;
	float: left;
	margin-right: 20px;
	margin-bottom: 80px;
}
div.footerColWide {
	width: 460px;
	float: left;
	margin-right: 0px;
}
p.footerColTitle, p.socialMediaTitle {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
nav.footerMenu {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
}
nav.footerMenu ul {
}
nav.footerMenu ul li {
	display: block;
	position: relative;
	list-style-type: none;
	color: #FFFFFF;
	cursor: pointer;
}
p.footerColText span {
	display: block;
	margin-bottom: 8px;
}
p.footerColText span.phone, p.footerColText span.email {
	font-size: 20px;
	font-weight: 700;
}
p.footerColText span.phone {
	margin-top: 16px;
}
div.footerMobile{
  display: none;
}
div.newsletterForm {
	margin-top: 5px;
}
div.newsletterForm input.inputText {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 310px;
	margin-bottom: 20px;
	border: none;
}
div.newsletterForm input.submitButton {
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
p.socialMediaTitle {
	margin-bottom: 10px;
}
div.socialMedia a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}
div.socialMedia a img {
	display: block;
	margin: 0px;
	padding: 0px;
}
div.checkBoxHolder {
	margin-bottom: 10px;
	color: #000;
}
div.checkBoxHolder input {
	display: none;
}
div.checkBoxHolder span.title {
	display: inline-block;
	line-height: 20px;
	padding-right: 20px;
}
div.checkBoxHolder div.checkBox {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding-right: 20px;
	cursor: pointer;
}
div.checkBoxHolder div.checkBox.forced {
	cursor: default;
}
div.checkBoxHolder div.checkBox div.box {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: #efefef;
	text-align: center;
	line-height: 20px;
	position: absolute;
}
div.checkBoxHolder div.checkBox div.box span {
	color: #cad400;
	padding-left: 0px;
	display: none;
}
div.checkBoxHolder div.checkBox div.box span.active {
	display: inline;
}
div.checkBoxHolder div.checkBox span {
	padding-left: 28px;
	display: inline-block;
}
div.cookieWideHolder {
	display: none;
	z-index: 100;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
}
div.cookieWide {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	text-align: center;
	background-color: rgba(255,255,255,1);
	padding: 15px;
	box-sizing: border-box;
	z-index: 100;
}
div.cookieWide p.cookieHeading {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 1.2em;
}
div.cookieWide p.cookieText {
	font-weight: 400;
	margin-bottom: 10px;
}
div.cookieWide p.cookieText a {
	text-decoration: underline;
}
div.cookieWide div.cookieSettings {
	font-size: 0.9em;
	display: inline-block;
	cursor: pointer;
}
div.cookieWide div.checkBoxHolder {
	display: none;
}
div.cookieWide div.checkBoxHolder div.checkBox.forced {
	opacity: 0.6;
}
div.cookieWide div.cookieButton {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #cad400;
	color: #FFF;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	margin-left: 20px;
}