
html {
	padding:0;
	margin:0;
	overflow-y: scroll;
}

body {
	font: 14px/24px 'Times New Roman', 'Times', serif;
	color:#000;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	background-color: #FFF;
	overflow-x: hidden;
}

* {
	margin:0;
	padding:0;
}

:focus { 
	outline: 0px;
}

a:link,a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:none;
}

img {
	border:0 none;
}

div {
	position:relative;
}

hr {
	height: 1px;
	margin: 0 8px;
	background-color: #dfdfdf;
	border: 0 none;
}

#wrapper {
	position:relative;
	z-index: 103;
	margin: 0 auto;
	width: 837px;
}

#content {
	
}

/* ALGEMEEN */
#overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:301;
	cursor:wait;
	display:none;
}
.hand {
	cursor: pointer;}
.clear, .vullen {
	clear:both;
}
.preload {
	display:none;
}section.contact h1 {
	text-align:center;
	margin-bottom: 28px;
}

section.contact article {
	float: left;
	padding: 0 8px;
	width: 33.33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}section h1 {
	/*font: 700 24px/24px 'Quicksand', sans-serif;*/
	font: 700 18px/24px 'Quicksand', sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 48px;
}

section article.foto {
	height: 148px;
	text-align: center;
	margin-top: 8px;
}

section article.foto img {
	max-height: 100%;
}

section article.tekst, section article.links {
	text-align: center;
}

section article.tekst h3, section article.links h3 {
	font: 12px/24px  'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

section article.tekst a, section article.links a {
	text-decoration: underline;
}

section.head h1 {
	margin-bottom: 28px;
}

section.head {
	margin-bottom: 48px;
}

section.head p {
	padding: 0 21%;
    text-align: center;
    width: 58%;
}/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 4, 2014 */



@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/quicksand-bold-webfont.eot');
    src: url('/fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/quicksand-bold-webfont.woff') format('woff'),
         url('/fonts/quicksand-bold-webfont.ttf') format('truetype'),
         url('/fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/quicksand-light-webfont.eot');
    src: url('/fonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/quicksand-light-webfont.woff') format('woff'),
         url('/fonts/quicksand-light-webfont.ttf') format('truetype'),
         url('/fonts/quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'Quicksand';
    src: url('/fonts/quicksand-regular-webfont.eot');
    src: url('/fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/quicksand-regular-webfont.woff') format('woff'),
         url('/fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('/fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: 400;
    font-style: normal;

}#footer {
	border-top: 1px solid #dfdfdf;
	margin: 48px 8px;
	padding-top: 96px;
	padding-bottom: 96px;
	font: 8px/24px 'Quicksand', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
}

#footer a {
	color: #999999;
	text-decoration: underline;
}#header {
	font: 14px/14px 'Quicksand', sans-serif;
	margin-bottom: 48px;
	position: relative;
}

#header h1 {
	padding: 100px 0;
	text-align: center;
	font: 36px/36px 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#header nav {
	background-color: #FFFFFF;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
    display: block;
    font-weight: 700;
    margin: 0 8px;
    padding: 28px 0;
    width: 821px;
    z-index: 103;
}

#header nav div.bg {
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50%;
	right: -50%;
	z-index: -1;
}

#header nav div.pages {
	float: right;
	padding: 0 8px;
}

#header nav div.pages a {
	border: 0 none !important;
	padding: 0 8px !important;
	font-weight: 400;
	font-size: 12px;
	line-height: 34px;
}

#header nav a {
    display: block;
    float: left;
    font-weight: 700;
    padding: 10px 0;
    text-transform: uppercase;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	color: #666666;
	transition: color 0.15s;
	-webkit-transition: color 0.15s;
}

#header nav a:hover {
	color: #000000;
}

#header nav a span { /*, #header nav:hover a.active span*/
	padding: 0 16px;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #FFF;
	margin-left: -1px;
}

#header nav a.active { /*, #header nav a:hover, #header nav:hover a.active:hover*/
	border: 1px solid #dfdfdf;
	color: #000000;
	/*
	border: 1px solid #57AD68;
	color: #57AD68;
	*/
	position: relative;
	z-index: 10;
}

