{"id":549,"date":"2023-10-05T11:17:01","date_gmt":"2023-10-05T09:17:01","guid":{"rendered":"https:\/\/test.aci-laser.com\/?page_id=549"},"modified":"2025-08-20T10:51:51","modified_gmt":"2025-08-20T08:51:51","slug":"software","status":"publish","type":"page","link":"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/","title":{"rendered":"Software &#8211; DE"},"content":{"rendered":"<section id=\"\" class=\"titelbild-section titelbild-block-id-6a0bf5bc7c576 \">\r\n                <div class=\"col-12 col-lg-12\">\r\n                    <div class=\"full-bild\"><img loading=\"lazy\" decoding=\"async\" width=\"1917\" height=\"780\" src=\"\/wp-content\/uploads\/2025\/08\/Titelslider_ACI_Lasersoftware.webp\" class=\"img-fluid\" alt=\"Auswahl an Plugins f\u00fcr die Lasersoftware Magic Mark von ACI\" srcset=\"\/wp-content\/uploads\/2025\/08\/Titelslider_ACI_Lasersoftware.webp 1917w, \/wp-content\/uploads\/2025\/08\/Titelslider_ACI_Lasersoftware-300x122.webp 300w, \/wp-content\/uploads\/2025\/08\/Titelslider_ACI_Lasersoftware-1024x417.webp 1024w, \/wp-content\/uploads\/2025\/08\/Titelslider_ACI_Lasersoftware-768x312.webp 768w, \/wp-content\/uploads\/2025\/08\/Titelslider_ACI_Lasersoftware-1536x625.webp 1536w\" sizes=\"auto, (max-width: 1917px) 100vw, 1917px\" \/><\/div>\r\n                    <div class=\"bild-title container\">\r\n                        <p class=\"sub-headline mb-0\">Effizient und intuitiv<\/p>\r\n                        <h1 class=\"headline m-0\">Lasersoftware<\/h1>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/section>\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<section id=\"left\" class=\"text-bild-block text-bild-block-id-6a0bf5bc7c8b5 left\">                \r\n                    <div class=\"container\">                        \r\n                        <div class=\"row\">                                        \r\n                            <div class=\"col\">\r\n                                <p class=\"wt-subheadline  left left\">Anwendungsorientierte L\u00f6sungen<\/p>\r\n                            <\/div>                                        \r\n                        <\/div>                        \r\n                        <div class=\"row\">                                        \r\n                        <div class=\"col\">\r\n                                <h2 class=\"textBlock-headline left left\">Software f\u00fcr die Lasermaterialbearbeitung<\/h2>\r\n                        <\/div>                                        \r\n                    <\/div>                        \r\n                        <div class=\"row text\">\r\n                        <div class=\"col\">\r\n                            <div class=\"textBlock-text\">\r\n                                \n<p class=\"wp-block-wt-text-bild-block left\">Lasersoftware ist eine leistungsstarke Anwendung, die zur Lasermarkierung, Laserbeschriftung sowie zum Lasergravieren, Lasertrimmen und Laserschneiden eingesetzt wird. Die Software erm\u00f6glicht pr\u00e4zise und dauerhafte Lasermarkierungen, Beschriftungen, Gravuren und Schnitte auf einer Vielzahl von Oberfl\u00e4chen wie Metallen, Kunststoffen oder Glas.<\/p>\n\r\n                            <\/div>\r\n                        <\/div>                                        \r\n                    <\/div>                        \r\n                    <\/div>                                \r\n            <\/section><style>#left{scroll-margin-top:120px;}.text-bild-block-id-6a0bf5bc7c8b5 .textBlock-headline{scroll-margin-top:120px;}@media(max-width:991px){#left{scroll-margin-top:80px;}.text-bild-block-id-6a0bf5bc7c8b5 .textBlock-headline{scroll-margin-top:80px;}}<\/style><script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n    var target_id = \"left\";\r\n    window.wt_hash_scroll_bound = window.wt_hash_scroll_bound || {};\r\n    if (window.wt_hash_scroll_bound[target_id]) {\r\n        return;\r\n    }\r\n    window.wt_hash_scroll_bound[target_id] = true;\r\n    var resolve_header_offset = function () {\r\n        var selectors = [\"header.fixed-top\", \".sticky-top\", \"header.sticky\", \".site-header.sticky\", \"header\"];\r\n        var header_height = 0;\r\n        selectors.forEach(function (selector) {\r\n            var element = document.querySelector(selector);\r\n            if (!element) return;\r\n            var position = window.getComputedStyle(element).position;\r\n            if (position !== \"fixed\" && position !== \"sticky\") return;\r\n            var rect = element.getBoundingClientRect();\r\n            if (rect.height <= 0 || rect.height > 220) return;\r\n            if (rect.bottom <= 0 || rect.top > 120) return;\r\n            header_height = Math.max(header_height, rect.height);\r\n        });\r\n        if (header_height === 0) {\r\n            header_height = window.innerWidth <= 991 ? 80 : 230;\r\n        }\r\n        return header_height + (window.innerWidth <= 991 ? 16 : 18);\r\n    };\r\n    var scroll_to_hash_target = function () {\r\n        if (window.location.hash !== \"#\" + target_id) {\r\n            return;\r\n        }\r\n        var target_element = document.getElementById(target_id);\r\n        var target_nodes = document.querySelectorAll(\"#\" + target_id);\r\n        if (target_nodes.length > 1) {\r\n            target_element = target_nodes[target_nodes.length - 1];\r\n        }\r\n        if (!target_element) {\r\n            return;\r\n        }\r\n        var headline_target = target_element.querySelector(\".textBlock-headline\");\r\n        if (headline_target) {\r\n            target_element = headline_target;\r\n        }\r\n        var target_top = target_element.getBoundingClientRect().top + window.pageYOffset - resolve_header_offset();\r\n        window.scrollTo({\r\n            top: Math.max(target_top, 0),\r\n            behavior: \"auto\"\r\n        });\r\n    };\r\n    scroll_to_hash_target();\r\n    window.addEventListener(\"load\", scroll_to_hash_target);\r\n    window.addEventListener(\"hashchange\", scroll_to_hash_target);\r\n});\r\n<\/script>\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n            \r\n        <section id=\"button-block-6a0bf5bc7c9a0\" class=\"button-block button-block-id-6a0bf5bc7c9a0 \">             \r\n            <div class=\"container\">\r\n                <div class=\"button-wrapper\">\r\n                    <div class=\"row\">\r\n                        <div class=\"content\">\r\n                            <a href=\"\/de\/kontakt\/vertrieb-deutschland\/%20\" class=\"dynamic-button\" data-href=\"\/de\/kontakt\/vertrieb-deutschland\/%20\" data-target=\"\"  ><div class=\"wt-btn-petrol \"><span>Beratung anfragen<\/span><\/div><\/a>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>                            \r\n            <\/div>                                  \r\n        <\/section><script>\r\n            document.addEventListener(\"DOMContentLoaded\", function () {\r\n                function getHeaderOffset() {\r\n                    var selectors = [\"header.fixed-top\", \".sticky-top\", \"header.sticky\", \".site-header.sticky\", \"header\"];\r\n                    var header_height = 0;\r\n                    selectors.forEach(function (selector) {\r\n                        var element = document.querySelector(selector);\r\n                        if (!element) return;\r\n                        var position = window.getComputedStyle(element).position;\r\n                        if (position !== \"fixed\" && position !== \"sticky\") return;\r\n                        var rect = element.getBoundingClientRect();\r\n                        if (rect.height <= 0 || rect.height > 220) return;\r\n                        if (rect.bottom <= 0 || rect.top > 120) return;\r\n                        header_height = Math.max(header_height, rect.height);\r\n                    });\r\n                    if (header_height === 0) {\r\n                        header_height = window.innerWidth <= 991 ? 80 : 230;\r\n                    }\r\n                    return header_height + (window.innerWidth <= 991 ? 16 : 18);\r\n                }\r\n                const scrollToTarget = (targetId) => {\r\n                    if (!targetId) return;\r\n                    let el = document.getElementById(targetId);\r\n                    const targetNodes = document.querySelectorAll(\"#\" + targetId);\r\n                    if (targetNodes.length > 1) {\r\n                        el = targetNodes[targetNodes.length - 1];\r\n                    }\r\n                    if (!el) return;\r\n                    const headline = el.querySelector(\".textBlock-headline\");\r\n                    if (headline) el = headline;\r\n                    const rect = el.getBoundingClientRect();\r\n                    let top = rect.top + window.pageYOffset - getHeaderOffset();\r\n                    if (top < 0) top = 0;\r\n                    window.scrollTo({ top: top, behavior: \"smooth\" });\r\n                };\r\n            \r\n                \/\/ Add click handler to all dynamic buttons\r\n                document.querySelectorAll(\".dynamic-button\").forEach(button => {\r\n                    if (button.dataset.wtScrollBound === \"1\") {\r\n                        return;\r\n                    }\r\n                    button.dataset.wtScrollBound = \"1\";\r\n                    button.addEventListener(\"click\", function (event) {\r\n                        event.preventDefault();\r\n            \r\n                        \/\/ Set hidden form field if present\r\n                        let inputField = document.querySelector(\"input.wpcf7-form-control.wpcf7-hidden[name=\\\"field-quelle\\\"]\");\r\n                        let originalUrl = this.dataset.href;\r\n                        let targetId = this.dataset.target;\r\n            \r\n                        if (originalUrl) {\r\n                            let url = new URL(originalUrl, window.location.origin);\r\n                            let params = new URLSearchParams(url.search);\r\n            \r\n                            if (inputField) {\r\n                                let paramValue = params.get(\"type\") || \"default_value\";\r\n                                inputField.value = paramValue;\r\n                            }\r\n            \r\n                            \/\/ External link opens in new tab\r\n                            const is_external = url.origin !== window.location.origin;\r\n                            if (is_external) {\r\n                                let ext_href = url.href.split(\"#\")[0];\r\n                                if (targetId) {\r\n                                    ext_href += \"#\" + targetId;\r\n                                }\r\n                                window.open(ext_href, \"_blank\", \"noopener\");\r\n                                return;\r\n                            }\r\n            \r\n                            \/\/ Same-page navigation with query params\r\n                            let newUrl = url.pathname;\r\n                            if (params.toString()) {\r\n                                newUrl += \"?\" + params.toString();\r\n                            }\r\n            \r\n                            if (window.location.pathname !== url.pathname) {\r\n                                window.location.href = newUrl + (targetId ? \"#\" + targetId : \"\");\r\n                                return;\r\n                            }\r\n            \r\n                            \/\/ Update URL and keep on the same page\r\n                            window.history.replaceState({}, \"\", newUrl + (targetId ? \"#\" + targetId : \"\"));\r\n                        }\r\n            \r\n                        if (targetId) {\r\n                            scrollToTarget(targetId);\r\n                        }\r\n                    });\r\n                });\r\n            });\r\n            <\/script>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n            \r\n            <section id=\"default-aci\" class=\"split-block split-block-id-6a0bf5bc7ca7e split-block-layout-fullWidth split-block-select-layout-1 default-aci\">\r\n                            \r\n                    <div class=\"container-fluid\">                        \r\n                        \r\n                        <div class=\"split-wrapper\">\r\n                            <div class=\"row\">\r\n                            \r\n                                <div class=\"col-12 col-xl-6 pe-xl-0 mob d-flex align-items-center\">\r\n                                    <img loading=\"lazy\" decoding=\"async\" width=\"856\" height=\"571\" src=\"\/wp-content\/uploads\/2025\/08\/CTA_ACI_Magic-Mark.webp\" class=\"img-fluid\" alt=\"Junger Mann vor PC mit Magic Mark Lasersoftware von ACI auf dem Bildschirm\" srcset=\"\/wp-content\/uploads\/2025\/08\/CTA_ACI_Magic-Mark.webp 856w, \/wp-content\/uploads\/2025\/08\/CTA_ACI_Magic-Mark-300x200.webp 300w, \/wp-content\/uploads\/2025\/08\/CTA_ACI_Magic-Mark-768x512.webp 768w\" sizes=\"auto, (max-width: 856px) 100vw, 856px\" \/>\r\n                                <\/div>\r\n                                \r\n                                <div class=\"col-12 col-xl-6 mob ps-xl-0\">\r\n                                    <div class=\"content bg-prismen\">\r\n                                       \r\n                                       <div class=\"content-wrapper\">\r\n                                            <span class='subheadline white'>Lasersoftware<\/span>\r\n                                            <h2 class='headline white'>Magic Mark<\/h2>\r\n                                            <div class=\"con-wrapper\">\n<p class=\"wp-block-wt-split-block\">Magic Mark ist die herstellereigne Software von ACI. Sie beinhaltet alle Funktionen, die zur Arbeit mit einem Handarbeitsplatz oder einer Integrationsl\u00f6sung ben\u00f6tigt werden.<\/p>\n<\/div>\r\n                                            <div class=\"btn-wrapper\">\r\n                                                <a href=\"\/de\/produkte-loesungen\/software\/magic-mark\/\"  class=\"button-1 mb-3\">\r\n                            <div class=\"wt-btn-outline \">\r\n                                <span>Mehr erfahren<\/span>\r\n                            <\/div>\r\n                        <\/a>\r\n                                                \r\n                                                \r\n                                            <\/div>\r\n                                       <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                \r\n                            <\/div>\r\n                        <\/div>                            \r\n                    <\/div>\r\n                                                  \r\n            <\/section>\r\n<div class=\"modal fade pdf-brochure\" id=\"pdf-download-modal\" tabindex=\"-1\" aria-labelledby=\"pdf-download-modal-label\">\r\n  <div class=\"modal-dialog modal-xl modal-dialog-centered\">\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-header\">\r\n         <p class=\"modal-title\" id=\"pdf-download-modal-label\">Downloadanfrage<\/p>\r\n         <div class=\"modal-header-button\">\r\n             <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\">&times;<\/button>\r\n         <\/div>\r\n      <\/div>\r\n      <div class=\"modal-body\">\r\n           \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f16622-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"16622\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/pages\/549#wpcf7-f16622-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\" data-form-name=\"PDF-Login-Formular (DE)\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"16622\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f16622-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"container section-form\">\n\t<div class=\"row\">\n\t\t<p>Um Ihre Anfrage optimal zu beantworten, bitten wir Sie uns Ihre Kontaktdaten einmalig mitzuteilen. Der Download startet dann direkt im Anschluss. F\u00fcr weitere Downloads ist keine abermalige Dateneingabe notwendig, diese starten automatisch.\n\t\t<\/p>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Vorname* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-firstname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-firstname\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Nachname* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-lastname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-lastname\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> E-Mail-Adresse* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"field-email\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Firma* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-company\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Telefon* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-telephone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-telephone\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Land* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-country\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-country\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Postleitzahl* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-plz\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-plz\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Ort* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-ort\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-ort\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-12\">\n\t\t\t<p class=\"mb-0\">Ihre Nachricht (optional)\n\t\t\t<\/p>\n\t\t\t<p class=\"mb-0\"><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-12\">\n\t\t\t<p class=\"mt-4\"><b>Haben Sie ein aktuelles Projekt?*<\/b>\n\t\t\t<\/p>\n\t\t\t<div class=\"radio-buttons-login-in\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"projekt\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"projekt\" value=\"Ja, aktuell und dringend\" \/><span class=\"wpcf7-list-item-label\">Ja, aktuell und dringend<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"projekt\" value=\"Ja, in den n\u00e4chsten 6 Monaten\" \/><span class=\"wpcf7-list-item-label\">Ja, in den n\u00e4chsten 6 Monaten<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"projekt\" value=\"Ja, in den n\u00e4chsten 6-12 Monaten\" \/><span class=\"wpcf7-list-item-label\">Ja, in den n\u00e4chsten 6-12 Monaten<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"projekt\" value=\"Ja, in den n\u00e4chsten 12+ Monaten\" \/><span class=\"wpcf7-list-item-label\">Ja, in den n\u00e4chsten 12+ Monaten<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"projekt\" value=\"Kein Projekt geplant\" \/><span class=\"wpcf7-list-item-label\">Kein Projekt geplant<\/span><\/label><\/span><\/span><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"col-12\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"dsgvo\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><label><input type=\"checkbox\" name=\"dsgvo[]\" value=\"Ich stimme der \u00dcbertragung \/ Verarbeitung meiner Daten gem\u00e4\u00df Datenschutzerkl\u00e4rung zu.*\" \/><span class=\"wpcf7-list-item-label\">Ich stimme der \u00dcbertragung \/ Verarbeitung meiner Daten gem\u00e4\u00df Datenschutzerkl\u00e4rung zu.*<\/span><\/label><\/span><\/span><\/span> Lesen Sie dazu unsere <a href=\"https:\/\/www.aci-laser.com\/de\/datenschutzerklaerung\/\" target=\"_blank\">Datenschutzerkl\u00e4rung<\/a>.\n\t\t\t<\/p>\n\t\t\t<p>* = Pflichtfeld\n\t\t\t<\/p>\n\t\t<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n\t\t<input class=\"wpcf7-form-control wpcf7-hidden\" id=\"cf7-link-downloaded\" value=\"\" type=\"hidden\" name=\"cf7-link-downloaded\" \/>\n\t\t\t<div style=\"margin-bottom: 1rem\">\n\t\t\t<span class=\"wpcf7-form-control-wrap recaptcha\" data-name=\"recaptcha\"><span data-sitekey=\"6LchRHsqAAAAAMwH10ot0qoLut1f_AYOknfq4FQf\" class=\"wpcf7-form-control wpcf7-recaptcha g-recaptcha\"><\/span>\r\n<noscript>\r\n\t<div class=\"grecaptcha-noscript\">\r\n\t\t<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/recaptcha\/api\/fallback?k=6LchRHsqAAAAAMwH10ot0qoLut1f_AYOknfq4FQf\" frameborder=\"0\" scrolling=\"no\" width=\"310\" height=\"430\">\r\n\t\t<\/iframe>\r\n\t\t<textarea name=\"g-recaptcha-response\" rows=\"3\" cols=\"40\" placeholder=\"reCaptcha Response Here\">\r\n\t\t<\/textarea>\r\n\t<\/div>\r\n<\/noscript>\r\n<\/span>\n\t\t\t<\/div>\n\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner wt-btn-petrol\" type=\"submit\" value=\"Absenden\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/form>\n<\/div>\n\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\n\n<section id=\"default-aci\" class=\"split-block split-block-id-6a0bf5bc7e7e2 split-block-layout-fullWidth split-block-select-layout-0 default-aci\">\r\n                            \r\n                <div class=\"container-fluid\">\r\n                    \r\n                    <div class=\"split-wrapper\">\r\n                        <div class=\"row\">\r\n                        \r\n                            <div class=\"col-12 col-xl-6 pe-xl-0 mob order-last order-lg-first\">\r\n                                <div class=\"content bg-gray\">\r\n                                    <div class=\"content-wrapper\">\r\n                                        <span class='subheadline white'>Software-Erweiterungen<\/span>\r\n                                        <h2 class='headline white'>Plugins<\/h2>\r\n                                        <div class=\"con-wrapper\">\n<p class=\"wp-block-wt-split-block\">Eine Auswahl n\u00fctzlicher Plugins zur Erweiterung der Softwarefunktionen kann bei Bedarf in die Beschriftungssoftware Magic Mark integriert werden. Die Leistungsf\u00e4higkeit und Flexibilit\u00e4t der Lasersysteme kann hierdurch signifikant gesteigert werden.<\/p>\n<\/div>\r\n                                        <div class=\"btn-wrapper\">\r\n                                            <a href=\"\/de\/produkte-loesungen\/software\/magic-mark-plugins\/\"  class=\"button-1 mb-3\">\r\n                            <div class=\"wt-btn-outline \">\r\n                                <span>Mehr erfahren<\/span>\r\n                            <\/div>\r\n                        <\/a>\r\n                                            \r\n                                            \r\n                                        <\/div>                                        \r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"col-12 col-xl-6 ps-xl-0 mob d-flex align-items-center\">\r\n                                <img loading=\"lazy\" decoding=\"async\" width=\"856\" height=\"571\" src=\"\/wp-content\/uploads\/2023\/11\/CTA_ACI_Plugins.jpg\" class=\"img-fluid\" alt=\"Grafik zu Schnittstellen und Plugins f\u00fcr Lasersoftware Magic Mark von ACI\" srcset=\"\/wp-content\/uploads\/2023\/11\/CTA_ACI_Plugins.jpg 856w, \/wp-content\/uploads\/2023\/11\/CTA_ACI_Plugins-300x200.jpg 300w, \/wp-content\/uploads\/2023\/11\/CTA_ACI_Plugins-768x512.jpg 768w\" sizes=\"auto, (max-width: 856px) 100vw, 856px\" \/>\r\n                            <\/div>\r\n                            \r\n                        <\/div>\r\n                    <\/div>                            \r\n                <\/div>\r\n                                                  \r\n            <\/section>\r\n<div class=\"modal fade pdf-brochure\" id=\"pdf-download-modal\" tabindex=\"-1\" aria-labelledby=\"pdf-download-modal-label\">\r\n  <div class=\"modal-dialog modal-xl modal-dialog-centered\">\r\n    <div class=\"modal-content\">\r\n      <div class=\"modal-header\">\r\n         <p class=\"modal-title\" id=\"pdf-download-modal-label\">Downloadanfrage<\/p>\r\n         <div class=\"modal-header-button\">\r\n             <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"modal\">&times;<\/button>\r\n         <\/div>\r\n      <\/div>\r\n      <div class=\"modal-body\">\r\n           \n<div class=\"wpcf7 no-js\" id=\"wpcf7-f16622-o2\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"16622\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/pages\/549#wpcf7-f16622-o2\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\" data-form-name=\"PDF-Login-Formular (DE)\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"16622\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.5\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f16622-o2\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<div class=\"container section-form\">\n\t<div class=\"row\">\n\t\t<p>Um Ihre Anfrage optimal zu beantworten, bitten wir Sie uns Ihre Kontaktdaten einmalig mitzuteilen. Der Download startet dann direkt im Anschluss. F\u00fcr weitere Downloads ist keine abermalige Dateneingabe notwendig, diese starten automatisch.\n\t\t<\/p>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Vorname* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-firstname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-firstname\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Nachname* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-lastname\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-lastname\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> E-Mail-Adresse* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"field-email\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Firma* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-company\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Telefon* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-telephone\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-telephone\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Land* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-country\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-country\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Postleitzahl* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-plz\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-plz\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-md-6 col-12\">\n\t\t\t<p><label> Ort* <span class=\"wpcf7-form-control-wrap\" data-name=\"field-ort\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"field-ort\" \/><\/span> <\/label>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-12\">\n\t\t\t<p class=\"mb-0\">Ihre Nachricht (optional)\n\t\t\t<\/p>\n\t\t\t<p class=\"mb-0\"><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"col-12\">\n\t\t\t<p class=\"mt-4\"><b>Haben Sie ein aktuelles Projekt?*<\/b>\n\t\t\t<\/p>\n\t\t\t<div class=\"radio-buttons-login-in\">\n\t\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"projekt\"><span class=\"wpcf7-form-control wpcf7-radio\"><span class=\"wpcf7-list-item first\"><label><input type=\"radio\" name=\"projekt\" value=\"Ja, aktuell und dringend\" \/><span class=\"wpcf7-list-item-label\">Ja, aktuell und dringend<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"projekt\" value=\"Ja, in den n\u00e4chsten 6 Monaten\" \/><span class=\"wpcf7-list-item-label\">Ja, in den n\u00e4chsten 6 Monaten<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"projekt\" value=\"Ja, in den n\u00e4chsten 6-12 Monaten\" \/><span class=\"wpcf7-list-item-label\">Ja, in den n\u00e4chsten 6-12 Monaten<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"radio\" name=\"projekt\" value=\"Ja, in den n\u00e4chsten 12+ Monaten\" \/><span class=\"wpcf7-list-item-label\">Ja, in den n\u00e4chsten 12+ Monaten<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"radio\" name=\"projekt\" value=\"Kein Projekt geplant\" \/><span class=\"wpcf7-list-item-label\">Kein Projekt geplant<\/span><\/label><\/span><\/span><\/span>\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"col-12\">\n\t\t\t<p><span class=\"wpcf7-form-control-wrap\" data-name=\"dsgvo\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first last\"><label><input type=\"checkbox\" name=\"dsgvo[]\" value=\"Ich stimme der \u00dcbertragung \/ Verarbeitung meiner Daten gem\u00e4\u00df Datenschutzerkl\u00e4rung zu.*\" \/><span class=\"wpcf7-list-item-label\">Ich stimme der \u00dcbertragung \/ Verarbeitung meiner Daten gem\u00e4\u00df Datenschutzerkl\u00e4rung zu.*<\/span><\/label><\/span><\/span><\/span> Lesen Sie dazu unsere <a href=\"https:\/\/www.aci-laser.com\/de\/datenschutzerklaerung\/\" target=\"_blank\">Datenschutzerkl\u00e4rung<\/a>.\n\t\t\t<\/p>\n\t\t\t<p>* = Pflichtfeld\n\t\t\t<\/p>\n\t\t<div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n\t\t<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"cf7-link-downloaded\" \/>\n\t\t\t<div style=\"margin-bottom: 1rem\">\n\t\t\t<span class=\"wpcf7-form-control-wrap recaptcha\" data-name=\"recaptcha\"><span data-sitekey=\"6LchRHsqAAAAAMwH10ot0qoLut1f_AYOknfq4FQf\" class=\"wpcf7-form-control wpcf7-recaptcha g-recaptcha\"><\/span>\r\n<noscript>\r\n\t<div class=\"grecaptcha-noscript\">\r\n\t\t<iframe loading=\"lazy\" src=\"https:\/\/www.google.com\/recaptcha\/api\/fallback?k=6LchRHsqAAAAAMwH10ot0qoLut1f_AYOknfq4FQf\" frameborder=\"0\" scrolling=\"no\" width=\"310\" height=\"430\">\r\n\t\t<\/iframe>\r\n\t\t<textarea name=\"g-recaptcha-response\" rows=\"3\" cols=\"40\" placeholder=\"reCaptcha Response Here\">\r\n\t\t<\/textarea>\r\n\t<\/div>\r\n<\/noscript>\r\n<\/span>\n\t\t\t<\/div>\n\t\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner wt-btn-petrol\" type=\"submit\" value=\"Absenden\" \/>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/form>\n<\/div>\n\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<section id=\"default-aci\" class=\"text-bild-block text-bild-block-id-6a0bf5bc8002a default-aci\">                \r\n                    <div class=\"container\">                        \r\n                                                \r\n                        <div class=\"row\">                                        \r\n                        <div class=\"col\">\r\n                                <h2 class=\"textBlock-headline  default-aci\">Software f\u00fcr Laserbeschriftungen<\/h2>\r\n                        <\/div>                                        \r\n                    <\/div>                        \r\n                        <div class=\"row text\">\r\n                        <div class=\"col\">\r\n                            <div class=\"textBlock-text\">\r\n                                \n<p class=\"wp-block-wt-text-bild-block\">Software zur Lasermaterialbearbeitung verf\u00fcgt in der Regel \u00fcber benutzerfreundliche Schnittstellen, die es Anwendern erm\u00f6glicht, ihre Einstellungen und Markierungen genau anzupassen. Bei Beschriftung mit einem Laser k\u00f6nnen Parameter wie Laserleistung, Laserstrahl, Geschwindigkeit und Fokusabstand eingestellt werden, um eine optimale Beschriftungsqualit\u00e4t zu erzielen. Moderne Lasersoftware erlaubt die Integration von Datenbanken, was eine automatisierte Seriennummerierung und Produktverfolgung erm\u00f6glicht.<br><br>Dar\u00fcber hinaus erm\u00f6glicht Software zur Laserbeschriftung die Verarbeitung verschiedener Dateiformate, einschlie\u00dflich Vektorgrafiken wie SVG oder DXF, um hochpr\u00e4zise Laserbeschriftungen auf unterschiedlichsten Oberfl\u00e4chen zu erzeugen. Einige fortgeschrittene Programme bieten sogar Bildbearbeitungsfunktionen, mit denen der Benutzer Fotogravuren und komplexere Grafiken erstellen kann.<br><br>Software zur Laserbeschriftung spielt eine wichtige Rolle in Branchen wie der Fertigungsindustrie, Medizintechnik, Elektronik und Automobilindustrie, in denen dauerhafte und pr\u00e4zise Markierungen f\u00fcr die Produktr\u00fcckverfolgung, Markenkennzeichnung und andere Anwendungen von gro\u00dfer Bedeutung sind. Mit der Kombination aus hochentwickelten Lasern und fortschrittlicher Lasersoftware k\u00f6nnen Unternehmen ihre Effizienz steigern, die Qualit\u00e4t ihrer Produkte verbessern und gleichzeitig eine genaue R\u00fcckverfolgbarkeit ihrer Produkte w\u00e4hrend des gesamten Lebenszyklus gew\u00e4hrleisten.<\/p>\n\r\n                            <\/div>\r\n                        <\/div>                                        \r\n                    <\/div>                        \r\n                    <\/div>                                \r\n            <\/section><style>#default-aci{scroll-margin-top:120px;}.text-bild-block-id-6a0bf5bc8002a .textBlock-headline{scroll-margin-top:120px;}@media(max-width:991px){#default-aci{scroll-margin-top:80px;}.text-bild-block-id-6a0bf5bc8002a .textBlock-headline{scroll-margin-top:80px;}}<\/style><script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n    var target_id = \"default-aci\";\r\n    window.wt_hash_scroll_bound = window.wt_hash_scroll_bound || {};\r\n    if (window.wt_hash_scroll_bound[target_id]) {\r\n        return;\r\n    }\r\n    window.wt_hash_scroll_bound[target_id] = true;\r\n    var resolve_header_offset = function () {\r\n        var selectors = [\"header.fixed-top\", \".sticky-top\", \"header.sticky\", \".site-header.sticky\", \"header\"];\r\n        var header_height = 0;\r\n        selectors.forEach(function (selector) {\r\n            var element = document.querySelector(selector);\r\n            if (!element) return;\r\n            var position = window.getComputedStyle(element).position;\r\n            if (position !== \"fixed\" && position !== \"sticky\") return;\r\n            var rect = element.getBoundingClientRect();\r\n            if (rect.height <= 0 || rect.height > 220) return;\r\n            if (rect.bottom <= 0 || rect.top > 120) return;\r\n            header_height = Math.max(header_height, rect.height);\r\n        });\r\n        if (header_height === 0) {\r\n            header_height = window.innerWidth <= 991 ? 80 : 230;\r\n        }\r\n        return header_height + (window.innerWidth <= 991 ? 16 : 18);\r\n    };\r\n    var scroll_to_hash_target = function () {\r\n        if (window.location.hash !== \"#\" + target_id) {\r\n            return;\r\n        }\r\n        var target_element = document.getElementById(target_id);\r\n        var target_nodes = document.querySelectorAll(\"#\" + target_id);\r\n        if (target_nodes.length > 1) {\r\n            target_element = target_nodes[target_nodes.length - 1];\r\n        }\r\n        if (!target_element) {\r\n            return;\r\n        }\r\n        var headline_target = target_element.querySelector(\".textBlock-headline\");\r\n        if (headline_target) {\r\n            target_element = headline_target;\r\n        }\r\n        var target_top = target_element.getBoundingClientRect().top + window.pageYOffset - resolve_header_offset();\r\n        window.scrollTo({\r\n            top: Math.max(target_top, 0),\r\n            behavior: \"auto\"\r\n        });\r\n    };\r\n    scroll_to_hash_target();\r\n    window.addEventListener(\"load\", scroll_to_hash_target);\r\n    window.addEventListener(\"hashchange\", scroll_to_hash_target);\r\n});\r\n<\/script>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<section class=\"newsletter-form-section newsletter-section-wrap newsletter-form-6a0bf5bc80135 \">\n                <div class=\"jarallax newsletter-window\" style=\"background-image: url(\/wp-content\/uploads\/2023\/11\/Prismengrafik_1900x400.jpg);\">\n                    <div class=\"container\">\n                        <div class=\"row\">\n                            <div class=\"col-12\">\n                                <div class=\"textbanner-wrapper d-flex align-items-center justify-content-md-between flex-column flex-md-row gap-2\">\n                                    \n                                    <div class=\"newsletter-form-info\">\n                                        <div class=\"textbanner-text\">\n                                            Als Entwickler von Softwarel\u00f6sungen f\u00fcr die Lasermaterialbearbeitung bieten wir ihnen eine unabh\u00e4ngige, umfassende Beratung.\n                                        <\/div>\n                                    <\/div>\n                                    \n                                    <div class=\"newsletter-form-group\">\n                                        \n                                        <div>\n                                            <a href=\"\/de\/kontakt\/vertrieb-deutschland\/\" class=\"dynamic-button-banner\" data-href=\"\/de\/kontakt\/vertrieb-deutschland\/\" data-target=\"\">\n                           <div class=\"wt-btn-outline\"><span>Kontakt Vertrieb<\/span><\/div>\n                         <\/a>    \n                                        <\/div>\n                                        \n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section><script>\n            document.addEventListener(\"DOMContentLoaded\", function () {\n                function getHeaderOffset() {\n                    var selectors = [\"header.fixed-top\", \".sticky-top\", \"header.sticky\", \".site-header.sticky\", \"header\"];\n                    var header_height = 0;\n                    selectors.forEach(function (selector) {\n                        var element = document.querySelector(selector);\n                        if (!element) return;\n                        var position = window.getComputedStyle(element).position;\n                        if (position !== \"fixed\" && position !== \"sticky\") return;\n                        var rect = element.getBoundingClientRect();\n                        if (rect.height <= 0 || rect.height > 220) return;\n                        if (rect.bottom <= 0 || rect.top > 120) return;\n                        header_height = Math.max(header_height, rect.height);\n                    });\n                    if (header_height === 0) {\n                        header_height = window.innerWidth <= 991 ? 80 : 230;\n                    }\n                    return header_height + (window.innerWidth <= 991 ? 16 : 18);\n                }\n                const scrollToTarget = (targetId) => {\n                    if (!targetId) return;\n                    let el = document.getElementById(targetId);\n                    const targetNodes = document.querySelectorAll(\"#\" + targetId);\n                    if (targetNodes.length > 1) {\n                        el = targetNodes[targetNodes.length - 1];\n                    }\n                    if (!el) return;\n                    const headline = el.querySelector(\".textBlock-headline\");\n                    if (headline) el = headline;\n                    const rect = el.getBoundingClientRect();\n                    let top = rect.top + window.pageYOffset - getHeaderOffset();\n                    if (top < 0) top = 0;\n                    window.scrollTo({ top: top, behavior: \"smooth\" });\n                };\n                document.querySelectorAll(\".dynamic-button-banner\").forEach(function (btn) {\n                    if (btn.dataset.wtScrollBound === \"1\") {\n                        return;\n                    }\n                    btn.dataset.wtScrollBound = \"1\";\n                    btn.addEventListener(\"click\", function (event) {\n                        event.preventDefault();\n                        let originalUrl = this.dataset.href;\n                        let targetId = this.dataset.target;\n                        if (originalUrl) {\n                            let url = new URL(originalUrl, window.location.origin);\n                            let params = new URLSearchParams(url.search);\n                            let is_external = url.origin !== window.location.origin;\n                            if (is_external) {\n                                let ext_href = url.href.split(\"#\")[0];\n                                if (targetId) {\n                                    ext_href += \"#\" + targetId;\n                                }\n                                window.open(ext_href, \"_blank\", \"noopener\");\n                                return;\n                            }\n                            let newUrl = url.pathname;\n                            if (params.toString()) {\n                                newUrl += \"?\" + params.toString();\n                            }\n                            if (window.location.pathname !== url.pathname) {\n                                window.location.href = newUrl + (targetId ? \"#\" + targetId : \"\");\n                                return;\n                            }\n                            window.history.replaceState({}, \"\", newUrl + (targetId ? \"#\" + targetId : \"\"));\n                        }\n                        if (targetId) {\n                            scrollToTarget(targetId);\n                        }\n                    });\n                });\n            });\n            <\/script>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":210,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-549","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Laser Software - Revolutionieren Sie Ihre Laserbearbeitung<\/title>\n<meta name=\"description\" content=\"Optimieren Sie Ihre Laserbeschriftung und -markierung mit fortschrittlicher Lasersoftware. Pr\u00e4zision f\u00fcr jede Oberfl\u00e4che. Jetzt entdecken!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laser Software - Revolutionieren Sie Ihre Laserbearbeitung\" \/>\n<meta property=\"og:description\" content=\"Optimieren Sie Ihre Laserbeschriftung und -markierung mit fortschrittlicher Lasersoftware. Pr\u00e4zision f\u00fcr jede Oberfl\u00e4che. Jetzt entdecken!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/\" \/>\n<meta property=\"og:site_name\" content=\"ACI Laser GmbH\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-20T08:51:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/\",\"url\":\"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/\",\"name\":\"Laser Software - Revolutionieren Sie Ihre Laserbearbeitung\",\"isPartOf\":{\"@id\":\"https:\/\/aci-laser.com\/de\/#website\"},\"datePublished\":\"2023-10-05T09:17:01+00:00\",\"dateModified\":\"2025-08-20T08:51:51+00:00\",\"description\":\"Optimieren Sie Ihre Laserbeschriftung und -markierung mit fortschrittlicher Lasersoftware. Pr\u00e4zision f\u00fcr jede Oberfl\u00e4che. Jetzt entdecken!\",\"breadcrumb\":{\"@id\":\"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/aci-laser.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"02_Produkte und L\u00f6sungen\",\"item\":\"https:\/\/aci-laser.com\/de\/produkte-loesungen\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Software &#8211; DE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/aci-laser.com\/de\/#website\",\"url\":\"https:\/\/aci-laser.com\/de\/\",\"name\":\"ACI Laser GmbH\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/aci-laser.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laser Software - Revolutionieren Sie Ihre Laserbearbeitung","description":"Optimieren Sie Ihre Laserbeschriftung und -markierung mit fortschrittlicher Lasersoftware. Pr\u00e4zision f\u00fcr jede Oberfl\u00e4che. Jetzt entdecken!","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:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/","og_locale":"de_DE","og_type":"article","og_title":"Laser Software - Revolutionieren Sie Ihre Laserbearbeitung","og_description":"Optimieren Sie Ihre Laserbeschriftung und -markierung mit fortschrittlicher Lasersoftware. Pr\u00e4zision f\u00fcr jede Oberfl\u00e4che. Jetzt entdecken!","og_url":"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/","og_site_name":"ACI Laser GmbH","article_modified_time":"2025-08-20T08:51:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/","url":"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/","name":"Laser Software - Revolutionieren Sie Ihre Laserbearbeitung","isPartOf":{"@id":"https:\/\/aci-laser.com\/de\/#website"},"datePublished":"2023-10-05T09:17:01+00:00","dateModified":"2025-08-20T08:51:51+00:00","description":"Optimieren Sie Ihre Laserbeschriftung und -markierung mit fortschrittlicher Lasersoftware. Pr\u00e4zision f\u00fcr jede Oberfl\u00e4che. Jetzt entdecken!","breadcrumb":{"@id":"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/aci-laser.com\/de\/produkte-loesungen\/software\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/aci-laser.com\/de\/"},{"@type":"ListItem","position":2,"name":"02_Produkte und L\u00f6sungen","item":"https:\/\/aci-laser.com\/de\/produkte-loesungen\/"},{"@type":"ListItem","position":3,"name":"Software &#8211; DE"}]},{"@type":"WebSite","@id":"https:\/\/aci-laser.com\/de\/#website","url":"https:\/\/aci-laser.com\/de\/","name":"ACI Laser GmbH","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/aci-laser.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/pages\/549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/comments?post=549"}],"version-history":[{"count":38,"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/pages\/549\/revisions"}],"predecessor-version":[{"id":19454,"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/pages\/549\/revisions\/19454"}],"up":[{"embeddable":true,"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/pages\/210"}],"wp:attachment":[{"href":"https:\/\/aci-laser.com\/de\/wp-json\/wp\/v2\/media?parent=549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}