/* Copyright FUZE Framework - Ebbers Media BV | Fuze - CSS */
/* --------------------------------------------------------------    File: reset.css--------------------------------------------------------------*/ html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* { box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing: border-box;}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section, main {
    display:block;
}

button { -webkit-appearance:none;}

/* Line-height should always be unitless! */
body {
  line-height: 130%; /*1.5*/
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
input, button,select { border:none;border-radius:0px;}
textarea { resize:vertical;}
/* DELETE Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
img { display:block;}
/* Remember to define your own focus styles! */
:focus { outline: 0; }

@media handheld, screen and (max-width: 768px) {
	input[type=text],
	input[type=tel],
	input[type=number],
	input[type=password],
	input[type=email],
	textarea { font-size:16px !important;}
}/* --------------------------------------------------------------    File: jquery-fancybox-min.css--------------------------------------------------------------*/ @charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}/* --------------------------------------------------------------    File: fuze-style.css--------------------------------------------------------------*/ /* Send to friend popup */
body.fuze-ajax-render_form{background:#fff;}

/* Loading */
#wpdc-loading { position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 9999;display: none;}
	#wpdc-loading div {position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url(_core/css/images/loading.png);}

/* Error handling */
.footer_errors{background: transparent!important;}
.error_message{border:1px solid #e9bdbd;background: #fcd9d9;color: #ff0000;text-align:center;padding:5px 20px;}
.error_message p{margin-bottom:0px;}
.success_message{border:1px solid #c4e9bd;background: #dffcd9;color: #429b57;text-align:center;padding:5px 20px;}

/* Fuze Debug screen */
#fuze-debug{text-align:left;padding:20px;background:#333;}
#fuze-debug,
	#fuze-debug h1,
	#fuze-debug h2,
	#fuze-debug h3,
	#fuze-debug h4,
	#fuze-debug h5,
	#fuze-debug h6,
	#fuze-debug p{font-family:Arial;}

	#fuze-debug h3, 
		#fuze-debug-page h3{padding:10px;display:block;color:#fff;background:#b90000;margin-bottom:10px;}
	
	#fuze-debug-page{background:#fff;margin-right:340px;height:100%;padding:10px;height:400px;overflow-y:scroll;}
		#fuze-debug-page h3{background:#b1b1b1;}
		#fuze-debug-page-details > div.fl{margin-right:10px;padding:10px;border:1px solid #000;}
			#fuze-debug-page-details th{font-size:16px;margin-bottom:10px;display:block;}

	#fuze-errors{color:#000;width:300px;padding:10px;background:#fff;height:400px;overflow-y:scroll;}
		#fuze-errors li{padding:5px 0;border-bottom:1px solid #ddd;}
		#fuze-errors li.priority-high{background: #ffeded;color: #ff0000;border-color:#e9bdbd;}
	#fuze-errors-label{background:#fff url(_core/css/images/fuze-errors-label.png) no-repeat 10px 8px;border:1px solid #e9bdbd;border-top:0; color:#000;display:block;padding:5px 10px 5px 35px;}

/* Overlay */
._overlay{ background: #000; position:fixed;height:100%;width: 100%; cursor:pointer;z-index:990;}

/* Google maps fix */
.googlemap_wrapper img{ background-color: transparent !important;}/* --------------------------------------------------------------    File: style.css--------------------------------------------------------------*/ /* Html en Body
----------------------------------------------------------*/
html {
}

body {
	font-family: "Montserrat", Arial, Helvetica, Sans-serif;
	min-height: 100%;
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	color: #006462;
}

* {
	font-variant-ligatures: none;
}

.colfull {
	width: 1470px;
	position: relative;
	padding: 0 50px;
	max-width: 100%;
}

.colfull.wide {
	padding: 0 10px;
}

.auto {
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clr {
	clear: both;
}

.table {
	display: table;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}

#container {
	overflow: hidden;
}

#wrapper {
	position: relative;
	transition: left 0.1s ease-in;
	left: 0px;
	width: 100%;
}

#header img {
	width: 100%;
	height: auto;
	max-height: 70vh;
	object-fit: cover;
}

img {
	max-width: 100%;
	height: auto;
}

.half {
	width: 50%;
}

.third {
	width: 33.33%;
}

.quarter {
	width: 25%;
}
.pdfbutton {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

::selection,
.button.alt::selection {
	color: #fff;
	background-color: #eccf55;
	background-color: rgba(236, 207, 85, 0.99);
}

#introduction *::selection,
.button::selection,
.subsidie::selection {
	background-color: #006462;
	background-color: rgba(0, 100, 98, 0.99);
}

.hidden {
	display: none;
}

/* Tekst standaarden
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.2em;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* Formulieren
----------------------------------------------------------*/
input[type="text"],
input[type="email"],
textarea,
select {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 15px 20px;
	border: 0;
	font-family: "Montserrat", Arial, Helvetica, Sans-serif;
	font-weight: 400;
	color: #333;
	border-radius: 0;
	border-bottom: 3px solid #fff;
	-webkit-transition: 0.2s all ease;
	-moz-transition: 0.2s all ease;
	-o-transition: 0.2s all ease;
	transition: 0.2s all ease;
	-webkit-transition: -webkit-box-shadow 0s;
	transition: -webkit-box-shadow 0s;
}

input[type="text"]:-webkit-autofill,
input[type="email"]:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #fff !important;
	-webkit-box-shadow: 0 0 0 30px #fff inset;
	-webkit-text-fill-color: #333 !important;
}

input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none !important;
	appearance: none !important;
}

input.error,
textarea.error,
select.error {
	border-bottom: 3px solid #ff6e6e;
}

input.error + span.fuze-form-error,
textarea.error + span.fuze-form-error,
select.error + span.fuze-form-error {
	font-weight: normal;
	color: #ff6e6e;
}

form .updated,
form .settings-error {
	display: block;
	text-align: center;
	background-color: #a3f7a3;
	padding: 10px 0;
	margin-bottom: 12px;
	color: green;
}

form .updated p,
form .settings-error p {
	margin-bottom: 0 !important;
}

form .settings-error a {
	color: green;
}

form .settings-error.error {
	background-color: #f7a3a3;
	color: red;
}

form .settings-error.error a {
	color: red !important;
}

form .noscript-warning {
	color: red;
	font-style: italic;
	margin-top: 10px;
}

.button {
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #006462;
	text-decoration: none !important;
	padding: 12.5px 20px;
	background-color: #eccf55;
	border: 0 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
	background-color: #debe37;
}

.button.alt {
	background-color: #006462;
	color: white;
}

.button.alt:hover {
	background-color: #1d8886;
}

#contactform {
	text-align: left;
}

