@charset "utf-8";
/* CSS Document */
body {
    font-family: "Open Sans", serif;
    overflow-x: hidden;
    margin: 0px;
}
html {
    scroll-behavior: smooth;
}
.container {
    position: absolute;
    width: 100%;
    height: 100%;
}
#over_ons, #ontwerp, #aanleg, #onderhoud, #beregening, #projecten, #contact {
    float: left;
    width: 100%;
    min-height: 300px;
}
.pagina1 {
    min-height: 100vh;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.pagina5  {
    min-height: 280vh;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.pagina6  {
    min-height: 70vh;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
}	
.pagina2, .pagina3, .pagina4, .pagina5, .pagina7  {
    min-height: 80vh;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: left;
}		
/* over ons */	
.top {
    float: left;
    height: 15vh;
    width: 100%;
    background-color: #FFF;
}
.logo {
    float: left;
    width: 125px;
    margin: 15px 0px 15px 25px;
}
.menu {
    display: none;
}
.nav:link, .nav:visited {
	float: left;
	width: 100%;
	height: 50px;
    margin: 30px 0px 0px 50px;
    font-family: "Open Sans", serif;
    font-size: 25px;
    line-height: 14px;
    font-weight: 700;
    font-style: normal;
    color: #4d4f4d;
    text-decoration: none;
}
.nav:hover {
    color: #767676;
}
.over_ons {
    float: left;
    width: 100%;
    height: 100vh;
    margin-top: 0px;
    background-image: url('../IMG/bus-trailer.png'); /* Vervang met de juiste afbeelding */
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div bedekt */
    background-position: center; /* Centreert de afbeelding */
    background-repeat: no-repeat; /* Voorkomt herhaling van de afbeelding */
}
.over_ons_tekst {
    width: 65%;
    height: 95vh;
    margin: 50px auto 0px auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    color: #fff;
    text-align: center;
}
.knop {
    width: 175px;
    padding: 5px 15px;
    margin: 20px auto;
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
	display: block;
}
.groen {
    border: #6AB117 1px solid;
    background-color: #6AB117;
}
.wit {
    border: #fff 1px solid;
}
.naar_onder {
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
}
/* einde over ons */	
	
/* ontwerp */
.ontwerp {
    float: left;
    width: 100%;
    height: 105vh;
    background-color: #f4f4f4;
}
.ontwerp_afb {
display: none;
}
.ontwerp_tekst {
    width: 90%;
    height: 100vh;
    margin: 25px 10px;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #666;
	text-align: center;
}
/* Einde ontwerp */	
	
/* aanleg */
.aanleg {
    float: left;
    width: 100%;
    height: 140vh;
    background-color: #fff;
    display: grid;
    place-items: center; /* Combineert zowel horizontaal als verticaal centreren */
}
.aanleg_afb {
display: none;
}
.aanleg1 {
    float: left;
    width: 92%;
    height: 15vh;
	padding: 0px 4%;
    display: grid;
    place-items: center; /* Combineert zowel horizontaal als verticaal centreren */
    background-color: #6EB117;
    font-size: 30px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.aanleg_tekst {
    width: 80%;
    height: 160vh;
    margin: 50px auto;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #666;
    text-align: center;
}
/* Einde aanleg */		
	
/* onderhoud */
.onderhoud {
    float: left;
    width: 100%;
    height: 125vh;
    background-color: #f4f4f4;
}
.onderhoud_afb {
display: none;
}
.onderhoud_tekst {
    width: 80%;
    height: 115vh;
    margin: 15% 10%;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #666;
	text-align: center;
}
/* Einde ontwerp */	

	
/* beregening */
.beregening {
    float: left;
    width: 100%;
    height: 245vh;
    background-color: #fff;
    display: grid;
    place-items: center; /* Combineert zowel horizontaal als verticaal centreren */
	}
.beregening_tekst {
    width: 80%;
    height: 235vh;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #666;
    text-align: center;
}
.beregening_afb_div {
    float: left;
    width: 98%;
    height: 325px;
    margin: 0px 1% 40px 1%;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: #666;
}
.beregening_afb {
    float: left;
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
    opacity: 0;
    transform: translateY(-50px); /* Startpositie boven */
    animation: slideDown 0.5s ease-out forwards;
}
@keyframes slideDown {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/* Einde beregening */

/* projecten */
.projecten {
    float: left;
    width: 100%;
    min-height: 70vh;
    background: linear-gradient(#6AB117, #a0ce7b);
    display: grid;
    place-items: center; /* Combineert zowel horizontaal als verticaal centreren */
}
.projecten_tekst {
    width: 95%;
    min-height: 70vh;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #666;
    text-align: center;
}
/* Einde projecten */	
	
/* contact */
.contact {
    float: left;
    width: 100%;
    height: 140vh;
    display: grid;
    place-items: center; /* Combineert zowel horizontaal als verticaal centreren */
    background-image: url("../IMG/contact.png");
    background-size: cover; /* Zorgt ervoor dat de afbeelding de hele div bedekt */
    background-position: center; /* Centreert de afbeelding */
    background-repeat: no-repeat; /* Voorkomt herhaling van de afbeelding */
}
.contact_div {
    float: left;
    width: 88%;
    min-height: 38vh;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.contact_adres {
    float: left;
    width: 92%;
    height: 350px;
    margin: 0px 0px 0px 0px;
    padding: 8% 0% 8% 8%;
    font-size: 12px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: #666;
    text-align: left;
    background-color: #fff;
}
.contact_tekst_regel {
    width: 100%;
    height: 60px;
}
.contact_formulier {
    float: left;
    width: 90%;
    min-height: 430px;
    margin: 20px 0px 0px 0px;
    padding: 8% 5%;
    text-align: left;
    background-color: #fff;
}
.icoon_adres {
    float: left;
    font-size: 30px;
    color: #6EB117;
    margin: 10px 30px 5px 0px
}
.icoon_telnr {
    float: left;
    font-size: 30px;
    color: #6EB117;
    margin: 0px 30px 5px 0px
}
.icoon_mail {
    float: left;
    font-size: 35px;
    color: #6EB117;
    margin: 0px 20px 5px 0px
}
.icoon_facebook {
    float: left;
    font-size: 35px;
    color: #6EB117;
    margin: 0px 30px 5px 0px
}
/* Einde contact */			

/* copyright */		
.copyright {
    float: left;
    width: 100%;
    height: 75vh;
    background-color: #5e605e;
}
.copyright_div {
    float: left;
    width: 80%;
    height: 55vh;
    margin: 25px 10%;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.copyright_tekst {
    float: left;
    width: 100%;
    min-height: 75px;
    margin: 15px 0px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.copyright_logo {
    float: left;
    width: 100%;
    height: 150px;
    margin: 15px 0px 10px 0px;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-align: left;
}
.logo1 {
    width: 175px;
    margin: 20px 0px 50px 0px;
    display: block;
}
/* Einde copyright */		
	li {
	font-size: 13px;
	text-align: left;	
	}
h10 {
    font-family: "Montserrat", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    color: #fff;
}
h11 {
    font-family: "Montserrat", serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    color: #4d4f4d;
    margin: 20px auto;
    display: block;
}
h12 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    color: #4d4f4d;
}
h13 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    color: #4d4f4d;
}
h14 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
}
h15 {
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #4d4f4d;
}
.wit_tekst {
    color: #fff;
}
hr {
    width: 100px;
    border-top: 3px solid #6AB117;
}
.links {
    display: block;
    text-align: left;
}
.wit {
    border-top: 3px solid #fff;
}
/* einde tekst effect */	
.tekst_container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.verborgen_tekst {
    opacity: 0; /* Eerst onzichtbaar */
    transition: opacity 1s ease;
}
.cover_balk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6AB117; /* Kleur van de balk */
    transition: transform 1s ease;
    transform: translateX(0); /* Startpositie */
}
/* Actieve animatieklasse die wordt toegevoegd via JavaScript */
.tekst_container.visible .verborgen_tekst {
    opacity: 1;
}
.tekst_container.visible .cover_balk {
    transform: translateX(110%);
}
/* einde tekst effect */		
	
/* tekst typer */	
#typewriter::after {
    content: "|"; /* Cursor */
    display: inline-block;
    animation: blink 0.7s infinite;
}
/* einde tekst typer */	
	
	
	/* formulier */	
input {
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    width: 95%;
    padding: 15px 2%;
}
textarea {
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    width: 95%;
    height: 115px;
    padding: 15px 2%;
}
textarea:required:invalid, input:required:invalid {
border: 3px solid #EEEEEE;
}
input:focus, textarea:focus {
    outline: none;
}
textarea:required:valid, input:required:valid {
border: 2px solid #3C0;
}
.input {
    float: left;
    width: 100%;
    height: 50px;
    padding: 10px 0px;
}
.textarea {
    float: left;
    width: 100%;
    height: 160px;
}
.recaptcha {
    float: left;
    width: 100%;
    height: 80px;
}
.verzonden {
    width: 90%;
    margin: 50px auto 10px auto;
    padding: 25px 20px;
    background-color: #6AB117;
    text-align: center;
    font-family: "Open Sans", serif;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
}
.fout {
    width: 100%;
    margin: 10px 0px 0px 0px;
    font-family: "Open Sans", serif;
    font-size: 14px;
    font-style: normal;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
    color: #666;
}
.vinkje {
    float: left;
    font-size: 50px;
    margin: 10px 10px 10px 0px;
}
input[type=submit] {
    float: right;
    width: 150px;
    padding: 10px 15px;
    margin: 5px;
    font-family: "Montserrat", serif;
    font-size: 18px;
    line-height: 31px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    background-color: #6AB117;
    border: none;
}
input[type=submit]:hover {
    border: 2px solid #000;
    color: #000;
} 
	/* einde formulier */

/* einde voor de galerij */
.gallery {
  column-count: 2; /* Aantal kolommen, pas aan naar wens */
  column-gap: 10px; /* Ruimte tussen de kolommen */
  padding: 30px 15px 30px 10px;
}
.gallery img {
  width: 100%; /* Laat afbeeldingen zich aanpassen aan de kolombreedte */
  height: auto; /* Zorgt dat de hoogte automatisch wordt aangepast */
  border: 2px solid #ddd;
  border-radius: 15px;
  transition: 0.3s;
  cursor: pointer;
  display: block;
  margin-bottom: 10px; /* Voorkomt overlap tussen afbeeldingen */
}
.gallery img:hover {
  border-color: #555;
}
/* Lightbox stijl */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(106, 177, 23, 0.80);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.lightbox img {
  max-width: 75%;
  max-height: 80%;
  border-radius: 15px;
  border: 3px solid #4d4f4d;
}
/* Sluitknop */
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  background-color: #4d4f4d;
  color: #E5E5E5;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 10px;
}
/* Pijltjes */
.prev, .next {
  position: absolute;
  padding: 5px 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background-color: #4d4f4d;
  color: #E5E5E5;
  cursor: pointer;
  border-radius: 10px;
}
.prev {
  left: 0px;
}
.next {
  right: 0px;
}
/* einde voor de galerij */