@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
       url('../fonts/Raleway-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold (700) */
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
       url('../fonts/Raleway-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Italic (400) */
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Italic.woff2') format('woff2'),
       url('../fonts/Raleway-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}  

/* Niconne font instellingen */
@font-face {
  font-family: 'Niconne';
  src: url('../fonts/Niconne-Regular.woff2') format('woff2'),
      url('../fonts/Niconne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Tangerine font instellingen */
@font-face {
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine-Bold.woff2') format('woff2'),
      url('../fonts/Tangerine-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine-Regular.woff2') format('woff2'),
      url('../fonts/Tangerine-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
  html {
    height: 100%; /* Zorg ervoor dat de body en html de volledige hoogte van het scherm nemen */
    margin: 0; /* Verwijder de standaard marge */
    padding: 0;
    box-sizing: border-box;   
  } 
  body {    
    position: relative;
    max-width: 1200px;
    width: 100%; 
    color: #000619;
    background: url(../afbeeldingen/achtergrond_website_lgr.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: "Inter", Arial, sans-serif;
    font-size:16px; 
    line-height: 1.5;
    height: 100%; /* Zorg ervoor dat de body en html de volledige hoogte van het scherm nemen */
    margin: 0 auto; /* Verwijder de standaard marge */    
    flex-direction: column; /* Zorg ervoor dat de elementen verticaal worden gestapeld */
    align-items: center; /* Horizontaal centreren van de inhoud */
    
  }
  
  /* Algemene stijlen */
  /* Zorg dat box-sizing model erfelijk is */
*, *::before, *::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
  }
  .header {  
    display:flex;
    position:fixed;
    flex-direction: column;
    flex-wrap: wrap;  
    background-color: #052824;
    max-width:1200px;
    width:100%;
    height:150px;
    margin:0;
    padding:0;
    top:0;
    z-index: 99999;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-top:10px;
  }  
  
  /* Tekst elementen */
  /* Koppen */
  .margin {
    margin: 0px 20px;
  }
  .margin2 {
    margin-bottom: 10px;
  }  
  span.accent4 {
    font-family: "Niconne", "Brush Script MT", "Cursive", sans-serif;
    font-size: 2.4rem;
    font-weight: 100;
    color: #3c5a55;
  }  
  .accent1 {
    color: #fff;
    letter-spacing: 0.6px;
    padding-right: 5px;    
  }
  .accent1a {
    color: #eefbfb;   
    letter-spacing: 0.2px; 
     font-weight:600;
    text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;    
  }
  .accent {
    color: #6e8380;
    font-size: 1.2rem;
    font-family: "Inter", Arial, sans-serif;
    letter-spacing: 0.5px;
  }
  .accent2 {
    color: #92e7de;
    letter-spacing: 0.5px;
  }
  span.accent5 {
    color:#718E83 ;
    font-weight: inherit;  
  } 
  
  h1 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.5rem;
    color: #3c5a55;
    text-align: center;
    line-height: 1.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.2rem;
    }
  }
  h2 {
    font-family: "Inter", Arial, sans-serif;
    color: #638888;
    line-height: 1.5rem;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.2rem;
  }
  h3 {
    font-family: "Inter", Arial, sans-serif;
    text-align: center;
    color: #000619;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    padding: 15px;
  }
  h4 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 0.3px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.6rem;
    color: #6e8380;
  }
  h5 {
    font-family: "Inter", Arial, sans-serif;
    margin-bottom: 0.3px;
    font-size: 1.1rem;
    line-height: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  h6 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
    margin: auto;
    padding: 20px;
    color: #6e8380;
  }
  .subkop1 h6 {
    font-family: "Inter", Arial, sans-serif;
    text-align: center;
    color: #000619;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    padding: 15px;
  }
  .subkop {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
    margin: 50px;
    color: #6e8380;
  }
  .subkop1 {
    font-family: "Inter", Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    color: #000619;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
    padding: 15px;
    margin: 40px;
  }
  .subkop2 {
    font-family: "Inter", Arial, sans-serif;
    font-size: 1.1rem;
    text-align: center;
    font-weight: 600;
    margin: 20px;
    color: #6e8380;
  }
  .subkop3 {
    font-family: "Inter", Arial, sans-serif;
    margin: 20px;
    font-size: 1.1rem;
    line-height: 1.2rem;
    color: #5f240b;
    text-align: center;
    font-weight: 600;
    padding: 10px;
  }
  p {
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    line-height: 1.5rem;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 1rem;
  }
  a {
    text-decoration: underline;
    color: #638888;
    font-size: inherit;
    overflow-wrap: break-word;
  }  
  span {
    color: #a0bdbd;
    font-weight: 600;
  }
  .color-orange {
    color:#fa9746;
    padding-right:5px;
  }
  .custom-alert {
    display: none; /* Verborgen tot we het tonen */
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #4c7474;
    color: #fff;
    padding: 20px;
    border: 1px solid #08403e;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  
  .custom-alert button {
    margin-top: 10px;
    padding: 5px 10px;
    float: right;
  }
  .custom-alert::after {
    content: ""; /* Maakt ruimte voor de button */
    display: block;
    clear: both;
  } 
  /* SLUITKNOP */
  .sluit-knop {
    float: right;
    padding-right: 10px;
  }  
  /* Verwijder standaardstijlen van de summary-tag */
  summary::-webkit-details-marker {
    display: none;
  }
  summary {    
    list-style: none;
    cursor: pointer;
    padding-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
      
  }   
  
  div.play-button1 {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .play-button:focus {
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5) inset;
  }
  
  .play-button.green {
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5) inset;
    background-color: #f3f5f5;
    color:#4c7474;
  }
  
  .play-button.grey {
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5);
  }
  .play-button:hover {
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5) inset;
  }
  summary.play-button {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5);
    max-width: 450px;
    width: 100%;
    text-align: center;
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 0px;
  }
  div.play-button {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5);
    max-width: 450px;
    width: 100%;
    text-align: center;
    padding-top: 14px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 0px;
  }
  .play-button img {
    width: 20px;
  }
  img.play-button {
    width: 20px;
  }
  
  .summary audio {
    height: 25px;
    margin-left: 0px;
  }
  .summary {
    border-radius: 10px;
    box-shadow: 0 0.3rem 0.75rem 0 grey;
    background-color: #f5f9fd;
    border: 1px solid #638888;
    cursor: pointer;
    z-index: 0;
  }
  .summary summary {
    padding-top: 7px;
  }
  .summary summary:hover {
    font-size: 1.02rem;
  }
  .summary2 summary {
    color: #e1edf5;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    height: 100%;
  } 
  .figtekst {
    text-align: center;
    font-style: normal;
    font-size: 1rem;
    color:#000619;
    font-weight:200;   
    position:relative;    
    padding:40px 10px;
    top:40px; 
    z-index: 999999; 
  }
  .demotekst {
    display: block;
    text-align: center;
    width: 96%;
  }
  
  .demofig {
    padding-bottom: 10px;
    font-style: normal;
    font-size: 1rem;
    font-weight: normal;
    text-align: left;
  }
  .demofig .audio {
    width: 100%;
    margin-left: -20px;
    margin-top: -20px;
  }  
  #audioPlayerContainer {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    max-width: 1200px;
    background-color: #052824;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 999;
    display: none;
    color: #fff;
    text-align: center;
    height: 130px;
  }
  #audioPlayerContainer div.text h4 {
    color: #fff;
  }
  #audioPlayerContainer audio {
    position: relative;
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 65px;
    padding-bottom: 30px;
  }
  #audioPlayer {
    height: 30px;
    margin-top: 15px;
    max-width: 96%;
  }
  #audioPlayerTekst {
    margin-top: 5px;
    font-size: 0.8rem;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  
  #audioFileName {
    position: relative;
    padding-left: 10px; /* Add padding if needed */
    bottom: 20px;
    padding-top: 20px;
    padding-right: 30px;
  }
  .small-text {
    font-size: 0.8rem; /* Kleinere tekstgrootte */
    position: absolute;
    top: 0px;
    left: 10px;
    width: 98%;
    max-width: 500px;
    margin: 0px; /* Ensure there is no margin */
    padding: 0px; /* Add padding if needed */
    text-align: left;
    color: #fff;
  }
  .pause-control {
    width: 30px; /* Voeg breedte toe */
    height: 30px; /* Voeg hoogte toe */
    border: none;
    cursor: pointer;
    background-color: #638787;
    color: white; /* Zorg ervoor dat de kleur goed zichtbaar is */
    z-index: 99999;
    display: inline-block;
    position: absolute; /* Zorg ervoor dat de knop goed gepositioneerd is */
    top: 1%; /* Plaatsing van de knop binnen de container */
    right: 1%; /* Plaatsing aan de rechterkant */
    font-size: 1.5rem;
    font-family: Arial, sans-serif; /* Of een ander lettertype */
  }
  .pause-control2 {
    bottom: 1%;
    z-index: 99999;
    display: inline-block;
    position: inherit; /* Zorg ervoor dat de knop goed gepositioneerd is */
    border: none;
    cursor: pointer;
    color: #638787; /* Zorg ervoor dat de kleur goed zichtbaar is */
    right: 1%; /* Plaatsing aan de rechterkant */
    font-size: 2rem;
    background-color: transparent;
    font-family: Arial, sans-serif; /* Of een ander lettertype */
  }
  @media (max-width: 767px) {
    .pause-control2 {
      top: 2%;
    }
  }
  .pause-control3 {
    top: 1%;
    z-index: 99999;
    display: inline-block;
    position: inherit; /* Zorg ervoor dat de knop goed gepositioneerd is */
    border: none;
    cursor: pointer;
    color: #638787; /* Zorg ervoor dat de kleur goed zichtbaar is */
    right: 20px; /* Plaatsing aan de rechterkant */
    font-size: 2rem;
    background-color: transparent;
    font-family: Arial, sans-serif; /* Of een ander lettertype */
  }
  button.pause-control5 {
    z-index: 99999;
    display: block;
    position: relative; /* Zorg ervoor dat de knop goed gepositioneerd is */
    border: none;
    cursor: pointer;
    color: #638787; /* Zorg ervoor dat de kleur goed zichtbaar is */
    font-size: 2rem;
    background-color: transparent;
    font-family: Arial, sans-serif; /* Of een ander lettertype */
  
    margin-left: auto;
    margin-right: auto;
  }
  
  @media (max-width: 767px) {
    .pause-control3 {
      top: 2%;
    }
  }
  
  @media screen and (max-width: 767px) {
    #audioPlayerContainer {
      height: 25%;
      max-width: 767px;
      width: 100%;
    }
    #audioPlayerContainer audio {
      bottom: 30px;
    }
    #audioFileName {
      bottom: 35px;
    }
    .small-text {
      top: 15px;
    }
  }
  /* Media query voor grotere schermen */
  @media screen and (min-width: 768px) {
    #audioPlayerContainer {
      /* Aangepaste hoogte voor grotere schermen */
      height: 20%;
      /* Plaatsing onderaan */
      bottom: 0;
      /* Overige stijlen */
    }
    #audioPlayerContainer audio {
      padding-top: 0px;
      bottom: 25px;
    }
    #audioFileName {
      margin-top: 0px;
    }
    .small-text {
      top: 5px;
    }
  }  
  .sum2 img {
    width: 20px;
    vertical-align: middle;
  }
  .bladmuziek {
    text-decoration: underline;
    border: 1px solid #000619;
    padding-left: 5px;
    padding-right: 5px;
  }
  /* JAVASCRIPT DivOpen*/
  .playerA {     
    position: fixed;
    width: 100%;
    max-width: 1200px;
    bottom: 0px; /* Zorgt ervoor dat de player 20px van de onderkant blijft */
    left: 50%; /* Centreert horizontaal */
    transform: translateX(-50%);
    height: 20%; 
    overflow:hidden;  
    border-top:1px solid #fff; 
    background-color: #335553;
    z-index: 9999; /* Zorgt ervoor dat de player altijd boven andere elementen staat */
  }
  .playerA .btn1 {
    float: right;
    padding-top: 10px;
    padding-right: 20px;
    cursor: pointer;
    color: #fff;
  }
  .btn1 .icon-close {
    display: block;
    position: absolute;
    font-size: 1.5rem;
    color: white;
    right: 20px;
    font-family: Arial, sans-serif; /* Of een ander lettertype */
  }
  .left_column {
    width: 96%;
    color: #fff;
    padding-right: 30px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 5px;
  }  
  .content audio {
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    top: 0;
    width: 80%;
    
  }
  .right_column {
    width: 96%;
    text-align: center;
  }
  .left_column span {
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
    font-weight: normal;
  }
  @media (max-width: 767px) {
    .playerA {
      height: 25%;
    }
    .content audio {
      top: 0px;
    }
  }
  /* AUDIO */
  .fixed-audio {
    display: none; /* Standaard is de div verborgen */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }
  /* JAVASCRIPT hiddenAudio */
  .hiddenAudio {
    display: none;
  }
  .playSound::before {
    content: ""; /* Afspeelteken */
    display: inline-block;
    margin-right: 10px; /* Ruimte tussen het pictogram en de tekst */
  }
  .playing::before {
    content: "▶"; /* Afspeelteken */
  }
  .audio-button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: transparent;
    color: #000619;
    border: none;
    border-radius: 4px;
  }
  .audio-button:active {
    background-color: transparent;
  }
  span.dispDet {
    display: block;
    color: #000619;
    font-weight: 600;
    font-size: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
    padding-top:100px;
  }
  div.centered span {
    display: block;
    text-align: center;
  }
  .detDisp1 {
   padding:10px;
   width:auto;
   font-size:0.8rem;
   margin-left: auto;
   margin-right: auto;
  }
  .detDisp1 a {
    font-size:1rem;
  }
  .detDisp1 a:hover {
    color:#7d775d;
    cursor:pointer;
  }
  .detDisp1 span {
    color:#9e946a;
    font-size:1rem;
  }
  .detDisp img {
    max-width: 20px;
    height: 20px;
    vertical-align: middle;
    box-shadow: none;    
  }
  .detDisp a:hover {
    cursor: pointer;
    color:#8c825d;
  }
  .content3 img {
    display: block;
    width: 100%;
    margin: auto;
    z-index: 0;
  }
  div.faClose2 {
    margin-right: 40px;
    cursor: pointer;
    float: right;
  }
  .faClose2 .icon-close {
    position: fixed;
    font-size: 1.5rem;
    color: #08403e;
    font-style: normal;
    cursor: pointer;
    font-family: Arial, sans-serif; /* Of een ander lettertype */
  }
  .btn2 .icon-close {
    float: right;
    padding-right: 10px;
    cursor: pointer;
    font-size: 2rem;
    font-family: Arial, sans-serif; /* Of een ander lettertype */
  }

  @media (min-width: 1px) and (max-width: 767px) {
    figure img {
      display: block;
      text-align: center;
      border-radius: 10px;
      box-shadow: 0 0.3rem 0.75rem 0 gray;
    }
  }
  figure img {
    box-shadow: 0 0.6rem 1.5rem 0 gray;
  }
  figure img:hover {
    opacity: 0.7;
  }
  
  figcaption {
    text-align: center;
    font-size: 0.8rem;
    font-style: italic;
    color: #000619;
    margin-bottom: 20px;
  }
  /* Stijlen voor de verborgen afbeelding */
  /* Stijl voor het verborgen div */
  .verborgenDiv {
    display: none; /* start als verborgen */
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: scroll;
    background-color: #f5f9fd;
    cursor: pointer;
    z-index: 1000;
    margin: 0;
  }
  div.verborgenDiv img {
    box-shadow: none;
  }
  .hidden {
    display: none;
  }
  .active {
    display: block;
  }
  /* Stijl voor de sluitknop */
  .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    cursor: pointer;
    color: white;
    border: none;
    font-size: 1.2rem;
    z-index: 1001;
  }
  .centered {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f5f9fd;
    z-index: 9999;
    overflow: scroll;
    cursor: pointer;
    padding: 10px;
    padding-bottom: 50px;
  }
  
  div.onderschrift {
    font-size: 0.9rem;
    margin-left: 40px;
    margin-right: 40px;
  } 
  /* Responsive Header */  
  .header6 {
    display: block;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    margin: auto;
  }
  .header6 a.menu_01 {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-left: 15px;
  }
  @media screen and (max-width: 767px) {
    .header6 a {
      float: none;
      text-align: left;
    }
    .header-right6 {
      float: none;
    }
    .header-left6 {
      float: none;
    }
  }  
  /*Menu*/
  div.site-title img {
    display: inline-block;
    position: relative;       
    max-width: 40%;
    width:100%;
    height: auto;
    z-index: 1000;
  } 
  .cover img {
    width: 100%; /* Zorg ervoor dat de afbeelding de breedte van de container vult */
    height: auto; /* Bewaar de beeldverhouding */
  }
  
  @media (max-width: 400px) {
    .cover img {
      content: url("../../afbeeldingen/Fotos/Heusden/Koororgel/koororgel_heusdenb.jpg"); /* Vervang de afbeelding voor kleine schermen */
    }
  }
  
     
  .site-title3 img {
    display: inline-block;
    position: relative; 
    padding:20px;      
   width: 100%;
   max-width:250px;
    height: auto;
    z-index: 10;
  }
   
  /* Inhoud */
  article { 
    display:flex;
    flex-direction: column;       
    padding-bottom: 20px;
    margin-top:160px;
    width:100%;
    max-width:1200px;
  }
  
  .ruimte {
    height: 1000px;
  }
  .details {
  position: relative;
}
.details summary img {
  display: block;
  width: 100%;
  height: auto;
}


