html, body{
	padding: 0;
	margin: 0;
	color: #101642;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url('/images/Bottom_texture.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	font-family: Arial;
	font-size: 13px;
	line-height: 16px;
	overflow-x: hidden;
}

td {
	font-size: 13px;
	line-height: 16px;
}
.footer_block {
	color:#fff;padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_block a {
	color:#fff;
}
.footer_block .item {
	float: left;
	width: 200px;
}
a { color: #101642 }

#wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto !important;
	min-height: calc(100% - 200px);
	position: relative;
	display: flex;
	flex-direction: column;
}

#spacer{
	flex: 1;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	background: url(/images/sheet_bg.png);
	background-size: contain;
	display: table;
}

#spacer .spacer-content {
	background-color: white;
}

#header {
	/* position: absolute; */
	position: relative;
	z-index: 1;
	display: block;
	top: 0;
	width: 100%;
	/* min-width: 1100px; */
	max-height: 200px;
	height: auto;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}

#site{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	/* background: url('/images/sheet_bg.png'); */
	background-size: contain;
	min-height: 100%;
	display: table;
}


#footer {
	/* position: absolute; */
	z-index: 2;
	bottom: 0;
	height: 174px;
	width: 100%;
	background-image: url('/images/footer.png');
}

#footer_art {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0;
	background-image: url('/images/footer_b.png');
	line-height: 50px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

#footer_content {
	max-width: 1100px;
	width: 100%;
	overflow: visible;
	margin: auto 0;
	display: table;
}

#footer h5 { color: #D2D6F4; font-size: 18px; display: inline; }

#left, #content, #right {
	/* float: left; */
	display: table-cell;
	vertical-align: top;
	/* margin-top: 200px; */
	background: white;
	width: 20%;
}

#content { width: 60%; }
#content h1 { line-height: 25px; padding: 0; margin: 10px 0 10px 0; }

#left, #right,
#spacer .spacer-left, #spacer .spacer-right {
	/* background: grey; */
	background: #F2F2F2;
}
#right { border-right: 1px solid #E0E0E0; }

#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	width: 1079px;
	height: 200px;
	background-image: url('/images/header-object.png');
}

#logo_wrapper {
	margin: 20px;
	position: relative;
	max-height: 180px;
    max-width: 100%;
	width: 100%;
	height: 100%;
    box-sizing: border-box;
	background: url('/images/header-object.png') center center no-repeat;
	background-size: contain;
}

#logo_img {
	width: 100%;
	height: auto;
	max-width: 1079px;
}

#header h1 {
	/* display: block;
	/* margin-top: -50px; */
	/* position: absolute; */
	/* top: 136px; */
	/* right: 42%; */
	/* margin-right: -201px; */
	padding: 0;
	margin: 0;
	left: 0;
	right: 0;
	bottom: 15px;
	line-height: 15px;
	position: absolute;
}

#header h1 a{
	font-size: 15px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #DADEF6 !important;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

#logo h1 {
	display: block;
	position: absolute;
	top: 136px;
	right: 42%;
	margin-right: -201px;
}

#logo h1 a{
	font-size: 15px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #DADEF6 !important;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}

#main { list-style-type: none; padding: 0; margin: 10px; border-top: 1px dotted #B5BCEE; }
#main li { border-bottom: 1px dotted #B5BCEE;}
#main li a { display: block; padding-left: 10px; text-decoration: none; font-size: 13px; color: #16205F; font-weight: bold; line-height: 24px; }
#main li.active a, #main li:hover a { background: #16205F; color: #FFFFFF; }

#products { list-style-type: none; padding: 0; margin: 40px 10px 10px 10px; border-top: 1px dotted #B5BCEE; }
#products li { border-bottom: 1px dotted #B5BCEE; height: 24px; }
#products li a { padding-left: 10px; display: block; text-decoration: none; font-size: 13px; color: #16205F; font-weight: bold; line-height: 24px; }
#products li.active a, #products li:hover a { background: #16205F; color: #FFFFFF; list-style-type: circle; }

.arrow { font-size: 7px; padding-right: 10px; position: relative; top: -2px; }
.arrow:before { content:'\25B6'; }

.innercontent { padding: 10px; }

