{"id":20113,"date":"2025-08-03T20:57:49","date_gmt":"2025-08-03T20:57:49","guid":{"rendered":"https:\/\/sortedkeys.com\/privacybeleid\/"},"modified":"2026-06-10T01:41:15","modified_gmt":"2026-06-10T01:41:15","slug":"privacybeleid","status":"publish","type":"page","link":"https:\/\/sortedkeys.com\/nl\/privacybeleid\/","title":{"rendered":"Privacybeleid"},"content":{"rendered":"\n<meta charset=\"UTF-8\"\/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n<title>Privacybeleid &#8211; Sorted Keys LLC<\/title>\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\"\/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600&#038;family=Montserrat:wght@700;800&#038;display=swap\" rel=\"stylesheet\"\/>\n<style>\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n    \n    body { \n        background: #f1f5f9; \/* Silver Mist *\/\n        color: #0f172a; \n        line-height: 1.6; \n        min-height: 100vh; \n        padding: 0; \n        font-family: 'Inter', sans-serif; \n        font-weight: 400; \n        overflow-x: hidden; \/* Global safety net *\/\n    }\n    \n    #sortedkeys-privacy-page { \n        --deep-slate: #0f172a; \n        --vibrant-teal: #14b8a6; \n        --silver-mist: #f1f5f9; \n        --electric-white: #ffffff; \n        --text-grey: #4a5568;\n        max-width: 100%; \n        margin: 0; \n        padding-bottom: 60px;\n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-privacy-page h1, \n    #sortedkeys-privacy-page h2, \n    #sortedkeys-privacy-page h3,\n    #sortedkeys-privacy-page h4 { \n        font-family: 'Montserrat', sans-serif; \n        font-weight: 800; \n        text-transform: uppercase;\n        letter-spacing: -0.5px;\n    }\n    \n    .page-content-wrapper { \n        max-width: 1200px; \n        margin: 0 auto; \n        padding: 0 20px; \n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    \/* Hero Section *\/\n    #sortedkeys-privacy-page .hero { \n        background: var(--deep-slate); \n        color: var(--electric-white); \n        padding: 80px 20px; \n        margin-bottom: 50px; \n        text-align: center; \n        border-bottom: 4px solid var(--vibrant-teal);\n    }\n    \n    #sortedkeys-privacy-page .hero h1 { \n        font-size: 3.5rem; \n        margin-bottom: 15px; \n        line-height: 1.1; \n        color: var(--electric-white); \n        overflow-wrap: break-word;\n    }\n    \n    #sortedkeys-privacy-page .hero p { \n        font-size: 1.2rem; \n        opacity: 0.9; \n        margin: 0 auto; \n        max-width: 700px; \n        color: #94a3b8; \n        font-family: 'Inter', sans-serif;\n    }\n    \n    #sortedkeys-privacy-page .privacy-badge { \n        display: inline-block; \n        background: transparent; \n        color: var(--electric-white); \n        padding: 10px 0; \n        font-weight: 600; \n        font-size: 1rem; \n        margin-top: 25px; \n        font-family: 'Inter', sans-serif;\n    }\n    \n    #sortedkeys-privacy-page .privacy-badge i { \n        color: var(--vibrant-teal); \n        margin-right: 8px; \n    }\n    \n    \/* Content Section *\/\n    #sortedkeys-privacy-page .content-section { \n        background: var(--electric-white); \n        border: 1px solid var(--deep-slate);\n        padding: 60px 50px; \n        margin-bottom: 40px; \n        border-left: 8px solid var(--deep-slate);\n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    \/* Fixed Mobile Overflow on Title *\/\n    #sortedkeys-privacy-page .section-title { \n        color: var(--deep-slate); \n        font-size: 2.5rem; \n        margin-bottom: 40px; \n        text-align: center; \n        position: relative; \n        display: block; \n        width: 100%;\n    }\n    \n    #sortedkeys-privacy-page .section-title::after { \n        content: ''; \n        position: absolute; \n        bottom: -12px; \n        left: 50%; \n        transform: translateX(-50%); \n        width: 60px; \n        height: 4px; \n        background: var(--vibrant-teal); \n    }\n    \n    \/* Navigation Links *\/\n    #sortedkeys-privacy-page .page-nav { \n        display: flex; \n        flex-wrap: wrap; \n        gap: 15px; \n        margin-bottom: 50px; \n        padding: 20px 0; \n        border-bottom: 1px solid #e2e8f0; \n        justify-content: center; \n    }\n    \n    #sortedkeys-privacy-page .nav-link { \n        padding: 12px 24px; \n        background: var(--silver-mist); \n        border-radius: 0; \n        font-family: 'Montserrat', sans-serif;\n        font-weight: 700;\n        font-size: 0.9rem; \n        text-transform: uppercase;\n        color: var(--deep-slate); \n        transition: all 0.2s ease; \n        border: 1px solid var(--deep-slate); \n        text-decoration: none; \n    }\n    \n    #sortedkeys-privacy-page .nav-link:hover, \n    #sortedkeys-privacy-page .nav-link.active { \n        background: var(--deep-slate); \n        color: var(--electric-white); \n        border-color: var(--deep-slate); \n    }\n    \n    \/* Highlight Box *\/\n    #sortedkeys-privacy-page .highlight-box { \n        background: var(--deep-slate); \n        color: var(--electric-white); \n        padding: 40px; \n        margin: 40px 0; \n        border: 1px solid var(--deep-slate); \n        border-left: 4px solid var(--vibrant-teal);\n        text-align: center; \n        animation: fadeInUp 0.6s ease-out forwards; \n        opacity: 0; \n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-privacy-page .highlight-box h3 { \n        font-size: 1.8rem; \n        margin-bottom: 20px; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        gap: 15px; \n        color: var(--electric-white); \n    }\n    \n    #sortedkeys-privacy-page .highlight-box p { \n        font-size: 1.1rem; \n        max-width: 800px; \n        margin: 0 auto; \n        color: #94a3b8; \n    }\n    \n    \/* Policy Sections *\/\n    #sortedkeys-privacy-page .policy-section { \n        margin-bottom: 60px; \n        padding-bottom: 40px; \n        border-bottom: 1px solid #e2e8f0; \n        width: 100%;\n    }\n    \n    #sortedkeys-privacy-page .policy-section:last-child { \n        border-bottom: none; \n        padding-bottom: 0; \n        margin-bottom: 0;\n    }\n    \n    #sortedkeys-privacy-page .policy-section h3 { \n        color: var(--deep-slate); \n        font-size: 1.8rem; \n        margin-bottom: 25px; \n        padding-bottom: 15px; \n        position: relative; \n    }\n    \n    #sortedkeys-privacy-page .policy-section h3:after { \n        content: ''; \n        position: absolute; \n        bottom: 0; \n        left: 0; \n        width: 60px; \n        height: 3px; \n        background: var(--vibrant-teal); \n    }\n    \n    #sortedkeys-privacy-page .policy-section p, \n    #sortedkeys-privacy-page .policy-section ul { \n        margin-bottom: 20px; \n        color: var(--text-grey); \n        font-size: 1.05rem; \n    }\n    \n    #sortedkeys-privacy-page .policy-section ul { \n        padding-left: 0; \n        list-style: none;\n    }\n    \n    #sortedkeys-privacy-page .policy-section li { \n        margin-bottom: 12px; \n        position: relative; \n        padding-left: 25px; \n    }\n    \n    #sortedkeys-privacy-page .policy-section li:before { \n        content: ''; \n        width: 6px;\n        height: 6px;\n        background: var(--vibrant-teal);\n        position: absolute; \n        left: 0; \n        top: 10px; \n    }\n    \n    \/* Sub Sections *\/\n    #sortedkeys-privacy-page .sub-section { \n        background: var(--silver-mist); \n        padding: 30px; \n        border-radius: 0; \n        margin-top: 30px; \n        border: 1px solid #e2e8f0;\n        border-left: 4px solid var(--deep-slate); \n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-privacy-page .sub-section h4 { \n        color: var(--deep-slate); \n        margin-bottom: 15px; \n        font-size: 1.2rem; \n        display: flex; \n        align-items: center; \n        gap: 12px; \n    }\n    \n    #sortedkeys-privacy-page .sub-section h4 i { \n        color: var(--vibrant-teal); \n        font-size: 1.4rem; \n    }\n    \n    \/* Contact Buttons *\/\n    #sortedkeys-privacy-page .contact-buttons { \n        display: grid; \n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); \n        gap: 30px; \n        margin-top: 50px; \n        padding-top: 40px; \n        border-top: 1px solid #e2e8f0; \n    }\n    \n    #sortedkeys-privacy-page .contact-card { \n        background: var(--electric-white); \n        color: var(--deep-slate); \n        padding: 40px 30px; \n        text-align: center; \n        transition: all 0.2s ease; \n        border: 1px solid var(--deep-slate); \n        position: relative; \n        border-top: 4px solid var(--vibrant-teal);\n        word-break: break-word;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-privacy-page .contact-card:hover { \n        transform: translateY(-5px); \n        box-shadow: 8px 8px 0px var(--deep-slate); \n    }\n    \n    #sortedkeys-privacy-page .contact-card i { \n        font-size: 2.5rem; \n        color: var(--deep-slate); \n        margin-bottom: 25px; \n    }\n    \n    #sortedkeys-privacy-page .contact-card h4 { \n        font-size: 1.5rem; \n        margin-bottom: 15px; \n    }\n    \n    #sortedkeys-privacy-page .contact-card p { \n        color: var(--text-grey); \n        margin-bottom: 30px; \n        font-size: 1rem; \n    }\n    \n    #sortedkeys-privacy-page .contact-btn { \n        display: inline-block; \n        background: var(--vibrant-teal); \n        color: var(--electric-white); \n        padding: 14px 20px; \n        font-family: 'Montserrat', sans-serif;\n        text-transform: uppercase;\n        font-weight: 700; \n        font-size: 0.95rem; \n        letter-spacing: 1px;\n        transition: all 0.2s ease; \n        border: 2px solid var(--vibrant-teal); \n        text-decoration: none; \n        width: 100%;\n        box-sizing: border-box;\n    }\n    \n    #sortedkeys-privacy-page .contact-btn:hover { \n        background: var(--deep-slate); \n        color: var(--electric-white); \n        border-color: var(--deep-slate);\n    }\n    \n    \/* Back to top *\/\n    #sortedkeys-privacy-page .back-to-top { \n        position: fixed; \n        bottom: 30px; \n        right: 30px; \n        background: var(--deep-slate); \n        color: var(--electric-white); \n        width: 50px; \n        height: 50px; \n        border-radius: 0; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        cursor: pointer; \n        transition: all 0.2s ease; \n        z-index: 1000; \n        opacity: 0; \n        transform: translateY(20px); \n        border: 1px solid var(--vibrant-teal); \n    }\n    \n    #sortedkeys-privacy-page .back-to-top.visible { \n        opacity: 1; \n        transform: translateY(0); \n    }\n    \n    #sortedkeys-privacy-page .back-to-top:hover { \n        background: var(--vibrant-teal); \n        border-color: var(--deep-slate);\n    }\n    \n    \/* Responsive Fixes - Matching Refund Policy Architecture *\/\n    @media (max-width: 992px) { \n        #sortedkeys-privacy-page .content-section { \n            padding: 50px 30px; \n            border-left: none;\n            border-top: 8px solid var(--deep-slate);\n        } \n        #sortedkeys-privacy-page .section-title { font-size: 2.2rem; } \n    }\n    \n    @media (max-width: 768px) { \n        #sortedkeys-privacy-page { overflow-x: hidden; } \n        \n        \/* Reduce wrapper padding to save screen space *\/\n        .page-content-wrapper { padding: 0 10px; }\n        \n        #sortedkeys-privacy-page .hero { padding: 60px 15px; } \n        #sortedkeys-privacy-page .hero h1 { font-size: 2.2rem; } \n        \n        \/* Fix the double padding: Give text room to breathe *\/\n        #sortedkeys-privacy-page .content-section { \n            padding: 30px 15px; \n            border-top: 4px solid var(--deep-slate);\n        } \n        \n        \/* Adjust inner box padding for mobile *\/\n        #sortedkeys-privacy-page .highlight-box { padding: 25px 15px; }\n        #sortedkeys-privacy-page .sub-section { padding: 20px 15px; }\n        #sortedkeys-privacy-page .contact-card { padding: 30px 15px; }\n        \n        #sortedkeys-privacy-page .contact-buttons { grid-template-columns: 1fr; gap: 20px; } \n        #sortedkeys-privacy-page .page-nav { flex-direction: column; align-items: stretch; gap: 10px;}\n        #sortedkeys-privacy-page .nav-link { text-align: center; padding: 12px; }\n        \n        \/* Ensure long URLs and words wrap properly *\/\n        #sortedkeys-privacy-page .policy-section p,\n        #sortedkeys-privacy-page .policy-section li { overflow-wrap: break-word; word-break: break-word; } \n    }\n    \n    @keyframes fadeInUp { \n        from { opacity: 0; transform: translateY(20px); } \n        to { opacity: 1; transform: translateY(0); } \n    }\n    \n    #sortedkeys-privacy-page .content-section { animation-delay: 0.1s; } \n    #sortedkeys-privacy-page .highlight-box { animation-delay: 0.2s; } \n    #sortedkeys-privacy-page .policy-section { animation-delay: 0.3s; }\n<\/style>\n\n\n<div id=\"sortedkeys-privacy-page\">\n    <section class=\"hero\">\n        <div class=\"page-content-wrapper\">\n            <h1>Privacybeleid<\/h1>\n            <p>Bij Sorted Keys LLC zetten wij ons in voor de bescherming van uw privacy en het waarborgen van de absolute veiligheid van uw persoonlijke gegevens.<\/p>\n            <div class=\"privacy-badge\">\n                <i class=\"fas fa-lock\"><\/i>  VOLDOET AAN AVG\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div class=\"page-content-wrapper\">\n        <section class=\"content-section\">\n            <h2 class=\"section-title\">Onze privacybelofte<\/h2>\n            \n            <div class=\"page-nav\">\n                <a href=\"#who-we-are\" class=\"nav-link\">Wie we zijn<\/a>\n                <a href=\"#data-collection\" class=\"nav-link\">Gegevensverzameling<\/a>\n                <a href=\"#data-sharing\" class=\"nav-link\">Gegevens delen<\/a>\n                <a href=\"#data-retention\" class=\"nav-link\">Gegevensbewaring<\/a>\n                <a href=\"#your-rights\" class=\"nav-link\">Uw rechten<\/a>\n                <a href=\"#contact\" class=\"nav-link\">Contact<\/a>\n            <\/div>\n            \n            <div class=\"highlight-box\">\n                <h3><i class=\"fas fa-shield-alt\"><\/i>  Uw privacy is belangrijk<\/h3>\n                <p>Wij verkopen uw persoonlijke gegevens nooit aan derden en implementeren beveiligingsmaatregelen volgens de industriestandaard om uw gegevens te beschermen. Onze toewijding aan uw privacy vormt de kern van onze technische infrastructuur. <\/p>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"who-we-are\">\n                <h3>Wie we zijn<\/h3>\n                <p><strong>Sorted Keys LLC<\/strong> (&#8220;ons&#8221;, &#8220;we&#8221; of &#8220;onze&#8221;) beheert de <strong>sortedkeys.com<\/strong> website (de &#8220;Dienst&#8221;).<\/p>\n                <p>Deze pagina informeert u over ons beleid met betrekking tot de verzameling, het gebruik en de openbaarmaking van persoonlijke gegevens wanneer u onze Dienst gebruikt.<\/p>\n                <p>Wij zullen uw informatie met niemand delen, behalve zoals beschreven in dit Privacybeleid.<\/p>\n                <p>Wij gebruiken uw persoonlijke gegevens voor het leveren en verbeteren van de Dienst. Door de Dienst te gebruiken, gaat u akkoord met het verzamelen en gebruiken van informatie in overeenstemming met dit beleid. <\/p>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"data-collection\">\n                <h3>Welke persoonlijke gegevens we verzamelen<\/h3>\n                \n                <div class=\"sub-section\">\n                    <h4><i class=\"fas fa-credit-card\"><\/i>  Betalingsverwerking<\/h4>\n                    <p>Wij maken gebruik van externe betalingsverwerkers om transacties veilig af te handelen. Wij slaan uw betaalkaartgegevens niet op en verzamelen deze ook niet. Die informatie wordt rechtstreeks verstrekt aan onze externe betalingsverwerkers, wiens gebruik van uw persoonlijke gegevens wordt beheerst door hun eigen privacybeleid.  <\/p>\n                <\/div>\n\n                <div class=\"sub-section\">\n                    <h4><i class=\"fas fa-envelope\"><\/i>  Contact- &#038; accountformulieren<\/h4>\n                    <p>Wanneer u contact met ons opneemt of een software-aankoop doet, kunnen wij het volgende verzamelen:<\/p>\n                    <ul>\n                        <li>Naam en e-mailadres<\/li>\n                        <li>Telefoonnummer<\/li>\n                        <li>Factuuradres<\/li>\n                        <li>Alle informatie over de technische infrastructuur die u vrijwillig verstrekt<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"sub-section\">\n                    <h4><i class=\"fas fa-cookie-bite\"><\/i>  Systeemcookies<\/h4>\n                    <p>Wij gebruiken cookies om uw B2B-aankoopervaring te verbeteren:<\/p>\n                    <ul>\n                        <li><strong>Functionele cookies:<\/strong> Essentieel voor een veilige websitefunctionaliteit en het beheer van het winkelwagentje.<\/li>\n                        <li><strong>Analytische cookies:<\/strong> Om interacties van bezoekers te begrijpen en ons technische portaal te verbeteren.<\/li>\n                        <li><strong>Voorkeurscookies:<\/strong> Om uw account- en taalinstellingen te onthouden.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"data-sharing\">\n                <h3>Met wie we uw gegevens delen<\/h3>\n                <p>Wij respecteren uw privacy en delen uw persoonlijke gegevens niet met derden, behalve in strikt gecontroleerde omstandigheden:<\/p>\n                <ul>\n                    <li>Met betalingsverwerkers om uw software-aankoop te faciliteren.<\/li>\n                    <li>Met geautoriseerde Microsoft-licentiepartners (alleen wanneer vereist voor specifieke software-implementatie).<\/li>\n                    <li>Met dienstverleners die onze IT-activiteiten ondersteunen (onder strikte geheimhoudingsovereenkomsten).<\/li>\n                    <li>Wanneer dit wettelijk vereist is of om onze wettelijke rechten te beschermen.<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"data-retention\">\n                <h3>Hoe lang we uw gegevens bewaren<\/h3>\n                <p>Wij bewaren persoonlijke gegevens slechts zo lang als nodig is om onze operationele doeleinden te vervullen:<\/p>\n                <ul>\n                    <li><strong>Bestelinformatie:<\/strong> Bewaard voor fiscale en boekhoudkundige naleving.<\/li>\n                    <li><strong>Informatie over geregistreerde gebruikers:<\/strong> Veilig bewaard zolang uw account actief blijft.<\/li>\n                    <li><strong>Supportaanvragen:<\/strong> Bewaard voor historische technische ondersteuningslogs.<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"your-rights\">\n                <h3>Uw rechten op gegevensbescherming<\/h3>\n                <p>U behoudt de volledige rechten met betrekking tot uw persoonlijke gegevens:<\/p>\n                <ul>\n                    <li><strong>Inzage:<\/strong> Kopie\u00ebn van uw gegevens opvragen.<\/li>\n                    <li><strong>Rectificatie:<\/strong> Onjuiste informatie corrigeren.<\/li>\n                    <li><strong>Wissen:<\/strong> Verzoeken om verwijdering van uw gegevens van onze servers.<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"contact\">\n                <h3>Contact met ons opnemen over privacy<\/h3>\n                <p><strong>Sorted Keys LLC<\/strong><br\/> 1209 Mountain Road PL NE, Suite N<br\/> Albuquerque, NM 87110<br\/> Telefoon: +1 (575) 217-1648<\/p>\n                <p>Als u vragen heeft over dit Privacybeleid of uw gegevensrechten wilt uitoefenen, neem dan contact op met ons supportteam via een van de onderstaande methoden:<\/p>\n                \n                <div class=\"contact-buttons\">\n                    <div class=\"contact-card\">\n                        <i class=\"fas fa-envelope-open-text\"><\/i>\n                        <h4>E-mail ons<\/h4>\n                        <p>Stuur een direct bericht naar ons privacyteam.<\/p>\n                        <a href=\"mailto:solutions@sortedkeys.com\" class=\"contact-btn\">E-MAIL VERZENDEN<\/a> \n                    <\/div>\n                    \n                    <div class=\"contact-card\">\n                        <i class=\"fas fa-headset\"><\/i>\n                        <h4>Supportcentrum<\/h4>\n                        <p>Krijg hulp via ons speciale portaal.<\/p>\n                        <a href=\"https:\/\/sortedkeys.com\/contact-us\/\" class=\"contact-btn\">BEZOEK SUPPORT<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/div>\n\n    <div class=\"back-to-top\" id=\"backToTop\">\n        <i class=\"fas fa-arrow-up\"><\/i>\n    <\/div>\n<\/div>\n\n<script>\n    const backToTopButton = document.getElementById('backToTop');\n    window.addEventListener('scroll', () => { \n        if (window.pageYOffset > 300) { \n            backToTopButton.classList.add('visible'); \n        } else { \n            backToTopButton.classList.remove('visible'); \n        } \n    });\n    \n    backToTopButton.addEventListener('click', () => { \n        window.scrollTo({ top: 0, behavior: 'smooth' }); \n    });\n    \n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => { \n        anchor.addEventListener('click', function(e) { \n            e.preventDefault(); \n            const target = document.querySelector(this.getAttribute('href')); \n            if (target) { \n                window.scrollTo({ top: target.offsetTop - 100, behavior: 'smooth' }); \n            } \n        }); \n    });\n    \n    window.addEventListener('scroll', () => { \n        const sections = document.querySelectorAll('.policy-section'); \n        const navLinks = document.querySelectorAll('.nav-link'); \n        let currentSection = ''; \n        sections.forEach(section => { \n            const sectionTop = section.offsetTop; \n            if (window.scrollY >= sectionTop - 150) { \n                currentSection = section.getAttribute('id'); \n            } \n        }); \n        navLinks.forEach(link => { \n            link.classList.remove('active'); \n            if (link.getAttribute('href') === `#${currentSection}`) { \n                link.classList.add('active'); \n            } \n        }); \n    });\n    \n    const fadeElements = document.querySelectorAll('.content-section, .highlight-box, .policy-section');\n    const fadeInOnScroll = () => { \n        fadeElements.forEach(element => { \n            const elementTop = element.getBoundingClientRect().top; \n            const elementVisible = 150; \n            if (elementTop < window.innerHeight - elementVisible) { \n                element.style.opacity = \"1\"; \n                element.style.transform = \"translateY(0)\"; \n            } \n        }); \n    };\n    \n    fadeElements.forEach(element => { \n        element.style.opacity = \"0\"; \n        element.style.transform = \"translateY(20px)\"; \n        element.style.transition = \"opacity 0.6s ease, transform 0.6s ease\"; \n    });\n    \n    window.addEventListener('scroll', fadeInOnScroll); \n    window.addEventListener('load', fadeInOnScroll);\n<\/script>\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Privacybeleid &#8211; Sorted Keys LLC Privacybeleid Bij Sorted Keys LLC zetten wij ons in voor de bescherming van uw privacy<\/p>\n","protected":false},"author":40,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-20113","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Privacybeleid - Sorted Keys<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sortedkeys.com\/nl\/privacybeleid\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privacybeleid - Sorted Keys\" \/>\n<meta property=\"og:description\" content=\"Privacybeleid &#8211; Sorted Keys LLC Privacybeleid Bij Sorted Keys LLC zetten wij ons in voor de bescherming van uw privacy\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sortedkeys.com\/nl\/privacybeleid\/\" \/>\n<meta property=\"og:site_name\" content=\"Sorted Keys\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=61590337525550\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-10T01:41:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/05\/sorted-keys-logo-for-footer-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"895\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@SortedKeys\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/privacybeleid\\\/\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/privacybeleid\\\/\",\"name\":\"Privacybeleid - Sorted Keys\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#website\"},\"datePublished\":\"2025-08-03T20:57:49+00:00\",\"dateModified\":\"2026-06-10T01:41:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/privacybeleid\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/privacybeleid\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/privacybeleid\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/?page_id=20104\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privacybeleid\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#website\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/\",\"name\":\"SORTED KEYS\",\"description\":\"Sorted Keys\",\"publisher\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#organization\",\"name\":\"SORTED KEYS\",\"alternateName\":\"Sorted keys LLC\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Design-sans-titre-4.png\",\"contentUrl\":\"https:\\\/\\\/sortedkeys.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Design-sans-titre-4.png\",\"width\":1075,\"height\":611,\"caption\":\"SORTED KEYS\"},\"image\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61590337525550\",\"https:\\\/\\\/x.com\\\/SortedKeys\",\"https:\\\/\\\/www.instagram.com\\\/sorted.keys\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privacybeleid - Sorted Keys","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sortedkeys.com\/nl\/privacybeleid\/","og_locale":"nl_NL","og_type":"article","og_title":"Privacybeleid - Sorted Keys","og_description":"Privacybeleid &#8211; Sorted Keys LLC Privacybeleid Bij Sorted Keys LLC zetten wij ons in voor de bescherming van uw privacy","og_url":"https:\/\/sortedkeys.com\/nl\/privacybeleid\/","og_site_name":"Sorted Keys","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61590337525550","article_modified_time":"2026-06-10T01:41:15+00:00","og_image":[{"width":2560,"height":895,"url":"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/05\/sorted-keys-logo-for-footer-scaled.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@SortedKeys","twitter_misc":{"Geschatte leestijd":"3 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sortedkeys.com\/nl\/privacybeleid\/","url":"https:\/\/sortedkeys.com\/nl\/privacybeleid\/","name":"Privacybeleid - Sorted Keys","isPartOf":{"@id":"https:\/\/sortedkeys.com\/nl\/#website"},"datePublished":"2025-08-03T20:57:49+00:00","dateModified":"2026-06-10T01:41:15+00:00","breadcrumb":{"@id":"https:\/\/sortedkeys.com\/nl\/privacybeleid\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sortedkeys.com\/nl\/privacybeleid\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sortedkeys.com\/nl\/privacybeleid\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sortedkeys.com\/nl\/?page_id=20104"},{"@type":"ListItem","position":2,"name":"Privacybeleid"}]},{"@type":"WebSite","@id":"https:\/\/sortedkeys.com\/nl\/#website","url":"https:\/\/sortedkeys.com\/nl\/","name":"SORTED KEYS","description":"Sorted Keys","publisher":{"@id":"https:\/\/sortedkeys.com\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sortedkeys.com\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/sortedkeys.com\/nl\/#organization","name":"SORTED KEYS","alternateName":"Sorted keys LLC","url":"https:\/\/sortedkeys.com\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/sortedkeys.com\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/05\/Design-sans-titre-4.png","contentUrl":"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/05\/Design-sans-titre-4.png","width":1075,"height":611,"caption":"SORTED KEYS"},"image":{"@id":"https:\/\/sortedkeys.com\/nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61590337525550","https:\/\/x.com\/SortedKeys","https:\/\/www.instagram.com\/sorted.keys\/"]}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/pages\/20113","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/comments?post=20113"}],"version-history":[{"count":2,"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/pages\/20113\/revisions"}],"predecessor-version":[{"id":20115,"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/pages\/20113\/revisions\/20115"}],"wp:attachment":[{"href":"https:\/\/sortedkeys.com\/nl\/wp-json\/wp\/v2\/media?parent=20113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}