/* Fix horizontale scroll - toegevoegd 2026-06-27 */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}