/* Wanneer het details-element open is, toon de overlay */
.image-container {
    position: relative;
    display: inline-block;
  }

  .image-container img {
    display: block;
    width: 300px; /* pas aan naar wens */
    height: auto;
    margin:0;
    padding-top:40px;
  }

  .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
     font-weight:600;
    text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;  
    padding:10px 20px;   
    background-color:rgb(30, 71, 65);     
    border-radius:5px; 
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* zodat muisgebeurtenissen naar de afbeelding gaan */
  }

  .image-container:hover .overlay {
    opacity: 1;
  }
.details[open] .inhoud {
  display: block;  
}
  .inhoud {
    top: 0;
    left: 0;
    box-sizing: border-box;
    position:absolute; 
    height:650px;  
    background-color:rgb(255, 255, 255);    
    width:100%;     
    margin: auto;
    padding:0;
    float: none;  
    z-index: 999;    
  }
  .inhoud a {
    color:#000619;
  }
  .inhoud i:hover {
    color:#9e946a;
  }
  @media screen and (main-width:401px) and (max-width: 600px) {
    .inhoud {
      box-shadow: none;
      height:650px;
    }
  }
  @media screen and (min-width:301px) and (max-width:400px) {
    .inhoud {
      box-shadow: none;
          height:600px;
}
  }
  @media screen and (max-width:300px) {
    .inhoud {
      box-shadow: none;
          height:650px;
}
  }
  .inhoud ol li li {
    list-style-type: none;
  }
  /* Tekst inhoud */
  .tekst-inhoud {
    display: inline-block;
    max-width: 100%;
    padding-top: 10px;
    margin: auto;
  }
 
  
  .btn.menuknop {
    background-color:transparent;
    top:40px;
  }
  
  
  #toggleMenu {
    background-color: #555;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }
  #menuItems {
    display: none;
    list-style: none;
    padding: 0;
  }
  
  #menuItems li {
    margin-bottom: 5px;
  }
  
  #menuItems li a {
    color: white;
    text-decoration: none;
  }
  
  #toggleMenu {
    background-color: #555;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    border-top: none;
  }
  .tabcontent.active {
    display: block;
  }
  #backButton {
    display: none;
    margin-top: 20px;
  }
  /* Animated Sidenav Example*/   
  .sidenav {    
    position: fixed;
    top: 0;
    left:50;
    width:0; 
    height: 100vh;
    max-width: 1200px;
    padding-top:20px;
    z-index: 999999;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url(../afbeeldingen/achtergrond1aac.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.7s ease-in-out; /* Zorgt voor de animatie */
    padding-bottom: 200px; 
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
  } 

.sidenav::-webkit-scrollbar {
  display: none;             /* Chrome, Edge, Safari, Opera */
}

  
  .sidenav div.site-title3 img {
    padding-left:40px;
  }
  /* Wanneer de sidenav open is */
  .sidenav.open {
    width: 100%;  /* Zet de breedte naar 100% als de sidenav open is */
    transform: translateX(0); /* Begin de sidenav verschoven naar links */
  }
  .sidenav a {
    display: block;
    font-family: "Raleway", Arial, sans-serif;    
    background-color: transparent;
    padding: 8px 8px 8px 40px;
    text-decoration: none;
    color: #bacfcb;
    transition: 0.3s;
    line-height: 1.5rem;
    font-size: 1rem;    
    text-align: left;
    width:fit-content;
  }
  .sidenav a:hover {
    color: #fff;
    cursor: pointer;
    font-size: 1.02rem;
  }

  .closebtn i {
    font-size:2rem;
  }
  /* KLAPBAAR MENU */
 /* Subnav/dropdown menu */
  #myBtnContainer {
    display: flex;  
    align-items: flex-start; 
    flex-direction: row;
    flex-wrap: wrap; 
    margin-top:10px;  
  }
  #myBtnContainer .button-grid {
  display: grid;
  grid-template-columns: repeat(1, auto); /* 1 knoppen per rij */
}

  #myBtnContainer a.btn {
    display:flex;
    align-items: flex-start;  
    flex-direction: column; 
    width:200px;
    height:auto;
    padding:5px 15px;
    margin-left:10px;
  }
   @media screen and (max-width:1200px) {  
    .header {
      height:150px;
    } 
    article {
      margin-top:160px;
    }
 #myBtnContainer .button-grid {
  display: grid;
  grid-template-columns: repeat(1, auto); /* 3 knoppen per rij */
 
}
  }
  @media screen and (max-width:880px) {  
   
    article {
      margin-top:160px;
    }
#myBtnContainer a.btn {
  flex-direction: column;
  
}
 #myBtnContainer .button-grid {
  display: grid;
  grid-template-columns: repeat(1, auto); /* 3 knoppen per rij */
 
}
  }
  @media screen and (max-width:670px) {  
   
    article {
      margin-top:160px;
    }
#myBtnContainer a.btn {
  flex-direction: column;

 
}
 #myBtnContainer .button-grid {
  display: grid;
  grid-template-columns: repeat(1, auto); /* 3 knoppen per rij */
 
}
  }
   @media screen and (max-width:471px) {  
   
    article {
      margin-top:160px;
    }

 #myBtnContainer .button-grid {
  display:block;
  position:relative;
width:200px;
}
  } 
 #myBtnContainer .button-grid {
  display: grid;
  grid-template-columns: repeat(1, auto); /* 1 knoppen per rij */
 
}
 /* Basic styling — pas aan naar wens */
