<script>
(function () {
// Bricks kan header-scripts dubbel uitvoeren: guard zodat dit maar 1x loopt.
if (window.__bcRedirect) return;
window.__bcRedirect = 1;
// Directe Bokun-boekings-URL (Duits + euro geforceerd).
var target = 'https://widgets.bokun.io/online-sales/5491cd8a-d1fd-43d6-84dc-02427e719e15/experience/1064074?lang=de¤cy=EUR';
// Overlay met melding (werkt ook als <body> nog niet bestaat).
var o = document.createElement('div');
o.setAttribute('style', 'position:fixed;inset:0;z-index:999999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:#0c2340;color:#fff;font-family:system-ui,Arial,sans-serif;text-align:center;padding:24px;');
o.innerHTML =
'<div style="font-size:22px;font-weight:600;">Einen Moment bitte …</div>' +
'<div style="font-size:16px;opacity:.85;max-width:420px;">Du wirst zur sicheren Buchungsseite weitergeleitet.</div>' +
'<a href="' + target + '" style="margin-top:8px;color:#5fd0c5;font-size:14px;">Hier klicken, falls die Weiterleitung nicht automatisch startet.</a>';
(document.body || document.documentElement).appendChild(o);
// Korte vertraging zodat de melding leesbaar is, daarna doorsturen.
setTimeout(function () {
window.location.replace(target);
}, 1600);
})();
</script>