{"id":22561,"date":"2024-09-17T17:26:31","date_gmt":"2024-09-17T15:26:31","guid":{"rendered":"https:\/\/darksn.de\/?page_id=22561"},"modified":"2025-09-14T09:30:42","modified_gmt":"2025-09-14T09:30:42","slug":"references","status":"publish","type":"page","link":"https:\/\/darksn.de\/de\/referenzen\/","title":{"rendered":"Referenzen"},"content":{"rendered":"<div data-elementor-type=\"page\" data-elementor-id=\"22561\" class=\"elementor elementor-22561\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-efdc0f4 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"efdc0f4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-212e20c elementor-widget elementor-widget-html\" data-id=\"212e20c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" rel=\"stylesheet\">\r\n    <style>\r\n        .header-wrapper {\r\n            width: 100%;\r\n            height: 500px;\r\n            position: relative;\r\n            background: #0f172a;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .glowing-grid {\r\n            position: absolute;\r\n            width: 100%;\r\n            height: 100%;\r\n            background-image: \r\n                linear-gradient(#3b82f611 1px, transparent 1px),\r\n                linear-gradient(90deg, #3b82f611 1px, transparent 1px);\r\n            background-size: 30px 30px;\r\n            transform: perspective(500px) rotateX(60deg);\r\n            transform-origin: top;\r\n            animation: gridMove 15s linear infinite;\r\n        }\r\n\r\n        @keyframes gridMove {\r\n            0% { background-position: 0 0; }\r\n            100% { background-position: 0 30px; }\r\n        }\r\n\r\n        .glass-panel {\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n            width: 80%;\r\n            height: 200px;\r\n            backdrop-filter: blur(10px);\r\n            display: flex;\r\n            justify-content: center;\r\n            align-items: center;\r\n            z-index: 2;\r\n        }\r\n\r\n        .blue-glow {\r\n            position: absolute;\r\n            width: 300px;\r\n            height: 300px;\r\n            background: #3b82f6;\r\n            filter: blur(100px);\r\n            opacity: 0.5;\r\n            animation: moveGlow 8s ease-in-out infinite;\r\n        }\r\n\r\n        .blue-glow:nth-child(2) {\r\n            background: #64748b;\r\n            animation-delay: -4s;\r\n        }\r\n\r\n        @keyframes moveGlow {\r\n            0%, 100% { transform: translate(-50%, -50%) scale(1); }\r\n            50% { transform: translate(-30%, -30%) scale(1.5); }\r\n        }\r\n\r\n        .title {\r\n            font-family: 'Arial Black', sans-serif;\r\n            font-size: 5em;\r\n            color: #ffffff!important;\r\n            text-transform: uppercase;\r\n            margin: 0;\r\n            margin-top:100px;\r\n            position: relative;\r\n            text-shadow: 0 0 20px rgba(59, 130, 246, 0.5);\r\n        }\r\n\r\n        .animated-bars {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 50px;\r\n            display: flex;\r\n            justify-content: space-around;\r\n        }\r\n\r\n        .bar {\r\n            width: 3px;\r\n            height: 100%;\r\n            background: rgba(59, 130, 246, 0.3);\r\n            animation: barMove 1.5s ease-in-out infinite;\r\n            transform-origin: bottom;\r\n        }\r\n\r\n        @keyframes barMove {\r\n            0%, 100% { transform: scaleY(0.5); }\r\n            50% { transform: scaleY(1); }\r\n        }\r\n\r\n        .geometric-shape {\r\n            position: absolute;\r\n            border: 2px solid rgba(59, 130, 246, 0.3);\r\n            border-radius: 50%;\r\n            animation: rotate 20s linear infinite;\r\n        }\r\n\r\n        .shape1 { width: 300px; height: 300px; top: -150px; right: -150px; }\r\n        .shape2 { width: 200px; height: 200px; bottom: -100px; left: -100px; }\r\n\r\n        @keyframes rotate {\r\n            0% { transform: rotate(0deg); }\r\n            100% { transform: rotate(360deg); }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"header-wrapper\">\r\n        <div class=\"glowing-grid\"><\/div>\r\n        <div class=\"blue-glow\"><\/div>\r\n        <div class=\"blue-glow\"><\/div>\r\n        <div class=\"geometric-shape shape1\"><\/div>\r\n        <div class=\"geometric-shape shape2\"><\/div>\r\n        \r\n        <div class=\"animated-bars\">\r\n            <div class=\"bar\" style=\"animation-delay: 0.1s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 0.2s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 0.3s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 0.4s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 0.5s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 0.6s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 0.7s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 0.8s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 0.9s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 1.0s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 1.1s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 1.2s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 1.3s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 1.4s\"><\/div>\r\n            <div class=\"bar\" style=\"animation-delay: 1.5s\"><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"glass-panel\">\r\n            <h1 class=\"title\">REFERENZEN<\/h1>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        document.addEventListener('mousemove', (e) => {\r\n            const mouseX = e.clientX \/ window.innerWidth - 0.5;\r\n            const mouseY = e.clientY \/ window.innerHeight - 0.5;\r\n            const title = document.querySelector('.title');\r\n            const glowingGrid = document.querySelector('.glowing-grid');\r\n            \r\n            title.style.transform = `translate(${mouseX * 20}px, ${mouseY * 20}px)`;\r\n            glowingGrid.style.transform = `perspective(500px) rotateX(60deg) translate(${mouseX * 40}px, ${mouseY * 40}px)`;\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-301ebad6 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"301ebad6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72dffea5\" data-id=\"72dffea5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e3468fa elementor-widget elementor-widget-heading\" data-id=\"4e3468fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Unsere Arbeit: Ideen in die Realit\u00e4t umsetzen\n<\/h3>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-37d395c e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"37d395c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ff9a64d elementor-widget elementor-widget-html\" data-id=\"ff9a64d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!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>Aktualisiertes Portfolio-Layout mit Paginierung<\/title>\n    <style>\n        .portfolio-section {\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    right: 50%;\n    margin-left: -50vw;\n    margin-right: -50vw;\n    padding: 30px;\n    box-sizing: border-box;\n    background-color: #f8f8f8;\n}\n.grid-container {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px;\n    max-width: calc(100% - 200px);\n    margin: 0 auto;\n}\n.grid-item {\n    display: flex;\n    flex-direction: column;\n    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    background-color: #fff;\n    overflow: hidden;\n    position: relative;\n}\n.grid-item:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);\n}\n.grid-item-image {\n    position: relative;\n    aspect-ratio: 16 \/ 9;\n    overflow: hidden;\n}\n.grid-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.3s ease;\n}\n.grid-item:hover img {\n    transform: scale(1.1);\n}\n.grid-item-content {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    padding: 20px;\n    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);\n    color: #fff;\n    transition: opacity 0.3s ease;\n}\n.grid-item:hover .grid-item-content {\n    opacity: 1;\n}\n.grid-item h2 {\n    margin: 0;\n    color: white !important;\n    font-size: 1.7em;\n    font-weight: 600;\n    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);\n}\n.grid-item a {\n    color: white;\n    text-decoration: none;\n    transition: color 0.3s ease;\n}\n.grid-item a:hover {\n    color: #ff6b6b;\n}\n.pagination {\n    display: flex;\n    justify-content: center;\n    margin-top: 40px;\n}\n.pagination button {\n    margin: 0 5px;\n    padding: 10px 15px;\n    background-color: #fff;\n    border: 2px solid #ff6b6b;\n   \n    color: #ff6b6b;\n    font-weight: bold;\n    cursor: pointer;\n    transition: all 0.3s ease;\n}\n.pagination button:hover {\n    background-color: #ff6b6b;\n    color: white;\n}\n.pagination button.active {\n    background-color: #ff6b6b!important;\n    color: white;\n    box-shadow: 0 2px 8px rgba(255, 107, 107, 0.4);\n}\n@media (max-width: 768px) {\n    .grid-container {\n        grid-template-columns: 1fr;\n    }\n    .portfolio-section {\n        padding: 20px;\n    }\n    .grid-container {\n        gap: 20px;\n        max-width: calc(100% - 40px);\n    }\n    .pagination button {\n        padding: 8px 12px;\n        font-size: 14px;\n    }\n}\n        .pagination button.active {\n            background-color: #007bff;\n            color: white;\n        }\n        @media (max-width: 768px) {\n            .grid-container {\n                grid-template-columns: 1fr;\n            }\n            .portfolio-section {\n                padding: 20px;\n            }\n            .grid-container {\n                gap: 20px;\n                max-width: calc(100% - 40px);\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"portfolio-section\">\n        <div class=\"grid-container\" id=\"portfolio-grid\"><\/div>\n        <div class=\"pagination\" id=\"pagination\"><\/div>\n    <\/section>\n\n    <script>\n        const portfolioItems = [\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2025\/07\/references-sayafi-icin-1.jpg\", title: \"Praxis Dr. Baumg\u00e4rtel\", link: \"https:\/\/praxisdrbaumgaertel.de\/\"},\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/luxsplex-print.png\", title: \"Luxsplex\", link: \"https:\/\/luxsplex.de\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/vitalhane-print.png\", title: \"VitalHane\", link: \"https:\/\/vitalhane.de\" },\n                        { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/klm-zentrum.png\", title: \"KLM Zentrum GMBH\", link: \"https:\/\/klm-zentrum.de\/\"},\n\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2025\/06\/denk-elektro-1.png\", title: \"DENK Elektro GmbH\", link: \"https:\/\/denk-elektro.de\"},            \n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2025\/06\/Website-Mockups-elektrotechnik-sk-1.png\", title: \"Elektrotechnik SK\", link: \"https:\/\/elektrotechnik-sk.com\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/shc.png\", title: \"Sauer Human Capital GmbH\", link: \"https:\/\/shc-personal.de\/\"},\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2025\/09\/dynamische-motors.png\", title: \"Dynasty Motors GMBH\", link: \"https:\/\/dynasty-motors.de\/\"},\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2025\/09\/Fruchtmeister.png\", title: \"Fruchtmeister\", link: \"https:\/\/fruchtmeister.de\/\"},\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/RH-GEBAUTECHNIK.png\", title: \"RH Rohrbau und Geb\u00e4udetechnik GmbH\",link:\"https:\/\/rh-gebaeudetechnik.com\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/BAU.png\", title: \"Alt Projektbau GmbH\", link: \"https:\/\/alt-projektbau.de\/\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/xfactor.png\", title: \"xFactor Trade GmbH\", link: \"https:\/\/xfactor-gmbh.de\/\"},\n           \n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/top-profi-bau.png\", title: \"Top Profi Projektbau Group GmbH\", link: \"https:\/\/top-profi-projekt-bau-group.com\/\"},\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/hausetechnik.png\", title: \" Haustechnik SK GmbH\", link:\"https:\/\/haustechnik-sk.com\/\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/fallin01.png\", title: \"Fallin\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/trust-vehicle-69.png\", title: \"Trust Vehicle 69 GmbH\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/autoarena-vs.png\", title: \"AutoArena Bad D\u00fcrrheim\", link: \"https:\/\/autoarena-vs.de\"  },\n\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/ganussfabrik.png\", title: \"Genussfabrik-Online\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/pollyrubber.png\", title: \"Polyrubber Technology\", link: \"https:\/\/polyrubber.de\/\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/gurtes.png\", title: \"G\u00fcrtes Ltd Company\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/klm-zentrum-1-1.png\", title: \"klm\", link: \"https:\/\/klm-zentrum.de\/\"},\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/Instagram-Mockups.png\", title: \"luxsplex\", link: \"https:\/\/luxsplex.de\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/vitalhane-print.png\", title: \"vitalhane\", link: \"https:\/\/vitalhane.de\" },\n            { img: \"https:\/\/darksn.de\/wp-content\/uploads\/2024\/11\/karaoglu-kaucuk.png\", title: \"Karao\u011flu Kau\u00e7uk\" },\n            \n        ];\n\n        const itemsPerPage = 8;\n        let currentPage = 1;\n\n        function displayItems(page) {\n            const grid = document.getElementById('portfolio-grid');\n            grid.innerHTML = '';\n            const startIndex = (page - 1) * itemsPerPage;\n            const endIndex = startIndex + itemsPerPage;\n            const pageItems = portfolioItems.slice(startIndex, endIndex);\n\n            pageItems.forEach(item => {\n                const gridItem = document.createElement('div');\n                gridItem.className = 'grid-item';\n                \n                if (item.link) {\n                    gridItem.style.cursor = 'pointer';\n                    gridItem.addEventListener('click', () => {\n                        window.open(item.link, '_blank');\n                    });\n                }\n                \n                gridItem.innerHTML = `\n                    <div class=\"grid-item-image\">\n                        <img decoding=\"async\" src=\"${item.img}\" alt=\"${item.title}\">\n                    <\/div>\n                    <div class=\"grid-item-content\">\n                        <h2>${item.link ? `<a href=\"${item.link}\" target=\"_blank\">${item.title}<\/a>` : item.title}<\/h2>\n                    <\/div>\n                `;\n                grid.appendChild(gridItem);\n            });\n        }\n\n        function setupPagination() {\n            const pageCount = Math.ceil(portfolioItems.length \/ itemsPerPage);\n            const paginationElement = document.getElementById('pagination');\n            paginationElement.innerHTML = '';\n\n            for (let i = 1; i <= pageCount; i++) {\n                const button = document.createElement('button');\n                button.innerText = i;\n                button.addEventListener('click', () => {\n                    currentPage = i;\n                    displayItems(currentPage);\n                    updatePaginationButtons();\n                });\n                paginationElement.appendChild(button);\n            }\n        }\n\n        function updatePaginationButtons() {\n            const buttons = document.querySelectorAll('.pagination button');\n            buttons.forEach((button, index) => {\n                if (index + 1 === currentPage) {\n                    button.classList.add('active');\n                } else {\n                    button.classList.remove('active');\n                }\n            });\n        }\n\n        \/\/ Initial setup\n        displayItems(currentPage);\n        setupPagination();\n        updatePaginationButtons();\n    <\/script>\n<\/body>\n<\/html>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-92e8bcc elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"92e8bcc\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-93a291c\" data-id=\"93a291c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e684f1 elementor-widget elementor-widget-heading\" data-id=\"1e684f1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sehen Sie, was wir f\u00fcr Sie tun k\u00f6nnen\n<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-300f726 elementor-widget elementor-widget-text-editor\" data-id=\"300f726\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"flex max-w-full flex-col flex-grow\"><div class=\"min-h-[20px] text-message flex w-full flex-col items-end gap-2 break-words [.text-message+&amp;]:mt-5 overflow-x-auto whitespace-normal\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"ed60439c-9852-4c4e-abbe-701437b7f764\"><div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[3px]\"><div class=\"markdown prose w-full break-words dark:prose-invert dark\"><p>Entdecken Sie, wie Darksn Ihr Unternehmen mit innovativen L\u00f6sungen und messbaren Ergebnissen ver\u00e4ndern kann.<\/p><p>\u00a0<\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d69093 elementor-widget__width-inherit elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3d69093\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/darksn.de\/de\/kontakt\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Kontakt<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>REFERENCES Our Work: Transforming Ideas into Reality Updated Portfolio Layout with Pagination See What We Can Do for You Discover how Darksn can help transform your business with innovative solutions and measurable results. \u00a0 Contact Us<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"coauthors":[],"class_list":["post-22561","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/pages\/22561","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/comments?post=22561"}],"version-history":[{"count":44,"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/pages\/22561\/revisions"}],"predecessor-version":[{"id":30767,"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/pages\/22561\/revisions\/30767"}],"wp:attachment":[{"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/media?parent=22561"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/darksn.de\/de\/wp-json\/wp\/v2\/coauthors?post=22561"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}