.collapsible-nav { font-family: inherit; }
#menuToggle {
  display:inline-block; 
  color:#fff;
  border:0;  
  cursor:pointer;
  font-size:1rem;
  border-radius:6px;
  top:0;
  width:200px;
}
header .menuDiv {
margin-top:-30px;
}
.menu-panel {
  display: flex;
  align-items: center;       /* netjes centreren verticaal */
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: #1c2f28;
  border: 1px solid #375548;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  padding: 0.6rem;
  padding-top:0;
  border-radius: 8px;
  transform-origin: top left;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  opacity: 0;
  transform: scaleY(0.95) translateY(-6px);
  visibility: hidden;
  width: 220px;
  height:450px;   
  pointer-events: none;
}
@media screen and (max-width:400px) {
 .menu-panel {
  height:420px;   
}
}
/* When open */
.collapsible-nav.open .menu-panel,
.collapsible-nav.hover .menu-panel {
  opacity: 1;
  transform: scaleY(1) translateY(0);
  visibility: visible;
  pointer-events: auto;
  top:140px; 
}

/* Voor de knop grid binnen het panel */
.button-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;        /* 1 rij, geen wrapping */
  gap: 0.35rem;
}

.button-grid .btn {
  display:block;
  text-decoration:none;
  padding:0.45rem 0.6rem;
  border-radius:6px;
  background:transparent;
  color:#fff;
  border:1px solid transparent;
}
.button-grid .btn:hover,
.button-grid .btn:focus {
  background:#324b48;
  outline:none;
}
.button-grid .btn.active {
  background:#1c2f28;
  color:#fff;
  text-shadow: none;
}


  
  /* NAV Samples homepagina */
  /* Portfolio */ 
  
  .content h4 {
    color: #e1edf5;
    font-size: 1rem;
    font-weight: normal;
  }
  div.content p {
    font-size: 1rem;
    color: #e1edf5;
    text-align: center;
  }
  .row {
    background-color: #1a3e39;
    width: 100%;
    max-width: 1200px;
    padding-top:20px;
    margin-left: auto;
    margin-right: auto;
  }
  /* Add padding BETWEEN each column */
  .row .column {
    padding: 0;
  }
  /* Create three equal columns that floats next to each other */
  .column {    
    display:flex;
    align-items: center;
    justify-content: center;    
    width: 25%;
    min-height: 375px;
    height: 100%;
    display: none; /* Hide all elements by default */
  }
  /* Clear floats after rows */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Content */
  .content {
    background-color: inherit;
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
  }
  .content img {
    width: 100%;
  }
  .column .inhoud_sampleset {
    background-color:white;
    border-radius:10px;
  }
  
  /*details[] 
   The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  /* Style the buttons */
  .btn {
    display: flex;
    position:relative;
    align-items: center;
    padding-left: 15px;
    padding-top: 5px;
    cursor: pointer;
    color: #e1edf5;
    font-weight:600;
    text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;  
    border-radius: 5px;
    height: 35px;
    text-decoration: none;
    width: 180px;
    margin:5px 0px;
    background-color: #335553;
  }
  .btn:hover {
    background-color:#4c7474;
  }
  @media only screen and (max-width: 900px) {    
    .column {
      width: 50%;
      height: auto;    
    }
    .btn {
      float: none;
      display: block;
      text-align: center;
      width: 100%;
    }    
  }
  @media only screen and (max-width: 600px) {
    .column {
      width: 100%;
      height: auto;
    }
    .btn {
      float: none;
      display: block;
      text-align: center;
    }   
  }
  
  /* DISPLAY ELEMENT ON HOVER */
  .hide2 {
    display: none;
    color: #fff;
  }
  .hide2 a:active {
    display: block;
  }
  .myDIV2 {
    float: right;
    color: #fff;
  }
  .myDIV2:hover + .hide2 {
    display: block;
  }
  
  .hide3 {
    display: none;
    color: #000619;
    padding: 10px;
    font-size: 0.8rem;
  }
  .hide3 a:active {
    display: block;
    font-size: 0.8rem;
  }
  
  .content button {
    font-size: 0.8rem;
    margin-left: auto;
    margin-right: auto;
  }
  
  .active2 {
    background-color: #638787;
    height: 10px;
    width: 10px;
  } 
 
  .volledige-pagina {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Prevent scrolling */
  }
  .verborgen {
    display: none;
  }
  .afbeelding-container {
    width: auto; /* Fixed width */
    height: auto; /* Fixed height */
    overflow: auto; /* Add scrollbars if needed */
    justify-content: center;
    align-items: center;
    margin: 20px;
  }
  .afbeelding-container img {
    max-width: none; /* Allow image to overflow */
    max-height: none; /* Allow image to overflow */
    width: auto; /* Maintain original aspect ratio */
    height: auto; /* Maintain original aspect ratio */
  }
  /* Responsive Image Gallery */
  div.gallery img {
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .gallery img {
    height: 25%;
    width: 25%;
    opacity: 0.9;
  }
  div.gallery2 figure a img {
    width: 100%;
    margin: auto;
  }
  div.gallery2 figcaption {
    padding-top: 10px;
    text-align: center;
  }
  div.gallery1 figure a img {
    width: 100%;
    margin: auto;
  }
  div.gallery1 figcaption {
    padding-top: 10px;
    text-align: center;
  }
  .desc {
    color: #e1edf5;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: center;
  }
  .desc a {
    color: #e1edf5;
    font-size: 1rem;
    text-align: center;
  }
  .desc p {
    color: #e1edf5;
    font-size: 1rem;
    text-align: center;
  }
  div.desc1 {
    text-align: center;
  }
  .desc1 {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 600;
    font-style: italic;
  }
  .desc1 a {
    color: #000619;
    font-size: 1rem;
  }
  .desc1 p {
    color: #000619;
    font-size: 1rem;
  }
  div.desc2 {
    text-align: center;
  }
  .desc2 {
    color: #000619;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 600;
    font-style: italic;
  }
  .desc2 a {
    color: #000619;
    font-size: 1rem;
    text-align: left;
  }
  .desc2 p {
    color: #000619;
    font-size: 1rem;
    text-align: left;
  }  
  .responsive {
    padding: 5px;
    float: left;
    width: 24.99999%;
    background-color: #08403e;
  }
  .responsive1 {
    display: block;
    padding: 15px;
  }
  
  @media only screen and (max-width: 700px) {
    .responsive,
    
    .responsive1 {
      width: 100%;
      margin: 6px 0px;
    }
  }
  @media only screen and (max-width: 400px) {
    .responsive,
    
    .responsive1 {
      width: 100%;
    }
  }
 
  .demoBlock1 {
    display: block;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 500px;
  }
  .demoBlock1 .summary3 {
    background-color: transparent;
    border: none;
    margin: auto;
  }
  .demoBlock2 {
    display: block;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    float: none;
    max-width: 500px;
  }
  
  .demoBlock2 .summary3 {
    background-color: transparent;
    border: none;
  }
  
  .demoBlock1 summary.sum1 {
    padding: 10px;
    padding-top: 0;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5);
    max-width: 400px;
    text-align: center;
    width: 100%;
  }
  .demoBlock2 summary.sum1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5);
  }
  .demoBlock2 div.sum1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5);
    max-width: 400px;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (max-width: 768px) {
    .demoBlock2 summary.sum1 {
      max-width: 600px;
    }
  }
  .demoBlock2 summary.sum1 img {
    width: 20px;
    vertical-align: middle;
  }
  .demoBlock1 summary.sum1 img {
    width: 20px;
  }
  .demoBlock1 summary.sum1:focus {
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5) inset;
  }
  
  .sum1.active {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 28, 0, 0.5) inset;
    color: #000; /* Witte tekst als actief */
    border: 1px solid #fff; /* Randkleur */
    border-radius: 5px; /* Ronde hoeken voor de knop */
  }
  
  .sum1 {
    box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5);
    background-color: transparent; /* Normale achtergrondkleur */
    color: #000619; /* Normale tekstkleur */
    border-radius: 5px; /* Ronde hoeken voor de knop */
    padding: 10px; /* Ruimte rondom de tekst */
    cursor: pointer; /* Geef het de uitstraling van een knop */
    display: inline-block; /* Zorg ervoor dat het zich gedraagt als een blok */
    transition: background-color 0.3s, color 0.3s; /* Soepele overgang tussen actieve en inactieve status */
  }  
   
  /* SAMPLESETSPAGINA */
  /*Responsive Image Grid*/
 
  .row3 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  /* Create four equal columns that sits next to each other */
  .column3 {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  .column3 img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column3 {
      flex: 50%;
      max-width: 50%;
    }
  }
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 767px) {
    .column3 {
      flex: 100%;
      max-width: 100%;
    }
  }
  .divImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
  }
  figure.afbeelding_orgel img {
    display: block;
    position: relative;  
    max-width: 500px;
    width: 100%;
    height: auto;
    box-shadow: 0 0.6rem 1.5rem 0 gray;
    margin: auto;
  }
  figure.afbeelding_orgel img:hover {
    opacity: 1;
  }
  .afbeelding_orgel .summary3 {
    background-color: transparent;
    border: none;
    font-size: 1rem;
    font-style: normal;
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  
  span.achtergrond2 {
    background-color: #dfe9f5;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #bbb;
  }
  tr.achtergrond2 {
    background-color: #dfe9f5;
  }
  .fa-check {
    color: green;
  }
  .fa-remove {
    color: red;
  }
  i.icon-right {
    font-size: 1rem;
  }
  #de_dispositie {
    min-height: 900px;
    margin-top: 40px;
  }
  
  .achtergrond {
    display: block;
    width: 100%;
    background-color: #000619;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 0.6rem 1.5rem 0 gray;
  }
  .achtergrond2 {
    background-color: #a0bdbd;
  }
  /* BUTTONCONTAINER */
  
  .filterDiv {
    line-height: 1.5rem;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    display: none;
    width: 100%;
  }
  .filterDiv a {
    color: #000619;
    text-decoration: none;
    font-size: 1rem;
  }
  .filterDiv a:hover {
    color: #000619;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .filterDiv figcaption {
    padding-left: 10px;
  }
  .filterDiv.sum1 {
    box-shadow: none;
  }
  .show {
    display: block;
    color: #000619;
  }
  .container {
    overflow: hidden;
    width: 100%;
    padding: 20px;
  }
  /* Style the buttons */
  
  .btn3.active {
    display: block;
    width: 150px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000619;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
  }
  .btn3.active:hover {
    background-color: #08403e;
    color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
  }
  .btn3.active a {
    color: #fff;
    text-decoration: none;
  }
  /* COLUMNS */
 
  /* Create two equal columns that floats next to each other */
  .column0 {
    float: left;
    width: 250px;
    padding: 5px;
    height: 100%;
    margin: 0;
  }
  /* Clear floats after the columns */
  .row0:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .summary3 {
    background-color: #eef3f2;
    border: 1px solid #ccc;
  }
  .summary3:hover {
    background-color: #fbfcfc;
  }
  .summary3[open] {
    background-color: #fbfcfc;
  }
  .filterDiv audio {
    height: 20px;
  }
  .audioInfo summary.sum1 {
    box-shadow: none;
  }
  #audioPlayerContainer {  
   
    bottom: 0;
    transition: bottom 1s ease; /* Pas de tijd en de overgangseffecten aan zoals gewenst */
  }
  
  .algemeen {
    padding: 40px 20px;
    font-size: 1em;
  }
  .construction {
    color: red;
  }
  /* SUBMENU */
  .logo-container {   
    flex-grow: 1; /* Zorgt ervoor dat het logo links blijft */
    background-color:transparent;
    width:100vw;
    max-width: 1200px;
    z-index:9;    
    
  } 
  .submenu {
    display:flex;
    position: fixed;
    align-items:flex-end;
    justify-content:space-between;  
    z-index: 9999;
    color:white;
    top:0;
    width:100vw;
    max-width:1185px;
    height:90px;    
    gap:20px;
    background-color:#052824;
    padding-bottom:10px;
  } 
  .submenu picture img {  
    position:relative; 
    width:230px;
    height:auto;
    top:9px;
    padding:0;
    padding-left:20px;
    z-index: 99999999999;
  } 
  
  @media screen and (max-width: 365px) {
    .submenu .logo-container picture {
      display: none;
    }
    .submenu .logo-container .icon1 {
      display: block;
    }
    .logo-container .icon1 img {
      position:absolute;
      left:20px;
      top:10px;
      width: 60px; /* Zorgt ervoor dat de afbeelding de grootte van de div overneemt */
      height: 60px; /* Zorgt ervoor dat de afbeelding niet vervormt */
      object-fit: contain; /* Zorgt ervoor dat de afbeelding binnen de opgegeven afmetingen blijft */
  }
  }
  
  /* Zorg ervoor dat icon1 standaard verborgen is */
  .logo-container .icon1 {
    display: none;
  }
  .submenu a.menu img {
    width:20px;
    height:20px;
    margin-top:3px;
  }  
  a.menu span {
    font-size:1.1rem;
    color:#fff;
  } 
  #informatie {
    width:100%;
    max-width:250px;
}
.tablinks1 {
  cursor:pointer;
  font-weight:bold; 
}
.tablinks1:hover {
  color:#acb9b9;
  font-weight:bold;
  cursor:pointer;
}
.tablinks1.active {
  color: #acb9b9; /* Dit zorgt ervoor dat de tekst in de knop wit is */   
  font-weight:bold;
}  
  a.infoSampleset {
    font-weight:bold;
    text-decoration: none;
    color: #FFFFFF; 
    font-size: 1.1rem;  
    cursor: pointer; 
    letter-spacing:0.05rem;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);   
    opacity: 1; /* Zorg ervoor dat er geen vervaging is */
    mix-blend-mode: normal; /* Voorkomt dat de kleur zich vermengt met de achtergrond */
  }
  .submenu a.menu { 
    text-decoration: none;
    color: #FFFFFF; 
    font-size: 1.1rem; 
    gap:5px; 
    cursor: pointer; 
    letter-spacing:0.05rem;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);   
    opacity: 1; /* Zorg ervoor dat er geen vervaging is */
    mix-blend-mode: normal; /* Voorkomt dat de kleur zich vermengt met de achtergrond */
  }  
  .submenu a {
    display: flex; 
    text-decoration: none;
    width:100%;
    max-width:100px;
    padding-right:20px;
    cursor: pointer;
    color: #FFFFFF; 
    font-size: 1.1rem;   
    letter-spacing:0.05rem;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);   
    opacity: 1; /* Zorg ervoor dat er geen vervaging is */
    mix-blend-mode: normal; /* Voorkomt dat de kleur zich vermengt met de achtergrond */
  }  
  .submenu a.infoSampleset:hover, .submenu a.menu span:hover {
    color:#acb9b9;
  }
  .submenu-content {
    display: none; /* Verborgen submenu */
    position: absolute;
    background-color:#335553;  
    width:250px;
    right:10%;
    z-index: 9999;        
    box-shadow:none;
    border-radius:0px;
    padding:15px 0;   
  }  
  .submenu-content a {
    padding:10px 30px; 
    margin:0;
    font-size:1rem;
    text-align:left;
    text-shadow:none;
    width:100%;
    max-width:250px;
    font-family:"Raleway", Arial, sans-serif;
    box-shadow:none;
    border-radius:0px;
  }
  
  .submenu:hover + .submenu-content, .submenu-content:hover {
    display: block;  
    box-shadow:none;
    border-radius:0px;
  } 
  .show {
    display: block;
  } 
  /* STARTER SET*/ 
  .center {
    text-align: center;
  }
  .center span.subkop {
    margin:0 auto;
    font-size: 1.5rem;
  }
  .center .subkop, .center ul li {
    font-size:1.2rem;
    color:rgb(208, 193, 144);
  }
  .starterSetDet {
    color: rgb(220, 233, 231); 
    display:flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width:100%;
    margin:0 auto;   
    height:auto;
    background-color:transparent;
   
  }
  .starterSetDet .banner {
    padding:0;
    margin:0;
    width:100%;
    text-align: center;    
  }
  .starterSetDet .banner a {   
    display:flex; 
    flex-direction:column;
    box-sizing: border-box;
    width:100%;
    border: 5px solid #a59a67;
    color:#08403e;
    padding:20px 0px;
    text-decoration: none;   
     font-weight:600; 
     font-size:1.5rem;
  }  
  .starterSetDet ul {
    display: block;     /* maakt het mogelijk om de lijst te centreren */
  text-align: left;          /* tekst in de lijst links uitlijnen */
  margin: 0 auto;            /* centreert de ul zelf */
    padding-top:60px;
    padding-left: 120px;
  }
  .starterSetDet p {
    padding-top:50px;
    padding-left:40px;
  }
  .starterSetDet .subkop4 {
    color:#8e7a55;
    font-weight:normal;
  }
  .starterSetDet .subkop4:hover {
    color:#594d37;
    text-decoration: underline;
  }
  #starterSet {
    display:flex; 
    flex-direction: column; 
    align-items: center; 
    width:100%; 
    max-width:800px;
    margin:0 auto; 
    margin-bottom:30px;
  }
  .starterSet2 {
    display:inline-block;
    position:relative;
    width:100%;
    max-width:800px; 
    margin:0 auto;
    padding-bottom:30px;
    margin-bottom:40px;   
    top:20px;
    box-sizing: border-box; 
    color:#000619;  
    text-shadow:none;
    text-align: center;
    border:2px solid rgb(188, 173, 123);    
    border-radius:10px;
    background-color:#fff;   
  }

   .starterSet2 p.margin3 {
  color:#898253;
   letter-spacing: 0.01rem; 
}   
 .starterSet2 h2.subkop, .starterSet2 span.subkop {
color:#b09f6c;
font-size:2rem;
padding:50px 0px;
line-height: 2.3rem;
  }
