{"id":3269,"date":"2021-11-24T14:55:41","date_gmt":"2021-11-24T13:55:41","guid":{"rendered":"https:\/\/www.carbotech.at\/production\/"},"modified":"2025-03-10T12:21:18","modified_gmt":"2025-03-10T11:21:18","slug":"production-and-technology","status":"publish","type":"page","link":"https:\/\/www.carbotech.at\/en\/production-and-technology\/","title":{"rendered":"Production and Technology"},"content":{"rendered":"<section id=\"block_cb5c1545ca884ef5740a0656aa129a2e\" class=\"intro_v3 \" style=\"background-image:url('https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/01\/202201-CarboTech-web-1920px-48-e1642010523762.jpg'); background-position: center center;\">\n  <div class=\"center\">\n        <div class=\"intro_v3__Icon\">\n      <img src='' alt=''>\n    <\/div>\n    <h2>PRODUCTION &amp; TECHNOLOGY<\/h2>\n  <\/div>\n<\/section>\n\n\n<section id=\"block_58b872bc9bbf2e6fd2441c37841ba538\" class=\"right_image_2 \">\n  <div class=\"center\">\n    <div class=\"right_image_2__Inner\">\n      <div class=\"right_image_2__Left\">\n        <h2>Technology at the highest level<\/h2>\n        <h3>Manufacture meets automation<\/h3>\n<p>Since we were founded in 1993, Mubea Carbo Tech has been able to rely on the know-how and experience of many employees. Expertise and dedication to the product, as well as the state-of-the-art technical infrastructure, form the basis for our success.<\/p>\n<p>Having grown over the years, we have a diversified portfolio of manufacturing technologies at our sites to ensure we offer high-quality products at all times.<\/p>\n              <\/div>\n      <div class=\"right_image_2__Right\">\n        <div class=\"right_image_2__Image\">\n                    <img src='https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/04\/Automatisierung_CarboTech.jpg' alt=''>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<section id=\"block_cccb97cd19926ba67b715cd3e460cdc7\" class=\"heading_2 \">\n  <div class=\"center\">\n        <img src='' alt=''>\n    <h4>Take a look at Mubea Carbo Tech's production<\/h4>\n    <h2>Where innovation meets efficiency<\/h2>\n    <p><\/p>\n  <\/div>\n<\/section>\n\n\n<section id=\"block_1e93a14d19f0fb3b80fb30bd8a901505\" class=\"video_button \">\n    <div class=\"center\">\n        <div class=\"video_button__Inner\">\n            <a href=\"https:\/\/youtu.be\/1yTBauID_zU\" class=\"youtubeLightboxButton\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"video_button__PlayWrap\">\n                    <div class=\"video_button__Play\">\n                        <svg width=\"26\" height=\"33\" viewBox=\"0 0 26 33\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"m.37.431 25 16.041-25 16.042z\" fill=\"#FFF\" fill-rule=\"evenodd\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <span><\/span>\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section>\n<div id=\"youtubelightbox-block_1e93a14d19f0fb3b80fb30bd8a901505\" class=\"parent\">\n    <div class=\"centeredchild\">\n        <div class=\"closeButton\"><\/div>\n        <div class=\"videowrapper\">\n            <div id=\"playerdiv-block_1e93a14d19f0fb3b80fb30bd8a901505\" class=\"videoFrame\"><\/div>\n            <div class=\"videoConsent\">\n                <p>To watch this video, marketing cookies must be enabled.<\/p>\n                <button class=\"button\" onclick=\"setCookiebotConsent('marketing')\">Accept Marketing Cookies<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script type=\"text\/javascript\">\n    const youtubelightbox_block_1e93a14d19f0fb3b80fb30bd8a901505 = function(id) {\n        const isiOS = navigator.userAgent.match(\/(iPad)|(iPhone)|(iPod)\/i) != null \/\/boolean check for iOS devices\n\n        const youtubesection = document.getElementById(id)\n        const youtubelightboxbutton = youtubesection.querySelector('.youtubeLightboxButton')\n        const youtubelightbox = document.getElementById('youtubelightbox-' + id)\n        const youtubelightboxclose = youtubelightbox.querySelector('.closeButton')\n        const youtubelightboxframe = youtubelightbox.querySelector('.videoFrame')\n        const youtubelightboxconsent = youtubelightbox.querySelector('.videoConsent')\n\n        youtubelightboxbutton.addEventListener('click', function(e) {\n            e.preventDefault()\n\n            youtubelightbox.style.display = 'block'\n\n            youtubePlayer()\n        }, false)\n\n\n        let player \/\/ variable to hold new YT.Player() instance\n\n        const youtubePlayer = function() {\n            const videoId = getyoutubeid(youtubelightboxbutton)\n\n            console.log('youtubePlayer', id)\n\n            if (youtubelightbox.style.display !== 'block') return\n\n            if (typeof YT === 'undefined' || (Cookiebot && !Cookiebot.consent.marketing)) {\n                youtubeConsent();\n            } else if (typeof player === 'undefined') { \/\/ if video player hasn't been created yet\n                createyoutubeplayer(videoId)\n            } else if (youtubelightbox.style.display === 'block') {\n                if (isiOS && player && player.cueVideoById) { \/\/ iOS devices can only use the \"cue\" related methods\n                    player.cueVideoById(videoId)\n                } else if (player && player.loadVideoById) { \/\/ if player is defined and has loadVideoById method\n                    player.loadVideoById(videoId)\n                }\n            }\n        }\n\n        \/\/ Load Youtube API if consent is given\n        const youtubeConsent = function() {\n            if (Cookiebot.consent.marketing) {\n                youtubelightboxconsent.style.display = 'none'\n                loadYouTubeAPI()\n            } else {\n                youtubelightboxconsent.removeAttribute('style')\n                \/\/ console.log(\"Youtube API consent not given\");\n            }\n        }\n\n        \/\/ Load Youtube API on CookiebotOnLoad\n        window.addEventListener('CookiebotOnLoad', function() {\n            youtubeConsent()\n        })\n\n        \/\/ Load Youtube API on CookiebotOnAccept\n        window.addEventListener('CookiebotOnAccept', function(e) {\n            youtubeConsent()\n        }, false);\n\n        \/\/ Initialize Youtube Player\n        window.addEventListener('onYouTubeIframeAPIReady', function() {\n            youtubePlayer()\n        })\n\n        \/\/ Hide lightbox when clicked on\n        youtubelightbox.addEventListener('click', function() {\n            this.style.display = 'none'\n            player?.stopVideo()\n        }, false)\n\n        \/\/ Hide lightbox when clicked on\n        youtubelightboxclose.addEventListener('click', function() {\n            youtubelightbox.style.display = 'none'\n            player?.stopVideo()\n        }, false)\n\n        \/\/ Exclude youtube iframe from above action\n        youtubelightbox.querySelector('.centeredchild').addEventListener('click', function(e) {\n            e.stopPropagation()\n        }, false)\n\n        \/\/ Extracts the Youtube video ID from a well formed Youtube URL\n        function getyoutubeid(link) {\n            \/\/ Assumed Youtube URL formats\n            \/\/ https:\/\/www.youtube.com\/watch?v=Pe0jFDPHkzo\n            \/\/ https:\/\/youtu.be\/Pe0jFDPHkzo\n            \/\/ https:\/\/www.youtube.com\/v\/Pe0jFDPHkzo\n            \/\/ and more\n\n            \/\/See http:\/\/stackoverflow.com\/a\/6904504\/4360074\n            const youtubeidreg = \/(?:youtube\\.com\\\/(?:[^\\\/]+\\\/.+\\\/|(?:v|e(?:mbed)?)\\\/|.*[?&]v=)|youtu\\.be\\\/)([^\"&?\\\/ ]{11})\/i;\n            return youtubeidreg.exec(link)[1] \/\/ return Youtube video ID portion of link\n        }\n\n        \/\/ Creates a new YT.Player() instance\n        function createyoutubeplayer(videourl) {\n            player = new YT.Player('playerdiv-' + id, {\n                videoId: videourl,\n                playerVars: {\n                    autoplay: 1\n                }\n            })\n            youtubelightboxconsent.style.display = 'none'\n        }\n    }\n\n    youtubelightbox_block_1e93a14d19f0fb3b80fb30bd8a901505('block_1e93a14d19f0fb3b80fb30bd8a901505');\n<\/script>\n\n<div class=\"center\">\n  <section id=\"block_be5e08f6227c5d3d6c8a3c0df1891d2d\" class=\"blockquote_2 \">\n    <div class=\"blockquote_2__Image\">\n            <img src='https:\/\/www.carbotech.at\/wp-content\/uploads\/2025\/03\/florian-troll-440.webp' alt=''>\n    <\/div>\n    <div class=\"blockquote_2__Content\">\n      <h2>From vision to reality<\/h2>\n      <p>\"We make our customers' visions a reality with our lightweight technology.\"<\/p>\n      <h4>Florian, Head of Product Unit Visual Parts<\/h4>\n    <\/div>\n  <\/section>\n<\/div>\n\n\n<section id=\"block_8dc1e46181c70edd0cb3f8fa23fdf063\" class=\"heading_2 \">\n  <div class=\"center\">\n        <img src='' alt=''>\n    <h4>Take a look at our wheel manufacturing<\/h4>\n    <h2>Lightweight construction meets precision <\/h2>\n    <p><\/p>\n  <\/div>\n<\/section>\n\n\n<section id=\"block_2e4e9cdf9774dada92deb1b512989038\" class=\"video_button \">\n    <div class=\"center\">\n        <div class=\"video_button__Inner\">\n            <a href=\"https:\/\/youtu.be\/yJ3hUdHe51o\" class=\"youtubeLightboxButton\" target=\"_blank\" rel=\"noopener\">\n                <div class=\"video_button__PlayWrap\">\n                    <div class=\"video_button__Play\">\n                        <svg width=\"26\" height=\"33\" viewBox=\"0 0 26 33\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"m.37.431 25 16.041-25 16.042z\" fill=\"#FFF\" fill-rule=\"evenodd\" \/>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n                <span><\/span>\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section>\n<div id=\"youtubelightbox-block_2e4e9cdf9774dada92deb1b512989038\" class=\"parent\">\n    <div class=\"centeredchild\">\n        <div class=\"closeButton\"><\/div>\n        <div class=\"videowrapper\">\n            <div id=\"playerdiv-block_2e4e9cdf9774dada92deb1b512989038\" class=\"videoFrame\"><\/div>\n            <div class=\"videoConsent\">\n                <p>To watch this video, marketing cookies must be enabled.<\/p>\n                <button class=\"button\" onclick=\"setCookiebotConsent('marketing')\">Accept Marketing Cookies<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script type=\"text\/javascript\">\n    const youtubelightbox_block_2e4e9cdf9774dada92deb1b512989038 = function(id) {\n        const isiOS = navigator.userAgent.match(\/(iPad)|(iPhone)|(iPod)\/i) != null \/\/boolean check for iOS devices\n\n        const youtubesection = document.getElementById(id)\n        const youtubelightboxbutton = youtubesection.querySelector('.youtubeLightboxButton')\n        const youtubelightbox = document.getElementById('youtubelightbox-' + id)\n        const youtubelightboxclose = youtubelightbox.querySelector('.closeButton')\n        const youtubelightboxframe = youtubelightbox.querySelector('.videoFrame')\n        const youtubelightboxconsent = youtubelightbox.querySelector('.videoConsent')\n\n        youtubelightboxbutton.addEventListener('click', function(e) {\n            e.preventDefault()\n\n            youtubelightbox.style.display = 'block'\n\n            youtubePlayer()\n        }, false)\n\n\n        let player \/\/ variable to hold new YT.Player() instance\n\n        const youtubePlayer = function() {\n            const videoId = getyoutubeid(youtubelightboxbutton)\n\n            console.log('youtubePlayer', id)\n\n            if (youtubelightbox.style.display !== 'block') return\n\n            if (typeof YT === 'undefined' || (Cookiebot && !Cookiebot.consent.marketing)) {\n                youtubeConsent();\n            } else if (typeof player === 'undefined') { \/\/ if video player hasn't been created yet\n                createyoutubeplayer(videoId)\n            } else if (youtubelightbox.style.display === 'block') {\n                if (isiOS && player && player.cueVideoById) { \/\/ iOS devices can only use the \"cue\" related methods\n                    player.cueVideoById(videoId)\n                } else if (player && player.loadVideoById) { \/\/ if player is defined and has loadVideoById method\n                    player.loadVideoById(videoId)\n                }\n            }\n        }\n\n        \/\/ Load Youtube API if consent is given\n        const youtubeConsent = function() {\n            if (Cookiebot.consent.marketing) {\n                youtubelightboxconsent.style.display = 'none'\n                loadYouTubeAPI()\n            } else {\n                youtubelightboxconsent.removeAttribute('style')\n                \/\/ console.log(\"Youtube API consent not given\");\n            }\n        }\n\n        \/\/ Load Youtube API on CookiebotOnLoad\n        window.addEventListener('CookiebotOnLoad', function() {\n            youtubeConsent()\n        })\n\n        \/\/ Load Youtube API on CookiebotOnAccept\n        window.addEventListener('CookiebotOnAccept', function(e) {\n            youtubeConsent()\n        }, false);\n\n        \/\/ Initialize Youtube Player\n        window.addEventListener('onYouTubeIframeAPIReady', function() {\n            youtubePlayer()\n        })\n\n        \/\/ Hide lightbox when clicked on\n        youtubelightbox.addEventListener('click', function() {\n            this.style.display = 'none'\n            player?.stopVideo()\n        }, false)\n\n        \/\/ Hide lightbox when clicked on\n        youtubelightboxclose.addEventListener('click', function() {\n            youtubelightbox.style.display = 'none'\n            player?.stopVideo()\n        }, false)\n\n        \/\/ Exclude youtube iframe from above action\n        youtubelightbox.querySelector('.centeredchild').addEventListener('click', function(e) {\n            e.stopPropagation()\n        }, false)\n\n        \/\/ Extracts the Youtube video ID from a well formed Youtube URL\n        function getyoutubeid(link) {\n            \/\/ Assumed Youtube URL formats\n            \/\/ https:\/\/www.youtube.com\/watch?v=Pe0jFDPHkzo\n            \/\/ https:\/\/youtu.be\/Pe0jFDPHkzo\n            \/\/ https:\/\/www.youtube.com\/v\/Pe0jFDPHkzo\n            \/\/ and more\n\n            \/\/See http:\/\/stackoverflow.com\/a\/6904504\/4360074\n            const youtubeidreg = \/(?:youtube\\.com\\\/(?:[^\\\/]+\\\/.+\\\/|(?:v|e(?:mbed)?)\\\/|.*[?&]v=)|youtu\\.be\\\/)([^\"&?\\\/ ]{11})\/i;\n            return youtubeidreg.exec(link)[1] \/\/ return Youtube video ID portion of link\n        }\n\n        \/\/ Creates a new YT.Player() instance\n        function createyoutubeplayer(videourl) {\n            player = new YT.Player('playerdiv-' + id, {\n                videoId: videourl,\n                playerVars: {\n                    autoplay: 1\n                }\n            })\n            youtubelightboxconsent.style.display = 'none'\n        }\n    }\n\n    youtubelightbox_block_2e4e9cdf9774dada92deb1b512989038('block_2e4e9cdf9774dada92deb1b512989038');\n<\/script>\n\n\n<div style=\"height:65px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<section id=\"block_fa31346901556b94b1787f8d18ac20a7\" class=\"gallery \">\n  <div class=\"center\">\n    <h2>A glimpse into the production<\/h2>\n    <div class=\"gallery__Slider gallery-slider-block_fa31346901556b94b1787f8d18ac20a7\">\n                        <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-009.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-009-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-003.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-003-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-002.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-002-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/01\/202201-CarboTech-web-1920px-48-e1642010523762.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/01\/202201-CarboTech-web-1920px-48-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-008.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-008-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-004.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-004-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-005.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-005-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-006.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-006-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-010.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-010-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-014.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-014-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-011.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-011-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-013.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-013-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-015.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-015-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-49.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-49-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-012.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-012-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-31-1.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-31-1-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-15.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-15-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-11.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-11-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-141.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-141-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-145.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-145-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-153.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2021\/11\/202110-CarboTech-web-1920px-153-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/01\/202201-CarboTech-web-1920px-88.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/01\/202201-CarboTech-web-1920px-88-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-016.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/03\/CarboTech-n-1920x1080px-016-1920x1080.jpg\" alt=\"\" \/>\n          <\/a>\n                  <a href=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/04\/CarboTech-n-1920x855px.jpg\" class=\"gallery__Slide\" data-lightbox=\"gallery-block_fa31346901556b94b1787f8d18ac20a7\">\n            <img decoding=\"async\" src=\"https:\/\/www.carbotech.at\/wp-content\/uploads\/2022\/04\/CarboTech-n-1920x855px.jpg\" alt=\"\" \/>\n          <\/a>\n                  <\/div>\n  <\/div>\n<\/section>\n<script type=\"text\/javascript\">\n    jQuery('.gallery-slider-block_fa31346901556b94b1787f8d18ac20a7').slick({\n    centerMode: true,\n    centerPadding: '20px',\n    slidesToShow: 3,\n    slidesToScroll: 1,\n    arrows: true,\n    prevArrow:'<button type=\"button\" class=\"slick-prev gallery__Nav gallery__Nav--prev\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z\"\/><\/svg><\/button>',\n    nextArrow:'<button type=\"button\" class=\"slick-next gallery__Nav gallery__Nav--next\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><path d=\"M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z\"\/><\/svg><\/button>',\n    dots:false,\n    infinite: true,\n    autoplay: true,\n    autoplaySpeed: 8000,\n    responsive: [\n      {\n        breakpoint: 1024,\n        settings: {\n          slidesToShow: 1,\n          slidesToScroll: 1,\n          adaptiveHeight: true\n        }\n      }\n    ]\n  });\n\n  <\/script>\n\n\n<section id=\"block_04d24bae73414214d6786dbebebbe3f6\" class=\"section_start_block_04d24bae73414214d6786dbebebbe3f6 \">\n<style>\n  .section_start_block_04d24bae73414214d6786dbebebbe3f6 {\n    padding-top: 90px;                                background-color:#f2f5f8;  }\n<\/style>\n\n\n<section id=\"block_a51c5a964ca071f47c441bad2917b926\" class=\"text_block_2 \">\n  <div class=\"center\">\n    <h2>BECOME A PARTNER OF<br \/>MUBEA CARBO TECH<\/h2>\n        \t    <a href=\"\/en\/contact\" class=\"button\">Contact<\/a>\n      <\/div>\n<\/section>\n\n\n<\/section>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-3269","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.carbotech.at\/en\/wp-json\/wp\/v2\/pages\/3269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.carbotech.at\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.carbotech.at\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.carbotech.at\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.carbotech.at\/en\/wp-json\/wp\/v2\/comments?post=3269"}],"version-history":[{"count":3,"href":"https:\/\/www.carbotech.at\/en\/wp-json\/wp\/v2\/pages\/3269\/revisions"}],"predecessor-version":[{"id":4285,"href":"https:\/\/www.carbotech.at\/en\/wp-json\/wp\/v2\/pages\/3269\/revisions\/4285"}],"wp:attachment":[{"href":"https:\/\/www.carbotech.at\/en\/wp-json\/wp\/v2\/media?parent=3269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}