@import url('https://fonts.googleapis.com/css2?family=Mynerve&display=swap');

h1, h2, h3, h4, h5, h6 {
  font-family: "Mynerve", cursive !important;
  font-weight: 400;
  font-style: normal;
}


body {
    font-family: Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji
}

/* Video container */
.video-background {
  background: #000;
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 991px) {
  .video-background {
    height: 500px;
  }
}

/* Video zelf (via YouTube API) */
.video-foreground,
#player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 verhouding (100 / 16 * 9) */
  min-height: 100vh;
  min-width: 177.78vh; /* om zijkanten op te vullen bij brede schermen */
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
}

/* Zorg dat de iframe zelf geen randjes toont */
.video-background iframe {
  border: none;
  opacity: 0.7;
}

/* Inhoud erboven */
#vidtop-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

/* Verberg standaard carousel-afbeelding */
.carousel-item img {
  display: none !important;
}



img[src="/media/ihcads0y/banner-in-memoriam_1920.jpg"] {
  max-width: 100%;
  height: auto;
}

/*Inlogformulier aanpassingen */

#inlogformulier input[type="text"],
#inlogformulier input[type="password"] {
  display: block;
  box-sizing: border-box;
  margin-bottom: 0px;
  padding: 4px;
  width: 220px;
  height: 32px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

#inlogformulier input[type="text"]:focus,
#inlogformulier input[type="password"]:focus {
  border-bottom: 2px solid #917f41;
  color: #917f41;
  transition: 0.2s ease;
}

#inlogformulier input[type="submit"] {
  margin-bottom: 15px;
  width: 120px;
  height: 32px;
  background: #917f41;
  border: none;
  border-radius: 2px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}

#inlogformulier input[type="submit"]:hover,
#inlogformulier input[type="submit"]:focus {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

#inlogformulier *:focus {
  outline: none;
}

/*tekstbalk slider */
.home-bg-footer {
background-color: #D57553 !important;
}

.webshop-header .intro-text {
    min-height: 330px;
}