/* Voeg de gegenereerde font-face regels toe */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2")
    format("woff2");
  font-display: swap; /* Zorgt ervoor dat tekst wordt weergegeven terwijl het font wordt geladen */
  font-weight: 400; /* Basisgewicht */
  font-style: normal;
}

/* Voor verschillende gewichtinstellingen en variaties */
.inter-main {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Pas aan zoals nodig */
  font-style: normal;
  font-variation-settings: "slnt" -5; /* Pas aan zoals nodig */
}

.inter-light {
  font-family: "Inter", sans-serif;
  font-weight: 300; /* Lichtgewicht instelling */
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", sans-serif;
  font-weight: 700; /* Zwaarder gewicht */
  font-style: normal;
}

.inter-italic {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "slnt" -10; /* Meer schuine instelling */
}

/* Niconne font instellingen */
@font-face {
  font-family: "Niconne";
  src: url("../fonts/Niconne-Regular.woff2")
    format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

.niconne-regular {
  font-family: "Niconne", cursive;
  font-weight: 400; /* Standaard gewicht */
  font-style: normal;
}
html, body {
  height: 100%; /* Zorg ervoor dat de body en html de volledige hoogte van het scherm nemen */
  margin: 0; /* Verwijder de standaard marge */
}
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: 0.9em;
  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 */
  display: flex; /* Zet de body in een flexbox-container */
  flex-direction: column; /* Zorg ervoor dat de elementen verticaal worden gestapeld */
  align-items: center; /* Horizontaal centreren van de inhoud */
}

/* Algemene stijlen */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.header {
  background-color: #052824;
  color: #fff;
  text-align: left;
  width:100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: 1px; /* Voeg ruimte tussen de items toe */
}
.row8::after {
  content: "";
  clear: both;
  display: block;
}
[class*="col-"] {
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}
/* For desktop: */
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

/* Kolombreedtes voor mobiele apparaten */
@media only screen and (max-width: 767px) {
  [class*="col-"] {
    width: 100%;
  }
  .header {
    padding: 10px 0;
  }
  body {
    font-size: 1em;
  }
  
  .orgelfront img {
    display: none;
    position: absolute;
    max-width: 1200px;
    width: 100%;
    height: auto;
    z-index: -4;
    top: 0px;
  }
  #myBtnContainer div.site-title img {
    width: 320px;   
    height: auto;
    margin-top: 10px;
    margin-bottom: 3px;
  }
}
/* Voor tablets */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  [class*="col-"] {
    padding: 10px;
  }

  body {
    font-size: 1em;
  }
  .orgelfront img {
    display: none;
    position: absolute;
    max-width: 1200px;
    width: 100%;
    height: auto;
    z-index: -4;
    top: 0px;
  }
}

/* Voor desktops */
@media only screen and (min-width: 1025px) {
  [class*="col-"] {
    padding: 15px;
  }

  body {
    font-size: 1em;
  }
}
.orgelfront img {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  height: auto;
  z-index: -4;
  top: 0px;
}

/* Overlay with gradient */
div.overlay {
  display:none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  max-height:210px;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.4) 100px,
    rgba(0, 0, 0, 0) 300px
  ); /* Zwart naar transparant bij 50px */
  color: white;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px; /* Ruimte voor het logo */
  z-index: 0;
}
@media screen and (max-width:768px) {
  div.overlay {
    max-height:100px;
    display:none;
  }
  .header62.navbar2 {
   top:-100px;
  }
}
/* Tekst elementen */
/* Koppen */
.margin {
  margin: 0px 20px;
}
.margin2 {
  margin-bottom: 10px;
}
span.hoofdletter {
  font-family: "Niconne", "Brush Script MT", "Cursive", sans-serif;
  font-size: 3em;
  vertical-align: -0.1em;
  font-weight: 100;
  color: #000619;
}
span.accent4 {
  font-family: "Niconne", "Brush Script MT", "Cursive", sans-serif;
  font-size: 3em;
  font-weight: 100;
  color: #3c5a55;
}
#de_dispositie span.hoofdletter {
  font-family: "Niconne", "Brush Script MT", "Cursive", sans-serif;
  font-size: 3em;
  vertical-align: -0.1em;
  font-weight: 100;
  color: #000619;
}
.accent1 {
  color: #fff;
  letter-spacing: 0.6px;
}
.accent {
  color: #6e8380;
  font-size: 1.2em;
  font-family: "Inter", Arial, sans-serif;
  letter-spacing: 0.5px;
}
.accent2 {
  color: #92e7de;
  letter-spacing: 0.5px;
}
span.accent5 {
  color:#718E83 ;
  font-weight: inherit;  
}
.hoofdletter {
  font-family: "Niconne", "Brush Script MT", "Cursive", sans-serif;
  font-size: 2em;
  vertical-align: -0.1em;
  font-weight: 100;
  color: #022323;
}
.hoofdletter1 {
  font-family: "Niconne", "Brush Script MT", "Cursive", sans-serif;
  font-size: 2em;
  vertical-align: -0.1em;
  font-weight: 100;
  color: #fff;
}
sup {
  font-size: 0.8em;
  color:#000619 ;
}
h1 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.5em;
  color: #3c5a55;
  text-align: center;
  line-height: 1.5em;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.2em;
  }
}
h2 {
  font-family: "Inter", Arial, sans-serif;
  color: #638888;
  line-height: 1.5em;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.2em;
}
h3 {
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  color: #000619;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
}
h4 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0.3px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.6em;
  color: #6e8380;
}
h5 {
  font-family: "Inter", Arial, sans-serif;
  margin-bottom: 0.3px;
  font-size: 1.1em;
  line-height: 1.2em;
  padding-left: 20px;
  padding-right: 20px;
}
h6 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1em;
  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.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
}
.subkop {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1em;
  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.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
  margin: 40px;
}
.subkop2 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1em;
  text-align: center;
  font-weight: 600;
  margin: 20px;
  color: #6e8380;
}
.subkop3 {
  font-family: "Inter", Arial, sans-serif;
  margin: 20px;
  font-size: 1.1em;
  line-height: 1.2em;
  color: #5f240b;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}
.subkop4 {
  font-family: "Inter", Arial, sans-serif;
  margin: 5px;
  font-size: 1.1em;
  text-decoration: underline;
  color: #4c7474;
  text-align: center;
  font-weight: 600;  
}
.subkop5 {
  font-family: "Inter", Arial, sans-serif;
  top: 0;
  font-size: 2.7em;  
  color: #c8a85d;
  text-align: center;
  font-weight: 800; 
}
p {
  text-align: justify;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  line-height: 1.5em;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 1em;
}
a {
  text-decoration: underline;
  color: #638888;
  font-size: inherit;
  overflow-wrap: break-word;
}
ul {
  font-size: 1em;
  line-height: 1.5em;
  padding-right: 20px;
  padding-left: 40px;
}
ul li a {
  padding-right: 20px;
  padding-left: 20px;
}
ol li {
  font-size: 1em;
  line-height: 1.5em;
  padding-right: 20px;
}
ol li a {
  padding-right: 20px;
  word-break: break-all;
}
li::marker {
  color: #638888;
}
hr {
  margin-right:20px;
  margin-left:20px;
}
span {
  color: #a0bdbd;
  font-weight: 600;
}
span.colorgreen {
  color:#4C7474;
}
.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;
}
/* INDEX PAGINA */
/*Tekst en Afbeelding naast elkaar*/
.container_ribbon {
  width: 50%;
  float: left;
  margin-bottom: 20px; /* Ruimte onder de containers */
  text-align: center;
}
.container_ribbon figure img:hover {
  opacity: 1;
}
.container_ribbon .demoBlock2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 450px;
}
.container_ribbon1 {
  display: block;
  position: relative;
  width: 50%;
  float: right;
  transform: rotate(5deg); /* Afbeelding 10 graden tegen de klok in draaien */
  margin-bottom: 50px;
  margin-top: 0px;
  text-align: center;
}
div.container_ribbon1a {
  width: 100%;
  float: right;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 40px;
}
div.container_ribbon1 figure img {
  position: relative;
  display: inline-block;
  float: none;
  max-width: 500px;
  width: 100%;
  height: auto;
  top: 0px;
  margin-right: auto;
  margin-bottom: auto;
  transform: rotate(5deg);
}
div.container_ribbon1a figure img {
  position: relative;
  display: inline-block;
  float: none;
  max-width: 500px;
  width: 100%;
  height: auto;
  top: 0px;
  margin-right: auto;
  margin-bottom: auto;
}
.container_ribbon1a.koororgel img {
  max-width: 500px;
}
/*div.container_ribbon1 figcaption {
	margin-right:153px;
	bottom:313px;
	z-index:2;
	font-size:1.4em;
	line-height:1.5em;
	color:#FFF;
	position:relative;
	float:right;
	margin-bottom:0;
}*/

