{
    "id": 9123,
    "date": "2025-03-12T10:05:59",
    "date_gmt": "2025-03-12T09:05:59",
    "guid": {
        "rendered": "https:\/\/www.inventus.at\/?page_id=9123"
    },
    "modified": "2025-06-26T12:04:26",
    "modified_gmt": "2025-06-26T10:04:26",
    "slug": "business-model",
    "status": "publish",
    "type": "page",
    "link": "https:\/\/www.inventus.at\/de\/business-model\/",
    "title": {
        "rendered": "Business Model"
    },
    "content": {
        "rendered": "<div data-elementor-type=\"wp-page\" data-elementor-id=\"9123\" class=\"elementor elementor-9123\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-30be062 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"30be062\" 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-632b5fd\" data-id=\"632b5fd\" 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-fc99095 elementor-widget elementor-widget-html\" data-id=\"fc99095\" 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 'automotive-versteckt-1', 'healthcare-versteckt-1', etc. standardm\u00e4\u00dfig ausblenden\r\n    const sections = [];\r\n\r\n    for (let i = 1; i <= 5; i++) { \/\/ Schleife geht jetzt bis 5 f\u00fcr alle relevanten Bereiche\r\n        const automotiveSection = document.querySelector('.automotive-versteckt-' + i);\r\n        if (automotiveSection) {\r\n            automotiveSection.style.display = 'none';\r\n            sections.push(automotiveSection);\r\n        }\r\n\r\n        const healthcareSection = document.querySelector('.healthcare-versteckt-' + i);\r\n        if (healthcareSection) {\r\n            healthcareSection.style.display = 'none';\r\n            sections.push(healthcareSection);\r\n        }\r\n\r\n        const smartdevicesSection = document.querySelector('.smartdevices-versteckt-' + i);\r\n        if (smartdevicesSection) {\r\n            smartdevicesSection.style.display = 'none';\r\n            sections.push(smartdevicesSection);\r\n        }\r\n\r\n        const sondermaschinenbauSection = document.querySelector('.sondermaschinenbau-versteckt-' + i);\r\n        if (sondermaschinenbauSection) {\r\n            sondermaschinenbauSection.style.display = 'none';\r\n            sections.push(sondermaschinenbauSection);\r\n        }\r\n\r\n        const freizeitaktivit\u00e4tenSection = document.querySelector('.freizeitaktivit\u00e4ten-versteckt-' + i);\r\n        if (freizeitaktivit\u00e4tenSection) {\r\n            freizeitaktivit\u00e4tenSection.style.display = 'none';\r\n            sections.push(freizeitaktivit\u00e4tenSection);\r\n        }\r\n\r\n        const defenceSection = document.querySelector('.defence-versteckt-' + i);\r\n        if (defenceSection) {\r\n            defenceSection.style.display = 'none';\r\n            sections.push(defenceSection);\r\n        }\r\n    }\r\n\r\n    \/\/ Funktion zum Ausblenden aller Abschnitte\r\n    function hideAllSections() {\r\n        sections.forEach(function(section) {\r\n            section.style.display = 'none';\r\n        });\r\n    }\r\n\r\n    \/\/ Event Delegation f\u00fcr die Buttons\r\n    document.body.addEventListener('click', function(event) {\r\n        \/\/ Automotive-Button\r\n        if (event.target.closest('.automotive-versteckt-button')) {\r\n            hideAllSections();\r\n            for (let i = 1; i <= 5; i++) {\r\n                const section = document.querySelector('.automotive-versteckt-' + i);\r\n                if (section) section.style.display = 'block';\r\n            }\r\n            document.querySelector('.automotive-versteckt-1').scrollIntoView({ behavior: 'smooth' });\r\n        }\r\n\r\n        \/\/ Healthcare-Button\r\n        if (event.target.closest('.healthcare-versteckt-button')) {\r\n            hideAllSections();\r\n            for (let i = 1; i <= 5; i++) {\r\n                const section = document.querySelector('.healthcare-versteckt-' + i);\r\n                if (section) section.style.display = 'block';\r\n            }\r\n            document.querySelector('.healthcare-versteckt-1').scrollIntoView({ behavior: 'smooth' });\r\n        }\r\n\r\n        \/\/ Smart Devices-Button\r\n        if (event.target.closest('.smartdevices-versteckt-button')) {\r\n            hideAllSections();\r\n            for (let i = 1; i <= 5; i++) {\r\n                const section = document.querySelector('.smartdevices-versteckt-' + i);\r\n                if (section) section.style.display = 'block';\r\n            }\r\n            document.querySelector('.smartdevices-versteckt-1').scrollIntoView({ behavior: 'smooth' });\r\n        }\r\n\r\n        \/\/ Sondermaschinenbau-Button\r\n        if (event.target.closest('.sondermaschinenbau-versteckt-button')) {\r\n            hideAllSections();\r\n            const section = document.querySelector('.sondermaschinenbau-versteckt-1');\r\n            if (section) section.style.display = 'block';\r\n            if (section) section.scrollIntoView({ behavior: 'smooth' });\r\n        }\r\n\r\n        \/\/ Freizeitaktivit\u00e4ten-Button\r\n        if (event.target.closest('.freizeitaktivit\u00e4ten-versteckt-button')) {\r\n            hideAllSections();\r\n            for (let i = 1; i <= 5; i++) {\r\n                const section = document.querySelector('.freizeitaktivit\u00e4ten-versteckt-' + i);\r\n                if (section) section.style.display = 'block';\r\n            }\r\n            document.querySelector('.freizeitaktivit\u00e4ten-versteckt-1').scrollIntoView({ behavior: 'smooth' });\r\n        }\r\n\r\n        \/\/ Defence-Button\r\n        if (event.target.closest('.defence-versteckt-button')) {\r\n            hideAllSections();\r\n            for (let i = 1; i <= 5; i++) {\r\n                const section = document.querySelector('.defence-versteckt-' + i);\r\n                if (section) section.style.display = 'block';\r\n            }\r\n            document.querySelector('.defence-versteckt-1').scrollIntoView({ behavior: 'smooth' });\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\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\">Where<\/h1>\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<h1 class=\"elementor-heading-title elementor-size-default\">Innovation<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4481e6d animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"4481e6d\" 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<h1 class=\"elementor-heading-title elementor-size-default\">Meets<\/h1>\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<h1 class=\"elementor-heading-title elementor-size-default\">Expertise<\/h1>\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-26333ff elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"26333ff\" 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-6cbd2a0\" data-id=\"6cbd2a0\" 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-80c2c1b elementor-widget elementor-widget-heading\" data-id=\"80c2c1b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Our Business Model<\/h1>\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-974ae7b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"974ae7b\" 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-212e200\" data-id=\"212e200\" 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-ecd9324 elementor-widget elementor-widget-text-editor\" data-id=\"ecd9324\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>INVENTUS positions itself as an innovation driver and service provider for technological developments. With a focus on providing innovations and support in the development prcess through to series production. INVENTUS gives its customers flexible and independent freedom of choice in the use and implementation fo technologies.<\/p><p>The customer\u00b4s long-standing partnerships with their suppliers and partners (existing supply chain), who can seamlessly adopt and integrate INVENTUS\u00b4know-how, ensure a continuous and proven supply structure.<\/p><p>A minimal usage fee is charged for the series production of a product that uses an INVENTUS property right or patent, which underlines the uncomplicated and binding nature of the business relationship. The flexibility is also reflected in the possibility for customers to determine the timing of the (contractual) determination of the usage fee themselves.\u200b<\/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-29be766 elementor-widget elementor-widget-spacer\" data-id=\"29be766\" 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-622597f elementor-widget elementor-widget-html\" data-id=\"622597f\" 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 src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n<script>\r\nvar $ = jQuery\r\n$(document).ready(function(){\r\n    \r\n$('.elementor-section[link], .elementor-column[link] > .elementor-widget-wrap, .e-con[link], .e-container[link]').on('click', function(){\r\n    \r\n    var $this = $(this).hasClass('elementor-widget-wrap') ? $(this).parent() : $(this),\r\n    link = $this.attr('link'),\r\n    newtab = $this.attr('newtab'),\r\n    openIn = typeof newtab !== 'undefined' && newtab !== false ? '_blank' : '_self'\r\n    \r\n    window.open(link, openIn)\r\n})\r\n})\r\n<\/script>\r\n<style>\r\n.elementor-section[link], .elementor-column[link] > .elementor-widget-wrap, .e-con[link], .e-container[link] {\r\n    cursor: pointer;\r\n}\r\n<\/style>\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-9bb575a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9bb575a\" 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-9f65e3f\" data-id=\"9f65e3f\" 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-2d4f97e elementor-widget elementor-widget-html\" data-id=\"2d4f97e\" 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 src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"><\/script>\r\n<script>\r\nvar $ = jQuery\r\n$(document).ready(function(){\r\n    \r\n$('.elementor-section[link], .elementor-column[link] > .elementor-widget-wrap, .e-con[link], .e-container[link]').on('click', function(){\r\n    \r\n    var $this = $(this).hasClass('elementor-widget-wrap') ? $(this).parent() : $(this),\r\n    link = $this.attr('link'),\r\n    newtab = $this.attr('newtab'),\r\n    openIn = typeof newtab !== 'undefined' && newtab !== false ? '_blank' : '_self'\r\n    \r\n    window.open(link, openIn)\r\n})\r\n})\r\n<\/script>\r\n<style>\r\n.elementor-section[link], .elementor-column[link] > .elementor-widget-wrap, .e-con[link], .e-container[link] {\r\n    cursor: pointer;\r\n}\r\n<\/style>\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-9112014 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"9112014\" 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-inner-column elementor-element elementor-element-81b2a28\" data-id=\"81b2a28\" 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 class=\"elementor-element elementor-element-70bf3d3 elementor-widget elementor-widget-heading\" data-id=\"70bf3d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Step by step<\/h5>\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-db54ed9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"db54ed9\" 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-b4264c3\" data-id=\"b4264c3\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&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-0245f10 elementor-widget elementor-widget-image\" data-id=\"0245f10\" 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=\"800\" height=\"800\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-1.png\" class=\"elementor-animation-grow attachment-full size-full wp-image-9144\" alt=\"INVENTUS team consulting with partners \u2013 identifying MR-specific challenges in early development stages (MRP, MRF, MRX) to create tailored system solutions.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-1.png 800w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-1-300x300.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-1-150x150.png 150w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-1-768x768.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-1-12x12.png 12w\" 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-65c2dbf elementor-widget elementor-widget-heading\" data-id=\"65c2dbf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Getting to know your Problems<\/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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-babce9f\" data-id=\"babce9f\" 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-17d3b2b elementor-widget elementor-widget-image\" data-id=\"17d3b2b\" 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=\"800\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-2.png\" class=\"elementor-animation-grow attachment-full size-full wp-image-9141\" alt=\"Engineers at INVENTUS collaborating on technical drawings and MR-based component designs to develop a tailored prototype solution for client-specific applications.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-2.png 800w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-2-300x300.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-2-150x150.png 150w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-2-768x768.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-2-12x12.png 12w\" 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-91e746e elementor-widget elementor-widget-heading\" data-id=\"91e746e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Coming up with a prototype<\/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-inner-section elementor-element elementor-element-688c33f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"688c33f\" 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-d510238\" data-id=\"d510238\" 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-04cd754 elementor-widget elementor-widget-image\" data-id=\"04cd754\" 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=\"800\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-3.png\" class=\"elementor-animation-grow attachment-full size-full wp-image-9143\" alt=\"INVENTUS engineers reviewing a finalized MR-based solution integrated into an industrial supply chain environment, ensuring seamless implementation of customized technologies.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-3.png 800w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-3-300x300.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-3-150x150.png 150w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-3-768x768.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-3-12x12.png 12w\" 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-7fa7315 elementor-widget elementor-widget-heading\" data-id=\"7fa7315\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Implementing in your supply chain<\/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<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-484eb66\" data-id=\"484eb66\" 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-e00f3da elementor-widget elementor-widget-image\" data-id=\"e00f3da\" 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=\"800\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-4.png\" class=\"elementor-animation-grow attachment-full size-full wp-image-9142\" alt=\"Client signing a technology usage agreement with INVENTUS \u2013 finalizing the licensing model for MR-based prototype integration and long-term collaboration.\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-4.png 800w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-4-300x300.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-4-150x150.png 150w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-4-768x768.png 768w, https:\/\/www.inventus.at\/wp-content\/uploads\/2025\/03\/Step-4-12x12.png 12w\" 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-e41fa29 elementor-widget elementor-widget-heading\" data-id=\"e41fa29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Contract for usage fees<\/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<div class=\"elementor-element elementor-element-f07b791 elementor-widget elementor-widget-spacer\" data-id=\"f07b791\" 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<div class=\"elementor-element elementor-element-97a2a17 e-flex e-con-boxed e-con e-parent\" data-id=\"97a2a17\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-844bbde elementor-widget elementor-widget-spacer\" data-id=\"844bbde\" 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-d6d9858 elementor-widget elementor-widget-heading\" data-id=\"d6d9858\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Click the Button to be presented some Products we have already built!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90f5fd1 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"90f5fd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/www.inventus.at\/en\/products\/\">\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\">See some incredible Products!<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cca2121 elementor-widget elementor-widget-spacer\" data-id=\"cca2121\" 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\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-51997ed elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"51997ed\" 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-2fb0051\" data-id=\"2fb0051\" 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-0298264 elementor-widget elementor-widget-heading\" data-id=\"0298264\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">YOUR COMPETITIVE ADVANTAGE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c683d59 elementor-widget elementor-widget-spacer\" data-id=\"c683d59\" 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-ba6647b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ba6647b\" 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-66 elementor-top-column elementor-element elementor-element-af5a956\" data-id=\"af5a956\" 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-f322edc elementor-widget elementor-widget-text-editor\" data-id=\"f322edc\" 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;:20,&quot;end&quot;:35}},&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><b style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-e2988b7-font-family ), Sans-serif; font-size: var( --e-global-typography-e2988b7-font-size ); letter-spacing: var( --e-global-typography-e2988b7-letter-spacing ); word-spacing: var( --e-global-typography-e2988b7-word-spacing );\">INVENTUS doesn\u2019t just develop technology \u2013 we build your competitive edge.<\/b><\/p><p>With over 400 patents registered and maintained globally, our innovations are protected by a strong IP strategy. But more importantly:<\/p><p>\u00a0<\/p><p>We turn your product challenges into high-value solutions that are not only technically superior but also commercially scalable.<\/p><p>By licensing our protected core technologies, you gain a <b>unique selling proposition (USP)<\/b> that\u2019s hard to copy \u2013 and easy to scale.<\/p><p>\u00a0<\/p><p><b>Our model: You focus on your business \u2013 we provide the IP-backed innovation.<\/b><\/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-33 elementor-top-column elementor-element elementor-element-5129de1\" data-id=\"5129de1\" 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-44d415c elementor-widget elementor-widget-image\" data-id=\"44d415c\" 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=\"300\" height=\"292\" src=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/01\/USP_INVENTUS-300x292.png\" class=\"attachment-medium size-medium wp-image-1621\" alt=\"\" srcset=\"https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/01\/USP_INVENTUS-300x292.png 300w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/01\/USP_INVENTUS-600x584.png 600w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/01\/USP_INVENTUS-12x12.png 12w, https:\/\/www.inventus.at\/wp-content\/uploads\/2022\/01\/USP_INVENTUS.png 733w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\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-a30c4be elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a30c4be\" 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-f1f3c08\" data-id=\"f1f3c08\" 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-323d76c elementor-widget elementor-widget-spacer\" data-id=\"323d76c\" 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<\/div>",
        "protected": false
    },
    "excerpt": {
        "rendered": "<p>Where Innovation Meets Expertise Our Business Model INVENTUS positions itself as an innovation driver and service provider for technological developments. With a focus on providing innovations and support in the development prcess through to series production. INVENTUS gives its customers flexible and independent freedom of choice in the use and implementation fo technologies. The customer\u00b4s [&hellip;]<\/p>",
        "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-9123",
        "page",
        "type-page",
        "status-publish",
        "hentry"
    ],
    "_links": {
        "self": [
            {
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/pages\/9123",
                "targetHints": {
                    "allow": [
                        "GET"
                    ]
                }
            }
        ],
        "collection": [
            {
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/pages"
            }
        ],
        "about": [
            {
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/types\/page"
            }
        ],
        "author": [
            {
                "embeddable": true,
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/users\/7"
            }
        ],
        "replies": [
            {
                "embeddable": true,
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/comments?post=9123"
            }
        ],
        "version-history": [
            {
                "count": 15,
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/pages\/9123\/revisions"
            }
        ],
        "predecessor-version": [
            {
                "id": 9815,
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/pages\/9123\/revisions\/9815"
            }
        ],
        "wp:attachment": [
            {
                "href": "https:\/\/www.inventus.at\/de\/wp-json\/wp\/v2\/media?parent=9123"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}