{"id":5633,"date":"2026-06-27T09:49:01","date_gmt":"2026-06-27T09:49:01","guid":{"rendered":"https:\/\/midecnc.com\/?p=5633"},"modified":"2026-06-27T09:49:09","modified_gmt":"2026-06-27T09:49:09","slug":"cnc-bridge-saw-applications-stone-industries","status":"publish","type":"post","link":"https:\/\/midecnc.com\/de\/cnc-bridge-saw-applications-stone-industries\/","title":{"rendered":"Anwendungen von CNC-Br\u00fcckens\u00e4gen in verschiedenen Steinindustrien"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"5633\" class=\"elementor elementor-5633\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fa9d02 e-con e-atomic-element e-flexbox-base e-43314d8\" data-id=\"6fa9d02\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"6fa9d02\">\n    \t\t<div class=\"elementor-element elementor-element-577d6b3 elementor-widget elementor-widget-html\" data-id=\"577d6b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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>Hero Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            scroll-behavior: smooth;\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::-webkit-scrollbar-thumb:hover { background: #374151; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        \/* Hero *\/\n        .hero-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            align-items: center;\n        }\n        h1 {\n            font-size: 3.25rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 1.5rem;\n            line-height: 1.1;\n            letter-spacing: -0.03em;\n            background: linear-gradient(135deg, #111827 0%, #374151 50%, #111827 100%);\n            -webkit-background-clip: text;\n            background-clip: text;\n            -webkit-text-fill-color: transparent;\n            animation: fadeInUp 0.8s ease-out;\n        }\n        .hero-desc {\n            font-size: 1.25rem;\n            color: #4b5563;\n            margin-bottom: 2rem;\n            line-height: 1.7;\n            animation: fadeInUp 0.8s ease-out 0.2s both;\n        }\n        .hero-buttons {\n            display: flex;\n            gap: 1rem;\n            flex-wrap: wrap;\n            animation: fadeInUp 0.8s ease-out 0.4s both;\n        }\n        .btn-primary {\n            padding: 0.875rem 1.75rem;\n            font-weight: 600;\n            color: #ffffff;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 0.375rem;\n            text-decoration: none;\n            border: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px -2px rgba(17, 24, 39, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .btn-primary::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 30%, rgba(255,255,255,0.2) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        .btn-primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px -4px rgba(17, 24, 39, 0.4);\n        }\n        .btn-primary:hover::before {\n            transform: translateX(100%);\n        }\n        .btn-outline {\n            padding: 0.875rem 1.75rem;\n            font-weight: 600;\n            color: #111827;\n            border: 2px solid #111827;\n            border-radius: 0.375rem;\n            text-decoration: none;\n            background-color: transparent;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n        .btn-outline::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background-color: #111827;\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.3s ease;\n            z-index: -1;\n        }\n        .btn-outline:hover {\n            color: #ffffff;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px -4px rgba(17, 24, 39, 0.3);\n        }\n        .btn-outline:hover::before {\n            transform: scaleX(1);\n        }\n        .hero-image {\n            height: 26rem;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);\n            position: relative;\n            animation: fadeInRight 0.8s ease-out 0.3s both;\n        }\n        .hero-image::after {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 0%, transparent 70%, rgba(17, 24, 39, 0.1) 100%);\n            pointer-events: none;\n        }\n        .hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n        .hero-image:hover img {\n            transform: scale(1.05);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(30px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes fadeInRight {\n            from { opacity: 0; transform: translateX(30px); }\n            to { opacity: 1; transform: translateX(0); }\n        }\n\n        @media (max-width: 1024px) {\n            .hero-grid { grid-template-columns: 1fr; }\n        }\n        @media (max-width: 768px) {\n            h1 { font-size: 2.25rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section>\n        <div class=\"container\">\n            <div class=\"hero-grid\">\n                <div>\n                    <h1>Anwendungen von CNC-Br\u00fcckens\u00e4gen in verschiedenen Steinindustrien<\/h1>\n                    <p class=\"hero-desc\">\n                        Von K\u00fcchenarbeitsplatten bis zu architektonischen Fassaden bieten CNC-Br\u00fcckens\u00e4gen modernen Steinherstellern pr\u00e4zise, effiziente und zuverl\u00e4ssige L\u00f6sungen.\n                    <\/p>\n                    <div class=\"hero-buttons\">\n                        <a href=\"https:\/\/midecnc.com\/de\/support\/\" class=\"btn-primary\">Mehr erfahren<\/a>\n                        <a href=\"https:\/\/midecnc.com\/de\/applications\/\" class=\"btn-outline\">Demo ansehen<\/a>\n                    <\/div>\n                <\/div>\n                <div class=\"hero-image\">\n                    <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/NC-Bridge-Saw-Applications.webp\" alt=\"CNC Bridge Saw Machine\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.hero-image');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-809efc2 e-con e-atomic-element e-flexbox-base e-25b8665\" data-id=\"809efc2\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"809efc2\">\n    \t\t<div class=\"elementor-element elementor-element-6453f25 elementor-widget elementor-widget-html\" data-id=\"6453f25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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>Why CNC Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Feature Grid *\/\n        .feature-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 2rem;\n            margin-bottom: 3rem;\n        }\n        .feature-card {\n            background-color: #ffffff;\n            padding: 2rem;\n            border-radius: 0.75rem;\n            border: 1px solid #e5e7eb;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            background: linear-gradient(90deg, #111827 0%, #374151 100%);\n            transform: scaleX(0);\n            transform-origin: left;\n            transition: transform 0.4s ease;\n        }\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.15);\n            border-color: transparent;\n        }\n        .feature-card:hover::before {\n            transform: scaleX(1);\n        }\n        .feature-icon {\n            width: 3rem;\n            height: 3rem;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 0.625rem;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            transition: all 0.4s ease;\n        }\n        .feature-card:hover .feature-icon {\n            transform: rotate(-5deg) scale(1.1);\n            background: linear-gradient(135deg, #1f2937 0%, #374151 100%);\n        }\n        .feature-icon svg {\n            width: 1.5rem;\n            height: 1.5rem;\n            stroke-width: 2;\n        }\n        .feature-card p {\n            color: #4b5563;\n            margin: 0;\n        }\n\n        \/* Large Image *\/\n        .large-image {\n            background-color: #ffffff;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);\n            position: relative;\n        }\n        .large-image .img-wrap {\n            height: 22rem;\n        }\n        .large-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .feature-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .feature-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Why CNC Section -->\n    <section id=\"advantages\" class=\"section-gray\">\n        <div class=\"container\">\n            <h2>Warum CNC-Br\u00fcckens\u00e4gen weit verbreitet sind<\/h2>\n\n            <div class=\"feature-grid\">\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"22\" y1=\"12\" x2=\"18\" y2=\"12\"\/><line x1=\"6\" y1=\"12\" x2=\"2\" y2=\"12\"\/><line x1=\"12\" y1=\"6\" x2=\"12\" y2=\"2\"\/><line x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\/><\/svg>\n                    <\/div>\n                    <h3>H\u00f6here Schnittgenauigkeit<\/h3>\n                    <p>Pr\u00e4zise Kontrolle \u00fcber jeden Schnitt gew\u00e4hrleistet eine perfekte Produktqualit\u00e4t.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"6\" cy=\"6\" r=\"3\"\/><circle cx=\"6\" cy=\"18\" r=\"3\"\/><line x1=\"20\" y1=\"4\" x2=\"8.12\" y2=\"15.88\"\/><line x1=\"14.47\" y1=\"14.48\" x2=\"20\" y2=\"20\"\/><line x1=\"8.12\" y1=\"8.12\" x2=\"12\" y2=\"12\"\/><\/svg>\n                    <\/div>\n                    <h3>Reduzierter Materialverlust<\/h3>\n                    <p>Optimierte Schneidbahnen maximieren die Nutzung des Rohmaterials.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n                    <\/div>\n                    <h3>Schnellere Produktionszyklen<\/h3>\n                    <p>Automatisierte Produktionsprozesse erh\u00f6hen die Leistung erheblich.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"17 1 21 5 17 9\"\/><path d=\"M3 11V9a4 4 0 0 1 4-4h14\"\/><polyline points=\"7 23 3 19 7 15\"\/><path d=\"M21 13v2a4 4 0 0 1-4 4H3\"\/><\/svg>\n                    <\/div>\n                    <h3>Konsistente Wiederholgenauigkeit<\/h3>\n                    <p>Standardisierte Parameter gew\u00e4hrleisten gleichbleibende Produktqualit\u00e4t.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><\/svg>\n                    <\/div>\n                    <h3>Bearbeitung komplexer Formen<\/h3>\n                    <p>Mehrachssteuerung verarbeitet komplexe geometrische Formen.<\/p>\n                <\/div>\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n                    <\/div>\n                    <h3>Geringerer Arbeitsaufwand<\/h3>\n                    <p>Intelligente Automatisierung reduziert den Bedarf an manuellen Eingriffen.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"large-image\">\n                <div class=\"img-wrap\">\n                    <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/NC-Bridge-Saw-Applications1.webp\" alt=\"Stone Processing Factory\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.feature-card, .large-image, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-002532f e-con e-atomic-element e-flexbox-base e-87a3c70\" data-id=\"002532f\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"002532f\">\n    \t\t<div class=\"elementor-element elementor-element-0a05b57 elementor-widget elementor-widget-html\" data-id=\"0a05b57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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>Industries Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        img {\n            max-width: 100%;\n            display: block;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Industry Block *\/\n        .industries-list {\n            display: flex;\n            flex-direction: column;\n            gap: 3rem;\n        }\n        .industry-block {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 2rem;\n            align-items: center;\n            padding-bottom: 3rem;\n            border-bottom: 1px solid #e5e7eb;\n        }\n        .industry-block:last-child {\n            border-bottom: none;\n            padding-bottom: 0;\n        }\n        .industry-block:nth-child(even) {\n            direction: rtl;\n        }\n        .industry-block:nth-child(even) > * {\n            direction: ltr;\n        }\n        .industry-block h3 {\n            font-size: 1.75rem;\n            margin-bottom: 1rem;\n        }\n        .industry-block p {\n            margin-bottom: 1.5rem;\n            line-height: 1.75;\n        }\n        .industry-image {\n            height: 18rem;\n            border-radius: 0.75rem;\n            overflow: hidden;\n            box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);\n            position: relative;\n            transition: transform 0.4s ease, box-shadow 0.4s ease;\n        }\n        .industry-image:hover {\n            transform: translateY(-6px);\n            box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.2);\n        }\n        .industry-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            transition: transform 0.8s ease;\n        }\n        .industry-image:hover img {\n            transform: scale(1.08);\n        }\n\n        \/* Product Tags *\/\n        .tags {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.5rem;\n        }\n        .tag {\n            padding: 0.375rem 0.875rem;\n            font-size: 0.875rem;\n            font-weight: 500;\n            color: #374151;\n            background-color: #f3f4f6;\n            border-radius: 9999px;\n            transition: all 0.3s ease;\n            cursor: default;\n        }\n        .tag:hover {\n            background-color: #111827;\n            color: #ffffff;\n            transform: translateY(-2px);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .industry-block { grid-template-columns: 1fr; }\n            .industry-block:nth-child(even) { direction: ltr; }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Industries Section -->\n    <section id=\"industries\">\n        <div class=\"container\">\n            <h2>Industrieanwendungen<\/h2>\n\n            <div class=\"industries-list\">\n                <!-- Granite -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Granitverarbeitungsindustrie<\/h3>\n                        <p>\n                            Granit bleibt aufgrund seiner au\u00dfergew\u00f6hnlichen H\u00e4rte und Haltbarkeit einer der anspruchsvollsten Natursteine. Er wird h\u00e4ufig in Gewerbebauten, Au\u00dfenanlagen, Monumenten, Treppen und stark belasteten B\u00f6den verwendet. Eine 5-Achs-CNC-Br\u00fcckens\u00e4ge eignet sich ideal f\u00fcr die Granitbearbeitung und f\u00fchrt gerade Schnitte, 45\u00b0-Gehrungsschnitte, Sp\u00fclbeckenausschnitte und geschwungene Kantenbearbeitungen durch.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">K\u00fcchenarbeitsplatten<\/span>\n                            <span class=\"tag\">Treppen<\/span>\n                            <span class=\"tag\">Wandverkleidung<\/span>\n                            <span class=\"tag\">Bodenfliesen<\/span>\n                            <span class=\"tag\">Denkmalkomponenten<\/span>\n                            <span class=\"tag\">Au\u00dfenpflastersteine<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Granite-Processing-Industry.webp\" alt=\"Granite Products\">\n                    <\/div>\n                <\/div>\n\n                <!-- Marble -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Marmorverarbeitungsindustrie<\/h3>\n                        <p>\n                            Marmor ist weicher als Granit, erfordert jedoch eine hervorragende Oberfl\u00e4chenqualit\u00e4t, da er h\u00e4ufig in luxuri\u00f6sen Architekturprojekten verwendet wird. Moderne CNC-Br\u00fcckens\u00e4gen optimieren Vorschubgeschwindigkeit und Schnittparameter, um saubere Kanten zu erzeugen und gleichzeitig empfindliche Steinoberfl\u00e4chen zu sch\u00fctzen.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Hotelfu\u00dfb\u00f6den<\/span>\n                            <span class=\"tag\">Innenwandpaneele<\/span>\n                            <span class=\"tag\">Badezimmerschr\u00e4nke mit Waschtisch<\/span>\n                            <span class=\"tag\">Dekorative S\u00e4ulen<\/span>\n                            <span class=\"tag\">Kaminumrahmungen<\/span>\n                            <span class=\"tag\">Luxusm\u00f6bel<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Marble-Manufacturing.webp\" alt=\"Marble Manufacturing\">\n                    <\/div>\n                <\/div>\n\n                <!-- Quartz -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Quarz-Arbeitsplattenindustrie<\/h3>\n                        <p>\n                            Technischer Quarz ist zu einem der am schnellsten wachsenden Materialien in der Wohn- und Gewerbe-Arbeitsplattenfertigung geworden. Eine mit CAD\/CAM-Software ausgestattete CNC-Br\u00fcckens\u00e4ge erm\u00f6glicht es Bedienern, Arbeitsplattenskizzen direkt zu importieren, wodurch manuelle Layout-Arbeiten reduziert und Ma\u00dfgenauigkeit gew\u00e4hrleistet wird.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Sp\u00fclenausschnitte<\/span>\n                            <span class=\"tag\">Wasserhahnbohrungen<\/span>\n                            <span class=\"tag\">Abgerundete Ecken<\/span>\n                            <span class=\"tag\">Wasserfallkanten<\/span>\n                            <span class=\"tag\">K\u00fccheninsel-Arbeitsplatten<\/span>\n                            <span class=\"tag\">Nahtvorbereitung<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Quartz-Countertops.webp\" alt=\"Quartz Countertops\">\n                    <\/div>\n                <\/div>\n\n                <!-- Porcelain -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Verarbeitung von Porzellanplatten<\/h3>\n                        <p>\n                            Gro\u00dfformatige Porzellanplatten ersetzen zunehmend Naturstein im modernen Interior-Design. Obwohl sie d\u00fcnner als Granit sind, ist Porzellan sehr spr\u00f6de und erfordert pr\u00e4zises Schneiden. Viele Hersteller w\u00e4hlen Br\u00fcckens\u00e4gen mit Vakuum-Hebesystemen, um gro\u00dfformatige Platten sicher zu handhaben.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">K\u00fcchenarbeitsplatten<\/span>\n                            <span class=\"tag\">Badezimmerw\u00e4nde<\/span>\n                            <span class=\"tag\">M\u00f6belplatten<\/span>\n                            <span class=\"tag\">Schrankoberfl\u00e4chen<\/span>\n                            <span class=\"tag\">Dekorative Wandsysteme<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Porcelain-Slabs.webp\" alt=\"Porcelain Slabs\">\n                    <\/div>\n                <\/div>\n\n                <!-- Monument -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Denkmal- und Erinnerungsindustrie<\/h3>\n                        <p>\n                            Die Denkmalindustrie erfordert hohe Ma\u00dfgenauigkeit und Wiederholbarkeit. Eine CNC-Br\u00fcckens\u00e4ge \u00fcbernimmt die erste Formgebung vor dem Gravieren oder Polieren und kann zusammen mit CNC-Graviermaschinen eingesetzt werden, um komplexe personalisierte Designs zu fertigen.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Grabsteine<\/span>\n                            <span class=\"tag\">Gedenktafeln<\/span>\n                            <span class=\"tag\">Denksockel<\/span>\n                            <span class=\"tag\">Friedhofsmarkierungen<\/span>\n                            <span class=\"tag\">Dekorative Steinskulpturen<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Monument-Manufacturing.webp\" alt=\"Monument Manufacturing\">\n                    <\/div>\n                <\/div>\n\n                <!-- Construction Stone -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Naturstein-Bauindustrie<\/h3>\n                        <p>\n                            Gro\u00dfe Bauprojekte erfordern eine kontinuierliche Produktion standardisierter Steinkomponenten. Da Bauprojekte oft aus Tausenden identischen Teilen bestehen, wird Automatisierung entscheidend. CNC-Br\u00fcckens\u00e4gen verbessern die Konsistenz und reduzieren gleichzeitig Arbeitskosten und Produktionsfehler.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Geb\u00e4udefassaden<\/span>\n                            <span class=\"tag\">Au\u00dfenwandpaneele<\/span>\n                            <span class=\"tag\">Bodenpflasterung<\/span>\n                            <span class=\"tag\">Treppenstufen<\/span>\n                            <span class=\"tag\">Fensterb\u00e4nke<\/span>\n                            <span class=\"tag\">T\u00fcrschwellen<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp\" alt=\"Construction Stone\">\n                    <\/div>\n                <\/div>\n\n                <!-- Interior Decoration -->\n                <div class=\"industry-block\">\n                    <div>\n                        <h3>Innenausstattung und ma\u00dfgefertigte M\u00f6bel<\/h3>\n                        <p>\n                            Innenarchitekten verwenden Naturstein zunehmend als hochwertiges Dekorationsmaterial. Diese Produkte erfordern oft unregelm\u00e4\u00dfige Formen, Gehrungsschnitte und individuelle Abmessungen. Mehrachsige CNC-Br\u00fcckens\u00e4gen bieten die n\u00f6tige Flexibilit\u00e4t f\u00fcr hochwertige Innenausstattungen.\n                        <\/p>\n                        <div class=\"tags\">\n                            <span class=\"tag\">Esstische<\/span>\n                            <span class=\"tag\">Couchtische<\/span>\n                            <span class=\"tag\">TV-Hintergrundw\u00e4nde<\/span>\n                            <span class=\"tag\">Empfangstheken<\/span>\n                            <span class=\"tag\">Luxusregale<\/span>\n                            <span class=\"tag\">Dekorplatten<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"industry-image\">\n                        <img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/Interior-Decoration.webp\" alt=\"Interior Decoration\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.industry-block, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1915281 e-con e-atomic-element e-flexbox-base e-e2defda\" data-id=\"1915281\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1915281\">\n    \t\t<div class=\"elementor-element elementor-element-a2b2bec elementor-widget elementor-widget-html\" data-id=\"a2b2bec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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>Comparison Table Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n        .section-gray {\n            background-color: #f9fafb;\n            background-image:\n                radial-gradient(circle at 20% 20%, rgba(17, 24, 39, 0.02) 0%, transparent 50%),\n                radial-gradient(circle at 80% 80%, rgba(17, 24, 39, 0.02) 0%, transparent 50%);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n\n        \/* Table *\/\n        .table-wrapper {\n            overflow-x: auto;\n            border-radius: 0.75rem;\n            border: 1px solid #e5e7eb;\n            box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.05);\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n        }\n        thead tr {\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            color: #ffffff;\n        }\n        th {\n            padding: 1.25rem 1.5rem;\n            text-align: left;\n            font-weight: 700;\n        }\n        td {\n            padding: 1.25rem 1.5rem;\n            transition: background-color 0.2s ease;\n        }\n        tbody tr {\n            transition: transform 0.2s ease;\n        }\n        tbody tr:nth-child(even) {\n            background-color: #f9fafb;\n        }\n        tbody tr:nth-child(odd) {\n            background-color: #ffffff;\n        }\n        tbody tr:hover {\n            background-color: #f3f4f6;\n            transform: translateX(4px);\n        }\n        tbody td:first-child {\n            color: #111827;\n            font-weight: 600;\n        }\n        tbody td:last-child {\n            color: #4b5563;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Comparison Table Section -->\n    <section id=\"products\" class=\"section-gray\">\n        <div class=\"container\">\n            <h2>Empfohlene Konfigurationen nach Branche<\/h2>\n\n            <div class=\"table-wrapper\">\n                <table>\n                    <thead>\n                        <tr>\n                            <th>Industrie<\/th>\n                            <th>Empfohlene Konfiguration<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>Granitverarbeitung<\/td>\n                            <td>5-Achs-CNC-Br\u00fcckens\u00e4ge<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Marmorverarbeitung<\/td>\n                            <td>4+1-Achse oder 5-Achsen<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Quarz-Arbeitsplatten<\/td>\n                            <td>5-Achs-CNC-Br\u00fcckens\u00e4ge<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Porzellanplatten<\/td>\n                            <td>5-Achsen mit Vakuumspannsystem<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Denkmalherstellung<\/td>\n                            <td>5-Achsen + CNC-Gravur<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Baustein \/ Naturstein f\u00fcr Bau<\/td>\n                            <td>Automatische CNC-Br\u00fcckens\u00e4ge<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Innenausstattung<\/td>\n                            <td>5-Achs-CNC-Br\u00fcckens\u00e4ge<\/td>\n                        <\/tr>\n                        <tr>\n                            <td>Ma\u00dfgefertigte Steinbearbeitung<\/td>\n                            <td>Br\u00fcckens\u00e4ge + Wasserstrahl-Kombination<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.table-wrapper, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-eef9d05 e-con e-atomic-element e-flexbox-base e-cd5d7ab\" data-id=\"eef9d05\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"eef9d05\">\n    \t\t<div class=\"elementor-element elementor-element-09a2983 elementor-widget elementor-widget-html\" data-id=\"09a2983\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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>Production Line Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        p {\n            color: #4b5563;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Production Line *\/\n        .production-box {\n            background-color: #ffffff;\n            border: 2px solid #111827;\n            border-radius: 0.75rem;\n            padding: 3rem;\n            position: relative;\n            overflow: hidden;\n        }\n        .production-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, #374151 50%, #111827 100%);\n        }\n        .production-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 1rem;\n            margin-bottom: 2rem;\n        }\n        .production-step {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            padding: 0.75rem;\n            border-radius: 0.5rem;\n            transition: all 0.3s ease;\n        }\n        .production-step:hover {\n            background-color: #f9fafb;\n            transform: translateY(-2px);\n        }\n        .step-number {\n            flex-shrink: 0;\n            width: 2rem;\n            height: 2rem;\n            background: linear-gradient(135deg, #111827 0%, #1f2937 100%);\n            border-radius: 9999px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            font-weight: 700;\n            font-size: 0.875rem;\n            transition: transform 0.3s ease;\n        }\n        .production-step:hover .step-number {\n            transform: scale(1.15) rotate(5deg);\n        }\n        .production-step p {\n            margin: 0;\n            color: #374151;\n        }\n        .production-footer {\n            text-align: center;\n            padding-top: 2rem;\n            border-top: 1px solid #e5e7eb;\n            margin: 0;\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @media (max-width: 1024px) {\n            .production-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .production-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Production Line Section -->\n    <section>\n        <div class=\"container\">\n            <h2>Steinwerk-Produktionslinien<\/h2>\n\n            <div class=\"production-box\">\n                <div class=\"production-grid\">\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">1<\/div>\n                        <p>Plattenbeladung<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">2<\/div>\n                        <p>Automatische Messung<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">3<\/div>\n                        <p>CAD-Nesting<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">4<\/div>\n                        <p>CNC-Br\u00fcckens\u00e4ge schneiden<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">5<\/div>\n                        <p>Kantenpolieren<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">6<\/div>\n                        <p>Bohren<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">7<\/div>\n                        <p>Wasserstrahl (optional)<\/p>\n                    <\/div>\n                    <div class=\"production-step\">\n                        <div class=\"step-number\">8<\/div>\n                        <p>Inspektion &amp; Verpackung<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"production-footer\">\n                    Die Integration mehrerer CNC-Maschinen erh\u00f6ht den Durchsatz erheblich und gew\u00e4hrleistet gleichzeitig eine gleichbleibende Produktqualit\u00e4t.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.production-box, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-1106862 e-con e-atomic-element e-flexbox-base e-be16bc4\" data-id=\"1106862\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"1106862\">\n    \t\t<div class=\"elementor-element elementor-element-408b4f4 elementor-widget elementor-widget-html\" data-id=\"408b4f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\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>CTA Section | CNC Bridge Saw<\/title>\n    <style>\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        html {\n            font-family: 'Geist', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        body {\n            background-color: #ffffff;\n            color: #111827;\n            line-height: 1.5;\n            overflow-x: hidden;\n        }\n        .container {\n            max-width: 72rem;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        ::-webkit-scrollbar { width: 10px; }\n        ::-webkit-scrollbar-track { background: #f9fafb; }\n        ::-webkit-scrollbar-thumb { background: #111827; border-radius: 5px; }\n        ::selection { background-color: #111827; color: #ffffff; }\n\n        \/* Section base - Full-Bleed background *\/\n        section {\n            padding: 5rem 0;\n            position: relative;\n            width: 100vw;\n            margin-left: calc(50% - 50vw);\n        }\n\n        h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #111827;\n            margin-bottom: 3rem;\n            letter-spacing: -0.02em;\n            position: relative;\n            display: inline-block;\n        }\n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -0.75rem;\n            left: 0;\n            width: 3rem;\n            height: 4px;\n            background: linear-gradient(90deg, #111827 0%, transparent 100%);\n            border-radius: 2px;\n        }\n        h3 {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: #111827;\n            margin-bottom: 0.75rem;\n        }\n\n        \/* CTA Section - Full-Bleed gradient background *\/\n        .cta {\n            background: linear-gradient(135deg, #111827 0%, #1f2937 50%, #111827 100%);\n            color: #ffffff;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        .cta::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 50%);\n            animation: rotate 20s linear infinite;\n        }\n        .cta > .container {\n            position: relative;\n            z-index: 1;\n        }\n        .cta h2 {\n            color: #ffffff;\n            margin-bottom: 1.5rem;\n        }\n        .cta h2::after {\n            background: linear-gradient(90deg, #ffffff 0%, transparent 100%);\n        }\n        .cta-desc {\n            font-size: 1.125rem;\n            color: #d1d5db;\n            max-width: 42rem;\n            margin: 0 auto 3rem;\n            line-height: 1.7;\n        }\n        .cta-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 1.5rem;\n            margin-bottom: 3rem;\n        }\n        .cta-card {\n            background-color: rgba(255, 255, 255, 0.08);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.75rem;\n            padding: 1.75rem;\n            backdrop-filter: blur(8px);\n            -webkit-backdrop-filter: blur(8px);\n            text-align: left;\n            transition: all 0.4s ease;\n        }\n        .cta-card:hover {\n            background-color: rgba(255, 255, 255, 0.12);\n            transform: translateY(-6px);\n            border-color: rgba(255, 255, 255, 0.2);\n        }\n        .cta-icon {\n            width: 2.75rem;\n            height: 2.75rem;\n            background: linear-gradient(135deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n            border-radius: 0.625rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #ffffff;\n            margin-bottom: 1rem;\n            transition: all 0.4s ease;\n        }\n        .cta-card:hover .cta-icon {\n            transform: scale(1.1);\n            background: linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.1) 100%);\n        }\n        .cta-icon svg {\n            width: 1.25rem;\n            height: 1.25rem;\n            stroke-width: 2;\n        }\n        .cta-card h3 {\n            color: #ffffff;\n            margin-bottom: 0.5rem;\n        }\n        .cta-card p {\n            color: #d1d5db;\n            font-size: 0.875rem;\n            margin: 0;\n        }\n        .cta-btn {\n            display: inline-block;\n            padding: 1.125rem 2.5rem;\n            font-weight: 700;\n            color: #111827;\n            background-color: #ffffff;\n            border-radius: 0.5rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 20px -4px rgba(255, 255, 255, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n        .cta-btn::before {\n            content: '';\n            position: absolute;\n            inset: 0;\n            background: linear-gradient(135deg, transparent 30%, rgba(17, 24, 39, 0.1) 50%, transparent 70%);\n            transform: translateX(-100%);\n            transition: transform 0.6s ease;\n        }\n        .cta-btn:hover {\n            transform: translateY(-3px) scale(1.02);\n            box-shadow: 0 8px 30px -4px rgba(255, 255, 255, 0.4);\n        }\n        .cta-btn:hover::before {\n            transform: translateX(100%);\n        }\n\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: opacity 0.8s ease, transform 0.8s ease;\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n\n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n\n        @media (max-width: 1024px) {\n            .cta-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            h2 { font-size: 1.875rem; }\n            section { padding: 3rem 0; }\n            .cta-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- CTA Section -->\n    <section class=\"cta\" id=\"contact\">\n        <div class=\"container\">\n            <h2>W\u00e4hlen Sie die richtige CNC-Br\u00fcckens\u00e4ge f\u00fcr Ihr Unternehmen<\/h2>\n            <p class=\"cta-desc\">\n                Unterschiedliche Branchen haben unterschiedliche Produktionspriorit\u00e4ten. Vor einer Investition in Ausr\u00fcstung sollten Hersteller Steintypen, Produkttypen, Tageskapazit\u00e4t, Automatisierungsanforderungen, Fabrikfl\u00e4che und zuk\u00fcnftige Gesch\u00e4ftserweiterungen bewerten.\n            <\/p>\n\n            <div class=\"cta-grid\">\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16.5 9.4l-9-5.19\"\/><path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/><polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\/><line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\/><\/svg>\n                    <\/div>\n                    <h3>Steinmaterialien<\/h3>\n                    <p>Bewerten Sie die wichtigsten zu verarbeitenden Steintypen<\/p>\n                <\/div>\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polygon points=\"12 2 2 7 12 12 22 7 12 2\"\/><polyline points=\"2 17 12 22 22 17\"\/><polyline points=\"2 12 12 17 22 12\"\/><\/svg>\n                    <\/div>\n                    <h3>Produkttypen<\/h3>\n                    <p>Bestimmen Sie die Produktpalette, die hergestellt werden soll<\/p>\n                <\/div>\n                <div class=\"cta-card\">\n                    <div class=\"cta-icon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><polyline points=\"17 6 23 6 23 12\"\/><\/svg>\n                    <\/div>\n                    <h3>Kapazit\u00e4tsbedarf<\/h3>\n                    <p>Berechnen Sie die t\u00e4glichen Produktionsziele<\/p>\n                <\/div>\n            <\/div>\n\n            <a href=\"https:\/\/wa.me\/8615594977687\" class=\"cta-btn\">Beratung starten<\/a>\n        <\/div>\n    <\/section>\n\n    <script>\n        const revealElements = document.querySelectorAll('.cta-card, h2');\n        revealElements.forEach(el => el.classList.add('reveal'));\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('active');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.1, rootMargin: '0px 0px -50px 0px' });\n        revealElements.forEach(el => observer.observe(el));\n    <\/script>\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n<\/div>\n<div class=\"elementor-element elementor-element-607ff34f e-grid e-con-boxed e-con e-parent\" data-id=\"607ff34f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-49618a9f e-con-full e-flex e-con e-child\" data-id=\"49618a9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2412d9bf elementor-widget elementor-widget-heading\" data-id=\"2412d9bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Empfohlene Maschinen<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2082f620 elementor-widget elementor-widget-text-editor\" data-id=\"2082f620\" data-element_type=\"widget\" data-e-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\t\t<p>F\u00fcr Innenarchitekten bietet Midecnc CNC-Maschinen, die Pr\u00e4zision, Effizienz und kreative Flexibilit\u00e4t vereinen. Ob Sie mit gesintertem Stein, Keramikplatten oder Verbundmaterialien arbeiten \u2013 unsere Br\u00fcckens\u00e4gen und Gravursysteme sind sowohl f\u00fcr k\u00fcnstlerische Details als auch f\u00fcr strukturelle Bearbeitung optimiert.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-68ad6b31 e-grid e-con-full e-con e-child\" data-id=\"68ad6b31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-75142b2a e-con-full e-flex e-con e-child\" data-id=\"75142b2a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6014c597 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6014c597\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/produkt\/5-axis-cnc-bridge-saw\/\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1000\" height=\"692\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw.webp\" class=\"elementor-animation-grow attachment-full size-full wp-image-5354\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw.webp 1000w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-300x208.webp 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-768x531.webp 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-18x12.webp 18w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/5-axis-bridge-saw-600x415.webp 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-386eb76e e-con-full e-flex e-con e-child\" data-id=\"386eb76e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-451c348a elementor-widget elementor-widget-heading\" data-id=\"451c348a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">5-Achsen CNC-Br\u00fcckens\u00e4ge<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d1c918 elementor-widget elementor-widget-heading\" data-id=\"5d1c918\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Entwickelt f\u00fcr hochwertige Innen- und Architekturprojekte erm\u00f6glicht die 5-Achsen-CNC-Br\u00fcckens\u00e4ge extrem pr\u00e4zise Gehrungsschnitte, Kurvenformen, Sp\u00fclenausschnitte und sogar Reliefs \u2013 alles in einem intelligenten Arbeitsablauf. Geeignet f\u00fcr gesinterten Stein, Marmor, Quarz und Keramikplatten, bietet sie unvergleichliche Effizienz und Vielseitigkeit f\u00fcr Designer und Hersteller.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e934a40 elementor-align-start elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e934a40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Fotoaufnahme- &amp; Saugnapfsystem: Fortschrittliches Ausrichtungs- und Stabilisierungssystem f\u00fcr Stein erh\u00f6ht Sicherheit und Pr\u00e4zision.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Echte 5-Achsen-Bearbeitung: Bietet vollst\u00e4ndige XYZ-Bewegung mit Spindelrotation und -neigung f\u00fcr fortschrittliche 3D-Profile, Kantenbearbeitung und Gehrungsschnitte (bis zu 45\u00b0).<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Bew\u00e4ltigt komplexe Formen: Ideal zum Schneiden von Dreiecken, Ellipsen, Rauten, Kreisen, Arbeitsplatten, Tischen und mehr.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25eff632 elementor-widget elementor-widget-button\" data-id=\"25eff632\" data-element_type=\"widget\" data-e-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\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/de\/5-axis-cnc-bridge-saw\/\">\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\">Alle Maschinen ansehen<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70c70d06 e-con-full e-flex e-con e-child\" data-id=\"70c70d06\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a357480 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"1a357480\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/produkt\/41-cnc-bridge-saw-4-aixs-marble-stone-bridge-saw-machine\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1706\" height=\"1279\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3.jpg\" class=\"elementor-animation-grow attachment-full size-full wp-image-746\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3.jpg 1706w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-300x225.jpg 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1024x768.jpg 1024w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-768x576.jpg 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1536x1152.jpg 1536w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-16x12.jpg 16w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-1320x990.jpg 1320w, https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/\u5fae\u4fe1\u56fe\u7247_20250405202057-3-600x450.jpg 600w\" sizes=\"(max-width: 1706px) 100vw, 1706px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ff35bef e-con-full e-flex e-con e-child\" data-id=\"7ff35bef\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30dea7b8 elementor-widget elementor-widget-heading\" data-id=\"30dea7b8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">4+1-Achsen CNC-Br\u00fcckens\u00e4ge<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78922164 elementor-widget elementor-widget-heading\" data-id=\"78922164\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Die ideale Wahl f\u00fcr Projekte, die Gehrungsschnitte, lineares Polieren und eingelassene Nuten erfordern. Zuverl\u00e4ssig, schnell und benutzerfreundlich f\u00fcr den t\u00e4glichen Innenausbau.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2636f603 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"2636f603\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> \u00b190\u00b0 Klingendrehung mit 0\u201390\u00b0 Neigung<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Perfekt f\u00fcr Schranknuten und Lichtschlitze<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Robuster Rahmen &amp; einfache Steuerung: Entwickelt f\u00fcr Stabilit\u00e4t und intuitive Bedienung<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2809c94c elementor-widget elementor-widget-button\" data-id=\"2809c94c\" data-element_type=\"widget\" data-e-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\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/de\/4-axis-cnc-bridge-saw\/\">\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\">Alle Maschinen ansehen<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7597a67f e-con-full e-flex e-con e-child\" data-id=\"7597a67f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d47b500 elementor-widget__width-initial elementor-widget elementor-widget-image\" data-id=\"6d47b500\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/produkt\/5-axis-waterjet-cutting-stone-metal-ceramics\/\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1000\" height=\"596\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet.webp\" class=\"elementor-animation-grow attachment-full size-full wp-image-5349\" alt=\"\" srcset=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet.webp 1000w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-300x179.webp 300w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-768x458.webp 768w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-18x12.webp 18w, https:\/\/midecnc.com\/wp-content\/uploads\/2026\/05\/AC5-Axis-Waterjet-600x358.webp 600w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d86fcb e-con-full e-flex e-con e-child\" data-id=\"3d86fcb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13323510 elementor-widget elementor-widget-heading\" data-id=\"13323510\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">AC 5-Achsen CNC-Wasserstrahlschneidmaschine (4020AC)<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c3b083a elementor-widget elementor-widget-heading\" data-id=\"7c3b083a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Ein Spitzenmodell f\u00fcr das Schneiden gro\u00dfformatiger Platten, Kantenbearbeitung und Gehrungsschnitte. Ideal f\u00fcr Innenanwendungen mit Feinsteinzeug, gesintertem Stein und dekorativen Materialien.<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5be6f2b6 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"5be6f2b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">5-Achsen-Vollinterpolationsschnitt f\u00fcr nahtlose Verbindungen und k\u00fcnstlerische Winkel<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Automatische Verschachtelung und intelligente Werkzeugweg-Optimierung zur Reduzierung von Materialabfall<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-square\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M400 32H48C21.49 32 0 53.49 0 80v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V80c0-26.51-21.49-48-48-48zm0 400H48V80h352v352zm-35.864-241.724L191.547 361.48c-4.705 4.667-12.303 4.637-16.97-.068l-90.781-91.516c-4.667-4.705-4.637-12.303.069-16.971l22.719-22.536c4.705-4.667 12.303-4.637 16.97.069l59.792 60.277 141.352-140.216c4.705-4.667 12.303-4.637 16.97.068l22.536 22.718c4.667 4.706 4.637 12.304-.068 16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Unterst\u00fctzt die Bearbeitung von Porzellan, gesintertem Stein, Glas, MDF und Verbundwerkstoffen<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-672db214 elementor-widget elementor-widget-button\" data-id=\"672db214\" data-element_type=\"widget\" data-e-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\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-grow\" href=\"https:\/\/midecnc.com\/de\/ac-5-axis-cnc-waterjet-cutting-machine\/\">\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\">Alle Maschinen ansehen<\/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\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-61231ab6 e-flex e-con-boxed e-con e-parent\" data-id=\"61231ab6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3f4ef06a e-con-full e-flex e-con e-child\" data-id=\"3f4ef06a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5f2a295 elementor-widget elementor-widget-heading\" data-id=\"5f2a295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sprechen Sie mit unserem Expertenteam im Vertrieb<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63476954 elementor-widget elementor-widget-text-editor\" data-id=\"63476954\" data-element_type=\"widget\" data-e-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\t\t<p>Ob Sie einen einkopfigen Felsbohrer mit CAD-Unterst\u00fctzung oder eine komplette CNC-Steinmaschine f\u00fcr Beckenl\u00f6cher und Arbeitsplattenfertigung ben\u00f6tigen \u2013 wir helfen Ihnen, pr\u00e4zise zu skalieren.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2808436 e-flex e-con-boxed e-con e-child\" data-id=\"2808436\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4c5729fd e-con-full e-flex e-con e-child\" data-id=\"4c5729fd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e9b976a elementor-widget elementor-widget-image\" data-id=\"e9b976a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/1SY-1-rc6vxun4yaqq07blnn87fksx6d9fa1ydumr6a797cg.webp\" title=\"1SY\" alt=\"1SY\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ead51bf elementor-widget elementor-widget-image-box\" data-id=\"ead51bf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sally<\/h4><p class=\"elementor-image-box-description\">Vertriebsleiter<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6baf4e elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"a6baf4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-53f2ac7\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd189a0 e-con-full e-flex e-con e-child\" data-id=\"fd189a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d0ec049 elementor-widget elementor-widget-image\" data-id=\"7d0ec049\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/6c44b-rirgf8pmb1zb8zbdlbpeusxig9go96gpv0ugiu6fzk.webp\" title=\"6c44b\" alt=\"6c44b\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31cb7f38 elementor-widget elementor-widget-image-box\" data-id=\"31cb7f38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Sia<\/h4><p class=\"elementor-image-box-description\">Vertriebsleiter<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-130712e7 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"130712e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-5d6093a\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70dbb2aa e-con-full e-flex e-con e-child\" data-id=\"70dbb2aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-62884caf elementor-widget elementor-widget-image\" data-id=\"62884caf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/midecnc.com\/wp-content\/uploads\/elementor\/thumbs\/c468c21-rirgfcgz2e4gjf5wzdbx4rzctsy53yvn7jgefy0vao.webp\" title=\"c468c21\" alt=\"c468c21\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-449efb18 elementor-widget elementor-widget-image-box\" data-id=\"449efb18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h4 class=\"elementor-image-box-title\">Nina<\/h4><p class=\"elementor-image-box-description\">Vertriebsleiter<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1e7640 elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"c1e7640\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-f54bf68\" href=\"https:\/\/www.facebook.com\/profile.php?id=61582249592727\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Facebook<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-11dc8af\" href=\"https:\/\/x.com\/midecnc\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Twitter<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-e2aef00\" href=\"https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Youtube<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-youtube\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-tiktok elementor-repeater-item-c27a427\" href=\"https:\/\/www.tiktok.com\/@sally768678\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Tiktok<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-tiktok\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M448,209.91a210.06,210.06,0,0,1-122.77-39.25V349.38A162.55,162.55,0,1,1,185,188.31V278.2a74.62,74.62,0,1,0,52.23,71.18V0l88,0a121.18,121.18,0,0,0,1.86,22.17h0A122.18,122.18,0,0,0,381,102.39a121.43,121.43,0,0,0,67,20.14Z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-whatsapp elementor-repeater-item-0f15640\" href=\"https:\/\/wa.me\/8615594977687\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Whatsapp<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1985ef6d e-flex e-con-boxed e-con e-parent\" data-id=\"1985ef6d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74077ade elementor-share-buttons--view-icon-text elementor-share-buttons--skin-gradient elementor-share-buttons--shape-square elementor-grid-0 elementor-share-buttons--color-official elementor-widget elementor-widget-share-buttons\" data-id=\"74077ade\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"share-buttons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_facebook\" role=\"button\" tabindex=\"0\" aria-label=\"Share on facebook\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-facebook\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tFacebook\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_twitter\" role=\"button\" tabindex=\"0\" aria-label=\"Share on twitter\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-twitter\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tTwitter\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_linkedin\" role=\"button\" tabindex=\"0\" aria-label=\"Share on linkedin\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tLinkedIn\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_vk\" role=\"button\" tabindex=\"0\" aria-label=\"Share on vk\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-vk\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tVK\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_whatsapp\" role=\"button\" tabindex=\"0\" aria-label=\"Share on whatsapp\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-whatsapp\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tWhatsApp\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_pinterest\" role=\"button\" tabindex=\"0\" aria-label=\"Share on pinterest\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-pinterest\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-share-btn__text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__title\">\n\t\t\t\t\t\t\t\t\t\tPinterest\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-981473b elementor-widget elementor-widget-wp-widget-recent-posts\" data-id=\"981473b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wp-widget-recent-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t\n\t\t<h5>Empfohlene Lekt\u00fcre<\/h5><nav aria-label=\"Empfohlene Lekt\u00fcre\">\n\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/manual-cutting-to-cnc-automation-stone-workshop\/\">From Manual Cutting to CNC Automation: A Small Stone Workshop\u2019s Transformation<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/how-one-cnc-bridge-saw-replaced-three-manual-cutting-workers\/\">Wie eine CNC-Br\u00fcckens\u00e4ge drei manuelle Schneidarbeiter ersetzte<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/how-cnc-waterjet-cutting-eliminates-edge-chipping-on-sintered-stone\/\">Wie CNC-Wasserstrahlschneiden Kantenausbr\u00fcche bei gesintertem Stein verhindert<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/why-a-luxury-stone-fabricator-chose-a-5-axis-cnc-bridge-saw-for-curved-marble-projects\/\">Warum sich ein Luxus-Steinverarbeiter f\u00fcr eine 5-Achs-CNC-Br\u00fcckens\u00e4ge f\u00fcr gebogene Marmorprojekte entschied<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/stone-cnc-machines-for-prefabricated-concrete-panels-cutting-strategies\/\">Stein-CNC-Maschinen f\u00fcr vorgefertigte Betonplatten: Schneidstrategien<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/cnc-bridge-saw-applications-stone-industries\/\">Anwendungen von CNC-Br\u00fcckens\u00e4gen in verschiedenen Steinindustrien<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/cnc-bridge-saw-maintenance-checklist-for-stone-factories\/\">Wartungs-Checkliste f\u00fcr CNC-Br\u00fcckens\u00e4gen in Steinfabriken<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/manual-cutting-vs-cnc-bridge-saw-a-real-factory-comparison\/\">Manuelles Schneiden vs. CNC-Br\u00fcckens\u00e4ge: Ein realer Fabrikvergleich<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/cnc-bridge-saw-for-quartz-granite-and-marble-cutting-challenges-and-best-practices\/\">CNC-Br\u00fcckens\u00e4ge f\u00fcr Quarz, Granit und Marmor: Schneidherausforderungen und Best Practices<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/how-cnc-bridge-saws-process-quartz-granite-and-marble-differently\/\">Wie CNC-Br\u00fcckens\u00e4gen Quarz, Granit und Marmor unterschiedlich bearbeiten<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/reduce-stone-waste-cnc-bridge-saws-waterjet\/\">Wie man Steinabf\u00e4lle mit CNC-Br\u00fcckens\u00e4gen und Wasserstrahlschneidmaschinen reduziert<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/cnc-bridge-saw-workflow-kitchen-countertop-production\/\">CNC-Br\u00fcckens\u00e4ge-Workflow f\u00fcr die Herstellung von K\u00fcchenarbeitsplatten<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/when-should-a-stone-factory-upgrade-to-a-5-axis-bridge-saw\/\">Wann sollte eine Steinfabrik auf eine 5-Achsen-Br\u00fcckens\u00e4ge umsteigen?<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/cnc-bridge-saw-commercial-stone-projects\/\">CNC-Br\u00fcckens\u00e4genl\u00f6sungen f\u00fcr gewerbliche Bauprojekte<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t<a href=\"https:\/\/midecnc.com\/de\/4-axis-vs-5-axis-cnc-bridge-saw-roi\/\">4-Achsen vs. 5-Achsen CNC-Br\u00fcckens\u00e4ge: ROI-Vergleich f\u00fcr die Steinbearbeitung<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t<\/ul>\n\n\t\t<\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Hero Section | CNC Bridge Saw CNC Bridge Saw Applications Across Different Stone Industries From kitchen countertops to architectural fa\u00e7ades, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5631,"comment_status":"open","ping_status":"open","sticky":true,"template":"elementor_header_footer","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[35,323],"tags":[447,192,291,429,195,190,446,193,219,430],"class_list":["post-5633","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-buyers-guide","tag-bridge-saw-applications","tag-cnc-bridge-saw","tag-cnc-stone-machine","tag-granite-processing","tag-marble-processing","tag-midecnc","tag-quartz-countertops","tag-stone-cutting-machine","tag-stone-fabrication","tag-stone-industry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CNC Bridge Saw Applications Across Different Stone Industries | Midecnc<\/title>\n<meta name=\"description\" content=\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/midecnc.com\/de\/cnc-bridge-saw-applications-stone-industries\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc\" \/>\n<meta property=\"og:description\" content=\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/midecnc.com\/de\/cnc-bridge-saw-applications-stone-industries\/\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/midecnc\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/midecnc\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-27T09:49:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-27T09:49:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"561\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Midecnc\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Midecnc\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"8\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"},\"author\":{\"name\":\"Midecnc\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"headline\":\"CNC Bridge Saw Applications Across Different Stone Industries\",\"datePublished\":\"2026-06-27T09:49:01+00:00\",\"dateModified\":\"2026-06-27T09:49:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"},\"wordCount\":1008,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"image\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"keywords\":[\"Bridge Saw Applications\",\"CNC bridge saw\",\"CNC stone machine\",\"Granite Processing\",\"marble processing\",\"Midecnc\",\"Quartz Countertops\",\"stone cutting machine\",\"Stone Fabrication\",\"Stone Industry\"],\"articleSection\":[\"Blog\",\"Buyer\u2019s Guide\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\",\"url\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\",\"name\":\"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"datePublished\":\"2026-06-27T09:49:01+00:00\",\"dateModified\":\"2026-06-27T09:49:09+00:00\",\"description\":\"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#primaryimage\",\"url\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"contentUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/construction-industry.webp\",\"width\":1000,\"height\":561},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/cnc-bridge-saw-applications-stone-industries\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/midecnc.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CNC Bridge Saw Applications Across Different Stone Industries\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/#website\",\"url\":\"https:\\\/\\\/midecnc.com\\\/\",\"name\":\"Midecnc Stone Cutting Machine\",\"description\":\"Precision CNC Cutting Machines for Stone\",\"publisher\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/midecnc.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/midecnc.com\\\/#\\\/schema\\\/person\\\/5f533df466985e67087411e0e1e25b4c\",\"name\":\"Midecnc\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"url\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"contentUrl\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\",\"width\":915,\"height\":167,\"caption\":\"Midecnc\"},\"logo\":{\"@id\":\"https:\\\/\\\/midecnc.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/cropped-logo.png\"},\"description\":\"At Midecnc, we are committed to building a trusted brand through originality and innovation. Specializing in automated CNC stone machinery, we design and manufacture precision equipment for marble, granite, sandstone, bluestone, artificial stone, tombstones, ceramic tiles, and more.\",\"sameAs\":[\"http:\\\/\\\/midecnc.com\",\"https:\\\/\\\/www.facebook.com\\\/midecnc\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCHyRL5Vrs9KxdM7OPrNqiEQ\"],\"url\":\"https:\\\/\\\/midecnc.com\\\/de\\\/author\\\/skywen1990outlook-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","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:\/\/midecnc.com\/de\/cnc-bridge-saw-applications-stone-industries\/","og_locale":"de_DE","og_type":"article","og_title":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","og_description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","og_url":"https:\/\/midecnc.com\/de\/cnc-bridge-saw-applications-stone-industries\/","article_publisher":"https:\/\/www.facebook.com\/midecnc","article_author":"https:\/\/www.facebook.com\/midecnc","article_published_time":"2026-06-27T09:49:01+00:00","article_modified_time":"2026-06-27T09:49:09+00:00","og_image":[{"width":1000,"height":561,"url":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","type":"image\/webp"}],"author":"Midecnc","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"Midecnc","Gesch\u00e4tzte Lesezeit":"8\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#article","isPartOf":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"},"author":{"name":"Midecnc","@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"headline":"CNC Bridge Saw Applications Across Different Stone Industries","datePublished":"2026-06-27T09:49:01+00:00","dateModified":"2026-06-27T09:49:09+00:00","mainEntityOfPage":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"},"wordCount":1008,"commentCount":0,"publisher":{"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"image":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"thumbnailUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","keywords":["Bridge Saw Applications","CNC bridge saw","CNC stone machine","Granite Processing","marble processing","Midecnc","Quartz Countertops","stone cutting machine","Stone Fabrication","Stone Industry"],"articleSection":["Blog","Buyer\u2019s Guide"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/","url":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/","name":"CNC Bridge Saw Applications Across Different Stone Industries | Midecnc","isPartOf":{"@id":"https:\/\/midecnc.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"image":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage"},"thumbnailUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","datePublished":"2026-06-27T09:49:01+00:00","dateModified":"2026-06-27T09:49:09+00:00","description":"Discover how CNC bridge saw machines are used across granite, marble, quartz, porcelain, monument, and construction stone industries. Learn which CNC bridge saw is best for different stone applications.","breadcrumb":{"@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#primaryimage","url":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","contentUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2026\/06\/construction-industry.webp","width":1000,"height":561},{"@type":"BreadcrumbList","@id":"https:\/\/midecnc.com\/cnc-bridge-saw-applications-stone-industries\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/midecnc.com\/"},{"@type":"ListItem","position":2,"name":"CNC Bridge Saw Applications Across Different Stone Industries"}]},{"@type":"WebSite","@id":"https:\/\/midecnc.com\/#website","url":"https:\/\/midecnc.com\/","name":"Midecnc Stone Cutting Machine","description":"Precision CNC Cutting Machines for Stone","publisher":{"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/midecnc.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":["Person","Organization"],"@id":"https:\/\/midecnc.com\/#\/schema\/person\/5f533df466985e67087411e0e1e25b4c","name":"Midecnc","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","url":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","contentUrl":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png","width":915,"height":167,"caption":"Midecnc"},"logo":{"@id":"https:\/\/midecnc.com\/wp-content\/uploads\/2025\/04\/cropped-logo.png"},"description":"At Midecnc, we are committed to building a trusted brand through originality and innovation. Specializing in automated CNC stone machinery, we design and manufacture precision equipment for marble, granite, sandstone, bluestone, artificial stone, tombstones, ceramic tiles, and more.","sameAs":["http:\/\/midecnc.com","https:\/\/www.facebook.com\/midecnc","https:\/\/www.youtube.com\/channel\/UCHyRL5Vrs9KxdM7OPrNqiEQ"],"url":"https:\/\/midecnc.com\/de\/author\/skywen1990outlook-com\/"}]}},"_links":{"self":[{"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/posts\/5633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/comments?post=5633"}],"version-history":[{"count":11,"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/posts\/5633\/revisions"}],"predecessor-version":[{"id":5644,"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/posts\/5633\/revisions\/5644"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/media\/5631"}],"wp:attachment":[{"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/media?parent=5633"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/categories?post=5633"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/midecnc.com\/de\/wp-json\/wp\/v2\/tags?post=5633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}