{"id":3993,"date":"2024-10-10T11:46:01","date_gmt":"2024-10-10T09:46:01","guid":{"rendered":"https:\/\/www.inventus.at\/?page_id=3993"},"modified":"2025-10-21T20:50:34","modified_gmt":"2025-10-21T18:50:34","slug":"company","status":"publish","type":"page","link":"https:\/\/www.inventus.at\/en\/company\/","title":{"rendered":"Company"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3993\" class=\"elementor elementor-3993\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c246fd5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c246fd5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-52872cb\" data-id=\"52872cb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a4794d5 elementor-widget elementor-widget-html\" data-id=\"a4794d5\" 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<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n    \/\/ Alle Abschnitte mit den Klassen standardm\u00e4\u00dfig ausblenden\r\n    const developmentSections = [];\r\n    const engineeringSections = [];\r\n    const holdingSections = [];\r\n    const productsSections = []; \/\/ Neue Products-Klasse\r\n\r\n    for (let i = 1; i <= 8; i++) {\r\n        const developmentSection = document.querySelector('.development-versteckt-' + i);\r\n        if (developmentSection) {\r\n            developmentSection.style.display = 'none';\r\n            developmentSections.push(developmentSection);\r\n        }\r\n    }\r\n\r\n    for (let i = 1; i <= 9; i++) {\r\n        const engineeringSection = document.querySelector('.engineering-versteckt-' + i);\r\n        if (engineeringSection) {\r\n            engineeringSection.style.display = 'none';\r\n            engineeringSections.push(engineeringSection);\r\n        }\r\n    }\r\n\r\n    for (let i = 1; i <= 7; i++) {\r\n        const holdingSection = document.querySelector('.holding-versteckt-' + i);\r\n        if (holdingSection) {\r\n            holdingSection.style.display = 'block'; \/\/ Sections der Holding direkt sichtbar machen\r\n            holdingSections.push(holdingSection);\r\n        }\r\n    }\r\n\r\n    for (let i = 1; i <= 3; i++) { \/\/ Neue Schleife f\u00fcr Products\r\n        const productsSection = document.querySelector('.products-versteckt-' + i);\r\n        if (productsSection) {\r\n            productsSection.style.display = 'none';\r\n            productsSections.push(productsSection);\r\n        }\r\n    }\r\n\r\n    \/\/ Verwende Event Delegation\r\n    document.body.addEventListener('click', function(event) {\r\n        \/\/ Development\r\n        const developmentLogoElement = event.target.closest('.firmen-development-logo');\r\n        if (developmentLogoElement) {\r\n            console.log('Development-Logo wurde angeklickt!');\r\n\r\n            engineeringSections.forEach(section => section.style.display = 'none');\r\n            holdingSections.forEach(section => section.style.display = 'none');\r\n            productsSections.forEach(section => section.style.display = 'none'); \/\/ Products ausblenden\r\n\r\n            developmentSections.forEach((section, index) => {\r\n                section.style.display = 'block';\r\n                if (index === 0) {\r\n                    section.scrollIntoView({ behavior: 'smooth' });\r\n                }\r\n            });\r\n        }\r\n\r\n        \/\/ Engineering\r\n        const engineeringLogoElement = event.target.closest('.engineering-versteckt-logo');\r\n        if (engineeringLogoElement) {\r\n            console.log('Engineering-Logo wurde angeklickt!');\r\n\r\n            developmentSections.forEach(section => section.style.display = 'none');\r\n            holdingSections.forEach(section => section.style.display = 'none');\r\n            productsSections.forEach(section => section.style.display = 'none'); \/\/ Products ausblenden\r\n\r\n            engineeringSections.forEach((section, index) => {\r\n                section.style.display = 'block';\r\n                if (index === 0) {\r\n                    section.scrollIntoView({ behavior: 'smooth' });\r\n                }\r\n            });\r\n        }\r\n\r\n        \/\/ Holding\r\n        const holdingLogoElement = event.target.closest('.holding-versteckt-logo');\r\n        if (holdingLogoElement) {\r\n            console.log('Holding-Logo wurde angeklickt!');\r\n\r\n            developmentSections.forEach(section => section.style.display = 'none');\r\n            engineeringSections.forEach(section => section.style.display = 'none');\r\n            productsSections.forEach(section => section.style.display = 'none'); \/\/ Products ausblenden\r\n\r\n            holdingSections.forEach((section, index) => {\r\n                section.style.display = 'block';\r\n                if (index === 0) {\r\n                    section.scrollIntoView({ behavior: 'smooth' });\r\n                }\r\n            });\r\n        }\r\n\r\n        \/\/ Products (Neue Logik)\r\n        const productsLogoElement = event.target.closest('.products-versteckt-logo');\r\n        if (productsLogoElement) {\r\n            console.log('Products-Logo wurde angeklickt!');\r\n\r\n            developmentSections.forEach(section => section.style.display = 'none');\r\n            engineeringSections.forEach(section => section.style.display = 'none');\r\n            holdingSections.forEach(section => section.style.display = 'none');\r\n\r\n            productsSections.forEach((section, index) => {\r\n                section.style.display = 'block';\r\n                if (index === 0) {\r\n                    section.scrollIntoView({ behavior: 'smooth' });\r\n                }\r\n            });\r\n        }\r\n    });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-baf8b9d elementor-widget elementor-widget-html\" data-id=\"baf8b9d\" 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<script>\r\njQuery(document).ready(function($) {\r\n    \/\/ Ersetze '.contact-popup-button' durch die CSS-Klasse deines Buttons\r\n    $('.contact-popup-button').on('click', function(e) {\r\n        e.preventDefault();\r\n        \/\/ \u00d6ffnet das Popup mit der ID 4967\r\n        elementorProFrontend.modules.popup.showPopup({ id: 4967 });\r\n    });\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6fa813a elementor-section-full_width elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle elementor-reverse-mobile elementor-section-height-default\" data-id=\"6fa813a\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a91f8b6\" data-id=\"a91f8b6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-60b27a9 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"60b27a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Company<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a90a60 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2a90a60\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" 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\">Think<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55ddcd6 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"55ddcd6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:900}\" 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\">outside<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-20303f3 animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"20303f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1300}\" 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\">the box.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-8308308\" data-id=\"8308308\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8f5b051 elementor-widget elementor-widget-spacer\" data-id=\"8f5b051\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-42433a9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"42433a9\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e220331\" data-id=\"e220331\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bdf36b5 elementor-widget elementor-widget-spacer\" data-id=\"bdf36b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40876c7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"40876c7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-748bb09\" data-id=\"748bb09\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-deec532 holding-versteckt-logo elementor-widget elementor-widget-image\" data-id=\"deec532\" 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 fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"334\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-768x334.jpg\" class=\"attachment-medium_large size-medium_large wp-image-358\" alt=\"INVENTUS Holding Logo: The main logo representing INVENTUS as the overarching company.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-768x334.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-600x261.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-300x130.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-1024x445.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c.jpg 1181w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\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-6dd2ce8 elementor-align-center holding-versteckt-logo elementor-widget-mobile__width-initial elementor-widget elementor-widget-button\" data-id=\"6dd2ce8\" 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-size-sm\" role=\"button\">\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\">More about the Holding<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c754c00\" data-id=\"c754c00\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-289d36e firmen-development-logo elementor-widget elementor-widget-image\" data-id=\"289d36e\" 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\" width=\"800\" height=\"348\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-1024x445.jpg\" class=\"attachment-large size-large wp-image-359\" alt=\"Inventus Development Logo: Logo representing Inventus Development, focusing on research and innovation for new technologies.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-1024x445.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-600x261.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-300x130.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-768x334.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent.jpg 1181w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-f7d5f65 elementor-align-center firmen-development-logo elementor-widget elementor-widget-button\" data-id=\"f7d5f65\" 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-size-sm\" role=\"button\">\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\">How we Develop<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-60e4df2\" data-id=\"60e4df2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-91c32cd engineering-versteckt-logo elementor-widget elementor-widget-image\" data-id=\"91c32cd\" 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\" width=\"800\" height=\"348\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-1024x445.jpg\" class=\"attachment-large size-large wp-image-372\" alt=\"Inventus Engineering Logo: Logo for Inventus Engineering, specializing in technical solutions and system engineering.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-1024x445.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-600x261.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-300x130.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-768x334.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c.jpg 1181w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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-5f3a634 elementor-align-center engineering-versteckt-logo elementor-widget elementor-widget-button\" data-id=\"5f3a634\" 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-size-sm\" role=\"button\">\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\">How Engineering happens<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-169327c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"169327c\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8364a20\" data-id=\"8364a20\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b2eeba6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"b2eeba6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0e31e66 holding-versteckt-1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0e31e66\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-82c1ae5\" data-id=\"82c1ae5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dca3fca elementor-widget elementor-widget-image\" data-id=\"dca3fca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"348\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-1024x445.jpg\" class=\"attachment-large size-large wp-image-358\" alt=\"INVENTUS Holding Logo: The main logo representing INVENTUS as the overarching company.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-1024x445.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-600x261.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-300x130.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c-768x334.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Holding_4c.jpg 1181w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a53e463\" data-id=\"a53e463\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-601e6a7 elementor-widget elementor-widget-text-editor\" data-id=\"601e6a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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><strong>Founding year<\/strong>\u00a02017<\/p><p><strong>Commercial register<\/strong>\u00a0\u00a0FN\u00a0474081 d<\/p><p><strong>Legal form<\/strong>\u00a0\u00a0Company with limited liability<\/p><p><strong>Industry name<\/strong>\u00a0\u00a0Mechatronics for machines and manufacturing technology<\/p><p><strong>Shareholder<\/strong>\u00a0\u00a0 \u00a0Ing. Stefan Battlogg , MIS Motors Holding AG<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-622a7d0 engineering-versteckt-9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"622a7d0\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-697185b\" data-id=\"697185b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-14cada1 elementor-widget elementor-widget-image\" data-id=\"14cada1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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 loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"334\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-768x334.jpg\" class=\"attachment-medium_large size-medium_large wp-image-372\" alt=\"Inventus Engineering Logo: Logo for Inventus Engineering, specializing in technical solutions and system engineering.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-768x334.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-600x261.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-300x130.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c-1024x445.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Engineering_4c.jpg 1181w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3f8f693\" data-id=\"3f8f693\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-363b3ea elementor-widget elementor-widget-text-editor\" data-id=\"363b3ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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><strong>Founding year<\/strong>\u00a0\u00a02003<\/p><p><strong>Commercial register<\/strong>\u00a0\u00a0FN\u00a0241869s<\/p><p><strong>Umsatzsteueridentifikationsnummer<\/strong>\u00a0\u00a0ATU57543536<\/p><p><strong>EORI \u2013 Economic Operators Registration and Identification<\/strong>\u00a0\u00a0ATEOS1000030764<\/p><p><strong>Legal form<\/strong>\u00a0\u00a0Company with limited liability<\/p><p><strong>Industry name<\/strong>\u00a0\u00a0Mechatronics for machines and manufacturing technology<\/p><p><strong>Shareholder<\/strong>\u00a0 \u00a0 INVENTUS Holding GmbH<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-26977d4 development-versteckt-8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"26977d4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3d1a852\" data-id=\"3d1a852\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-552e9c9 elementor-widget elementor-widget-image\" data-id=\"552e9c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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 loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"334\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-768x334.jpg\" class=\"attachment-medium_large size-medium_large wp-image-359\" alt=\"Inventus Development Logo: Logo representing Inventus Development, focusing on research and innovation for new technologies.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-768x334.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-600x261.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-300x130.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent-1024x445.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/IN_LO_SZ_Development_4c_Transparent.jpg 1181w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-72cb93a\" data-id=\"72cb93a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-681fb4a elementor-widget elementor-widget-text-editor\" data-id=\"681fb4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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><strong>Founding year<\/strong>\u00a0\u00a02017<\/p><p><strong>Commercial register<\/strong>\u00a0\u00a0FN 474080 b<\/p><p><strong>Umsatzsteueridentifikationsnummer<\/strong>\u00a0\u00a0ATU72447658<\/p><p><strong>EORI \u2013 Economic Operators Registration and Identification<\/strong>\u00a0\u00a0ATEOS1000084166<\/p><p><strong>Legal form<\/strong>\u00a0\u00a0Company with limited liability<\/p><p><strong>Industry name<\/strong>\u00a0\u00a0Mechatronics for machines and manufacturing technology<\/p><p><strong>Shareholder<\/strong>\u00a0\u00a0 \u00a0INVENTUS Holding GmbH<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e083e88 elementor-section-content-middle elementor-reverse-mobile holding-versteckt-4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e083e88\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-09d5ae9\" data-id=\"09d5ae9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a76938 elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"2a76938\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-pin\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tInventus is an engineering service provider based in St. Anton im Montafon, Austria\u200b\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bb0af31 elementor-section-content-top holding-versteckt-6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bb0af31\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b5f7745\" data-id=\"b5f7745\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-35577f5 elementor-widget elementor-widget-icon-box\" data-id=\"35577f5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSefan Battlogg\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-9302139 elementor-widget elementor-widget-image\" data-id=\"9302139\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:40}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1-1024x1024.jpg\" class=\"attachment-large size-large wp-image-592\" alt=\"\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1-1024x1024.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1-300x300.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1-100x100.jpg 100w, https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1-600x600.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1-150x150.jpg 150w, https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1-768x768.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1-1536x1536.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2021\/07\/Stefan-Battlogg-inventus-1.jpg 2024w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">CEO and Founder<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\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-4f0da86 elementor-widget elementor-widget-text-editor\" data-id=\"4f0da86\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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>Founder and owner of Inventus. Developer, inventor and visionary. Inventus owns now more than 400 intellectual property rights in various countries.<\/p>\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-37144b6 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"37144b6\" 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<a href=\"tel:+43555231231200\">\n\n\t\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<i aria-hidden=\"true\" class=\"fas fa-phone-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Tel: +43 (0)5552 31231 200<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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<a href=\"tel:+43676842440200\">\n\n\t\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<i aria-hidden=\"true\" class=\"fas fa-phone-square-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Mobile: +43 676 842440 200<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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<a href=\"mailto:stefan.battlogg@inventus.at\">\n\n\t\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<i aria-hidden=\"true\" class=\"fas fa-mail-bulk\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">stefan.battlogg@inventus.at<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d10f83a\" data-id=\"d10f83a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-56e4302 elementor-widget elementor-widget-icon-box\" data-id=\"56e4302\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tMario Illien\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-4337454 elementor-widget elementor-widget-image\" data-id=\"4337454\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:40}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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<figure class=\"wp-caption\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"663\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/20160525-IMG_7352-scaled-e1737642497331-1024x848.jpg\" class=\"attachment-large size-large wp-image-3806\" alt=\"Mario Illien (left) and Stefan Battlogg (right) standing together in front of high-performance engine components, both smiling at the camera.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/20160525-IMG_7352-scaled-e1737642497331-1024x848.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/20160525-IMG_7352-scaled-e1737642497331-300x248.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/20160525-IMG_7352-scaled-e1737642497331-768x636.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/20160525-IMG_7352-scaled-e1737642497331-1536x1272.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/20160525-IMG_7352-scaled-e1737642497331-14x12.jpg 14w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/09\/20160525-IMG_7352-scaled-e1737642497331.jpg 1992w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t<figcaption class=\"widget-image-caption wp-caption-text\">Founder<\/figcaption>\n\t\t\t\t\t\t\t\t\t\t<\/figure>\n\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-954285b elementor-widget elementor-widget-text-editor\" data-id=\"954285b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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>Founder and owner of Ilmor Racing (www.ilmor.com\/Racing\/), a company with over 30 years of history in the racing world and a well-earned reputation<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-26ac097 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"26ac097\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-93043e4\" data-id=\"93043e4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f4e6648 elementor-widget elementor-widget-image\" data-id=\"f4e6648\" 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 loading=\"lazy\" decoding=\"async\" width=\"442\" height=\"226\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/12\/Racing-Mario-Illien.jpg\" class=\"attachment-large size-large wp-image-5861\" alt=\"Racing team associated with Mario Illien, co-founder of Inventus, known for high-performance motorsport engineering.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/12\/Racing-Mario-Illien.jpg 442w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/12\/Racing-Mario-Illien-300x153.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/12\/Racing-Mario-Illien-18x9.jpg 18w\" sizes=\"(max-width: 442px) 100vw, 442px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a9cb96a\" data-id=\"a9cb96a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af86bd6 elementor-widget elementor-widget-image\" data-id=\"af86bd6\" 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 loading=\"lazy\" decoding=\"async\" width=\"632\" height=\"229\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/12\/Racing-Mario-Illien-2.jpg\" class=\"attachment-large size-large wp-image-5860\" alt=\"Racing team associated with Mario Illien, co-founder of Inventus, known for high-performance motorsport engineering.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/12\/Racing-Mario-Illien-2.jpg 632w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/12\/Racing-Mario-Illien-2-300x109.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2024\/12\/Racing-Mario-Illien-2-18x7.jpg 18w\" sizes=\"(max-width: 632px) 100vw, 632px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-356c102 elementor-section-content-middle elementor-reverse-mobile holding-versteckt-5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"356c102\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4a3ca70\" data-id=\"4a3ca70\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5deb404 elementor-widget elementor-widget-icon-box\" data-id=\"5deb404\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h4 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tInventus is privately owned by Stefan Battlogg and Mario Illien and was founded in 2003.\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h4>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7b61820 elementor-section-content-middle elementor-reverse-mobile development-versteckt-1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7b61820\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0a5a9ae\" data-id=\"0a5a9ae\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-91a9f1c elementor-view-default elementor-position-block-start elementor-mobile-position-block-start elementor-widget elementor-widget-icon-box\" data-id=\"91a9f1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"far fa-handshake\"><\/i>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tYour competent partner\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\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-59dcc58 elementor-widget elementor-widget-text-editor\" data-id=\"59dcc58\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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>We support you in the development of your product, from conception to industrialisation. Using modern CAD and simulation tools and our years of experience in process, quality and project management, we can guarantee you the highest standard in efficiency and quality.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fd0c36a elementor-section-height-min-height development-versteckt-2 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"fd0c36a\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-14af703\" data-id=\"14af703\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ed56a80 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"ed56a80\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 164 164\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1,0,0,1,-1982.51,-978.572)\">        <path d=\"M2064.25,1109.47C2091.36,1109.47 2113.41,1087.42 2113.41,1060.31C2113.41,1033.2 2091.36,1011.15 2064.25,1011.15C2037.14,1011.15 2015.09,1033.2 2015.09,1060.31C2015.09,1087.42 2037.14,1109.47 2064.25,1109.47ZM2064.25,1018.26C2087.44,1018.26 2106.3,1037.12 2106.3,1060.31C2106.3,1083.5 2087.44,1102.36 2064.25,1102.36C2041.06,1102.36 2022.19,1083.5 2022.19,1060.31C2022.19,1037.12 2041.06,1018.26 2064.25,1018.26Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1988.87,1093.23L1998.06,1109.13C1998.91,1110.61 2000.69,1111.27 2002.3,1110.71L2014.26,1106.55C2015.46,1107.85 2016.72,1109.1 2018.01,1110.31L2013.85,1122.26C2013.29,1123.87 2013.95,1125.65 2015.43,1126.51L2031.33,1135.69C2032.81,1136.54 2034.69,1136.22 2035.8,1134.93L2044.06,1125.37C2045.75,1125.89 2047.48,1126.35 2049.21,1126.74L2051.58,1139.16C2051.9,1140.84 2053.36,1142.05 2055.07,1142.05L2073.43,1142.05C2075.14,1142.05 2076.6,1140.84 2076.92,1139.16L2079.29,1126.74C2081.03,1126.35 2082.75,1125.89 2084.44,1125.37L2092.7,1134.93C2093.82,1136.23 2095.69,1136.54 2097.17,1135.69L2113.07,1126.5C2114.54,1125.65 2115.21,1123.87 2114.65,1122.26L2110.48,1110.3C2111.78,1109.1 2113.04,1107.85 2114.24,1106.55L2126.2,1110.71C2127.82,1111.27 2129.59,1110.61 2130.45,1109.13L2139.63,1093.23C2140.48,1091.75 2140.16,1089.88 2138.87,1088.76L2129.3,1080.5C2129.83,1078.81 2130.29,1077.09 2130.68,1075.35L2143.1,1072.98C2144.78,1072.66 2145.99,1071.2 2145.99,1069.49L2145.99,1051.13C2145.99,1049.43 2144.78,1047.96 2143.1,1047.64L2130.68,1045.27C2130.29,1043.53 2129.83,1041.81 2129.3,1040.12L2138.87,1031.86C2140.16,1030.75 2140.48,1028.87 2139.63,1027.39L2130.44,1011.49C2129.59,1010.02 2127.82,1009.35 2126.2,1009.91L2114.24,1014.08C2113.04,1012.77 2111.78,1011.52 2110.48,1010.32L2114.65,998.362C2115.21,996.749 2114.55,994.968 2113.07,994.114L2097.16,984.935C2095.69,984.081 2093.82,984.4 2092.7,985.691L2084.44,995.255C2082.75,994.732 2081.03,994.274 2079.29,993.881L2076.92,981.46C2076.6,979.784 2075.14,978.572 2073.43,978.572L2055.07,978.572C2053.36,978.572 2051.9,979.787 2051.58,981.46L2049.21,993.881C2047.48,994.274 2045.75,994.732 2044.06,995.255L2035.8,985.691C2034.69,984.4 2032.81,984.081 2031.33,984.935L2015.43,994.114C2013.95,994.968 2013.29,996.752 2013.85,998.362L2018.01,1010.32C2016.72,1011.52 2015.46,1012.77 2014.26,1014.08L2002.3,1009.91C2000.69,1009.35 1998.9,1010.02 1998.06,1011.49L1988.87,1027.39C1988.02,1028.87 1988.34,1030.75 1989.63,1031.86L1999.2,1040.12C1998.67,1041.81 1998.21,1043.54 1997.82,1045.27L1985.4,1047.64C1983.72,1047.96 1982.51,1049.43 1982.51,1051.13L1982.51,1069.49C1982.51,1071.2 1983.72,1072.66 1985.4,1072.98L1997.82,1075.35C1998.21,1077.09 1998.67,1078.81 1999.2,1080.5L1989.63,1088.76C1988.34,1089.88 1988.02,1091.75 1988.87,1093.23ZM2005.63,1084.33C2006.74,1083.38 2007.15,1081.85 2006.67,1080.47C2005.66,1077.61 2004.87,1074.64 2004.31,1071.65C2004.04,1070.21 2002.92,1069.09 2001.48,1068.81L1989.62,1066.55L1989.62,1054.07L2001.48,1051.81C2002.92,1051.53 2004.04,1050.41 2004.31,1048.97C2004.87,1045.98 2005.66,1043.01 2006.66,1040.15C2007.15,1038.77 2006.74,1037.24 2005.63,1036.29L1996.5,1028.4L2002.74,1017.59L2014.16,1021.57C2015.54,1022.05 2017.07,1021.63 2018.02,1020.53C2020,1018.23 2022.17,1016.06 2024.47,1014.08C2025.57,1013.13 2025.99,1011.6 2025.51,1010.22L2021.53,998.802L2032.34,992.559L2040.22,1001.7C2041.18,1002.8 2042.72,1003.21 2044.09,1002.73C2046.95,1001.73 2049.92,1000.93 2052.91,1000.37C2054.35,1000.1 2055.47,998.982 2055.74,997.546L2058.01,985.681L2070.49,985.681L2072.75,997.546C2073.03,998.983 2074.15,1000.1 2075.59,1000.37C2078.58,1000.94 2081.55,1001.73 2084.41,1002.73C2085.78,1003.21 2087.32,1002.8 2088.27,1001.7L2096.16,992.559L2106.97,998.799L2102.99,1010.22C2102.51,1011.6 2102.93,1013.13 2104.03,1014.08C2106.33,1016.06 2108.5,1018.23 2110.48,1020.53C2111.43,1021.63 2112.97,1022.05 2114.34,1021.57L2125.76,1017.59L2132,1028.4L2122.86,1036.29C2121.76,1037.24 2121.35,1038.78 2121.83,1040.15C2122.83,1043.01 2123.63,1045.98 2124.19,1048.97C2124.46,1050.41 2125.58,1051.53 2127.01,1051.81L2138.88,1054.07L2138.88,1066.55L2127.01,1068.81C2125.58,1069.09 2124.46,1070.21 2124.19,1071.65C2123.62,1074.64 2122.83,1077.61 2121.83,1080.47C2121.35,1081.85 2121.76,1083.38 2122.86,1084.33L2132,1092.22L2125.76,1103.03L2114.34,1099.06C2112.96,1098.57 2111.43,1098.99 2110.48,1100.09C2108.5,1102.39 2106.33,1104.56 2104.03,1106.54C2102.92,1107.49 2102.51,1109.02 2102.99,1110.4L2106.97,1121.82L2096.16,1128.06L2088.27,1118.92C2087.32,1117.82 2085.78,1117.41 2084.41,1117.89C2081.55,1118.89 2078.58,1119.69 2075.59,1120.25C2074.15,1120.52 2073.03,1121.64 2072.75,1123.07L2070.49,1134.94L2058.01,1134.94L2055.75,1123.08C2055.47,1121.64 2054.35,1120.52 2052.91,1120.25C2049.91,1119.69 2046.95,1118.89 2044.09,1117.89C2043.71,1117.76 2043.31,1117.69 2042.92,1117.69C2041.9,1117.69 2040.91,1118.13 2040.23,1118.92L2032.34,1128.06L2021.53,1121.82L2025.51,1110.4C2025.98,1109.03 2025.58,1107.5 2024.47,1106.54C2022.17,1104.56 2020,1102.39 2018.02,1100.09C2017.07,1098.99 2015.54,1098.57 2014.16,1099.06L2002.74,1103.03L1996.5,1092.22L2005.63,1084.33Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>    <\/g><\/svg>\t\t\t<\/div>\n\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-a8cab4a elementor-widget elementor-widget-heading\" data-id=\"a8cab4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Conception<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d448712 elementor-widget elementor-widget-text-editor\" data-id=\"d448712\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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>Engineering is as flexible as your products require. You decide in which stages of your product development you need our engineering services. We take care of the rest.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bda9578\" data-id=\"bda9578\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-60a0841 elementor-widget elementor-widget-image\" data-id=\"60a0841\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Konzeption-inventus-1024x684.jpg\" class=\"attachment-large size-large wp-image-247\" alt=\"A person drawing technical diagrams on a whiteboard, illustrating engineering concepts and project planning. The diagram shows pressure changes and flow behavior, indicating a conceptual phase in engineering design.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Konzeption-inventus-1024x684.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Konzeption-inventus-600x401.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Konzeption-inventus-300x200.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Konzeption-inventus-768x513.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Konzeption-inventus-1536x1025.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Konzeption-inventus-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5f96d95 elementor-section-height-min-height elementor-reverse-mobile development-versteckt-3 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"5f96d95\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b1a494f\" data-id=\"b1a494f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a50bc29 elementor-widget elementor-widget-image\" data-id=\"a50bc29\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-2-1024x682.jpg\" class=\"attachment-large size-large wp-image-250\" alt=\"A man in an office setting working on a mechanical prototype, demonstrating development activities. He is using a test rig to showcase product engineering for industrial applications.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-2-1024x682.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-2-600x400.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-2-300x200.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-2-768x512.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-2-1536x1023.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-2-2048x1364.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-da09679\" data-id=\"da09679\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-013c1af elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"013c1af\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 175 182\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1,0,0,1,-1256.5,-416.704)\">        <g>            <path d=\"M1292.78,440.44C1292.89,440.757 1293.03,441.063 1293.21,441.336C1293.21,441.338 1293.22,441.342 1293.22,441.345C1293.41,441.627 1293.66,441.868 1293.93,442.083C1293.96,442.107 1293.97,442.141 1294.01,442.164C1294.03,442.18 1294.05,442.184 1294.07,442.199C1294.34,442.391 1294.63,442.546 1294.95,442.66C1295.01,442.682 1295.07,442.696 1295.14,442.715C1295.26,442.751 1295.38,442.798 1295.51,442.821L1315.44,446.423C1315.65,446.461 1315.87,446.481 1316.08,446.481C1317.76,446.481 1319.26,445.275 1319.57,443.558C1319.92,441.627 1318.63,439.779 1316.7,439.429L1305.65,437.431C1317.49,430.71 1330.79,427.184 1344.62,427.182C1365.76,427.182 1385.64,435.415 1400.59,450.363C1415.53,465.312 1423.77,485.187 1423.77,506.327C1423.77,523.125 1418.57,539.169 1408.75,552.725C1407.6,554.315 1407.95,556.537 1409.54,557.689C1410.17,558.146 1410.9,558.365 1411.62,558.365C1412.72,558.365 1413.81,557.856 1414.5,556.897C1425.21,542.12 1430.87,524.633 1430.87,506.327C1430.87,483.289 1421.9,461.629 1405.61,445.337C1389.32,429.046 1367.66,420.074 1344.62,420.074C1329.88,420.075 1315.68,423.744 1302.99,430.762L1306.33,421.461C1306.99,419.614 1306.04,417.578 1304.19,416.915C1302.34,416.25 1300.31,417.212 1299.64,419.058L1292.8,438.121C1292.78,438.157 1292.79,438.193 1292.78,438.228C1292.73,438.38 1292.67,438.529 1292.64,438.69C1292.62,438.835 1292.62,438.978 1292.61,439.121C1292.6,439.181 1292.59,439.238 1292.59,439.298C1292.59,439.631 1292.64,439.953 1292.72,440.264C1292.74,440.326 1292.76,440.381 1292.78,440.44Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>            <path d=\"M1342.76,594.425C1357.49,594.423 1371.7,590.754 1384.38,583.736L1381.05,593.039C1380.38,594.886 1381.34,596.921 1383.19,597.584C1383.59,597.727 1383.99,597.794 1384.39,597.794C1385.85,597.794 1387.21,596.891 1387.73,595.44L1394.56,576.431C1394.56,576.428 1394.56,576.424 1394.56,576.421L1394.58,576.377C1394.58,576.363 1394.58,576.349 1394.59,576.335C1394.65,576.164 1394.7,575.991 1394.73,575.808C1394.76,575.662 1394.76,575.52 1394.77,575.376C1394.77,575.316 1394.78,575.259 1394.78,575.199C1394.78,574.866 1394.74,574.545 1394.65,574.234C1394.63,574.173 1394.61,574.117 1394.59,574.057C1394.49,573.741 1394.35,573.437 1394.16,573.163C1394.16,573.16 1394.16,573.156 1394.16,573.153C1393.96,572.872 1393.72,572.631 1393.45,572.415C1393.42,572.391 1393.4,572.357 1393.37,572.334C1393.35,572.318 1393.32,572.314 1393.3,572.299C1393.04,572.108 1392.75,571.953 1392.43,571.839C1392.36,571.816 1392.3,571.802 1392.23,571.782C1392.11,571.746 1392,571.7 1391.87,571.678L1371.94,568.075C1370.01,567.731 1368.16,569.01 1367.81,570.941C1367.45,572.873 1368.74,574.72 1370.67,575.07L1381.73,577.068C1369.89,583.789 1356.58,587.315 1342.76,587.317C1321.61,587.317 1301.74,579.084 1286.79,564.136C1271.84,549.187 1263.61,529.312 1263.61,508.173C1263.61,491.376 1268.8,475.331 1278.63,461.773C1279.78,460.185 1279.43,457.962 1277.84,456.81C1276.25,455.659 1274.02,456.014 1272.87,457.603C1262.16,472.381 1256.5,489.868 1256.5,508.173C1256.5,531.211 1265.47,552.87 1281.76,569.162C1298.06,585.453 1319.71,594.425 1342.76,594.425Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <\/g>    <\/g><\/svg>\t\t\t<\/div>\n\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-908b569 elementor-widget elementor-widget-heading\" data-id=\"908b569\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Development<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30b18d4 elementor-widget elementor-widget-text-editor\" data-id=\"30b18d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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>We carry out development activities for all industry sectors.<br \/>We develop and build demonstrators or functional prototypes, precisely customized to your requirements. Local suppliers, in-house assembly, and short information lines ensure rapid optimization and maximum efficiency<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-08dea60 elementor-section-height-min-height development-versteckt-4 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"08dea60\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ac41f1a\" data-id=\"ac41f1a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-504665e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"504665e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 128 105\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1,0,0,1,0,-11.5)\">        <path id=\"certificate\" d=\"M15.5,62.1L18,66C18,66 23.3,54.8 23.3,54.9C20.6,54.8 21.7,52 18.3,51.9C16.8,51.9 16.6,51.2 16.6,51.2L10.9,62.6L15.5,62.1ZM14,45.5C15.2,46.3 15.9,47.4 15.9,48.8C15.9,50.3 16.7,51 18.1,51C19.5,51 20.6,51.7 21.4,52.9C22.1,54.2 23.1,54.4 24.4,53.7C25.7,53 26.9,53 28.2,53.7C29.5,54.4 30.5,54.1 31.2,52.9C31.9,51.6 33,51 34.5,51C35.9,51 36.7,50.2 36.7,48.8C36.7,47.3 37.3,46.2 38.6,45.5C39.8,44.7 40.1,43.7 39.4,42.4C38.7,41.1 38.7,39.8 39.4,38.5C40.1,37.2 39.8,36.2 38.6,35.4C37.4,34.6 36.7,33.5 36.7,32.1C36.7,30.6 35.9,29.9 34.5,29.9C33.1,29.9 32,29.2 31.2,28C30.5,26.7 29.5,26.5 28.2,27.2C26.9,27.9 25.7,27.9 24.4,27.2C23.1,26.5 22.1,26.8 21.4,28C20.7,29.3 19.6,29.9 18.1,29.9C16.7,29.9 15.9,30.7 15.9,32.1C15.9,33.6 15.2,34.7 14,35.4C12.8,36.2 12.5,37.2 13.2,38.5C13.9,39.8 13.9,41.1 13.2,42.4C12.4,43.8 12.7,44.8 14,45.5ZM26.3,30.4C31.8,30.4 36.2,34.9 36.2,40.5C36.2,46.1 31.7,50.6 26.3,50.6C20.9,50.6 16.4,46.1 16.4,40.5C16.3,35 20.8,30.4 26.3,30.4ZM31.5,54C30.4,55.2 29,55 29,55L35.4,66.3L37,62.1L41.5,62.7L35.7,51.7C31.6,52.1 32.5,53.1 31.5,54ZM26.3,49.5C31.1,49.5 35.1,45.5 35.1,40.6C35.1,35.7 31.2,31.7 26.3,31.7C21.5,31.7 17.5,35.7 17.5,40.6C17.5,45.5 21.4,49.5 26.3,49.5ZM83.1,109.9L6.6,109.9L6.6,18.1L65.7,18.1L65.7,31.2L83.2,31.2L83.2,64L89.8,55.8L89.8,29L71.9,11.5L0,11.5L0,116.5L89.7,116.5L89.7,84.1L83.1,89.3L83.1,109.9ZM69.8,98.5L63.8,106.3L78.3,98.6L82.8,87.8L75.5,82.2L66.2,89.1L62.6,105.4L68.7,97.5C68.1,96.4 68.1,94.4 68.9,93.3C70,91.8 72.1,91.5 73.5,92.6C74.9,93.7 75.2,95.8 74,97.3C73.1,98.4 71,98.8 69.8,98.5ZM72.2,42.1L48.1,42.1L48.1,46.5L72.2,46.5L72.2,42.1ZM67.8,81.5L15.3,81.5L15.3,85.9L67.8,85.9L67.8,81.5ZM79.9,73.6C78.4,75.5 77.9,81.5 77.9,81.5L82.5,85.1C82.5,85.1 88,83.1 89.6,81.2C91.1,79.2 100.5,67.2 100.5,67.2L90.8,59.7C90.8,59.6 81.3,71.7 79.9,73.6ZM72.2,68.4L15.3,68.4L15.3,72.8L72.2,72.8L72.2,68.4ZM61.3,94.6L15.3,94.6L15.3,99L61.2,99L61.2,94.6L61.3,94.6ZM48.1,59.6L72.2,59.6L72.2,55.2L48.1,55.2L48.1,59.6ZM118.3,24.1L93,56.7L102.7,64.2L128,31.6L118.3,24.1Z\" style=\"fill:rgb(150,20,28);\"><\/path>    <\/g><\/svg>\t\t\t<\/div>\n\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-95d880d elementor-widget elementor-widget-heading\" data-id=\"95d880d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Property rights<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7788a96 elementor-widget elementor-widget-text-editor\" data-id=\"7788a96\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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>To bring an innovation safely to the markets, it\u2019s important to protect the ideas and concepts. Therefore, you can rely on our years of experience and our excellent network. In the past 10 years we have registered and maintained over 300 property rights in various countries. We can rely on a network of lawyers and public authorities around the world.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-642e290\" data-id=\"642e290\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9c80fb1 elementor-widget elementor-widget-image\" data-id=\"9c80fb1\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"495\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Schutzrechte-inventus-stefan-battlogg-1024x634.jpg\" class=\"attachment-large size-large wp-image-251\" alt=\"Stefan, the founder of Inventus, presenting a product in an office environment. He is smiling and holding a device, symbolizing the company&#039;s commitment to intellectual property protection and innovation.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Schutzrechte-inventus-stefan-battlogg-1024x634.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Schutzrechte-inventus-stefan-battlogg-600x371.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Schutzrechte-inventus-stefan-battlogg-300x186.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Schutzrechte-inventus-stefan-battlogg-768x475.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Schutzrechte-inventus-stefan-battlogg-1536x950.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Schutzrechte-inventus-stefan-battlogg-2048x1267.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ffe9a9 elementor-section-height-min-height elementor-reverse-mobile development-versteckt-5 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"6ffe9a9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-377097c\" data-id=\"377097c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a4b921f elementor-widget elementor-widget-image\" data-id=\"a4b921f\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Prototypenbau-Inventus-1024x683.jpg\" class=\"attachment-large size-large wp-image-249\" alt=\"An Inventus employee working on prototype development, adjusting a small component on a workspace. The image highlights the hands-on nature of prototype construction at Inventus, emphasizing the custom, in-house assembly and local supply chain that ensures quick optimization and high efficiency.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Prototypenbau-Inventus-1024x683.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Prototypenbau-Inventus-600x400.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Prototypenbau-Inventus-300x200.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Prototypenbau-Inventus-768x512.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Prototypenbau-Inventus-1536x1024.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Prototypenbau-Inventus-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-89cd2a3\" data-id=\"89cd2a3\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3475b83 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3475b83\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 164 164\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1,0,0,1,-1982.51,-978.572)\">        <path d=\"M2064.25,1109.47C2091.36,1109.47 2113.41,1087.42 2113.41,1060.31C2113.41,1033.2 2091.36,1011.15 2064.25,1011.15C2037.14,1011.15 2015.09,1033.2 2015.09,1060.31C2015.09,1087.42 2037.14,1109.47 2064.25,1109.47ZM2064.25,1018.26C2087.44,1018.26 2106.3,1037.12 2106.3,1060.31C2106.3,1083.5 2087.44,1102.36 2064.25,1102.36C2041.06,1102.36 2022.19,1083.5 2022.19,1060.31C2022.19,1037.12 2041.06,1018.26 2064.25,1018.26Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1988.87,1093.23L1998.06,1109.13C1998.91,1110.61 2000.69,1111.27 2002.3,1110.71L2014.26,1106.55C2015.46,1107.85 2016.72,1109.1 2018.01,1110.31L2013.85,1122.26C2013.29,1123.87 2013.95,1125.65 2015.43,1126.51L2031.33,1135.69C2032.81,1136.54 2034.69,1136.22 2035.8,1134.93L2044.06,1125.37C2045.75,1125.89 2047.48,1126.35 2049.21,1126.74L2051.58,1139.16C2051.9,1140.84 2053.36,1142.05 2055.07,1142.05L2073.43,1142.05C2075.14,1142.05 2076.6,1140.84 2076.92,1139.16L2079.29,1126.74C2081.03,1126.35 2082.75,1125.89 2084.44,1125.37L2092.7,1134.93C2093.82,1136.23 2095.69,1136.54 2097.17,1135.69L2113.07,1126.5C2114.54,1125.65 2115.21,1123.87 2114.65,1122.26L2110.48,1110.3C2111.78,1109.1 2113.04,1107.85 2114.24,1106.55L2126.2,1110.71C2127.82,1111.27 2129.59,1110.61 2130.45,1109.13L2139.63,1093.23C2140.48,1091.75 2140.16,1089.88 2138.87,1088.76L2129.3,1080.5C2129.83,1078.81 2130.29,1077.09 2130.68,1075.35L2143.1,1072.98C2144.78,1072.66 2145.99,1071.2 2145.99,1069.49L2145.99,1051.13C2145.99,1049.43 2144.78,1047.96 2143.1,1047.64L2130.68,1045.27C2130.29,1043.53 2129.83,1041.81 2129.3,1040.12L2138.87,1031.86C2140.16,1030.75 2140.48,1028.87 2139.63,1027.39L2130.44,1011.49C2129.59,1010.02 2127.82,1009.35 2126.2,1009.91L2114.24,1014.08C2113.04,1012.77 2111.78,1011.52 2110.48,1010.32L2114.65,998.362C2115.21,996.749 2114.55,994.968 2113.07,994.114L2097.16,984.935C2095.69,984.081 2093.82,984.4 2092.7,985.691L2084.44,995.255C2082.75,994.732 2081.03,994.274 2079.29,993.881L2076.92,981.46C2076.6,979.784 2075.14,978.572 2073.43,978.572L2055.07,978.572C2053.36,978.572 2051.9,979.787 2051.58,981.46L2049.21,993.881C2047.48,994.274 2045.75,994.732 2044.06,995.255L2035.8,985.691C2034.69,984.4 2032.81,984.081 2031.33,984.935L2015.43,994.114C2013.95,994.968 2013.29,996.752 2013.85,998.362L2018.01,1010.32C2016.72,1011.52 2015.46,1012.77 2014.26,1014.08L2002.3,1009.91C2000.69,1009.35 1998.9,1010.02 1998.06,1011.49L1988.87,1027.39C1988.02,1028.87 1988.34,1030.75 1989.63,1031.86L1999.2,1040.12C1998.67,1041.81 1998.21,1043.54 1997.82,1045.27L1985.4,1047.64C1983.72,1047.96 1982.51,1049.43 1982.51,1051.13L1982.51,1069.49C1982.51,1071.2 1983.72,1072.66 1985.4,1072.98L1997.82,1075.35C1998.21,1077.09 1998.67,1078.81 1999.2,1080.5L1989.63,1088.76C1988.34,1089.88 1988.02,1091.75 1988.87,1093.23ZM2005.63,1084.33C2006.74,1083.38 2007.15,1081.85 2006.67,1080.47C2005.66,1077.61 2004.87,1074.64 2004.31,1071.65C2004.04,1070.21 2002.92,1069.09 2001.48,1068.81L1989.62,1066.55L1989.62,1054.07L2001.48,1051.81C2002.92,1051.53 2004.04,1050.41 2004.31,1048.97C2004.87,1045.98 2005.66,1043.01 2006.66,1040.15C2007.15,1038.77 2006.74,1037.24 2005.63,1036.29L1996.5,1028.4L2002.74,1017.59L2014.16,1021.57C2015.54,1022.05 2017.07,1021.63 2018.02,1020.53C2020,1018.23 2022.17,1016.06 2024.47,1014.08C2025.57,1013.13 2025.99,1011.6 2025.51,1010.22L2021.53,998.802L2032.34,992.559L2040.22,1001.7C2041.18,1002.8 2042.72,1003.21 2044.09,1002.73C2046.95,1001.73 2049.92,1000.93 2052.91,1000.37C2054.35,1000.1 2055.47,998.982 2055.74,997.546L2058.01,985.681L2070.49,985.681L2072.75,997.546C2073.03,998.983 2074.15,1000.1 2075.59,1000.37C2078.58,1000.94 2081.55,1001.73 2084.41,1002.73C2085.78,1003.21 2087.32,1002.8 2088.27,1001.7L2096.16,992.559L2106.97,998.799L2102.99,1010.22C2102.51,1011.6 2102.93,1013.13 2104.03,1014.08C2106.33,1016.06 2108.5,1018.23 2110.48,1020.53C2111.43,1021.63 2112.97,1022.05 2114.34,1021.57L2125.76,1017.59L2132,1028.4L2122.86,1036.29C2121.76,1037.24 2121.35,1038.78 2121.83,1040.15C2122.83,1043.01 2123.63,1045.98 2124.19,1048.97C2124.46,1050.41 2125.58,1051.53 2127.01,1051.81L2138.88,1054.07L2138.88,1066.55L2127.01,1068.81C2125.58,1069.09 2124.46,1070.21 2124.19,1071.65C2123.62,1074.64 2122.83,1077.61 2121.83,1080.47C2121.35,1081.85 2121.76,1083.38 2122.86,1084.33L2132,1092.22L2125.76,1103.03L2114.34,1099.06C2112.96,1098.57 2111.43,1098.99 2110.48,1100.09C2108.5,1102.39 2106.33,1104.56 2104.03,1106.54C2102.92,1107.49 2102.51,1109.02 2102.99,1110.4L2106.97,1121.82L2096.16,1128.06L2088.27,1118.92C2087.32,1117.82 2085.78,1117.41 2084.41,1117.89C2081.55,1118.89 2078.58,1119.69 2075.59,1120.25C2074.15,1120.52 2073.03,1121.64 2072.75,1123.07L2070.49,1134.94L2058.01,1134.94L2055.75,1123.08C2055.47,1121.64 2054.35,1120.52 2052.91,1120.25C2049.91,1119.69 2046.95,1118.89 2044.09,1117.89C2043.71,1117.76 2043.31,1117.69 2042.92,1117.69C2041.9,1117.69 2040.91,1118.13 2040.23,1118.92L2032.34,1128.06L2021.53,1121.82L2025.51,1110.4C2025.98,1109.03 2025.58,1107.5 2024.47,1106.54C2022.17,1104.56 2020,1102.39 2018.02,1100.09C2017.07,1098.99 2015.54,1098.57 2014.16,1099.06L2002.74,1103.03L1996.5,1092.22L2005.63,1084.33Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>    <\/g><\/svg>\t\t\t<\/div>\n\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-e9b43ea elementor-widget elementor-widget-heading\" data-id=\"e9b43ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Prototyping<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bc928a elementor-widget elementor-widget-text-editor\" data-id=\"8bc928a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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>We develop and build demonstrators or functional prototypes, precisely customized to your requirements. Local suppliers, in-house assembly, and short information lines ensure rapid optimization and maximum efficiency\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0a27154 elementor-section-height-min-height development-versteckt-6 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"0a27154\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-460466d\" data-id=\"460466d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-def7712 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"def7712\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 155 175\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1,0,0,1,-200.898,-421.288)\">        <path d=\"M355.798,472.75C355.798,464.589 349.157,457.948 340.996,457.948C336.972,457.948 333.323,459.569 330.652,462.182L292.56,440.189C292.936,438.886 293.15,437.513 293.15,436.088C293.15,427.927 286.509,421.288 278.348,421.288C270.187,421.288 263.546,427.927 263.546,436.088C263.546,437.513 263.759,438.887 264.136,440.19L226.042,462.181C223.372,459.568 219.722,457.947 215.698,457.947C207.537,457.947 200.898,464.588 200.898,472.749C200.898,479.683 205.698,485.503 212.144,487.102L212.144,530.148C205.698,531.748 200.898,537.566 200.898,544.502C200.898,552.663 207.537,559.304 215.698,559.304C219.849,559.304 223.6,557.579 226.292,554.817L264.136,576.669C263.759,577.972 263.546,579.345 263.546,580.77C263.546,588.931 270.187,595.572 278.348,595.572C286.509,595.572 293.15,588.931 293.15,580.77C293.15,579.345 292.937,577.973 292.56,576.668L330.404,554.817C333.094,557.58 336.845,559.301 340.996,559.301C349.157,559.301 355.798,552.662 355.798,544.499C355.798,537.565 350.996,531.745 344.55,530.149L344.55,487.103C350.997,485.505 355.798,479.685 355.798,472.75ZM289,446.344L326.909,468.229C326.451,469.655 326.197,471.174 326.197,472.751C326.197,474.148 326.405,475.495 326.768,476.777L289.734,498.131C287.768,496.108 285.234,494.647 282.39,494.005L281.921,450.438C284.662,449.755 287.1,448.315 289,446.344ZM286.818,508.429C286.818,512.672 283.367,516.125 279.124,516.125C274.883,516.125 271.432,512.672 271.432,508.429C271.432,504.186 274.883,500.737 279.124,500.737C283.367,500.737 286.818,504.187 286.818,508.429ZM278.349,428.397C282.592,428.397 286.043,431.847 286.043,436.089C286.043,440.331 282.591,443.783 278.349,443.783C274.107,443.783 270.655,440.331 270.655,436.089C270.655,431.847 274.106,428.397 278.349,428.397ZM267.698,446.344C269.607,448.325 272.059,449.769 274.814,450.448L275.283,494.154C272.576,494.883 270.179,496.358 268.319,498.35L229.935,476.756C230.294,475.481 230.501,474.139 230.501,472.751C230.501,471.174 230.248,469.655 229.788,468.229L267.698,446.344ZM208.007,472.75C208.007,468.509 211.459,465.056 215.699,465.056C219.942,465.056 223.393,468.509 223.393,472.75C223.393,476.991 219.943,480.441 215.702,480.444L215.696,480.444C211.457,480.441 208.007,476.992 208.007,472.75ZM215.699,552.197C211.458,552.197 208.007,548.744 208.007,544.503C208.007,540.259 211.459,536.809 215.699,536.809C219.942,536.809 223.393,540.259 223.393,544.503C223.394,548.744 219.942,552.197 215.699,552.197ZM219.253,530.149L219.253,487.103C222.033,486.414 224.502,484.944 226.416,482.931L264.855,504.554C264.52,505.793 264.324,507.088 264.324,508.429C264.324,509.795 264.526,511.113 264.872,512.369L226.369,534.27C224.462,532.284 222.01,530.833 219.253,530.149ZM267.698,570.518L229.888,548.688C230.281,547.359 230.501,545.957 230.501,544.502C230.501,543.086 230.289,541.724 229.918,540.428L268.364,518.56C270.217,520.528 272.598,521.982 275.282,522.707L274.813,566.411C272.059,567.093 269.606,568.536 267.698,570.518ZM278.349,588.464C274.106,588.464 270.655,585.011 270.655,580.77C270.655,576.527 274.106,573.076 278.349,573.076C282.592,573.076 286.043,576.528 286.043,580.77C286.043,585.011 282.591,588.464 278.349,588.464ZM289,570.518C287.1,568.545 284.662,567.106 281.922,566.423L282.391,522.858C285.212,522.22 287.73,520.778 289.688,518.78L326.786,540.408C326.411,541.709 326.198,543.08 326.198,544.499C326.198,545.954 326.417,547.357 326.811,548.687L289,570.518ZM330.342,534.251L293.303,512.657C293.704,511.316 293.926,509.898 293.926,508.428C293.926,506.982 293.707,505.587 293.32,504.265L330.293,482.946C332.205,484.952 334.669,486.415 337.442,487.102L337.442,530.148C334.694,530.83 332.247,532.273 330.342,534.251ZM348.69,544.5C348.69,548.745 345.239,552.194 340.996,552.194C336.755,552.194 333.304,548.744 333.304,544.5C333.304,540.261 336.75,536.813 340.988,536.808C340.991,536.808 340.993,536.809 340.997,536.809C341.001,536.809 341.002,536.808 341.005,536.808C345.244,536.813 348.69,540.261 348.69,544.5ZM341.001,480.445L340.991,480.445C336.754,480.442 333.304,476.992 333.304,472.751C333.304,468.51 336.755,465.057 340.996,465.057C345.239,465.057 348.69,468.51 348.69,472.751C348.69,476.992 345.241,480.441 341.001,480.445Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>    <\/g><\/svg>\t\t\t<\/div>\n\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-74beadd elementor-widget elementor-widget-heading\" data-id=\"74beadd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Application Engineering:<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-644e3f9 elementor-widget elementor-widget-text-editor\" data-id=\"644e3f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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<div id=\"industrialisierung\" class=\"mod_article row lg-1200 block\"><div class=\"ce_text col-xs-12 col-md-6 text-headl last block\"><p>We develop our solutions in close connection to your product. This allows us to test our solutions with fully integrated prototypes under real-life conditions.<\/p><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-5b0e149\" data-id=\"5b0e149\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f8af218 elementor-widget elementor-widget-image\" data-id=\"f8af218\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-3-1024x684.jpg\" class=\"attachment-large size-large wp-image-253\" alt=\"Three Inventus employees discussing the transition of a product from development to serial production. Various components are spread out on the table, showcasing the collaborative process and support provided by Inventus for industrialization with the help of competent partners\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-3-1024x684.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-3-600x401.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-3-300x200.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-3-768x513.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-3-1536x1026.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Entwicklung-Inventus-3-2048x1368.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0efaa44 elementor-section-height-min-height elementor-reverse-mobile development-versteckt-7 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"0efaa44\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7f8fdf4\" data-id=\"7f8fdf4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-dfb5975 elementor-widget elementor-widget-image\" data-id=\"dfb5975\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Testing-Inventus-1024x684.jpg\" class=\"attachment-large size-large wp-image-254\" alt=\"An Inventus employee testing electronic components on a workbench. Various tools and measurement devices, including an oscilloscope, are visible, showcasing the thorough testing process that ensures prototypes are optimized for reliable serial production.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Testing-Inventus-1024x684.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Testing-Inventus-600x401.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Testing-Inventus-300x200.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Testing-Inventus-768x513.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Testing-Inventus-1536x1025.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/10\/Testing-Inventus-2048x1367.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4ed541d\" data-id=\"4ed541d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-619ff3e elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"619ff3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 175 182\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1,0,0,1,-1256.5,-416.704)\">        <g>            <path d=\"M1292.78,440.44C1292.89,440.757 1293.03,441.063 1293.21,441.336C1293.21,441.338 1293.22,441.342 1293.22,441.345C1293.41,441.627 1293.66,441.868 1293.93,442.083C1293.96,442.107 1293.97,442.141 1294.01,442.164C1294.03,442.18 1294.05,442.184 1294.07,442.199C1294.34,442.391 1294.63,442.546 1294.95,442.66C1295.01,442.682 1295.07,442.696 1295.14,442.715C1295.26,442.751 1295.38,442.798 1295.51,442.821L1315.44,446.423C1315.65,446.461 1315.87,446.481 1316.08,446.481C1317.76,446.481 1319.26,445.275 1319.57,443.558C1319.92,441.627 1318.63,439.779 1316.7,439.429L1305.65,437.431C1317.49,430.71 1330.79,427.184 1344.62,427.182C1365.76,427.182 1385.64,435.415 1400.59,450.363C1415.53,465.312 1423.77,485.187 1423.77,506.327C1423.77,523.125 1418.57,539.169 1408.75,552.725C1407.6,554.315 1407.95,556.537 1409.54,557.689C1410.17,558.146 1410.9,558.365 1411.62,558.365C1412.72,558.365 1413.81,557.856 1414.5,556.897C1425.21,542.12 1430.87,524.633 1430.87,506.327C1430.87,483.289 1421.9,461.629 1405.61,445.337C1389.32,429.046 1367.66,420.074 1344.62,420.074C1329.88,420.075 1315.68,423.744 1302.99,430.762L1306.33,421.461C1306.99,419.614 1306.04,417.578 1304.19,416.915C1302.34,416.25 1300.31,417.212 1299.64,419.058L1292.8,438.121C1292.78,438.157 1292.79,438.193 1292.78,438.228C1292.73,438.38 1292.67,438.529 1292.64,438.69C1292.62,438.835 1292.62,438.978 1292.61,439.121C1292.6,439.181 1292.59,439.238 1292.59,439.298C1292.59,439.631 1292.64,439.953 1292.72,440.264C1292.74,440.326 1292.76,440.381 1292.78,440.44Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>            <path d=\"M1342.76,594.425C1357.49,594.423 1371.7,590.754 1384.38,583.736L1381.05,593.039C1380.38,594.886 1381.34,596.921 1383.19,597.584C1383.59,597.727 1383.99,597.794 1384.39,597.794C1385.85,597.794 1387.21,596.891 1387.73,595.44L1394.56,576.431C1394.56,576.428 1394.56,576.424 1394.56,576.421L1394.58,576.377C1394.58,576.363 1394.58,576.349 1394.59,576.335C1394.65,576.164 1394.7,575.991 1394.73,575.808C1394.76,575.662 1394.76,575.52 1394.77,575.376C1394.77,575.316 1394.78,575.259 1394.78,575.199C1394.78,574.866 1394.74,574.545 1394.65,574.234C1394.63,574.173 1394.61,574.117 1394.59,574.057C1394.49,573.741 1394.35,573.437 1394.16,573.163C1394.16,573.16 1394.16,573.156 1394.16,573.153C1393.96,572.872 1393.72,572.631 1393.45,572.415C1393.42,572.391 1393.4,572.357 1393.37,572.334C1393.35,572.318 1393.32,572.314 1393.3,572.299C1393.04,572.108 1392.75,571.953 1392.43,571.839C1392.36,571.816 1392.3,571.802 1392.23,571.782C1392.11,571.746 1392,571.7 1391.87,571.678L1371.94,568.075C1370.01,567.731 1368.16,569.01 1367.81,570.941C1367.45,572.873 1368.74,574.72 1370.67,575.07L1381.73,577.068C1369.89,583.789 1356.58,587.315 1342.76,587.317C1321.61,587.317 1301.74,579.084 1286.79,564.136C1271.84,549.187 1263.61,529.312 1263.61,508.173C1263.61,491.376 1268.8,475.331 1278.63,461.773C1279.78,460.185 1279.43,457.962 1277.84,456.81C1276.25,455.659 1274.02,456.014 1272.87,457.603C1262.16,472.381 1256.5,489.868 1256.5,508.173C1256.5,531.211 1265.47,552.87 1281.76,569.162C1298.06,585.453 1319.71,594.425 1342.76,594.425Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <\/g>    <\/g><\/svg>\t\t\t<\/div>\n\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-e1428f9 elementor-widget elementor-widget-heading\" data-id=\"e1428f9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Testing<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e72460c elementor-widget elementor-widget-text-editor\" data-id=\"e72460c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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>We test our prototypes at various stages and optimize them until the trouble-free operation is ensured. From simulation to testing on our in-house test facilities, we perform everything: torque, stroke, shock tests, and even crash tests on our drop tower test rig. (More: Subpage Drop tower)<\/p>\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-7167c0e elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"7167c0e\" 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-md\" href=\"https:\/\/www.inventus.at\/fallturm\/\">\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\">fALLTURM<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3447e81 elementor-section-height-min-height engineering-versteckt-1 elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"3447e81\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-dec30af\" data-id=\"dec30af\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d227587 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"d227587\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 155 175\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1,0,0,1,-200.898,-421.288)\">        <path d=\"M355.798,472.75C355.798,464.589 349.157,457.948 340.996,457.948C336.972,457.948 333.323,459.569 330.652,462.182L292.56,440.189C292.936,438.886 293.15,437.513 293.15,436.088C293.15,427.927 286.509,421.288 278.348,421.288C270.187,421.288 263.546,427.927 263.546,436.088C263.546,437.513 263.759,438.887 264.136,440.19L226.042,462.181C223.372,459.568 219.722,457.947 215.698,457.947C207.537,457.947 200.898,464.588 200.898,472.749C200.898,479.683 205.698,485.503 212.144,487.102L212.144,530.148C205.698,531.748 200.898,537.566 200.898,544.502C200.898,552.663 207.537,559.304 215.698,559.304C219.849,559.304 223.6,557.579 226.292,554.817L264.136,576.669C263.759,577.972 263.546,579.345 263.546,580.77C263.546,588.931 270.187,595.572 278.348,595.572C286.509,595.572 293.15,588.931 293.15,580.77C293.15,579.345 292.937,577.973 292.56,576.668L330.404,554.817C333.094,557.58 336.845,559.301 340.996,559.301C349.157,559.301 355.798,552.662 355.798,544.499C355.798,537.565 350.996,531.745 344.55,530.149L344.55,487.103C350.997,485.505 355.798,479.685 355.798,472.75ZM289,446.344L326.909,468.229C326.451,469.655 326.197,471.174 326.197,472.751C326.197,474.148 326.405,475.495 326.768,476.777L289.734,498.131C287.768,496.108 285.234,494.647 282.39,494.005L281.921,450.438C284.662,449.755 287.1,448.315 289,446.344ZM286.818,508.429C286.818,512.672 283.367,516.125 279.124,516.125C274.883,516.125 271.432,512.672 271.432,508.429C271.432,504.186 274.883,500.737 279.124,500.737C283.367,500.737 286.818,504.187 286.818,508.429ZM278.349,428.397C282.592,428.397 286.043,431.847 286.043,436.089C286.043,440.331 282.591,443.783 278.349,443.783C274.107,443.783 270.655,440.331 270.655,436.089C270.655,431.847 274.106,428.397 278.349,428.397ZM267.698,446.344C269.607,448.325 272.059,449.769 274.814,450.448L275.283,494.154C272.576,494.883 270.179,496.358 268.319,498.35L229.935,476.756C230.294,475.481 230.501,474.139 230.501,472.751C230.501,471.174 230.248,469.655 229.788,468.229L267.698,446.344ZM208.007,472.75C208.007,468.509 211.459,465.056 215.699,465.056C219.942,465.056 223.393,468.509 223.393,472.75C223.393,476.991 219.943,480.441 215.702,480.444L215.696,480.444C211.457,480.441 208.007,476.992 208.007,472.75ZM215.699,552.197C211.458,552.197 208.007,548.744 208.007,544.503C208.007,540.259 211.459,536.809 215.699,536.809C219.942,536.809 223.393,540.259 223.393,544.503C223.394,548.744 219.942,552.197 215.699,552.197ZM219.253,530.149L219.253,487.103C222.033,486.414 224.502,484.944 226.416,482.931L264.855,504.554C264.52,505.793 264.324,507.088 264.324,508.429C264.324,509.795 264.526,511.113 264.872,512.369L226.369,534.27C224.462,532.284 222.01,530.833 219.253,530.149ZM267.698,570.518L229.888,548.688C230.281,547.359 230.501,545.957 230.501,544.502C230.501,543.086 230.289,541.724 229.918,540.428L268.364,518.56C270.217,520.528 272.598,521.982 275.282,522.707L274.813,566.411C272.059,567.093 269.606,568.536 267.698,570.518ZM278.349,588.464C274.106,588.464 270.655,585.011 270.655,580.77C270.655,576.527 274.106,573.076 278.349,573.076C282.592,573.076 286.043,576.528 286.043,580.77C286.043,585.011 282.591,588.464 278.349,588.464ZM289,570.518C287.1,568.545 284.662,567.106 281.922,566.423L282.391,522.858C285.212,522.22 287.73,520.778 289.688,518.78L326.786,540.408C326.411,541.709 326.198,543.08 326.198,544.499C326.198,545.954 326.417,547.357 326.811,548.687L289,570.518ZM330.342,534.251L293.303,512.657C293.704,511.316 293.926,509.898 293.926,508.428C293.926,506.982 293.707,505.587 293.32,504.265L330.293,482.946C332.205,484.952 334.669,486.415 337.442,487.102L337.442,530.148C334.694,530.83 332.247,532.273 330.342,534.251ZM348.69,544.5C348.69,548.745 345.239,552.194 340.996,552.194C336.755,552.194 333.304,548.744 333.304,544.5C333.304,540.261 336.75,536.813 340.988,536.808C340.991,536.808 340.993,536.809 340.997,536.809C341.001,536.809 341.002,536.808 341.005,536.808C345.244,536.813 348.69,540.261 348.69,544.5ZM341.001,480.445L340.991,480.445C336.754,480.442 333.304,476.992 333.304,472.751C333.304,468.51 336.755,465.057 340.996,465.057C345.239,465.057 348.69,468.51 348.69,472.751C348.69,476.992 345.241,480.441 341.001,480.445Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>    <\/g><\/svg>\t\t\t<\/div>\n\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-c21ded9 elementor-widget elementor-widget-heading\" data-id=\"c21ded9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">About us<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58b7c69 elementor-widget elementor-widget-text-editor\" data-id=\"58b7c69\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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<div id=\"industrialisierung\" class=\"mod_article row lg-1200 block\"><div class=\"ce_text col-xs-12 col-md-6 text-headl last block\"><div id=\"industrialisierung\" class=\"mod_article row lg-1200 block\"><div class=\"ce_text col-xs-12 col-md-6 text-headl last block\"><p>INVENTUS Engineering GmbH is a subsidiary of\u00a0<a href=\"https:\/\/www.inventus.at\/en\/unternehmen\/\">INVENTUS Holding<\/a>\u00a0and is responsible for the legal protection of our technologies.<\/p><p>Our years of experience and extensive know-how are the foundation of our reliable patent protection and ensure the security of our product innovation (our USP).<\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2ce7cf6\" data-id=\"2ce7cf6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8073afe elementor-widget elementor-widget-image\" data-id=\"8073afe\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"534\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/09\/Inventus-SDS05450-1024x683.jpg\" class=\"attachment-large size-large wp-image-17\" alt=\"\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/09\/Inventus-SDS05450-1024x683.jpg 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/09\/Inventus-SDS05450-600x400.jpg 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/09\/Inventus-SDS05450-300x200.jpg 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/09\/Inventus-SDS05450-768x512.jpg 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/09\/Inventus-SDS05450-1536x1024.jpg 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2020\/09\/Inventus-SDS05450-2048x1365.jpg 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-57bd2ca elementor-section-height-min-height engineering-versteckt-2 elementor-reverse-mobile elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"57bd2ca\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-bb9f9b7\" data-id=\"bb9f9b7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c79d58c elementor-widget elementor-widget-image\" data-id=\"c79d58c\" 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 loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/05\/IP_Team-1024x682.png\" class=\"attachment-large size-large wp-image-1882\" alt=\"\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/05\/IP_Team-1024x682.png 1024w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/05\/IP_Team-600x400.png 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/05\/IP_Team-300x200.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/05\/IP_Team-768x512.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/05\/IP_Team-1536x1023.png 1536w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/05\/IP_Team-18x12.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/05\/IP_Team.png 1732w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\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\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cf96e16\" data-id=\"cf96e16\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8710fd1 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8710fd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_translateX_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateX_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_translateX_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" xmlns:serif=\"http:\/\/www.serif.com\/\" width=\"100%\" height=\"100%\" viewBox=\"0 0 160 173\" xml:space=\"preserve\" style=\"fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;\">    <g transform=\"matrix(1,0,0,1,-1627.17,-968.506)\">        <path d=\"M1706.94,1097.3C1733.97,1097.3 1755.96,1075.3 1755.96,1048.27C1755.96,1021.24 1733.97,999.243 1706.94,999.243C1679.9,999.243 1657.91,1021.24 1657.91,1048.27C1657.91,1075.3 1679.9,1097.3 1706.94,1097.3ZM1706.94,1006.35C1730.05,1006.35 1748.85,1025.15 1748.85,1048.27C1748.85,1071.38 1730.05,1090.19 1706.94,1090.19C1683.82,1090.19 1665.02,1071.38 1665.02,1048.27C1665.02,1025.15 1683.82,1006.35 1706.94,1006.35Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1706.94,1021.51C1721.69,1021.51 1733.7,1033.51 1733.7,1048.27C1733.7,1050.23 1735.29,1051.82 1737.25,1051.82C1739.21,1051.82 1740.81,1050.23 1740.81,1048.27C1740.81,1029.6 1725.61,1014.4 1706.94,1014.4C1704.98,1014.4 1703.38,1015.99 1703.38,1017.96C1703.38,1019.92 1704.98,1021.51 1706.94,1021.51Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1724.63,1101.86C1713.17,1105.65 1700.7,1105.65 1689.24,1101.86C1688.16,1101.5 1686.97,1101.68 1686.05,1102.35C1685.12,1103.02 1684.57,1104.09 1684.57,1105.23L1684.57,1118.8C1684.57,1131.13 1694.6,1141.16 1706.93,1141.16C1719.27,1141.16 1729.3,1131.13 1729.3,1118.8L1729.3,1105.23C1729.3,1104.09 1728.75,1103.02 1727.82,1102.35C1726.9,1101.68 1725.71,1101.5 1724.63,1101.86ZM1722.19,1118.8C1722.19,1127.21 1715.35,1134.05 1706.93,1134.05C1698.52,1134.05 1691.68,1127.21 1691.68,1118.8L1691.68,1109.96C1701.66,1112.43 1712.21,1112.43 1722.19,1109.96L1722.19,1118.8Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1710.49,989.323L1710.49,972.06C1710.49,970.097 1708.9,968.506 1706.93,968.506C1704.97,968.506 1703.38,970.097 1703.38,972.06L1703.38,989.324C1703.38,991.287 1704.97,992.878 1706.93,992.878C1708.9,992.877 1710.49,991.286 1710.49,989.323Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1677.47,1000.77C1678.07,1000.77 1678.68,1000.62 1679.24,1000.3C1680.94,999.316 1681.52,997.144 1680.54,995.443L1671.91,980.492C1670.93,978.794 1668.76,978.209 1667.06,979.191C1665.35,980.173 1664.77,982.345 1665.75,984.046L1674.38,998.996C1675.04,1000.14 1676.24,1000.77 1677.47,1000.77Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1658.96,1020.57C1659.94,1018.88 1659.36,1016.7 1657.66,1015.72L1642.71,1007.09C1641.01,1006.11 1638.84,1006.69 1637.86,1008.39C1636.88,1010.09 1637.46,1012.26 1639.16,1013.24L1654.11,1021.88C1654.67,1022.2 1655.28,1022.35 1655.88,1022.35C1657.11,1022.35 1658.31,1021.71 1658.96,1020.57Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1647.99,1044.72L1630.73,1044.72C1628.76,1044.72 1627.17,1046.31 1627.17,1048.27C1627.17,1050.23 1628.76,1051.82 1630.73,1051.82L1647.99,1051.82C1649.95,1051.82 1651.54,1050.23 1651.54,1048.27C1651.54,1046.31 1649.95,1044.72 1647.99,1044.72Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1783.15,1044.72L1765.88,1044.72C1763.92,1044.72 1762.33,1046.31 1762.33,1048.27C1762.33,1050.23 1763.92,1051.82 1765.88,1051.82L1783.15,1051.82C1785.11,1051.82 1786.7,1050.23 1786.7,1048.27C1786.7,1046.31 1785.11,1044.72 1783.15,1044.72Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1757.99,1022.35C1758.59,1022.35 1759.2,1022.2 1759.76,1021.88L1774.71,1013.24C1776.41,1012.26 1776.99,1010.09 1776.01,1008.39C1775.03,1006.69 1772.86,1006.11 1771.16,1007.09L1756.21,1015.72C1754.51,1016.7 1753.93,1018.88 1754.91,1020.58C1755.57,1021.72 1756.76,1022.35 1757.99,1022.35Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>        <path d=\"M1736.41,1000.77C1737.63,1000.77 1738.83,1000.14 1739.49,998.997L1748.12,984.048C1749.1,982.348 1748.52,980.175 1746.82,979.194C1745.12,978.214 1742.94,978.795 1741.96,980.495L1733.33,995.444C1732.35,997.145 1732.93,999.317 1734.63,1000.3C1735.19,1000.62 1735.8,1000.77 1736.41,1000.77Z\" style=\"fill:rgb(150,20,28);fill-rule:nonzero;\"><\/path>    <\/g><\/svg>\t\t\t<\/div>\n\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-d85a3d2 elementor-widget elementor-widget-heading\" data-id=\"d85a3d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Our expertise<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19d7c68 elementor-widget elementor-widget-text-editor\" data-id=\"19d7c68\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:10,&quot;end&quot;:50}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" 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<div id=\"industrialisierung\" class=\"mod_article row lg-1200 block\"><div class=\"ce_text col-xs-12 col-md-6 text-headl last block\"><p>The protection of ideas and concepts is essential to be able to market an innovation safely. In the last ten years, we have registered and renewed more than 300 intellectual property rights in various countries.<\/p><p>In addition to our in-house expertise, we benefit from our global network of attorneys and authority contacts.<\/p><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b7ea227 engineering-versteckt-5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b7ea227\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8419107\" data-id=\"8419107\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ef28c5b elementor-widget elementor-widget-spacer\" data-id=\"ef28c5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\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-ca44fb4 elementor-widget elementor-widget-heading\" data-id=\"ca44fb4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:40}},&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Our partner network<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-605ba4b engineering-versteckt-6 elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"605ba4b\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f46b0ec\" data-id=\"f46b0ec\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-214cf76 elementor-widget elementor-widget-image\" data-id=\"214cf76\" 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:\/\/bsb-law.de\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"113\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/03\/BSB_Logo-300x113.png\" class=\"attachment-medium size-medium wp-image-1812\" alt=\"\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/03\/BSB_Logo-300x113.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/03\/BSB_Logo-18x7.png 18w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/03\/BSB_Logo.png 400w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\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 class=\"elementor-element elementor-element-ca017cb elementor-widget elementor-widget-text-editor\" data-id=\"ca017cb\" 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<div id=\"industrialisierung\" class=\"mod_article row lg-1200 block\">\n<div class=\"ce_text col-xs-12 col-md-6 text-headl last block\">\n<p style=\"text-align: center;\"><strong>BSB \u2013 Lawyers| Patent attorneys<\/strong><\/p>\n<p style=\"text-align: center;\"><a href=\"https:\/\/bsb-law.de\/\">www.bsb-law.de<\/a><\/p>\n<\/div>\n<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7735af4\" data-id=\"7735af4\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-74d46e4 elementor-widget elementor-widget-image\" data-id=\"74d46e4\" 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:\/\/www.patentusa.com\/\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"52\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/03\/LernerGreenbergStemer_Logo.png\" class=\"attachment-medium size-medium wp-image-1813\" alt=\"\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/03\/LernerGreenbergStemer_Logo.png 250w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/03\/LernerGreenbergStemer_Logo-18x4.png 18w\" sizes=\"(max-width: 250px) 100vw, 250px\" \/>\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 class=\"elementor-element elementor-element-eb7ed95 elementor-widget elementor-widget-text-editor\" data-id=\"eb7ed95\" 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<div id=\"industrialisierung\" class=\"mod_article row lg-1200 block\"><div class=\"ce_text col-xs-12 col-md-6 text-headl last block\"><div id=\"industrialisierung\" class=\"mod_article row lg-1200 block\"><div class=\"ce_text col-xs-12 col-md-6 text-headl last block\"><p style=\"text-align: center;\"><strong>Lerner Greenberg Stemer<\/strong><\/p><p style=\"text-align: center;\"><a href=\"https:\/\/www.patentusa.com\/\">www.patentusa.com<\/a><\/p><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f23e7a7 engineering-versteckt-8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f23e7a7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-efca63f\" data-id=\"efca63f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-df59298\" data-id=\"df59298\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-72b09c8 elementor-widget elementor-widget-spacer\" data-id=\"72b09c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-9ff93a6\" data-id=\"9ff93a6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Company Think outside the box. More about the Holding How we Develop How Engineering happens Founding year\u00a02017 Commercial register\u00a0\u00a0FN\u00a0474081 d Legal form\u00a0\u00a0Company with limited liability Industry name\u00a0\u00a0Mechatronics for machines and manufacturing technology Shareholder\u00a0\u00a0 \u00a0Ing. Stefan Battlogg , MIS Motors Holding AG Founding year\u00a0\u00a02003 Commercial register\u00a0\u00a0FN\u00a0241869s Umsatzsteueridentifikationsnummer\u00a0\u00a0ATU57543536 EORI \u2013 Economic Operators Registration and Identification\u00a0\u00a0ATEOS1000030764 Legal form\u00a0\u00a0Company [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3993","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.inventus.at\/en\/wp-json\/wp\/v2\/pages\/3993","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inventus.at\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.inventus.at\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.inventus.at\/en\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inventus.at\/en\/wp-json\/wp\/v2\/comments?post=3993"}],"version-history":[{"count":21,"href":"https:\/\/www.inventus.at\/en\/wp-json\/wp\/v2\/pages\/3993\/revisions"}],"predecessor-version":[{"id":10177,"href":"https:\/\/www.inventus.at\/en\/wp-json\/wp\/v2\/pages\/3993\/revisions\/10177"}],"wp:attachment":[{"href":"https:\/\/www.inventus.at\/en\/wp-json\/wp\/v2\/media?parent=3993"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}