/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles ===================================================== */

/* Fonts */
@font-face{
	font-family:'eurostile';
	src:url('/font/eurostile-webfont.eot');
	src:url('/font/eurostile-webfont.eot?#iefix') format('embedded-opentype'),
		url('/font/eurostile-webfont.woff') format('woff'),
		url('/font/eurostile-webfont.ttf') format('truetype'),
		url('/font/eurostile-webfont.svg#BreeRgBold') format('svg');
	font-weight:normal;
	font-style:normal;
}


body
{
	background-color:#ffffff;
  	font-family: 'eurostile';
	font-size:13px;
	color:#000000;
	line-height: 28px;
}


/*Headers */

h1
{
	font-size:18px;
	color:#0666ae;
	font-weight: bold;
	margin-top: 0;
}

h2
{
	font-size:18px;
	color:#0666ae;
	font-weight: bold;
}

h3, h4
{
	font-size:18px;
	color:#0666ae;
	margin-bottom:0px;
	font-weight: bold;
}

/*links */

a,a:visited
{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}

a:hover, a.active
{
	color:#eb212e;
	text-decoration:underline;
	cursor:pointer;
}

/*Forms */

form{
	width: 468px;
}

form legend{
	font-size: 18px;
	color: #000000;
	font-weight: 900;
	margin-bottom: 20px;
}

input[type=text], input[type=password], textarea
{
	float: right;
	background: #fff;
	padding: 5px 3px;
	width: 315px;
	border: 1px solid #868686;
	box-sizing: border-box; /* padding fix for 100% | doesn't work in IE7 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

textarea{
	width: 468px;
	float: none;
	display: block;
}

input[type=submit]{
	background-color: #eb212e;
	color: #FFF;
	border: none;
	padding: 5px 25px;
	float: right;
}

.button,
a:hover.button,
a:visited.button{
	background-color: #eb212e;
	color: #FFF;
	padding: 5px 25px;
	text-decoration: none;
}

input.error, textarea.error
{
	border:1px solid red;
}

#formErrors span.error{
	color: red;
}

#nietinvullen, .nietinvullen
{
	display:none;
}

label{
	height: 28px;
	margin-right: 3px;
}

.formRow{
	margin: 8px 0;
}

.float
{
	float: left;
}

.floatRight{
	float: right;
}

.li, .ul
{
	list-style-type: none;
	margin:0px;
	padding:0px;
}

/*Main */

#wrap
{
	min-height:100%;
	/*width:959px;*/
	width: 100%;
	max-width: 940px;
	margin:0px auto;
	overflow:hidden;
}

/*Header */

#header .inner{
	max-width: 940px;
	width: 100%;
	/*width: 959px;*/
	margin: 0 auto;
	position: relative;
}

#header .inner .container{
	width: 959px;
}

#logo{
	float: left;
	margin-top: 14px;
	position: relative;
	max-width: 340px;
	width: 100%;
	right: 10px;
/* 	height: 55px; */

}

#header .container nav{
	float: right;
	margin-top: 55px;


}

#header .container nav ul li{
	float: left;
	border-left: 2px solid #0666ae;
}

#header .container nav ul li:first-child{
	border-left: none;
}

#header .container nav ul li a{
	display: block;
	padding: 10px 10px;
	text-transform: lowercase;
	text-decoration: none;
}

#header .lang{
	margin-right:9px;
}

.taalselectie{
	float: right;
	margin-bottom: 3px;
}

div.jaren{
	background: url(/gfx/68jaar.png) no-repeat;
	width: 235px;
	height: 81px;
	position: absolute;
	z-index: 100;
	top: 46px;
	left: 80px;
}

div.jaren a{
	display: block;
	width: 80px;
	margin-left: 150px;
	height: 81px;
}

div.jaren2{
	background: url(/gfx/70jaar.png) no-repeat;
	width: 235px;
	height: 81px;
	position: absolute;
	z-index: 100;
	top: 46px;
	left: 120px;
	background-position-x: -2px;
}

div.jaren2 a{
	display: block;
	width: 80px;
	margin-left: 150px;
	height: 81px;
}