.starterSet2 span.subkop5 {
display:block;
position:relative;
font-weight:normal;
top:30px;
color:#898253;
font-size:2rem;
}
.starterSet2 ul li {
  font-size:1.4rem;
}
  .starterSet2 p {
    text-align: left;
  }
 #starterSet ul li, .starterSet2 .center.div1 ul li {
    font-size:1.2rem;
  }
  .starterSet2 ul {
    display:inline-block;
    text-align: left;   
   color:#898253;
  }
   #starterSet .center.div1 ul li, .starterSet2 div.center ul li {
    color:#898253;
    font-size:1.1rem;
    padding-top:10px;
  }
  .starterSet2 div.center ul li a:hover {
    color:#000619;
  }
  .starterSet2 strong {
    letter-spacing: 0.02rem;
  }
  .starterSetDet .button, .starterSet2 .button {
    display:inline-block;
    position:relative;     
    padding:10px 50px; 
    background-color:#8e7a55;
    color:#02281d; 
    font-weight:600;
    font-size:1.1rem;
    cursor:pointer;
    text-shadow: 
    -1px -1px 0 #867554,  
     1px -1px 0 #867554,
    -1px  1px 0 #867554,
     1px  1px 0 #867554;
  }
  .starterSet2 .button , .starterSetDet .button  {
    color:#fff;
    text-decoration: none;
    margin:0px 30px;
  }
  .starterSet2 .button:hover, .starterSetDet .button:hover {
    color:#cec6a8;
  }
  @media screen and (max-width:768px) {
    .starterset2 p, .starterSetDet p {
      margin:0;      
      padding-left:20px;
      text-align: left;
    }
      .starterSet2 {
padding:0;
margin:0;
      }
      .starterSet2 ul, .starterSetDet ul {
padding:10px;
margin:0;
      }
      .starterSet2 ul {
padding-left:40px;
  } 
  .starterSetDet p {
    padding:20px;
  }
    }

   /* SCROLL TO TOP */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    left: 50%;   
    border-radius:50%;
    border:5px solid #fff;
    cursor: pointer;  
    z-index: 99999; /* Zorg ervoor dat het boven andere elementen ligt */
    transform: translateX(-50%); /* Centreert de knop netjes */
    opacity: 0; /* Onzichtbaar bij start */
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
  }
  #scrollToTopBtn.visible {
    opacity: 0.6; /* Maak de knop zichtbaar */
    visibility: visible;
  }
 #scrollToTopBtn img {
    width:30px;
    height:30px; 
  }
  #scrollToTopBtn:hover {
    border:5px solid #4c7474;
    opacity:1;
  }
  #stopAudioButton {
    position: fixed;
    bottom: 20px;
    left: 35%;
    display: none;
    background-color: #08403e;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 999999; /* Zorg ervoor dat het boven andere elrementen ligt */
  }
  #stopAudioButton:hover {
    background-color: #638787;
  }
  /* Footer */
  .footer2 {
    padding-left: 20px;
    font-size: 0.9rem;
    margin-top: 20px;
  }
  .footer {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 1200px;
    background-color: #052824;
    height: 300px;
    font-style: normal;
    color: white;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
    padding-top:15px;
    padding-bottom:30px;
    font-size: 0.8rem;      
  }
   footer.loaded {
    display: block;
}
 @media screen and (max-width: 900px) {
    .footer {
      height: 500px;
    }
  }
   .containerIndex {
    display: flex;
    flex-wrap: wrap;           /* Laat kolommen naar nieuwe regel gaan als nodig */
    justify-content: center;   /* Centraal uitlijnen */
    gap: 20px;
}
.containerIndex .column1,
.containerIndex .column2 {
    flex: 1 1 400px;           /* Kolommen groeien, krimpen en beginnen bij 400px */
    max-width: 500px;          /* Zorgt dat ze niet te breed worden */
}

