html {
	height						: 100%;
	margin						: 0;
	padding						: 0px;	
}

body {	
	background-color			: #ffffff;
	color						: #5e5353;
	font-family					: Helvetica, 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						: #6d6e71;
	line-height					: 1.1em;
	text-transform				: uppercase;
}

a, a.visited {
	color						: #222222;
}

a:hover {
	color						: #ffc106;
}

.website_body {
	float						: center;
	margin-left					: auto;
	margin-right				: auto;
	max-width					: 1000px;
	position					: relative;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_main {	
	background-color			: #ffffff;
	height						: 100%;
	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 {
	background-color			: #ffffff;
	clear						: both;
	float						: center;
	position					: relative;		
	text-align					: left;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_header h1 {
	color						: #ffffff;
	font-size					: 4em;
	line-height					: 0.8em;
}

.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					: 100%;	
}

.website_header_content {
	float						: left;
	padding						: 25px;		
	position					: relative;	
	text-align					: left;
	width						: 100%;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.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;		
}

.website_copyright {
	float						: right;
	position					: relative;
	text-align					: right;	
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.website_footer {
	border-top					: 10px solid #fecc00;
	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;		
}

.container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
  .responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  
.bolder {
	font-weight					: bold;
}

.bigandbold {
	font-size					: 1.2em;
	font-weight					: bold;
}

.nocapitals {
	text-transform				: none;
}

.capitals {
	text-transform				: uppercase;
}

.yellow {
	color						: #fecc00;
}

/*
.black_horizontal_gradient {
	color						: #ffffff;
	background					: #4d4d4d;
	background					: -moz-linear-gradient(left,  #4d4d4d 0%, #282828 100%);
	background					: -webkit-linear-gradient(left,  #4d4d4d 0%,#282828 100%);
	background					: linear-gradient(to right,  #4d4d4d 0%,#282828 100%);
	filter						: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#282828',GradientType=1 );
}
*/

.black_horizontal_gradient {
	background 					: #111111;
	color						: #ffffff;
}

.black_horizontal_gradient h1, .black_horizontal_gradient h2, .black_horizontal_gradient h3 {
	color						: #ffffff;
}

.yellow_horizontal_gradient {
	color						: #4b4b4d;
	background					: #fecc00;
}

.yellow_vertical_gradient {
	color						: #4b4b4d;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fecc00+0,f3e500+100 */
	background					: #fecc00; /* Old browsers */
	background					: -moz-linear-gradient(top,  #fecc00 0%, #f3e500 100%); /* FF3.6-15 */
	background					: -webkit-linear-gradient(top,  #fecc00 0%,#f3e500 100%); /* Chrome10-25,Safari5.1-6 */
	background					: linear-gradient(to bottom,  #fecc00 0%,#f3e500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter						: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecc00', endColorstr='#f3e500',GradientType=0 ); /* IE6-9 */	
}

.yellow_horizontal_gradient a {
	color						: #4b4b4d;
	text-decoration				: none;
}

.yellow_horizontal_gradient a:hover {
	color						: #282828;
	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_geel {
    border-radius				: 50%;
	float						: left;
    height						: auto;
    max-width					: 100%;
    padding						: 2%;
	position					: relative;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}	

.SLV_box_rond_geel {
	border						: 1px solid #ffcc00;
	border-radius				: 10px;
	margin-bottom				: 10px;
	-webkit-box-sizing			: border-box;
	-moz-box-sizing				: border-box;
	box-sizing					: border-box;		
}

.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					: 1em;
	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%;
}

.Form_row {
	float						: left;
	position					: relative;
	text-align					: left;
	vertical-align				: top;
	width						: 100%;
}

.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%;
}

.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;			
}

.startbox h2 {
	color						: #282828;	
}

.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;
}

.table_th {
	border-bottom				: 1px solid #282828;
	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;			
}

.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: 700px) {
	h1 {
		max-width				: 60%;
	}
	
	.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: 450px) {
	.website_header_banner {	
		margin-bottom			: 0px;
		margin-top				: 0px;
	}
	
	input[type="text"], input[type="password"] {
		width					: 100%;
	}	
	
	.Form_label, .Form_input {
		width					: 100%;
	}
}
