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

Media Kit

Media information on Artificial Intelligence Center Hamburg (ARIC) e.V.

What is ARIC e.V.?

ARIC e.V. is an AI enabler and single point of contact. The center is the City of Hamburg’s official point of contact for all things AI. As a registered association, the ARIC was founded in 2019 with the aim ofpromoting the development, application and dissemination of AI technologies in the Hamburg metropolitan region and beyond.

What does ARIC e.V. do?

ARIC e.V. offers bundling of contacts, expertise on AI topics, resources & network, project development and joint implementation with a focus on Responsible Deep Tech. ARIC. e.V. operates its own AI showroom in Hamburg’s Dockland. There we offer guided tours for authorities, schools, delegations, private individuals and other stakeholders. ARIC e.V. also organizes around 200 events, workshops, etc. per year.

ARIC logos for download

ARIC press photos for download

The following photos can be downloaded as a package in print quality for press publications.

Please feel free to contact us:

Sabrina Pohlmann
Marketing and PR ARIC e.V.

pohlmann@aric-hamburg.de

Jan Werum
Marketing and PR hqic

werum@aric-hamburg.de

Press releases

ARIC e.V. welcomes SimCog Technologies GmbH as a new member 01.09.2023   ARIC e.V. welcomes another member. From now on SimCog Technologies is part of the broad ARIC network. This addition is further

Hamburg 31. März 2025 – Das Artificial Intelligence Center Hamburg (ARIC) e.V. freut sich, Funk als neues Mitglied willkommen zu heißen. Der Beitritt des internationalen Versicherungsmaklers und Risk Consultant Funk unterstreicht die wachsende

Wie begrüßen unser neues Mitglied, die Hapag-Lloyd. (English below) As one of the largest shipping companies in the world, Hapag-Lloyd is driving forward the digital transformation of container shipping and artificial intelligence (AI)

Contact

Get in touch with us to find out more about our consulting services. Together, we would like to help promote the responsible use of artificial intelligence in the Hamburg metropolitan region and pave the way for a sustainable, AI-supported society and further strengthen Hamburg as a business location.