.containerIndex figure {
    margin: 0;
    width: 100%;
}

.containerIndex img {
    width: 100%;
    height: auto;
    display: block;
}

/* Extra marge voor kleinere schermen (optioneel) */
@media (max-width: 768px) {
    .containerIndex {
        gap: 15px;
    }

    .containerIndex .column1,
    .containerIndex .column2 {
        flex: 0 1 auto;       /* Laat kolommen hun eigen breedte behouden */
        width: 100%;           /* Klein beetje marge aan zijkanten */
    }
}
 .row8 {
    width:100%;    
  }
  .row8::after {
    content: "";
    clear: both;
    display: block;
  }
  .row8 a,
  .row8 span {
    color:#bacfcb;
    font-size:0.8rem;  
    text-decoration: none; 
    font-weight:600; 
    text-shadow: 
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000; 
  }
.row8 a:hover {
    color:#fff;
    font-size:0.8rem;  
    text-decoration: none;  
  }
  /* Algemene stijlen voor grotere schermen */
  .split-text {
    text-align: left;
  }
  .split-text span {
    display: inline; /* Zinnen staan naast elkaar op grotere schermen */
    color: white;
    font-weight: normal;
    margin-left: 20px;
    text-align: left;
  }
  
  /* Stijlen voor schermen met een breedte tot 767px */
  @media screen and (max-width: 767px) {
    .split-text span {
      display: block; /* Zinnen staan onder elkaar op kleinere schermen */
    }
  }