/*
	General styles
*/
body {
	font-family: "Source Sans Pro", Arial, sans-serif;
	background-color: #fff;
	font-size: 13px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, html {
	height: 100%
}

h1, h2, h3, h4 {
	font-family: "Josefin Slab", serif;
}
h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
}
h2 {
	font-size: 20px;
}
a, a:visited {
	text-decoration: none;
	color: #2e639e;
}
a:hover {
	text-decoration: underline;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect, .noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect, .doselect *:not(.noselect) {
	user-select: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
				width:100% !important;	
				height:100% !important;
				top:0 !important;
				bottom:0 !important;
			}
			
			html, body, body * {
				touch-action:pan-x;
			}		
			
			@font-face {
				font-family: 'texgyreadventorregular';
				src: url('../../webfont/texgyreadventor-regular-webfont.eot');
				src: url('../../webfont/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
					 url('../../webfont/texgyreadventor-regular-webfont.woff') format('woff'),
					 url('../../webfont/texgyreadventor-regular-webfont.ttf') format('truetype'),
					 url('../../webfont/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
				font-weight: normal;
				font-style: normal;

			}
			
			div#content-wrapper {
				height: 100vh;
				min-height: 100vh;
			}
			.scrollContent {
				position: relative;
				/* height: 100%; */
			}
			
			#pinContainer {
				width: 100% !important;
				height: 100% !important;
				overflow: hidden;
			}
			
			#pinContainer2 {
				position: fixed;
				top:0;
				left:0;
				width: 100%;
				height: 100%;
				overflow: hidden;
				position: relative;
			}
			
			.panel.blue {
				height: 200%;
				width: 200%;
				position: absolute;
				background: url("PV_CP_Gullegem-428.jpg") no-repeat center center;
				background-size: cover;
			}
			
			.spacer {
				text-align: center;
				min-height: 100px;
				background-image: url("../img/example_bg_spacer_v.gif");
			}
			.spacer.s0 {
				min-height: 1px;
			}
			.spacer.s1 {
				min-height: 100px;
			}
			.spacer.s2 {
				min-height: 200px;
			}
			.spacer.s3 {
				min-height: 300px;
			}
			.spacer.s4 {
				min-height: 400px;
			}
			.spacer.s5 {
				min-height: 500px;
			}
			.spacer.s6 {
				min-height: 600px;
			}
			.spacer.s7 {
				min-height: 700px;
			}
			.spacer.s8 {
				min-height: 800px;
			}
			.spacer.s9 {
				min-height: 900px;
			}
			.spacer.s10 {
				min-height: 1000px;
			}
			.spacer.s_viewport {
				min-height: 100%;
			}
			
			
			
			@media all and (max-width: 880px) {
				.glasraam {
					top:8%;
					left:10%;
					height:60%;
				}
			
				.logogroot {
					display: none;
					position: absolute;
					bottom:8%;
					right:10%;
					display: inline-block;
					opacity: 0;
					width:55px;
				}

				.wishes {
					font-family: 'texgyreadventorregular', sans-serif;
					font-weight:normal;
					font-size: 11px;
					line-height:normal;
					color: #848485;
					position: absolute;
					bottom:calc(8% + 21px);
					right: calc(10% + 70px);
					opacity: 0;
				}

				.wishes2 {
					font-family: 'texgyreadventorregular', sans-serif;
					font-weight:normal;
					font-size: 11px;
					line-height:normal;
					color: #848485;
					position: absolute;
					bottom:calc(8% + 44px);
					right: calc(10% + 70px);
					opacity: 0;
				}

				.wishes3 {
					font-family: 'texgyreadventorregular', sans-serif;
					font-weight:normal;
					font-size: 11px;
					line-height:normal;
					color: #848485;
					position: absolute;
					bottom:calc(8% - 3px);
					right: calc(10% + 70px);
					opacity: 0;
				}
			}
			
			@media all and (max-width: 570px) {
				.glasraam {
					top:8%;
					left:10%;
					height:60%;
				}
			
				.logogroot {
					display: none;
					position: absolute;
					bottom:50%;
					right:50%;
					margin-right:-28px;
					margin-bottom:50px;
					display: inline-block;
					opacity: 0;
					transform: rotate(30deg);
					width:56px;
				}
				
				.wisheswrap {
					height:auto;
				}
				
				.wishes {
					text-align: center;
					font-family: 'texgyreadventorregular', sans-serif;
					font-weight:normal;
					font-size: 11px;
					line-height:normal;
					color: #848485;
					position: relative;
					bottom:auto;
					right:auto;
					opacity: 0;
				}

				.wishes2 {
					text-align: center;
					font-family: 'texgyreadventorregular', sans-serif;
					font-weight:normal;
					font-size: 11px;
					line-height:normal;
					color: #848485;
					position: relative;
					bottom:auto;
					right:auto;
					opacity: 0;
				}

				.wishes3 {
					text-align: center;
					font-family: 'texgyreadventorregular', sans-serif;
					font-weight:normal;
					font-size: 11px;
					line-height:normal;
					color: #848485;
					position: relative;
					bottom:auto;
					right:auto;
					opacity: 0;
				}
			}
			
			@-webkit-keyframes  pulse {
				0% {
					-webkit-transform: scale(1, 1);
				}    
				50% {
					-webkit-transform: scale(1.5, 1.5);
				}    
				100% {
					-webkit-transform: scale(1, 1);
				}
			}
			@-moz-keyframes  pulse {
				0% {
					transform: scale(1, 1);
				}    
				50% {
					transform: scale(1.5, 1.5);
				}    
				100% {
					transform: scale(1, 1);
				}
			}
			@-ms-keyframes  pulse {
				0% {
					-ms-transform: scale(1, 1);
				}    
				50% 
					-ms-transform: scale(1.5, 1.5);
				}    
				100% {
					-ms-transform: scale(1, 1);
				}
			}
			@-o-keyframes  pulse {
				0% {
					transform: scale(1, 1);
				}    
				50% 
					transform: scale(1.5, 1.5);
				}    
				100% {
					transform: scale(1, 1);
				}
			}
			@keyframes  pulse {
				0% {
					transform: scale(1, 1);
				}    
				50% {
					transform: scale(1.5, 1.5);
				}    
				100% {
					transform: scale(1, 1);
				}
			}
			
			.socials {
				padding-top:50px;
			}
			
			.button {
				-webkit-animation: pulse 2s ease-in-out;
				-moz-animation: pulse 2s ease-in-out;
				-o-animation: pulse 2s ease-in-out;
				animation: pulse 2s ease-in-out;

				-webkit-animation-iteration-count: infinite;
				-moz-animation-iteration-count: infinite;
				-o-animation-iteration-count: infinite;
				animation-iteration-count: infinite;
				
				position: absolute;
				top:50%;
				left:50%;
				width:40px;
				height:40px;
				margin-left:-20px;
				margin-top:-20px;
				background-color: #c00000;
				border-radius: 50%;
				cursor:pointer;
				cursor: hand;
			}
			
			.quote1, .quote2 {
				opacity: 0;
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				text-align: center;
				font-family: 'texgyreadventorregular', sans-serif;
				font-size:38px;
				color:#FFF;
				font-weight: normal;
				line-height:89px;
				background: none;
				display:flex;
				flex-shrink: 0;
				align-content: center;
				align-items: center;
        		flex-direction:column;
				min-height: 100%;
			}
			
			.quote-inside {
				display:flex;
				flex:1;
				align-items: center;
				align-content: center;
			}
			
			.overlay {
				display:block;
				content: "";
				position: fixed;
				top:0;
				left:0;
				width: 100%;
				height:100%;
				background-color: rgba(0,0,0,0.7);
			}
			
			.intro {
				position: fixed;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:999;
				overflow: hidden;
				background-color: #111;
			}
			
			.a2a_default_style:not(.a2a_flex_style) a {
				float: none !important;
			}
			
			.intro .bg {
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:999;
				overflow: hidden;
				opacity: 0;
				filter: grayscale(100%);
				
				-webkit-transition: all 30s ease-out, opacity 1.5s ease-in-out, filter 4s ease-in-out;
				-moz-transition:    all 30s ease-out, opacity 1.5s ease-in-out, filter 4s ease-in-out;
				-o-transition:      all 30s ease-out, opacity 1.5s ease-in-out, filter 4s ease-in-out;
				-ms-transition:     all 30s ease-out, opacity 1.5s ease-in-out, filter 4s ease-in-out;
				transition:         all 30s ease-out, opacity 1.5s ease-in-out, filter 4s ease-in-out;				
			}
			
			.intro .bg img {
				/* Center the video */
				position: absolute;
				top: 0;
				left: 0;
				
				width:100%;;
				height:100%;
				
				object-fit: cover;
				
				z-index:1000;
				
				-webkit-transition: all 1.5s ease-in-out;
				-moz-transition:    all 1.5s ease-in-out;
				-o-transition:      all 1.5s ease-in-out;
				-ms-transition:     all 1.5s ease-in-out;
				transition:         all 1.5s ease-in-out;
			}
			
			.intro .noise {
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:1001;
				background-image: url(data:image/png;base64,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);
			}
			
			.intro .overlay {
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:1001;
				background: rgba(0,0,0,0.7);
			}
			
			.preloader {
				position: fixed;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:9999;
				background-color:#FFF;
			}
			
			.preloader img {
				position: absolute;
				top:50%;
				left:50%;
				margin-top:-43px;
				margin-left:-43px;
			}
			
			.intro .content {
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:9999;
				display: flex;
				flex-direction: column;
				text-align: center;
				align-content: center;
				align-items: center;
				flex-shrink: 0;
			}
			
			.intro .content .content_inside{
				display:flex;
				flex:1;
				align-items: center;
				align-content: center;

			}
			
			.line {
				opacity: 0;
				font-family: 'texgyreadventorregular', sans-serif;
				font-size:34px;
				color:#fff;
				font-weight: 300;
				background: none;
				
				mix-blend-mode: difference;
				
				webkit-perspective:1; 
				webkit-backface-visibility:none; 
				-webkit-transition: all 1.5s ease-in-out;
				-moz-transition:    all 1.5s ease-in-out;
				-o-transition:      all 1.5s ease-in-out;
				-ms-transition:     all 1.5s ease-in-out;
				transition:         all 1.5s ease-in-out;
			}

			.textbox {
				position:absolute;
				vertical-align: bottom;
				display:flex;
				flex-direction: column;
				flex-flow: column-reverse;
			}

