html {
	box-sizing: border-box;
	line-height: 1.15;
	font-size: 62.5%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

*, ::after, ::before {
	box-sizing: inherit;
}

/*
html, body, table, td, th, tr {
	font-family: Arial, Helvetica, sans-serif;
}

body.page {
	font-size: 80%;
	line-height: 1.5;
}
*/

body.goproduct {
	font-size: 130%;
	text-align: center;
}

body.goproduct p {
	margin: 50px 0;
	line-height: 1.5em;
}

body.goproduct p span {
	padding: 3px;
	font-size: 65%;
}

body.goproduct p.footer {
	font-size: 65%;
}

h1 {
	font-size: 200%;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: normal;
}

p {
	margin: 0 0 1em;
}

p code {
	font-size: 1.3em;
}

#container, #header, #content, #footer {
	position: relative;
}

#container {
	margin: 0 auto;
	background-color: currentColor;
}

#container::before,
#container::after {
	content: '';
	position: absolute;
	width: 23px;
	top: 0;
	bottom: 0;
	background-size: 23px 1px;
	background-repeat: repeat-y;
}

#container::before {
	left: -23px;
	background-image: linear-gradient(90deg, #00246d40, #00246d60 9px, #001e6490 12px, currentColor 13px);
}

#container::after {
	right: -23px;;
	background-image: linear-gradient(90deg, currentColor 10px, #001e6490 11px, #00246d60 15px, #00246d40);
}

#header {
	height: 140px;
}

#header a.logo {
	position: absolute;
	top: 10px;
	display: block;
	height: 95px;
	width: 727px;
	margin: 10px;
}

#header .search {
	position: absolute;
	text-align: right;
	right: 10px;
	top: 50%;
	width: 230px;
	margin-top: -1em;
}

#content {
	padding: 0 10px;
}

.col-1, .col-2, .col-3 {
	padding-top: 10px;
	position: relative;
}

.clear {
	clear: both;
}

.clear::after {
	clear: both;
	content: '';
	display: table;
}

@media (min-width: 980px) {
	#container {
		width: 980px;
	}

	#content {
		margin: 0 -10px;
	}

	.col-1, .col-2, .col-3 {
		float: left;
	}

	.col-1 {
		width: 180px;
		margin-right: 10px;
	}

	.col-2 {
		width: 630px;
		margin-left: auto;
		margin-right: auto;
	}

	.col-3 {
		width: 150px;
		margin-left: 10px;
	}

	.x-homeIntro {
		width: 295px;
		min-height: 17em;
	}
}

#footer {
	margin: 30px 0 0;
	padding: 9px 0 7px;
	text-align: center;
	border-top: 3px solid;
}

#footer a {
	padding-left: 3px;
	padding-right: 3px;
}

#footer p, #footer h4 {
	margin-bottom: 5px;
}

.block {
	margin: 0 0 1em;
	position: relative;
}

.block-header {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
	margin-bottom: 8px;
	padding: .3em .5em .2em;
	border-bottom: 3px solid;
}

.block-content {
	border: 0 solid;
	padding: 0;
}

.block-footer {
	border-bottom: 1px none;
	font-size: 0.89em;
	line-height: 1.6em;
	padding: 3px 5px;
	text-align: right;
}

ul.vertMainNav li {
	margin-bottom: 0;
}

ul.vertMainNav li a {
	display: block;
	font-size: 85%;
	padding: 3px 5px 4px;
	text-decoration: none;
}

ul.vertMainNav li a.current {
	font-weight: bold;
	text-indent: 9px;
}

ul.vertLogoNav li {
	margin-bottom: .75em;
}

ul.vertLogoNav li a {
	font-size: 85%;
	padding: 3px 5px 4px;
	text-decoration: none;
}

ul.vertLogoNav li:not(.last) {
	text-align: center;
	float: left;
}

ul.vertLogoNav li:not(.last) a {
	display: inline-block;
}

ul.vertLogoNav li.last {
	clear: both;
}

ul.vertLogoNav li.last a {
	display: block;
}

ul.vertLogoNav li a img {
	height: 5em;
	width: auto;
}

.breadcrumbs {
    margin-bottom: .75em;
    font-size: 85%;
    list-style: none;
}

.breadcrumbs > li {
    padding-left: 13px;
    display: inline-block;
}

.breadcrumbs > li:first-child {
    background: none;
    padding-left: 0;
}