#header nav a:first-child span { /*, #header nav:hover a:first-child span*/
	border-left: 1px solid #FFF;
}

#header nav a.active span { /*, #header nav a:hover span, #header nav:hover a.active:hover span*/
	border: 0 none;
}

/*
#header nav:hover a.active {
	border-left: 0 none;
	border-right: 0 none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
*/

#header a.facebook {
	text-transform: uppercase;
	position: absolute;
	top: -1px;
	right: 8px;
	border: 1px solid #dfdfdf;
	padding: 10px 12px;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}

#header a.facebook:hover {
	color: #145B9B;
}

#header img.arrow {
	bottom: -8px;
    left: 50%;
    margin-left: -14px;
    position: absolute;
}section.affiche {
	display: table;
	background-color: #d9d9d9;
	text-align: center;
	margin: 0 8px 48px 8px;
	font: 48px/56px 'Quicksand', sans-serif;
	color: #FFF;
	font-weight: 700;
	padding: 0 40px;
	height: 462px;
	width: 741px;
}

section.affiche p {
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
	position: relative;
}

section.affiche img {
	left: 8px;
    position: absolute;
    z-index: 1;
}

section.affiche p strong,
section.affiche p b {
	display: block;
    font-size: 24px;
    line-height: 48px;
}

section.nieuws {
	position: relative;
	margin: 0 0 48px 0;
	padding-top: 48px;
}

section.nieuws h2 {
	font: 18px/18px 'Quicksand', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 8px 28px 8px;
}

section.nieuws article {
	width: 50%;
	padding: 0 8px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	margin-bottom: 28px;
}

