#city-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

#city-bg-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 180%;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  transform: translateX(-50%) translateY(0);
  will-change: transform;
}

#city-veil {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(244, 240, 232, 0.42);
}

@media (prefers-reduced-motion: reduce) {
  #city-bg-img {
    transform: translateX(-50%) translateY(0) !important;
  }
}

@media print {
  #city-bg,
  #city-veil,
  #form-wrap,
  #advies-actions,
  nav,
  header,
  footer {
    display: none !important;
  }
  body {
    background: white;
  }
  #advies {
    border: 0;
    padding: 0;
  }
}
