wiki/userdoc/doc_investor_general.html

805 lines
30 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PowerOn AI Platform - Investoren-Dokumentation</title>
<style>
/* PowerOn.swiss Stylesheet */
/* Tailwind CSS Custom Properties & Design Tokens */
:root {
/* Locale */
-webkit-locale: "de";
/* Tailwind Transform Properties */
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
/* Tailwind Gradient Properties */
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
/* Tailwind Typography Properties */
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
/* Tailwind Ring/Shadow Properties */
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / .5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
/* Tailwind Filter Properties */
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
/* Tailwind Backdrop Filter Properties */
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
/* Tailwind Container Properties */
--tw-contain-size: ;
--tw-contain-layout: ;
--tw-contain-paint: ;
--tw-contain-style: ;
/* Design System Colors (HSL Format) */
/* Base Colors */
--background: 0 0% 100%;
--foreground: 222.2 84% 4.9%;
/* Card Colors */
--card: 0 0% 100%;
--card-foreground: 222.2 84% 4.9%;
/* Popover Colors */
--popover: 0 0% 100%;
--popover-foreground: 222.2 84% 4.9%;
/* Primary Colors (Red Brand Color) */
--primary: 0 84% 42%;
--primary-foreground: 0 0% 100%;
/* Secondary Colors */
--secondary: 210 40% 96.1%;
--secondary-foreground: 222.2 47.4% 11.2%;
/* Muted Colors */
--muted: 210 40% 96.1%;
--muted-foreground: 215.4 16.3% 46.9%;
/* Accent Colors */
--accent: 210 40% 96.1%;
--accent-foreground: 222.2 47.4% 11.2%;
/* Destructive Colors */
--destructive: 0 84% 42%;
--destructive-foreground: 210 40% 98%;
/* Custom Red Colors */
--red-primary: 0 84% 42%;
--red-primary-hover: 0 53% 23%;
--red-primary-light: 0 84% 60%;
--red-background-light: 0 84% 97%;
/* Border & Input Colors */
--border: 214.3 31.8% 91.4%;
--input: 214.3 31.8% 91.4%;
--ring: 222.2 84% 4.9%;
/* Tool/Brand Specific Colors */
--tool-dark: 0 0% 9.4%;
--tool-dark-light: 0 0% 16.5%;
--tool-dark-medium: 0 0% 12.2%;
--tool-beige: 43 12% 73.7%;
--tool-beige-light: 43 20% 80%;
--tool-beige-dark: 43 8% 67%;
--tool-orange: 9 90% 60.6%;
--tool-orange-light: 9 85% 65%;
--tool-orange-dark: 9 94% 53%;
/* Border Radius */
--radius: 0.5rem;
/* Sidebar Colors */
--sidebar-background: 0 0% 98%;
--sidebar-foreground: 240 5.3% 26.1%;
--sidebar-primary: 240 5.9% 10%;
--sidebar-primary-foreground: 0 0% 98%;
--sidebar-accent: 240 4.8% 95.9%;
--sidebar-accent-foreground: 240 5.9% 10%;
--sidebar-border: 220 13% 91%;
--sidebar-ring: 217.2 91.2% 59.8%;
}
/* Base Reset */
*,
*::before,
*::after {
box-sizing: border-box;
border-width: 0;
border-style: solid;
border-color: hsl(var(--border));
}
/* Body Base Styles */
body {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family: 'DM Sans', sans-serif;
font-feature-settings: normal;
font-variation-settings: normal;
-webkit-tap-highlight-color: transparent;
background-color: hsl(var(--background));
color: hsl(var(--foreground));
}
/* Utility Classes für die Farben */
.bg-background { background-color: hsl(var(--background)); }
.bg-primary { background-color: hsl(var(--primary)); }
.bg-secondary { background-color: hsl(var(--secondary)); }
.bg-muted { background-color: hsl(var(--muted)); }
.bg-card { background-color: hsl(var(--card)); }
.text-foreground { color: hsl(var(--foreground)); }
.text-primary { color: hsl(var(--primary)); }
.text-primary-foreground { color: hsl(var(--primary-foreground)); }
.text-muted-foreground { color: hsl(var(--muted-foreground)); }
.border-border { border-color: hsl(var(--border)); }
/* Custom Red Button */
.btn-red-primary {
background-color: hsl(var(--red-primary));
color: hsl(var(--primary-foreground));
border-radius: var(--radius);
}
.btn-red-primary:hover {
background-color: hsl(var(--red-primary-hover));
}
/* Tool Colors */
.bg-tool-dark { background-color: hsl(var(--tool-dark)); }
.bg-tool-beige { background-color: hsl(var(--tool-beige)); }
.bg-tool-orange { background-color: hsl(var(--tool-orange)); }
/* Custom Layout Styles */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.header {
background: hsl(var(--red-primary));
color: hsl(var(--primary-foreground));
padding: 60px 0;
text-align: center;
}
.logo {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 20px;
}
.logo a {
color: hsl(var(--primary-foreground));
text-decoration: none;
}
.subtitle {
font-size: 1.2rem;
opacity: 0.9;
max-width: 600px;
margin: 0 auto;
}
.main-content {
padding: 60px 0;
}
.section {
margin-bottom: 50px;
background: hsl(var(--card));
border-radius: var(--radius);
padding: 40px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
border: 1px solid hsl(var(--border));
}
.section h2 {
color: hsl(var(--foreground));
font-size: 2rem;
margin-bottom: 30px;
border-bottom: 3px solid hsl(var(--red-primary));
padding-bottom: 10px;
}
.section h3 {
color: hsl(var(--foreground));
font-size: 1.4rem;
margin: 30px 0 15px 0;
display: flex;
align-items: center;
}
.section h3::before {
content: "▶";
color: hsl(var(--red-primary));
margin-right: 10px;
font-size: 0.8rem;
}
.feature-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 30px;
}
.feature-card {
background: hsl(var(--muted));
border: 1px solid hsl(var(--border));
border-radius: var(--radius);
padding: 25px;
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.feature-card h3 {
color: hsl(var(--foreground));
margin-bottom: 15px;
font-size: 1.2rem;
}
.feature-card ul {
list-style: none;
padding: 0;
}
.feature-card li {
padding: 8px 0;
position: relative;
padding-left: 20px;
}
.feature-card li::before {
content: "✓";
color: hsl(var(--red-primary));
font-weight: bold;
position: absolute;
left: 0;
}
.executive-summary {
background: hsl(var(--red-background-light));
color: hsl(var(--foreground));
}
.executive-summary h2 {
color: hsl(var(--foreground));
border-bottom-color: hsl(var(--red-primary));
}
.executive-summary h3 {
color: hsl(var(--foreground));
}
.executive-summary .feature-card {
background: hsl(var(--card));
border-color: hsl(var(--red-primary));
color: hsl(var(--foreground));
}
.executive-summary .feature-card h3 {
color: hsl(var(--foreground));
}
.executive-summary .feature-card li::before {
color: hsl(var(--red-primary));
}
.core-functions {
background: hsl(var(--muted));
color: hsl(var(--foreground));
}
.core-functions h2 {
color: hsl(var(--foreground));
border-bottom-color: hsl(var(--red-primary));
}
.core-functions h3 {
color: hsl(var(--foreground));
}
.core-functions .feature-card {
background: hsl(var(--card));
border-color: hsl(var(--border));
color: hsl(var(--foreground));
}
.core-functions .feature-card h3 {
color: hsl(var(--foreground));
}
.core-functions .feature-card li::before {
color: hsl(var(--red-primary));
}
.market-business {
background: hsl(var(--red-background-light));
color: hsl(var(--foreground));
}
.market-business h2 {
color: hsl(var(--foreground));
border-bottom-color: hsl(var(--red-primary));
}
.market-business h3 {
color: hsl(var(--foreground));
}
.market-business .feature-card {
background: hsl(var(--card));
border-color: hsl(var(--red-primary));
color: hsl(var(--foreground));
}
.market-business .feature-card h3 {
color: hsl(var(--foreground));
}
.market-business .feature-card li::before {
color: hsl(var(--red-primary));
}
.risks {
background: hsl(var(--muted));
color: hsl(var(--foreground));
}
.risks h2 {
color: hsl(var(--foreground));
border-bottom-color: hsl(var(--red-primary));
}
.risks h3 {
color: hsl(var(--foreground));
}
.risks .feature-card {
background: hsl(var(--card));
border-color: hsl(var(--border));
color: hsl(var(--foreground));
}
.risks .feature-card h3 {
color: hsl(var(--foreground));
}
.risks .feature-card li::before {
color: hsl(var(--red-primary));
}
.financial {
background: hsl(var(--red-background-light));
color: hsl(var(--foreground));
}
.financial h2 {
color: hsl(var(--foreground));
border-bottom-color: hsl(var(--red-primary));
}
.financial h3 {
color: hsl(var(--foreground));
}
.financial .feature-card {
background: hsl(var(--card));
border-color: hsl(var(--red-primary));
color: hsl(var(--foreground));
}
.financial .feature-card h3 {
color: hsl(var(--foreground));
}
.financial .feature-card li::before {
color: hsl(var(--red-primary));
}
.conclusion {
background: hsl(var(--muted));
color: hsl(var(--foreground));
}
.conclusion h2 {
color: hsl(var(--foreground));
border-bottom-color: hsl(var(--red-primary));
}
.conclusion h3 {
color: hsl(var(--foreground));
}
.conclusion .feature-card {
background: hsl(var(--card));
border-color: hsl(var(--border));
color: hsl(var(--foreground));
}
.conclusion .feature-card h3 {
color: hsl(var(--foreground));
}
.conclusion .feature-card li::before {
color: hsl(var(--red-primary));
}
.note {
background: hsl(var(--red-background-light));
border: 1px solid hsl(var(--red-primary-light));
border-radius: var(--radius);
padding: 20px;
margin-top: 30px;
color: hsl(var(--red-primary-hover));
}
.note::before {
content: " ";
font-weight: bold;
}
.footer {
background: hsl(var(--tool-dark));
color: hsl(var(--primary-foreground));
text-align: center;
padding: 40px 0;
}
.footer a {
color: hsl(var(--red-primary-light));
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
.section-number {
color: hsl(var(--red-primary));
font-weight: bold;
margin-right: 10px;
}
@media (max-width: 768px) {
.header {
padding: 40px 0;
}
.logo {
font-size: 2rem;
}
.section {
padding: 25px;
margin-bottom: 30px;
}
.feature-grid {
grid-template-columns: 1fr;
gap: 20px;
}
}
</style>
</head>
<body>
<div class="header">
<div class="container">
<div class="logo">
<a href="https://poweron.swiss/">PowerOn</a>
</div>
<div class="subtitle">
AI Platform - Investoren-Dokumentation
</div>
<div style="font-size: 0.9rem; margin-top: 10px; opacity: 0.8;">
Stand: 16. Oktober 2025
</div>
</div>
</div>
<div class="main-content">
<div class="container">
<div class="section executive-summary">
<h2><span class="section-number">Executive Summary</span></h2>
<p style="font-size: 1.1rem; color: #4a5568; margin-bottom: 30px;">
PowerOn ist eine Software, die Unternehmen dabei hilft, wiederkehrende Aufgaben zu automatisieren. Statt dass Mitarbeiter manuell Daten sammeln, Dokumente durcharbeiten und Berichte schreiben, übernimmt PowerOn diese Arbeiten.
</p>
<div class="feature-grid">
<div class="feature-card">
<h3>Das Problem, das PowerOn löst</h3>
<ul>
<li>Mitarbeiter verbringen einen erheblichen Teil ihrer Arbeitszeit damit, Informationen zu suchen.</li>
<li>Unternehmen haben Schwierigkeiten, große Dokumente zu analysieren, aktuelle Marktdaten zu sammeln und regelmäßige Berichte zu erstellen.</li>
<li>PowerOn automatisiert diese Aufgaben.</li>
</ul>
</div>
<div class="feature-card">
<h3>Wie PowerOn funktioniert</h3>
<ul>
<li>Ein Benutzer gibt eine Aufgabe ein, zum Beispiel "Lese meine Mails der internen Mailbox der letzten 2 Wochen, fasse diese pro Thema im Sharepoint Marketing Ordner zusammen und verfasse eine Antwort für die wichtigsten Kunden".</li>
<li>PowerOn verbindet sich dann automatisch mit Outlook, SharePoint und anderen Systemen, sammelt die Daten, analysiert sie und erstellt die gewünschten Zusammenfassungen und Antworten.</li>
</ul>
</div>
<div class="feature-card">
<h3>Gemessene Verbesserungen</h3>
<ul>
<li>Marktanalysen: deutliche Zeitreduktion</li>
<li>Berichterstellung: signifikante Zeitersparnis</li>
<li>Prototypenentwicklung: erheblich beschleunigt</li>
<li>Dokumentenanalyse: drastisch reduzierter Zeitaufwand</li>
</ul>
</div>
</div>
</div>
<div class="section core-functions">
<h2><span class="section-number">1.</span>Kernfunktionen von PowerOn</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>Was PowerOn tatsächlich macht</h3>
<ul>
<li><strong>Dynamische Workflows:</strong> PowerOn passt sich automatisch an neue Aufgaben an. Ein Benutzer kann jede beliebige Anfrage stellen, und das System findet den besten Weg zur Lösung.</li>
<li><strong>Action-Plan Workflows:</strong> PowerOn plant komplexe Aufgaben selbstständig. Das System teilt große Projekte in kleinere Schritte auf und führt diese automatisch aus.</li>
<li><strong>Feste Geschäftsprozesse:</strong> Unternehmen können standardisierte Abläufe definieren, die PowerOn immer gleich ausführt, zum Beispiel monatliche Berichte oder regelmäßige Marktanalysen.</li>
</ul>
</div>
<div class="feature-card">
<h3>Kernfunktionen</h3>
<ul>
<li><strong>Dokumentenanalyse:</strong> Das System liest große Dokumente (PDF, Word, Excel) und extrahiert die wichtigsten Informationen. Ein umfangreicher Vertrag wird automatisch zusammengefasst.</li>
<li><strong>Web-Recherche:</strong> PowerOn sucht im Internet nach aktuellen Informationen zu einem Thema und sammelt relevante Daten von verschiedenen Websites.</li>
<li><strong>Berichterstellung:</strong> Basierend auf den gesammelten Daten und Dokumenten erstellt das System fertige Berichte in verschiedenen Formaten (PDF, Word, Excel).</li>
<li><strong>Code-Generierung:</strong> PowerOn kann einfache Programme und Skripte erstellen, um wiederkehrende Aufgaben zu automatisieren.</li>
</ul>
</div>
<div class="feature-card">
<h3>Technische Besonderheiten</h3>
<ul>
<li><strong>Keine Größenbeschränkungen:</strong> PowerOn kann beliebig große Dokumente verarbeiten und unbegrenzt viele Berichte erstellen. Das System umgeht die normalen Grenzen von KI-Systemen durch intelligente Aufteilung.</li>
<li><strong>Automatische Datenschutz-Funktion:</strong> Sensible Daten werden automatisch erkannt und vor der Verarbeitung entfernt. Nach der Analyse werden die Daten wieder eingefügt, sodass der Bericht vollständig ist, aber keine vertraulichen Informationen preisgegeben werden.</li>
<li><strong>Mehrere KI-Anbieter:</strong> PowerOn arbeitet gleichzeitig mit verschiedenen KI-Systemen (OpenAI, Anthropic, Perplexity). Wenn ein System ausfällt oder überlastet ist, übernimmt automatisch ein anderes.</li>
<li><strong>Sicherheit:</strong> Jedes Unternehmen hat einen eigenen, abgeschotteten Bereich. Alle Aktivitäten werden protokolliert.</li>
</ul>
</div>
</div>
</div>
<div class="section market-business">
<h2><span class="section-number">2.</span>Markt und Geschäftsmodell</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>Zielkunden</h3>
<ul>
<li>PowerOn richtet sich hauptsächlich an mittelständische Unternehmen mit 50-500 Mitarbeitern.</li>
<li>Diese Unternehmen haben oft komplexe Datenverarbeitungsanforderungen, aber nicht die Ressourcen, um eigene KI-Systeme zu entwickeln.</li>
<li>Typische Kunden sind Beratungsunternehmen, Banken, Versicherungen, Kliniken und andere Dienstleister, die regelmäßig Analysen und Berichte erstellen müssen.</li>
</ul>
</div>
<div class="feature-card">
<h3>Nutzen für Kunden</h3>
<ul>
<li>Marktanalysen werden deutlich schneller durchgeführt</li>
<li>Berichterstellung spart erhebliche Zeit ein</li>
<li>Prototypenentwicklung ist erheblich beschleunigt</li>
<li>Dokumentenanalyse reduziert den Zeitaufwand drastisch</li>
<li>Deutliche Kosteneinsparungen bei wiederkehrenden Aufgaben</li>
</ul>
</div>
<div class="feature-card">
<h3>Einnahmemodelle</h3>
<ul>
<li>Monatliche Abonnements pro Benutzer</li>
<li>Nutzungsbasierte Abrechnung für Verarbeitungsleistungen</li>
<li>Individuelle Lizenzen für große Unternehmen</li>
<li>Beratungs- und Implementierungsdienstleistungen</li>
</ul>
</div>
</div>
</div>
<div class="section risks">
<h2><span class="section-number">3.</span>Risiken und Zukunftssicherheit</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>Kurzfristige Risiken (6-12 Monate)</h3>
<ul>
<li>Wenn KI-Systeme besser werden, könnten einfache Aufgaben wie Textgenerierung zur Standardware werden.</li>
<li>Dies könnte den Wert einzelner KI-Funktionen reduzieren.</li>
<li>PowerOn ist jedoch darauf ausgelegt, verschiedene KI-Systeme zu koordinieren, was auch bei verbesserten Systemen wertvoll bleibt.</li>
</ul>
</div>
<div class="feature-card">
<h3>Mittelfristige Risiken (1-3 Jahre)</h3>
<ul>
<li>Einzelne KI-Systeme könnten in der Lage sein, mehr Aufgaben gleichzeitig zu erledigen.</li>
<li>Dies könnte die Notwendigkeit der Koordination reduzieren.</li>
<li>PowerOn konzentriert sich jedoch auf spezifische Unternehmensanforderungen und die Integration in bestehende Systeme, was weiterhin wertvoll ist.</li>
</ul>
</div>
<div class="feature-card">
<h3>Was bleibt wertvoll</h3>
<ul>
<li>Die Koordination verschiedener Systeme</li>
<li>Die Integration in Unternehmensprozesse</li>
<li>Die Einhaltung von Sicherheits- und Datenschutzbestimmungen</li>
<li>PowerOn ist so aufgebaut, dass es sich an neue Technologien anpassen kann, ohne das gesamte System neu entwickeln zu müssen.</li>
</ul>
</div>
</div>
</div>
<div class="section financial">
<h2><span class="section-number">4.</span>Finanzielle Bewertung</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>Frontend-System</h3>
<ul>
<li>Modulare Benutzeroberfläche, die einfach erweitert werden kann</li>
<li>Funktioniert in allen gängigen Browsern</li>
<li>Anpassbar an verschiedene Unternehmensanforderungen</li>
</ul>
</div>
<div class="feature-card">
<h3>Backend-Infrastruktur</h3>
<ul>
<li>Stabile Grundstruktur für alle Funktionen</li>
<li>Schnelle Verarbeitung auch bei großen Datenmengen</li>
<li>Einfache Integration neuer Funktionen</li>
</ul>
</div>
<div class="feature-card">
<h3>Workflow-System</h3>
<ul>
<li>Kernfunktion für die Koordination verschiedener Aufgaben</li>
<li>Drei verschiedene Arbeitsweisen (dynamisch, Action-Plan, standardisiert)</li>
<li>Automatische Anpassung an neue Anforderungen</li>
</ul>
</div>
<div class="feature-card">
<h3>Sicherheits- und Datenschutz-System</h3>
<ul>
<li>Automatische Erkennung und Schutz sensibler Daten</li>
<li>Verschiedene Anmeldeverfahren für Unternehmen</li>
<li>Vollständige Protokollierung aller Aktivitäten</li>
</ul>
</div>
<div class="feature-card">
<h3>Multi-Agent-Koordinationssystem</h3>
<ul>
<li>Einzigartige Technologie zur Koordination verschiedener KI-Systeme</li>
<li>Automatische Auswahl des besten KI-Anbieters für jede Aufgabe</li>
<li>Stabile Ausführung auch bei Ausfällen einzelner Systeme</li>
</ul>
</div>
<div class="feature-card">
<h3>Gesamtbewertung</h3>
<ul>
<li>Erheblicher Wert im Millionenbereich</li>
<li>Modulare Architektur für Skalierbarkeit</li>
<li>Einfache Integration neuer Funktionen</li>
</ul>
</div>
</div>
</div>
<div class="section conclusion">
<h2><span class="section-number">5.</span>Fazit</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>Stärken von PowerOn</h3>
<ul>
<li>Einzigartige Lösung für die Koordination verschiedener KI-Systeme</li>
<li>System ist darauf ausgelegt, sich an neue Technologien anzupassen</li>
<li>Nachgewiesene Verbesserungen bei Geschäftsprozessen</li>
</ul>
</div>
<div class="feature-card">
<h3>Risikofaktoren</h3>
<ul>
<li>Schnelle Entwicklung der KI-Technologie</li>
<li>Wettbewerb durch größere Unternehmen</li>
<li>Marktakzeptanz</li>
</ul>
</div>
<div class="feature-card">
<h3>Investitionsbewertung</h3>
<ul>
<li>PowerOn befindet sich in einer frühen Entwicklungsphase mit einem funktionsfähigen Grundsystem</li>
<li>Das Potenzial für Wachstum ist vorhanden</li>
<li>Es gibt auch erhebliche Risiken, die mit der Entwicklung neuer Technologien verbunden sind</li>
</ul>
</div>
</div>
</div>
<div class="note">
<strong>Dokument erstellt am 16. Oktober 2025</strong><br>
Version: 1.0<br>
Autor: PowerOn Development Team
</div>
</div>
</div>
<div class="footer">
<div class="container">
<p>© 2025 <a href="https://poweron.swiss/">PowerOn</a> Intelligente Workflow-Plattform</p>
</div>
</div>
</body>
</html>