/*


GENERAL


*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

.loadingscreen {
	position: fixed;
	z-index: 9999;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: opacity ease 0.3s;
}

* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22.5px;
	width: 100vw;
	overflow-x: hidden;
}

.darkbody {
	color: #FFF;
	background-color: #1a1a1a;
}

p {
	text-align: justify;
}

a {
	transition: color ease-in-out 0.3s;
	text-decoration: none;
	color: inherit;
}

ul {
	list-style: none;
}

h2 {
	font-size: inherit;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.content {
	width: 80vw;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (min-width: 1600px) {
	.content {
		width: 60vw;
	}
}

.navbar {
	position: fixed;
	width: 100%;
	z-index: 999;
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0);
	transition: all ease-in-out 0.3s;
}

.navbar .content {
	z-index: 11;
	display: flex;
	flex-flow: row;
	align-items: : center;
}

.navbar #logo {
	height: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
}


.navbar .nav_a {
	display: block;
	transition: color 0.3s ease;
}

.navbar .nav_a:nth-child(n+2) {
	padding: 10px 20px 10px 20px;
	height: 30px;
	font-weight: 600;
	display: flex;
	align-items: center;
	text-align: center;
	color: #e8daba;
	transform: translateX(0px);
	opacity: 1;
	transition: 0.3s ease all;
}

.navbar .nav_a:first-child {
	margin-right: auto;
}

.navbar .nav_a:not(:first-child):HOVER{
	color: #b5aa91;
}

.hamburger {
    position: absolute;
    right: 10vw;
    cursor: pointer;
    width: 60px;
    height: 60px;
    transition: all 0.3s;
    display: none;
}

.top, .bottom {
    transition: all 0.25s;
    content: '';
    position: absolute;
    display: block;
    left: 19px;
    width: 19px;
    height: 1px;
    background: #e8daba;
    transform: rotate(0);
}

.top {
    top: 29px;
    transform: translateY(-3px);
}

.bottom {
    bottom: 29px;
    transform: translateY(3px);
}

.open {
    transform: rotate(90deg);
}

.open .top {
    transform: rotate(45deg) translateY(0px);
}

.open .bottom {
    transform: rotate(-45deg) translateY(0px);
}

@media screen and (max-width: 992px) {
    .hamburger {
        display: inline-block;
    }
    .navbar .nav_a:not(:first-child) {
        transform: translateX(-30px);
        opacity: 0;
        pointer-events: none;
    }
}

.dropdown {
    z-index: 10;
    background-color: #111;
    position: fixed;
    left: -130vw;
    width: 100vw;
    height: 100vh;
    transition: left 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown .links {
    position: relative;
}

.dropdown .links a {
    color: #FFF;
    font-size: 30px;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    font-weight: 500;
    float: left;
    display: block;
    width: 100%;
    padding-left: 20px;
    transform: translateX(-20px);
    margin-left: 80px;
    opacity: 0;
    transition: margin-left ease 0.3s, opacity 0.5s;
    transition-delay: 0.3s;
}

.dropdown .links a:HOVER {
    color: #e8daba;
}

.dropdown .links a:nth-child(2) {
    transition-delay: 0.4s;
}
.dropdown .links a:nth-child(3) {
    transition-delay: 0.5s;
}
.dropdown .links a:nth-child(4) {
    transition-delay: 0.6s;
}

.dropdown .links #active {
    border-left: 5px solid #e8daba;
}

#active2 {
	border-bottom: 5px solid #e8daba;
}

.dropdown .social {
    position: absolute;
    bottom: 10vh;
    margin-left: 0px;
    /*transition: margin-left 0.3s ease, opacity 0.3s ease;
    transition-delay: 0.7s;
    opacity: 0;*/
}

.dropdown .social a {
    padding-left: 30px;
}

.dropdown .social svg {
    fill: #e8daba;
    height: 20px;
}

.dropdown .social svg:hover{
    fill: #FFF;
}

.footer {
	overflow: hidden;
	padding-top: 10vh;
	padding-bottom: 10vh;
	color: #999;
	background-color: #000;
}

.footer .items div {
	width: 22%;
	height: 20vh;
	float: left;
}

.footer .items ul {
	margin: 0;
	padding: 0;
}

.footer .logo {
	position: relative;
}

.footer .logo #icon {
	height: 40px;
	width: 40px;
}

.footer .logo #volledig {
	height: 40px;
	display: none;
}

.footer .list {
	margin-left: 4%;
}

.footer .list a:HOVER {
	color: #FFF;
}

.footer .list span {
	color: #e8daba;
	font-weight: 600;
}

.footer .copyright {
	width: 50%;
	float: right;
	text-align: right;
}