.textbox p:last-child {
	margin-bottom: 0 !important;
}

.textbox a {
	color: #000;
}

			.projecttextbox, .projectimagebox {
				cursor: pointer;
			}

			.textbox.projecttextbox {
				display: flex;
				align-items: flex-end;
			}

			.textbox.projecttextbox>div {
				display: block;
			}
			
			.textbox.projecttextbox h6 {
				font-family: "Source Sans Pro", Arial, sans-serif;
				margin: 0;
				padding: 0;
			}
			
			.textbox.projecttextbox h3 {
				font-family: "Source Sans Pro", Arial, sans-serif;
				margin: 0;
				padding: 0;
			}
			
			.textbox.projecttextbox p {
				margin: 15px 0 0 0;
				padding: 0;
			}

			.omschrijving {
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				min-height: 100%;
				display: flex;
				align-content: center;
				align-items: center;
				text-align: center;
				flex-shrink: 0;
        		flex-direction:column;
			}
			
			.omschrijving_inside {
				flex: 1;
				  display: flex;
				  flex-direction: column;
				  justify-content: center;
				width:50%;
				flex-shrink: 0;
				text-align: justify;
				font-family: 'texgyreadventorregular', sans-serif;
				font-weight: 400;
				font-size: 13px;
				text-align: justify;
				line-height: 18px;
				color: #848485;
			}
			
			.logogroot {
				position: absolute;
				bottom:18%;
				right:16%;
				display: inline-block;
				opacity: 1;
			}
			
			.wishes {
				font-family: 'texgyreadventorregular', sans-serif;
				font-weight:normal;
				font-size: 15px;
				line-height:normal;
				color: #848485;
				position: absolute;
				bottom:calc(18% + 34px);
				right: calc(16% + 110px);
				opacity: 1;
			}

			.wishes2 {
				font-family: 'texgyreadventorregular', sans-serif;
				font-weight:normal;
				font-size: 15px;
				line-height:normal;
				color: #848485;
				position: absolute;
				bottom:calc(18% + 70px);
				right: calc(16% + 110px);
				opacity: 1;
			}

			.wishes3 {
				font-family: 'texgyreadventorregular', sans-serif;
				font-weight:normal;
				font-size: 15px;
				line-height:normal;
				color: #848485;
				position: absolute;
				bottom:calc(18% - 4px);
				right: calc(16% + 110px);
				opacity: 1;
			}
			
			span.dark {
				color:#000;
			}
			
			span.darkred {
				color:#c00000;
			}
			
			.icon-swipe {
				display:none;
				width: 26px;
				height: 35px;
				position: fixed;
				bottom:30px;
				left:50%;
				margin-left:-13px;
				background: url('../../icon-swipe-v2.png') no-repeat center center;
				mix-blend-mode: difference;
				z-index:982;
			}
			
			.icon-scroll,.icon-scroll:before{
				position: absolute;
				left: 50%;
			}

			.icon-scroll {
				width: 20px;
				height: 35px;
				box-shadow: inset 0 0 0 1px #bbb;
				border-radius: 12px;
				position: fixed;
				bottom:40px;
				left:50%;
				margin-left:-10px;
				mix-blend-mode: difference;
				z-index:981;
			}

			.icon-scroll:before {
				content: '';
				width: 4px;
				height: 4px;
				background: #bbb;
				margin-left: -2px;
				top: 4px;
				border-radius: 2px;
				animation-duration: 1.5s;
				animation-iteration-count: infinite;
				animation-name: scroll;
			}

			@keyframes scroll {
				0% {
					opacity: 1;
				}
				100% {
					opacity: 0;
					transform: translateY(23px);
				}
			}
					
			.mainsite {
				position: fixed;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:900;
				overflow: hidden;
			}
	
			.mainsitemobile {
				display:none;
			}
			
			.slider {
				position: absolute;
				top:0;
				left:0;
				height:100%;
				min-width: 100%;
				z-index:901;
			}
			
			.icon {
				width: 24px;
				height: 24px;
				display: block;
				overflow: hidden;
				position: fixed;
				right:30px;
				bottom:35px;
				z-index:9080;
				mix-blend-mode: difference;
				font-size:23px;
				color:#000;
				text-align: center;
				cursor: pointer;
			}	
			
			.icon a {
				color:#bbb;
			}
			
			.icon-menu {
				width: 24px;
				height: 24px;
				display: block;
				overflow: hidden;
				position: fixed;
				right:40px;
				top:30px;
				z-index:9080;
				mix-blend-mode: difference;
				font-size:23px;
				color:#000;
				text-align: center;
				cursor: pointer;
			}	
			
			.icon-menu a {
				color:#bbb;
			}

			a.skip {
				display:inline-block;
				position: absolute;
				bottom:20px;
				right:30px;
				font-family: 'texgyreadventorregular', sans-serif;
				font-size:16px;
				color:#FFF;
				font-weight: normal;
				z-index:11111;
			}
			
			.slide {
				position: relative;
				float:left;
				width: calc(100vw - var(--scrollbar-width));
				min-width: 100vw;
				height:100%;	
				-webkit-transform: translate3d(0, 0, 0);
			}
			
			.scroller {
				height:1200vh;
				position: relative;
				top:0;
				left:0;
			}
			
			.slide .bg {
				background-color: #222;
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:920;
			}
						
			.slide .overlay {
				display:block;
				content: "";
				position: absolute;
				top:0;
				left:0;
				width: 100%;
				height:100%;
				background-color: rgba(0,0,0,0.8);
				z-index:921;
			}
			
			.slide .bg img {
				position: absolute;				
				top:0;
				left:0;
				width:100%;
				height:100%;
				object-fit: cover;
				opacity: 0;
				
				-webkit-transform: translate3d(0, 0, 0);
				
				-webkit-transition: all 1.5s ease-in-out;
				-moz-transition:    all 1.5s ease-in-out;
				-o-transition:      all 1.5s ease-in-out;
				-ms-transition:     all 1.5s ease-in-out;
				transition:         all 1.5s ease-in-out;
			}
			
			body .bigpopup {
	display:none;
	position: fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color: #FFF;
	z-index: 100000;
				touch-action: auto !important;
	
	font-family: 'texgyreadventorregular', sans-serif;
    font-weight: 400;
    font-size: 15px;
	overflow-y: auto;
				
}
			body .bigpopup * {
				touch-action: auto !important;
			}
			
			
			.bigpopup H4 {font-family: 'texgyreadventorregular', sans-serif;
    font-weight: 400;
    font-size: 15px;
				
					    font-size: 1em;
					    margin: 1.33em 0;
				
			}