span.gedraaid_accent {
  display: inline-block;
  position: relative;
  transform: rotate(-8deg);
  color: #4C7474 ;
  top: 53px;
  right: 15%;
  font-size: 1.7em;
  z-index: 1;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  text-shadow: -1px -1px 0px #4C7474 ,
    /* Schaduw linksboven */ 1px -1px 0px #4C7474 ,
    /* Schaduw rechtsboven */ -1px 1px 0px #4C7474 ,
    /* Schaduw linksonder */ 1px 1px 0px #4C7474 ; /* Schaduw rechtsonder */
  background-color: white;
  height: 40px;
  width: 150px;
  box-shadow: 0 0 10px 4px #f2f0f0;
  border-radius:5px;
}
@media screen and (min-width: 768px) {
  span.gedraaid_accent {
    right: 18%;
  }
  span.gedraaid_accent2 {
    margin-left: 30%;
  }
}
span.gedraaid_accent2 {
  display: inline-block;
  position: relative;
  transform: rotate(12deg);
  color: #4C7474 ;
  top: 200px;
  left: 75px;
  font-size: 1.5em;
  z-index: 1;
  margin-left: 0px;
  background-color: white;
  height: 35px;
  width: 75px;
  box-shadow: 0 0 10px 4px #f2f0f0;
}
span.gedraaid_accent3 {
  display: inline-block;
  position: absolute;
  transform: rotate(-8deg);
  color: #8d5f84;
  top: 60%;
  left: 10%;
  font-size: 1.5em;
  margin-left: 0px;
  background-color: white;
  height: 35px;
  width: 100px;
  box-shadow: 0 0 10px 4px #f2f0f0;
  text-align: center;
}
span.gedraaid_accent4 {
  display: inline-block;
  position: relative;
  transform: rotate(-8deg);
  color: #fff;
  top: 15px;
  right: 12%;
  font-size: 2em;
  z-index: 0;
  margin: 12px;
  padding: 20px;
  background-color: #7a4f10;
  border-radius: 10px;
  height: 65px;
  width: 275px;
}
@media screen and (max-width: 400px) {
  span.gedraaid_accent3 {
    top: 80%;
    left: 10%;
    width: 150px;
    height: auto;
    font-size: 1em;
    transform: rotate(8deg);
  }
}

div.container_ribbon1a h3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #638787;
  text-align: center;
}
div.container_ribbon1a h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #638787;
  text-align: center;
}
.container_ribbon1a figure img {
  width: 100%;
  max-width: 500px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.container_ribbon1a figure img:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  div.container_ribbon {
    width: 50%;
  }
  div.container_ribbon figure img {
    width: 100%;
    max-width: 450px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  div.container_ribbon1a {
    width: 50%;
  }
  div.container_ribbon1a h3 {
    text-align: center;
  }
  div.container_ribbon1a figure img {
    width: 100%;
    max-width: 450px;
    float: none;
    margin-right: 45px;
  }
}
/* Mediaquery voor schermen met een maximale breedte van 768 pixels */
@media (max-width: 768px) {
  div.container_ribbon {
    width: 100%; /* Containers 100% breedte op kleinere schermen */
    float: none; /* Geen float op kleinere schermen */
  }
  div.container_ribbon figure img {
    width: 100%;
    max-width: 500px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  div.container_ribbon1 {
    float: none; /* Geen float voor afbeeldingen op kleinere schermen */
    width: 100%;
  }
  div.container_ribbon1 figure img {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 500px;
  }
  div.container_ribbon1 {
    float: none;
    width: 100%;
  }
  div.container_ribbon1 figcaption {
    position: relative;
    top: -270px;
    left: -185px;
    width: 100%;
  }
  div.container_ribbon1a {
    width: 100%;
    float: none;
    text-align: center;
    padding-left: 0px;
    margin-top: -40px;
    margin-bottom: 40px;
  }
  div.container_ribbon1a h3 {
    text-align: center;
  }
  div.container_ribbon1a figure img {
    width: 100%;
    max-width: 500px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 400px) {
  div.container_ribbon1 figure img {
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 400px;
  }
  div.container_ribbon1 {
    float: none;
    width: 100%;
  }
}
/* SLUITKNOP */
.sluit-knop {
  float: right;
  padding-right: 10px;
}
/* Stop Audio afspelen knop 
#stopAllButton {
    position: fixed;
    color:#FFF;
    font-size:1.5em;
    width:100%;
    max-width:1000px;
    height:50px;
    bottom: 45px;
    left: 50;
    background-color:#718E83;
    cursor:pointer;
    z-index: 9999; /* Zorg ervoor dat de knop bovenop andere elementen staat 
}*/
/* UITKLAPTEKST 	
details figure[open] {
	display:inline-block;
	position:fixed;	
	width:105%;
	max-width:1000px;
	padding-bottom:10px;
	padding-top:10px;
	top:86%;
	left:50%;
	transform: translate(-50%, -50%);
	background-color:#08403E;
	border-radius:10px;			
}
.myDetails figure{		
	height:475px;
	background-color:#F2F5F6;
	margin-left:5px;
	margin-right:5px;
}
.myDetails figure audio {
	margin-top:-10px;
	margin-bottom:10px;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}*/

/* 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;
}
summary img:hover {
  border: 3px solid #e1edf5;
}
div.hoogblokland {
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  text-align: center;
  width: 100%;
  max-width: 450px;
  z-index: 0;
}

div.hoogblokland1 {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100vw;
  max-width: 450px;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#hoogblokland {
  position: relative;
  top: 0;
  left: 0;
}
#hoogblokland1 {
  position: relative;
  top: 0;
  left: 0;
}
#hoogblokland p {
  background-color: #f4f7f7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  color: #4c7474;
}
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.02em;
}
.summary2 summary {
  color: #e1edf5;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  height: 100%;
}

details.summary3, .summary3 .sum2 {
  background-color:#f6f7f7;
}

/*.summary3 summary {
	color:#4C7474;
	text-align:left;
	padding-left:5px;
	cursor:pointer;
}*/
.figtekst {
  text-align: center;
  padding: 10px;
  font-style: normal;
  font-size: 1em;
}
.demotekst {
  display: block;
  text-align: center;
  width: 96%;
}

.demofig {
  padding-bottom: 10px;
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}
.demofig .audio {
  width: 100%;
  margin-left: -20px;
  margin-top: -20px;
}

/* Audioplayer demos */

/* details.filterDiv[open]{	
  position: fixed;
  bottom: 100px; /* Hier kun je de afstand tot de onderkant van het scherm aanpassen 
  left: 50;
  width: 100%;
  max-width:1000px;
  background-color: #f0f0f0;
  padding: 10px;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}*/

#audioPlayerContainer {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  background-color: #08403E;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 999;
  display: none;
  color: #fff;
  text-align: center;
  height: 100px;
}
#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.8em;
  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.8em; /* 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:transparent;
  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.5em;
  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: 2em;
  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: 2em;
  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: 2em;
  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%;
  }
}
/*.aToggleDiv {
	cursor:pointer;
	margin-right:40px;
}*/
@media screen and (max-width: 768px) {
  #audioPlayerContainer {
    height: 25%;
    max-width: 767px;
    width: 100%;
    background-color:#08403E;
  }
  #audioPlayerContainer audio {
    bottom: 30px;
  }
  #audioFileName {
    bottom: 35px;
  }
  .small-text {
    top: 15px;
  }
}
/* Media query voor grotere schermen */
@media screen and (min-width: 767px) {
  #audioPlayerContainer {
    /* Aangepaste hoogte voor grotere schermen */
    height: 20%;
    /* Plaatsing onderaan */
    bottom: 0;
    /* Overige stijlen */
    background-color:#08403E;
  }
  #audioPlayerContainer audio {
    padding-top: 0px;
    bottom: 25px;
  }
  #audioFileName {
    margin-top: 0px;
  }
  .small-text {
    top: 5px;
  }
}
#het_orgel .sum1 {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5);
  margin: auto;
}
#het_orgel .sum1 img {
  width: 20px;
  box-shadow: none;
  vertical-align: middle;
}
#het_orgel .sum1:active {
  box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5) inset;
}
#het_orgel .sum1:focus {
  box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5) inset;
  border: 1px double grey;
  background-color: #f4f7f7;
}
#het_orgel .sum2 {
  display: none;
  width: 100%;
  max-width: 500px;
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 10px;
}
.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 */
  height: 20%;
  transform: translateX(
    -50%
  ); /* Horizontale centrering zonder de verticale positie te beïnvloeden */
  background-color: #638787;
  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.5em;
  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: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  top: 80px;
  width: 96%;
  padding-left: 10px;
}
.right_column {
  width: 96%;
  text-align: center;
}
.left_column span {
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 767px) {
  .playerA {
    height: 20%;
  }
  .content audio {
    top: 95px;
  }
}
/* 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.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}
div.centered span {
  display: block;
  text-align: center;
}
.detDisp {
  border: 1px solid #4c7474;
  padding: 5px 10px;
  border-radius: 10px;
}
.detDisp img {
  max-width: 20px;
  height: 20px;
  vertical-align: middle;
  box-shadow: none;
}
.detDisp a:hover {
  cursor: pointer;
}
.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.5em;
  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: 1.5em;
  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.8em;
  font-style: italic;
  color: #000619;
  margin-bottom: 20px;
}
.demos figcaption {
  margin-bottom:0; 
}
/* 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.2em;
  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.9em;
  margin-left: 40px;
  margin-right: 40px;
}
/* TABLES */
.table {
  display: block;
  padding-right: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  border: none;
  border-collapse: collapse;
  width: 95%;
  white-space: nowrap;
  overflow-y: auto;
  background-color: #f5f9fd;
}
.table td {
  border: 1px solid #4c7474;
  padding: 5px;
}
.table1 {
  display: block;
  overflow: auto;
  background-color: #f5f9fd;
  white-space: nowrap;
  font-size: 1em;
  padding: 10px;
  padding-right: 30px;
  font-weight: 600;
  margin-bottom: 50px;
}
.table1 th {
  border: 1px solid #08403e;
  padding: 10px 0px;
  text-align: center;
}
.table1 td {
  border: 1px solid #08403e;
  padding: 10px 0px;
  text-align: left;
}
/* Comparison Table */
.table2 {
  display: block;
  width: 95%;
  overflow: auto;
  font-size: 1em;
  margin: auto;
  border-collapse: collapse;
}
.table2 tr {
  width: 95%;
  padding: 5px;
}
.table2 th {
  text-align: center;
  padding: 5px;
}
.table2 td {
  text-align: left;
  padding: 5px;
  border: 1px solid #638888;
}

