html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*{box-sizing: border-box;}


.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}



@font-face {
    font-family: 'Codec Pro';
    src: url('fonts/CodecPro-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('fonts/CodecPro-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'Codec Pro';
    src: url('fonts/CodecPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}




html, body {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	padding: 0;
}


body { 
	color: #000;
	font-family: 'Codec Pro', sans-serif; 
	font-weight: normal; 
	font-size: 1.1vw;
	text-align: center;
	overflow-x: hidden;
	min-height: 101vh;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	overflow-y: scroll;
}

body {
	position: static;
	top: auto;
	left: auto;
	overflow-y: visible;
	min-height: 101vh;
	height: auto;
}
body { 
	overflow: hidden;
	overflow-y: scroll;
	height: 101vh;
}

input, textarea, button {
	font-family: 'Codec Pro', sans-serif; 
	-webkit-tap-highlight-color: transparent;
}

input:focus, textarea:focus, button:focus {
	border: 0;
	outline: 0;
}

::-webkit-input-placeholder {
	color: #313440;
}
::-moz-placeholder {
	color: #313440;
}
:-ms-input-placeholder {
	color: #313440;
}
:-moz-placeholder {
	color: #313440;
}



input:focus,
textarea:focus {
	border: 0;
	outline: 0;
}

button:focus {
	outline: 0;
}

input::-ms-clear {
    display: none;
}

main {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
@media all and (max-width: 1440px) {
	body { 
		font-size: 1em;
	}
}
	

.clear {
	clear: both;
    font-size:0;
    height:0;	
}

button,
a {
	text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	color: inherit;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

a.active {
	outline: none;
}



.bs1 {
	display: block;
	font-weight: 800;
	color: #3e90d6;
	font-size: 1em;
	margin-top: 1em;
}
.bs1:after {
	display: inline-block;
	content:'\2192';
	position: relative;
	right: 0;
	-ms-transform: translateX(.25em);
	-o-transform: translateX(.25em);
	-moz-transform: translateX(.25em);
	-webkit-transform: translateX(.25em);
	transform: translateX(.25em);
	
	-ms-transition: .3s ease -ms-transform;
	-o-transition: .3s ease -o-transform;
	-moz-transition: .3s ease -moz-transform;
	-webkit-transition: .3s ease -webkit-transform;
	transition: .3s ease transform;
}

.bs1:hover:after {
	-ms-transform: translateX(.75em);
	-o-transform: translateX(.75em);
	-moz-transform: translateX(.75em);
	-webkit-transform: translateX(.75em);
	transform: translateX(.75em);
}


.pseudo {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}


body * {
	font-size: inherit;
}
	

footer,
section {
	visibility: hidden;
}

section:nth-of-type(1) {
	visibility: visible;
}



footer,
section {
	display: inline-block;
	width: 100%;	
	position: relative;
	z-index: 1;
}



#mobilebar {
	position: fixed;
	display: inline-block;
	width: 100%;
	height: 2em;
	left: 0;
	top: -5em;
	z-index: 2;
	display: none;
	height: 5em;
	background: #fff;
	-o-transition: .3s ease top;
	-ms-transition: .3s ease top;
	-moz-transition: .3s ease top;
	-webkit-transition: .3s ease top;
	transition: .3s ease top;
}

#logo {
	position: fixed;
	display: inline-block;
	width: 8em;
	height: 2em;
	left: 4em;
	top: 1.6em;
	z-index: 2;
}
#logo > span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url('images/icons/eussen-bouw-logo.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

#menu {
	position: fixed;
	display: inline-block;
	width: 95px;
	height: 19px;
	z-index: 3;
	right: 4em;
	top: 2.2em;
	text-align: left;
}
#menu > span {
	font-weight: 500 !important;
	position: relative;
}

#menu > span:nth-of-type(1) {
	top: -1px;
	bottom: 0;
	margin: auto 0;
	font-size: 19px;
	position: absolute;
	line-height: 1;
	height: .75em;
}
#menu > span:nth-of-type(2) {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 17px;
	margin: auto 0;
}

#menu > span:nth-of-type(2) > span {
	width: 100%;
	height: 3px;
	background: #3e90d6;
	position: absolute;
	left: 0;
}
#menu.open > span:nth-of-type(2) > span {
	background: #2d75b3;
}
#menu > span:nth-of-type(2) > span:nth-of-type(1) {
	top: 0;
}


#menu > span:nth-of-type(2) > span:nth-of-type(2) {
	top: 0;
	margin: auto 0;
	bottom: 0;
	width: 60%;
	-ms-transition: .3s ease width;
	-o-transition: .3s ease width;
	-moz-transition: .3s ease width;
	-webkit-transition: .3s ease width;
	transition: .3s ease width;
}
#menu:hover > span:nth-of-type(2) > span:nth-of-type(2) {
	width: 100%;
}	
	