div.kwf{
	background: url(/gfx/kwf.png) no-repeat;
	width: 168px;
	height: 28px;
	position: absolute;
	z-index: 100;
	top: 105px;
	left: 581px;
}

div.kwf a{
	display: block;
	width: 168px;
	height: 28px;
}

div.kwf-eng{
	background: url(/gfx/kwf2.png) no-repeat;
	width: 189px;
	height: 28px;
	position: absolute;
	z-index: 100;
	top: 105px;
	left: 581px;
}

div.kwf-eng a{
	display: block;
	width: 189px;
	height: 28px;
}

/*header carousel*/

.globeSmall{
	background: url(/gfx/globeSmall.jpg) center center no-repeat;
	width: 100%;
	height: 31px;
}

.globeBig{
	background: url(/gfx/globe.jpg) center center no-repeat;
	overflow:hidden;
	width: 100%;
}

.image_carousel {
	position: relative;
	width: 1400px;
	height: 361px;
	margin: 0 auto;
}
.image_carousel .headerImg {
	width: 1400px;
	height: 366px;
	display: block;
	float: left;
}

.globeBig .streepje{
	width: 100%;
	border-top: 2px solid #FFF;
	margin-top: -25px;
	position: relative;
	z-index: 5;
}

.pagination {
	text-align: left;
	margin: 0 auto;
	width: 959px;
}
.pagination a {
	background-color: #1a68ad;
	width: 20px;
	height: 5px;
	margin: 0 5px 0 0;
	display: inline-block;
	border-top: 1px solid #81acd2;
	border-left: 1px solid #81acd2;
	border-bottom: 1px solid #092939;
	border-right: 1px solid #092939;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

.pagination a:hover,
.pagination a.selected {
	border-top: 1px solid #092939;
	border-left: 1px solid #092939;
	border-bottom: 1px solid #81acd2;
	border-right: 1px solid #81acd2;
}

.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}

/*Content */

.bread{
	margin: 30px 0;
	text-transform: capitalize;
	font-size: 10px;
}

.bread a{
	text-decoration: none;
}

#content .middleCont{
	width: 100%;
}

#content .default .middleCont section.text{
	float: left;
	width: 626px;
	margin-right: 30px;
}

/*blokken*/

.blockcontainer{
	width: 959px;
	margin-top: 30px;
}

.blockcontainer .block{
	width: 283px;
	height: 97px;
	float: left;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	line-height: 24px;
	background-color: #aacbe3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}


.blockcontainer .block{
	margin-left: 25px;
}

.blockcontainer .block:first-child{
	margin-left: 0px;
}

.blockcontainer a {
	text-decoration: none;
}


.blockcontainer .block p{
	margin: 0;
	font-size: 12px;
}

.blockcontainer .block a{
	font-size: 10px;
	text-decoration: none;
}

.blockcontainer .block h4{
	margin: 0;
}

/*home*/

.home section.text{
	border-bottom: 2px solid #aacbe3;
	margin-top: 30px;
	line-height: 24px;
}

.home section.text article{
	color: #535353;
	font-style: oblique;
}

.home .subinfo{
	width: 303px;
	height: auto;
	float: left;
	margin-left: 25px;
	line-height: 23px;
	overflow: hidden;
}

.home .firstsubinfo{
	margin-left: 0;
}

.home .subinfo h3{
	color: #eb212e;
	margin: 20px 0 10px 0;
}

.home .subinfo p{
	margin: 0;
}

.home .subinfo a{
	text-decoration: none;
}

.home-newsitems{
	display: block;
	width:100%;
	padding: 30px 0;
}

.newsitem{
	display: block;
	float:left;
	width: 301px;
	border: 1px solid #eee;
	margin-right: 15px;
	background-color:#f9f9f9;
	min-height: 320px;
}

.newsitem:last-child{
	margin-right: 0;
}

.newsitem .item-image{
	display: block;
	width:100%;
	height:150px;
	background-size: cover;
	background-position: center center;
}

.newsitem small{
	display: block;
	clear: both;
	width: 100%;
}

.newsitem .text{
	padding:15px;
}

.newsitem .text h2{
	margin-bottom: 0;
}

.newsitem .text .leesVerder{
	display: block;
	clear: both;
	width: 100%;
}


/*producten*/

.producten .middleCont section.text{
	float: left;
	width: 626px;
	margin-right: 30px;
}

.producten img{
	margin-bottom: 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/css/PIE.htc);
}