/* Header 
.header2 {
	display:inline-block;
	/*background: url(../afbeeldingen/achtergrond111.png);
	background-attachment:fixed;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;*/
/*background-color:transparent;
    max-width:2000px;
    max-height:30px;
	padding-top:5px;
	margin:auto;
}*/
/*.header3a {
	display:block;
	background-color:#08403E;	
	height:150px;
	width:100%;	
}*/
/* Responsive Header */
* {
  box-sizing: border-box;
}

.header6 {
  display: block;  
  padding: 0px;
  width: 100%;
  
}
.header6 a.menu_01 {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .header6 {
    margin-top:-15px;
  }
  .header6 a {
    float: none;
    text-align: left;
  }
  .header-right6 {
    float: none;
  }
  .header-left6 {
    float: none;
  }
}
@media screen and (max-width:1200px) {
  .header6 {
    margin-top:5px;
  }
}
@media screen and (max-width:480px) {
  .header6 {
    margin-top: -30px;
  }
}
/* Carousel*/
.carousel {
  display: block;
  position: relative;
  height: 400px;
  margin: 0;
  top: 100px;
  width: 100%;
  max-width: 1020px;
  overflow: hidden; /* Voorkom overloop van de afbeeldingen */
}

@media (max-width: 767px) {
  .carousel {
    top: 280px;
    height: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  .carousel {
    top: 120px;
    height: 500px;
  }
}

.carousel picture img {
  width: 100vw;
  max-width: 1022px;
  height: 100vw; /* Zorg ervoor dat de afbeelding altijd de container vult */
  max-height: 500px;
  object-fit: cover; /* Zorg ervoor dat de afbeeldingen hun verhoudingen behouden */
  object-position: center; /* Zorg ervoor dat het middelpunt van de afbeelding in het zicht blijft */
  display: block; /* Verwijder eventuele witte ruimte onder de afbeelding */
  transition: all 0.5s ease; /* Voeg transities toe voor vloeiende schaalveranderingen */
  will-change: width, height; /* Laat de browser weten welke eigenschappen zullen veranderen */
}
/*Menu*/
div.site-title img {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  left: 20px;
  max-width: 40%;
  height: auto;
  z-index: 1000;
}

/*.orgelfront img{
	display:block;
	position:absolute;
	width:100%;
	max-width:1000px;
	height:auto;
	z-index: -4;
	top:0px;
	min-height:120px;
	max-height:150px;	
}*/
.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 */
  }
}
#myBtnContainer div.navbar_index a.menu_01 {
  text-align: left;
  color: #f5f9fd;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px;
}
#myBtnContainer div.navbar_index {
  position: relative;
  z-index: 1;
  top: 60px;
  background-color: #08403e;
  width: 100%;
  max-width: 1200px;
  height: 40px;
}
/*@media screen and (max-width:767px){
	#myBtnContainer div.navbar_index {
		top:-70px;
	}
}
@media screen and (max-width:400px){
	#myBtnContainer div.navbar_index {
		top:-30px;
	}
}*/

#myBtnContainer div.navbar_index a {
  position: relative;
  top: 7px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px;
}
#myBtnContainer div.header6.navbar {
  display: block;
  position: relative;
  top: 5px;
  height: auto;
}
#myBtnContainer div.header62.navbar2 {
  display: block;
  position: relative;
  top: 17px;
  background-color: #052824;
  height: 40px;
 
  color: #fff;
}
#myBtnContainer div.header62.navbar2 a {
  position: relative;
  top: 7px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #myBtnContainer div.header6.navbar {
    top: 0;
  }
  #myBtnContainer div.header62.navbar2 {
    top: 0px;
  }
}
@media screen and (min-width: 768) and (max-width: 900px) {
  #myBtnContainer div.header6.navbar {
    top: 10px;
  }
  
  #myBtnContainer div.navbar_index {
    top: 80px;
  }
  .carousel {
    top: 100px;
  }
}

.vlaggen1 img {
  float: right;
  width: 30px;
  height: 20px;
}
.navbar_index .vlaggen2 img {
  float: left;
  width: 30px;
  height: 20px;
  margin-left: 20px;
  top: 5px;
}

/* Basisstijl voor de tooltip */
.white-icon {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%)
    contrast(100%);
  cursor: pointer;
  width: 30px;
  height: 30px;
}
#tooltip-container {
  display: block;
  position:relative;
  gap: 20px; /* Ruimte tussen de tooltips */
  float: right;
  font-size: 0.9em;
  padding-top: 5px;
 
}
.tooltip {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  
  top: -80px;
}
/* Tooltip zichtbaar maken */
.tooltiptext {
  visibility: visible;
  opacity: 1;
  color:#FBFDFD;
  font-weight:normal;
  cursor:pointer;
}

/* Verberging van het verhaal */
.story {
  display:none;
  position: absolute; /* Zorg ervoor dat het verhaal niet de flow van de pagina beïnvloedt */
  top: 150%; /* Plaats het verhaal direct onder het icoon */
  width: 100%; /* Maak het verhaal 100% van de breedte */
  max-width: 1020px;
  background-color: #fbfdfd;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  z-index: 999999; /* Zorg ervoor dat het verhaal boven de andere elementen komt */
  box-shadow: 0 0.6rem 1.5rem 0 gray;
  margin-top: 40px;
  margin-bottom:20px;
}
.story details[open] {
  position: relative; /* Ensures that it takes up space and pushes content below */
  z-index: 1; /* Prevents overlap in stacking order */
}

/* Tooltip aanpassing voor mobiele weergave */
@media (max-width: 768px) {
  .tooltiptext {
    bottom: 100%;
    left: 0;
    transform: none;
  }

  .story {
    position: static; /* Verander de positie voor mobiele weergave */
    top: auto;
    left: auto;
    transform: none;
    margin-top: 15px;
  }
}

.site-title3 img {
  display: inline-block;
  position: absolute;
  max-width: 300px;
  width: 100%;
  top: 20px;
  left:40px;
  height: auto;
  z-index: 99999;  
}

/*.achter_logo {
	height:90px;
	background-color:#08403E;
	opacity:0.5;
	margin-top:-420px;
}*/
/* Inhoud */
article {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column; /* Zorg ervoor dat de inhoud verticaal gestapeld wordt */ 
  align-items: center; /* Horizontaal centreren van de inhoud */
  flex-grow: 1; /* Dit zorgt ervoor dat de inhoud de resterende ruimte vult */
  width: 100%;
  margin-bottom:30px;
}
@media (max-width: 767px) {
  div.site-title3 img {
    position:absolute;
    top:5%;
    left:5%;
    width: 80%;
  }
}
.ruimte {
  height: 1200px;
}

.inhoud {
  display: block;
  position: inherit;
  background-color: #fbfdfd;
  width: 100%;
  max-width: 1200px;
  padding-top: 20px;
  box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.2),
    /* Schaduw boven zonder vervaging */ 0px 3px 10px rgba(0, 0, 0, 0.2); /* Schaduw onder zonder vervaging */
  border-radius: 10px;
  margin: 0;
  padding-bottom: 20px;
  float: none;
}
@media screen and (max-width: 768px) {
  .inhoud {
    box-shadow: none;
  }
}

.inhoud ol li li {
  list-style-type: none;
}
/* Tekst inhoud */
.tekst-inhoud {
  display: inline-block;
  max-width: 100%;
  padding-top: 10px;
  margin: auto;
}
/* Subnav/dropdown menu */
.navbar {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #08403e;
}
.navbar a {
  float: left;
  font-size: 1em;
  padding: 8px 20px;
  color: #fff;
  margin: 2px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  min-width: 245px;
  text-align: left;
}
.navbar a:hover {
  cursor: pointer;
  color: #000619;
  background-color: #bdc3c2;
}
.navbar1 {
  overflow: hidden;
  background-color: #cad1d0;
  height: auto;
}
.navbar1 a {
  float: left;
  font-size: 1em;
  color: #000619;
  text-align: left;
  padding: 8px 20px;
  margin: 2px;
  margin-bottom: 5px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  min-width: 245px;
}
.navbar1 a:hover {
  background-color: #bdc3c2;
  box-shadow: 0 0.3rem 0.75rem 0 black;
}
.active {
  color: #000619;
  box-shadow: 0 0.3rem 0.75rem 0 black;
}
a.active {
  color: #000619;
  background-color: #e8eded;
  box-shadow: 0 0.3rem 0.75rem 0 black;
}
.tablinks {
  border-radius: 5px;
}
#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 {
  width: 0;
  max-width:1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 99999;
  top: 0;
  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;
  overflow-x: hidden;
  transition: 0.5s;
}
.sidenav a {
  display: block;
  max-width: 1200px;
  background-color: transparent;
  padding: 8px 8px 8px 32px;
  text-decoration: none;

  color: #bacfcb;
  transition: 0.3s;
  line-height: 1.5em;
  font-size: 1em;
}
.sidenav a:hover {
  color: #fff;
  cursor: pointer;
  font-size: 1.02em;
}
.sidenav .closebtn .icon-close {
  position: absolute;
  top: 5px;
  left: 350px;
  padding-top: 20px;
  margin: auto;
  color: #bacfcb;
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  font-family: Arial, sans-serif; /* Of een ander lettertype */
}
.sidenav .closebtn .icon-close:hover {
  color: #fff;
  font-size: 2.2em;
}
@media screen and (max-height: 400px) {
  .sidenav {
    overflow-y: auto;
  }
  .sidenav a {
    font-size: 1em;
  }
  .sidenav .closebtn .icon-close {
    font-size: 2em;
    top: 15px;
    right: 35px;
  }
}
/* NAV Samples homepagina */
/* Portfolio */
* {
  box-sizing: border-box;
}
.myBtnContainer {
  display: block;
  padding: 0px;
  width: 100%;
  margin: auto;
}
.myBtnContainer4 {
  display: block;
  background-color: #46635b;
  padding: 0px;
  width: 100%;
}
.content h4 {
  color: #e1edf5;
  font-size: 1em;
  font-weight: normal;
}
div.content p {
  font-size: 1em;
  color: #e1edf5;
  text-align: center;
}
.row {
  background-color: #08403e;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* Add padding BETWEEN each column */
.row .column {
  padding: 0px;
}
/* Create three equal columns that floats next to each other */
.column {
  float: left;
  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: 0px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.content img {
  width: 100%;
}

/*details[] 
 The "show" class is added to the filtered elements */
.show {
  display: block;
}
/* Style the buttons */
.btn {
  display: inline-block;
  border: none;
  outline: none;
  padding-left: 15px;
  padding-top: 5px;
  cursor: pointer;
  color: #e1edf5;
  border-radius: 5px;
  height: 35px;
  text-decoration: none;
  width: 180px;
  margin: 5px;
}

@media only screen and (max-width: 900px) {
  .column {
    width: 50%;
    height: auto;
  }
  .btn {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  .myBtnContainer a {
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
  .btn {
    float: none;
    display: block;
    text-align: center;
  }
  .myBtnContainer a {
    float: none;
  }
}
/* 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.8em;
}
.hide3 a:active {
  display: block;
  font-size: 0.8em;
}
.myDIV3 {
  margin: 0px;
  width: 100%;
  color: #000619;
}
.myDIV3:hover + .hide3 {
  display: block;
  position: absolute;
  width: 100%;
  margin: auto;
  border: 1px solid #08403e;
  white-space: nowrap;
  left: -100px;
}
.content button {
  font-size: 0.8em;
  margin-left: auto;
  margin-right: auto;
}
/* Slideshow */
* {
  box-sizing: border-box;
}
#slideshow {
  margin-top: 30px;
}

#slideshow .sum2 {
  width: 100%;
  max-width: 500px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  box-shadow: 0.05rem 0.05rem 0.05rem 0.05rem grey;
  border-radius: 10px;
  border: 0.5px solid #ccc;
  margin-bottom: 10px;
}
#slideshow .sum2 img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  box-shadow: none;
}
#slideshow .sum2:hover {
  box-shadow: 0.05rem 0.1rem 0.1rem 0.05rem grey;
  background-color: #eaf3f3;
}
#slideshow .sum2:focus {
  width: 100%;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  background-color: #eaf3f3;
  border-radius: 10px;
  box-shadow: 0 0.3rem 0.75rem 0 grey inset;
}

