/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #BDBE00; color:#fff; text-shadow: none; }
::selection { background:#BDBE00; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: RAADHUIS voor creatieve communicatie
 */
 

/* overall site */
a:link,
a:visited,
a:active{
	color: #646500;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
}
h1{
	color: #989900;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 15px 0;
}
h2{
	color: #989900;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0 0 5px 0;
}
h3{
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
h4{
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
p{
	color: #4b4b4b;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0 0 15px 0;
}

/* classes */
.container{
	width: 940px;
	margin: 0 auto;
}
.divider{
	margin: 0 10px;
	color: #989900;
}
.leesmeer{
	float: right;
	font-size: 0.9em;
}

/* lay-out */
body{
	background: #f5f5f5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
height: 100vh;
}
header{
	top: 0;
    height: 190px;
    left: 0;
    position: relative;
    width: 100%;
	background: #FFF;
}
#logo{
	position: absolute; 
	display: block;
	background: url(../img/geotechinvest.png);
	height: 120px;
	width: 375px;
	top: 40px;
}
#headerfoto{
	display: block;
	width: 700px;
	height: 100px;
	background: url(../img/header_back.jpg);
	float: right;
	margin: 30px 0;
}
footer{
	position: relative;
	width: 100%;
	height: 30px;
	background: #f5f5f5;
	border-top: 1px solid #989900;
	font-size: 11px;
	padding: 10px 0;
	color: #4b4b4b;
}
#footerlinks{
	float: left;
}
#footerrechts{
	text-align: right;
	float: right;
}
footer a:link, 
footer a:visited, 
footer a:active{
	text-decoration: none;
	color: #4b4b4b;
}
#linkedin{
	display: inline-block;
	height: 14px;
	width: 50px;
	background: url(../img/linkedin.png) bottom no-repeat;
	margin: 0 0 -3px 3px;
}

/* navigatie */
header nav{
	width: 100%;
	height: 28px;
	border-top: 1px solid #989900;
	border-bottom: 1px solid #989900;
	background: #f5f5f5;
	font-size: 0.9em;
}
header nav ul{
	padding: 7px 0;
	margin: 0 0 0 240px
}
header nav ul li{
	padding: 0 20px 0 18px;
	height: 15px;
	float: left;
	background: url(../img/blaadje.png) no-repeat;
	
}
header nav ul li:hover{
	background-position: 0 -16px;
}
header nav ul li a:active, 
header nav ul li a:hover, 
header nav ul li a:link, 
header nav ul li a:visited{
	color: #646464;
	text-decoration: none;
}

/* midden */
#main{
	display:block;
	background: white;
	padding-bottom: 80px;
	height: 100vh;
}
#left{
	width: 220px;
	float: left;
	margin: 50px 0 0 0;
}
#right{
	width: 220px;
	float: left;
	margin: 50px 0 0 0;
}
#middle{
	width: 460px;
	float: left;
	margin: 30px 20px 0 20px;
display: block;
}
#breadcrumbs{
	color: #969696;
	font-size: 10px;
	margin-bottom: 30px;
}
.box{
	width: 190px;
	padding: 15px;
	margin: 0 0 20px 0;
	font-size: 1em;
}
.widthbox{
	width: 430px;
	padding: 15px;
	margin: 0 0 20px 0;
	font-size: 1em;
}
.lichtgrijs{
	background: url(../img/box-color-dddddd.gif) #dddddd repeat-x;
	color: #4b4b4b;
}
.lichtgrijs h3{
	color: #989900;
}
.lichtgrijs h4{
	color: #4b4b4b;
	font-style: italic;
}
.lichtgrijs p{
	line-height: 1.5em;
}
.wit{
	background: url(../img/box-color-f0f0f0.gif) #f0f0f0 repeat-x;
}
.wit h3{
	color: #989900;
}
.groen{
	background: url(../img/box-color-989900.gif) #989900 repeat-x;
}
.groen h3{
	color: #4b4b4b;
}
.groen p{
	color: white;
	line-height: 1.5em;
}
.groen a:link,
.groen a:visited,
.groen a:active{
	color: white;
}
.donkergrijs{
	background: url(../img/box-color-969696.gif) #969696 repeat-x;
	color: white;
}
.donkergrijs h3{
	color: #4b4b4b;
}
.donkergrijs p{
	color: white;
	line-height: 1.5em;
}
.donkergrijs a:link,
.donkergrijs a:visited,
.donkergrijs a:active{
	color: white;
}
.donkergrijs hr{
	border-top: 1px solid #bdbf00;
}
.donkergrijs img{
	border: 1px solid white;
	float: left;
	margin: 0 8px 8px 0;
}
.donkerdergrijs{
	background: url(../img/box-color-4b4b4b.gif) #4b4b4b repeat-x;
}
.donkerdergrijs{
	color: #bdbe00;
}
.donkerdergrijs p{
	color: white;
	line-height: 1.5em;
}
.donkerdergrijs a:link,
.donkerdergrijs a:visited,
.donkerdergrijs a:active{
	color: white;
	font-weight: normal;
	text-decoration: none;
	font-size: 0.9em;
}
.donkerdergrijs nav ul{
	padding: 5px 0;
}
.donkerdergrijs nav ul li{
	padding: 0 0 0 18px;
	height: 15px;
	background: url(../img/blaadje-2.png) no-repeat left 2px;
	margin-bottom: 10px;
}
.donkerdergrijs nav ul li:hover{
	background-position: 0 -14px;
}
.border{
	border: 1px solid #ebebeb;
	width: 458px;
	padding: 15px 0px;
}
.border img{
	margin: 0 5px 0 5px;
}
.prev{
	display: inline-block;
	height: 90px;
	width: 12px;
	background: url(../img/prev.gif);
	margin: 0 0 0 7px;
}
.next{
	display: inline-block;
	height: 90px;
	width: 12px;
	background: url(../img/next.gif)
}


.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; 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: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .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; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