.downloads{
	width: 100%;
	border-top: 2px solid #d3d3d3;
	margin-top:20px;
}

.downloads h4{
	font-style: oblique;
	color: #000000;
	margin: 8px 0;
	font-size: 14px;
	text-transform: capitalize;
}

.downloads ul {
	width: 680px;
	padding: 0;
	margin:0;
}

.downloads ul li{
	background: url(/gfx/download.jpg) no-repeat;
	height: 45px;
	float: left;
	list-style: none;
	margin:0 30px 15px 0;
	overflow: hidden;
	width:180px;
}

.downloads ul li a{
	float: left;
	display: inline-block;
	font-size:11px;
	padding:0 0 0 47px;
	text-decoration: none;
	line-height: 37px;
}

/*dealers*/

#dealer-left{
	float: left;
	width: 250px;
}

#dealer-left article p{
	margin: 0 0 30px 0;
}

#formSearch{
	width: 250px;
}

#dealer-left .formRow{
	width: 100%;
}

#dealer-left .formRow input[type=text]{
	width: 115px;
	height: 25px;
	float: left;
}

#dealer-left .formRow select{
	float: left;
	line-height: 20px;
}

#dealer-left .formRow label{
	float: left;
	width: 120px;
	line-height: 20px;
	height: 13px;
}

#dealer-left .formRow input[type=submit]{
	float: left;
	margin-left: 120px;
}


#map_canvas{
	width: 600px;
	height: 500px;
	float: right;
}

ul#searchresults{
	padding: 0;
}

.meerInfo{
	margin: 50px 0;
}

.meerInfo p{
	margin: 0;
}

ul#searchresults li{
	padding-bottom: 10px;
	border-top: 1px solid #d3d3d3;
}

ul#searchresults li:first-child{
	border: none;
}

ul#searchresults h2{
	color: #eb212e;
	margin-bottom: 0;
}

ul#searchresults p.error{
	color: #eb212e;
}

/*actueel*/

section.item{
	margin: 40px 0;
}

.actueel .container{
	width: 600px;
	float: left;
}

.actueel .container article p,
.actueel .container .leesVerder,
.actueel .container .date{
	margin: 0;
	text-decoration: none;
}

.actueel .container header h2{
	margin: 0;
	font-size: 14;
	font-weight: 900;
}

.actueel .container header h2 a{
	text-decoration: none;
	color: #0666ae;
}