@media screen and (max-width: 767px) {
  #slideshow .sum2 {
    width: 100%;
    max-height: 80px;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0.3rem 0.75rem 0 grey;
}
.mySlides .text h4 {
  margin-top: 20px;
}
.mySlides .summary3 {
  background-color: transparent;
  border: none;
}
/* Slideshow container */
div.slideshow-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 70px;
  margin: auto;
}
/*summary.sum2 {
	display:block;
	text-align:left;
	width:98%;
	max-width:1000px;	
	padding:10px;
	margin-left:2%;	
}*/
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: fixed;
  bottom: 25%;
  width: auto;
  height: 100px;
  padding: 16px;
  margin-top: 0px;
  color: #000619;
  font-weight: bold;
  font-size: 2em;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}
@media only screen and (min-width: 1000px) {
  .prev {
    position: absolute;
    left: 20;
    top: 40%;
  }
  .next {
    position: absolute;
    right: 20;
    top: 40%;
  }
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */

/* Caption text */
.text {
  color: #000619;
  font-size: 1em;
  margin-top: 0px;
  padding-top: 0px;
  position: relative;
  width: auto;
  text-align: center;
  height: auto;
}
.text1 {
  color: #000619;
  font-size: 0.9em;
  position: relative;
  width: auto;
  text-align: center;
  height: 150px;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 10px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #08403e;
  font-size: 0.8em;
  text-align: left;
  position: relative;
  top: 0;
  padding-left: 15px;
  padding-top: 0px;
  z-index: 1;
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 7px;
  width: 7px;
  margin: 0px 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  box-shadow: none; /* Verwijdert eventuele schaduwen */
  position: relative;
}
.active2 {
  background-color: #638787;
  height: 10px;
  width: 10px;
}
.tooltip2 {
  visibility: hidden;
  width: 100px; /* Breedte van de tooltip */
  background-color: #638787; /* Achtergrondkleur van de tooltip */
  color: #fff; /* Tekstkleur van de tooltip */
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Positionering boven de dot */
  left: 50%;
  margin-left: -40px; /* Midden de tooltip met de dot */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 0.8em;
  letter-spacing: 0.3px;
  height: auto;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .dot {
    margin: 0px 2px;
  }
}
.dot:hover {
  height: 15px;
  width: 15px;
}
.dot:hover .tooltip2 {
  visibility: visible;
  opacity: 1;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 767px) {
  .prev,
  .next {
    font-size: 0.9em;
  }
  .text {
    font-size: 1em;
  }
  .mySlides img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media only screen and (min-width: 800px) {
  .mySlides img {
    width: 600px;
    height: 600px;
  }
  .mySlides figcaption {
    float: right;
    max-width: 600px;
    width: 100%;
  }
  .slideshow-container {
    max-width: 650px;
  }
}
.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: 1em;
  line-height: 1.4em;
  text-align: center;
}
.desc a {
  color: #e1edf5;
  font-size: 1em;
  text-align: center;
}
.desc p {
  color: #e1edf5;
  font-size: 1em;
  text-align: center;
}
div.desc1 {
  text-align: center;
}
.desc1 {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  font-style: italic;
}
.desc1 a {
  color: #000619;
  font-size: 1em;
}
.desc1 p {
  color: #000619;
  font-size: 1em;
}
div.desc2 {
  text-align: center;
}
.desc2 {
  color: #000619;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 600;
  font-style: italic;
}
.desc2 a {
  color: #000619;
  font-size: 1em;
  text-align: left;
}
.desc2 p {
  color: #000619;
  font-size: 1em;
  text-align: left;
}
* {
  box-sizing: border-box;
}
.responsive {
  padding: 5px;
  float: left;
  width: 24.99999%;
  background-color: #08403e;
}
.responsive1 {
  display: block;
  padding: 15px;
}
.responsive2 {
  padding: 15px;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .responsive,
  .responsive2,
  .responsive1 {
    width: 100%;
    margin: 6px 0px;
  }
}
@media only screen and (max-width: 400px) {
  .responsive,
  .responsive2,
  .responsive1 {
    width: 100%;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* INDEXPAGINA */
.sygsoft_index {
  display: block;
}
#terugKnop {
  margin: 20px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  background-color: white;
  color: #638787;
  border: 2px solid #638787;
  border-radius: 10px;
}
/* WELCOME BANNER WIJ */
summary.wij {
  display: inline-block;
  position: absolute;
  font-size: 0.9em;
  color: #fff;
  top: 0;
  margin: 0;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
  min-width: 50%;
  z-index: 1;
  background-color: #638787;
  height: auto;
  box-shadow: 0 0.3rem 0.3rem 0.08rem black;
  text-align: right;
}
.wij .btn5 {
  padding: 10px 20px;
  border: 1px solid white;
  color: white;
  margin: 15px 0px;
  text-decoration: none;
  box-shadow: 0 0.2rem 0.3rem 0 #08403e;
}
.wij .btn5:hover {
  box-shadow: 0 0.2rem 0.3rem 0 #08403e inset;
  background-color: #567575;
}
.wij .btn5:active {
  box-shadow: 0 0.3rem 0.3rem 0.08rem #08403e inset;
  border: 1px solid #08403e;
}
#wij img {
  margin: 3% 5%;
  width: 100%;
  max-width: 600px;
  box-shadow: none;
  height: auto;
}
p.wij {
  font-size: 1em;
  color: #022323;
  line-height: 1.8;
  font-style: italic;
  margin-top: 0px;
  z-index: 9999;
  width: 100%;
  background-color: #fbfdfd;
  padding-left: 200px;
}
@media (max-width: 767px) {
  p.wij {
    padding-left: 20px;
    top: 1.3%;
  }
}
.audioDiv {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
.demoBlock1 {
  display: block;
  position: relative;
  font-size: 0.9em;
  line-height: 1.2em;
  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 */
}
div.inhoud.download {
  width: 100%;
  max-width: 1200px;
}
div.download {
  width: 1200px;
  overflow: auto;
}
div.download2 {
  width: 1000px;
}
div.download3 {
  width: 100%;
  max-width: 1200px;
}
a.downloadbestand {
  padding-top: 10px;
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: auto;
  overflow: auto;
}
a.downloadbestand:focus {
  color: #000619;
}
a.downloadbestand:visited {
  color: #000619;
}
@media (max-width: 767px) {
  .downloadbestand {
    line-height: 3em;
    overflow: auto;
    width: 500px;
    max-width: 100%;
  }
}
.weRead {
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.weRead p {
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 767px) {
  summary.wij {
    padding-top: 160px;
    text-align: center;
  }
  div.wij.inhoud {
    margin-top: 460px;
  }
  .audioDiv {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.uitgelicht {
  width: 100%;
  background-color: #e9eceb;
  border-radius: 10px;
  box-shadow: 0.05rem 0.05rem 0.05rem 0.05rem grey;
  padding-bottom: 20px;
}
.uitgelicht p {
  color: #000619;
}
.uitgelicht img:hover {
  opacity: 1;
}
/* HOOFDPAGINA ORGEL */
/* Stijl voor DEMO voorpagina */
.demoBlock {
  width: 100%;
  max-width: 500px;
  margin-left: 30px;
}
.demoBlock audio {
  width: 100%;
  max-width: 500px;
}
.HW4 {
  width: 100%;
  padding: 20px;
  background-color: #ebf3f3;
  text-align: center;
}
.HW4 button {
  border: none;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0rem 0.1rem 0.3rem 0rem #638888;
  text-align: center;
  background-color: #eaeeee;
  color: #638888;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
}
.HW4 button:active {
  box-shadow: 0 1px 5px rgba(0, 28, 0, 0.5) inset;
  background-color: #fff;
}
.accent6 {
  color: #638888;
  letter-spacing: 0.3px;
  font-size: 0.9em;
}
/*.audioContainer {
  display:none;
  position: fixed;
  width:100%;
  max-width:1000px;
  bottom:0;
  left: 50;
  transform: translateX(-50%);
  background-color: #FBFDFD;
  padding-bottom: 20px;
  border-radius: 5px;
  z-index: 9999; 
  box-shadow: 0 0.60rem 2.50rem 0 gray;
  text-align:center;    
}
.audio-container {
  display: none;
  position: fixed;
  width:100%;
  max-width:1000px;
  bottom:40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F3F2F1;
  padding: 3px;
  border-radius: 5px;
  z-index: 9999; 
  box-shadow: 0 0.60rem 2.50rem 0 gray;
  text-align:center;
  
}*/
#audioLink {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 2px solid #bbb;
  border-radius: 10px;
  padding: 5px;
}
#audioLink:hover {
  background-color: #eceff1;
}
.openButton {
  width: 100%;
  max-width: 1200px;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  border-color: #bbb;
}
#demo_01 {
  height: 30px;
  width: 100%;
  max-width: 1200px;
}
#closeButton {
  text-decoration: none;
  cursor: pointer;
  color: #022323;
}
#closeButton1 {
  text-decoration: none;
  cursor: pointer;
  color: #022323;
}
.sluitknop {
  width: 30px;
  height: auto;
  float: right;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.5rem 0 gray;
}
/* SAMPLESETSPAGINA */
/*Responsive Image Grid*/
* {
  box-sizing: border-box;
}
.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: 1em;
  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: 1em;
}
#de_dispositie { 
  margin-top: 40px; 
  margin-bottom:70px;
}
#de_dispositie h2 {
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  color: #000619;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
}
#de_dispositie span.bijgemaakt {
  display: block;
  color: #5b9290;
  position: inherit;
  text-align: center;
}
.de_dispositie {
  width: 100%;
  margin: auto;
  color: #eeeeee;
  font-weight: normal;
  border-collapse: collapse;
  overflow: auto;
}
.de_dispositie p {
  color: #c0c0c0;
  text-align: center;
}

