*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html, body {
  width: 100%;
  overflow-x: hidden;    /* vangt restjes overflow op (band-aid) */
}


nav {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.logo{
    text-align: center;
    

}

nav img{

    width: 100px;

}

.banner {
  width: 100%;
  height: 170px;
  overflow: hidden;
  position: relative; /* nodig om tekst in banner te positioneren */
  box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bannerdesk{
  display: none;          /* standaard: mobiel */
  position: relative;
  width: 100%;
  aspect-ratio: 19 / 6;
  overflow: hidden;
}


.banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(102, 33, 70, 0.415); /* zwart met lage opacity */
}

.banner-text {
  position: absolute;
  top: 50%;              /* verticaal centreren */
  left: 50%;             /* horizontaal centreren */
  transform: translate(-50%, -50%);
  color: white;
  font-size: 30px;
  text-align: center;
  opacity: 80%;
  font-family: "bebas neue" , sans-serif;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.7); /* voor leesbaarheid */
}


.eerste{
    padding-left: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}
h2{
    font-family: "bebas neue", sans-serif;
    font-size: 70px;
    color: #4f1d00;
    margin-bottom: 30px;
}

.eerste p{
    font-family: "bebas neue" , sans-serif;
}

.eerstimg{
    display: none;
}

h3{
    font-family: "bebas neue", sans-serif;
    font-size: 60px;
    color: #ff8000;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 15px;
    
}

.service h3{
    color: #ffffff;
}
.een{
    margin: 50px;

}

.twee{
    margin: 50px;

}

.drie{
    margin: 50px;

}

.vier{
    margin: 50px;

}

.service{
    background-color:#ff7513;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 30px;
    font-family: "bebas neue", sans-serif;
    color: #ffffff;

}

.fotos h4{
    color: #9b4b00;
    text-align: center;
    font-family: "bebas neue", sans-serif;
    font-size: 70px;
    padding-bottom: 50px;

}

.fotos{
    background-color: #ff9959;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-top: 100px;
}


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #ff6a00;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #ff6a00;
}

/* Caption text */
.text {
    display: none;
color: #805a7e;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family: "bebas neue", sans-serif;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #71376b;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(255, 224, 191);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #9f5500;
} 

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.contacteer h2{
    margin: 50px;
    color: rgb(255, 255, 255);
}

.contacteer p{
    margin : 50px ;
    color: #ffffff;

    font-family: "bebas neue", sans-serif;
}

.contacteer{
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: #ffe2c5;
}

.deskfoot{
    display: none;
}

.phonefoot{
    display: flex;
    align-items: center;
    justify-content: center;
}

.phonefoot img{
    width: 30%;
    max-width: 300px; /* optional cap */
    height: auto;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}






@media (min-width: 768px){


.eerstimg{

    display: block;
    text-align: center;
    padding-left: 50px;
}

.eerstimg img{
    
    width: 150%;
    border-radius: 20px;

}

.fotos{
    margin: none;
}

.compleet{
    display: flex;
    margin-top: 100px;
    padding-bottom: 110px;
    margin-left: 150px;
    margin-right: 150px;
    align-items: center;

}
.deskfoot{
    display: block;
}

.phonefoot{
    display: none;
}
.banner{
    display: none;
}

.bannerdesk{
  display: block;  
}

.bannerdesk .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.886); /* zwart met lage opacity */
}

.bannerdesk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.bannerdesk h6 {
   position: absolute;
  top: 45%;
  left: 51%;
  transform: translate(-50%, -50%); /* perfect centreren */
  margin: 0;

  color: white;
  font-size: 200px;
  font-family: "bebas neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
}

.bannerdesk p{
    position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%); /* perfect centreren */
  margin: 0;
  color: #7f3e00;
  background-color: #ff8c00;
  border-radius: 5px;
  padding: 7px;
  font-family: "bebas neue", sans-serif;
  font-size: 20px;
}

.overlay{
    background-color: black;
    opacity: 0.7;
}

.eerste h2{
    font-size: 110px;
    padding-left: 115px;
   
}
.eerste p{
    color: white;
    padding-left: 115px;
}



.eerste{
   background-color: #ffa25f;
   border-radius: 20px
}

nav {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    }
.logo img{

    width: 60px;

}
.vanons{
    display: flex;
    justify-content: space-evenly;

}

.een{
    font-size: 35px;
    background-color: #ffdbc1;
   
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 250px;
    text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* de schaduw */
     

    
}

.twee{
    font-size: 35px;
    background-color: #ffdbc1;
  
    border-radius: 5px;
     padding-top: 15px;
    padding-bottom: 15px;
    width: 250px;
    text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* de schaduw */

}


.drie{
    font-size: 35px;
    background-color: #ffdbc1;

    border-radius: 5px;
     padding-top: 15px;
    padding-bottom: 15px;
    width: 250px;
    text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* de schaduw */

}

.vier{
    font-size: 35px;
    background-color: #ffdbc1
    ;
    border-radius: 5px;
     padding-top: 15px;
    padding-bottom: 15px;
    width: 250px;
    text-align: center;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* de schaduw */

}

.service h3{
    text-align: center;
    font-size: 150px;
}

h3{
    padding-left: 0;
}

.service{
    padding-bottom: 150px;
    padding-top: 100px;
}

.contacteer{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.contacteer p{
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 23px;
    background-color: #ffc587;
    border-radius: 10px;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* de schaduw */

}

.contacteer h2{
    text-align: center;
    font-size: 100px;
    padding-left: 70px;
}

footer{
    background-color: #674a33;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: "bebas neue", sans-serif;
    font-size: 15px;

}

footer p{
    color: white;
}

h5{
    color: #ff6a00;
    font-size: 25px;
    margin-bottom: 20px;
}

.footer{
    display: flex;
    justify-content: space-between;
    margin-left: 35px;
    margin-right: 35px;
    align-items: center;
}
.slogan p{
    font-size: 20px;
}

.footer h4{
    font-size: 60px;
    color: #ff6a00
    
}
}