.actueel .img{
	width: 303px;
	height: 180px;
	float: right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

.actueelsub article{
	margin-bottom: 20px;
}

.actueelsub .img{
	width: 627px;
	height: 373px;
	margin: 30px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

/*overzicht*/

.overzicht header h1{
	margin-bottom: 30px;
}

.overzicht ul{
	padding: 0;
}

.overzicht ul li{
	display: block;
}

.overzicht ul li a{
	float: left;
}

.overzicht ul li .date{
	float: left;
	margin-right: 30px;
}


/*contact*/

.contact .contactImg{
	float: right;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	behavior: url(/css/PIE.htc);
}

.contact section.text{
	float: left;
}

.contact form .formulier{
	margin-top: 100px;
}

.checkboxBox{
	width: 315px;
	height: 33px;
	float: right;
}

.checkboxBox input[type=checkbox]{
	margin: auto 0;
	font-size: 16px;
	vertical-align: middle;
	padding: 0;
}

form label span{
	float: left;
}

/*catalogus*/
.catalogus section.catalogusSubs{
	width: 414px;
	float: left;
	color: #0666ae;
}

.catalogus section.catalogusSubs.marges{
	margin-left: 50px;
}

.catalogus section.catalogusSubs ul{
	padding: 0;
}

.catalogus section.catalogusSubs ul li{
	width: 200px;
	height: 43px;
	list-style: none;
	display: block;
	float: left;
	background-color: #eaedf7;
	text-align: center;
	margin-top: 10px;
	padding: 8px 0;
	border: 1px solid #0666ae;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:inset -3px -3px 9px 0px #888; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow:inset -3px -3px 9px 0px #888; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	behavior: url(/css/PIE.htc);
}

.catalogus section.catalogusSubs ul li.click:hover{
	color: #eb212e!important;
}

.catalogusSubs ul li.click:hover{
	-webkit-box-shadow:inset 3px 3px 9px 0px #888; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow:inset 3px 3px 9px 0px #888; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}

.catalogus section.catalogusSubs ul li.marges{
	margin-left: 10px;
}

.catalogus section.catalogusSubs ul li .cataImg{
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 10px;
	border: 2px solid #eb212e;
}

.catalogus section.catalogusSubs ul li .cataText{
	width: 140px;
	height: 44px;
	float: left;
	padding: 6px 0;
	overflow: hidden;
}

.catalogusSubs ul li p,
.catalogusSubs ul li h4{
	margin: 0;
	font-size: 10px;
	line-height: 15px;
}

.catalogusSubs ul li a{
	color: #0666ae;
	text-decoration: none;
}

.catalogus .cataBanner{
	width: 100%;
	height: 100px;
	position: relative;
	top: 30px;
	color: #0666ae;
	background-color: #e3e6e8;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	behavior: url(/css/PIE.htc);

}

.catalogus .cataBanner .text{
	font-size: 24px;
	position: absolute;
	top: 15px;
	left: 100px;
}

.catalogus .cataBanner img.catalogusImg{
	position: absolute;
	top: -30px;
	right: -400px;
}

.click:hover img.catalogusImg{
	position: absolute;
	top: -30px;
	right: -400px;
}

.catalogus .cataBanner a{
	color: #0666ae;
	font-weight: 900;
	text-decoration: none;
}

/*aside submenu*/

.submenu{
	width: 273px;
	min-height: 336px;
	background-color: #0666ae;
	float: right;
	overflow: hidden;
	font-size: 14px;
	text-transform: capitalize;
	padding: 20px 15px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

.submenu a{
	color: #FFF;
	display: block;
	text-decoration: none;
}

.submenu a.active,
.submenu a:hover{
	color: #aacbe3;
}

.submenu h3{
	color: #FFF;
	margin: 0 0 30px 0;
}

/*brands*/

ul.brands{
	padding: 0;
	width: 626px;
	margin-right: 30px;
	float: left;
}

ul.brands li{
	list-style: none;
	width: 130px;
	height: 130px;
	float: left;
	padding: 2px 0;
	margin: 0 0 20px 20px;
	border: 2px solid #aacbe3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 5px 0px #ccc; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	box-shadow: 1px 1px 5px 0px #ccc; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
	behavior: url(/css/PIE.htc);
}

ul.brands li.marges{
	margin: 0 0 20px 0;
}

.brandImg{
	background: no-repeat center center #FFF;
	width: 125px;
	height: 125px;
	margin: auto;
}

/*footer */

#footer{
	color: #000000;
	font-size: 11px;
	margin: 60px 0;
	line-height: 30px;
}

#footer #adres{
	float: left;
}

#footer #rechts{
	float: right;
}

#footer span{
	margin: 0 10px;
}

/*click*/

.click{
	cursor: pointer;
}

.click:hover a{
	color: #eb212e!important;
}

html.lt-ie8 .pagination{
	position:relative;
	top:7px;
}

/* Form inloggen */


#formLogin{
	color: #fff;
	width: 273px;
	min-height: 336px;
	background-color: #0666ae;
	float: right;
	overflow: hidden;
	font-size: 14px;
	padding: 20px 15px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}

#formLogin form{
	width: 100%;
}

#formLogin a{
	color: #FFF;
	text-decoration: underline;
}

#formLogin a.button{
	text-decoration: none;
}

#formLogin h3{
	color: #FFF;
	margin: 0 0 30px 0;
}

#formLogin label{
	color: #fff;
}

#formLogin input[type="text"], #formLogin input[type="password"]{
	width: 150px;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
