body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-image: url('../img/bgpage.webp');
  background-repeat: no-repeat;
  background-position: bottom ;
}
img {
  max-width: 100%;
}

/* Top Section */
#topdiv {
  background-size:cover;
  background-position: center bottom;
  background-image: url('../img/bgblad.webp');

}
#topsup {
  width: 100%;
  display:flex;
  align-items: center;
  justify-content: center;

}
.overlay-content {
  display:block;
  background-image: url('../img/bg-contentoverlay.webp');
  background-position: right top;
  background-repeat: no-repeat;
  margin-block: 20px;
  min-height: 30vh;
  width: 800px;
  text-align: left;
 color: white;
}
.overlay-content  img {
  display: block;
  max-width: 100%;
  height: auto;
   background: rgba(255, 255, 255, 0.7); /* wit + transparant */
  padding: 6px;                        /* optioneel: ruimte rondom */
  border-radius: 8px;                   /* optioneel: afgeronde hoeken */
}

.overlay-content button {
  padding: 10px 20px;
  border: none;
  background: #ff6600;
  color: white;
  cursor: pointer;
  font-size: 16px;
}
.overlay-content button:hover {
  background: #e65c00;
}
.reserveer {  
  padding: 10px 20px;
  border: none;
  background: #ff6600;
  color: white;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 20px;
}
.reserveer:hover {
   background: #e65c00;
}
/* Navbar */
.dropdown { float: left; overflow: hidden; margin-inline-end: 12px; border: 1px solid black;}
.dropdown .dropbtn {border: none; outline: none; color: #fff; padding: 0px 10px; padding-top: 13px; padding-bottom: 10px; font-family: inherit; margin: 0; width: 80px; background-color: none;}
.dropbtn {background-color:#ffffff!important;}
.dropdown:hover  {background-color: none; min-width: 80px;}
.dropdown-content {display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;}
.dropdown-content a {float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left;}
.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content { display: block;}
.navbarmain {height: 60px;width: 100%;background: #ffffff;}
.navbar {
  background: #ffffff;
  padding: 10px;
  position: sticky;
  top: 0;

}
.navbar .hamburger {
  margin-inline: 0%;
  font-size: 24px;
  color: rgb(34, 45, 39);
  cursor: pointer;
  display: none;
}
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.navbar li a {
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  display: block;
  margin-inline-end: 10px;
  text-decoration: none;
  border:#555 1px solid ;

}
.navbar li a:hover {
  background: #555;
   color: rgb(254, 253, 253);
}

.maindiv {
  width: 100%;
  display:grid;
  align-items: center;
  justify-content: center;
}
 .actueel {
  display: flex;
  flex-wrap: wrap;
  margin-inline-end: 10px;
  margin-inline-start: 10px;
  border-top: 10px solid #ff6600; 
}
.nieuws {
  flex: 2;
  background-color: #404040;
  height:  88px;
  color: #ffffff;
  font-size: large;
  padding: 10px;
  height:  100px;
  padding-top: 10px;
  
}
.nieuws h2 {
  color:  #f39454; 
  font-style: bold;
  font: 1em sans-serif;
  padding: 0px;
  margin: 0px;
  margin-block-start: -7px;
  margin-inline-start: 0px;
 }
#reviews {
  flex: 1;
  position: relative;
  padding-left:  5px;
  padding-right:  5px;
  margin-inline: 0px;
  max-width: 300px;
  height:  118px;
  overflow: hidden;
  white-space: wrap;
  box-sizing: border-box;
  background-color: #eee;

}
.textslider {
  position: relative;
  height: 120px;
  overflow: hidden;
}
.textslider div {
  position: absolute;
  width: 100%;
 animation: scroll-vertical 30s linear infinite; /* Animation */
}
@keyframes scroll-vertical {
      0% {
        top: 100%; /* Start below the container */
      }
      100% {
        top: -400%; /* End above the container */
      }
    }
.acou {
  font-size:1em;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color:#135627;
  letter-spacing: 2px;
  padding-top: 30px;
  margin-inline-start: 0px;
  margin-block-start: 120px;
}
.haakjes {
  color: #d70202;
}
/* Text Blocks */
.text-block {

  max-width: 800px;
  color: rgb(37, 73, 37);
  display: grid;
  padding: 15px;
  font-size: large;

}
.text-block h2 {
  width: 100%;
}
.text-block img {
  margin-inline-end: 30px;
  border: 1px solid darkgreen;

}
.text-block ul {
color: black;
list-style-image: url('../img/list-icon.png'); line-height: 25px;
}
.tabs {
  padding: 20px;
}
.tab {
   max-width: 100px;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  background-color: #143f1b;
  color :#ffffff;
  font-weight: bold;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.tab-content {
  display: none;
  padding: 0px;
  margin-top: 5px;
}
.active {
  background-color: #ccc;
}
#tab1 , #tab2 , #tab3 {
  max-width: 780px;
}
/* 3 Image Blocks */
.two-blocks {
  display: flex;
 
}
.img-card {
  display: flex;
  height: 250px;
  position: relative;
  background-color: rgb(195, 213, 195);
  border: #ffffff 10px solid;
}
.card-text {
  color: rgb(0, 0, 0);
  padding: 5px;
}
.card-text ul {
  margin-inline-start: 0px;
  padding: 5px;
}
.card-text li {
  list-style: none;line-height: 25px;
}
.card-text a {
  color: #204528;
  text-decoration: none;
}
.card-text a:hover {
  color: #204528;
  text-decoration: underline;
}
.kaderfoto {
  background-image: url('../img/kader.webp');
  width: 400px;
  background-position: center ;
}
/* Wide Image - nog niet ingesteld
.wide-image {
  height: 300px;
  background-size: cover;
  background-position: center;
  margin-inline-start: 20px;
  margin-inline-end: 20px;
}*/
#cookieConsent {
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 background-color: #0b384e;
 color: white;
 padding: 15px;
 text-align: center;
 display: none;
}
#cookieConsent button {
  background-color: #ffffff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.spacer {margin-inline-end: 2px;}
/*.video-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}*/
@media only screen  and (min-device-width: 320px)  and (max-device-width: 480px)   {
   .maindiv {
      transform: scaleX(0.9 );
    }
  .navbar ul {
    display: none;
    flex-direction: column;
  }
  .navbar ul.show {
    display: flex;
  }
  .navbar .hamburger {
    display: block;
    font-size:xx-large;
  }
  .img-card {
    flex: 1 1 100%;
  }
  .overlay-content {
    margin-block: 20px;
    margin-block-end: 30px;
    height: 50vh;
    width: 80%;
    background-size: 12vh;
  }
   .actueel {
     margin-inline-start: 5px;
     margin-inline-end: 5px;
     }
    .nieuws {
    flex: 1;
    font-size: small;
    height:  auto;
    padding: 10px;
    padding-top: 10px;
    margin-inline-start: 0px;
  }
  .nieuws h2 {
    font-style: normal;
  
   }
  #reviews {
    flex: 1;
    position: relative;
    z-index: -10;
    padding-left:  5px;
    margin-inline: 0px;
    height:  118px;
      background-color: #404040;
  }
  .acou {
  font-size:0.7em;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  color:#ffffff;
  letter-spacing: 2px;}
  .kaderfoto {
    width: 380px;

  }
  .two-blocks{
     flex-wrap: wrap;
  }

}
@media screen and (min-device-width: 320px)  and (max-device-width: 480px)  and (orientation:landscape) {
    /* Landscape styles */
    #topdiv {
      height: 90vh;
     
    }
}
@media only screen  and (max-width: 780px)
{
.two-blocks {
  display:flex;
 width: 100%
}
.img-card{
  width: 100%;
}
}