<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>
				
			

News

-Events

What do you take away from a full day at a conference when you head home in the evening? For Sassan Sangsari, it was a thought from Prof. Dr. Alena Buyx’s keynote address

Kickoff Event at the Digital Hub Logistics & Commerce with Mayor Dr. Peter Tschentscher Sends a Strong Signal for Digital Transformation, European Competitiveness, and Technological Sovereignty Hamburg, June 19, 2026 – On Friday,

Hamburg, 12. Juli 2025 – Am Samstag, den 12. Juni 2025, feierte Hamburg eine Premiere der besonderen Art: Mit „Die KI-Arena: Die KI-Challenge der Generationen“ veranstalteten das Artificial Intelligence Center Hamburg (ARIC) e.V.

Welche Fördermittel gibt es und wie läuft ein Verfahren ab? On February 17, 2022, 10:30-11:30, online via Teams Cooperation with Fieldfisher There are a large number of funding pots in Germany and the

The ARIC is organizing a round table at this year’s Nortec, to which we cordially invite you. A short keynote speech by Jan Ruhnke/Carsten Hagemann on the topic of “What do I need

Our showroom currently has no fixed opening hours. However, we do offer guided tours for interested members of the public. These tours are designed for this purpose, Register on Eventbrite to experience how

On November 22 at 5 p.m. on the DeepTech Campus Proteins form the machinery of our body, without which we could not exist. They ensure that we can see, they ward off pathogens

Entdecke die Magie der KI bei unserem Workshop für Kinder von 6-10 Jahren. Komm mit auf unsere Reise in die Welt der Künstlichen Intelligenz! We at ARIC are spending the whole day dealing

Will ChatGPT bring the ultimate breakthrough for artificial intelligence? Dates: February 9, February 16, March 9, each at 2 p.m., online via Teams Hardly any AI development in recent years has made such

Das FoldForum geht in die zweite Runde. On April 24, 2024 at 4 p.m. on the DeepTech Campus Proteins form the machinery of our body, without which we could not exist. They ensure