/* Verwijder padding/margin rond de fullscreen video-row */
.vc_row.fullscreen-video-row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* Reset eventuele parent container-breedte */
body.page .site-content,
body.page .entry-content,
body.page .container {
  padding: 0 !important;
  max-width: 100% !important;
}

.fullscreen-video-row {
    margin-top: -40px !important;
}
body .site-content > *:first-child {
  margin-top: 0 !important;
}

.fullscreen-video-row video {
  transform: translateY(-20px);
}

.grecaptcha-badge { 
visibility: hidden; 
}

.site-footer:not(.centered) {
        border-top: 0px solid  !important;
}