/* Voeg de gegenereerde font-face regels toe */
/* Inter font instellingen */
@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;
}

/* Specifieke Inter stijlen */
.inter-main {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400; /* Basisgewicht */
  font-style: normal;
  font-variation-settings: "slnt" -5; /* Variabele schuine instelling */
}

.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; /* Zorgt ervoor dat tekst wordt weergegeven terwijl het font wordt geladen */
  font-weight: 400;
  font-style: normal;
}

/* Specifieke Niconne stijlen */
.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:1em;  
  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: #08403e;
  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%;
  }
   
  #myBtnContainer div.site-title img {
    width: 100%;   
    height: auto;
    margin: 2%;   
  }
  
}
/* Voor tablets */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  [class*="col-"] {
    padding: 10px;
  }  
}

/* Voor desktops */
@media only screen and (min-width: 1201px) {
  [class*="col-"] {
    padding: 15px;
  }
}

@media screen and (max-width:768px) {  
  .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;
  font-size: 3em;
  font-weight: 100;
  color: #3c5a55;
}
.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;
}
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;  
  padding: 15px;
  margin: 40px;
}
.subkop2 {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1em;
  text-align: center;
  font-weight: 600;
  margin: 40px;
  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: left;
  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;
}
span {
  color: #a0bdbd;
  font-weight: 600;
}
.inhoud {
  display: block;
  position: inherit;
  background-color: #fbfdfd;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px; 
  padding-top:30px;
  padding-bottom:30px;
  padding-left:20px;
  border-radius: 10px;  
  margin-bottom: 100px;
  float: none;  
  text-align:center;
}
.inhoud p {
  text-align:center;
}
 /* Tekst inhoud */
 .tekst-inhoud {
  display: inline-block;
  max-width: 100%;
  padding-top: 10px;
  margin: auto;
}
/* Responsive Header */
* {
  box-sizing: border-box;
}

/*Menu*/
div.site-title img {
  display: inline-block;
  position: relative;
  margin: 2%;
  width:100%;
  max-width:300px;  
  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 */
  }
}
#myBtnContainer div.navbar2.header62 {
  display: block;
  position: relative;
  top: 17px;
  background-color: #022323;
  height: 40px;
 
  color: #fff;
}
#myBtnContainer div.navbar2.header62 a {
  position: relative;
  top: 7px;
  text-align: right;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-left: 20px;
}
#myBtnContainer .site-title a {
  position: relative;
  margin-top: 10%;
  text-align: left;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-right: 50px;
  float:right;
}
@media screen and (min-width: 471px) and (max-width: 768px) {
 
  #myBtnContainer div.navbar2.header62 {
    top: 0px;
    text-align:right;
  }
  #myBtnContainer .site-title a {
    margin-top: 15%;
  }
}
@media screen and (max-width: 470px) {
  #myBtnContainer .site-title a {
    margin-top: 15%;
  }
  #myBtnContainer .site-title img {
    max-width:50%;
    height:auto;
  }
}

.site-title3 img {
  display: inline-block;
  position: absolute;
  max-width: 300px;
  width: 100%;
  top: 20px;
  left:40px;
  height: auto;
  z-index: 99999;  
}
/* 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%;
}
@media (max-width: 767px) {
  div.site-title3 img {
    position:absolute;
    top:5%;
    left:5%;
    width: 80%;
  }
}
.ruimte {
  height: 1200px;
}

/* Subnav/dropdown menu */
.navbar {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #022323;
}
.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;
  color:#fff;
  height:40px;
  width:auto;
}
#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;
}

/* 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 */
  font-style: normal;
}
.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;
  }
}

/* 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;
  }
}
.active2 {
  background-color: #638787;
  height: 10px;
  width: 10px;
}
/* COOKIEINSTELLINGEN */
@media screen and (min-width:900px) {
.cookie-policy-container, .privacy-policy-container, .cookie-settings-container, .bedankt1, .container {
  margin:60px 20px;
  padding-left:10%;
  padding-right:10%;
}

}
@media screen and (max-width:899px) {
  .cookie-policy-container, .privacy-policy-container, .cookie-settings-container, .bedankt1, .container { 
    margin:60px 20px;   
    padding-left:5%;
    padding-right:5%;
  }
}
@media screen and (max-width:480px) {
  .cookie-policy-container, .privacy-policy-container, .cookie-settings-container, .bedankt1, .container {  
    margin:60px 0px;    
  }
}
.bedankt {
  margin-top:60px;
}
/* CONTACT.PHP */
* {
  box-sizing: border-box;
}
#contact {
  display: flex;
  justify-content: center; /* Horizontaal centreren */  
  width: 90%;    
  padding-bottom:40px;   
}
@media screen and (max-width:768px) {
  #contact {
    width: 100%; 
  } 
}
#contact h3 {
  margin-top:40px;
}
.container {
  overflow: hidden;
  width: 100%;
  padding: 20px;
  height:auto;  
}
form label {
  color: #000619;
  font-size:1em;
}
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;
  font-size:1em;
}
input[type="submit"]:hover {
  background-color: #638888;
}
/* DEMOS LUISTEREN.HTM */
#demos { 
  margin-top: 30px;
  margin-bottom:30px;
}
#demos_open {
  margin: 0px;
}
div.demos4 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1000px;
  text-align: center;
}
.demos4 a.btn4 {  
  background-color:#fbfdfd;
  height:60px;
}
.demos4 a:hover {
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem gray inset;
  background-color: #eff0f0;
  color: #000619;
}
.demos4 a:focus {
  box-shadow: 0.1rem 0.1rem 0.1rem 0.1rem gray inset;
  background-color: #eff0f0;
}
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;
}
/* GRATIS DOWNLOADS */
.gratis_downloads {
  display: flex;
  flex-direction: column; /* Zorg ervoor dat de elementen verticaal worden gestapeld */
  align-items: center; /* Horizontaal centreren van de inhoud */ 
  text-align: center;
  width:100%;
  max-width:1200px;
  padding:20px;
}
.gratis_downloads p {
  font-size:0.9em;
}

.gratis_download {
  display:block;  
  padding:10px;
  border-radius:10px;
  width:100%;
  max-width:340px;
  margin-bottom:10px;
  text-decoration:none;
  color:#000619; 
  border:1px solid #08403E;
}
.gratis_download:hover {  
  border:1px solid #08403E;
  background-color:#edf4f4;  
}
.gratis_download:focus {  
  border:1px solid #08403E;
  background-color:#edf4f4;  
}
.sup {
  display:inline-block;
  text-align:left;
  margin-left:20px;
  font-size:0.8em;
}
.installeren p {
  text-align:left;
}
/* LEVERINGSVOORWAARDEN */
.levering p {
  text-align:left;
}
/* DonatieKnop */
.donate-button {
  display: inline-block;
  background-color: #4C7474;
  color: white;
  font-size: 18px;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.5s ease;
}
.donate-button:hover {
  background-color: #a0bdbd;
}
/* SCROLL TO TOP */
#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;
}

/* 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: #08403E;
  height: auto;
  font-style: normal;
  color: white;
  text-align: left;
  padding: 20px 0;
  font-size: 0.8em;  
  padding-bottom: 40px;
}
.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 */
  }
}