.form-field {
	margin-top: 10px;
}

.form-field:first-child {
	margin-top: 0;
}

#contactform .button {
	margin-top: 10px;
}

#contactform br,
#questions > br {
	display: none;
}

#questions label {
	display: block;
	margin-bottom: 1em;
}

#contactform.subsidie,
#no-answer {
	margin-top: 50px;
}

.settings-error.hidden {
	display: none;
}

#mailchimp .updated,
#mailchimp .settings-error {
	max-width: 350px;
}

#mailchimp .fuze-form-error {
	display: block;
	max-width: 350px;
}

#mailchimp .input {
	background-color: #197371;
	border-color: #197371;
	max-width: 350px;
	color: #fff;
}

#mailchimp .input:-webkit-autofill {
	background-color: #197371 !important;
	-webkit-box-shadow: 0 0 0 30px #197371 inset;
	-webkit-text-fill-color: #fff !important;
}

#mailchimp .input.error {
	border-bottom-color: #ff6e6e;
}

#mailchimp .form-field,
#mailchimp .button {
	margin-top: 18px;
}

#mailchimp .button {
	padding: 17.5px 45px;
}

#mailchimp .input::-webkit-input-placeholder {
	color: #fff !important;
}

#mailchimp .input:-moz-placeholder {
	color: #fff !important;
	opacity: 1 !important;
}

#mailchimp .input::-moz-placeholder {
	color: #fff !important;
	opacity: 1 !important;
}

#mailchimp .input:-ms-input-placeholder {
	color: #fff !important;
}

#mailchimp .input::-ms-input-placeholder {
	color: #fff !important;
}

#fuze_pagination-buttons {
	text-align: center;
	margin-top: 50px;
}

#fuze_pagination-buttons a,
#fuze_pagination-buttons div {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	cursor: pointer;
}

#fuze_pagination-buttons a i,
#fuze_pagination-buttons div i {
	font-style: normal;
}

#fuze_pagination-buttons a:hover,
#fuze_pagination-buttons div:hover {
	color: #eccf55;
}

/* Header
----------------------------------------------------------*/
#top-wrap {
	padding: 30px;
	position: relative;
}

header {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	transition: none;
}

#logo img {
	transition: all 0.1s ease;
}

#header-wrap.no-header {
	background-color: #006462;
	padding: 60px 0 45px;
}

#header-wrap.no-header header {
	position: static;
	top: auto;
}

#introduction-wrap {
	background-color: #f4f4f4;
	padding-bottom: 70px;
}

#header-wrap.no-header + #introduction-wrap {
	padding-top: 80px;
}

#header-wrap.sticky header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #006462;
	z-index: 101;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

#header-wrap.sticky #topnav {
	padding: 3.5px 0;
}

#header-wrap.sticky #logo img {
	width: 60px;
}

/* Dropdown menu met 3+ levels
----------------------------------------------------------*/
#topnav ul {
	list-style: none;
}

#topnav li {
	position: relative;
}

#topnav > ul > li {
	display: inline-block;
}

#topnav li > a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 12.5px 20px;
	text-shadow: 0 1px 2px #000;
	letter-spacing: 2px;
	-webkit-transition: background-color 0.2s ease, text-shadow 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, text-shadow 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, text-shadow 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, text-shadow 0.2s ease, color 0.2s ease;
}

#topnav ul ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #006462;
	min-width: 100%;
	opacity: 0;
	padding: 18px 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
	-moz-transition: opacity 0.2s ease, visibility 0.2s ease;
	-o-transition: opacity 0.2s ease, visibility 0.2s ease;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

#topnav li:hover > ul {
	opacity: 1;
	visibility: visible;
}

#topnav li:hover > a {
	background-color: #006462;
	text-shadow: none;
}

#topnav li li > a {
	white-space: nowrap;
	font-size: 11px;
	color: rgba(255, 255, 255, 0.5);
	padding: 0 20px;
	text-shadow: none;
	line-height: 20px;
}

#topnav li li:hover > a {
	color: #fff;
}

#topnav li .button {
	text-shadow: none;
	margin-left: 10px;

	color: #006462;
}

#topnav li.search_item {
	position: relative;
}

#topnav li.search_item span.button {
	background: #006462;
	font-size: 16px;
	width: 55px;
	text-align: center;
	transition: all 0.1s ease;
	color: white;
}

#topnav li.search_item span.button .fa-times {
	display: none;
}

form.search_form {
	position: absolute;
	right: 50px;
	top: 72px;
	width: 500px;
	height: 0px;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.1s ease;
}

form.search_form.open {
	height: 55px;
	border: 1px solid #197371;
}

form.search_form input {
	float: left;
	width: calc(100% - 55px);
	line-height: 33px;
	padding: 10px 20px;
	/* border-right: 0px; */
}

form.search_form button {
	float: right;
	background: #eccf55;
	font-size: 16px;
	width: 55px;
	text-align: center;
	color: #fff;
	padding: 12.5px 20px;
	line-height: 30px;
	cursor: pointer;
}

#header-wrap.sticky header #topnav li.search_item span.button {
	background: #197371;
}

#topnav .current_page_item > a,
#topnav .current_page_ancestor > a,
#topnav .current_top_page_item > a {
	color: #eccf55;
}

#header-wrap.no-header #topnav li:hover > a,
#header-wrap.no-header #topnav ul ul,
#header-wrap.sticky #topnav li:hover > a,
#header-wrap.sticky #topnav ul ul {
	background-color: #1d8886;
}

#topnav li:hover > a.button,
#header-wrap.no-header #topnav li:hover > a.button,
#header-wrap.sticky #topnav li:hover > a.button {
	background-color: #debe37;
}

#header-wrap.no-header #topnav li > a,
#header-wrap.sticky #topnav li > a {
	text-shadow: none;
}

/* Responsive Menu
----------------------------------------------------------*/
#resMenu {
	display: none;
	display: block;
	position: fixed;
	top: 0;
	right: -325px;
	width: 325px;
	height: 100%;
	padding: 50px;
	z-index: 103;
	background-color: #fff;
	border-left: 3px solid #f4f4f4;
	overflow-y: scroll;
	transition: right 0.3s ease;
}

