*{box-sizing:border-box}
html{font-size:16px;background:#222}
body{margin:0;background:#222;color:#eee;font-family:"Libre Franklin","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5}
a{color:#ddd;text-decoration:none}
a:hover,a:focus{color:#fff;text-decoration:none}

/* Header — compacte Twenty Seventeen-opbouw */
.hero{position:relative;height:190px;background:#262626;color:#fff;overflow:hidden}
.hero-image{position:absolute;inset:0;background:url("media/cropped-SAM_1332.jpg") center center/cover no-repeat}
.brand{position:absolute;left:max(24px,calc((100% - 1000px)/2 + 48px));bottom:49px;color:#fff}
.site-title{display:block;margin:0;color:#fff;font-size:36px;font-weight:800;line-height:1.25;letter-spacing:.08em;text-transform:uppercase}
.tagline{margin-top:2px;color:#fff;font-size:16px;font-weight:400;line-height:1.5;opacity:.8}

/* Hoofdnavigatie */
.main-nav{background:#222;border-top:1px solid #333;border-bottom:1px solid #333}
.nav-links{max-width:1000px;min-height:79px;margin:0 auto;padding:0 48px;display:flex;align-items:center;flex-wrap:wrap;gap:0}
.nav-links a{display:block;padding:16px 20px;color:#ddd;font-size:14px;font-weight:600;line-height:1.5;white-space:nowrap}
.nav-links a:hover,.nav-links a:focus{color:#fff}
.menu-toggle{display:none}

/* Eénkoloms pagina's */
.site-main{max-width:740px;margin:0 auto;padding:96px 0 64px}
.page-content{margin:0;padding:0}
.page-content::after{content:"";display:block;clear:both}
.page-content h1{margin:0 0 64px;padding:0;color:#ddd;font-size:14px;font-weight:800;line-height:1.4;letter-spacing:.14em;text-transform:uppercase}
.page-content h2{margin:2.25em 0 .75em;padding:0;color:#ccc;font-size:20px;font-weight:300;line-height:1.4}
.page-content h3{margin:2em 0 .75em;padding:0;color:#eee;font-size:18px;font-weight:400;line-height:1.4}
.page-content p{margin:0 0 1.5em}
.page-content ul,.page-content ol{margin:0 0 1.5em;padding-left:1.5em}
.page-content img{max-width:100%;height:auto}
.page-content figure{max-width:100%;margin:1.5em 0}
.page-content figcaption{margin-top:.5em;color:#ccc;font-size:13px}
.page-content .aligncenter{display:block;margin-left:auto;margin-right:auto}
.page-content .alignleft{float:left;margin:0 1.5em 1em 0}
.page-content .alignright{float:right;margin:0 0 1em 1.5em}
.video-embed{position:relative;width:100%;padding-top:56.25%;margin:1.5em 0}
.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

/* Laat WordPress-galerijmarkup zijn eigen afbeeldingsmaten volgen */
.wp-block-gallery,.blocks-gallery-grid{margin:1.5em 0;padding:0;list-style:none}
.wp-block-gallery figure,.blocks-gallery-grid figure{margin:0 0 1.5em}


/* Gedeelde deelknoppen: vaste maat op alle pagina's */
.share-links{
  display:flex;
  align-items:center;
  gap:7px;
  flex-wrap:wrap;
}
.share-label{
  margin-right:2px;
  color:#ddd;
  font-size:22px;
  line-height:32px;
}
.share-icon{
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  overflow:hidden;
  text-decoration:none;
}
.share-icon svg{
  width:23px;
  height:23px;
  fill:#fff;
}
.share-icon.twitter{background:#55acee}
.share-icon.facebook{background:#3b5998}
.share-icon.pinterest{background:#fff}
.share-icon.pinterest svg{fill:#bd081c;width:27px;height:27px}
.share-icon.linkedin{background:#0077b5}

/* Footer */
.site-footer{margin-top:0;padding:48px 24px 58px;border-top:1px solid #333;background:#222;color:#eee}
.footer-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:0 48px}
.site-footer h2{margin:0 0 1.25em;padding:0;color:#ddd;font-size:14px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.site-footer p{margin:0 0 1em}
.site-footer ul{margin:0;padding-left:1.25em}
.statcounter{display:none!important}



/* Home: foto blijft gefixeerd, maar titel/tagline en grijze inhoud scrollen omhoog. */
.home .hero{
  position:relative;
  height:calc(100vh - 79px);
  min-height:620px;
  overflow:visible;
  background:transparent;
}
.home .hero-image{
  position:fixed;
  top:0;
  left:0;
  right:0;
  height:calc(100vh - 79px);
  z-index:0;
  background-position:center center;
}
.home .brand{
  position:absolute;
  z-index:1;
  bottom:52px;
}
.home .main-nav,
.home .site-main,
.home .site-footer{
  position:relative;
  z-index:2;
  background:#222;
}


/* Home-inhoud: volledig dekkende grijze laag met gecentreerde inhoud. */
.home .site-main{
  max-width:none;
  width:100%;
  margin:0;
  padding:96px 24px 72px;
  background:#222;
}
.home .page-content{
  max-width:1000px;
  margin:0 auto;
  padding:0 48px;
}
.home .home-intro{
  max-width:740px;
  margin:0 auto;
}
.home .page-content > h1{
  max-width:740px;
  margin-left:auto;
  margin-right:auto;
}
.home .booking{
  max-width:932px;
  margin:34px auto 0;
  text-align:center;
}
.home .booking h2{
  margin:0 0 32px;
  color:#eee;
  font-size:18px;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
}
.home .booking-button{
  display:block;
  width:100%;
  margin:0 0 28px;
  padding:22px 24px;
  background:#fdbb16;
  color:#111;
  font-weight:800;
  text-align:center;
  text-decoration:none;
}
.home .booking-button:hover,
.home .booking-button:focus{
  background:#ffc52f;
  color:#000;
}
.home .site-footer{
  width:100%;
  background:#222;
}
.home .photo-credit{
  max-width:420px;
  margin:0 0 42px;
  line-height:1.55;
}
.home .photo-credit a{
  text-decoration:underline;
}


/* Home referentie-uitlijning en directe deelknoppen */
.home .home-intro,
.home .page-content > h1,
.home .booking,
.home .share-links{
  max-width:870px;
  margin-left:auto;
  margin-right:auto;
}
.home .home-intro{
  font-size:20px;
  line-height:1.62;
}
.home .booking{
  margin-top:32px;
}
.home .booking h2{
  margin-bottom:30px;
}
.home .booking-button{
  min-height:72px;
  padding:22px 24px;
  margin-bottom:26px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  line-height:1.2;
}
.home .share-links{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:42px;
  margin-bottom:28px;
}
.home .share-label{
  margin-right:2px;
  color:#ddd;
  font-size:22px;
  line-height:32px;
}
.home .share-icon{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  background:#fff;
  overflow:hidden;
}
.home .share-icon svg{
  width:23px;
  height:23px;
  fill:#fff;
}
.home .share-icon.twitter{background:#55acee}
.home .share-icon.facebook{background:#3b5998}
.home .share-icon.pinterest{background:#fff}
.home .share-icon.pinterest svg{fill:#bd081c;width:27px;height:27px}
.home .share-icon.linkedin{background:#0077b5}
.home .share-icon:hover,
.home .share-icon:focus{filter:brightness(1.08)}

@media (max-width:767px){
  .home .home-intro{font-size:16px}
  .home .booking-button{min-height:60px}
  .home .share-label{font-size:18px}


  .home .site-main{padding:42px 24px 52px}
  .home .page-content{padding:0}
  .home .booking{margin-top:28px}
  .home .booking-button{padding:18px 16px;margin-bottom:18px}
  .home .photo-credit{max-width:none}


  .home .hero{
    height:calc(100svh - 52px);
    min-height:480px;
  }
  .home .hero-image{
    height:calc(100svh - 52px);
  }


  body{font-size:15px;line-height:1.66}
  .hero{height:240px}
  .hero-image{background-position:center center}
  .brand{left:24px;right:24px;bottom:30px}
  .site-title{font-size:24px}
  .tagline{font-size:13px}
  .menu-toggle{display:block;width:100%;padding:13px 24px;border:0;background:#222;color:#ddd;text-align:left;font:inherit;font-weight:600}
  .nav-links{display:none;min-height:0;padding:0 24px;align-items:stretch;flex-direction:column}
  .main-nav.open .nav-links{display:flex}
  .nav-links a{padding:12px 0;border-top:1px solid #333;font-size:15px}
  .site-main{max-width:none;padding:42px 24px 52px}
  .page-content h1{margin-bottom:42px}
  .page-content .alignleft,.page-content .alignright{float:none;display:block;margin:1.5em auto}
  .footer-grid{grid-template-columns:1fr;gap:36px;padding:0}
}



/* FINAL HOME WIDTH OVERRIDE — exact Twenty Seventeen geometry */
.home .page-content{
  width:740px;
  max-width:740px;
  margin-left:auto;
  margin-right:auto;
  padding-left:48px;
  padding-right:48px;
}

.home .page-content > h1,
.home .home-intro,
.home .booking,
.home .share-links{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
}

.home .home-intro,
.home .booking,
.home .booking-button,
.home .share-links{
  width:644px;
  max-width:644px;
}

@media (max-width:767px){
  .home .page-content{
    width:auto;
    max-width:none;
    padding-left:0;
    padding-right:0;
  }
  .home .home-intro,
  .home .booking,
  .home .booking-button,
  .home .share-links{
    width:100%;
    max-width:none;
  }
}


/* FINAL WP HOME TYPOGRAPHY */
@media screen and (min-width:48em){
  body,
  button,
  input,
  select,
  textarea{
    font-family:"Libre Franklin","Helvetica Neue",helvetica,arial,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.5;
  }

  .home .site-main{
    padding-top:56px;      /* 3.5em */
    padding-bottom:32px;   /* 2em */
  }

  .home .page-content{
    width:740px;
    max-width:740px;
    padding-left:48px;
    padding-right:48px;
  }

  .home .page-content > h1{
    width:644px;
    max-width:644px;
    margin:0 0 72px;      /* 4.5em */
    padding:0;
    color:#eee;
    font-size:14px;
    font-weight:800;
    line-height:1.4;
    letter-spacing:.14em;
    text-align:left;
    text-transform:uppercase;
  }

  .home .home-intro,
  .home .booking,
  .home .share-links{
    width:644px;
    max-width:644px;
    margin-left:0;
    margin-right:0;
  }

  .home .home-intro{
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    text-align:left;
  }

  .home .home-intro p{
    margin:0 0 24px;      /* 1.5em */
  }

  .home .booking{
    margin-top:0;
    text-align:center;
  }

  .home .booking-title{
    margin:0 0 24px;
    padding:0;
    color:#eee;
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    text-align:center;
  }

  .home .booking-title strong{
    font-weight:800;
  }

  .home .booking-button{
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    width:644px;
    max-width:644px;
    min-height:0;
    margin:0 0 24px;
    padding:20px 38px;    /* 1.25em 2.375em */
    background:#fcb900;
    color:#111;
    font-size:16px;
    font-weight:800;
    line-height:1.5;
    text-align:center;
  }

  .home .share-links{
    margin-top:48px;
    margin-bottom:0;
    justify-content:flex-start;
    text-align:left;
  }
}


/* Footer link underlining */
.site-footer a{
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* THREE COLUMN FOOTER */
.site-footer .footer-grid{
  max-width:1000px;
  margin:0 auto;
  padding:0 48px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:48px;
  align-items:start;
}
.site-footer .footer-column{
  min-width:0;
}
.site-footer .footer-column h2{
  margin:0 0 1.25em;
}
.site-footer .footer-column p{
  margin:0 0 1em;
}
.site-footer .footer-column ul{
  margin:0;
  padding-left:1.25em;
}
@media (max-width:767px){
  .site-footer .footer-grid{
    grid-template-columns:1fr;
    gap:36px;
    padding:0;
  }
}


/* Andrews Sisters exact gallery layout */
.page-andrews .site-main{
  max-width:740px;
}

.page-andrews .page-content{
  width:100%;
}

.page-andrews .andrews-wide{
  width:100%;
  max-width:none;
  margin:24px 0;
}

.page-andrews .andrews-wide > img{
  display:block;
  width:100%;
  height:auto;
}

.page-andrews .vincent-wide{
  width:100%;
  max-width:none;
}

.page-andrews .andrews-grid{
  display:grid !important;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:8px;
  width:100%;
  margin:24px 0;
  padding:0;
}

.page-andrews .andrews-grid > figure{
  width:auto;
  max-width:none;
  margin:0;
  min-width:0;
  overflow:hidden;
}

.page-andrews .andrews-grid > figure > img{
  display:block;
  width:100%;
  max-width:none;
  object-fit:cover;
}

/* Eerste rij: drie hoge portretuitsneden zoals WordPress. */
.page-andrews .andrews-grid-top > figure > img{
  aspect-ratio:2 / 3;
  height:auto;
}

/* Tweede galerij: eerste rij liggend, tweede rij hoog. */
.page-andrews .andrews-grid-main > figure:nth-child(-n+3) > img{
  aspect-ratio:4 / 3;
  height:auto;
}

.page-andrews .andrews-grid-main > figure:nth-child(n+4) > img{
  aspect-ratio:2 / 3;
  height:auto;
}

.page-andrews .andrews-grid figcaption{
  margin:-44px 8px 10px;
  position:relative;
  z-index:1;
  color:#fff;
  font-style:italic;
  text-align:center;
  text-shadow:0 1px 3px #000;
}

.page-andrews .andrews-collage{
  margin-top:24px;
}

.page-andrews .andrews-collage figcaption a,
.page-andrews .vincent-wide figcaption a{
  color:#ddd;
  text-decoration:underline;
  text-underline-offset:2px;
}

@media (max-width:767px){
  .page-andrews .andrews-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .page-andrews .andrews-grid-top > figure > img,
  .page-andrews .andrews-grid-main > figure:nth-child(-n+3) > img,
  .page-andrews .andrews-grid-main > figure:nth-child(n+4) > img{
    aspect-ratio:auto;
  }
}


/* Christmas Carols */
.page-christmas .page-content{
  font-family:"Libre Franklin","Helvetica Neue",helvetica,arial,sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
}

.page-christmas .christmas-round-photo{
  display:block;
  width:320px;
  height:320px;
  margin:28px 0 46px;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
}

.page-christmas .share-links{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:48px;
  margin-bottom:0;
}

.page-christmas .share-label{
  margin-right:2px;
  color:#ddd;
  font-size:22px;
  line-height:32px;
}

.page-christmas .share-icon{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  overflow:hidden;
}

.page-christmas .share-icon svg{
  width:23px;
  height:23px;
  fill:#fff;
}

.page-christmas .share-icon.twitter{background:#55acee}
.page-christmas .share-icon.facebook{background:#3b5998}
.page-christmas .share-icon.pinterest{background:#fff}
.page-christmas .share-icon.pinterest svg{fill:#bd081c;width:27px;height:27px}
.page-christmas .share-icon.linkedin{background:#0077b5}

@media (max-width:767px){
  .page-christmas .christmas-round-photo{
    width:min(78vw,320px);
    height:min(78vw,320px);
    margin-left:auto;
    margin-right:auto;
  }
}


/* Country Up! */
.page-country .country-photo{
  width:100%;
  max-width:none;
  margin:24px 0;
}
.page-country .country-photo > img{
  display:block;
  width:100%;
  height:auto;
}
.page-country .share-links{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:48px;
  margin-bottom:0;
}
.page-country .share-label{
  margin-right:2px;
  color:#ddd;
  font-size:22px;
  line-height:32px;
}
.page-country .share-icon{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  overflow:hidden;
}
.page-country .share-icon svg{
  width:23px;
  height:23px;
  fill:#fff;
}
.page-country .share-icon.twitter{background:#55acee}
.page-country .share-icon.facebook{background:#3b5998}
.page-country .share-icon.pinterest{background:#fff}
.page-country .share-icon.pinterest svg{fill:#bd081c;width:27px;height:27px}
.page-country .share-icon.linkedin{background:#0077b5}


/* Key-sisters / Carnaval */
.page-key-sisters .page-content{
  font-family:"Libre Franklin","Helvetica Neue",helvetica,arial,sans-serif;
  font-size:18px;
  font-weight:400;
  line-height:1.6;
}

.page-key-sisters .page-content > p{
  margin-bottom:1.45em;
}

.page-key-sisters .carnival-highlight{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  width:100%;
  margin:12px 0 30px;
  text-align:right;
  white-space:nowrap;
}

.page-key-sisters .carnival-highlight a{
  text-decoration:underline;
  text-underline-offset:2px;
}

.page-key-sisters .carnival-logo{
  flex:0 0 auto;
  width:70px;
  height:auto;
  vertical-align:middle;
}

.page-key-sisters .share-links{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:48px;
  margin-bottom:0;
}

.page-key-sisters .share-label{
  margin-right:2px;
  color:#ddd;
  font-size:22px;
  line-height:32px;
}

.page-key-sisters .share-icon{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  overflow:hidden;
}

.page-key-sisters .share-icon svg{
  width:23px;
  height:23px;
  fill:#fff;
}

.page-key-sisters .share-icon.twitter{background:#55acee}
.page-key-sisters .share-icon.facebook{background:#3b5998}
.page-key-sisters .share-icon.pinterest{background:#fff}
.page-key-sisters .share-icon.pinterest svg{fill:#bd081c;width:27px;height:27px}
.page-key-sisters .share-icon.linkedin{background:#0077b5}

@media (max-width:767px){
  .page-key-sisters .page-content{
    font-size:16px;
  }
  .page-key-sisters .carnival-highlight{
    white-space:normal;
    flex-wrap:wrap;
  }
}


/* Key-sisters onderschriften iets groter */
.page-key-sisters .page-content figcaption{
  font-size:15px;
  line-height:1.45;
}


/* Contact page */
.page-contact .page-content{
  font-family:"Libre Franklin","Helvetica Neue",helvetica,arial,sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
}

.page-contact .page-content a{
  text-decoration:underline;
  text-underline-offset:2px;
}

.page-contact .share-links{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:48px;
  margin-bottom:0;
}

.page-contact .share-label{
  margin-right:2px;
  color:#ddd;
  font-size:22px;
  line-height:32px;
}

.page-contact .share-icon{
  width:32px;
  height:32px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:2px;
  overflow:hidden;
  text-decoration:none;
}

.page-contact .share-icon svg{
  width:23px;
  height:23px;
  fill:#fff;
}

.page-contact .share-icon.twitter{background:#55acee}
.page-contact .share-icon.facebook{background:#3b5998}
.page-contact .share-icon.pinterest{background:#fff}
.page-contact .share-icon.pinterest svg{fill:#bd081c;width:27px;height:27px}
.page-contact .share-icon.linkedin{background:#0077b5}



/* Video | Recenties layout */
.page-video .site-main{
  max-width:740px;
}

.page-video .page-content{
  width:100%;
  font-family:"Libre Franklin","Helvetica Neue",helvetica,arial,sans-serif;
  font-size:16px;
  line-height:1.5;
}

.page-video .page-content > h1{
  margin-bottom:72px;
}

/* Donkere presentatievlakken zoals op de oorspronkelijke pagina */
.page-video .video-panel{
  width:100%;
  margin:0 0 34px;
  padding:16px;
  background:#111;
}

.page-video .video-gallery{
  display:grid;
  width:100%;
  margin:0;
  padding:0;
  gap:6px;
  list-style:none;
}

.page-video .video-gallery > figure{
  min-width:0;
  margin:0;
  overflow:hidden;
}

.page-video .video-gallery > figure img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Kerstshow 2024: drie boven, twee onder */
.page-video .gallery-christmas{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.page-video .gallery-christmas > figure:nth-of-type(1),
.page-video .gallery-christmas > figure:nth-of-type(2),
.page-video .gallery-christmas > figure:nth-of-type(3){
  grid-column:span 2;
  aspect-ratio:1.16 / 1;
}

.page-video .gallery-christmas > figure:nth-of-type(4){
  grid-column:span 3;
  aspect-ratio:1.85 / 1;
}

.page-video .gallery-christmas > figure:nth-of-type(5){
  grid-column:span 3;
  aspect-ratio:1.85 / 1;
}

/* Heelsum: overzicht breed, daarna twee portretten */
.page-video .gallery-heelsum{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.page-video .gallery-heelsum > figure:nth-of-type(1){
  grid-column:1 / -1;
  aspect-ratio:1.55 / 1;
}

.page-video .gallery-heelsum > figure:nth-of-type(2),
.page-video .gallery-heelsum > figure:nth-of-type(3){
  aspect-ratio:.77 / 1;
}

/* Oosterbeek: 3 boven, brede strook, 3 onder */
.page-video .gallery-oosterbeek{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.page-video .gallery-oosterbeek > figure:nth-of-type(1),
.page-video .gallery-oosterbeek > figure:nth-of-type(2),
.page-video .gallery-oosterbeek > figure:nth-of-type(3),
.page-video .gallery-oosterbeek > figure:nth-of-type(5),
.page-video .gallery-oosterbeek > figure:nth-of-type(6),
.page-video .gallery-oosterbeek > figure:nth-of-type(7){
  aspect-ratio:.76 / 1;
}

.page-video .gallery-oosterbeek > figure:nth-of-type(4){
  grid-column:1 / -1;
  aspect-ratio:1.73 / 1;
}

/* Captions onder het volledige raster */
.page-video .video-gallery > .blocks-gallery-caption{
  grid-column:1 / -1;
  margin:2px 0 0;
  padding:0;
  color:#fff;
  font-size:15px;
  font-style:italic;
  font-weight:400;
  line-height:1.4;
  text-align:center;
}

.page-video .gallery-heelsum > .blocks-gallery-caption,
.page-video .gallery-oosterbeek > .blocks-gallery-caption{
  font-weight:700;
}

/* Kerstconcert 2020: tekst links, beeld rechts */
.page-video .video-media-text{
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:30px;
  width:100%;
  margin:44px 0;
  align-items:start;
}

.page-video .video-media-text > div,
.page-video .video-media-text > figure{
  min-width:0;
  margin:0;
}

.page-video .video-media-text p{
  margin:0 0 24px;
}

.page-video .video-media-text a{
  text-decoration:underline;
  text-underline-offset:2px;
}

.page-video .video-media-text figure img{
  display:block;
  width:100%;
  height:auto;
}

.page-video .media-kerst-2020 > div > figure{
  width:83%;
  margin:28px auto 0;
}

/* Wijbosch: smalle poster links, recensie rechts */
.page-video .media-wijbosch{
  grid-template-columns:29% 1fr !important;
  gap:28px;
  align-items:start;
}

.page-video .media-wijbosch figcaption{
  margin-top:8px;
  color:#eee;
  font-size:15px;
  font-style:italic;
  line-height:1.4;
  text-align:left;
}

/* YouTube embeds */
.page-video .video-youtube{
  width:100%;
  margin:34px 0 28px;
}

.page-video .youtube-frame{
  position:relative;
  width:100%;
  padding-top:56.25%;
  background:#111;
}

.page-video .youtube-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.page-video .video-youtube figcaption{
  margin-top:8px;
  color:#eee;
  font-size:15px;
  font-style:italic;
  line-height:1.4;
}

/* Deelrij op dezelfde linker lijn */
.page-video .share-links{
  margin-top:46px;
}

/* Klikbare foto's in de galerijen mogen als beeld aanvoelen */
.page-video .video-gallery img{
  cursor:zoom-in;
}

@media (max-width:767px){
  .page-video .page-content > h1{
    margin-bottom:42px;
  }

  .page-video .video-panel{
    padding:8px;
  }

  .page-video .gallery-christmas,
  .page-video .gallery-heelsum,
  .page-video .gallery-oosterbeek{
    grid-template-columns:1fr;
  }

  .page-video .gallery-christmas > figure,
  .page-video .gallery-heelsum > figure,
  .page-video .gallery-oosterbeek > figure{
    grid-column:auto !important;
    aspect-ratio:auto !important;
  }

  .page-video .video-gallery > figure img{
    height:auto;
    object-fit:contain;
  }

  .page-video .video-media-text,
  .page-video .media-wijbosch{
    grid-template-columns:1fr !important;
    gap:18px;
  }

  .page-video .media-kerst-2020 > div > figure{
    width:100%;
  }
}