p.bigger {
	font-size:18px;
}

.bigpopupinner {
	padding: 90px 30px 20px 30px;
	max-width: 900px;
	margin:0 auto;
}

.bigpopupinner a {
	color:#000;
	text-decoration: underline;
}


.bigpopup .back2 {
	width:136px;
	height:33px;
	line-height:33px;
	
	background:url(../images/bg_projects.png) repeat;
	
	font-family: 'texgyreadventorregular', sans-serif;
	font-weight:400;
	font-size:18px;
	color:#000;
	
	text-decoration:none;
	text-align:center;	
	text-transform:lowercase;
	
	cursor:hand;
	cursor:pointer;	
	
	position:absolute;
	top:30px;
	right:30px;
	
	opacity:0.5;
	
	-webkit-transition: opacity 400ms ease-out;
	-moz-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;	
	
	z-index:501;
}

.bigpopup .back2:hover {
	opacity:1;
	
	-webkit-transition: opacity 400ms ease-out;
	-moz-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;	
}
			
			.slide .bg img.sectionimg {
				opacity: 1;
				
				-webkit-transform: translate3d(0, 0, 0);
			}
			
			.slide .sectionswrap {
				position: absolute;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:9070;
				display: flex;
				flex-direction: column;
				text-align: center;
				align-content: center;
				align-items: center;
				flex-shrink: 0;
				-webkit-transform: translate3d(0, 0, 0);
			}
			
			.slide .sectionswrap .sections{
				display:flex;
				flex:1;
				align-items:center;
				width:100%;
				-webkit-transform: translate3d(0, 0, 0);
			}
			
			.slide .sectionswrap .sections .sectionsinside{
				width:100%;
				white-space: nowrap;
				-webkit-transform: translate3d(0, 0, 0);
			}
			
			.slide .sectionswrap .sections a{				
				display:inline-block;
				font-family: 'texgyreadventorregular', sans-serif;
				font-size:14px;
				color:#FFF;
				font-weight: normal;
				z-index:11111;
				width:auto;
				box-sizing: content-box;
				padding:40px 3%;
				
				
				-webkit-transition: all 1.5s ease-in-out;
				-moz-transition:    all 1.5s ease-in-out;
				-o-transition:      all 1.5s ease-in-out;
				-ms-transition:     all 1.5s ease-in-out;
				transition:         all 1.5s ease-in-out;
			}
			
			.slide .sectionswrap .sections a:hover {
				transform:scale(1.3);
				text-decoration: none;
			}
			
			
			
			.maintitle {
				width: calc(100vw - (1 * var(--scrollbar-width)));
			}
			
			.maintitle .title {
				font-family: 'texgyreadventorregular', sans-serif;
				font-size:32px;
				font-weight: 300;
				color:#FFF;
				font-weight: normal;
				position: absolute;
				top:25%;
				left:7%;
				z-index: 960;
			}	
			
			@media all and (max-width: 1500px) {			
				.slide .sectionswrap .sections a {
					font-size:14px;
				}
			
				.slide .sectionswrap .sections a:hover {
					transform:scale(1.3);
				}
			}
			
			@media all and (max-width: 1200px) {			
				
				.slide .sectionswrap .sections a {
					font-size:14px;
					padding-left:15px;
					padding-right:15px;
				}
			
				.slide .sectionswrap .sections a:hover {
					transform:scale(1.3);
				}
			}
						
			
			@media all and (max-width: 1000px) {
				.maintitle .title {
					font-size:26px;	
				}
			}
			
			.slide .sectionswrap .sections a.active {
				text-decoration: underline;
			}
			
			.fs-icon {
				mix-blend-mode: screen;
			}	
						
			.photosection {
				background:url(paper.jpg) repeat;
				
				-webkit-transform: translate3d(0, 0, 0);
			}
			
			img.fullheight {
				height:100%;
			}
			
			img.top {
				position: absolute;
				top:0;
			}
			
			img.left {
				position: absolute;
				left:0;
			}
			
			img.righthanger {
				position: absolute;
				top:8%;
				right:0;
				height:50%;
				filter: grayscale(100%);
				z-index:99;
				-webkit-transition: all 1.7s ease-in-out;
				-moz-transition:    all 1.7s ease-in-out;
				-o-transition:      all 1.7s ease-in-out;
				-ms-transition:     all 1.7s ease-in-out;
				transition:         all 1.7s ease-in-out;
			}
			
			img.bottommiddle {
				position: absolute;
				bottom:0;
				left:55%;
				height:60%;
				filter: grayscale(100%);
				z-index:99;
				-webkit-transition: all 1.7s ease-in-out;
				-moz-transition:    all 1.7s ease-in-out;
				-o-transition:      all 1.7s ease-in-out;
				-ms-transition:     all 1.7s ease-in-out;
				transition:         all 1.7s ease-in-out;				
			}
			
			.photosection img {
				position: absolute;
				/*filter: grayscale(100%);*/
				z-index:99;
				-webkit-transition: all 1.7s ease-in-out;
				-moz-transition:    all 1.7s ease-in-out;
				-o-transition:      all 1.7s ease-in-out;
				-ms-transition:     all 1.7s ease-in-out;
				transition:         all 1.7s ease-in-out;	
				touch-action: auto;
				transform-origin: bottom left;
				-webkit-transform: translate3d(0, 0, 0);
				 -webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
				-webkit-touch-callout: none;
				-khtml-user-select: none;
			}
			
			/*.photosection img.hover {
				bottom:0 !important;
				height:100% !important;
				z-index:999;
				filter: grayscale(0%);
				transform: translateY(0) scale(1) !important;
			}*/
						
			.photosection img:first-child, .photosection img:last-child{
				filter: grayscale(0%) !important;
			}
						
			.slide-footer {
				background: url('../../bgslidefooter_v2.jpg') no-repeat center center;
				background-size: cover;
				overflow: hidden;
				position: relative;
			}
			
			.slide-footer .omschrijving_inside {
				color:#FFF;
				text-align: center;
			}
			
			.slide-footer h2 {
				font-family: 'texgyreadventorregular', sans-serif;
				font-weight: 400;
				font-size: 18px;
				line-height: 24px;
				color: #a7a7a5;
				background: none;
			}
			
			.contactdata {
				display: flex;
				flex-direction:row;
				justify-content:center;
				width:100%;
				position: relative;
				
			}
			
			.contactdata a {
				color:#FFF;
				text-decoration:underline;
			}
			
			.contactdata i {
				color:#FFF;
				font-size: 40px;
			}
			
			.contactdata .col {
				font-family: 'texgyreadventorregular', sans-serif;
				font-weight: 400;
				font-size: 13px;
				text-align: justify;
				line-height: 18px;
				color: #fff;
				display: inline-block;
				text-align: center;
				width: 50%;
				padding: 0 60px;
			}
			
