<style></style>

<script>
jQuery(function($) {
    // Function to force repaint/reflow
    function forceRepaint() {
        document.body.style.display = 'none';
        document.body.offsetHeight; // Force reflow
        document.body.style.display = 'block';
        window.dispatchEvent(new Event('resize'));
    }

    function closeAllOffCanvas(exceptID = null) {
        let anyOpen = false; // Track if another Off-Canvas remains open

        $(".e-off-canvas").each(function() {
            let canvasID = $(this).attr("id");

            if (!exceptID || canvasID !== exceptID) {
                $(this).removeClass("e-off-canvas-visible")
                       .addClass("e-off-canvas-hidden")
                       .attr("aria-hidden", "true")
                       .css({
                           "z-index": "10",
                           "visibility": "hidden",
                           "opacity": "0"
                       });

                // Full removal delay set to 0ms
                setTimeout(() => {
                    if ($(this).attr("aria-hidden") === "true") {
                        $(this).css("display", "none");
                    }
                }, 0);
            } else {
                anyOpen = true; // At least one Off-Canvas is still open
            }
        });

        // Remove white background delay set to 0ms
        setTimeout(() => {
            if (!$(".e-off-canvas-visible").length) {
                $("body").removeClass("off-canvas-active");
                forceRepaint(); // Force repaint when closing all
            }
        }, 0);
    }

    function openOffCanvas(targetID) {
        let targetCanvas = $(targetID);

        if (targetCanvas.length) {
            // Close all others EXCEPT the one we're opening
            closeAllOffCanvas(targetID);

            // Open immediately with delay set to 0ms
            setTimeout(() => {
                targetCanvas.removeClass("e-off-canvas-hidden")
                            .addClass("e-off-canvas-visible")
                            .attr("aria-hidden", "false")
                            .css({
                                "z-index": "9999",
                                "visibility": "visible",
                                "opacity": "1",
                                "display": "block"
                            });

                // Ensure the White Background Stays Visible
                $("body").addClass("off-canvas-active");
                
                // Force repaint after opening
                forceRepaint();

            }, 0);
        }
    }

    // Decode Base64
    function decodeBase64(str) {
        try {
            return atob(str);
        } catch (e) {
            return null;
        }
    }

    // Handle Elementor Off-Canvas OPEN clicks
    $(document).on('click', '[href*="elementor-action%3Aaction%3Doff_canvas%3Aopen"]', function(event) {
        event.preventDefault();
        let href = decodeURIComponent($(this).attr("href"));

        let base64Match = href.match(/settings=([^&]+)/);
        if (base64Match) {
            let decodedSettings = decodeBase64(base64Match[1]);

            try {
                let settingsObj = JSON.parse(decodedSettings);
                if (settingsObj.id) {
                    let offCanvasID = "#off-canvas-" + settingsObj.id;
                    openOffCanvas(offCanvasID);
                }
            } catch (e) {}
        }
    });

    // Handle Elementor Off-Canvas CLOSE clicks
    $(document).on('click', '[href*="elementor-action%3Aaction%3Doff_canvas%3Aclose"]', function(event) {
        event.preventDefault();
        closeAllOffCanvas();
    });

    // Ensure all Off-Canvas elements start hidden
    $(".e-off-canvas").each(function() {
        $(this).attr("aria-hidden", "true").css({
            "z-index": "10",
            "visibility": "hidden",
            "opacity": "0",
            "display": "none"
        });
    });

    // Handle same-page anchor link clicks
    $(document).on('click', 'a[href*="#"]', function(event) {
        let href = $(this).attr('href');
        if (href.indexOf('#') !== -1) {
            // Close all off-canvas widgets when an anchor link is clicked
            closeAllOffCanvas();
        }
    });

});
</script>
				
			

ARIC-Tipp | GovTech Dialogue

11. August @ 16:30 – 20:30 Uhr

Lessons from Denmark and Schleswig-Holstein – The Ministry of Foreign Affairs of Denmark and the State Chancellery of Schleswig-Holstein invite you to an open exchange on digitalization and digital sovereignty in the field of GovTech.

Schleswig-Holstein and Denmark are among Europe’s most dynamic players in public sector digitalization – each with distinct and complementary strengths. While Schleswig-Holstein is a frontrunner in digital sovereignty and open technologies, Denmark sets benchmarks with its advanced, user-centric digital government.

This event brings both perspectives together to enable focused exchange, mutual learning, and concrete collaboration. It is designed for those who want to understand what works in practice – and who are looking for the right partners across the border.

The Cross-Border Exchange connects public administration, GovTech, and digital innovators from both sides. Participants gain actionable insights, compare approaches, and explore opportunities for joint projects and business development.

 

Who should attend?

  • Public sector professionals from Schleswig-Holstein and Denmark
  • GovTech companies and digital solution providers
  • Decision-makers and project leads in administrative modernization
  • Anyone seeking cross-border collaboration or market opportunities

 


Die Events, die mit ARIC-Tipp gekennzeichnet sind, sind Empfehlungen, an denen wir nicht direkt selbst beteiligt sind. Bitte wendet euch bei Fragen direkt an die Veranstalter. Wir übernehmen keine Haftung für den Inhalt der Empfehlungen.

Details:

Dienstag, 11.08.2026 um 16:30 Uhr

Veranstaltungsort:

lisezwei Flensburg, Lise-Meitner-Str. 2, Flensburg

Eintritt:

Kostenlos

Veranstalter:

The Ministry of Foreign Affairs of Denmark, DigitalHub.SH, ITV.SH, OS2 – Offentligt digitaliseringsfællesskab, The State Chancellery of Schleswig-Holstein

Anmeldung zur Veranstaltung: