/* CSS Document */

@font-face {
	font-family: "Larke Neue Regular";
	src: url(fonts/Larke_Neue_Thin.ttf)
}

@font-face {
	font-family: "Fira Sans Light";
	src: url(fonts/Fira_Sans/FiraSans-Light.ttf)
}

@font-face {
	font-family: "Fira Sans Regular";
	src: url(fonts/Fira_Sans/FiraSans-Regular.ttf)
}

@font-face {
	font-family: "Fira Sans Medium";
	src: url(fonts/Fira_Sans/FiraSans-Medium.ttf)
}

@font-face {
	font-family: "Fira Sans Bold";
	src: url(fonts/Fira_Sans/FiraSans-Thin.ttf)
}


html {
	scroll-behavior: smooth;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
	color: white;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	/*background-image: url("IMG/img11.jpg");*/
	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

:root {
	--standard_text_color: #3f3f3f;
	--standard_side_margin: 20vw;
}

#myVideo {
  position: fixed;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -10;
}

p{
	color: black;
	font-weight: lighter;
}

a{
	text-decoration: none;
	color: black;
}

a:hover{
	text-decoration: underline;
}

h4 {
	margin-block-start: 0;
    margin-block-end: 0;
}

/* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*/

/* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*/

/* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10vh;
	text-align: center;
	background: transparent;
	/*border-bottom: rgba(0,0,0,1.00) solid 1px;*/
	z-index: 100;
	transition: 0.5s;
}

header.active {
	background: white;
}


nav {
	top: 0;
	height: 10vh;
	background: white;
	width: 100vw;
	margin: 0;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	/*box-shadow: 0px 5px 15px -5px rgba(0,0,0,1);*/
}

nav a{
	color: black;
	transition: 0.4s;
}

nav a:hover{
	text-decoration: none;
	color:rgba(173,0,5,1.00);
}



/* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*//* NAVIGATION BAR*/

/* LOGO */


.nav_div {
	height: 100%;
}

.logo_div {
	color: #3f3f3f;
	font-size: 1.5vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	padding-bottom: 1.5vh;
}

.logo_div {
	color: #3f3f3f;
}

.nav_div img{
	position: relative;
	height: 9vh;
	margin-bottom: -1vh;
}

.nav_div .pages {
	padding-top: 1vh;
}


/* Slogan */



nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 2vh;

}

nav ul a{
	margin-left: 1.5vw;
	margin-right: 1.5vw;
}


/*CONTENT SECTIONS*/


h1 {
	color: white;
}

h2 {
	color: white;
	font-size: 48px;
}

/*--------------------------section 2--------------------------*/



.section_tab {
	display: flex;
	position: relative;
	justify-content: center;
	height: 100vh;
	background-color: rgba(0,0,0,0.25);
	scroll-margin-top: 10vh;
}

.section_1 {
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0;
}

.section_1 h1 {
	font-size: clamp(6vw, 6rem, 12vw);
	margin-bottom: 0;
}

.section_1 h2 {
	font-size: 2vw;
	font-weight: 300;
}

.div_section {
	position: relative;
	text-align: center;
	height: 60vh;
	width: 60vw;
	background-color: blue;
}

.header_1 {
	font-size: 64px;
}


/*--------------------------section 2--------------------------*/

.section_2 {
	background-color: white;
	min-height: 82.5vh;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
	padding-left: var(--standard_side_margin);
	padding-right: var(--standard_side_margin);
	padding-top: 12.5vh;
	padding-bottom: 5vh;
	scroll-margin-top: 0vh;
}


.diensten_header {
	width: 100%;
	text-align: center;
	font-size: 4em;
}

.section_2 h2 {
	position: relative;
	color: #3f3f3f;
	padding-bottom: 2vh;
	margin-top: 0vh;
	margin-bottom: 0vh;
}

.section_2 h2:after {
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	height: 6px;
	width: 25%;
	border-radius: 2px;
	background-color: #b90019;
	border-bottom: 6px;
}

h4 {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h4:after {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 20%;
	border-radius: 2px;
	background-color: #b90019;
}

.infocard {
	height: 60vh;
	width: 35vh;
	margin-left: 1vw;
	margin-right: 1vw;
	margin-top: 5vh;
	margin-bottom: 5vh;
	background-color: blue;

}

.div_top {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: grey;
	height: 50%;
	width: 100%;
	overflow: hidden;
}

p {
	margin-block-start: 0;
	margin-block-end: 0;
}

.div_top img{
	height: 110%;
	transition: 0.5s;
}

.div_top img:hover{
	height: 120%;
}

.div_top #image_3{
	height: 200%;
	transition: 0.5s;
}

.div_top #image_3:hover{
	height: 220%;
}

.div_bottom {
	box-sizing: border-box;
	color: #3f3f3f;
	background-color: rgba(247,247,247,255);
	height: 50%;
	width: 100%;
	padding: 5%;
	padding-top: 10%;
}

.div_bottom p{
	color: #757575;
	line-height: 1.5;
	font-size: 1.4vh;
	text-align: justify;
	font-family: "Fira Sans Light";
}

/*---------------------section 3-------------------------------*/
.section_3 {
	box-sizing: border-box;
	background-color: rgba(247,247,247,255);
	height: 70vh;
}

.div_about {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
	align-content: flex-start;
}

.div_about_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around; /* Hier mee testen */
	align-content: center; /* Hier mee testen */
	height: 100%;
	z-index: 1;
}


.div_about_img {
	background-color: grey;
	overflow: hidden;
	perspective: 10px;
	width: 50%;
}

.para_img {
	position: absolute;
	width: 180%;
	transform: translateZ(-10px) scale 2;
	object-fit: cover;
	z-index: 100;
}

#para_img_one {
	width: 300%;
}

#para_img_two {
	width: 300%;
}

.div_about_text {
	box-sizing: border-box;
	align-content: center; /* Hier mee testen */
	width: 50vw;
	padding-right: var(--standard_side_margin);
	justify-content: left;
	padding-left: 2.5vw;
}

.div_about_text p {
	color: black;
	text-align: justify;
	line-height: 1.5;
	font-size: 1.5vh;
	font-family: "Fira Sans Light";
}

.div_about_text h3{
	color: #3f3f3f;;
	position: relative;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 2em;
}

.div_about_text h3:after {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 70%;
	border-radius: 2px;
	background-color: #b90019;
}

/*---------------------section 4-------------------------------*/

.section_4 {
	background-color: #b90019;
	height: 20vh;
	padding-left: var(--standard_side_margin);
	padding-right: var(--standard_side_margin);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}


.vertical_stripe {
	display: block;
	background-color: white;
	height: 60%;
	width: 2.5px;

}

.slogans {
	color: white;
	font-size: 2vh;
	display: flex;
	align-items: center;
	width: 25%;
	justify-content: center;
	text-align: center;
	font-family: "Fira Sans Regular";
}


/* ------------------------------ section 5-------------------------------*/

.section_5 {
	background-color: white;
	height: 90vh;
}

.section_5 img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

.section_5 h2 {
	color: #3f3f3f;
	position: relative;
}

.section_5 h2:after {
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	height: 6px;
	width: 15%;
	border-radius: 2px;
	background-color: #b90019;
}

.grid_wrapper > div {
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.grid_wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    filter: grayscale(0%);
    transition: 0.5s;
}

.grid_wrapper {
    height: 80vh;
	width: 95vw;
    display: grid;
    grid-gap: 10px;
    grid-template-rows: 32.5% 32.5% 32.5%;
    grid-template-columns: repeat(9, minmax(300px, 1fr));
    grid-auto-flow: dense;
    overflow-x: scroll;
	background-color: white;
}

.grid_wrapper .wide {
    grid-column: span 2;
}

.grid_wrapper .tall {
    grid-row: span 2;
}

.grid_wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10% auto;
}

.grid_wrapper::-webkit-scrollbar {
    display: none;
}

#backBtn, #nextBtn {
    width: 100px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

#backBtn {
    left: -10px;
}

#nextBtn {
    right: 10px;
}

.grid_wrapper > div > img:hover {
    filter: grayscale(50%);
    cursor: pointer;
    height: 95%;
    width: 95%;
}

/* ------------------------------ section 6-------------------------------*/

.section_6 {
	background-color: rgba(247,247,247,255);;
	height: 85vh;
}

.div_contact_block {
	width: 50vw;
	height: 85vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
	height: 100%;
	z-index: 1;
} 

/* LEFT */

.div_contact_text {
	height: 70vh;
	width: 50vw;
	display: flex;
	align-content: flex-end;
	padding-right: 5vw;
	padding-bottom: 10vh;
	padding-top: 5vh;

}

.div_contact_text p {
	color: black;
}


.contactcard {
	height: 100%;
	width: 25vw;
}

.contact_div_bottom {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	height: 50%;
	width: 100%;
	overflow: hidden;
}

.contact_div_bottom img{
	width: 100%;
	transition: 0.5s;
}

.contact_div_bottom img:hover{
	width: 105%;
}

.contact_div_top {
	box-sizing: border-box;
	color: #3f3f3f;
	height: 50%;
	width: 100%;
	padding-top: 0;
}

.contact_div_top p{
	color: black;
	line-height: 1.5;
	font-size: 0.95rem;
	text-align: justify;
	font-family: "Fira Sans Light";
}

.section_6 h2 {
	position: relative;
	color: #3f3f3f;
	padding-bottom: 1vh;
	margin-bottom: 3.5vh;
	margin-top: 0;
}

.section_6 h2:after {
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	height: 6px;
	width: 40%;
	border-radius: 2px;
	background-color: #b90019;
	border-bottom: 6px;
}

/* RIGHT */


.block_2 {
	height: 85vh;
	overflow: hidden;
	perspective: 10px;
	width: 50vw;
	display: flex;
	justify-content: center;
	align-content: flex-start;
	padding-left: 5vw;
}

.contact_block_form {
	position: relative;
	height: 75vh;
	width: 25vw;
	overflow: hidden;
	z-index: 1002;
	padding-top: 17.5vh;
	padding-bottom: 10vh;
}


#contacteer {
	z-index: 101;
	text-align: center;
	color: white;

}

.block_2 > img{
	filter:brightness(0.6)
}

form {
	position: relative;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	justify-content: center;
	background-color: rgba(0,0,0,0.5);
}

.section_6 h3 {
	font-size: 36px;
}

.form-control {
	width: 95%;
	height: 10%;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: center;
}

.input_group {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 2.5vw;
	margin-right: 2.5vw;
}

input, textarea {
	width: 80%;
	position: relative;
	height: 1.2rem;
	padding: 2% 0;
	padding-left: 10%;
	padding-right: 10%;
	outline: 0;
	border: 2px solid #fff;
	color: #fff;
	background: transparent;
	font-size: 18px;
}

textarea {
	height: 6rem;
}

label {
	height: 100%;
	width: 100%;
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	font-size: 18px;
	padding: 10px;
	padding-left: 40px;
	color: #fff;
	cursor: text;
	transition: 0.5s;
}

span {
	height: 100%;
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	font-size: 18px;
	padding: 10px;
	color: #fff;
	cursor: text;
	transition: 0.5s;
}

button {
	width: 40%;
	padding: 10px 10px;
	color: black;
	outline: none;
	background: white;
	cursor: pointer;
	border-radius: 15px;
	transition: 0.5s;
}

.material-icons.contact_icon {
	color: black;
	position: relative;
	font-size: 0.95rem;
}


/* INPUT */


:root {
	--icon_to_left: -40px;
}
  
input:focus~.material-icons.md-18 {
	left: var(--icon_to_left);
}
input:valid~.material-icons.md-18 {
	left: var(--icon_to_left);
}

input:focus~label {
	opacity: 0;
}
input:valid~label {
	opacity: 0;
}

/* TEXTAREA */

textarea:focus~.material-icons.md-18 {
	left: var(--icon_to_left);
}
textarea:valid~.material-icons.md-18 {
	left: var(--icon_to_left);
}

textarea:focus~label {
	opacity: 0;
}
textarea:valid~label {
	opacity: 0;
}

button:hover{
	padding-left: 20px;
}



.material-icons.md-18 { 
	font-size: 18px;
	padding-right: 10px;
 }

.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }



#lightbox {
	position: fixed;
	z-index: 500;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

#lightbox img{
	max-height: 80vh;
	max-width: 80vw;
	height: auto;
	object-fit: cover;
}

#lightbox.active {
	display: flex;
	justify-content: center;
	align-items: center;
}

.lbox{
	cursor: pointer;
	transition: 1.0s;
	position: static;
	height: 100%;
	width: 100%;
}

/* ------------------------------ section 7 -------------------------------*/
/* ------------------------------ FOOTER -------------------------------*/

.section_7 {
	background-color:  #b90019;
	height: 2.5vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.section_7 p {
	font-size: 0.65rem;
	color: white;
}



/* ------------------------------ QUERIES -------------------------------*/
/* ------------------------------ QUERIES -------------------------------*/


.material-icons.nav_icon {
	color: var(--standard_text_color);
	display: none;
	align-items: center;
	position: relative;
	font-size: 4vh;
	margin-left: 2.5vw;
	margin-right: 2.5vw;
}


@media (max-width: 720px) {


}

@media (max-width: 1500px){

}















/* ASPECT RATIO QUERIES */

@media (min-aspect-ratio: 16/9){
	#video-bg > video{
		height: 300%;
		top: -100%;
	  }
	
}

@media (max-aspect-ratio: 16/9){
	#video-bg > video {
		width: 300%;
		left: -100%;
	  }
}
@supports (object-fit: cover) {
	#video-bg > video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

@media (max-aspect-ratio: 20/11){

}

@media (max-aspect-ratio: 6/3){
		
}





@media (max-aspect-ratio: 9/12){
	.pages {
		display: none;
	}
	.material-icons.nav_icon {
		display: flex;
	}
}

@media (max-aspect-ratio: 15/10){
	.div_about_text {
		padding-right: 10vw;
	}
	.section_4 {
		padding-right: 10vw;
		padding-left: 10vw;
	}
	.contact_block_form, .div_contact_text {
		width: 35vw;
	}
	
}

@media (max-aspect-ratio: 1){
	.section_3 {
		height: 100vh;
	}
	.div_about_text {
		top: 20vh;
		background-color: white;
		width: 100vw;
		min-height: 50vh;
		height: auto;
		position: absolute;
		padding-right: 10vw;
		padding-left: 10vw;
		padding-bottom: 5vh;
		padding-top: 5vh;

	}
	.div_about_img {
		width: 100vw;
	}
	.section_6 {
		height: auto;
		display: flex;
		align-items: center;
		align-content: space-around;
		justify-content: center;
		flex-wrap: wrap;
	}
	.div_contact_block {
		width: 100vw;
		padding-right: 0;
		padding-left: 0;

	}
	.contact_block_form {
		width: 70vw;
		padding-right: 0;
		padding-left: 0;
		padding-top: 5vh;
	}
	.contactcard {
		width: 70vw;;
	}

	.contact_block_form, .div_contact_text, .block_2 {
		align-content: center;
		padding-left: 0;
		padding-right: 0;
	}
	
}
