{"id":141,"date":"2026-01-01T14:38:39","date_gmt":"2026-01-01T13:38:39","guid":{"rendered":"https:\/\/www.actulogix.nl\/?page_id=141"},"modified":"2026-01-02T01:12:01","modified_gmt":"2026-01-02T00:12:01","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.actulogix.nl\/","title":{"rendered":""},"content":{"rendered":"\n<style>\n    \/* ALGEMENE SETUP *\/\n    .actu-wrapper {\n        font-family: 'Roboto', sans-serif;\n        width: 100vw;\n        position: relative;\n        left: 50%;\n        right: 50%;\n        margin-left: -50vw;\n        margin-right: -50vw;\n        overflow-x: hidden;\n    }\n\n    .actu-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* SECTIE 1: DE INTRO *\/\n    .actu-intro-section {\n        padding: 80px 20px;\n        text-align: center;\n        background-color: #fff;\n    }\n\n    .actu-intro-sub {\n        color: #FF8C00;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        font-size: 14px;\n        display: block;\n        margin-bottom: 15px;\n    }\n\n    .actu-intro-title {\n        color: #304557;\n        font-size: 36px;\n        font-weight: 800;\n        text-transform: uppercase;\n        margin: 0 auto 30px auto;\n        max-width: 800px;\n        line-height: 1.2;\n    }\n\n    .actu-intro-text {\n        color: #666;\n        font-size: 18px;\n        line-height: 1.8;\n        max-width: 700px;\n        margin: 0 auto;\n    }\n\n    \/* SECTIE 2: DIENSTEN GRID *\/\n    .actu-services-section {\n        background-color: #F4F6F8;\n        padding: 100px 20px;\n    }\n\n    .actu-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        max-width: 1200px;\n        margin: 0 auto;\n    }\n\n    .actu-card {\n        background: white;\n        padding: 50px 40px;\n        border-radius: 4px;\n        position: relative;\n        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        border-bottom: 4px solid transparent;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        text-decoration: none;\n    }\n\n    .actu-card:hover {\n        transform: translateY(-15px);\n        box-shadow: 0 30px 60px rgba(48, 69, 87, 0.15);\n        border-bottom: 4px solid #FF8C00;\n    }\n\n    .actu-icon {\n        font-size: 40px;\n        margin-bottom: 25px;\n        display: inline-block;\n    }\n\n    .actu-card-title {\n        color: #304557;\n        font-size: 22px;\n        font-weight: 700;\n        margin: 0 0 15px 0;\n        text-transform: uppercase;\n    }\n\n    .actu-card-desc {\n        color: #666;\n        font-size: 16px;\n        line-height: 1.6;\n        margin-bottom: 30px;\n    }\n\n    .actu-arrow {\n        color: #FF8C00;\n        font-weight: 700;\n        text-transform: uppercase;\n        font-size: 14px;\n        letter-spacing: 1px;\n        display: flex;\n        align-items: center;\n    }\n\n    .actu-arrow::after {\n        content: '\u2192';\n        margin-left: 8px;\n        transition: margin 0.3s;\n    }\n\n    .actu-card:hover .actu-arrow::after {\n        margin-left: 15px;\n    }\n\n    \/* SECTIE 3: INNOVATIE (DARK MODE) *\/\n    .actu-tech-section {\n        background-color: #304557;\n        padding: 100px 20px;\n        color: white;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .actu-tech-bg {\n        position: absolute;\n        top: 0; right: 0; bottom: 0; left: 0;\n        opacity: 0.05;\n        background-image: radial-gradient(#ffffff 1px, transparent 1px);\n        background-size: 30px 30px;\n    }\n\n    .actu-tech-grid {\n        display: flex;\n        align-items: center;\n        max-width: 1200px;\n        margin: 0 auto;\n        position: relative;\n        z-index: 2;\n        gap: 60px;\n    }\n\n    .actu-tech-content {\n        flex: 1;\n    }\n\n    \/* LINK STIJL VOOR DE TITEL *\/\n    .actu-tech-link {\n        font-size: 32px;\n        font-weight: 800;\n        text-transform: uppercase;\n        margin: 10px 0 20px 0;\n        color: #FF8C00 !important; \/* Geforceerd Oranje *\/\n        text-decoration: none;\n        display: inline-block;\n        border-bottom: 2px solid transparent;\n        transition: 0.3s;\n    }\n    \n    .actu-tech-link:hover {\n        border-bottom: 2px solid #FF8C00; \/* Lijntje eronder bij hover *\/\n        opacity: 0.9;\n    }\n\n    .actu-stat-box {\n        flex: 1;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 20px;\n    }\n\n    .actu-stat {\n        background: rgba(255,255,255,0.05);\n        padding: 30px;\n        border-left: 3px solid #FF8C00;\n    }\n\n    .actu-stat-number {\n        display: block;\n        font-size: 36px;\n        font-weight: 800;\n        color: #FF8C00;\n        margin-bottom: 5px;\n    }\n\n    .actu-stat-label {\n        font-size: 14px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        opacity: 0.8;\n    }\n\n    \/* SECTIE 4: CTA BALK *\/\n    .actu-cta-bar {\n        background: white;\n        padding: 80px 20px;\n        text-align: center;\n        border-top: 1px solid #eee;\n    }\n\n    .actu-btn {\n        display: inline-block;\n        background-color: #FF8C00;\n        color: white;\n        padding: 15px 40px;\n        font-size: 16px;\n        font-weight: 700;\n        text-transform: uppercase;\n        text-decoration: none;\n        border-radius: 4px;\n        transition: 0.3s;\n        margin-top: 20px;\n    }\n\n    .actu-btn:hover {\n        background-color: #e67e00;\n        transform: scale(1.05);\n    }\n\n    \/* MOBIEL *\/\n    @media (max-width: 900px) {\n        .actu-tech-grid { flex-direction: column; }\n        .actu-intro-title { font-size: 28px; }\n        .actu-stat-box { width: 100%; }\n        .actu-tech-link { font-size: 26px; }\n    }\n<\/style>\n\n<div class=\"actu-wrapper\">\n\n    <div class=\"actu-intro-section\">\n        <div class=\"actu-container\">\n            <span class=\"actu-intro-sub\">Next-Gen Engineering<\/span>\n            <h2 class=\"actu-intro-title\">Wij verbinden civiele techniek met intelligente automatisering<\/h2>\n            <p class=\"actu-intro-text\">\n                ActuLogix is de schakel tussen zware industrie en high-tech besturing. Van beweegbare bruggen tot complexe energiesystemen: wij zorgen dat uw infrastructuur veilig, betrouwbaar en future-proof is.\n            <\/p>\n        <\/div>\n    <\/div>\n\n    <div class=\"actu-services-section\">\n        <div class=\"actu-grid\">\n            \n            <a href=\"https:\/\/www.actulogix.nl\/index.php\/about\/\" class=\"actu-card\">\n                <div>\n                    <span class=\"actu-icon\">\ud83c\udf09<\/span>\n                    <h3 class=\"actu-card-title\">Infra &#038; Motion<\/h3>\n                    <p class=\"actu-card-desc\">Specialisten in beweegbare bruggen, sluizen en TTI. Wij ontwerpen en onderhouden de bewegingswerken die Nederland draaiende houden.<\/p>\n                <\/div>\n                <span class=\"actu-arrow\">Bekijk Expertise<\/span>\n            <\/a>\n\n            <a href=\"https:\/\/www.actulogix.nl\/index.php\/about\/\" class=\"actu-card\">\n                <div>\n                    <span class=\"actu-icon\">\u26a1<\/span>\n                    <h3 class=\"actu-card-title\">Energie &#038; Tractie<\/h3>\n                    <p class=\"actu-card-desc\">Engineering van tractiestations en energievoorziening. Wij garanderen stabiele stroomverdeling voor kritieke railinfrastructuur.<\/p>\n                <\/div>\n                <span class=\"actu-arrow\">Bekijk Expertise<\/span>\n            <\/a>\n\n            <a href=\"https:\/\/www.actulogix.nl\/index.php\/about\/\" class=\"actu-card\">\n                <div>\n                    <span class=\"actu-icon\">\ud83d\udee1\ufe0f<\/span>\n                    <h3 class=\"actu-card-title\">Machine Safety<\/h3>\n                    <p class=\"actu-card-desc\">T\u00dcV-gecertificeerde partner voor CE-markering, risicobeoordelingen (RI&#038;E) en validatie van PL\/SIL systemen.<\/p>\n                <\/div>\n                <span class=\"actu-arrow\">Bekijk Expertise<\/span>\n            <\/a>\n\n        <\/div>\n    <\/div>\n\n    <div class=\"actu-tech-section\">\n        <div class=\"actu-tech-bg\"><\/div>\n        \n        <div class=\"actu-tech-grid\">\n            <div class=\"actu-tech-content\">\n                <span style=\"color: #FF8C00; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;\">Innovatie<\/span>\n                \n                <div>\n                    <a href=\"https:\/\/www.actulogix.nl\/index.php\/contact-2\/\" class=\"actu-tech-link\">Klaar voor de toekomst<\/a>\n                <\/div>\n\n                <p style=\"color: #ccc; line-height: 1.8; font-size: 16px; margin-bottom: 30px;\">\n                    Stilstand is geen optie. Daarom integreren wij IoT, Remote Monitoring en Cybersecurity in traditionele techniek. Wij bouwen niet alleen voor vandaag, maar bereiden uw assets voor op de standaarden van morgen.\n                <\/p>\n                <ul style=\"color: white; list-style: none; padding: 0; line-height: 2;\">\n                    <li>\u2713 High-End System Integration<\/li>\n                    <li>\u2713 Cybersecurity voor OT-omgevingen<\/li>\n                    <li>\u2713 Predictive Maintenance<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"actu-stat-box\">\n                <div class=\"actu-stat\">\n                    <span class=\"actu-stat-number\">100%<\/span>\n                    <span class=\"actu-stat-label\">T\u00dcV Gecertificeerd<\/span>\n                <\/div>\n                <div class=\"actu-stat\">\n                    <span class=\"actu-stat-number\">24\/7<\/span>\n                    <span class=\"actu-stat-label\">Mission Critical<\/span>\n                <\/div>\n                <div class=\"actu-stat\">\n                    <span class=\"actu-stat-number\">SIL<\/span>\n                    <span class=\"actu-stat-label\">Safety Levels<\/span>\n                <\/div>\n                <div class=\"actu-stat\">\n                    <span class=\"actu-stat-number\">R&#038;D<\/span>\n                    <span class=\"actu-stat-label\">Focus<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"actu-cta-bar\">\n        <h2 style=\"color: #304557; text-transform: uppercase; font-weight: 800; margin-bottom: 10px;\">Uw partner in techniek<\/h2>\n        <p style=\"color: #666; font-size: 18px;\">Heeft u een uitdaging op het gebied van automatisering of veiligheid?<\/p>\n        <a href=\"https:\/\/www.actulogix.nl\/index.php\/contact-2\/\" class=\"actu-btn\">Neem Contact Op<\/a>\n    <\/div>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Next-Gen Engineering Wij verbinden civiele techniek met intelligente automatisering ActuLogix is de schakel tussen zware industrie en high-tech besturing. Van beweegbare bruggen tot complexe energiesystemen: wij zorgen dat uw infrastructuur veilig, betrouwbaar en future-proof is. \ud83c\udf09 Infra &#038; Motion Specialisten in beweegbare bruggen, sluizen en TTI. Wij ontwerpen en onderhouden de bewegingswerken die Nederland draaiende &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.actulogix.nl\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-141","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- ActuLogiX B.V. Industri\u00eble Automatisering<\/title>\n<meta name=\"description\" content=\"ActuLogix is uw partner in industri\u00eble automatisering en machineveiligheid. T\u00dcV-gecertificeerd specialist in CE-markering, PLC en engineering. Gevestigd in Utrecht.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.actulogix.nl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- ActuLogiX B.V. Industri\u00eble Automatisering\" \/>\n<meta property=\"og:description\" content=\"ActuLogix is uw partner in industri\u00eble automatisering en machineveiligheid. T\u00dcV-gecertificeerd specialist in CE-markering, PLC en engineering. Gevestigd in Utrecht.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.actulogix.nl\/\" \/>\n<meta property=\"og:site_name\" content=\"ActuLogiX B.V.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-02T00:12:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.actulogix.nl\\\/\",\"url\":\"https:\\\/\\\/www.actulogix.nl\\\/\",\"name\":\"- ActuLogiX B.V. Industri\u00eble Automatisering\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.actulogix.nl\\\/#website\"},\"datePublished\":\"2026-01-01T13:38:39+00:00\",\"dateModified\":\"2026-01-02T00:12:01+00:00\",\"description\":\"ActuLogix is uw partner in industri\u00eble automatisering en machineveiligheid. T\u00dcV-gecertificeerd specialist in CE-markering, PLC en engineering. Gevestigd in Utrecht.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.actulogix.nl\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.actulogix.nl\\\/#website\",\"url\":\"https:\\\/\\\/www.actulogix.nl\\\/\",\"name\":\"ActuLogiX B.V.\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.actulogix.nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.actulogix.nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.actulogix.nl\\\/#organization\",\"name\":\"ActuLogiX B.V.\",\"url\":\"https:\\\/\\\/www.actulogix.nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.actulogix.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.actulogix.nl\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-primary-2025-12-30-1-scaled.png\",\"contentUrl\":\"https:\\\/\\\/www.actulogix.nl\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/logo-primary-2025-12-30-1-scaled.png\",\"width\":2560,\"height\":567,\"caption\":\"ActuLogiX B.V.\"},\"image\":{\"@id\":\"https:\\\/\\\/www.actulogix.nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/actulogix\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- ActuLogiX B.V. Industri\u00eble Automatisering","description":"ActuLogix is uw partner in industri\u00eble automatisering en machineveiligheid. T\u00dcV-gecertificeerd specialist in CE-markering, PLC en engineering. Gevestigd in Utrecht.","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:\/\/www.actulogix.nl\/","og_locale":"en_US","og_type":"article","og_title":"- ActuLogiX B.V. Industri\u00eble Automatisering","og_description":"ActuLogix is uw partner in industri\u00eble automatisering en machineveiligheid. T\u00dcV-gecertificeerd specialist in CE-markering, PLC en engineering. Gevestigd in Utrecht.","og_url":"https:\/\/www.actulogix.nl\/","og_site_name":"ActuLogiX B.V.","article_modified_time":"2026-01-02T00:12:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.actulogix.nl\/","url":"https:\/\/www.actulogix.nl\/","name":"- ActuLogiX B.V. Industri\u00eble Automatisering","isPartOf":{"@id":"https:\/\/www.actulogix.nl\/#website"},"datePublished":"2026-01-01T13:38:39+00:00","dateModified":"2026-01-02T00:12:01+00:00","description":"ActuLogix is uw partner in industri\u00eble automatisering en machineveiligheid. T\u00dcV-gecertificeerd specialist in CE-markering, PLC en engineering. Gevestigd in Utrecht.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.actulogix.nl\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.actulogix.nl\/#website","url":"https:\/\/www.actulogix.nl\/","name":"ActuLogiX B.V.","description":"","publisher":{"@id":"https:\/\/www.actulogix.nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.actulogix.nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.actulogix.nl\/#organization","name":"ActuLogiX B.V.","url":"https:\/\/www.actulogix.nl\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.actulogix.nl\/#\/schema\/logo\/image\/","url":"https:\/\/www.actulogix.nl\/wp-content\/uploads\/2025\/12\/logo-primary-2025-12-30-1-scaled.png","contentUrl":"https:\/\/www.actulogix.nl\/wp-content\/uploads\/2025\/12\/logo-primary-2025-12-30-1-scaled.png","width":2560,"height":567,"caption":"ActuLogiX B.V."},"image":{"@id":"https:\/\/www.actulogix.nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/actulogix\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.actulogix.nl\/index.php\/wp-json\/wp\/v2\/pages\/141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.actulogix.nl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.actulogix.nl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.actulogix.nl\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.actulogix.nl\/index.php\/wp-json\/wp\/v2\/comments?post=141"}],"version-history":[{"count":12,"href":"https:\/\/www.actulogix.nl\/index.php\/wp-json\/wp\/v2\/pages\/141\/revisions"}],"predecessor-version":[{"id":158,"href":"https:\/\/www.actulogix.nl\/index.php\/wp-json\/wp\/v2\/pages\/141\/revisions\/158"}],"wp:attachment":[{"href":"https:\/\/www.actulogix.nl\/index.php\/wp-json\/wp\/v2\/media?parent=141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}