#menu > span:nth-of-type(2) > span:nth-of-type(3) {
	bottom: 0;
}
#navitems,
#menubg {
	display: none;
	z-index: -1;
}

#fixedbg {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	left:0;
	top:0;
	z-index: 0;
	overflow: hidden;
}


#fixedbg > div {
	display: block;
	position: relative;
	width: 340%;
	height: 100%;
	overflow: hidden;
	-ms-transform: translateX(-67.96%);
	-o-transform: translateX(-67.96%);
	-moz-transform: translateX(-67.96%);
	-webkit-transform: translateX(-67.96%);
	transform: translateX(-67.96%);
	
}


#fixedbg > div > div {
	display: block;
	position: relative;
	width: 160%;
	height: 160%;
	left: -31.3%;
	top: -30%;
}



#fixedbg > div > div > div {
	display: inline-block;
	position: relative;
	width: 33.3333333333%;
	height: 100%;
	position: realtive;
	-ms-transform: skew(-45deg, 0);
	-o-transform: skew(-45deg, 0);
	-moz-transform: skew(-45deg, 0);
	-webkit-transform: skew(-45deg, 0);
	transform: skew(-45deg, 0);
	margin-left: -5px;
	
}


@media screen and (orientation:portrait) {
	#fixedbg > div {
		width: 400%;
		height: 300%;
		-ms-transform: translate(-10%, -10%);
		-o-transform: translate(-10%, -10%);
		-moz-transform: translate(-10%, -10%);
		-webkit-transform: translate(-10%, -10%);
		transform: translate(-10%, -10%);
	}	
	#fixedbg > div {
		-ms-transform: translate(-71%, -33.5%);
		-o-transform: translate(-71%, -33.5%);
		-moz-transform: translate(-71%, -33.5%);
		-webkit-transform: translate(-71%, -33.5%);
		transform: translate(-71%, -33.5%);
		
	}
	
	#fixedbg > div > div > div {
		-ms-transform: skew(-45deg, 0);
		-o-transform: skew(-45deg, 0);
		-moz-transform: skew(-45deg, 0);
		-webkit-transform: skew(-45deg, 0);
		transform: skew(-45deg, 0);
		margin-left: -5px;
	}
}

#fixedbg > div > div > div:nth-of-type(1) {
	background: #ffffff;
}
#fixedbg > div > div > div:nth-of-type(2) {
	background: #ffffff;
}
#fixedbg > div > div > div:nth-of-type(3) {
	background: #f5f5f5;
}


@media all and (max-width:1440px) {
	#menu {
		width: 78px;
		height: 16px;
		top: 2.25em;
	}
	
	#menu > span:nth-of-type(2) {
		height: 15px;
	}

	#menu > span:nth-of-type(1) {
		top: 0;
		font-size: 15px;
	}

	#fixedbg > div > div {
		left: -31.8%;
	}	
	#menu > span:nth-of-type(2) > span {
		height: 2px;
	}
	#menu > span:nth-of-type(2) {
		width: 17px;
	}
}	
@media all and (max-width:1024px) {
	#logo {
		left: 3em;
	}
	#menu {
		right: 3em;
	}
}

@media all and (max-width:768px) {
	#logo {
		top: -2em;
		left: 2em;
	}
	#menu {
		width: 75px;
		right: 2em;
		top: -2em;
	}	
	
	#mobilebar {
		display: block;
	}	
	#mobilebar.scroll {
		top: 0;
	}
	
	#logo,
	#logo.scroll {
		top: 1.6em;
	}
	#menu,
	#menu.scroll {
		top: 2.2em;
	}
}

@media all and (max-width:420px) {
	#logo {
		left: 1em;
	}
	#menu {
		right: 1em;
	}
	#menu > span:nth-of-type(1) {
		line-height: 1;
		height: .81em;
	}
	.isSafari #menu > span:nth-of-type(1) {
		top: -.05em;
	}
}

@media all and (max-width:380px) {
	#logo,
	#logo.scroll {
		top: 1.5em;
	}
	#menu,
	#menu.scroll {
		top: 1.95em;
	}
}
/*Werkwijze page*/ 

h1.hs2 {
	white-space: pre-line;
	display: inline-block;
	font-weight: 800;
	font-size: 4.5em;
    line-height: 100%;
	margin: 0;
}

.s2 {
	width: 100%;
	display: block;
	text-align: center;
	margin-top: 7em;
	overflow: hidden;
	padding: 0 1.5em;
}

.s2 > div {
	display: block;
	font-weight: 300;
	line-height: 150%;
}

.s2 > div > div {
	max-width: 75%;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 1.4em;
	text-align: center;
}



