This email address is being protected from spambots. You need JavaScript enabled to view it.

Select your language

 

We respect your privacy and process personal data in accordance with the General Data Protection Regulation (GDPR).

What data do we collect?

  • Name, email address, phone number (only via contact form)
  • Technical data (IP address, browser information)
  • Cookies for functionality and analytics

Why do we collect this data?

  • To contact you
  • To improve our website and services
  • To comply with legal obligations

Retention period

We do not store your data longer than necessary:

  • Contact details: up to 12 months after last contact
  • Cookies: according to your browser settings

Sharing with third parties

We do not share your data with third parties except when legally required or for hosting/IT services under strict data processing agreements.

Your rights

  • Access, correction, deletion
  • Object to processing
  • Data portability
    Contact us at
    This email address is being protected from spambots. You need JavaScript enabled to view it..

Cookies & Analytics

We use functional cookies and anonymous statistics.

let ticking = false; window.addEventListener("scroll", () => { if (!ticking) { window.requestAnimationFrame(() => { updateVideo(); ticking = false; }); ticking = true; } }); function updateVideo() { // jouw currentTime logica } gsap.to(video, { currentTime: video.duration, ease: "power1.out", // subtiele easing scrollTrigger: { scrub: 0.8 } });