#wrapper.open #resMenu {
	right: 0;
}

#resMenu ul {
	list-style: none;
}

#resMenu ul ul {
	padding-left: 1em;
}

#resMenu a {
	color: #006462;
	text-decoration: none;
	transition: color 0.2s ease;
}

#resMenu a:hover,
#resMenu .current_page_item > a,
#resMenu .current_page_ancestor > a,
#resMenu .current_top_page_item > a {
	color: #eccf55;
}

#resNavCloser {
	font-size: 24px;
	cursor: pointer;
	margin-bottom: 1em;
	transition: color 0.2s ease;
}

#resNavCloser:hover {
	color: #eccf55;
}

#resNavOpener,
#searchNavOpener {
	display: none;
	float: right;
}

#resNavOpener i,
#searchNavOpener i {
	margin-left: 0.5em;
}

/* Footer
----------------------------------------------------------*/
footer {
	background-color: #006462;
	color: #fff;
	padding: 85px 0 75px;
}

footer h3 {
	margin-bottom: 45px;
}

#logo-text {
	margin-top: 70px;
}

footer .footercol,
#copy {
	margin-top: 35px;
}

.footer-logos {
	max-width: 320px;
	background: #fff;
}

.footer-logos,
#socials {
	margin-top: 20px;
}

footer .footercol {
	padding-right: 20px;
}

footer .footercol.contact img {
	margin-right: 20px;
	margin-bottom: 20px;
	aspect-ratio: 9 / 8;
	object-fit: cover;
}

footer ul {
	list-style: none;
}

footer li a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

footer li a:hover {
	color: #eccf55;
}

footer .footercol.contact li:first-child {
	margin-bottom: 10px;
}

#socials span {
	text-transform: uppercase;
	margin-right: 33px;
}

#socials ul {
	display: inline;
}

#socials li {
	display: inline-block;
	margin-left: 22px;
}

#socials li a {
	width: 55px;
	text-align: center;
	font-size: 16px;
}

#socials li a:hover {
	color: #fff;
}

footer #copy a {
	color: #fff;
}

footer #copy a:hover {
	text-decoration: none;
}

#recent-posts + footer {
	margin-top: 155px;
}

#top-wrap + footer {
	margin-top: 125px;
}

/* Content
----------------------------------------------------------*/
.page-loop p {
	margin-bottom: 1em;
	color: #006462;
}

.page-loop ul,
.page-loop ol {
	list-style-position: outside;
	margin-left: 16px;
	margin-bottom: 1em;
}

.page-loop em,
.page-loop i {
	font-style: italic;
}

.page-loop blockquote,
.page-loop q {
	padding-left: 30px;
	border-left: 3px solid #eccf55;
}

.page-loop a {
	color: #006462;
}

.page-loop a:hover {
	text-decoration: none;
}

.page-loop.lag td:first-child {
	padding-right: 50px;
	width: 172px;
}

.page-loop td[valign="top"] {
	vertical-align: top;
}

.page-loop .half.left {
	padding-right: 20px;
}

.page-loop .half.right {
	padding-left: 20px;
}

#introduction .page-loop blockquote,
#introduction .page-loop q {
	border-left-color: #006462;
}

#introduction {
	color: #fff;
	padding: 100px 125px;
	margin-top: -210px;
	background: url(images/blad-bg.png) no-repeat bottom left #eccf55;
	box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.08);
}

.home #introduction {
	margin-top: -310px;
}

#header-wrap.no-header + #introduction-wrap #introduction {
	margin-top: 0;
}

#introduction .title-wrap {
	margin-bottom: 50px;
	text-align: center;
}

#introduction h1 {
	margin-bottom: 10px;
	color: #006462;
}

#introduction .title-wrap span {
	color: #006462;
	font-weight: bold;
	text-transform: uppercase;
}

#introduction label {
	color: #006462;
}

#werkwijze {
	margin-top: 95px;
}

#werkwijze .quarter {
	padding: 0 40px;
}

#werkwijze .thumb {
	margin-bottom: 35px;
}

#werkwijze h5 {
	margin-bottom: 1.4em;
}

#werkwijze .button-wrap {
	text-align: center;
	margin-top: 110px;
}

