{"id":159,"date":"2026-04-20T21:15:36","date_gmt":"2026-04-20T21:15:36","guid":{"rendered":"https:\/\/avdx.nl\/?page_id=159"},"modified":"2026-04-21T10:53:28","modified_gmt":"2026-04-21T10:53:28","slug":"imprint","status":"publish","type":"page","link":"https:\/\/avdx.nl\/?page_id=159","title":{"rendered":"Imprint"},"content":{"rendered":"\n<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Imprint &#8211; AVDX<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\">\n    <style>\n        :root {\n            --bg-color: #000000;\n            --surface-color: #121314;\n            --surface-light: #1e1f20;\n            --surface-border: rgba(255, 255, 255, 0.08);\n            --primary: #bc13fe;\n            --secondary: #4158d0;\n            --text-main: #ffffff;\n            --text-muted: #888888;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Inter', sans-serif;\n        }\n\n        body {\n            background-color: var(--bg-color);\n            color: var(--text-main);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* --- Navigation --- *\/\n        nav {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            background: rgba(0, 0, 0, 0.85);\n            backdrop-filter: blur(12px);\n            border-bottom: 1px solid var(--surface-border);\n            z-index: 1000;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 15px 5%;\n            transition: all 0.3s ease;\n        }\n\n        .logo {\n            font-size: 1.8rem;\n            font-weight: 900;\n            letter-spacing: -1px;\n            color: var(--text-main);\n            text-decoration: none;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .logo-dot {\n            width: 8px;\n            height: 8px;\n            background: var(--primary);\n            border-radius: 50%;\n            box-shadow: 0 0 10px var(--primary);\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 30px;\n            align-items: center;\n        }\n\n        .nav-links a {\n            color: var(--text-muted);\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            transition: color 0.3s ease;\n        }\n\n        .nav-links a:hover, .nav-links a.active {\n            color: var(--text-main);\n        }\n\n        .btn-launch {\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            color: #fff !important;\n            padding: 8px 24px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n\n        .btn-launch:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 20px rgba(188, 19, 254, 0.4);\n        }\n\n        .mobile-menu-btn {\n            display: none;\n            color: var(--text-main);\n            cursor: pointer;\n        }\n        .mobile-menu-btn span {\n            font-size: 2rem;\n        }\n\n        \/* --- Footer --- *\/\n        footer {\n            background: var(--surface-color);\n            border-top: 1px solid var(--surface-border);\n            padding: 40px 5%;\n            text-align: center;\n            color: var(--text-muted);\n            font-size: 0.85rem;\n        }\n\n        .footer-links {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-bottom: 20px;\n            flex-wrap: wrap;\n        }\n\n        .footer-links a {\n            color: var(--text-muted);\n            text-decoration: none;\n            transition: color 0.2s;\n        }\n\n        .footer-links a:hover {\n            color: var(--text-main);\n        }\n\n        \/* AVDX Premium Legal Page Styles *\/\n        .avdx-legal-wrapper {\n            background-color: #000000;\n            color: #e3e3e3;\n            font-family: 'Inter', sans-serif;\n            line-height: 1.7;\n            padding: 120px 20px 60px; \/* \u062a\u0645 \u0627\u0644\u062a\u0639\u062f\u064a\u0644 \u0644\u062a\u0646\u0627\u0633\u0628 \u0627\u0644\u0647\u064a\u062f\u0631 \u0627\u0644\u062b\u0627\u0628\u062a *\/\n            min-height: 100vh;\n        }\n        .avdx-legal-container {\n            max-width: 850px;\n            margin: 0 auto;\n            background: #121314;\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            border-radius: 24px;\n            padding: 50px 60px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);\n        }\n        .avdx-legal-header {\n            text-align: center;\n            margin-bottom: 50px;\n            border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            padding-bottom: 40px;\n        }\n        .avdx-legal-header h1 {\n            font-size: 3rem;\n            font-weight: 800;\n            color: #ffffff;\n            margin: 0 0 15px 0;\n            letter-spacing: -1px;\n        }\n        .avdx-legal-header p {\n            color: #888888;\n            font-size: 1.1rem;\n            margin: 0;\n        }\n        .avdx-legal-content h2 {\n            font-size: 1.8rem;\n            font-weight: 600;\n            color: #ffffff;\n            margin-top: 40px;\n            margin-bottom: 20px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .avdx-legal-content h2::before {\n            content: \"\";\n            display: block;\n            width: 8px;\n            height: 24px;\n            background: linear-gradient(135deg, #bc13fe, #4158d0);\n            border-radius: 4px;\n        }\n        .avdx-legal-content p {\n            font-size: 1.05rem;\n            margin-bottom: 20px;\n            color: #cccccc;\n        }\n        .avdx-legal-content ul {\n            margin-bottom: 30px;\n            padding-left: 20px;\n        }\n        .avdx-legal-content li {\n            margin-bottom: 12px;\n            font-size: 1.05rem;\n            color: #cccccc;\n            position: relative;\n        }\n        .avdx-legal-content a {\n            color: #bc13fe;\n            text-decoration: none;\n            transition: color 0.2s ease;\n        }\n        .avdx-legal-content a:hover {\n            color: #e070ff;\n            text-decoration: underline;\n        }\n        .avdx-contact-box {\n            margin-top: 50px;\n            background: #1e1f20;\n            border: 1px solid rgba(188, 19, 254, 0.2);\n            border-radius: 16px;\n            padding: 30px;\n            text-align: center;\n        }\n        .avdx-contact-box h3 {\n            color: #ffffff;\n            margin-top: 0;\n            font-size: 1.4rem;\n        }\n        .avdx-contact-box a {\n            display: inline-block;\n            margin-top: 15px;\n            font-size: 1.2rem;\n            font-weight: 600;\n            background: linear-gradient(135deg, #bc13fe, #4158d0);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        \n        \/* Mobile Responsiveness *\/\n        @media (max-width: 768px) {\n            .mobile-menu-btn {\n                display: block;\n            }\n            .nav-links {\n                display: none;\n                flex-direction: column;\n                position: absolute;\n                top: 100%;\n                left: 0;\n                width: 100%;\n                background: rgba(18, 19, 20, 0.98);\n                padding: 20px 0;\n                border-bottom: 1px solid var(--surface-border);\n                box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n            }\n            .nav-links.active {\n                display: flex;\n            }\n            .nav-links a {\n                font-size: 1.1rem;\n            }\n            .avdx-legal-wrapper {\n                padding-top: 100px;\n            }\n            .avdx-legal-container {\n                padding: 30px 20px;\n            }\n            .avdx-legal-header h1 {\n                font-size: 2.2rem;\n            }\n            .avdx-legal-content h2 {\n                font-size: 1.5rem;\n            }\n        }\n    <\/style>\n    <?php wp_head(); ?>\n<\/head>\n<body>\n\n    <nav id=\"navbar\">\n        <a href=\"\/\" class=\"logo\">\n            <div class=\"logo-dot\"><\/div> AVDX\n        <\/a>\n        \n        <div class=\"mobile-menu-btn\" id=\"mobile-menu-btn\">\n            <span class=\"material-symbols-outlined\">menu<\/span>\n        <\/div>\n\n        <div class=\"nav-links\" id=\"nav-links\">\n            <a href=\"\/?page_id=210\">Discover AVDX<\/a>\n            <a href=\"\/?page_id=115\">Terms &#038; Privacy<\/a>\n            <a href=\"\/?page_id=158\">Policy (EU)<\/a>\n            <a href=\"\/?page_id=159\" class=\"active\">Imprint<\/a>\n            <a href=\"\/\" class=\"btn-launch\">Talk to AVDX<\/a>\n        <\/div>\n    <\/nav>\n\n<div class=\"avdx-legal-wrapper\">\n    <div class=\"avdx-legal-container\">\n        \n        <div class=\"avdx-legal-header\">\n            <h1>Imprint<\/h1>\n            <p>Legal Disclosure &#038; Information<\/p>\n        <\/div>\n\n        <div class=\"avdx-legal-content\">\n            \n            <h2>1. Service Provider<\/h2>\n            <p>\n                <strong>Al Samo Multimedia<\/strong> (Operating AVDX)<br>\n                Stationsstraat 12<br>\n                9679ED Scheemda<br>\n                The Netherlands<br>\n                <br>\n                <em>Legal Form: Eenmanszaak<\/em><br>\n                <em>Core Activities: Grafische vormgeving, online marketing en het maken van websites.<\/em>\n            <\/p>\n\n            <h2>2. Contact Information<\/h2>\n            <ul>\n                <li><strong>Email:<\/strong> <a href=\"mailto:info@avdx.nl\">info@avdx.nl<\/a><\/li>\n                <li><strong>Website:<\/strong> <a href=\"https:\/\/avdx.nl\">https:\/\/avdx.nl<\/a><\/li>\n            <\/ul>\n\n            <h2>3. Company Registration<\/h2>\n            <ul>\n                <li><strong>Chamber of Commerce (KVK-nummer):<\/strong> 89559436<\/li>\n                <li><strong>Establishment No. (Vestigingsnummer):<\/strong> 000055346979<\/li>\n                <li><strong>VAT Identification Number (BTW-nummer):<\/strong> NL004741738B66<\/li>\n            <\/ul>\n\n            <h2>4. Dispute Resolution<\/h2>\n            <p>\n                The European Commission provides a platform for online dispute resolution (OS): <br>\n                <a href=\"https:\/\/ec.europa.eu\/consumers\/odr\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/ec.europa.eu\/consumers\/odr<\/a>\n            <\/p>\n            <p>We are not willing or obliged to participate in dispute resolution proceedings before a consumer arbitration board.<\/p>\n\n            <h2>5. Liability for Content and Links<\/h2>\n            <p>As a service provider, we are responsible for our own content on these pages under general laws. However, we are not obligated to monitor transmitted or stored third-party information or investigate circumstances indicating illegal activity.<\/p>\n            <p>Our site contains links to external third-party websites, over whose content we have no control. Therefore, we cannot assume any liability for these external contents. The respective provider or operator of the pages is always responsible for the content of the linked pages at the time of linking.<\/p>\n\n            <div class=\"avdx-contact-box\">\n                <h3>Need to contact us?<\/h3>\n                <p>If you have any questions regarding this legal disclosure, please reach out to our team.<\/p>\n                <a href=\"mailto:info@avdx.nl\">info@avdx.nl<\/a>\n            <\/div>\n\n        <\/div>\n\n    <\/div>\n<\/div>\n\n    <footer>\n        <div class=\"footer-links\">\n            <a href=\"\/\">AVDX App<\/a>\n            <a href=\"\/?page_id=115\">Terms &#038; Privacy Policy<\/a>\n            <a href=\"\/?page_id=158\">Policy (EU)<\/a>\n            <a href=\"\/?page_id=159\">Imprint<\/a>\n        <\/div>\n        <p>&copy; 2026 AVDX. Forged in Groningen, Netherlands. All rights reserved.<\/p>\n    <\/footer>\n\n    <script>\n        \/\/ \u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0644\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0639\u0644\u0648\u064a\u0629\n        window.addEventListener('scroll', () => {\n            const nav = document.getElementById('navbar');\n            if (window.scrollY > 50) {\n                nav.style.background = 'rgba(18, 19, 20, 0.95)';\n                nav.style.boxShadow = '0 4px 30px rgba(0, 0, 0, 0.5)';\n            } else {\n                nav.style.background = 'rgba(0, 0, 0, 0.85)';\n                nav.style.boxShadow = 'none';\n            }\n        });\n\n        \/\/ \u0633\u0643\u0631\u0628\u062a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644\n        const mobileBtn = document.getElementById('mobile-menu-btn');\n        const navLinks = document.getElementById('nav-links');\n        const iconSpan = mobileBtn.querySelector('span');\n\n        mobileBtn.addEventListener('click', () => {\n            navLinks.classList.toggle('active');\n            if (navLinks.classList.contains('active')) {\n                iconSpan.textContent = 'close';\n            } else {\n                iconSpan.textContent = 'menu';\n            }\n        });\n    <\/script>\n\n<?php wp_footer(); ?>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Imprint &#8211; AVDX AVDX menu Discover AVDX Terms &#038; Privacy Policy (EU) Imprint Talk to AVDX Imprint Legal Disclosure &#038; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"disabled","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-159","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/avdx.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=159"}],"version-history":[{"count":17,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/159\/revisions"}],"predecessor-version":[{"id":244,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/159\/revisions\/244"}],"wp:attachment":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}