.footer .design {
	width: 50%;
	float: left;
	text-align: left;
}

.footer .design a {
	color: #e8daba;
}

.footer .design a:HOVER {
	color: #968d78;
}

@media screen and (max-width: 768px) {
	.footer .items div {
		width: 100%;
		text-align: center;
		height: auto;
		margin-bottom: 10vh;
	}

	.footer .list {
		margin-left: 0;
	}

	.footer .copyright {
		width: 100%;
		float: auto;
		text-align: center;
	}

	.footer .design {
		width: 100%;
		float: auto;
		text-align: center;
		margin-bottom: 5vh;
	}
	.footer .logo #volledig {
		display: inline;
	}

	.footer .logo #icon {
		display: none;
	}
}


/*


HOME


*/

.header {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: height ease 0.3s;
}

.header.type2{
	height: 40vh;
}



.header video {
	min-height: 100%;
	position: absolute;
	z-index: 0;
	filter: brightness(0.95);
}

@keyframes h1slideup {
	from {
		opacity: 0;
		transform: translateY(50%);
	} to {
		opacity: 1;
		transform: translateY(0%);
	}
}

.top_gradient {
	height: 8vh;
	width: 100vw;
	z-index: 2;
	top: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(180deg, rgba(0,0,0,0.4), rgba(0,0,0,0));
}

.header #h1_parallax {
	color: #FFF;
	border-left: 5px solid #e8daba;
	padding-left: 20px;
	font-size: 30px;
	font-weight: 200;
	line-height: 45px;
	transform: translateY(0%);
	animation: h1slideup;
	animation-duration: 1.5s;
	transition: font-size 0.3s ease;
}

@media screen and (min-width: 900px) {
    .header #h1_parallax {
    	font-size: 45px;
    	line-height: 67.5px;
    }
}

@media screen and (max-width: 768px) {
	.header #h1_parallax br {
		display: none;
	}
}


.header #h1_parallax span {
	font-weight: 600;
}

.scroll {
	position: absolute;
	color: #FFF;
	text-align: center;
	bottom: 10%;
	font-weight: 600;
}

.scroll svg {
	fill: #FFF;
}

@media screen and (max-width: 768px) {
	.header.type2 {
		height: 40vh;
	}
}


.diensten {
	padding-top: 10vh;
	position: relative;
	overflow: hidden;
	padding-bottom: 10vh;
}

.dienst {
	position: relative;
	text-align: center;
	width: 47.5%;
	float: left;
}

.dienst:not(:first-child) {
	margin-left: 5%;
}

.dienst svg {
	fill: #0e394c;
    height: 45px;
    width: 45px;
}

.dienst span {
	font-weight: 600;
}

.dienst p {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.dienst {
		width: 100%;
		display: flex;
		flex-flow: row;
		align-items: center;
		margin-bottom: 5vh;
	}

	.dienst:not(:first-child) {
		margin-left: 0;
	}

	.dienst .container {
		float: left;
		width: 50%;
	}

	.dienst p {
		width: 70%;
		float: right;
	}
}

@media screen and (max-width: 768px) {
	.dienst {
		flex-flow: column;
	}

	.dienst p {
		width: auto;
	}

	.dienst .container {
		width: auto;
	}
}


.recent h2 {
	font-size: 30px;
	font-weight: 600;
	color: #0e394c;
	margin-bottom: 10vh;
	line-height: 40px;
}







.button {
	margin-left: 50vw;
	transform: translateX(-50%);
	background-color: #e8daba;
	font-size: 10pt;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border-radius: 100px;
	color: #FFF;
    border: 0;
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 10pt;
    display: inline-block;
    margin-top: 10vh;
}

.button:HOVER{
	background-color: #b5aa91;
}

.margin {
	height: 10vh;
}
/*

CONTACT

*/

#map {
	width: 100%;
	height: 40%;
}

.contactsection {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.contactsection h2 {
	margin-bottom: 20px;
}

.info {
	width: 100%;
}

.info .left {
	width: 25vw;
	float: left;
	margin-bottom: 5vh;
}

.info .right {
	width: 55vw;
	float: left;
	color: #e8daba;
}

@media screen and (min-width: 1600px) {
    .info .left {
    	width: 20vw;
    }
    .info .right {
    	width: 40vw;
    }

}

.contactSection input {
    background-color: rgba(255,255,255,0.05);
    border: 0;
    color: #FFF;
    width: 35vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    margin-bottom: 2vh;
    font-family: inherit;
    font-size: 10pt;
}

.contactSection .contactfield {
	float: left;
	position: relative;
	width: 35vw;
}

.contactSection textarea {
    float: left;
    width: 80vw;
    height: 100pt;
    padding: 1vh;
    background-color: rgba(255,255,255,0.05);
    border: 0;
    color: #FFF;
    margin-bottom: 2vh;
    font-family: inherit;
    font-size: 10pt;
}


@media screen and (min-width: 1600px) {
    .contactSection input {
    	width: 25vw;
    }

    .contactSection .contactfield {
    	width: 25vw;
    }

    .contactSection textarea {
    	width: 60vw;
    }
}

.contactSection #field2 {
	margin-left: 10vw;
}

.contactSection input:hover {
    border: 0;
}


.contactSection .submit {
	margin-left: 50%;
	transform: translateX(-50%);
	font-size: 10pt;
	font-weight: 600;
	font-family: inherit;
	cursor: pointer;
	transition: background-color 0.3s ease;
	border-radius: 100px;
	width: 20vw;
}

.contactSection .submit:HOVER{
	background-color: #e8daba;
}
/*

Over

*/

.overimage {
	margin-top: 10vh;
	margin-bottom: 10vh;
	display: none;
	background-image: url("static/media/image.jpg");
	height: 50vh;
	width: 100vw;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 768px) {
	.overimage {
		height: 70vh;
	}
}

#contact_arrow {
	height: 12pt;
	margin-left: 10px;
	transition: margin-left 0.2s ease-in-out;
}

#contact_a {
	display: flex;
	align-items: center;
}

#contact_a:HOVER #contact_arrow {
	margin-left: 20px;
}

#overheader {
	background-image: url('/static/media/image.jpg');
	background-position: center;
	background-size: cover;

}

@media screen and (min-width: 1600px) {
	#overheader {
		height: 60vh;
	}
	.overimage {
		height: 60vh;
	}
}
#overcontent {
	margin-top: 10vh;
	text-align: center;
}

#overcontent p {
	text-align: center;
}

#overcontact {
	text-align: center;
}

#overcontact p {
	text-align: center;
}

#overbutton {
	margin-left: 0;
	transform: translateX(0);
	margin-top: 0;
}

/*

Projects

*/

#projectcontent {
	width: 80vw;
	overflow: auto;
	margin-bottom: 10vh;
}

@media screen and (min-width: 1600px) {
    #projectcontent {
    	width: 60vw;
    }
}


.project {
	position: relative;
	width: 40vw;
	height: 40vw;
	float: left;
	overflow: hidden;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.project {
		width: 80vw;
		height: 80vw;
		margin-bottom: 5vh;
	}
}

@media screen and (min-width: 1600px) {
    .project {
    	width: 30vw;
    	height: 30vw;
    }
}

.projectcover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
}


.projectimage {
	height: 100%;
	filter: grayscale(0);
	transition: ease 0.5s;
	transform: scale(1);
}

.project:HOVER .projectimage {
	transform: scale(1.2);
	filter: blur(3px);
}


.projectTitle {
	font-size: 20pt;
	z-index: 4;
	font-weight: 400;
	line-height: 30pt;
	color: #FFF;
}

.projectRoles {
	color: #e8daba;
	font-size: 10pt;
	font-weight: 600;
}

.projectinfo {
	width: 80%;
	left: 10%;
	bottom: 10%;
	position: absolute;
	z-index: 4;
}

.awardcover {
	background: linear-gradient(to bottom, rgba(0,0,0,150), rgba(0,0,0,0));
	position: absolute;
	height: 50%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: ease 0.3s;
}


.awardimage {
	position: absolute;
	top: 0;
	right: 10%;
	z-index: 8;
	width: 7%;
	transform: translateY(-40%);
	transition: ease 0.3s;
}

.awards {
	position: absolute;
	top: 5%;
	width: 70%;
	left: 10%;
	color: #e8daba;
	font-weight: 600;
	font-size: 10pt;
	transform: translateX(-20%);
	opacity: 0;
	transition: ease 0.3s;
}

.project:HOVER .awardcover {
	opacity: .5;
}

.project:HOVER .awardimage {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 768px) {
	.project:HOVER .awardimage {
		transform: translateY(-20%);
	}
}

@media screen and (min-width: 1200px) {
	.project:HOVER .awardimage {
		transform: translateY(-20%);
	}
}

.project:HOVER .awards {
	opacity: 1;
	transform: translateX(0);
}



.projectvideo {
	z-index: 999;
	position: fixed;
	z-index: 10;
	left: 0;
	height: 100vh;
	top: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.8);
	display: none;
}

@media (min-aspect-ratio: 12/9) {
	.vidcontainer {
		width: 80%;
		margin-left: 10%;
	}
}

.closelayer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	cursor: pointer;
}

.vidcontainer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}

.projectvideo video {
}



