html {
	height						: 100%;
	margin						: 0;
	padding						: 0px;	
}

body {	
	background-color			: #ffffff;
	color						: #5e5353;
	font-family					: 'Lato', Arial, Verdana, sans-serif;
	font-size					: 10pt;
	font-weight					: normal;	
	line-height					: 1.5em;
	margin-left					: 0px;
	margin-right				: 0px;
	margin-top					: 0px;
	padding						: 0px;
	text-align					: left;
}

h1, h2, h3 {	
	color						: #ffffff;
	line-height					: 1.1em;
	text-transform				: uppercase;
}

a, a.visited {
	color						: #eeeeee;
}

a:hover {
	color						: #fecc00;
}

.website_body {
	background-color			: #4b4b4d;		
	color						: #ffffff;
	float						: left;
	position					: relative;
	text-align					: left;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_usps {
	background-color		    : #ffffff;
	color						: #5e5353;
	padding-bottom				: 3px;
	border-bottom				: 1px solid #d0d0d0;
	float						: center;
	margin-left					: auto;
	margin-right				: auto;
	position					: relative;		
	text-align					: center;	
	vertical-align				: middle;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		

}

.website_usps img { 
	vertical-align				: middle;
}

.website_main {	
	background-color			: rgba(75,75,77,1);		
	float						: center;
	margin-left					: auto;
	margin-right				: auto;
	max-width					: 1200px;
	position					: relative;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_header {
	background-color			: #4b4b4d;		
	float						: center;
	margin-left					: auto;
	margin-right				: auto;
	max-width					: 1200px;
	padding-bottom              : 25px;
	padding-top                 : 25px;
	position					: relative;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_header_logo {
	float						: left;
	padding						: 25px;		
	position					: relative;	
	text-align					: right;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_header_banner {	
	float						: left;
	margin-bottom				: -40px;
	position					: relative;	
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_header_banner img {
	height						: auto;
	max-width					: 25%;	
}

.website_slideshow {
	background-color			: #4b4b4d;		
	float						: left;
	position					: relative;
	text-align					: left;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_header_content {
	color						: #fecc00;	
	float						: left;
	font-size					: 2em;
	padding-bottom 				: 10px;
	padding-left				: 25px;		
	padding-right				: 25px;		
	position					: relative;	
	text-align					: right;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.rslides {
	float						: left;
  	list-style					: none;
  	padding						: 0;
  	margin						: 0;  	
  	position					: relative;	
  	width						: 100%;
}

.rslides li {
  	-webkit-backface-visibility	: hidden;
  	display						: none;
  	left						: 0;
  	position					: absolute;
  	top							: 0;
  	width						: 100%;
}

.rslides li:first-child {
  	position					: relative;
  	display						: block;
  	float						: left;
  	width						: 100%;
}

.rslides img {
  	display						: block;
  	height						: auto;
  	float						: left;
	max-width					: 100%;
	width						: 100%;
  	border						: 0;
}

.caption {
	background-color			: rgba(0, 0, 0, 0.3);
  	bottom						: 10%;
  	color						: #ffffff;
  	display						: block;
	line-height					: normal;
  	font-size					: 4em;
  	left						: 0;
  	padding						: 15px;
  	position					: absolute;
  	text-shadow					: 3px 2px rgba(0, 0, 0, 0.3);
  	right						: 0;
  	text-align					: left;
  	width						: 50%;
}

.caption a, .caption a:hover {
	color						: #ffffff;
	text-decoration				: none;
}

.website_content {
	/*
	border-left					: 1px solid #eeeeee;
	border-right				: 1px solid #eeeeee;
	*/
	float						: left;
	padding						: 25px;
	position					: relative;	
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.product_thumbnails, .product_thumbnail, .product_thumbnail_blauw, .product_usps, .product_usp {
	float						: left;
	position					: relative;
	text-align					: center;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.product_thumbnail, .product_thumbnail_blauw {
	/*border					: 1px solid #dddddd;*/
	border-radius				: 10px;
	cursor						: pointer;
	display						: flex;
	height						: 300px;
	padding						: 1%;
	margin						: 1%;
	width						: 23%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.product_thumbnail {
	background-color			: #fecc00;
	overflow					: hidden;
}

.product_thumbnail_blauw {
	background-color			: #fecc00;
	color						: #ffffff;	
}

.product_overview, .product_details {
	height						: 100%;
	width						: 100%;
}

.product_thumbnail img {
	height						: auto;
	max-width					: 100%;
	width 						: 100%;
}

.product_usp {
	background-color			: #fecc00;
	border-radius				: 10px;
	color						: #ffffff;	
	padding						: 1%;
	margin						: 1%;
	width						: 31%;
}

.website_copyright {
	float						: right;
	padding-right				: 25px;
	position					: relative;
	text-align					: right;	
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_footer {
	border-top					: 1px solid #d0d0d0;
	clear						: both;
	position					: relative;	
	text-align					: center;
	padding-bottom				: 10px;
	padding-top					: 10px;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.bolder {
	font-weight					: bold;
}

.bigandbold {
	font-size					: 1.2em;
	font-weight					: bold;
}

.nocapitals {
	text-transform				: none;
}

.capitals {
	text-transform				: uppercase;
}

.blue {
	color						: #fecc00;
}

.black_horizontal_gradient {
	background 					: #111111;
	color						: #ffffff;
}

.black_horizontal_gradient h1, .black_horizontal_gradient h2, .black_horizontal_gradient h3 {
	color						: #ffffff;
}

.blue_horizontal_gradient {
	color						: #ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fecc00+0,0086c2+100 */
	background					: #fecc00; /* Old browsers */
	background					: -moz-linear-gradient(left,  #fecc00 0%, #0086c2 100%); /* FF3.6-15 */
	background					: -webkit-linear-gradient(left,  #fecc00 0%,#0086c2 100%); /* Chrome10-25,Safari5.1-6 */
	background					: linear-gradient(to right,  #fecc00 0%,#0086c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter						: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc00', endColorstr='#0086c2',GradientType=1 ); /* IE6-9 */	
}

.blue_vertical_gradient {
	color						: #ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fecc00+0,0086c2+100 */
	background					: #fecc00; /* Old browsers */
	background					: -moz-linear-gradient(top,  #fecc00 0%, #0086c2 100%); /* FF3.6-15 */
	background					: -webkit-linear-gradient(top,  #fecc00 0%,#0086c2 100%); /* Chrome10-25,Safari5.1-6 */
	background					: linear-gradient(to bottom,  #fecc00 0%,#0086c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter						: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc00', endColorstr='#0086c2',GradientType=0 ); /* IE6-9 */	
}

.blue_horizontal_gradient a {
	color						: #ffffff;
	text-decoration				: none;
}

.blue_horizontal_gradient a:hover {
	color						: #ffffff;
	text-decoration				: underline;
}

.SLV_button, .SLV_buttonL {
	border						: 1px solid transparent;
	border-bottom-right-radius	: 10px;
	box-shadow					: 1px 1px 3px rgba(0,0,0,0.3);
	min-width					: 150px;
	padding						: 10px;
	text-align					: left;
	text-transform				: uppercase;
}

.SLV_buttonL {
	border-bottom-left-radius	: 10px;
	border-bottom-right-radius	: 0px;
}

input[type="submit"] {
	font-weight					: bold;
}

.SLV_box_alignleft {
	border-top-right-radius		: 10px;
	border-bottom-right-radius	: 10px;
	box-shadow					: 1px 1px 10px rgba(0,0,0,0.5);
	float						: left;
	min-width					: 250px;
	padding						: 10px;
	position					: relative;
	text-align					: center;
}

.SLV_box_alignright {
	border-top-left-radius		: 10px;
	border-bottom-left-radius	: 10px;
	box-shadow					: 1px 1px 10px rgba(0,0,0,0.5);
	float						: right;
	max-width					: 25%;
	padding						: 10px;
	position					: relative;
	text-align					: center;
}

.SLV_box_alignright img {
	height						: auto;
	max-width					: 100%;
}

.SLV_box_homepage_header {
	border						: none;
	box-shadow					: none;
	margin-bottom				: 25px;
	margin-left					: 25px;
	margin-right				: -25px;
	margin-top 					: -250px;	
}

.SLV_box_rond, .SLV_box_rond_blauw {
    border-radius				: 50%;
    height						: auto;
    max-width					: 100%;
    padding						: 25px;
}	

.SLV_box_rond_blauw {
	border						: 1px solid #fecc00;
	border-radius				: 10px;
	margin-bottom				: 10px;
}

.noshadow {
	box-shadow					: none;	
}

.k2kolommen_box, .k3kolommen_box {
	float						: left;	
	position					: relative;
	width						: 100%;
}

.k2kolommen_kolom {
	float						: left;
	position					: relative;
	text-align					: left;
	width						: 50%;
}

.k3kolommen_kolom {
	float						: left;
	position					: relative;
	text-align					: left;
	width						: 33%;
}

.k3x2kolommen_kolom {
	float						: left;
	padding-right				: 1%;
	position					: relative;
	text-align					: left;
	width						: 66%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;			
}

.k3kolommen_kolom img, .k3x2kolommen_kolom img { 
	height						: auto;
	max-width					: 100%;
}

.SLV_box_rond_text {
	text-align					: center;
}

.SLV_box_rond_text h3 {	
	font-weight					: bold;
	text-transform				: uppercase;
}

.SLV_topline {
	border-top					: 1px solid #fecc00;	
}

.actievoorwaarden {
	color						: #acacac;
	font-size					: 0.8em;
	line-height					: 1.5em;
	text-align					: justify;
}

.growwidth {	
	width						: 95%;	
}

hr {
	border						: 1px solid #fecc00;
}

.spacevertical1 {
	line-height					: 1em;
}

.spacevertical2 {
	line-height					: 2em;
}

.spacevertical3 {
	line-height					: 3em;
}

.spacevertical4 {
	line-height					: 4em;
}

input[type="text"], input[type="password"] {
	width						: 90%;
}

.Form_group, .Form_label, .Form_input, .Form_label_wider, .Form_input_wider, .Form_label_100, .Form_input_100  {
	float						: left;
	padding-bottom				: 1%;
	position					: relative;
	text-align					: left;
	vertical-align				: top;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.Form_row {
	float						: left;
	position					: relative;
	text-align					: left;
	vertical-align				: top;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.Form_label {
	width						: 15%;
}

.Form_input {
	width						: 85%;
}

.Form_label_wider {
	width						: 30%;
}

.Form_input_wider {
	width						: 70%;
}

.Radio_group, .Radio_label, .Radio_input {
	float						: left;
	padding-bottom				: 10px;
	position					: relative;
	text-align					: left;
	vertical-align				: top;
	width						: 100%;
}

.Radio_group:hover {
	background-color			: #eaeaea;
}

.Radio_group label:hover {
	cursor						: pointer;
}

.Radio_label {
	width						: 90%;
}

.Radio_input {
	width						: 10%;
}

input[type="text"], input[type="password"], select {
	max-width				: 100%;
	width					: 99%;
}	

.Groothandel {	
	background-color			: #f3f3f3;
	float						: left;
	margin-bottom				: 2px;
	position					: relative;	
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;			
}

.Groothandel_titel {
	background-color			: #e6e6e6;
	color						: #333333;
	cursor						: pointer;
	float						: left;
	font-size					: 1.2em;
	padding						: 10px;	
	position					: relative;	
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;			
}

.Groothandel_vestigingen {
	float						: left;
	padding						: 2%;
	position					: relative;	
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;			
}

.startbox {
	border-radius				: 10px;
	padding						: 25px;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;			
	width						: 100%;
}

.startbox h2, .startbox h3 {
	color						: #ffffff;	
}

.table_td, .table_td2, .table_th {
	text-align					: left;
	vertical-align				: top;
}

.table_td {
	border-bottom				: 1px solid #e6e6e6;
	padding-bottom				: 10px;
}

.table_td2 {
	border-top 					: 1px solid #e6e6e6;
	cursor						: pointer;
	padding-bottom				: 5px;
	padding-top					: 5px;
}

.table_th {
	border-bottom				: 1px solid #e6e6e6;
	font-weight					: bold;
}

.table_th a {
	text-decoration				: none;
}

.graybackground {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+100 */
	background					: #ffffff; /* Old browsers */
	background					: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6-15 */
	background					: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10-25,Safari5.1-6 */
	background					: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter						: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

.yellowbackground {
	background-color			: #fff8de;
}

.extrapadding {
	padding-left				: 10px;
	padding-right				: 10px;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;			
}

.extraborder {
	border-bottom				: 1px solid #e6e6e6;
	border-left					: 1px solid #e6e6e6;
	border-right				: 1px solid #e6e6e6;
}

.geencode {
	padding-left				: 10px;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #ffffff;
    text-decoration: none;
}
#cookieConsent a:hover {
    color: #4b8ee7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #ccc;
}
#cookieConsent a.cookieConsentOK {
    background-color: #fecc00;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #e0c91f;
}
/*Cookie Consent End*/

@media screen and (max-width: 1250px) {
	.caption {
	  bottom						: 5%;
	  font-size						: 4em;
	  width							: 90%;
	}	
}

@media screen and (max-width: 1100px) {
	.caption {
		bottom						: 5%;
		font-size					: 3em;
  	}	
}

@media screen and (max-width: 850px) {
	.caption {
		bottom						: 1%;
		font-size					: 2em;
  	}	
}

@media screen and (max-width: 800px) {
	.Form_label, .Form_input {
		width					: 100%;
	}
}

@media screen and (max-width: 700px) {
	h1 {
		max-width				: 60%;
	}

	.product_thumbnail, .product_thumbnail_blauw {
		width					: 30%;
	}
	
	.website_header_banner img {
		height						: auto;
		max-width					: 50%;	
	}	

	.k2kolommen_kolom {
		width					: 100%;
	}
	
	.k3x2kolommen_kolom {
		padding-right			: 0;
		width					: 100%;
	}
	
	.k3kolommen_kolom {
		width					: 100%;
	}
	
	.startbox {
		width					: 100%;
	}	
	
	.SLV_box_homepage_header {
		margin-top 				: -200px;		
	}
	
	.growwidth {
		margin-bottom			: 2%;
		width					: 100%;
	}
	
	.website_footer {
		padding-top				: 0;
	}
	
	.actievoorwaarden {
		padding					: 25px;
		-webkit-box-sizing		: border-box;
		-moz-box-sizing			: border-box;
		box-sizing				: border-box;		
	}
}

@media screen and (max-width: 600px) {
	.caption {
		bottom						: 0;
		font-size					: 2em;
  	}	
}
	
@media screen and (max-width: 550px) {
	.product_thumbnail, .product_thumbnail_blauw {
		width					: 45%;
	}

	.caption {
		bottom					: 0;
		font-size				: 1.5em;
	  }	
  }

@media screen and (max-width: 450px) {
	.website_header_banner {	
		margin-bottom			: 0px;
		margin-top				: 0px;
	}
	
	.website_header_banner img {
		height						: auto;
		max-width					: 100%;	
	}	
}

.backoffice {
	background-color				: #ffffff;
	color							: #000000;
}

.backoffice h1, .backoffice h2 {
	color							: #000000;
}

.backoffice a, .backoffice a.visited {
	color							: #777777;
}

.backoffice a:hover {
	color							: #fecc00;
}