#werkwijze .button-wrap .button:not(:last-child) {
	margin-right: 20px;
	margin-bottom: 20px;
}

#recent-posts {
	background-color: #006462;
	padding: 155px 0;
	color: #fff;
}

#recent-posts h2,
#projects h2 {
	padding: 0 40px 40px;
	text-align: center;
	font-size: 30px;
}

#recent-posts .half,
#projects .third,
.news-item.third {
	padding: 0 40px;
	margin-top: 40px;
}

#recent-posts .half a,
#projects .third a,
.news-item.third a {
	text-decoration: none;
	color: #fff;
}

#recent-posts .half a,
#recent-posts .half .content,
#recent-posts .half .thumb,
#recent-posts .half .page-loop,
#projects .third a,
#projects .third .content,
#projects .third .thumb,
#projects .third .page-loop,
.news-item.third a,
.news-item.third .content,
.news-item.third .thumb,
.news-item.third .page-loop {
	display: block;
}

#recent-posts .half .thumb img,
#projects .third .thumb img,
.news-item.third .thumb img {
	min-width: 100%;
}

#recent-posts .half .content,
#projects .third .content,
.news-item.third .content {
	background-color: #fff;
	color: #006462;
	padding: 45px;
}

#recent-posts .half h3,
#projects .third h3,
.news-item.third h3 {
	margin-bottom: 30px;
	line-height: 28px;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

#recent-posts .half a:hover h3,
#projects .third a:hover h3,
.news-item.third a:hover h3 {
	color: #eccf55;
}

#projects {
	padding: 155px 0;
}

#projects .colfull.wide {
	padding: 0 20px;
}

#projects .third {
	padding: 0 30px;
}

#projects .third a,
#projects .third .content {
	background-color: #f4f4f4;
	color: #006462;
}

#projects .third .subsidie,
.news-item .subsidie {
	display: block;
}

#projects .third .subsidie:hover,
.news-item .subsidie:hover {
	background-color: #eccf55;
}

.news-item.third,
#news-loop .none-found {
	padding: 0 32px;
	margin-top: 64px;
}

.news-item.third .content {
	background-color: #f4f4f4;
	padding: 35px;
}

#content {
	padding: 65px 0 95px;
}

#content.news {
	padding-top: 1px;
}

#content.news .colfull {
	padding: 0 18px;
}

#content .page-loop {
	line-height: 40px;
}

#content .page-loop p {
	margin-bottom: 30px;
}

#content .page-loop table tr td {
	padding-bottom: 45px;
}

#content.news .page-loop {
	line-height: 30px;
}

#content.news .page-loop p {
	margin-bottom: 1em;
}

.gallery .colfull {
	padding: 0 32.5px;
}

.gallery .slide {
	padding: 0 17.5px;
	position: relative;
}

.gallery .slide a,
.gallery .thumb a {
	display: block;
}

.gallery .thumbs {
	margin-bottom: 95px;
}

.gallery .thumb {
	position: relative;
	display: block;
	width: 16.667%;
	margin-top: 35px;
	padding: 0 17.5px;
}

.gallery .play-icon {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.gallery .video .play-icon {
	display: block;
}

.gallery .thumb .play-icon {
	margin-top: -41px;
	margin-left: -41px;
}

.gallery .thumb .play-icon i {
	font-size: 82px;
}

.gallery .slide .play-icon {
	margin-top: -98.5px;
	margin-left: -83.5px;
}

.gallery .slide .play-icon i {
	font-size: 167px;
}

.gallery .button {
	margin: 0 17.5px;
}

.gallery .button.back i {
	margin-right: 5px;
}

.gallery .button.next i {
	margin-left: 5px;
}

.single-project #introduction .page-loop,
#introduction .page-loop.projects {
	float: left;
	width: 60%;
	padding-right: 100px;
}

.single-project #introduction .post-content > table,
#introduction .project-cats {
	width: 40%;
	color: #006462;
}

.single-project #introduction .post-content > table th {
	font-weight: bold;
}

.single .no-header.has-gallery #header-wrap + #introduction-wrap {
	padding-bottom: 290px;
}

.single .no-header.has-gallery + #content.gallery {
	padding-top: 0;
	margin-top: -225px;
}

.posts-projects h2 {
	font-size: 30px;
	padding: 0 32px;
}