#de_dispositie span {
  color: #5b9290;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
}
#de_dispositie .table1 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f9fd;
  overflow: auto;
  box-shadow: 0 0.6rem 1.5rem 0 gray;
}
#de_dispositie .table1 tr th {
  margin: 0px;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #bacfcb;
  text-align: center;
}
#de_dispositie .table1 tr td {
  padding: 10px;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  color: #000619;
  font-weight: normal;
  border: 1px solid #bacfcb;
  border-collapse: collapse;
}
#de_dispositie a {
  color: #000619;
  text-decoration: none;
  line-height: 1.4em;
}

.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 */
#myBtnContainer1 {
  background-color: #000619;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.2em;
}
#myBtnContainer1 .btn {
  background-color: #000619;
  font-size: 1em;
  text-decoration: none;
}
#myBtnContainer1 .btn:hover {
  background-color: #08403e;
  width: 100%;
  text-align: left;
  font-size: 1em;
}
.filterDiv {
  line-height: 1.5em;
  text-align: left;
  padding-left: 60px;
  padding-top: 10px;
  padding-left:20px;
  padding-right:20px;
  display: none;
  width: 100%;
  font-weight: normal;
  background-color:#fff;
}


.filterDiv:hover {
  color:#01a97b;
}

.filterDiv[open] {
  border:1px solid #ddd;
}
.filterDiv a {
  color: #000619;
  text-decoration: none;
  font-size: 1em;
}
.filterDiv a:hover {
  color: #01a97b;
  
}
.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: 1em;
}
.btn3.active:hover {
  background-color: #08403e;
  color: #fff;
  cursor: pointer;
  font-size: 1.1em;
}
.btn3.active a {
  color: #fff;
  text-decoration: none;
}
/* COLUMNS */
* {
  box-sizing: border-box;
}
/* 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;
}
.demos {
  width: 100%;
  max-width:1200px;  
  font-weight: 600;
  color: #000619;
  text-align: center;
  background-color:transparent;
  padding-bottom:0;
}
#demos {
  margin-top: 30px; 
  padding:20px;
}
#demos_open {
margin: 0px;
box-shadow:none;
border-radius: 10px;
height:60vh;
  overflow-x: scroll;
  resize: vertical;   /* Maak uitbreidbaar */
}
#demos .btn2 {
  display: inline-block;
  position: relative;
  color: #000619;
  text-decoration: none;
  font-size: 1em;
  width: 225px;
  height: 40px;
  padding-top: 1px;
  margin-left: auto;
  margin-right: auto;  
}
#alldemos {
  width:100%;
  max-width:1200px; 
  box-shadow: 0 0.2rem 0.5rem 0 grey ;
  padding-top:20px;
  padding-bottom:0px;
  border-radius: 10px; 
  
}
#alldemos .btn2:hover {
  background-color: #eaf3f3;
  cursor: pointer;
}
#alldemos .btn2:focus {
  background-color: #eaf3f3;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
#alldemos .btn2.active {
  background-color: #eaf3f3;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
.btn2.active {
  background-color: #eaf3f3;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
#alldemos .btn2:checked {
  color: #eaf3f3;
  background-color: #eaf3f3;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
#alldemos .btn6 {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color:#4C7474 ;
  text-decoration: none;
  font-size: 1em;
  width: 200px;
  height: 50px;
  padding-top:12px;
  margin-left: auto;
  margin-right: auto;  
  border-radius: 10px;
  font-weight:normal;
}
#alldemos .btn6:hover {
  background-color: #fff;
  cursor: pointer;
  color:#08403e;
  font-weight:600;
}
#alldemos .btn6:focus {
  background-color: #fff;
  color:#08403e;
  font-weight:600;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
#alldemos .btn6.active {
  background-color: #fff;
  color:#08403e;
  font-weight:600;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
.btn6.active {
  background-color: #fff;
  color:#08403e;
  font-weight:600;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
#alldemos .btn6:checked {
  color:#08403e;
  background-color: #fff;
  font-weight:600;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
#alldemos .btn7 {
  display: inline-block;
  position: relative;  
  width:250px;
  height:50px;
  padding-top:12px; 
  text-align: left; 
  border-radius:10px; 
  margin-left: auto;
  margin-right: auto;  
}
#alldemos .btn7:hover { 
  background-color:#fff;
  color:#01a97b;
  cursor:pointer;
}
.demos li {
  line-height: 1.7em;
  font-size: 1em;
  color: #000619;
  list-style-type: none;
  text-align: left;
  font-weight: normal;
}
.demos li a {
  color: #08403e;
  text-decoration: none;
  font-size: 1em;
  font-weight: 200;  
  width: 100px; 
  
}

.demos h3 {
  color: #000619;
  text-align: center;
}
.demos p {
  color: #000619;
  font-size: 1em;
  font-weight: 800;
}
.demos p a {
  color: #000619;
  text-decoration: underline;
  font-size: 1em;
}
.demos p a:hover {
  color: #638888;
}
.flex-container {
  display: flex;
            flex-wrap: wrap; /* Zorgt ervoor dat knoppen naar de volgende regel gaan als nodig */
            gap: 10px;
            align-items: center;                                                     
}

.list {
  display: none; /* Lijsten standaard verborgen */ 
  width:100%;
  max-width:1200px; 
  margin-top: 45px;  
  padding:20px; 
  background-color:#F7F9FA;
  height:60vh;
  overflow-x: auto;
  resize: vertical;   /* Maak uitbreidbaar */
}