.breadcrumbs a {
    text-decoration: none;
    font-weight: normal;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.pageHeader {
	height: 48px;
	margin-bottom: 4px;
	padding: 1px;
	position: relative;
}

.pageTitle {
	font-size: 1.8em;
	font-weight: bold;
	margin: 3px 0 2px;
}

.pageItemCount {
	font-size: 0.9em;
}

div.pagination {
	border: 1px solid;
	clear: both;
	margin: 0 auto 10px;
	padding: 8px 3px;
	position: relative;
}

div.pagination a {
	margin: 2px;
	padding: 3px 7px;
	text-decoration: none;
}

div.pagination span.current {
	font-weight: bold;
	margin: 2px;
	padding: 3px 7px;
}

ul.itemBlocks li {
	display: inline;
	float: left;
	margin: 0 7px 7px 0;
	min-height: 230px;
	padding: 4px;
	position: relative;
	text-align: center;
}

.itemImgWrap {
	width: 144px;
	height: 192px;
	margin-bottom: 7px;
	min-height: 130px;
	overflow: hidden;
	vertical-align: middle;
}

.itemImgWrap img {
	height: auto;
	width: 100%;
}

.itemImgWrap a {
	text-decoration: none;
}

.priceTag {
	background: #0099FF none repeat scroll 0 0;
	color: #FFF;
	font-size: inherit;
	font-weight: bold;
	position: absolute;
	bottom: 32%;
	height: 2.2em;
	padding: .3em .4em .1em;
	display: block;
	border-bottom: 3px solid;
}

div.last, ul.itemBlocks li.last {
	margin-right: 0;
}

ul.itemBlocks .itemTitle {
	font-size: 0.8em;
	height: 30px;
	line-height: 1.3em;
	margin-bottom: 1px;
	overflow: hidden;
	width: 144px;
}

ul.itemBlocks .itemTitle a {
	text-decoration: underline;
	text-transform: uppercase;
}

ul.list {
	list-style: square none inside;
	padding-left: 20px;
	margin: 8px 0;
}

.brands_col {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	width: 145px;
}

.brands_col h3 {
	border-bottom: 3px solid;
	font-weight: bold;
	padding: 2px 0;
	text-align: left;
}

.brands_col a:link,
.brands_col a:active,
.brands_col a:visited {
	text-decoration: none;
}

.homeIntro {
	margin: 0 0 1em;
	text-align: justify;
}

.homeIntro .large {
    font-size: 160%;
    line-height: inherit;
    margin-bottom: .5em;
    font-weight: inherit;
}

.homeOutro {
	float: left;
	clear: both;
	border-top: 2px solid;
	padding-top: 10px;
	margin-top: 10px;
	text-align: justify;
}

.input_success {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.input_error {
	color: #FF0000;
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
}

.input_fieldset {
	padding: 5px 0;
}

.input_label {
	display: block;
	font-weight: bold;
}

.input_text {
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 3px;
}

.input_submit {
	margin: 0;
	padding: 3px 8px;
}

#loopedSlider {
	clear: both;
	float: left;
	min-height: 35em;
	margin: 0 15px 0 auto;
	position: relative;
	width: 308px;
}

div.slides {
	left: 0;
	position: absolute;
	top: 0;
}

ul.slides {
	left: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}

div.slides div, ul.slides li {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 308px;
}

div.slides div.cover {
	display: block;
	height: 80px;
	position: absolute;
	top: 412px;
	overflow: hidden;
}

div.slides div.cover h2 {
	font-size: 25px;
	line-height: 1.2em;
	letter-spacing: -1px;
	padding: 10px;
}

#loopedSlider .container {
	cursor: pointer;
	height: 492px;
	overflow: hidden;
	position: relative;
	width: 308px;
}

ul.pagination {
	bottom: 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 15px;
}

ul.pagination li {
	float: left;
}

ul.pagination li a {
	display: block;
	height: 10px;
	margin-right: 5px;
	width: 10px;
	font-size: 1px; /* nodig voor IE6 */
}

.hero_small {
	float: left;
	height: 18em;
	margin-right: 16px;
	position: relative;
	width: 145px;
	margin-bottom: 1em;
}

.hero_small .itemTitle {
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
}

@media (max-width: 979px) {
	#container {
		overflow: hidden auto;
	}
	#content {
		position: relative;
	}
	#content > .col-1 {
		position: absolute;
		top: 0;
		/*
		position: sticky;
		height: 0;
		*/
		transition: transform .3s ease-out;
		z-index: 3;
		max-width: max(65vw, 180px);
		padding: 10px;
		margin-left: -12px;
		box-shadow: 3px 0 20px #0008;
	}
	#content > .col-1::before {
		content: "";
		position: absolute;
		z-index: 0;
		background-color: #fff;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		min-height: 100vh;
	}
	#content > .col-1 > :first-child {
		position: sticky;
		top: 0;
	}
	#content > .col-1:not(:hover, :focus, :active, :focus-within) {
		transform: translateX(calc(30px - 100%));
		transition-delay: .5s;
		transition-duration: .5s;
	}
}
