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-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Codec Pro';
    src: url('fonts/CodecPro-ExtraBold.woff') format('woff');
    font-weight: 800;
    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 { 
	overflow: hidden;
	overflow-y: scroll;
	height: 101vh;
}
body.ready {
	position: static;
	top: auto;
	left: auto;
	overflow-y: visible;
	min-height: 101vh;
	height: auto;
}


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;
}


.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: 3;
}
#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;
	}
}

/*Top section*/ 

span.hs1 {
	white-space: pre-line;
	display: inline-block;
	font-weight: 800;
	font-size: 4em;
	line-height: 120%;
}


span.hs2 {
	white-space: pre-line;
	display: inline-block;
	font-weight: 800;
	font-size: 3em;
	line-height: 120%;
}

.nav-links a,
.bs1 {
	display: block;
	font-weight: 800;
	color: #3e90d6;
	font-size: 1em;
	margin-top: 1em;
}
.nav-links a:after,
.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.left:after {
	display: none;
}	

.bs1.left:before {
	content:'\2190';
	display: inline-block;
	position: relative;
	left: 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;
}

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

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

.s1 {
	padding: 0 1.5em;
	margin-top: 5.1em;
	width: 100%;
	padding-bottom: 5em;
	position: relative;
	z-index: 2;
}
.s1 > div {
	display: block;
	width: 100%;
	text-align: center;
}
.s1 > div > div {
	display: block;
	width: 100%;
	height: calc(100vh - 6.6em);
	background-repeat: no-repeat;
	background-position: 50% 18%;
	background-size: cover;
	text-align: left;
	
	-ms-transition: height .3s ease;
	-o-transition: height .3s ease;
	-moz-transition: height .3s ease;
	-webkit-transition: height .3s ease;
	transition: height .3s ease;
}	


.s1 > div > div > div:nth-of-type(1) {
	display: block;
    width: 75%;
	position: absolute;
	right:0;
	top: 0;
	left: 3.1em;
	margin: 0 auto;
	padding-bottom: 31vh;
	text-align: left;
	height: calc(100vh - 6.6em);
}

.s1 > div > div > div:nth-of-type(1).h1_bottom {
	padding-bottom: 0;
	padding-top: 31vh;
}
.s1 > div > div > div:nth-of-type(1).h1_middle {
	padding-bottom: 0;
	padding-top: 0;
}

.s1 > div > div > div:nth-of-type(1).h1_right {
	text-align: right;
	left: auto;
	right: 3.1em;
	
}
.s1 > div > div > div:nth-of-type(1).h1_center {
	text-align: center;
	left: 0;
	right: 0;
}



.s1 > div > div > div > div:nth-of-type(2) {
	display: inline-block;
	min-width: 55%;
	margin: 0 auto;
	margin-left: 3.4vw;
	text-align: left;
	vertical-align: middle;
}



.s1 > div > div > div > div:nth-of-type(2) > span {
	white-space: pre-line;
	
}

.s1 > div > div .hs1 {
	color: #fff;
}	


.s1 > div > div > div:nth-of-type(2) {
	position: absolute;
	display: inline-block;
	width: 23em;
	height: 23em;
	right: -11.5em;
	bottom: -6.5em;
	background: no-repeat;
	background-size: contain;
	background-position: center center;
	opacity: 1;
	background-image: url('images/icons/eussenbouw-plezier-in-bouwen.svg');
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);


    -ms-animation: spin 72s linear infinite;
    -o-animation: spin 72s linear infinite;
    -moz-animation: spin 72s linear infinite;
    -webkit-animation: spin 72s linear infinite;
    animation: spin 72s linear infinite;
}

@-ms-keyframes spin { 100% { -ms-transform: rotate(360deg); } }
@-o-keyframes spin { 100% { -o-transform: rotate(360deg); } }
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { transform:rotate(360deg); } }


