html {
	height						: 100%;
	margin						: 0;
	padding						: 0px;	
}

body {	
	background-color			: #ffffff;
	color						: #5e5353;
	font-family					: 'Lato', Arial, Verdana, sans-serif;
	font-size					: 1.0em;
	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						: #FFCC00;
}

.website_body {
	background-color			: #4b4b4d;		
	border-left					: 20px solid #ffcc00;
	/*
	background-image			: url('../images/Achtergrond-SLVtec-blauwe-lijnen.png');
	background-repeat			: no-repeat;
	background-position			: right bottom;
	*/
	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_menu {
	border-bottom				: 1px solid #666666;
	border-top					: 1px solid #666666;
	color						: #666666;
	float						: center;
	font-size					: 1.5em;
	margin-left					: auto;
	margin-right				: auto;
	margin-top					: 25px;
	padding-bottom				: 10px;
	padding-top					: 10px;
	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_menu a, .website_menu a.visited {
	text-decoration				: none;
}

.website_menu a:hover {
	text-decoration				: underline;
}

.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;
	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;
	padding-left				: 10px;
	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						: #FFCC00;	
	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 {
	background-color			: #404040;		
	float						: left;
	padding-left				: 25px;		
	padding-right				: 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			: #FFCC00;
	overflow					: hidden;
}

.product_thumbnail_blauw {
	background-color			: #FFCC00;
	color						: #ffffff;	
}

.product_overview, .product_details {
	height						: 100%;
	width						: 100%;
}

.product_thumbnail img {
	height						: auto;
	max-width					: 100%;
	width 						: 100%;
}

.product_usp {
	background-color			: #FFCC00;
	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 #666666;
	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						: #FFCC00;
}

.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/#FFCC00+0,0086c2+100 */
	background					: #FFCC00; /* Old browsers */
	background					: -moz-linear-gradient(left,  #FFCC00 0%, #0086c2 100%); /* FF3.6-15 */
	background					: -webkit-linear-gradient(left,  #FFCC00 0%,#0086c2 100%); /* Chrome10-25,Safari5.1-6 */
	background					: linear-gradient(to right,  #FFCC00 0%,#0086c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter						: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC00', endColorstr='#0086c2',GradientType=1 ); /* IE6-9 */	
}

.blue_vertical_gradient {
	color						: #ffffff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#FFCC00+0,0086c2+100 */
	background					: #FFCC00; /* Old browsers */
	background					: -moz-linear-gradient(top,  #FFCC00 0%, #0086c2 100%); /* FF3.6-15 */
	background					: -webkit-linear-gradient(top,  #FFCC00 0%,#0086c2 100%); /* Chrome10-25,Safari5.1-6 */
	background					: linear-gradient(to bottom,  #FFCC00 0%,#0086c2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter						: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCC00', 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 #FFCC00;
	border-radius				: 10px;
	margin-bottom				: 10px;
}

.noshadow {
	box-shadow					: none;	
}

.k2kolommen_box, .k3kolommen_box {
	float						: left;	
	position					: relative;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.k2kolommen_kolom {
	float						: left;
	position					: relative;
	text-align					: left;
	width						: 50%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.padding_rechts {
	padding-right				: 2%;
}

.padding_links {
	padding-left				: 2%;
}

.k3kolommen_kolom {
	float						: left;
	position					: relative;
	text-align					: left;
	width						: 33%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.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 #FFCC00;	
}

.actievoorwaarden {
	color						: #acacac;
	font-size					: 0.8em;
	line-height					: 1.5em;
	text-align					: justify;
}

.growwidth {	
	width						: 95%;	
}

hr {
	border						: 1px solid #FFCC00;
}

.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, .Form_knop, .Product_knop  {
	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;
	margin						: 0;
	padding						: 0;
	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%;
}

.Form_knop, .Product_knop {
	background-color			: #ffffff;	
	border						: 1px solid #cccccc;
	border-radius				: 5px;
	color						: #000000;
	cursor						: pointer;
	font-size					: 0.85em;
	line-height					: normal;
	height						: 75px;
	margin						: 1%;
	padding						: 1%;
	text-align					: center;
	width						: 75px;
}

.Form_knop:hover, .Product_knop:hover {
	background-color			: #dddddd;
}

.Form_knop_actief {
	background-color			: #ffcc00;
}

.Form_knop {
	padding-left				: 0%;
	padding-right				: 0%;
}

.Product_knop {
	height						: 360px;
	padding-top					: 0;
	width						: 31%;
}

.Product_knop img {
	max-width					: 100%;
	height						: auto;
	width						: 100%;
}

.Product_knop a, .Product_knop a.visited, .Product_knop h1 {	
	color						: #000000;
	text-decoration				: none;
}

.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, textarea {
	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: #FFCC00;
    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;
  	}	

	.Product_knop {
		height						: 500px;
		width						: 47%;
	}
}

@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_knop {
		height						: auto;
		width						: 100%;
	}

	.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							: #FFCC00;
}

/* Dropdown Button */
.dropbtn {
	background-color: #ffcc00;
	border-radius: 10px;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	}

	/* Dropdown button on hover & focus */
	.dropbtn:hover, .dropbtn:focus {
	background-color: #ffbb00;
	}

	/* The search field */
	#myInput {
	box-sizing: border-box;
	background-image: url('images/searchicon.png');
	background-position: 14px 12px;
	background-repeat: no-repeat;
	font-size: 16px;
	padding: 14px 20px 12px 45px;
	border: none;
	border-bottom: 1px solid #ddd;
	}

	/* The search field when it gets focus/clicked on */
	#myInput:focus {outline: 3px solid #ddd;}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
	position: relative;
	display: inline-block;
	}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 450px;
	border: 1px solid #ddd;
	z-index: 1;
	}

	/* Links inside the dropdown */
	.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	}

	/* Change color of dropdown links on hover */
	.dropdown-content a:hover {background-color: #f1f1f1}

	/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
	.show {display:block;}

	.video-container {
		overflow					: hidden;
		position					: relative;
		width						: 100%;
   }
   
   .video-container::after {
		padding-top					: 56.25%;
		/* 16:9 ratio */
		display						: block;
		content						: '';
   }
	
   .video-container iframe,
   .video-container object,
   .video-container embed {
	   position						: absolute;
	   top							: 0;
	   left							: 0;
	   width						: 100%;
	   height						: 100%;
   }

   .Product_ExtraLabel, .Product_ExtraLabel_groen {
		background-color		: #ffcc00;
		border-radius			: 50px;
		color					: #000000;
		font-size				: 1.1em;
		font-weight				: bold;		
		height					: 100px;
		line-height				: 1.2em;
		right					: 25px;
		padding					: 5px;
		padding-top				: 10px;
		position				: absolute;
		text-align				: center;
		top						: 25px;
		width					: 100px;
		-webkit-box-sizing		: border-box;
		-moz-box-sizing			: border-box;
		box-sizing				: border-box;			
   }

   .Product_ExtraLabel_groen {
	background-color		: #169900;
	color					: #ffffff;
}

   .accordion {
	background-color: #4b4b4d;
	color: #ffffff;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
  }
   
  .active, .accordion:hover {
	background-color: #3b3b3d;
  }
  
  .accordion:after {
	content: '\002B';
	color: #ffffff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }
  
  .active:after {
	content: "\2212";
  }
  
  .panel {
	/*padding: 0 18px;*/
	background-color: #3b3b3d;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 5px;
  }
  
  .panel a {
	  text-decoration: none;
  }
  
  .panel a:hover {
	  text-decoration: underline;
  }

  .keuzehulp_image {
	border: 1px solid #eeeeee;
	height: 30px;
	width: 30px;
  }