.contactdata .col1 {
	width: 35%;
}		
.contactdata .col2 {
	width: 65%;
	text-align: left
}
.contactdata .col2 input[type="text"], .contactdata .col2 input[type="email"], .contactdata .col2 textarea {
	width: 100%;
	background: none;
	color: #FFF;
	border: none;
	border-bottom: solid 1px #FFF;
	margin-bottom: 30px;
}

.contactdata .col2 input[type="submit"] {
	background: none;
	color: #FFF;
	border: none;
	font-weight: bold;
	padding: 0;
	font-size: 110%;
}

			
			.startpic {
				filter: grayscale(0%) !important;
			}
			
			.slide1 {
				background: url('../../bgslide1_v2.jpg') no-repeat center center;
				background-size: cover;
			}		
			
			@media only screen and (max-width: 1000px) {	
				.slide .omschrijving {
					height: auto;
					min-height: 0;
					padding-top:20px;
				}
				
				.home .omschrijving_content {
					padding-bottom:25px;
				}
				
				.slide .omschrijving_inside {
					width:90%;
				}
				
				.wishes3 {
					width: 100%;
					left: 0;
					right: auto;
					text-align: center;
				}
				
				.logogroot {
					display: none;
					right: auto;
					left: 50%;
					margin-left: -27px;
					bottom: 21%;
				}
				
				.logofooter {
					width:20px;
					margin-bottom:10px !important;
				}
				
				.contactdata {
					margin-top:30px;	
				}
				
				.line {
					font-size:16px;
				}
			}
			
			.warning {
				display:none;
			}
			
			.slide-footer #footer {
				position:absolute;
				bottom: -80px;

				padding:0 0 0 0;

				text-align:left;

				font-family: 'texgyreadventorregular', sans-serif;
				font-weight:400;
				font-size:11px;
				color:#FFF;	
				
				opacity: 0;

				-webkit-transition: opacity 300ms ease-out;
				-moz-transition: opacity 300ms ease-out;
				transition: opacity 300ms ease-out;

				z-index:1002;
			}

			.slide-footer #footer.hover {
				opacity:1 !important;	
			}

			.slide-footer #footer a {
				font-family: 'texgyreadventorregular', sans-serif;
				font-weight:400;
				font-size:11px;
				color:#FFF;		

				text-decoration:none;
			}
			
			.slide-footer .cicon {
				padding-bottom: 10px;
			}
			
			.omschrijving_content a {
				text-decoration: none;
				color:#848485;
			}
			
			.slide-footer .omschrijving_content a {
				color:#FFF;
				text-decoration: none;
			}

			
			.progress {
				display:block;
				position: fixed;
				bottom:20px;
				left:20px;
				right:20px;
				width:auto;
				border-radius: 6px;
				height:6px;
				background-color: #fff;
				opacity:0.6;
				z-index:9999;
				-webkit-overflow-scrolling: auto;
				overflow: hidden;
			}
			
			.showen {
				display: none;
			}
			
			.progresspoint {
				position: absolute;
				left:0;
				top:0px !important;
				width:10px;
				height:6px;
				background-color: #333;
				-webkit-overflow-scrolling: auto;
				overflow: hidden;
			}
			
			.home .omschrijving_content {
				padding-bottom:10%;
			}
			
			.full-screen {
				position: absolute;
				display:block;
				background-color: #111;
			}
			
			.full-screen1 {
				left: 0;
				top: 0;
				width:2px;
				height:30%;
			}
			.full-screen2 {
				left: 2px;
				top: 0;
				width:calc(30% - 2px);
				height:2px;
			}			
			.full-screen3 {
				right: 0;
				top: 0;
				width:2px;
				height:30%;
			}
			.full-screen4 {
				right: 2px;
				top: 0;
				width:calc(30% - 2px);
				height:2px;
			}
			
			.full-screen5 {
				left: 0;
				bottom: 0;
				width:2px;
				height:30%;
			}
			.full-screen6 {
				left: 2px;
				bottom: 0;
				width:calc(30% - 2px);
				height:2px;
			}			
			.full-screen7 {
				right: 0;
				bottom: 0;
				width:2px;
				height:30%;
			}
			.full-screen8 {
				right: 2px;
				bottom: 0;
				width:calc(30% - 2px);
				height:2px;
			}
			
			@media only screen and (max-width: 1000px) {	
				
				.home .omschrijving_content {
					padding-bottom:25px;
				}
				
				.wishes3 {
					bottom:70px;
				}
			}
			
			.menuoverlay {
				position: fixed;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:1;
				opacity: 0;
				-webkit-transition: opacity 1s ease-in-out;
				-moz-transition:    opacity 1s ease-in-out;
				-o-transition:      opacity 1s ease-in-out;
				-ms-transition:     opacity 1s ease-in-out;
				transition:         opacity 1s ease-in-out;
			}
			
			.menuoverlay.opened {
				opacity: 1;
			}
			
			.progressmarker {
				position: absolute;
				top:0;
				width:2px;
				height:100%;
				background-color: #333;
			}



			.sitelogo {
				position: fixed;
				left: 40px;
				top: 30px;
				height:24px;
				display: flex;
				z-index:500;
				flex-direction: row;
				width:80%;
				align-content: flex-start;
				align-items: center;
			}

			.sitelogo img {
				position: relative;
				top: auto;
				left: auto;
				bottom: auto;
				right: auto;
				height: 20px;
				margin-right: 10px
			}

			.sitelogo .wishes3 {
				font-family: 'texgyreadventorregular', sans-serif;
				font-weight:normal;
				font-size: 13px;
				line-height:normal;
				color: #848485;
				position: relative;
				bottom: auto;
				right: auto;
				opacity: 1;
			}