#posts-projects-lopend h2 {
	margin-top: 34px;
}

#posts-projects-afgerond h2 {
	margin-top: 64px;
}

.project-cats ul {
	list-style: none;
}

.project-cats li a {
	text-decoration: none;
	color: #006462;
}

.project-cats li a:hover,
.project-cats li a.active {
	text-decoration: underline;
}

.video.third .thumb {
	position: relative;
}

.video.third .thumb:before {
	content: "▷";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	transform: translate(-50%, -50%);
	display: block;
	color: #fff;
	font-size: 60px;
	transition: color 0.2s ease;
}

.video.third a:hover .thumb:before {
	color: #eccf55;
}

.logo-gelderland {
	width: 10%;
	margin-top: 27px;
	margin-left: 18px;
}

div#page-1408 img {
	display: inline-block;
}

.posts-projects__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.posts-projects__wrapper .news-item.third {
	width: 100%;
}

.lag {
	width: 100%;

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 4rem;
	row-gap: 6rem;
}

@media screen and (max-width: 980px) {
	.lag {
		grid-template-columns: repeat(2, 1fr);

		row-gap: 5rem;
	}
}

@media screen and (max-width: 580px) {
	.lag {
		grid-template-columns: 1fr;

		row-gap: 3rem;
	}
}

.lag-item {
	position: relative;
	width: 100%;
}

.lag-item__image {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1.1;
}

.lag-item__image img {
	position: relative;

	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: center 20%;

	z-index: 0;
}

.lag-item__name {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 100%;

	padding: 1.5rem 2rem;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 2rem;

	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 31.47%);
}

.lag-item__name-line {
	width: 100%;
	height: 1px;
	background: white;
}

.lag-item__name span {
	font-size: 1.375rem;
	font-weight: 400;
	font-family: "Montserrat";
	line-height: 150%;

	color: white;
}

.lag-content {
	width: 100%;
	padding: 2rem;
}

.lag-content p {
	font-size: 1.25rem;
	font-family: "Montserrat";
	font-weight: 400;
	line-height: 150%;

	margin: 0 !important;
	color: black;
}/* --------------------------------------------------------------    File: responsive.css--------------------------------------------------------------*/ @media handheld, screen and (max-width: 1400px) {
	#introduction, .home #introduction {
		margin-top:-170px;
	}

	#top-wrap {
		padding:0 0 30px;
	}
}

@media handheld, screen and (max-width: 1240px) {
	#topnav li > a {
		padding:12.5px 10px;
		font-size:12px;
	}

	#logo img {
		width:100px;
	}

	.colfull{
		padding: 0 30px;
	}
}

@media handheld, screen and (max-width: 1023px) {
	.posts-projects__wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	#topnav > ul {
		display:none;
	}

	#searchNavOpener{
		margin-right: 10px;
	}

	#resNavOpener, #searchNavOpener, #resMenu {
		display:block;
	}

	header {
		top:50px;
	}

	#introduction {
		padding:50px;
	}

	#werkwijze, #werkwijze .button-wrap {
		margin-top:50px;
	}

	#introduction-wrap {
		padding-bottom:50px;
	}

	#recent-posts, #projects, #content {
		padding:50px 0;
	}

	.quarter {
		width:33.33%;
	}

	#recent-posts .half, #projects .third, .news-item.third, #posts-projects-afgerond h2, #news-loop .none-found {
		padding:0 25px;
		margin-top:50px;
	}

	#posts-projects-lopend h2 {
		padding:0 25px;
		margin-top:49px;
	}

	#recent-posts h2, #projects h2 {
		padding-bottom:0;
	}

	footer {
		padding:0 0 50px;
	}

	#logo-text {
		margin-top:50px;
	}

	#werkwijze {
		margin-top:0;
	}

	#werkwijze .quarter, #top-wrap + footer {
		margin-top:50px;
	}

	#recent-posts h2, #projects h2 {
		padding:0;
	}

	#header-wrap.no-header + #introduction-wrap {
		padding-top:50px;
	}

	.single-project #introduction .page-loop, #introduction .page-loop.projects {
		padding-right:50px;
	}

	.gallery .thumbs {
		margin-bottom:50px;
	}
}

