{"id":20775,"date":"2025-08-03T20:57:49","date_gmt":"2025-08-03T20:57:49","guid":{"rendered":"https:\/\/sortedkeys.com\/?page_id=20775"},"modified":"2026-07-15T15:49:16","modified_gmt":"2026-07-15T15:49:16","slug":"privatlivspolitik","status":"publish","type":"page","link":"https:\/\/sortedkeys.com\/da\/privatlivspolitik\/","title":{"rendered":"Privatlivspolitik"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Privatlivspolitik &#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&amp;family=Montserrat:wght@700;800&amp;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<div id=\"sortedkeys-privacy-page\">\n    <section class=\"hero\">\n        <div class=\"page-content-wrapper\">\n            <h1>Privatlivspolitik<\/h1>\n            <p>Hos Sorted Keys LLC er vi forpligtede til at beskytte dit privatliv og sikre den absolutte sikkerhed af dine personlige oplysninger.<\/p>\n            <div class=\"privacy-badge\">\n                <i class=\"fas fa-lock\"><\/i> GDPR-KOMPATIBEL\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <div class=\"page-content-wrapper\">\n        <section class=\"content-section\">\n            <h2 class=\"section-title\">Vores forpligtelse til privatliv<\/h2>\n            \n            <div class=\"page-nav\">\n                <a href=\"#who-we-are\" class=\"nav-link\">Hvem vi er<\/a>\n                <a href=\"#data-collection\" class=\"nav-link\">Dataindsamling<\/a>\n                <a href=\"#data-sharing\" class=\"nav-link\">Datadeling<\/a>\n                <a href=\"#data-retention\" class=\"nav-link\">Dataopbevaring<\/a>\n                <a href=\"#gdpr-compliance\" class=\"nav-link\">GDPR-overholdelse<\/a>\n                <a href=\"#your-rights\" class=\"nav-link\">Dine rettigheder<\/a>\n                <a href=\"#contact\" class=\"nav-link\">Kontakt os<\/a>\n            <\/div>\n            \n            <div class=\"highlight-box\">\n                <h3><i class=\"fas fa-shield-alt\"><\/i> Dit privatliv betyder noget<\/h3>\n                <p>Vi s\u00e6lger aldrig dine personlige oplysninger til tredjeparter og implementerer sikkerhedsforanstaltninger af branchestandard for at beskytte dine data. Vores forpligtelse til dit privatliv er kernen i vores tekniske infrastruktur.<\/p>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"who-we-are\">\n                <h3>Hvem vi er<\/h3>\n                <p><strong>Sorted Keys LLC<\/strong> (&#8220;os&#8221;, &#8220;vi&#8221;, eller &#8220;vores&#8221;) driver <strong>sortedkeys.com<\/strong> hjemmesiden (&#8220;Tjenesten&#8221;).<\/p>\n                <p>Denne side informerer dig om vores politikker vedr\u00f8rende indsamling, brug og videregivelse af personlige oplysninger, n\u00e5r du bruger vores Tjeneste.<\/p>\n                <p>Vi vil ikke bruge eller dele dine oplysninger med nogen, undtagen som beskrevet i denne Privatlivspolitik.<\/p>\n                <p>Vi bruger dine personlige oplysninger til at levere og forbedre Tjenesten. Ved at bruge Tjenesten accepterer du indsamling og brug af oplysninger i overensstemmelse med denne politik.<\/p>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"data-collection\">\n                <h3>Hvilke personoplysninger vi indsamler<\/h3>\n                \n                <div class=\"sub-section\">\n                    <h4><i class=\"fas fa-credit-card\"><\/i> Betalingsbehandling<\/h4>\n                    <p>Vi bruger tredjeparts betalingsprocessorer til at h\u00e5ndtere transaktioner sikkert. Vi gemmer eller indsamler ikke dine betalingskortoplysninger. Disse oplysninger gives direkte til vores tredjeparts betalingsprocessorer, hvis brug af dine personlige oplysninger er underlagt deres Privatlivspolitik.<\/p>\n                <\/div>\n\n                <div class=\"sub-section\">\n                    <h4><i class=\"fas fa-envelope\"><\/i> Kontakt- og kontoformularer<\/h4>\n                    <p>N\u00e5r du kontakter os eller foretager et softwarek\u00f8b, kan vi indsamle:<\/p>\n                    <ul>\n                        <li>Navn og e-mailadresse<\/li>\n                        <li>Telefonnummer<\/li>\n                        <li>Faktureringsadresse<\/li>\n                        <li>Enhver teknisk infrastrukturinformation, du frivilligt giver<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"sub-section\">\n                    <h4><i class=\"fas fa-cookie-bite\"><\/i> Systemcookies<\/h4>\n                    <p>Vi bruger cookies til at forbedre din B2B-k\u00f8bsoplevelse:<\/p>\n                    <ul>\n                        <li><strong>Funktionelle cookies:<\/strong> Vigtige for sikker hjemmesidefunktionalitet og indk\u00f8bskurvshandlinger.<\/li>\n                        <li><strong>Analytiske cookies:<\/strong> Forst\u00e5 bes\u00f8gendes interaktioner for at forbedre vores tekniske portal.<\/li>\n                        <li><strong>Pr\u00e6ferencecookies:<\/strong> Husk dine konto- og sprogindstillinger.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"data-sharing\">\n                <h3>Hvem vi deler dine data med<\/h3>\n                <p>Vi respekterer dit privatliv og deler ikke dine personoplysninger med tredjeparter, undtagen under strengt kontrollerede omst\u00e6ndigheder:<\/p>\n                <ul>\n                    <li>Med betalingsprocessorer for at lette dit softwarek\u00f8b.<\/li>\n                    <li>Med autoriserede Microsoft-licenspartnere (kun n\u00e5r det kr\u00e6ves til specifik softwaredistribution).<\/li>\n                    <li>Med tjenesteudbydere, der assisterer vores it-drift (under strenge fortrolighedsaftaler).<\/li>\n                    <li>N\u00e5r det kr\u00e6ves af loven eller for at beskytte vores juridiske rettigheder.<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"data-retention\">\n                <h3>Hvor l\u00e6nge vi opbevarer dine data<\/h3>\n                <p>Vi opbevarer kun personoplysninger s\u00e5 l\u00e6nge det er n\u00f8dvendigt for at opfylde vores operationelle form\u00e5l:<\/p>\n                <ul>\n                    <li><strong>Ordreinformation:<\/strong> Opbevares for skatte- og regnskabsoverholdelse.<\/li>\n                    <li><strong>Registrerede brugeroplysninger:<\/strong> Vedligeholdes sikkert, mens din konto forbliver aktiv.<\/li>\n                    <li><strong>Supportanmodninger:<\/strong> Opbevares for historiske tekniske supportlogfiler.<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"gdpr-compliance\">\n                <h3>Cookies og GDPR-overholdelse<\/h3>\n                <p>Vores hjemmeside bruger cookies til at forbedre din browseroplevelse, analysere sidetrafik og tilpasse markedsf\u00f8ringsindhold. I overensstemmelse med EU&#8217;s generelle forordning om databeskyttelse (GDPR) opererer vi p\u00e5 et strengt &#8220;Eksplicit Samtykke&#8221;-grundlag. Dette betyder, at ingen ikke-essentielle cookies (s\u00e5som analyser eller markedsf\u00f8ringssporere) vil blive indl\u00e6st p\u00e5 din enhed, f\u00f8r du aktivt klikker p\u00e5 &#8220;Accepter&#8221; p\u00e5 vores cookie-banner.<\/p>\n                \n                <div class=\"sub-section\">\n                    <h4><i class=\"fas fa-user-shield\"><\/i> Dine cookierettigheder<\/h4>\n                    <p>Du har ret til at tr\u00e6kke dit cookie-samtykke tilbage eller \u00e6ndre det til enhver tid. Du kan nemt g\u00f8re dette ved at klikke p\u00e5 det flydende &#8220;Gense Samtykke&#8221;-ikon placeret nederst p\u00e5 vores hjemmeside for at gen\u00e5bne cookie-banneret og opdatere dine pr\u00e6ferencer.<\/p>\n                <\/div>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"your-rights\">\n                <h3>Dine databeskyttelsesrettigheder<\/h3>\n                <p>Du opretholder fulde rettigheder vedr\u00f8rende dine personoplysninger:<\/p>\n                <ul>\n                    <li><strong>Adgang:<\/strong> Anmod om kopier af dine data.<\/li>\n                    <li><strong>Berigtigelse:<\/strong> Ret un\u00f8jagtige oplysninger.<\/li>\n                    <li><strong>Sletning:<\/strong> Anmod om sletning af dine data fra vores servere.<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"policy-section\" id=\"contact\">\n                <h3>Kontakt os om privatliv<\/h3>\n                <p><strong>Sorted Keys LLC<\/strong><br>\n                1209 Mountain Road PL NE, Suite N<br>\n                Albuquerque, NM 87110<br>\n                Telefon: +1 (575) 217-1648<\/p>\n                <p>Hvis du har sp\u00f8rgsm\u00e5l om denne Privatlivspolitik eller \u00f8nsker at ud\u00f8ve dine datarettigheder, bedes du kontakte vores supportteam ved hj\u00e6lp af en af nedenst\u00e5ende metoder:<\/p>\n                \n                <div class=\"contact-buttons\">\n                    <div class=\"contact-card\">\n                        <i class=\"fas fa-envelope-open-text\"><\/i>\n                        <h4>Send os en e-mail<\/h4>\n                        <p>Send en direkte besked til vores privatlivsteam.<\/p>\n                        <a href=\"mailto:solutions@sortedkeys.com\" class=\"contact-btn\">SEND E-MAIL<\/a> \n                    <\/div>\n                    \n                    <div class=\"contact-card\">\n                        <i class=\"fas fa-headset\"><\/i>\n                        <h4>Supportcenter<\/h4>\n                        <p>F\u00e5 hj\u00e6lp gennem vores dedikerede portal.<\/p>\n                        <a href=\"https:\/\/sortedkeys.com\/da\/contact-us\/\" class=\"contact-btn\">BES\u00d8G 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\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Privatlivspolitik &#8211; Sorted Keys LLC Privatlivspolitik Hos Sorted Keys LLC er vi forpligtede til at beskytte dit privatliv og sikre<\/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-20775","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Privatlivspolitik - Sorted Keys LLC<\/title>\n<meta name=\"description\" content=\"Hos Sorted Keys LLC er vi forpligtede til at beskytte dit privatliv og sikre den absolutte sikkerhed af dine personlige oplysninger. L\u00e6s vores GDPR-kompatible privatlivspolitik her.\" \/>\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\/da\/privatlivspolitik\/\" \/>\n<meta property=\"og:locale\" content=\"da_DK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Privatlivspolitik - Sorted Keys LLC\" \/>\n<meta property=\"og:description\" content=\"Hos Sorted Keys LLC er vi forpligtede til at beskytte dit privatliv og sikre den absolutte sikkerhed af dine personlige oplysninger. L\u00e6s vores GDPR-kompatible privatlivspolitik her.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sortedkeys.com\/da\/privatlivspolitik\/\" \/>\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-07-15T15:49:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/06\/windows-10-end-of-support-migration-to-windows-11-pro-scaled.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1396\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@SortedKeys\" \/>\n<meta name=\"twitter:label1\" content=\"Estimeret l\u00e6setid\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/privatlivspolitik\\\/\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/privatlivspolitik\\\/\",\"name\":\"Privatlivspolitik - Sorted Keys LLC\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#website\"},\"datePublished\":\"2025-08-03T20:57:49+00:00\",\"dateModified\":\"2026-07-15T15:49:16+00:00\",\"description\":\"Hos Sorted Keys LLC er vi forpligtede til at beskytte dit privatliv og sikre den absolutte sikkerhed af dine personlige oplysninger. L\u00e6s vores GDPR-kompatible privatlivspolitik her.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/privatlivspolitik\\\/#breadcrumb\"},\"inLanguage\":\"da-DK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sortedkeys.com\\\/da\\\/privatlivspolitik\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/privatlivspolitik\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Privatlivspolitik\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#website\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/\",\"name\":\"SORTED KEYS\",\"description\":\"Sorted Keys\",\"publisher\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"da-DK\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#organization\",\"name\":\"Sorted keys LLC\",\"alternateName\":\"Sorted keys LLC\",\"url\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"da-DK\",\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#\\\/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 LLC\"},\"image\":{\"@id\":\"https:\\\/\\\/sortedkeys.com\\\/da\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=61590337525550\",\"https:\\\/\\\/x.com\\\/SortedKeys\",\"https:\\\/\\\/www.instagram.com\\\/sorted.keys\\\/\",\"https:\\\/\\\/www.facebook.com\\\/people\\\/Sorted-Keys-LLC\\\/61590337525550\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/SORTEDKEYS\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/sorted-keys-llc\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Privatlivspolitik - Sorted Keys LLC","description":"Hos Sorted Keys LLC er vi forpligtede til at beskytte dit privatliv og sikre den absolutte sikkerhed af dine personlige oplysninger. L\u00e6s vores GDPR-kompatible privatlivspolitik her.","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\/da\/privatlivspolitik\/","og_locale":"da_DK","og_type":"article","og_title":"Privatlivspolitik - Sorted Keys LLC","og_description":"Hos Sorted Keys LLC er vi forpligtede til at beskytte dit privatliv og sikre den absolutte sikkerhed af dine personlige oplysninger. L\u00e6s vores GDPR-kompatible privatlivspolitik her.","og_url":"https:\/\/sortedkeys.com\/da\/privatlivspolitik\/","og_site_name":"Sorted Keys","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=61590337525550","article_modified_time":"2026-07-15T15:49:16+00:00","og_image":[{"width":2560,"height":1396,"url":"https:\/\/sortedkeys.com\/wp-content\/uploads\/2026\/06\/windows-10-end-of-support-migration-to-windows-11-pro-scaled.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@SortedKeys","twitter_misc":{"Estimeret l\u00e6setid":"3 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sortedkeys.com\/da\/privatlivspolitik\/","url":"https:\/\/sortedkeys.com\/da\/privatlivspolitik\/","name":"Privatlivspolitik - Sorted Keys LLC","isPartOf":{"@id":"https:\/\/sortedkeys.com\/da\/#website"},"datePublished":"2025-08-03T20:57:49+00:00","dateModified":"2026-07-15T15:49:16+00:00","description":"Hos Sorted Keys LLC er vi forpligtede til at beskytte dit privatliv og sikre den absolutte sikkerhed af dine personlige oplysninger. L\u00e6s vores GDPR-kompatible privatlivspolitik her.","breadcrumb":{"@id":"https:\/\/sortedkeys.com\/da\/privatlivspolitik\/#breadcrumb"},"inLanguage":"da-DK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sortedkeys.com\/da\/privatlivspolitik\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sortedkeys.com\/da\/privatlivspolitik\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/sortedkeys.com\/da\/"},{"@type":"ListItem","position":2,"name":"Privatlivspolitik"}]},{"@type":"WebSite","@id":"https:\/\/sortedkeys.com\/da\/#website","url":"https:\/\/sortedkeys.com\/da\/","name":"SORTED KEYS","description":"Sorted Keys","publisher":{"@id":"https:\/\/sortedkeys.com\/da\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sortedkeys.com\/da\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"da-DK"},{"@type":"Organization","@id":"https:\/\/sortedkeys.com\/da\/#organization","name":"Sorted keys LLC","alternateName":"Sorted keys LLC","url":"https:\/\/sortedkeys.com\/da\/","logo":{"@type":"ImageObject","inLanguage":"da-DK","@id":"https:\/\/sortedkeys.com\/da\/#\/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 LLC"},"image":{"@id":"https:\/\/sortedkeys.com\/da\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=61590337525550","https:\/\/x.com\/SortedKeys","https:\/\/www.instagram.com\/sorted.keys\/","https:\/\/www.facebook.com\/people\/Sorted-Keys-LLC\/61590337525550\/","https:\/\/www.pinterest.com\/SORTEDKEYS\/","https:\/\/www.linkedin.com\/company\/sorted-keys-llc\/"]}]}},"_links":{"self":[{"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/pages\/20775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/comments?post=20775"}],"version-history":[{"count":1,"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/pages\/20775\/revisions"}],"predecessor-version":[{"id":20776,"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/pages\/20775\/revisions\/20776"}],"wp:attachment":[{"href":"https:\/\/sortedkeys.com\/da\/wp-json\/wp\/v2\/media?parent=20775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}