html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  z-index: 0;
}

html, body {
  overflow-y: auto;
}

section {
  position: relative;
  z-index: 2;
  color: white;
  padding: 6rem 0;
  background: rgba(0, 0, 0, 0.45);
  scroll-margin-top: 80px;
 
}

.container {

  margin-bottom: 6rem;
}

.container img {
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

#rechts { 
float: right;
}

#CookieDeclaration {
    all: unset;
  box-sizing: border-box;
}


/* ===== Achtergrond ===== */

#background {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.05);
  z-index: -10;              
}

#background::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  
}

/* ===== Logo desktop ===== */

.logo-wrapper {
  text-align: center;
  padding-top: 2rem;
}

.site-logo {
  width: 100%;
  max-width: 700px;   /* desktop grootte */
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===== Logo mobiel ===== */
@media (max-width: 768px) {
  .site-logo {
    max-width: 240px; /* mobiel kleiner */
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}


}


/* ===== Hero ===== */

.hero {
   min-height: 100vh;
  height: auto;
  position: relative;
  overflow: hidden;
  color: white;
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 5;
  padding-top: 2vh;
}

/* ===== Instrumenten ===== */

.instrument {
  position: absolute;
  width: 120px;
  pointer-events: none;
  opacity: 0.9;
  will-change: transform;
}

@media (max-width: 768px) {
  .instrument {
    width: 70px;
  }
}

footer {
color: #fff;
opacity: 0.7;
font-size: 0.9rem; 
}


/* =========================
   Mobile layout & tuning
   ========================= */
@media (max-width: 768px) {
	
 .hero {
    min-height: auto;
    align-items: flex-start;
    padding-top: 1rem;
  }

  .site-logo {
    margin-top: 0;
  }



/* Meer ruimte tussen afbeelding en tekst */
  .row.align-items-center > [class^="col-"] {
    margin-bottom: 2rem;
  }

  /* Laatste kolom geen extra marge */
  .row.align-items-center > [class^="col-"]:last-child {
    margin-bottom: 0;
  }
  
   .row img {
    display: block;
    margin-left: auto; 
    margin-right: auto;
   }
 #rechts {  
 Float: none;
  display: block;
    margin-left: auto; 
    margin-right: auto;
 }
 
 #volgons {
padding-top: 2rem;
	 
 }
 
}



  /* Instrumenten 
  .instrument {
    width: 70px;
    opacity: 0.75;
  }
*/


  /* Achtergrond blur iets zachter (performance) */
  #background {
    filter: blur(6px);
    transform: scale(1.03);
  }
}

#CybotCookiebotDialog,
#CybotCookiebotDialog * {
  all: revert;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}