.demo_1 {
  display: block;
  max-width: 500px;
  text-align: center;
  border: 1px solid grey;
  background-color: #f2f5f6;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}
.summary3 {
  background-color: #f4f6f7;   
}
.summary3:focus, .summary3:hover, .summary3:active {
  background-color: #fff;
}

.summary3[open] {
  background-color: #fff;
}

.summary3 .sum2 {
  background-color:transparent;
}
.summary3 .sum2:hover, .summary3 .sum2:focus, .summary3 .sum2:active {
  background-color:#fff;
}
 
.filterDiv audio {
  height: 20px;
}
.summary-container {
  display: flex;
  align-items: center; /* Zorgt ervoor dat alles verticaal gecentreerd is */
  gap: 10px; /* Ruimte tussen de summary en de link */
  min-height:40px;
}

.summary-container summary {
  cursor: pointer; /* Zorg voor een pointer-cursor op het summary-element */
  margin: 0;
  padding: 0;
  list-style: none; /* Optioneel: Verwijder standaard marker (driehoekje) als je custom styling wilt */
  flex: 1; /* Laat de summary zoveel ruimte innemen als nodig */
  background-color:#fff;
}
.summary-container .sum2 {
  flex: 1; /* Zorgt ervoor dat de summary-tekst maximaal de beschikbare ruimte gebruikt */
  display: flex;
  justify-content: space-between; /* Zet de tekst en link aan weerszijden */
  align-items: center; 
  cursor:pointer;
  background-color:transparent;
  padding-bottom:10px;
}
.summary-container span {
  padding-bottom:10px;
}
span.toggle-figure-btn {
  text-decoration: none; 
  font-size: 0.8em; /* Optionele aanpassing voor consistentie */
  padding-left:10px;
  width:100px;
  text-align:right;
}

.toggle-figure-btn:hover {
  text-decoration: underline;
  cursor:pointer;
}
.audioInfo summary.sum1 {
  box-shadow: none;
}
.audioInfo.hidden {
  display: none;  
}

.audioInfo {
  margin-top: 10px; /* Ruimte boven de info-sectie */
}
#audioPlayerContainer {
  bottom: 0;
  transition: bottom 1s ease; /* Pas de tijd en de overgangseffecten aan zoals gewenst */
  background-color:#08403E;
}
.opmerking {
  margin-top:30px;
  margin-bottom:50px;
}
.opmerking p {
  color: #000619;
  font-size: 1em;
  margin: 20px 0px;
}
.opmerking ul {
  margin-left: -20px;
}
.opmerking li {
  color: #000619;
  font-size: 1em;
  list-style-type: none;
}
.opmerking li:hover {
  color: #000619;
  font-size: 1em;
  background-color: transparent;
}
.opmerking a {
  color: #000619;
  font-size: 1em;
  font-weight: 600;
  background-color: transparent;
  text-decoration: underline;
  margin-left: -20px;
}
.opmerking a:hover {
  color: #4c7474;
  background-color: transparent;
}
.algemeen {
  padding: 40px 20px;
  font-size: 1em;
}
.construction {
  color: red;
}
/* DOWNLOAD */
#downloads {
  margin-top: 10px;
}
#downloads h4 {
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  color: #000619;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
}
#downloads p {
  padding: 20px;
}
#downloads ol {
  padding-left: 20px;
  margin-left:20px;
  list-style-position: inside;
}
#systeemeisen {
  margin-top: 40px;
}
#systeemeisen h5 {
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  color: #000619;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
}

#systeemeisen2_link #backButton {
  display: none;
  width: 100%;
  max-width: 1200px;
  height: 50px;
  background-color: #cad1d0;
  padding-top: 13px;
  padding-left: 20px;
  margin-top: -2px;
  margin-bottom: 20px;
}
#de_dispositie #backButton {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #systeemeisen {
    margin-top: 20px;
  }
}

#systeemeisen2_link #backButton:hover {
  background-color: #bdc3c2;
  box-shadow: 0 0.3rem 0.75rem 0 black;
  border-radius: 10px;
}
#systeemeisen2_link a {
  color: #000619;
  padding: 10px;
  text-decoration: none;
}
#systeemeisen p {
  padding: 20px;
}
#systeemeisen ul {
  padding: 40px;
}
#tabel h6 {
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  color: #000619;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
}
#drie_kanalen {
  margin-top: 10px;
}
#drie_kanalen h6 {
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  color: #000619;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
}
#het_orgel {
  margin-top: 40px;
}
#het_orgel h1 {
  font-family: "Inter", Arial, sans-serif;
  text-align: center;
  color: #000619;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 20px;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #het_orgel {
    margin-top: 0px;
  }
  #systeemeisen2_link #backButton {
    margin-top: -35px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  #het_orgel {
    margin-top: 20px;
  }
}

/* INDEX PAGINA */
.technische_info {
  width: 100%;
  margin: auto;
}
.drie_kanalen_techniek {
  height: 100%;
  background-color: #022323;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0 0.6rem 1.5rem 0 gray;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.drie_kanalen_techniek h3 {
  color: #e1edf5;
  text-align: center;
  font-weight: bold;
}
.drie_kanalen_techniek p {
  color: #e1edf5;
  font-size: 1em;
  font-weight: 200;
}
.drie_kanalen_techniek ol {
  color: #e1edf5;
  text-align: left;
  margin-right: 15px;
  margin-left: -10px;
  font-size: 1em;
  font-weight: 200;
}
.layout_image,
.layout_image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 350px;
}
.registerpaneel p {
  font-size: small;
  color: #a0a37c;
  font-style: italic;
}
.initiatief {
  background-color: #000619;
  border: 2px double #000619;
  color: #e1edf5;
  font-size: 0.7em;
}

.combinatie {
  display: block;
  height: auto;
  background-color: #f5f9fd;
  color: #000619;
  padding: 15px;
}
/* Contactformulier*/
* {
  box-sizing: border-box;
}

.container1 {
  padding-left: 15px;
  padding-right: 20px;
  padding-bottom: 50px;
}
.container1 p {
  padding-left: 5px;
}
form label {
  color: #000619;
}
input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid white;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
input[type="email"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid white;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
input[type="submit"] {
  background-color: #08403e;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #638888;
}
#levering p {
  padding: 20px;
}
/* Bestelformulier*/
#bestellen {
  padding-top: 10%;
}

div#levering {
  display: none;
}
#contact {
  padding-top: 10%;
}


#bestellen .btn4 {
  display:flex; 
  align-items: center;
  gap: 10px;
  color: #000619;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 200;
  text-align: left;
  width: 200px;
  height: 50px;
  padding: 12px 10px;
  margin:30px 0px;
  border:none;
  box-shadow: 0.05rem 0.05rem 0.2rem 0.05rem grey;
  border-radius: 5px;  
  background-color: #fbfdfd;
}
#bestellen .btn4 .logo {
  width:auto; /* Pas aan afhankelijk van de gewenste grootte */
  height: 30px;
}

#bestellen .btn4 span {
  font-weight: bold;
}

#bestellen .btn4:hover {
  background-color: #f2f4f4;
  cursor: pointer;
}
#bestellen .btn4:focus {
  background-color: #f2f4f4;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
#bestellen .btn4.active {
  background-color: #f2f4f4;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
#bestellen .btn4:checked {  
  background-color: #f2f4f4;
  box-shadow: 0 0.2rem 0.5rem 0 grey inset;
}
.paypal-nl {
display:block;
margin-top:20px;
width:400px;
height:auto;
}
.paypal-nl img {
  width:auto;
  height:40px;
  padding-right:20px;
}
div.bedankt {
  display: flex;
  position: relative;
  font-size: 1.4em;
  text-align: center;
  margin-top: 15%;
  background-color: white;
  padding: 50px;
  width:100%;
}
div.bedankt p {
  text-align: center;
}
div.bedankt1 {  
  margin-bottom: 20%;
  background-color: white;
  padding-bottom: 50px;
  text-align: center;
  width:100%;
}
div.bedankt1 p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  div.bedankt {
    margin-top: 40%;
    font-size: 1.2em;
  }
  div.bedankt1 {
    margin-bottom: 50%;
    font-size: 1em;
  }
}
/* DEMOS LUISTEREN */
div.demos4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
@media (max-width: 767px) {
  .demos4 a.btn4 {
    margin: 0;
  }
}
.demos4 a.btn4:hover {  
  background-color: #f2f4f4;
  color: #000619;
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem gray inset;
}

span.accent3 {
  color: #000619;
}
.demos4 span.accent3:hover {
  color: #000619;
}