@media all and (max-width: 1440px) {
	.s1 > div > div > div:nth-of-type(1).h1_middle {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s1.lbg > div > div {
		background-position: 50% 18%;
	}	

}

@media all and (max-width: 1342px) {	
	.s1 > div > div > div:nth-of-type(2) {
		width: 20em;
		height: 20em;
		right: -10em;
		bottom: -5em;
	
	}
}

@media all and (max-width: 1280px) {	
	.s1 > div > div {
		background-size: cover;
	}	
	.s1 > div > div > div:nth-of-type(1) > div {
		top: 3em;
	}

	.s1 > div > div > div:nth-of-type(1) {
		width: 90%;
	}	

}

@media all and (max-width: 1024px) {	
	span.hs1 {
		font-size: 3.5em;
	}
	.s1 > div > div > div:nth-of-type(1),
	.s1 > div > div {
		height: calc(70vh - 6.6em);
	}		
	.s1 > div > div > div:nth-of-type(2) {
		width: 23em;
		height: 23em;
		right: -11.5em;
		bottom: -6.5em;
	}
}


@media all and (max-width: 980px) {	
	.s1 > div > div > div:nth-of-type(1) {
		top: 0;
		left: 3em;
		width: 100%;
		left: 0;
		text-align: center;
	}
	.s1 > div > div > div:nth-of-type(1).h1_bottom {
		padding-bottom: 31vh;
		padding-top: 0;
	}
	.s1 > div > div > div:nth-of-type(1).h1_middle {
		padding-bottom: 31vh;
		padding-top: 0;
	}
	
	.s1 > div > div > div:nth-of-type(1).h1_mobile_bottom {
		padding-bottom: 0;
		padding-top: 31vh;
	}
	.s1 > div > div > div:nth-of-type(1).h1_mobile_middle {
		padding-bottom: 0;
		padding-top: 0;
	}

	.s1 > div > div > div:nth-of-type(1).h1_right {
		text-align: center;
		left: 0;
		right: auto;
		
	}
	.s1 > div > div > div:nth-of-type(1).h1_center {
		text-align: center;
		left: 0;
		right: auto;
	}
	

	.s1 > div > div > div > div:nth-of-type(2) {
		margin-left:0;
		width: 25em;
		min-width: 0;
	}
	.s1 {
		padding-bottom: 4em;
	}	
	.s1 > div > div > div:nth-of-type(2) {
		bottom: 0;
	}
}

@media all and (max-width:960px) {	
	.s1 > div > div > div:nth-of-type(2) {
		width: 18em;
		height: 18em;
		right: -9em;
		bottom: -4em;
	}
}
@media all and (max-width:768px) {	
	.s1 {
		padding: 0 1em;
		padding-bottom: 4.7em;
	}
}
@media all and (max-width:756px) {	
	.s1 > div > div > div:nth-of-type(2) {
		display: none;
	}

}

@media all and (max-width:550px) {
	.s1 > div > div > div > div:nth-of-type(2) {
		width: 80%;
	}
	.s1 > div > div {
		background-size: cover;
		background-position: top center;
		height: calc(91.2vh - 5.6em);
	}
	.s1 > div > div > div:nth-of-type(1) {
		height: calc(91.2vh - 5.6em);
	}	
	span.hs1 {
		font-size: 3em;
		max-width: 100%;
	}

	.s1 > div > div > div:nth-of-type(1) {
		padding: 0 1em;
		padding-bottom: 47vh;
	}
	span.hs1,
	span.hs2 {
		font-size: 2.5em;
	}
	
	span.hs2 {
		white-space: normal;
	}	

}

@media all and (max-width:420px) {
	.s1 > div > div > div:nth-of-type(1) {
		padding: 0 .5em;
		padding-bottom: 47vh;
	}

	.s1 > div > div > div:nth-of-type(1).h1_mobile_bottom {
		padding-bottom: 0;
		padding-top: 47vh;
	}
	.s1 > div > div > div:nth-of-type(1).h1_mobile_middle {
		padding-bottom: 0;
		padding-top: 0;
	}	
	
	.s1 > div > div > div > div:nth-of-type(2) {
		width: 80%;
	}
	.s1 > div > div > div:nth-of-type(1),
	.s1 > div > div {
		height: calc(91.2vh - 5.6em);
	}	
	.nav-links a,
	.bs1 {
		font-size: 1em;
	}
	span.hs2 {
		font-size: 2.3em;
	}

	
	.s1 {
		padding: 0 .5em;
		padding-bottom: 5em;
	}
	
	.isSafari .s1 > div > div > div:nth-of-type(1),
	.isSafari .s1 > div > div {
		height: calc(84.5vh - 5.6em);
	}	
	.isSafari .s1 > div > div > div:nth-of-type(2) {
		width: 46vw;
		height: 46vw;
		right: -19vw;
		bottom: -22vw;
	}	
	.isSafari .s1 {
		padding: 0 .5em;
		padding-bottom: 4.5em;
	}
	

	

	.s1 > div > div > div:nth-of-type(2) {
		width: 12.5em;
		height: 12.5em;
		right: -6.2em;
		bottom: 0;
	}
	
}	
@media all and (max-width:380px) {
	.s1 > div > div {
		background-size: cover;
	}
}	
@media all and (max-width:350px) {
	span.hs1 {
		font-size: 2.3em;
	}
	span.hs2 {
		font-size: 2.1em;
	}

}

/*Top section 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;
}