/* Globals */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  padding: 0; }
body {
  color: #232323;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: subpixel-antialiased;
  background: url("../images/achtergrond.jpg");
  background-color:#eee;
  background-attachment:fixed; }
body.home-page #site-header {
  min-height: 140px;
  background: #1f497d;
}
a {
  text-decoration: none;
  color: #2DA0BA; }

a:hover {
  text-decoration: underline; }
p, #content li {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.7;
 }
 i, em {
	 font-style:italic;
 }
h1 {
	font-family: 'Raleway', sans-serif;
    font-size: 140%;
    margin-top: 20px;
	margin-bottom:20px;
    font-weight: 900;
    color: #1f497d;
 }
h2 {
    margin-bottom: .5em;
    font-size: 120%;
    font-weight: 700;
    color: #35AE2E; }  
input, textarea {
	border:solid 1px #999;
}
strong {
  font-weight: 700; }
.container {
  margin: -1px auto 0;
  max-width: 100%;
  padding: 0 5%; }
nav {
	width:100%;
	position:relative;
	top:0px;
	background-color:#333;
	z-index:9000;
}
#logo { 
	position: relative;
  width: 100%;
  height: 180px;
  color: #888;
  padding: 20px 0 0 0;
}
#logo #logo_text { 
  width: 360px;
  height:109px;
  background: transparent url(../images/logo_klein.png);
  background-repeat:no-repeat;
  background-position: 10px 10px;
  left: 0;
  float:left;
}
#logo #logo_text a {
	display:block;
	width:350px;
	height:28px;
	color:#fff;
	padding-left:10px;
	padding-top:60px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#logo #logo_text a:hover {
	text-decoration:none;
}
#logo #rechtsboven {
	display:block;
	width:145px;
	height:60px;
	float:right;
	color:#CCC;
}
#logo #rechtsboven p {
  padding: 6px;
  font-size: 0.8em;
  line-height: 1.1em;	
}
#logo #rechtsboven a {
	color:#CCC;
}
#logo #zoekvakboven {
	position: relative;
	display:block;
	width:170px;
	height:50px;
	float:left;
	left: 10px;
	color:#CCC;
}
#logo #zoekvakboven p {
  padding: 6px;
  line-height: 1.5em;	
}
#logo #zoekvakboven a {
	color:#CCC;
}
#logo #portfolio {
	display: none;
	width: 256px;
	height: 135px;
	margin-left:auto;
	margin-right:auto;
	top: 0px;
	padding-top:30px;
	font-size:19px;
	color: #35AE2E;
}
.formulieraccount {
	max-width: 440px;
}
.formlabel {
	position: relative;
	width: 130px;
	float: left;
	text-align: left;
	clear: both;
}
.formveld {
	position: relative;
	width: 275px;
	float: right;
}
.klein {
	font-size:11px;
}
.producttegel {
	display:inline-block;
	padding:5px;
	margin:5px;
	border:outset #999 3px;
}
.fotosproduct {
	position:relative;
	float:right;
	width:245px;
	margin:0px;
	padding:0px;
}
.rechterkolom {
	background-color: #1f497d;
	padding: 20px;
	color: #fff;
	display: none;
}
.rechterkolom h3 {
	color: #35AE2E;
}
.besteltabel {
	font-size: 12px;
}
.extrabestel2 {
	display: none;
}
img {
	max-width: 100%;
}
#content {
  clear:both;
  margin: 0 auto;
  position:relative;
  top:0px;
  min-height:400px;
  overflow: hidden;
  background-color:#FFF;
  padding:1em;
  z-index:0;
}
  #content ul, #content ol {
    margin: 1em;}
  #content ul {
    list-style-type: circle; }
.block {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px dashed #bbb;
 }
  .block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.article-wrap {
  padding: 0;
  overflow: hidden; }
#site-footer {
  overflow: hidden;
  clear: both;
  padding:  0;
  width: 100%;
  background-color:#1f497d;
	border-top: 5px solid #35AE2E;
  color:#fff;
  }
  #site-footer .container {
    margin-top: 0;
	text-align:center; }
#site-footer .container a {
	color: #fff;}
.clear {
  clear: both; }
.bronoverzicht {
	font-size:10px;
}
.advies {
	text-decoration:line-through;
	font-size:12px;
}
.categorieblok {
	display:inline-block;
	margin:15px;
	float:left;
	width:200px;
	height:250px;
	text-align:center;
	overflow:hidden;
}
a.shopbutton {
	display: block;
	position: relative;
	left: 46px;
	width: 100px;
	height: 29px;
	background-color: #35ae2e;
	color: #fff;
	border-style: outset;
	border-radius: 5px;
	text-align: center;
	padding-top: 4px;
}
.shopbuttonklein {
	display: block;
	position: relative;
	width: 100px;
	height: 29px;
	background-color: #35ae2e;
	color: #fff;
	border-style: outset;
	border-radius: 5px;
	text-align: center;
	padding-top: 3px;
}
a.shopbutton:hover, .shopbuttonklein:hover {
	text-decoration: none;
	border-style: inset;
	padding-top: 2px;
}


@media all and (min-width: 800px) {
  body {
    font-size: 100%; }	
#content {
  padding:3em;
}	  
  #content article:first-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%; }
    #content article:first-child .block {
      padding-right: 6%; }
  #content article:nth-child(2) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    margin-right: 0; }
    #content article:nth-child(2) .block {
      padding-left: 5%; }
  #content p {
    font-size: 1em; }
  #content article {
    width: 50%;
    float: left;
    overflow: hidden; }
  #content li {
    font-size: 1em; }
  #logo #zoekvakboven {
	float:right;
	left: 0px;
	right: 0px;
}
#logo #logo_text { 
  width: 500px;
  height:109px;
  background: transparent url(../images/logo.png);
  background-repeat:no-repeat;
  background-position: 30px 30px;
}
#logo #logo_text a {
	width:460px;
	height:28px;
	font-size:14px;
	padding-left:40px;
	padding-top:100px;

}
.rechterkolom {
	display: block;
}
.formlabel {
	width: 130px;
	float: left;
	text-align: right;
	clear: both;
}
.besteltabel {
	font-size: 14px;
}
.extrabestel2 {
	display: inline;
}
#logo #zoekvakboven {
	width:200px;
	left: 30px;
}
#logo #rechtsboven {
	width:200px;
}
#logo #rechtsboven p {
  padding: 6px;
  font-size: 1em;
  line-height: 1.5em;	
}
	
}
@media all and (min-width: 1045px) {
#logo #portfolio {
	display: block;
}
}