section.nieuws article h3 {
	font: 14px/24px 'Quicksand', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

section.nieuws article h4 {
	color: #999999;
	font: 400 12px/22px 'Quicksand',sans-serif;
}

section.nieuws article p {
	
}

section.nieuws article p a {
	text-decoration: underline;
}

section.nieuws a.meer {
	font: 12px/24px 'Quicksand', sans-serif;
	text-transform: uppercase;
}

section.nieuws a.archief {
	background-image: url("/img/more.gif");
    background-position: right 5px;
    background-repeat: no-repeat;
    display: block;
    font: 10px/13px 'Quicksand',sans-serif;
    margin: 28px auto;
    padding-right: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 77px;
}section.partner {
	margin-bottom: 48px;
}

section.partner article {
	float:left;
	width: 33.33%;
}article.persitem {
	width: 50%;
	float:left;
	padding: 0 8px;
	margin-bottom: 48px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article.persitem table td {
	vertical-align: top;
}

article.persitem td.thumb {
    float: left;
    margin-right: 16px;
    margin-top: 4px;
    height: 100%;
	background-color: #CCC;
}

article.persitem td.thumb img {
	max-height: 124px;
	opacity: 0.9;
	float: left;
}

article.persitem td.tekst {
	padding-right: 15px;
}

article.persitem h3 {
	font: 700 14px/18px 'Quicksand', sans-serif;
	text-transform: uppercase;
}

article.persitem p {
	line-height: 22px;
	margin-top: 2px;
}

article.persitem p a {
	text-decoration: underline;
}section.project {
	margin-bottom: 48px;
}

section.project h1 {
	margin: 0 8px 16px 8px;
	padding: 0 16px;
	text-align: left;
}

section.project h1 span {
	font: 14px/24px  'Quicksand', sans-serif;
	font-weight: 400;
}

section.project article {
	width: 33.33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
	min-height: 10px;
	padding: 0 8px;
}

section.project article.details div.content {
	border: 1px solid #DFDFDF;
    color: #888888;
    font: 400 12px/24px 'Quicksand',sans-serif;
    padding: 12px 16px;
}

section.project article.details div.content strong {
	font-weight: 700;
	color: #000000;
}

section.project article.details div.content a {
	color: #888888;
	border-bottom: 1px solid #DFDFDF;
}

section.project article.details div.content a:hover {
	/*color: #555555;*/
}

section.project div.tekst {
	float: left;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 12px;
	width: 66.66%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.project div.tekst article {
	width: auto;
	padding: 0;
}

section.project div.tekst article a {
	text-decoration: underline;
}

section.project div.tekst a.readmore-js-toggle {
	background-image: url("/img/more.gif");
    background-position: right 5px;
    background-repeat: no-repeat;
    display: inline;
    font: 400 10px/24px 'Quicksand',sans-serif;
    padding-right: 10px;
    text-transform: uppercase;
}

section.project div.tekst a.readmore-js-toggle.close {
	background-image: url("/img/less.gif");
	background-position: right 4px;
}

section.project-gallery {
	
}

section.project-gallery article {
	left: 0;
	transition: left 0.25s;
	-webkit-transition: left 0.25s;
	position:relative;
}

section.project-gallery article:after {
	content: "";
	display: table;
	clear: both;
}

section.project-gallery article.open.right {
	left: -270px;
}

section.project-gallery article.open.left {
	left: 270px;
}

section.project-gallery div.foto {
	float: left;
	padding: 8px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

section.project-gallery div.foto.portrait {
	width: 50%;
}

section.project-gallery div.foto img {
	position: relative;
	display: block;
	max-width: 100%;
}

section.project-gallery div.foto div.onderschrift {
	height: 270px;
    padding-left: 28px;
    position: absolute;
    right: -262px;
    top: 8px;
    width: 232px;
	color: #57AD68;
}

section.project-gallery div.foto.left div.onderschrift {
	padding-left: 0;
	padding-right: 28px;
	left: -262px;
	right: auto;
	width: 232px;
}

section.project-gallery div.foto.info {
	cursor: pointer;
}

section.project-gallery div.foto div.onderschrift a.toggle {
	background-image: url("/img/arrow-right-green.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #CECECE;
    display: block;
    font: 700 12px/24px 'Quicksand',sans-serif;
    height: 24px;
    left: 4px;
    padding-left: 20px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
	text-indent: -10300px;
	color: #57AD68;
}

section.project-gallery article.open.right div.foto.right div.onderschrift a.toggle {
	background-image: url("/img/arrow-left-green.png");
}

section.project-gallery article.open div.foto:hover div.onderschrift a.toggle {
	text-indent: -10300px;
}

section.project-gallery div.foto.left div.onderschrift a.toggle {
	background-image: url("/img/arrow-left.png");
	background-position: right center;
	padding-left: 0;
	padding-right: 20px;
	left: auto;
	right: 4px;
}

section.project-gallery article.open.left div.foto.left div.onderschrift a.toggle {
	background-image: url("/img/arrow-right.png");
}

section.project-gallery div.foto div.onderschrift h3 {
	font: 700 12px/12px 'Quicksand',sans-serif;
	margin-bottom: 4px;
	position: relative;
	text-transform: uppercase;
	top: -2px;
}

section.project-gallery div.foto div.onderschrift h3, section.project-gallery div.foto div.onderschrift p {
	transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

section.project-gallery article.open.left div.foto.left div.onderschrift h3, 
section.project-gallery article.open.left div.foto.left div.onderschrift p,
section.project-gallery article.open.right div.foto.right div.onderschrift h3, 
section.project-gallery article.open.right div.foto.right div.onderschrift p {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

section.project-gallery div.foto:hover div.onderschrift a.toggle {
	text-indent: 0;
}section.projecten {
	margin-bottom: 28px;
}

section.projecten-lijst article {
	width: 33.33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 48px;
	float: left;
}

section.projecten-lijst article img {
	display: block;
    margin-bottom: 12px;
    max-width: 100%;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	transition: opacity 0.15s;
	-webkit-transition: opacity 0.15s;
}

section.projecten-lijst article:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter:alpha(opacity=100);
}

section.projecten-lijst article h2 {
	font: 14px/18px 'Quicksand', sans-serif;
	font-weight: 700;
	padding-left: 16px;
	text-transform: uppercase;
}

section.projecten-lijst article h3 {
	font: 14px/18px 'Quicksand', sans-serif;
	font-weight: 400;
	padding-left: 16px;
	text-transform: uppercase;
}

.head.projecten a {
    text-decoration: underline;
}