@media screen and (orientation:portrait) {
	.scroller {
		display: none;
	}
	
	div#content-wrapper {
		height: auto;
	}
	
	.mainsite {
		display:none;
	}
	
	.mainsitemobile {
		display:block;
	}
	
	.slider {
		width: 100% !important;
		height: auto !important;
		min-height: 100vh;
		position: relative;
	}
	
	.progress {
		display: none !important;
	}
	
	.slide.photosection {
		width: 100% !important;
		padding-top: 80px;
	}
	
	.textbox, .photosection img{
		width: 80% !important;
		height: auto !important;
		display: block !important;
		margin-left: 10% !important;
		margin-bottom: 30px !important;
		top: auto !important;
		left: auto !important;
		bottom: auto !important;
		right: auto !important;
		position: relative !important;
		transform: none !important;
	}
	
	html, body, body * {
		touch-action: auto !important;
	}
	
	.slide-footer {
		min-height: 100vh;
	}
	
	.slide .omschrijving {
		position: relative !important;
		min-height: 100vh;
	}
	
	.contactdata {
		display: block;
		position: relative;
	}
	
	.contactdata .col {
		box-sizing: border-box;
		display: block !important;
		width: 100% !important;
		padding: 0 10% !important;
		text-align: center !important;
	}
	
	.contactdata .col2 {
		padding-top: 50px !important;
	}
}

.wishes3 {
	font-style: normal !important;
}



.inversed p, .inversed span, .inversed strong, .inversed a, .inversed div {
	color: #FFF !important;
}

.cr {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 40px;
	color: #FFF;
	font-size: 1rem;
}

.cr .crcol {
	display: inline-block;
	width: auto;
}

.projectnav a{
	display: inline-block;
	margin-right: 40px;
	font-size: 15px;
}


	
.textbox, textbox p, .textbox li {			
	font-family: 'texgyreadventorregular', sans-serif;
	font-weight:normal;
	font-size: 12px;
	line-height:normal;
	color: #848485;
	color: #848485;
}