Verleih

document.addEventListener("cmplzRunAfterAllScripts", function () { // Optional: Consent check (z.B. nur bei funktionalen Cookies) if (typeof cmplz_functional === "undefined" || !cmplz_functional) return; const container = document.getElementById("smoobuContainer"); const iframe = document.createElement("iframe"); iframe.src = "https://login.smoobu.com/de/cockpit/widget/show-calendar-iframe/2520568/91b3504f2f5f2408748cc208f9701098cb30b673fbe77f8be6dc1f70f4b1eee5"; iframe.width = "100%"; iframe.height = "600"; iframe.style.border = "none"; iframe.loading = "lazy"; container.appendChild(iframe); });