.demos4 a.btn4 {
  display: inline-block;
  position: relative;
  color: #408a75;
  font-size: 1em;
  width: 100%;
  max-width: 600px;
  font-weight: 600;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  box-shadow: 0.05rem 0.05rem 0.2rem 0.05rem grey;
  border-radius: 10px;
  text-decoration: none;
  padding: 5px 15px;
  border: none;
  text-align: center;
}
.demos a.btn4 span {
  text-decoration: none;
}
/* SCROLL TO TOP */
/*#buttonContainer {
	display: flex;          
	position: fixed;
    gap: 10px;              
    margin: 20px;          
    bottom: 20px;
    left: 65%;
}*/
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  left: 65%;
  background-color: #08403e;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: none; /* Verberg standaard */
  z-index: 999999; /* Zorg ervoor dat het boven andere elementen ligt */
}

#scrollToTopBtn:hover {
  background-color: #638787;
}
#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 elementen ligt */
}
#stopAudioButton:hover {
  background-color: #638787;
}
/* Footer */
.footer2 {
  padding-left: 20px;
  font-size: 0.9em;
  margin-top: 20px;
}
.footer {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  background-color: #052824;
  height: auto;
  font-style: normal;
  color: white;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top:30px;
  padding-bottom:60px;
  font-size: 0.8em;
}
.footer-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.footer-menu a img {
  width: 32px; /* Grootte van de iconen */
  height: auto;
  transition: transform 0.3s, opacity 0.3s;  
  margin:5px;
}

.footer-menu a img:hover {
  transform: scale(1.1); /* Iets vergroten bij hover */
  color:red;
}
.footer-menu p {
  color: #fff;
  font-size: 1em;  
}

@media screen and (max-width: 768px) {
  .footer {
    height: auto;
  }
}
/* 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;
}
.split-text span a {  
  color: white;  
  text-decoration: none;
}

/* 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 */
  }
}
/* ACTIE */
/* Pop-up achtergrond */
.popup {
  display: none; /* Verborgen bij het laden */ 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparante overlay */
  z-index: 99999;
  justify-content: center;
  align-items: center;  
}

/* Pop-up inhoud */
.popup-content {
  background: #fff;
  padding-top: 0;
  text-align: center;   
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 700px;
  width: 95%;
  height:95%;
  color:#08403E ;
  border-radius:30px;
  overflow-Y:auto;
  overflow-x: hidden;
}
.popup-content1 {
  background: #fff;
  padding-top: 20px;
  text-align: center;   
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  max-width: 700px;
  width: 95%;
  height:95%;
  color:#08403E ;
  border-radius:30px;
  overflow-Y:auto;
  overflow-x: hidden;
}
@media screen and (max-width:480px) {
  .popup-content {    
  width: 90%;
  height:85%; 
  margin-left:auto;
  margin-right:auto; 
  }
  .popup-content1 {    
    width: 90%;
    height:85%; 
    margin-left:auto;
    margin-right:auto; 
    }
}
.popup-content p {
  font-size:1.2em;
  text-align: center;
  line-height: 1.5em;  
}
.popup-content1 p {
  font-size:1.2em;
  text-align: center;
  line-height: 1.5em;  
}
div.actie {
  display:inline;
  position:relative; 
  font-size:1.1em;
  color:#08403E;
  bottom:70px;
}
div.actie1 {
  display:inline;
  position:relative; 
  font-size:1.1em;
  color:#08403E;
  bottom:50px;
  
}
span.actie-tekst {   
  display:inline-block;
  position:relative; 
  font-family: "Inter", Arial, sans-serif;  
  color: #c8a85d; /* Tekstkleur */
  width:100%;  
  font-size: 1.8em; /* Tekstgrootte */
  text-align: center; /* Centraal uitlijnen */  
  bottom:0;  
  letter-spacing:0.1em;  
}
.actie_foto {
  display:flex;
  position:relative;
  bottom:0;
}
div.hoofdletter-actie {
  font-family: "Niconne", "Brush Script MT", "Cursive", sans-serif;
  font-size: 1.8em;  
  font-weight: 100;
  color: #c8a85d;
  margin-left:auto;
  margin-right:auto;
  top:0;
  padding:0px 20px;
}
@media screen and (max-width:480px) {
  div.hoofdletter-actie {
    font-size: 1.3em; 
}
}
div.hoofdletter-actie1 {
  font-family: "Niconne", "Brush Script MT", "Cursive", sans-serif;
  font-size: 1.5em;  
  font-weight: 100;
  color: #c8a85d;
  margin-left:auto;
  margin-right:auto;
  top:0;
  padding:0px 20px;
  
}
@media screen and (max-width:768px) {
  div.hoofdletter-actie1 {
    font-size: 1em;
    line-height:1em; 
}
}
/* Sluitknop */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2em;
  cursor: pointer;
}
.close-btn-actie {
  font-size: 1.5em;
  cursor:pointer;
  color:#c8a85d;
  float:right;
  margin-right:20px;  
}
/* Call-to-Action knop */

.button-actie:active {
  box-shadow: 0.05rem 0.05rem 0.2rem 0.05rem grey inset;
  background-color:#ededeb;
}
.button-actie:hover {
  box-shadow: 0.05rem 0.05rem 0.2rem 0.05rem grey inset;
  background-color:#d4d4cf;
}
.button-actie {
  width:50%;
  color:#c8a85d;
  padding:10px 20px; 
  border:1px solid #d7ceba;
  cursor:pointer;
  border-radius: 10px;
  font-size:1em;
  background-color:#faf6ec;
  box-shadow: 0.05rem 0.05rem 0.2rem 0.05rem grey;
  letter-spacing:0.1em;
}
@media screen and (max-width:768px) {
  .button-actie {
    width:70%;   
  }
}
.button-actie1 {
  display:inline;
  color:#08403E;
  bottom:50px;

}

.strik {
  display:flex;
  position: relative;
  margin-left:-10px;
  margin-right:0px;
  padding:0;
  width:100%;  
  height:auto;
  z-index: 0;
  bottom:90px;
}
.strik1 {
  display:flex;
  position: relative;
  margin-left:-10px;
  margin-right:0px;
  padding:0;
  width:100%;  
  height:auto;
  z-index: 0;
  bottom:60px;
}
@media screen and (max-width:768px) {
  .strik1 {
    display:flex;
  position: relative;
  margin-left:-10px;
  margin-right:0px;
  padding-top:0;
  width:100%;  
  height:auto;
  z-index: 0;
  bottom:50px;
  }
}

.actie-container {
  position: relative; 
  display: inline-block; /* Zorgt ervoor dat de grootte afhankelijk is van de inhoud */ 
  bottom:150px;
  text-align:center;
  width:100%;
  right:20px;
}

/* BANNER */
 /* Beweeg de tekst van rechts naar links en laat deze meerdere keren doorlopen */
 @keyframes moveText {
  0% {
      transform: translateX(0%); /* Begin vanaf rechts buiten het scherm */
  }
  100% {
      transform: translateX(-100%); /* Eindig volledig links buiten het scherm */
  }
}

.banner {
  background-color:#c8a85d;  
  padding: 8px; 
  text-align: center; 
  cursor: pointer;
  margin-top:14px;
  letter-spacing:0.1em;
  overflow: hidden; 
  position: relative; 
  white-space: nowrap;
}

/* Pas de animatie toe op de container en laat het 20 seconden duren voor 1 volledige herhaling */
#banner-text-container {
  display: inline-block;
  animation: moveText 20s linear infinite; /* Zet de animatie op de container */
}

.banner-text {
  display: inline-block;
  white-space: nowrap; /* Voorkom dat de tekst naar de volgende regel springt */
 
}
#banner-text {
  display: inline-block; 
  animation: moveText 80s linear infinite; 
  color: #fff;
  font-weight:800;
  text-shadow: 
        -1px -1px 0 #815915,  /* Linksboven schaduw */
        1px -1px 0 #815915,   /* Rechtsboven schaduw */
        -1px 1px 0 #815915,   /* Linksonder schaduw */
        1px 1px 0 #815915;    /* Rechtsonder schaduw */
}
@media screen and (max-width:480px) {
  #banner-text {
    color: #08403E;
    text-shadow: none;
        
  }
}