@media handheld, screen and (max-width: 768px) {
	#social-wrapper {
		display: flex;
		flex-flow: column;
		gap: 16px;
	}
	.logo-gelderland {
		max-width: 160px !important;
		width: inherit !important;
		margin-left: 0px !important;
	}
	.posts-projects__wrapper {
		display: grid;
		grid-template-columns: 1fr;
	}

	h1 {
		font-size:24px;
	}

	.third, .quarter {
		width:50%;
	}

	#introduction, .home #introduction {
		margin-top:-70px;
	}

	.gallery .thumb {
		width:25%;
	}

	.single-project #introduction .page-loop, .single-project #introduction .post-content > table,
	 	#introduction .page-loop.projects, #introduction .project-cats {
		float:none;
		width:100%;
		padding:0;
	}

	.single-project #introduction .post-content > table, #introduction .project-cats {
		margin-top:35px;
	}
}

@media handheld, screen and (max-width: 660px) {
	.half, .third, .quarter {
		width:100%;
		float:none;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.colfull, .colfull.wide, #projects .colfull.wide {
		padding:0 35px;
	}

	form.search_form{
		right: 35px;
	    width: calc(100% - 200px);
	}

	footer .footercol {
		padding-right:0;
	}

	#recent-posts, #projects, #content {
		padding:35px 0;
	}

	#top-wrap {
		padding-bottom:0;
	}

	#introduction, .home #introduction {
		margin-top:0;
	}

	#introduction-wrap, footer {
		padding-top:35px;
		padding-bottom:35px;
	}

	#logo-text, #recent-posts .half, #projects .third, .news-item.third, #werkwijze .button-wrap, #top-wrap + footer,
	 	#posts-projects-afgerond h2, #fuze_pagination-buttons, #contactform.subsidie, #no-answer, #news-loop .none-found {
		margin-top:35px;
	}

	#posts-projects-lopend h2 {
		margin-top:34px;
	}

	.posts-projects h2 {
		padding:0 !important;
	}

	#werkwijze .button-wrap {
		text-align:left;
	}

	footer .footercol:first-child {
		margin-top:0;
	}

	header {
		top:35px;
	}

	#header-wrap.no-header {
		padding:35px 0;
	}

	#socials, .footer-logos {
		float:none;
	}

	#socials span {
		display:block;
	}

	#socials li:first-child {
		margin-left:0;
	}

	.gallery .button.alt {
		margin-left:17.5px;
	}

	.gallery .button.alt + .button {
		margin-right:17.5px;
	}

	.gallery .colfull {
		padding:0 17.5px;
	}

	footer h3 {
		margin-bottom:5px;
	}

	#introduction {
		padding:35px;
	}

	#introduction .title-wrap {
		margin-bottom:35px;
	}
}

@media handheld, screen and (max-width: 580px) {
	#recent-posts h2, #projects h2 {
		font-size:24px;
	}

	#introduction-wrap, #header-wrap.no-header + #introduction-wrap {
		padding-top:0;
	}

	#introduction-wrap .colfull {
		padding:0;
	}

	#werkwijze {
		padding:0 35px !important;
	}

	.gallery .button, #werkwijze .button-wrap .button {
		margin:1em 0 0;
		float:none;
	}

	.gallery .button.alt, #werkwijze .button-wrap .button:first-child {
		margin-top:0;
	}

	#header {
		padding-top:173px;
		background-color:#006462;
	}

	#introduction-wrap.no-extracontent {
		padding-bottom:0;
	}

	.home #introduction-wrap.no-extracontent {
		padding-bottom:35px;
	}

	.gallery .thumb {
		width:50%;
	}

	.gallery .button.alt + .button {
		margin-left:17.5px;
	}

	#mailchimp .input, #mailchimp .updated, #mailchimp .settings-error, #mailchimp .fuze-form-error {
		max-width:none;
	}
}

@media handheld, screen and (max-width: 450px) {
	#resNavOpener span,
	#searchNavOpener span{
		display: none;
	}

	#resNavOpener i,
	#searchNavOpener i{
		margin: 0px 5px;
	}

	#werkwijze .button-wrap .button {
		margin-right: 0px !important;
	}
}

@media handheld, screen and (max-width: 420px) {
	#resMenu {
		width:100%;
		right:-100%;
	}

	.page-loop.lag td:first-child {
		padding-right:10px;
	}
}