/* ============================================================
   ZAAL ZEVEN — 1:1 port van de oude site-vormgeving
   Bron: application/themes/zaal7/css/all.css + bootstrap.css (custom build)
   Zelfde kleuren, fonts, maten en componenten; alleen responsive
   gemaakt en zonder jQuery/bootstrap.
   Versie: 2026-07-27
   ============================================================ */

@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-zoom:before { content: "\e60a"; }
.icon-arrow-down:before { content: "\e600"; }
.icon-arrow-left:before { content: "\e602"; }
.icon-arrow-right:before { content: "\e603"; }
.icon-facebook:before { content: "\e604"; }
.icon-phone:before { content: "\e605"; }
.icon-social1:before { content: "\e606"; }
.icon-triple-arrow-down:before { content: "\e607"; }

:root {
  --paars:    #170024;
  --lavendel: #cec0d6;
  --rood:     #d71921;
  --rood-fel: #ed1c24;
  --oranje:   #f39400;
  --grijs:    #927f94;
  --wit:      #ffffff;
}

/* ── BASIS (bootstrap-waarden oude site) ── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5556;
  color: #fff;
  background-color: var(--paars);
}
img { max-width: 100%; height: auto; }
a { color: var(--lavendel); text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }

h1, h2, h3, h4 {
  font-weight: 300;
  color: var(--lavendel);
  text-align: center;
  margin: 0 0 32px;
}
h1 { font-size: clamp(38px, 6vw, 60px); line-height: 1.09; }
h2 { font-size: clamp(30px, 5vw, 50px); line-height: 1.15; }
h3 { font-size: clamp(24px, 3vw, 30px); line-height: 1.5; margin-bottom: 30px; }
h4 { font-size: 20px; line-height: 1.35; margin-bottom: 18px; text-align: left; }
p { margin: 0 0 14px; }

/* Links in de content zijn onderstreept, zoals oud */
main a { text-decoration: underline; }
main .btn, main .gallery a, main .mozaiek a, main figcaption { text-decoration: none; }

.container { max-width: 1170px; margin: 0 auto; padding: 0 20px; }
#content { padding: 50px 0; }
.center { text-align: center; }
.tekstblok { max-width: 780px; margin: 0 auto; }
.tekstblok.breed { max-width: 920px; }