.s2 > div > div > div {
	display: block;
	width: 100%;
	vertical-align: top;
	text-align: left;
}
.s2 > div > div > div > div {
	padding: 0 3.5vw;
}


.s2 > div > div h4 {
	font-weight: 500;
	font-size: 1.3em;
}

.s2 > div > div strong {
	font-weight: 500;
}

.s2 > div > div ul {
	padding:0;
	padding-left: 1em;
}
	



.section {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 5em;
}
.section .bs1 {
	display: inline-block;
}

.section .bs1:nth-of-type(2) {
	margin-left: 3em;
}

.section > p {
	font-weight: 400;
	position: relative;
	z-index: 1;
	font-size: 1em;
	line-height: 160%;
	white-space: pre-line;
	margin-bottom: 0;
}	
.section > p strong {
	line-height: 160%;	
}

.section > a {
	margin-top: 3em;
	margin-bottom: 3.35em;
}

.section > span {
	display: block;
	font-size: 1.4em;
	font-weight: 500;
	margin: 1.5em 0;
	margin-top: 0;
	position: relative;
	z-index: 1;
}

.section > span:nth-of-type(1) {
	font-size: 2.5em;
}


.section > span.num {
	position: absolute;
	display: inline-block;
	font-weight: 300;
	color: #e1ecf7;
	font-size: 24em;
	margin: 0;
	z-index: 0;
}


.section > div {
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	width: 57vw;
	height: 37.7vw;
	position: relative;
	margin-top: 0;
}

#section-1 {
	margin-top: 3em;
}
#section-3 {
	margin-top: 10em;
}



	


@media all and (max-width:1280px) {
	.s2 > div > div {
		max-width: 90%;
	}
}

@media all and (max-width: 980px) {	
	.s2 > div > div {
		max-width: 100%;
		left: 0;
		margin-top: 0;
	}
	.s2 > div > div > div > div {
		padding: 0;
	}
	.s2 {
		padding: 0 1.5em;
	}

	.section > div {
		width: 65vw;
		height: 43vw;
	}
	
}

@media all and (max-width:768px) {
	.s2 {
		padding: 0 1em;
		margin-bottom: 3em;
	}
	.section > div {
		width: 75vw;
		height: 49.6vw;
	}

	.section > span.num {
		font-size: 20em;
	}
	#section-1 > span.num {
		top: 0;
		left: -.15em;
	}	
	#section-2 > span.num {
		top: 1.3em;
		margin: auto 0;
		right: -.15em;
	}
	#section-3 > span.num {
		top: .8em;
		right: .45em;
	}	
	
	#section-4 > span.num {
		top: -.07em;
		left: 0;
	}	
	
	#section-5 > span.num {
		top: .25em;
		right: .05em;
	}	
		
	#section-6 > span.num {
		top: .15em;
		right: .4em;
	}	
}	
@media all and (max-width:550px) {

	.s2 > div > div > div > div {
		padding: 0 1em;
	}
	h1.hs2 {
		max-width: 7.6em;
	}
	.section > span {
		font-size: 1.3em;
		margin: 1.5em 0;
		margin-top: 3em;
	}
	.section > span:nth-of-type(1) {
		font-size: 2em;
		margin-left: -.05em;
		margin: 1.7em 0;
		margin-top: 3.4em;
	}
	.s2 > div > div {
		padding: 0;
	}
	h1.hs2 {
		font-size: 2.5em;
		white-space: normal;
	}	
	
	.section {
		margin-top: 5em !important;
	}	
	#section-1 {
		margin-top: 3em !important;
	}	
	#section-3 {
		margin-top: 4em;
	}

	
	.section > div {
		width: 75vw;
		height: 49.6vw;
		margin-left: -1em;
	}
	
	.section > span.num {
		font-size: 17em;
		top: .05em !important;
		left: -.06em !important; 
		right: auto !important;
		bottom: auto !important;
	}
	
	#section-2 > div {
		margin-top: 6em;
	}

}	
@media all and (max-width:420px) {
	.s2 > div > div {
		max-width: 100%;
	}
	
	.s2 > div > div {
		padding: 0;
		
	}
	h1.hs2 {
		font-size: 2.3em;
	}
	
	.section > div {
		width: calc(100% + 2em);
		height: calc(66vw - 1.3em);
	}
	
	.section {
		margin-top: 3em !important;
	}	
	#section-1 {
		margin-top: 3em !important;
	}	
	#section-3 {
		margin-top: 3em;
	}

}

@media all and (max-width:350px) {
	h1.hs2 {
		font-size: 2.1em;
	}

}


/*Werkwijze page end*/ 

body.no-transition *:before,
body.no-transition * {
	-o-transition: none !important;
	-ms-transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}