	<style>
		.custom-overlay {
			position: absolute;
			top: 0; left: 0;
			width: calc(100% - 160px);
			height: calc(100% - 160px);
			background: rgba(0,0,0,0.8);
			z-index: 8;
			display: flex;
			align-items: center;
			justify-content: center;
			padding: 80px;
		}

		.custom-overlay iframe {
			width: 100%;
			height: 100%;
			max-width: 100%;
			max-height: 100%;
			border: none;
		}

		.custom-overlay .close-button {
			position: absolute;
			top: 10px;
			right: 15px;
			font-size: 24px;
			color: white;
			cursor: pointer;
			z-index: 9;
		}
		
		@media screen and (max-width:781px) {
			
			.custom-overlay {
				width: 100%;
				height: 100%;
				padding: 0px;
			}
			
		}
		
	</style>

	<script>
		document.addEventListener('DOMContentLoaded', function () {
			const trigger = document.getElementById('youtube-video-markus');
			const containerId = '';
			const container = containerId ? document.getElementById(containerId) : trigger;

			if (!trigger || !container) return;

			trigger.addEventListener('click', function () {
				if (document.querySelector('.custom-overlay')) return; // already open

				const overlay = document.createElement('div');
				overlay.className = 'custom-overlay';

				const close = document.createElement('div');
				close.className = 'close-button';
				close.innerHTML = '&times;';
				close.onclick = () => overlay.remove();
				overlay.appendChild(close);

									const iframe = document.createElement('iframe');
					
					let rawUrl = 'http://youtube';
					let videoId = '';
					
					if (rawUrl.includes('youtube.com/shorts/')) {
						videoId = rawUrl.split('/shorts/')[1].split(/[?&]/)[0];
					} else if (rawUrl.includes('watch?v=')) {
						videoId = rawUrl.split('watch?v=')[1].split(/[?&]/)[0];
					} else if (rawUrl.includes('youtu.be/')) {
						videoId = rawUrl.split('youtu.be/')[1].split(/[?&]/)[0];
					}
					
					if (videoId) {
						iframe.src = 'https://www.youtube.com/embed/' + videoId + '?autoplay=1';
					}

					
					iframe.allow = 'accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture';
					iframe.allowFullscreen = true;
					overlay.appendChild(iframe);
				
				// Ensure container is positioned relatively
				const computedStyle = window.getComputedStyle(container);
				if (computedStyle.position === 'static') {
					container.style.position = 'relative';
				}

				container.appendChild(overlay);
			});
		});
	</script>
	{"id":3060,"date":"2024-07-03T11:51:08","date_gmt":"2024-07-03T09:51:08","guid":{"rendered":"https:\/\/plattform.digital\/start\/"},"modified":"2025-07-11T18:22:43","modified_gmt":"2025-07-11T16:22:43","slug":"start","status":"publish","type":"page","link":"https:\/\/plattform.digital\/en\/","title":{"rendered":"Start"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" id=\"panels-container\">\n<div class=\"wp-block-columns alignfull has-background is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\" style=\"background-color:#0300a2\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer hide-mobile\"><\/div>\n\n\n\n<div style=\"height:80px\" aria-hidden=\"true\" class=\"wp-block-spacer show-mobile\"><\/div>\n\n\n\n<p class=\"teasertext has-base-2-color has-text-color has-link-color wp-elements-0d3c2726af11d1c659f723d452a07d57 wp-block-paragraph\"><strong>Plattform.digital<\/strong> focuses on the development of digital platforms and innovative products. We are one of the leading providers for the implementation of <strong>high-quality software solutions<\/strong> and are <strong>tech specialists<\/strong> in the development of <strong>digital platforms<\/strong>. <\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer hide-mobile\"><\/div>\n\n\n\n<div style=\"height:60px\" aria-hidden=\"true\" class=\"wp-block-spacer show-mobile\"><\/div>\n\n\n\n<span class=\"small\" style=\"color:#fff\">Powered by  <img decoding=\"async\" class=\"wadl-partner-white\" width=\"192\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/07\/wadl_und_prtnr._logo_white_108px.svg\" alt=\"Logo Wadl &#038; Prtnr.\"\/><\/span>\n\n\n\n<img decoding=\"async\" id=\"start-certificate\" src=\"15_Years_High_Quality_Software_Solution_Final_NEW_200px\" width=\"200\" alt=\"5 Years High Quality Software Solution\"\/>\n\n\n\n<img decoding=\"async\" id=\"start-logo\" class=\"hide-mobile\" width=\"100%\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/07\/Plattform_Digital_192px.svg\" alt=\"Logo Wadl &#038; Prtnr.\"\/>\n\n\n\n<img decoding=\"async\" id=\"start-logo-mobile\" class=\"show-mobile\" width=\"100%\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/11\/Plattform_Digital_Logo_Mobile.svg\" alt=\"Logo Wadl &#038; Prtnr.\"\/>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\" style=\"background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2025\/05\/Museum_Start_Final_komprimiert_03.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-4856b16b113250373d5dab158bbda3df is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#0300a2\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-9f79b26b16904e87c862f9f5c14d879b\">Our focus<\/h2>\n\n\n\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-left font-lato has-base-2-color has-text-color has-link-color has-xx-large-font-size wp-elements-931b46581710349ec3615c8da923176e wp-block-paragraph\"><strong>From the conception,<br\/>the UI &amp; UX design,<br\/>the technical development, to the<\/strong><br\/><strong>final product.<\/strong><\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer hide-mobile\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-62f486f6042f0c05127b4afebb613eb7 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#0300a2\">\n<div class=\"wp-block-group has-base-2-color has-text-color has-link-color wp-elements-26cfceea7254959a7e7c704fc65ef05d has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"font-lato has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-f15fdf11c14b6adbb3fba5ac1ca959ad wp-block-paragraph\">Steps to the final product<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"wp-block-list is-style-default scroll-max-60vh has-base-2-color has-text-color has-link-color has-medium-font-size wp-elements-d98ac72bbd7d407de58ff6fbbbd03b97\">\n<li>Conception &amp; Strategy<\/li>\n\n\n\n<li>Funding programs Submission \/ Commitment  <\/li>\n\n\n\n<li>UI &amp; UX design (+ CI) development<\/li>\n\n\n\n<li>Technical development (+ server)<\/li>\n\n\n\n<li>Test phases (betas)<\/li>\n\n\n\n<li><strong>Platform &#8211; Launch<\/strong><\/li>\n\n\n\n<li>Technical support<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"felxbottom font-lato has-base-2-color has-text-color has-link-color has-x-large-font-size wp-elements-c542d9be8636f64e1e23f61333442fd3 wp-block-paragraph\">We are your contact <s>from the start to the final product<\/s>.<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer hide-mobile\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-5d1c88a1b345a01295a8d1f6ec76f335 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#060e2c;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2024\/11\/Veraluf_99876.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-b753a31f34ddd09d087f84076c356149\">Digital platforms<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-f15519d04f00aba47be74797d4a0eb2c\">We develop software<strong> <\/strong><br\/><strong>for your success<\/strong><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-6f3bf53e6b83f60913ba95b1c6665567 wp-block-paragraph\">We accompany you from the initial concept <s>to the finished<\/s> <br\/><strong><em>digital platform.<\/em><\/strong><\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-a2a24daf68faac0e60f4768d7715222c wp-block-paragraph\">With our expertise in design and development, we create unique platforms that optimize processes and make your company competitive in the long term. You can rely on our experience and solutions that are developed specifically for your requirements.   <br\/><br\/><em><strong>We develop high-quality software solutions and specialize in digital platforms. We do everything we can to create innovative products that make a decisive contribution to your business success. <\/strong><\/em><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\"><div onclick=\"window.location.href='https:\/\/plattform.digital\/unsere-expertise\/'\" class=\"linked-column wp-block-column is-vertically-aligned-stretch has-base-2-color has-contrast-background-color has-text-color has-background has-link-color wp-elements-c9ef8ff704c43681cc734a45f040eccf is-layout-flow wp-block-column-is-layout-flow\" style=\"background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2025\/05\/copy_8347A612-AAF5-4E5C-8DA0-D042B42992EB-1_komprimiert.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-0e1f2b92443cba40c0919ca171ce5ba5\">Our expertise<\/h2>\n\n\n\n<ul class=\"wp-block-list flexbottom scroll-max-60vh has-base-2-color has-text-color has-link-color wp-elements-d9038e9647d8bcc4b91ba61263366169\">\n<li>Platform Development<\/li>\n\n\n\n<li>Front- &amp; Backend Development<\/li>\n\n\n\n<li>UI &amp; UX Design<\/li>\n\n\n\n<li>Conception<\/li>\n\n\n\n<li>Branding (corporate identity)<\/li>\n\n\n\n<li>API (Interface) Development<\/li>\n\n\n\n<li>Optimized Mobile &amp; iOS Design<\/li>\n\n\n\n<li>Digital Products<\/li>\n\n\n\n<li>Hybrid App Development (PWA)<\/li>\n\n\n\n<li>Integration of AI<\/li>\n\n\n\n<li>Dashboards Solutions<\/li>\n\n\n\n<li>Service Design<\/li>\n\n\n\n<li>Prototyping<\/li>\n<\/ul>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\"><div onclick=\"window.location.href='https:\/\/plattform.digital\/kultur-digital\/'\" class=\"linked-column wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-500946a3281efc7ed6a1c3a236d36dc4 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#060e2c;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2025\/05\/copy_8002573C-ADFA-43C9-A119-950C33734316.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-882a124c2870ac0ec8fa4c15fa116595\">Culture Digital<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-044b51a82abbf38d3906cda1ef6a59ae\">Digital archiving<br\/><strong>for museums<\/strong><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-35f084f3d5011417b4257e9dadd73241 wp-block-paragraph\">Digital archiving<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-d48da0c9ae7b1d555fedb08eee96abcc wp-block-paragraph\">We develop <strong>digital platforms<\/strong> <strong>for museums<\/strong> to make their entire <strong>collection<\/strong> accessible to a broad national and <strong>international public<\/strong>.<\/p>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-3ca3a706095d8979915620d734dcae33 wp-block-paragraph\"><br\/>Our platforms are used by <strong>museums, art and cultural institutions<\/strong> to digitally record and <strong>catalog<\/strong> collection objects in order to present them to a broad public.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-cd31b6447a29d9725def254b71d1feb7 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#060e2c;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2024\/11\/Mynoris_Praesentation_09.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-2dbbcd0556be6c7ca160cb619b9c47ac\"><\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-a1d635cd3bab726c60f39471db0c11c6\"><br\/><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-be2c9a2144755a36c41fa55af6c1a5d7 wp-block-paragraph\"><\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-6c0b2beff02a434bcc22b24eb0a02302 wp-block-paragraph\"><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns nopadding noscroll is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\">\n<figure style=\"padding-right:0;padding-left:0\" class=\"wp-block-video\"><video height=\"3840\" style=\"aspect-ratio: 2160 \/ 3840;\" width=\"2160\" autoplay=\"\" loop=\"\" muted=\"\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/11\/copy_8AD5FDCE-062C-4336-A46E-E21D07658237.mov\" playsinline=\"\"><\/video><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-5789008e67d2da69bfe793d660e71379 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#060e2c;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2024\/11\/wir-kaufen.immo_Praesentation_007.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-2dbbcd0556be6c7ca160cb619b9c47ac\"><\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-a1d635cd3bab726c60f39471db0c11c6\"><br\/><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-be2c9a2144755a36c41fa55af6c1a5d7 wp-block-paragraph\"><\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-6c0b2beff02a434bcc22b24eb0a02302 wp-block-paragraph\"><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns nopadding noscroll is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\">\n<figure style=\"padding-right:0;padding-left:0\" class=\"wp-block-video\"><video height=\"3840\" style=\"aspect-ratio: 1818 \/ 3840;\" width=\"1818\" autoplay=\"\" loop=\"\" muted=\"\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/11\/copy_9DBC2B26-CF57-45E6-B0DC-189A0A50599A.mov\" playsinline=\"\"><\/video><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-d3318754056b4d839610cd2d3385ca80 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#060e2c;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2025\/04\/WOGO_App_New_02_Plattform_03.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-2dbbcd0556be6c7ca160cb619b9c47ac\"><\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-a1d635cd3bab726c60f39471db0c11c6\"><br\/><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-be2c9a2144755a36c41fa55af6c1a5d7 wp-block-paragraph\"><\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-6c0b2beff02a434bcc22b24eb0a02302 wp-block-paragraph\"><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-6831db3527ac921de95f2e17c5f0cc47 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#060e2c;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2024\/11\/Stay_Safe_Praesentation_002.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-2dbbcd0556be6c7ca160cb619b9c47ac\"><\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-a1d635cd3bab726c60f39471db0c11c6\"><br\/><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-be2c9a2144755a36c41fa55af6c1a5d7 wp-block-paragraph\"><\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-6c0b2beff02a434bcc22b24eb0a02302 wp-block-paragraph\"><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\"><div onclick=\"window.location.href='https:\/\/plattform.digital\/kultur-digital\/'\" class=\"linked-column wp-block-column is-vertically-aligned-stretch has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#e11c3b\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-2dbbcd0556be6c7ca160cb619b9c47ac\"><\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-dc84e5937babd9bc6af346568e02bd54\"><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"large1 has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-4b025e5eab57e8e4269d0d67d5d17b85 wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"large2 has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-2497b4d5afe49587daac3667065fb25c wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color has-x-large-font-size wp-elements-ea2eea305cd485f0ecd70fb354d1cb8f wp-block-paragraph\"><\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color has-xx-large-font-size wp-elements-4757a06a4f08f355d5faf737d33a522e wp-block-paragraph\"><strong>Your museum  <\/strong><\/p>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color has-xx-large-font-size wp-elements-607235813c251214f1152a7874c1b4c5 wp-block-paragraph\"><strong>is now  <\/strong><\/p>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color has-xx-large-font-size wp-elements-16a3b0906c1bbd796de24a369ca07c1c wp-block-paragraph\"><strong>digital.  <\/strong><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#000000;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2025\/05\/copy_2F52F555-FC8E-4E28-8F69-383C777CCEC2-2.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-f9d01ea09a3fd0fc78aa58066d926e2d\">Artificial intelligence<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-8d264a56900f97583571012b9b9c1cc7\">Automation of <strong>processes<\/strong><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"large1 has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-541731568da5a2887c6d1e0063f95f48 wp-block-paragraph\"><strong>Why is AI changing everything?<\/strong><\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"large2 has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-4ae193aca52188c493398919870e5320 wp-block-paragraph\">The integration of AI is important in order to remain strategically and long-term<strong> <\/strong>competitive.<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-de030603e48d3fdb1053277394d9bb59 wp-block-paragraph\">We dedicate ourselves intensively to researching and implementing artificial intelligence and its meaningful integration into platforms for everyday use. With the aim of relieving the burden on people by optimizing processes and creating space for creative and strategic tasks. <\/p>\n\n\n\n<div style=\"height:55px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/08\/ChatGPT_KI_Logos_406_px_White.svg\" alt=\"\" class=\"wp-image-570\" style=\"object-fit:cover;width:406px;height:32px\"\/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-d0092fbee2625e8fdcbf3480c7fcbb38 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#0300a2\">\n<h2 class=\"wp-block-heading has-text-align-left has-base-2-color has-text-color has-link-color wp-elements-77d8d827359859e9a70729640d2180a0\">Value creation &amp; growth<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer show-mobile min-height-30\"><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-831b2db5 wp-block-group-is-layout-flex\">\n<p class=\"large1 has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-673cdbb168be2950a93bf55ec0e33070 wp-block-paragraph\"><strong>Customized digital solutions and strategies  <\/strong><\/p>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-d613cd94\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-1c650d8d44074d632cf199cdb7f31108 wp-block-paragraph\">Our focus is on developing a <s>customized <\/s>digital <s>platform<\/s> <br\/><strong>specifically<\/strong> <strong>for your company <\/strong><br\/>.<\/p>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-1ac3d91d\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-ff4f39736628b854f0cf891867d10df1 wp-block-paragraph\">Our many years of international experience around the globe have provided <br\/>with a broad spectrum of <strong>expertise and knowledge<\/strong>. We develop <br\/>innovative and user-friendly digital platforms that attract<strong> thousands of users <\/strong>.   <br\/><strong>use and love every day.<\/strong><\/p>\n\n\n\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-1b8dd66d\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-95a3600ac99dc63cb3e75b244c0e4671 wp-block-paragraph\">Our approach is constantly improving the way companies interact, <br\/>by simplifying work processes, connecting and optimizing data and users in <br\/>a digital ecosystem and automating <br\/>. <strong>In this way, we enable outstanding new <\/strong><br\/><strong>potential for value creation and sustainable innovation<\/strong> <strong>for you <\/strong><strong>.<\/strong><\/p>\n\n\n\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-95942140\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2025\/02\/Vision_Logos_466px_02-1.svg\" alt=\"\" class=\"wp-image-3168\" style=\"object-fit:cover;width:466px;height:49px\"\/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-2f1e7bc858cebd44b8d33fdb2257d5e0 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#000000;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2025\/05\/copy_D7319C54-A6BB-4984-98BA-AB311164FBCB.gif);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-0ec2faa56fe7f0aeb521137b25decb41\">Cost overview<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-ae10675f149dd5ae3e628e01d8af51d9\">Platform development<br\/><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-feef124cd1d0d349bf078c4faf03de06 wp-block-paragraph\">What costs should you calculate for a <strong>platform project <\/strong> <br\/><br\/><s> <\/s>?<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-2335b56ee1abf831e4aa907d83cf7af5 wp-block-paragraph\">Depending on the size of the project, an average digital platform costs between EUR 35,000 and EUR 125,000 (excl. VAT) in the initial development phase. A well-designed platform is a <strong>valuable asset<\/strong> and helps your company make sustainable progress.  <\/p>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-b36de0be844868332388c1bf5abb26d7 wp-block-paragraph\"><br\/><em><strong>With the appropriate digital funding, however, you will receive a percentage of the sum back, e.g. 30%, 50% or even 85% with Kulturerbe digital.<\/strong><\/em><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\"><div onclick=\"window.location.href='https:\/\/plattform.digital\/foerderungen\/'\" class=\"linked-column wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-ca47503b4a6815d003e99bbe621f7548 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#fff006\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading ts-darkmode-black has-text-color has-link-color wp-elements-836c592a28baaff1ae9fb8b8e73c766c\" style=\"color:#000000\">Subsidies<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading ts-darkmode-black has-text-color has-link-color wp-elements-d16b5ac685757c5deeea5f27fb235fef\" style=\"color:#000000\"><strong>Products, processes &amp; services in digitalization<\/strong><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-text-color has-link-color has-large-font-size wp-elements-1a4b8e256f225e4f75dabdd707fb4801 wp-block-paragraph\" style=\"color:#000000\">Can your digital project be <s>financially supported<\/s> by subsidies? <strong><em>Yes, absolutely.<\/em><\/strong><\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-199298e28c971e589b349ada30b0ca32 wp-block-paragraph\" style=\"color:#000000\">We support you from the initial idea through to a successful digital project. We outline and design your digitalization project together with our partner &#8211; a funding specialist.   <em><strong>Complete all the necessary steps, submit the funding application and start your project once it has been approved.<\/strong><\/em><\/p>\n\n\n\n<div style=\"height:55px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2025\/03\/Foerderungen_Logos_465px_Schwarz.svg\" alt=\"\" class=\"wp-image-3288\" style=\"object-fit:contain;width:465px;height:52px\"\/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-3c410b48d155b3458f2e4e6a13bd2e75 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#000000;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2025\/05\/News_Blog_2025.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-ce01171a94819d6fa1b635bb95c228ac\">News<\/h2>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-dc84e5937babd9bc6af346568e02bd54\"><\/h3>\n<\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2025\/06\/Plattform_Digital_News_Logo_2025_NEW_X.svg\" alt=\"\" class=\"wp-image-4013\" style=\"object-fit:cover;width:467px;height:102px\"\/><\/figure>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-b36d7c35f0a031410bd45b7682aa9d2d wp-block-paragraph\">The latest news on projects, technology, UX design, updates, support, funding and much more.<\/p>\n\n\n\n<div style=\"height:35px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-6c0b2beff02a434bcc22b24eb0a02302 wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-e0386bd75b9e217a41e3756fc2787882 wp-block-paragraph\">We provide information about our projects, tech trends, UX design, new products, current funding opportunities (e.g. AWS, FWF, FFG), software updates, AI and everything that moves the digital world. Stay up to date and find out how innovative technologies can advance your company.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-82c735448b6d26f10690784ef9e116da wp-block-paragraph\"><em><strong>We will launch our news page at the end of August 2025.<\/strong><\/em><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-b419a9b9b1465ea0bbfa72ab52b8ae0e is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#000000;background-image:url(https:\/\/plattform.digital\/wp-content\/uploads\/2025\/03\/About_2025_13.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;background-attachment:scroll\">\n<div class=\"wp-block-group has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-94cd8c331d480b25c7bf14aa728f5235\">About<\/h2>\n\n\n\n<div style=\"height:270px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-dc84e5937babd9bc6af346568e02bd54\"><\/h3>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-full youtube-video\" id=\"youtube-video-markus\"><img decoding=\"async\" width=\"930\" height=\"402\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2025\/03\/About_2025_9.png\" alt=\"\" class=\"wp-image-3428\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2025\/03\/About_2025_9.png 930w, https:\/\/plattform.digital\/wp-content\/uploads\/2025\/03\/About_2025_9-300x130.png 300w, https:\/\/plattform.digital\/wp-content\/uploads\/2025\/03\/About_2025_9-768x332.png 768w\" sizes=\"(max-width: 930px) 100vw, 930px\" \/><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group flexbottom has-global-padding is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-236ffaf5 wp-block-group-is-layout-constrained\">\n<p class=\"has-base-2-color has-text-color has-link-color has-large-font-size wp-elements-59acb395f47bec1d3187f7bd7398cc35 wp-block-paragraph\">Holder  <\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-9616b4932a6494dcba123567277b6b2f wp-block-paragraph\"><strong>Markus M. Wadl<\/strong><\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-09212033aa8a147c2093c5ef5ea7a2bd wp-block-paragraph\">Markus M. Wadl has been working in the tech industry since 2008 and was significantly involved in the development of the international search engine and platform WOGO as CEO from 2011 to 2017. With his many years of expertise in software and, in particular, platform development as well as his UX specialization in product design, he and his team now design and develop innovative digital applications and platforms for companies.<\/p>\n\n\n\n<p class=\"has-base-2-color has-text-color has-link-color wp-elements-32e21869483c38c29baa650b59196e32 wp-block-paragraph\"><br\/><em><strong>Plattform.Digital now combines the essence of over 15 years of applied knowledge, research and development. With our know-how, we ensure<br\/>that your platform is a success. <\/strong><\/em><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-3dcc328174df3356fc1448e6f711a22e is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#0300a2\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-24e5cf6ea745cf5e0148511d34026680\">Request<\/h2>\n\n\n\n<div class=\"wp-block-group flexbottom is-vertical is-layout-flex wp-container-core-group-is-layout-831b2db5 wp-block-group-is-layout-flex\">\n<p class=\"has-base-2-color has-text-color has-link-color has-medium-font-size wp-elements-8060cfe30fa0697bc6541beae0fa4058 wp-block-paragraph\">Your non-binding inquiry for a digitization project<\/p>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-d64d2fc5\"><\/div>\n\n\n<div id=\"quform-dfcb25\" class=\"quform quform-1 quform-theme-hollow quform-support-page-caching\"><form id=\"quform-form-dfcb25\" class=\"quform-form quform-form-1\" action=\"\/en\/wp-json\/wp\/v2\/pages\/3060#quform-dfcb25\" method=\"post\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-options=\"{&quot;id&quot;:1,&quot;uniqueId&quot;:&quot;dfcb25&quot;,&quot;theme&quot;:&quot;hollow&quot;,&quot;ajax&quot;:true,&quot;logic&quot;:{&quot;logic&quot;:[],&quot;dependents&quot;:[],&quot;elementIds&quot;:[],&quot;dependentElementIds&quot;:[],&quot;animate&quot;:true},&quot;currentPageId&quot;:1,&quot;errorsIcon&quot;:&quot;&quot;,&quot;updateFancybox&quot;:true,&quot;hasPages&quot;:false,&quot;pages&quot;:[1],&quot;pageProgressType&quot;:&quot;numbers&quot;,&quot;tooltipsEnabled&quot;:true,&quot;tooltipClasses&quot;:&quot;qtip-quform-dark qtip-shadow&quot;,&quot;tooltipMy&quot;:&quot;left center&quot;,&quot;tooltipAt&quot;:&quot;right center&quot;,&quot;isRtl&quot;:false,&quot;scrollOffset&quot;:-50,&quot;scrollSpeed&quot;:800}\"><button class=\"quform-default-submit\" name=\"quform_submit\" type=\"submit\" value=\"submit\" aria-hidden=\"true\" tabindex=\"-1\"><\/button><div class=\"quform-form-inner quform-form-inner-1\"><input type=\"hidden\" name=\"quform_form_id\" value=\"1\" \/><input type=\"hidden\" name=\"quform_form_uid\" value=\"dfcb25\" \/><input type=\"hidden\" name=\"quform_count\" value=\"1\" \/><input type=\"hidden\" name=\"form_url\" value=\"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/pages\/3060\" \/><input type=\"hidden\" name=\"referring_url\" value=\"\" \/><input type=\"hidden\" name=\"post_id\" value=\"\" \/><input type=\"hidden\" name=\"post_title\" value=\"\" \/><input type=\"hidden\" name=\"quform_current_page_id\" value=\"1\" \/><input type=\"hidden\" name=\"quform_csrf_token\" value=\"2omr4rJIrS4cSZiuKFgBUYLy7INPzOsInAI0OmZY\" \/><div class=\"quform-elements quform-elements-1 quform-cf quform-responsive-elements-phone-landscape\"><div class=\"quform-element quform-element-page quform-page-1 quform-page-1_1 quform-cf quform-group-style-plain quform-first-page quform-last-page quform-current-page\"><div class=\"quform-child-elements\"><div class=\"quform-element quform-element-select quform-element-1_3 quform-cf quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-1_3\"><label class=\"quform-label-text\" for=\"quform_1_3_dfcb25\">Anfrage<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-select quform-inner-1_3\"><div class=\"quform-input quform-input-select quform-input-1_3 quform-cf\"><select id=\"quform_1_3_dfcb25\" name=\"quform_1_3\" class=\"quform-field quform-field-select quform-field-1_3\"><option value=\"Plattform Entwicklung\">Plattform Entwicklung<\/option><option value=\"Front- &amp; Backend Entwicklung\">Front- &amp; Backend Entwicklung<\/option><option value=\"Konzeption &amp; Strategie\">Konzeption &amp; Strategie<\/option><option value=\"UI- &amp; UX Design\">UI- &amp; UX Design<\/option><option value=\"Digitales Produkt\">Digitales Produkt<\/option><option value=\"Service Design\">Service Design<\/option><option value=\"Produkt ReDesign (ReLaunch)\">Produkt ReDesign (ReLaunch)<\/option><option value=\"Hybrid App Entwicklung (PWA)\">Hybrid App Entwicklung (PWA)<\/option><option value=\"iOS- &amp; Android Entwicklung\">iOS- &amp; Android Entwicklung<\/option><option value=\"Software Entwicklung\">Software Entwicklung<\/option><option value=\"API (Interface) Entwicklung\">API (Interface) Entwicklung<\/option><option value=\"Web- &amp; Software Analyse \">Web- &amp; Software Analyse <\/option><option value=\"Dashboards L\u00f6sungen\">Dashboards L\u00f6sungen<\/option><option value=\"Integration von AI\">Integration von AI<\/option><option value=\"Infos zu F\u00f6rderungen\">Infos zu F\u00f6rderungen<\/option><option value=\"Kulturerbe digital \">Kulturerbe digital <\/option><option value=\"Branding (CI)\">Branding (CI)<\/option><option value=\"Prototyping\">Prototyping<\/option><\/select><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-text quform-element-1_6 quform-cf quform-labels-inside quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-1_6\"><label class=\"quform-label-text\" for=\"quform_1_6_dfcb25\">Name<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-text quform-inner-1_6\"><div class=\"quform-input quform-input-text quform-input-1_6 quform-cf\"><input type=\"text\" id=\"quform_1_6_dfcb25\" name=\"quform_1_6\" class=\"quform-field quform-field-text quform-field-1_6\" placeholder=\"Name\" \/><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-email quform-element-1_5 quform-cf quform-labels-inside quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-1_5\"><label class=\"quform-label-text\" for=\"quform_1_5_dfcb25\">E-Mail Adresse<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-email quform-inner-1_5\"><div class=\"quform-input quform-input-email quform-input-1_5 quform-cf\"><input type=\"email\" id=\"quform_1_5_dfcb25\" name=\"quform_1_5\" class=\"quform-field quform-field-email quform-field-1_5\" placeholder=\"E-Mail-Adresse\" \/><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-textarea quform-element-1_7 quform-cf quform-labels-inside quform-element-required\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-1_7\"><label class=\"quform-label-text\" for=\"quform_1_7_dfcb25\">Nachrichten<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-textarea quform-inner-1_7\"><div class=\"quform-input quform-input-textarea quform-input-1_7 quform-cf\"><textarea id=\"quform_1_7_dfcb25\" name=\"quform_1_7\" class=\"quform-field quform-field-textarea quform-field-1_7\" placeholder=\"Nachricht\"><\/textarea><\/div><\/div><\/div><\/div><div class=\"quform-element quform-element-checkbox quform-element-1_4 quform-cf quform-element-required pretty p-default\"><div class=\"quform-spacer\"><div class=\"quform-label quform-label-1_4\"><label class=\"quform-label-text\" id=\"quform_1_4_dfcb25_label\">Datenschutz<span class=\"quform-required\">*<\/span><\/label><\/div><div class=\"quform-inner quform-inner-checkbox quform-inner-1_4\"><div class=\"quform-input quform-input-checkbox quform-input-1_4 quform-cf\"><div class=\"quform-options quform-cf quform-options-block quform-options-simple\" role=\"group\" aria-labelledby=\"quform_1_4_dfcb25_label\"><div class=\"quform-option\"><input type=\"checkbox\" name=\"quform_1_4[]\" id=\"quform_1_4_dfcb25_1\" class=\"quform-field quform-field-checkbox quform-field-1_4 quform-field-1_4_1\" value=\"Ich bin damit einverstanden, dass meine Daten gespeichert und verarbeitet werden.\" \/><label for=\"quform_1_4_dfcb25_1\" class=\"quform-option-label quform-option-label-1_4_1\"><span class=\"quform-option-text\">Ich bin damit einverstanden, dass meine Daten gespeichert und verarbeitet werden.<\/span><\/label><\/div><\/div><\/div><p class=\"quform-description quform-description-below\"><a href=\"#\">Datenschutzerkl\u00e4rung<\/a><\/p><\/div><\/div><\/div><div class=\"quform-element quform-element-submit quform-element-1_2 quform-cf quform-button-style-theme\"><div class=\"quform-button-submit quform-button-submit-default quform-button-submit-1_2\"><button name=\"quform_submit\" type=\"submit\" class=\"quform-submit\" value=\"submit\"><span class=\"quform-button-text quform-button-submit-text\">Anfrage senden<\/span><\/button><\/div><div class=\"quform-loading quform-loading-position-left quform-loading-type-spinner-1\"><div class=\"quform-loading-inner\"><div class=\"quform-loading-spinner\"><div class=\"quform-loading-spinner-inner\"><\/div><\/div><\/div><\/div><\/div><div class=\"quform-element-tree\"><label for=\"quform_1_0_dfcb25\">This field should be left blank<\/label><input type=\"text\" id=\"quform_1_0_dfcb25\" name=\"quform_1_0\" class=\"quform-field quform-field-tree quform-field-1_0\" tabindex=\"-1\" autocomplete=\"off\" \/><\/div><\/div><\/div><\/div><\/div><\/form><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-contrast-background-color has-text-color has-background has-link-color wp-elements-549b6ee162da55632f056c2e0a69d8a6 is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-text-align-left has-base-2-color has-text-color has-link-color wp-elements-c939dbd73a5065d7c816423b652298c8\">Customers &amp; Projects<\/h2>\n\n\n\n<div style=\"height:200px\" aria-hidden=\"true\" class=\"wp-block-spacer hide-mobile min-height-200\"><\/div>\n\n\n\n<div class=\"wp-block-group has-background is-vertical is-layout-flex wp-container-core-group-is-layout-831b2db5 wp-block-group-is-layout-flex\" style=\"background-color:#000000\">\n<figure class=\"wp-block-image size-large is-resized\"><img decoding=\"async\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2025\/07\/Kunden_und_Projekte_249px_2025_6.svg\" alt=\"\" class=\"wp-image-4059\" style=\"aspect-ratio:8.03225806451613;object-fit:cover;width:249px;height:auto\"\/><\/figure>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-e1bb55cb\"><\/div>\n\n\n\n<div class=\"wp-block-group referenzliste scroll-max-60vh has-base-2-color has-text-color has-link-color wp-elements-0cf0c786482697572ede71c26fdb4134 has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-51d2c1ac49bd57b89ecf6e7e3df8d667\">\n<li>WOGO App ( AT &#8211; DE &#8211; CH &#8211; IT &#8211; FR &#8211; SI &#8211; LI )<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"700\" height=\"1000\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/WOGO_App_Kunden_001.jpg\" alt=\"\" class=\"wp-image-2581\" style=\"width:350px\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/WOGO_App_Kunden_001.jpg 700w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/WOGO_App_Kunden_001-210x300.jpg 210w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-4d8f03f4e0434ebe799648aec18c6685\">\n<li>Mynoris ( AT &#8211; DE &#8211; IT &#8211; BG &#8211; CZ &#8211; SE )<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"700\" height=\"1000\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_erstes_Format_Mynoris_001.jpg\" alt=\"\" class=\"wp-image-2629\" style=\"width:350px\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_erstes_Format_Mynoris_001.jpg 700w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_erstes_Format_Mynoris_001-210x300.jpg 210w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-85835001272ecf2fcb565138a2076b8e\">\n<li>Stay Safe ( EU )<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1000\" height=\"700\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_Stay_Safe_zweites_Format_01.jpg\" alt=\"\" class=\"wp-image-2591\" style=\"object-fit:contain;width:500px;height:350px\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_Stay_Safe_zweites_Format_01.jpg 1000w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_Stay_Safe_zweites_Format_01-300x210.jpg 300w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_Stay_Safe_zweites_Format_01-768x538.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-7368f86afe9730171523fce86263e7ea\">\n<li>wir-kaufen.immo ( AT )<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1000\" height=\"700\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_01_wir_kaufen_immo_001.jpg\" alt=\"\" class=\"wp-image-2587\" style=\"object-fit:contain;width:500px;height:350px\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_01_wir_kaufen_immo_001.jpg 1000w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_01_wir_kaufen_immo_001-300x210.jpg 300w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_01_wir_kaufen_immo_001-768x538.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-5976670c7aef7763d79f83a17b306201\">\n<li>WOGO Desktop ( EU )<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1000\" height=\"700\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/WOGO_Desktop_002.jpg\" alt=\"\" class=\"wp-image-2589\" style=\"object-fit:contain;width:500px;height:350px\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/WOGO_Desktop_002.jpg 1000w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/WOGO_Desktop_002-300x210.jpg 300w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/WOGO_Desktop_002-768x538.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-a3460af039fb78e6f61b4cac6b65caab\">\n<li>Uniper Care ( RU &#8211; IL &#8211; AT )<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1000\" height=\"700\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_Uniper_CAre_002.jpg\" alt=\"\" class=\"wp-image-2585\" style=\"object-fit:contain;width:500px;height:350px\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_Uniper_CAre_002.jpg 1000w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_Uniper_CAre_002-300x210.jpg 300w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_Uniper_CAre_002-768x538.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-6619d26b7713ec13644980175cd6a704\">\n<li>WOGO CMS ( EU )<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"1000\" height=\"700\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_01WOGO_CMS_001.jpg\" alt=\"\" class=\"wp-image-2615\" style=\"object-fit:contain;width:500px;height:350px\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_01WOGO_CMS_001.jpg 1000w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_01WOGO_CMS_001-300x210.jpg 300w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Kunden_zweites_Format_01WOGO_CMS_001-768x538.jpg 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-489f8fcd7db333dba5201c35c39eeb7f\">\n<li>Rembr. ( AT )<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"700\" height=\"1000\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Rembr_001.jpg\" alt=\"\" class=\"wp-image-2579\" style=\"width:350px\" srcset=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Rembr_001.jpg 700w, https:\/\/plattform.digital\/wp-content\/uploads\/2024\/12\/Rembr_001-210x300.jpg 210w\" sizes=\"(max-width: 700px) 100vw, 700px\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-60dd42b08ecdb96bea044f7afd3aaca5\">\n<li>netcup \/ anexia ( AT &#8211; DE )<\/li>\n\n\n\n<li>Unicef ( UK )<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-62c1fad2630c3eeb0b0646a31026ce12\">\n<li>Adidas ( EN )<\/li>\n\n\n\n<li>The Greens ( AT )<\/li>\n\n\n\n<li>Siemens ( AT )<\/li>\n\n\n\n<li>David Michael Zimmermann ( US )<\/li>\n\n\n\n<li>9022 Real estate ( AT )<\/li>\n\n\n\n<li>Griffner House ( AT &#8211; DE )<\/li>\n\n\n\n<li>Nockberge National Park ( AT )<\/li>\n\n\n\n<li>Momentum ( DE )<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list has-base-2-color has-text-color has-link-color wp-elements-b7b25c27c48bd00924ec85f936d8c4b7\">\n<li>Provincial Museum Carinthia ( AT )<\/li>\n\n\n\n<li>Denkwerk Collective ( AT )<\/li>\n\n\n\n<li>The White House &#8211; Agent ( AT )<\/li>\n\n\n\n<li>Haas Gastronomy ( AT )<\/li>\n\n\n\n<li>Soundcircle ( AT )<\/li>\n\n\n\n<li>&amp; many more&#8230;<\/li>\n<\/ul>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch has-base-2-color has-text-color has-background has-link-color wp-elements-9c9bd1375f2148a9ffea6af9ed840bf5 is-layout-flow wp-block-column-is-layout-flow\" style=\"background-color:#0300a2\">\n<h2 class=\"wp-block-heading has-base-2-color has-text-color has-link-color wp-elements-fe5d402e6a824c60d2ab42389d84dde6\">Office<\/h2>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-831b2db5 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-medium is-resized wp-container-content-cf2db169\"><img decoding=\"async\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/07\/Plattform_Digital_192px.svg\" alt=\"\" class=\"wp-image-51\" style=\"object-fit:contain;width:240px;height:34px\"\/><\/figure>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-b0b89ccb\"><\/div>\n\n\n\n<small style=\"color:#fff\">Powered by  <img decoding=\"async\" class=\"wadl-partner-white\" width=\"95\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/07\/wadl_und_prtnr._logo_white_108px.svg\" alt=\"Logo Wadl &#038; Prtnr.\"\/><\/small>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-c0740251\"><\/div>\n\n\n\n<p class=\"contacttext has-base-2-color has-text-color wp-container-content-cf2db169 wp-block-paragraph\">Wadl &amp; Prtnr.<br\/>Villacherstra\u00dfe 47<br\/>A-9020 Klagenfurt am W\u00f6rthersee<br\/>Carinthia<br\/>Austria<\/p>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-1ac3d91d\"><\/div>\n\n\n\n<p class=\"contacttext has-base-2-color has-text-color wp-container-content-cf2db169 wp-block-paragraph\"><a href=\"mailto:office@plattform.digital\">office@plattform.digital<\/a><\/p>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-4daaf377\"><\/div>\n\n\n\n<p class=\"contacttext has-base-2-color has-text-color wp-container-content-cf2db169 wp-block-paragraph\"><\/p>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer wp-container-content-e1bb55cb\"><\/div>\n\n\n\n<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d2740.2280774341148!2d14.29393507758284!3d46.6222560711168!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4770748424634417%3A0x20b0ac6f125ea7db!2sVillacher%20Str.%2047%2C%209020%20Klagenfurt%20am%20W%C3%B6rthersee!5e0!3m2!1sde!2sat!4v1720632106692!5m2!1sde!2sat\" width=\"600\" height=\"560\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-bottom is-layout-flex wp-container-core-columns-is-layout-3a88641f wp-block-columns-is-layout-flex\" id=\"end\">\n<div class=\"wp-block-column is-vertically-aligned-bottom is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large is-resized hover-plattform\"><a href=\"#\"><img decoding=\"async\" src=\"https:\/\/plattform.digital\/wp-content\/uploads\/2024\/07\/P_Plattform_150x150px_Animation.svg\" alt=\"\" class=\"wp-image-50\" style=\"object-fit:cover;width:150px;height:150px\"\/><\/a><\/figure>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Plattform.digital focuses on the development of digital platforms and innovative products. We are one of the leading providers for the implementation of high-quality software solutions and are tech specialists in the development of digital platforms. Powered by Our focus From the conception,the UI &amp; UX design,the technical development, to thefinal product. Steps to the final [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-3060","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/pages\/3060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/comments?post=3060"}],"version-history":[{"count":90,"href":"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/pages\/3060\/revisions"}],"predecessor-version":[{"id":4101,"href":"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/pages\/3060\/revisions\/4101"}],"wp:attachment":[{"href":"https:\/\/plattform.digital\/en\/wp-json\/wp\/v2\/media?parent=3060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}