/* ── KNOPPEN (outline-stijl oude site) ── */
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: normal;
  padding: 15px 22px;
  font-size: 18px;
  line-height: 1.5556;
  border-radius: 0;
  border: 1px solid transparent;
  background: transparent;
  font-family: inherit;
  text-decoration: none;
  margin: 0 5px 10px;
  transition: background .15s, color .15s, border-color .15s;
}
.btn:hover { text-decoration: none; }
.btn-warning { color: var(--oranje); border-color: var(--oranje); }
.btn-warning:hover { background: var(--oranje); color: var(--paars); }
.btn-default { color: #fff; border-color: #fff; }
.btn-default:hover { background: #fff; color: var(--paars); }
.btn .icon-arrow-down {
  width: 20px; height: 20px; font-size: 5px; line-height: 21px;
  border-radius: 100px; display: inline-block; vertical-align: middle;
  text-align: center; margin-left: 20px; color: var(--paars); margin-top: -4px;
}
.btn.btn-default .icon-arrow-down { background: #fff; }
.btn.btn-default:hover .icon-arrow-down { background: var(--paars); color: #fff; }
.btn.btn-warning .icon-arrow-down { background: var(--oranje); }
.btn.btn-warning:hover .icon-arrow-down { background: var(--paars); color: var(--oranje); }
.btn .icon-arrow-right {
  margin-left: 20px; font-size: 10px; line-height: 10px;
  display: inline-block; vertical-align: middle; margin-top: -2px;
}
.btn-sm { font-size: 14px; line-height: 16px; font-weight: 600; padding: 10px 16px; }
.button-holder { position: relative; z-index: 2; text-align: center; }
.content-holder .button-holder { margin-bottom: 34px; }

/* ── HEADER (wit, zoals oude site) ── */
#header {
  background: #fff;
  border-bottom: 5px solid rgba(0, 0, 0, .1);
  position: relative; z-index: 20;
}
#header .bar {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
  max-width: 1170px; margin: 0 auto; padding: 0 20px;
}
#header .logo { margin: 19px 0 11px; flex: none; }
#header .logo img { display: block; width: 235px; height: 72px; }
#header .rechts { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; padding: 14px 0 11px; }
.upper-row { display: flex; align-items: stretch; gap: 14px; }
.upper-row .info {
  font-size: 14px; line-height: 19px; color: var(--oranje);
  background: rgba(243, 148, 0, .07);
  border-bottom: 2px solid var(--oranje);
  display: inline-block; padding: 5px 10px; text-decoration: none;
}
.upper-row .info:hover { background: rgba(243, 148, 0, .2); text-decoration: none; }
.upper-row .info .icon-phone { display: inline-block; vertical-align: middle; font-size: 14px; margin-right: 6px; }
.upper-row .fb {
  background: rgba(23, 0, 36, .07);
  border-bottom: 2px solid var(--paars);
  color: #481d60; font-size: 14px; line-height: 25px; padding: 2px 11px;
  display: inline-block;
}
.upper-row .fb:hover { color: var(--paars); text-decoration: none; }
#nav { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
#nav li { font-size: 16px; line-height: 19px; font-weight: 300; text-transform: uppercase; padding: 6px 0 6px 11px; }
#nav li a { text-decoration: none; padding: 5px 8px; border: 1px solid transparent; line-height: 19px; color: var(--paars); }
#nav li a:hover { color: var(--rood-fel); }
#nav li a.actief { border-color: var(--rood-fel); color: var(--rood-fel); }
.nav-toggle { display: none; background: none; border: 0; color: var(--paars); font-size: 30px; cursor: pointer; padding: 4px 8px; }

@media (max-width: 980px) {
  #header .bar { align-items: center; flex-wrap: nowrap; }
  #header .rechts { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-bottom: 5px solid rgba(0,0,0,.1); align-items: stretch; padding: 10px 20px 16px; }
  #header .rechts.open { display: flex; }
  .upper-row { flex-wrap: wrap; }
  #nav { flex-direction: column; }
  #nav li { padding: 4px 0; }
  .nav-toggle { display: block; }
}

/* ── SIDE-LINK (rode tab rechts) ── */
.side-link {
  position: fixed; right: -137px; top: 337px;
  font-size: 18px; line-height: 20px;
  transform: rotate(90deg); z-index: 9;
}
.side-link a { background: var(--rood); color: #fff; display: inline-block; text-decoration: none; padding: 5px 20px; }
.side-link a:hover { background: var(--oranje); }
.side-link .icon-arrow-down {
  width: 20px; height: 20px; font-size: 5px; line-height: 17px;
  border: 2px solid #fff; border-radius: 100px;
  display: inline-block; vertical-align: top; text-align: center; margin-right: 20px;
}
.side-link a:hover .icon-arrow-down { background: #fff; color: var(--oranje); }
@media (max-width: 980px) { .side-link { display: none; } }

/* ── HOME HERO (achtergrondvideo + play) ── */
.main-video { position: relative; overflow: hidden; height: calc(100vh - 164px); min-height: 420px; }
@media (max-width: 700px) {
  .main-video { height: 42vh; min-height: 240px; max-height: 360px; }
}
#background-video { position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background-size: cover; background-position: center; }
#background-video iframe {
  position: absolute; top: 50%; left: 50%;
  width: 178vh; min-width: 100%; height: 56.25vw; min-height: 100%;
  transform: translate(-50%, -50%); border: 0; pointer-events: none;
}
#background-video.geluid iframe { pointer-events: auto; }
#background-video:after {
  content: ""; position: absolute; bottom: 0; right: 0; left: 0; height: 60%; z-index: 1;
  background: linear-gradient(to bottom, rgba(23,0,36,0) 0%, rgba(23,0,36,.02) 16%, rgba(23,0,36,.03) 21%, rgba(23,0,36,.05) 22%, rgba(23,0,36,.04) 24%, rgba(23,0,36,.14) 39%, rgba(23,0,36,.3) 52%, rgba(23,0,36,.83) 81%, rgba(23,0,36,.94) 91%, rgba(23,0,36,.98) 100%);
  pointer-events: none;
}
#background-video.geluid:after { height: 120px; }
.btn-play {
  position: absolute; top: 50%; left: 0; right: 0;
  margin: -45px auto 0; width: 150px; text-align: center;
  text-decoration: none; color: #fff; z-index: 3; cursor: pointer;
  background: none; border: 0; font-family: inherit; display: block;
}
.btn-play .btn-circle-home {
  width: 60px; height: 60px; border-radius: 100px; background: var(--rood);
  display: block; margin: 0 auto 12px; overflow: hidden; text-indent: -9999px; position: relative;
}
.btn-play .btn-circle-home:before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;
  width: 0; height: 0; border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff; border-style: solid;
}
.btn-play .text { display: block; font-size: 18px; line-height: 22px; font-weight: normal; }
.btn-play:hover .btn-circle-home { background: #fff; }
.btn-play:hover .btn-circle-home:before { border-left-color: var(--rood); }
.step-scroll { font-size: 12px; line-height: 16px; padding: 31px 10px; text-align: center; }
.step-scroll a { text-decoration: none; }
.step-scroll .icon-triple-arrow-down { display: inline-block; vertical-align: top; margin-right: 10px; font-size: 13px; line-height: 16px; }
#content.add { padding-top: 4px; }

/* ── GALERIJ-TEGELS (carrousel met rode captionbalk, zoals oud) ── */
.gallery { margin-bottom: 32px; position: relative; }
.tegel-grid {
  display: flex; gap: 20px;
  overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  scrollbar-width: none;
}
.tegel-grid::-webkit-scrollbar { display: none; }
.tegel-grid > a { flex: 0 0 calc(25% - 15px); scroll-snap-align: start; }
@media (max-width: 980px) { .tegel-grid > a { flex-basis: calc(50% - 10px); } }
@media (max-width: 540px) { .tegel-grid > a { flex-basis: 100%; } }
.gallery .carousel-control {
  position: absolute; top: 50%; margin-top: -15px; z-index: 3;
  width: 30px; height: 30px; border-radius: 100px; border: 2px solid #fff;
  background: transparent; color: #fff; cursor: pointer;
  font-size: 13px; line-height: 1; text-align: center; padding: 0;
}
.gallery .carousel-control:hover { background: #fff; color: var(--paars); }
.gallery .carousel-control.left { left: -50px; }
.gallery .carousel-control.right { right: -50px; }
@media (max-width: 1300px) {
  .gallery .carousel-control.left { left: 6px; }
  .gallery .carousel-control.right { right: 6px; }
}
.gallery a { color: #fff; text-decoration: none; }
.gallery figure { margin: 0; position: relative; }
.gallery figure img { width: 100%; aspect-ratio: 305 / 200; object-fit: cover; display: block; }
figcaption {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: var(--rood); text-align: center;
  font-size: 15px; line-height: 20px; font-weight: normal;
  text-transform: uppercase; padding: 10px; min-height: 40px;
}
.gallery a:hover { color: var(--rood); }
.gallery a:hover figcaption { background: #fff; }
.gallery a:hover figure:before {
  content: ""; position: absolute; top: -40px; bottom: 0; left: 0; right: 0; margin: auto;
  width: 50px; height: 50px; border-radius: 100px; background: rgba(215, 25, 33, .9); z-index: 1;
}
.gallery a:hover figure:after {
  content: "\e609"; font: 20px/20px "icomoon"; position: absolute;
  top: -10px; bottom: 0; left: 0; right: 0; margin: auto;
  width: 50px; height: 50px; text-align: center; color: #fff; z-index: 2;
  display: flex; align-items: center; justify-content: center;
}
/* statisch tegel-overzicht (pagina /mogelijkheden) */
.tegel-overzicht { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 980px) { .tegel-overzicht { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .tegel-overzicht { grid-template-columns: 1fr; } }

/* foto-mozaïek subpagina's (oude maten: 690|340|340, gaps 10px) */
.mozaiek, .mozaiek-omgekeerd {
  display: grid; gap: 10px; margin-bottom: 32px;
  grid-template-columns: 2.03fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(160px, 273px));
  grid-template-areas: "groot boven hoog" "groot onder hoog";
}
.mozaiek-omgekeerd {
  grid-template-columns: 1fr 1fr 2.03fr;
  grid-template-areas: "hoog boven groot" "hoog onder groot";
}
.mozaiek .groot, .mozaiek-omgekeerd .groot { grid-area: groot; }
.mozaiek .boven, .mozaiek-omgekeerd .boven { grid-area: boven; }
.mozaiek .onder, .mozaiek-omgekeerd .onder { grid-area: onder; }
.mozaiek .hoog, .mozaiek-omgekeerd .hoog { grid-area: hoog; }
.mozaiek > *, .mozaiek-omgekeerd > * { position: relative; overflow: hidden; }
.mozaiek img, .mozaiek-omgekeerd img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 780px) {
  .mozaiek, .mozaiek-omgekeerd {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "groot groot" "boven hoog" "onder hoog";
  }
  .mozaiek img, .mozaiek-omgekeerd img { min-height: 160px; }
}

/* tweekoloms tekst (subpagina's, uitgevuld zoals oud) */
.tekst-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; }
.tekst-2col p, .tekst-2col li { text-align: justify; }
@media (max-width: 780px) { .tekst-2col { grid-template-columns: 1fr; } }

/* ── ARTIKEL 2 KOLOMMEN (home) ── */
.artikel-kolommen { display: grid; grid-template-columns: 1fr 1fr; gap: 0 40px; max-width: 1000px; margin: 0 auto; }
.artikel-kolommen p { text-align: justify; }
@media (max-width: 780px) { .artikel-kolommen { grid-template-columns: 1fr; } }

/* ── REVIEWS-PAGINA ── */
.review-list { padding-bottom: 80px; max-width: 780px; margin: 0 auto; }
.review-list .review { margin-bottom: 30px; border: 1px solid #fff; padding: 35px 32px 37px; position: relative; }
.review-list .review .title { display: block; font-size: 26px; line-height: 28px; font-weight: 300; color: var(--lavendel); margin-bottom: 27px; }
.review-list .review blockquote { border: none; margin: 0; font-size: 18px; line-height: 28px; font-weight: normal; padding: 0; }
.review-list .review q { display: block; margin-bottom: 34px; text-align: justify; quotes: "\201C" "\201D"; }
.paginering { background: rgba(255,255,255,.08); padding: 8px 14px; display: flex; justify-content: flex-end; gap: 24px; margin-top: 10px; }

/* review-modal (oude "Laat uw eigen review achter") */
.modal-achtergrond {
  position: fixed; inset: 0; background: rgba(0,0,0,.6);
  display: flex; align-items: center; justify-content: center; z-index: 100; padding: 20px;
}
.modal-achtergrond[hidden] { display: none; }
.modal-kader { background: #fff; color: #333; padding: 26px 30px 30px; max-width: 540px; width: 100%; position: relative; }
.modal-kader label { color: #333; margin-bottom: 4px; }
.modal-kader .form-group { margin-bottom: 14px; }
.modal-kader .btn { color: #333; border-color: #ccc; margin: 0; }
.modal-kader .btn:hover { background: #333; color: #fff; }
.modal-kader .sluiten { position: absolute; top: 8px; right: 14px; background: none; border: 0; font-size: 26px; cursor: pointer; color: #999; }
.review-list .review cite { display: block; color: var(--lavendel); font-style: normal; max-width: 75%; }
.review-list .review .rating-block { position: absolute; bottom: 38px; right: 34px; font-size: 0; line-height: 0; }

/* ── FORMULIEREN (oude bootstrap-look) ── */
label { font-size: 16px; line-height: 20px; font-weight: normal; margin-bottom: 0; display: block; }
input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: var(--paars);
  font-family: inherit;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 10px;
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--oranje); border-color: var(--oranje); }
::placeholder { color: #999; }
.veld { margin-bottom: 10px; }
.form-group { margin-bottom: 10px; }

/* offerte-calculator */
.quote-form { padding-top: 8px; }
.quote-form .quote-block { border: 1px solid #fff; padding: 30px 40px 20px; margin-bottom: 40px; }
.quote-form .form-group { display: grid; grid-template-columns: 1fr 2fr; gap: 4px 20px; align-items: center; }
.quote-form .form-group label { text-align: left; }
@media (max-width: 700px) { .quote-form .form-group { grid-template-columns: 1fr; } }
.opties-kop { font-size: 16px; margin: 26px 0 4px; }
.opties-kop b, .subcat-kop { font-weight: bold; }
.subcat-kop { margin: 22px 0 4px; }
.optie-lijst { list-style: none; margin: 6px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 26px; }
@media (max-width: 700px) { .optie-lijst { grid-template-columns: 1fr; } }
.optie { display: flex; align-items: center; gap: 9px; font-size: 14px; line-height: 1.3; }
.optie label { margin: 0; font-size: 14px; flex: 1; }
.optie input[type=checkbox] { width: 16px; height: 16px; flex: none; }
.optie-aantal input[type=number] { width: 74px; flex: none; padding: 4px 6px; }
.twee-kolommen { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
@media (max-width: 700px) { .twee-kolommen { grid-template-columns: 1fr; } }
.richtprijs-balk {
  position: sticky; bottom: 0; z-index: 40;
  background: var(--rood); color: #fff; padding: 10px 0;
}
.richtprijs-balk strong { font-size: 24px; font-weight: 300; }

/* contact */
.contact-form { border: 1px solid #fff; padding: 26px 30px 30px; }
.contact-wrap { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: start; }
@media (max-width: 780px) { .contact-wrap { grid-template-columns: 1fr; } }
.contact-wrap h2 { text-align: left; font-size: clamp(26px, 4vw, 40px); }
.contact-info { padding-top: 22px; padding-bottom: 22px; }
.contact-info address { font-style: normal; font-weight: 300; }
.contact-info dl { overflow: hidden; margin: 14px 0; }
.contact-info dt { font-weight: 300; text-transform: uppercase; float: left; width: 26px; }
.contact-info dd { font-weight: 300; overflow: hidden; margin: 0; }
.contact-links a { color: var(--lavendel); }
.contact-links .icon-facebook { font-size: 15px; color: #fff; display: inline-block; vertical-align: middle; margin-right: 8px; }
.map-holder { overflow: hidden; margin-bottom: 51px; position: relative; }
.map-holder iframe { display: block; width: 100%; height: 500px; border: 0; }

/* ── FOOTER: TESTIMONIAL-CARROUSEL ── */
.testimonial-block { background: url(/fotos/img5.webp) no-repeat center; background-size: cover; }
.testimonial-block .carousel { padding: 80px 20px; text-align: center; }
.testimonial-block .rating-block { margin-bottom: 17px; }
.testimonial-block .rating-block img { vertical-align: top; display: inline-block; }
.testimonial-block blockquote { border: none; margin: 0 auto; padding: 0; max-width: 860px; transition: opacity .3s; }
.testimonial-block blockquote q { display: block; font-size: clamp(26px, 4vw, 40px); line-height: 1.25; font-weight: 300; margin-bottom: 16px; color: #fff; quotes: "\201C" "\201D"; }
.testimonial-block blockquote cite { display: block; font-size: clamp(19px, 2.5vw, 25px); line-height: 1.12; font-weight: 300; font-style: normal; color: var(--lavendel); }
.testimonial-block .indicators { list-style: none; margin: 34px 0 0; padding: 0; display: flex; justify-content: center; gap: 6px; }
.testimonial-block .indicators button {
  width: 15px; height: 15px; border-radius: 100px; border: 2px solid #fff;
  background: transparent; cursor: pointer; padding: 0; text-indent: -9999px; overflow: hidden;
}
.testimonial-block .indicators button.actief { border-color: var(--rood); background: var(--rood); pointer-events: none; }
.testimonial-block .indicators button:hover { background: #fff; }

/* ── FOOTER: MIDDLE-BLOCK ── */
.middle-block { padding: 78px 0 30px; }
.middle-block .kolommen { display: grid; grid-template-columns: auto 1fr 1fr 1fr; gap: 40px; max-width: 1170px; margin: 0 auto; padding: 0 20px; }
@media (max-width: 980px) { .middle-block .kolommen { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .middle-block .kolommen { grid-template-columns: 1fr; } }
.middle-block .logo { margin: 5px 0 0; }
.middle-block .logo img { width: 235px; height: 72px; display: block; }
.middle-block h2 { margin-bottom: 21px; font-size: 14px; line-height: 19px; font-weight: bold; text-transform: uppercase; text-align: left; color: #fff; }
.middle-block address { font-size: 14px; line-height: 20px; font-weight: 300; font-style: normal; margin: 0; }
.middle-block dl { overflow: hidden; margin: 0; }
.middle-block dt { font-size: 14px; line-height: 20px; font-weight: 300; text-transform: uppercase; float: left; width: 22px; }
.middle-block dd { font-size: 14px; line-height: 20px; font-weight: 300; overflow: hidden; margin: 0; }
.middle-block dd a { color: var(--grijs); text-decoration: none; }
.middle-block dd a[href^=tel] { color: #fff; }
.middle-block dd a:hover { color: var(--lavendel); }
.middle-block ul { list-style: none; margin: 0; padding: 0; }
.middle-block ul li { font-size: 14px; line-height: 18px; font-weight: 300; margin-bottom: 4px; }
.middle-block ul li a { color: var(--grijs); }
.middle-block ul li a:hover { color: var(--lavendel); text-decoration: none; }
.middle-block ul li [class^="icon-"] { font-size: 12px; line-height: 12px; color: #fff; display: inline-block; vertical-align: middle; margin-right: 5px; width: 20px; }

/* ── FOOTER: BOTTOM-BLOCK ── */
.bottom-block { background: rgba(111, 131, 111, .15); font-size: 14px; line-height: 18px; font-weight: 300; color: #fff; padding: 13px 0; }
.bottom-block .container { display: flex; flex-wrap: wrap; gap: 6px 21px; align-items: center; }
.bottom-block a { color: var(--grijs); text-decoration: none; }
.bottom-block a:hover { color: var(--lavendel); }
.bottom-block ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 2px 12px; }

/* ── OVERIG ── */
.video-blok { position: relative; overflow: hidden; aspect-ratio: 16 / 9; background: #000; max-width: 920px; margin: 0 auto 32px; }
.video-blok iframe, .video-blok .poster { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-blok .poster { object-fit: cover; cursor: pointer; }
.video-blok .btn-play { top: 50%; }