.product {
	width: 121px;
	height: 161px;
	float: left;
	/* margin: 5px 15px 15px 15px;  */
	margin: 5px 10px 5px 10px;
	text-align: center;
	font-size: 12px;
}
.product a { text-decoration: none; color: #16205F; font-weight: bold; }
.product_img { width: 120px; height: 120px; margin-bottom: 10px; }
.product_img img { width: 120px; height: 120px; }

.footer_block {
	/* float: left; */
	/* margin-top: 35px; */
	display: table-cell;
	vertical-align: top;
}
.footer_link { color: #F2F2F2; font-weight: bold; font-size: 11px; }
.footer_link:hover{ text-decoration: none; }

/* hr styles */
hr { border: 0px; border-top: 1px solid #16205F; }

/* Breadcrumbs */
#breadcrumbs { font-size: 10px; line-height: 24px; }
.spacer { padding: 0 3px 0 3px; }

/* Shopping Styles */
.icon_cart { width: 18px; height: 18px; padding: 0; margin: 0 0 0 5px; float: left; border: 0px !important; background-image: url('/images/icons/cart2.png'); cursor: pointer; }
.cart_delete { width: 13px; height: 13px; border: 0; background-image: url('/images/icons/cart_delete.png'); margin: 2px 0 0 0; cursor: pointer; }
.aantal_input { border: 1px solid #16205F; height: 18px; line-height: 18px; font-size: 8pt; margin: 0 0 0 7px; float: left; padding: 0 0 0 2px; width: 25px; }
.button_action { border: 1px solid #16205F; height: 20px; line-height: 15px; font-size: 8pt; cursor: pointer; width: 80px; float: left; margin: 0px 0 0 5px; background: #16205F; color: #FFFFFF; }

.small_cart_left { font-size: 10px; float: left; width: 125px; }
.small_cart_right { font-size: 10px; float: right; width: 45px; text-align: right; }
.small_cart_aantal { font-size: 10px; float: left; clear: left;  width: 25px; margin-right: 5px; }
.discount { color: red; text-decoration: line-through; font-weight: bold; padding-right: 5px; }

/* Checkout Styles */
.input, .textarea { border: 1px solid #16205F; height: 18px; line-height: 18px; font-size: 8pt; margin: 0 0 0 5px; }
.input{ padding: 0 0 0 2px; width: 150px; }
.textarea { padding: 2px; max-width: 100%; height: 85px; }

/* RESPONSIVE */
#content img {
	max-width: 100%;
	height: auto;
}

.responsive_cart { display: none; font-size: 11px; background: rgba(255,255,255, 0.8); position: absolute; width: auto; right: 0; top: 0; padding: 5px; z-index: 200; }
.responsive_cart h3 { font-size: 13px; margin: 0; }
.responsive_cart .small_cart_left { width: auto; }
.responsive_cart .responsive_hide, .responsive_cart hr { display: none; }

.collapsable_checkbox { display: none; }
.responsive_wrapper label { display: none; cursor: pointer; margin-left: 2px; }

@media all and (max-width: 800px) {

	* {-webkit-text-size-adjust: none; }

	#site,
	#spacer {
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		float: left;
		width: 100%;
	}
	#right {
		order: 1;
		margin-top: -20px;
	}

	#left,
	#spacer .spacer-left {
		order: 2;
		width: 100%;
		max-width: 200px;
	}
	.search {
		display: flex;
		justify-content: space-between;
	}
	.search input {
		height: 35px;
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.textfield {
		float: left;
		width: 100% !important;
	}
	.submit {
		padding-left: 10px;
	}

	#content,
	#spacer .spacer-content {
		order: 3;
		width: calc(100% - 200px);
	}

	#right,
	#spacer .spacer-right {
		float: left;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		display: none;
	}
	#right .winkelwagen {
		display: none;
	}
	#right .content-rechts {
		display: none;
	}
	#footer {
		/* float: left;
		width: 100%;
		position: relative; */
	}
	#header h1 a  { font-size: 13px; }

	.responsive_cart { display: inline; }

	.button_action{ width: auto !important; }

	.responsive_break { max-width: 50px; word-wrap:break-word; }

}

@media all and (max-width: 600px) {
	#footer_content {
		order: 1;
	}
	#footer_art {
		position: relative;
		float: left;
		width: 100%;
		clear: both;
		order:2;
	}
	#footer {
		display: flex;
		flex-flow: row wrap;
		height: inherit !important;
	}
	.footer_block .item {
		margin-bottom: 20px;
	}
}
@media all and (max-width: 500px) {

	#header h1 a  { padding-left: 30px; font-size: 9px; }

	#left {
		position: absolute;
		margin-top: -30px;
		z-index: 100;
		width: auto;
		padding-bottom: 0;
		background: none;
	}

	#spacer .spacer-left {
		display: none;
	}

	#spacer .spacer-content {
		width: 100%;
	}

	#content { width: 100%; }

	#footer .responsive_hide{ display: none; }

	.responsive_wrapper label { display: block; }

	.collapsable_block { overflow: hidden; max-height: 0; -webkit-transition: max-height 0.45s; background: #FFFFFF; }
	.collapsable_checkbox:checked + .collapsable_block {
		display: block;
		/* max-height: 500px; */
		max-height: 100%;
		z-index: 100;
		position: relative;
		-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
		box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
		/* padding-top: 10px; */
	}
}

@media all and (max-width: 452px) {
	#header h1 a  { font-size: 7px; }
}

.sponsor-img-wrapper{
	text-align: center;
}

.innercontent .sponsor-img{
	vertical-align: middle;
	display: inline-block;
	width: 190px;
	padding: 0 10px;
	margin-bottom: 20px;
}

@media only screen and (max-width : 700px) {
	.innercontent .sponsor-img{
		text-align: center;
		display: block;
		width: auto;
	}

	.innercontent .sponsor-img img{
		display: inline-block;
	}
}
