529 lines
18 KiB
HTML
529 lines
18 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de-CH">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=1920">
|
||
<title>PowerOn – Die KI-Plattform (Layer-Schaubild, 16:9)</title>
|
||
<style>
|
||
:root {
|
||
--po-blue: #1976d2;
|
||
--po-blue-dark: #12579b;
|
||
--po-industry: #4a8ec8;
|
||
--po-seg-light: #b8d4f0;
|
||
--po-seg-cream: #f0ebe3;
|
||
--po-flame: #f57c00;
|
||
--po-flame-light: #ff9800;
|
||
--text: #1a1a2e;
|
||
--text-muted: #5c5c6f;
|
||
--bg: #f8fafc;
|
||
--card: #ffffff;
|
||
--icon: rgba(255, 255, 255, 0.95);
|
||
--icon-dark: #12579b;
|
||
}
|
||
*, *::before, *::after { box-sizing: border-box; }
|
||
body {
|
||
margin: 0;
|
||
min-height: 100vh;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
background: #e2e8f0;
|
||
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||
color: var(--text);
|
||
}
|
||
.stage {
|
||
width: 1920px;
|
||
height: 1080px;
|
||
background: var(--bg);
|
||
overflow: hidden;
|
||
flex-shrink: 0;
|
||
display: flex;
|
||
flex-direction: column;
|
||
padding: 20px 32px 24px;
|
||
box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
|
||
}
|
||
.slide-header {
|
||
text-align: center;
|
||
margin-bottom: 10px;
|
||
}
|
||
.brand-row {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
gap: 16px;
|
||
margin-bottom: 4px;
|
||
}
|
||
.brand-mark {
|
||
font-size: 0.95rem;
|
||
font-weight: 800;
|
||
letter-spacing: 0.22em;
|
||
color: var(--po-blue-dark);
|
||
text-transform: uppercase;
|
||
border: 2px solid var(--po-blue-dark);
|
||
padding: 6px 14px 6px 18px;
|
||
border-radius: 4px;
|
||
line-height: 1;
|
||
}
|
||
.slide-header h1 {
|
||
margin: 0;
|
||
font-size: 1.85rem;
|
||
font-weight: 700;
|
||
letter-spacing: -0.02em;
|
||
color: var(--po-blue-dark);
|
||
}
|
||
.slide-header .tagline {
|
||
margin: 4px 0 0;
|
||
font-size: 0.98rem;
|
||
font-weight: 600;
|
||
color: var(--po-blue);
|
||
max-width: 920px;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
line-height: 1.35;
|
||
}
|
||
.slide-grid {
|
||
flex: 1;
|
||
min-height: 0;
|
||
display: grid;
|
||
grid-template-columns: 82px 200px 42px minmax(0, 1fr) 82px;
|
||
grid-template-rows: repeat(6, minmax(0, 1fr));
|
||
gap: 0;
|
||
}
|
||
.gov {
|
||
grid-row: 1 / -1;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
justify-content: center;
|
||
background: var(--card);
|
||
border-radius: 10px;
|
||
border: 1px solid #e2e8f0;
|
||
box-shadow: 0 2px 12px rgba(18, 87, 155, 0.06);
|
||
padding: 10px 6px;
|
||
position: relative;
|
||
}
|
||
.gov::before,
|
||
.gov::after {
|
||
content: "";
|
||
position: absolute;
|
||
left: 4px;
|
||
right: 4px;
|
||
height: 10px;
|
||
background: var(--po-blue-dark);
|
||
border-radius: 3px;
|
||
}
|
||
.gov::before { top: 8px; }
|
||
.gov::after { bottom: 8px; }
|
||
.gov-left { grid-column: 1; }
|
||
.gov-right { grid-column: 5; }
|
||
.gov-title {
|
||
writing-mode: vertical-rl;
|
||
transform: rotate(180deg);
|
||
font-size: 0.88rem;
|
||
font-weight: 700;
|
||
color: var(--po-blue-dark);
|
||
letter-spacing: 0.04em;
|
||
text-align: center;
|
||
flex: 0 0 auto;
|
||
max-height: 58%;
|
||
}
|
||
.gov-sub {
|
||
font-size: 0.6rem;
|
||
line-height: 1.34;
|
||
color: var(--text-muted);
|
||
text-align: center;
|
||
padding: 8px 2px 0;
|
||
writing-mode: horizontal-tb;
|
||
max-width: 100%;
|
||
}
|
||
.rocket-tier {
|
||
grid-column: 2;
|
||
position: relative;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
margin: 0 6px;
|
||
min-height: 0;
|
||
}
|
||
.rocket-tier .tier-body {
|
||
width: 100%;
|
||
height: 100%;
|
||
min-height: 52px;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
position: relative;
|
||
}
|
||
.rocket-tier.t-interface .tier-body {
|
||
background: var(--po-blue-dark);
|
||
border-radius: 12px 12px 0 0;
|
||
margin-top: 32px;
|
||
}
|
||
.rocket-nose {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 50%;
|
||
transform: translateX(-50%);
|
||
width: 0;
|
||
height: 0;
|
||
border-left: 48px solid transparent;
|
||
border-right: 48px solid transparent;
|
||
border-bottom: 36px solid var(--po-blue-dark);
|
||
z-index: 1;
|
||
}
|
||
.rocket-tier.t-interface { align-items: flex-end; padding-top: 0; }
|
||
.rocket-tier.t-interface .wrap {
|
||
position: relative;
|
||
width: 100%;
|
||
height: 100%;
|
||
display: flex;
|
||
flex-direction: column;
|
||
align-items: center;
|
||
}
|
||
.rocket-tier.t-orch .tier-body { background: var(--po-blue); }
|
||
.rocket-tier.t-industry .tier-body { background: var(--po-industry); }
|
||
.rocket-tier.t-skills .tier-body { background: var(--po-seg-light); }
|
||
.rocket-tier.t-skills .tier-label { color: var(--po-blue-dark); text-shadow: none; }
|
||
.rocket-tier.t-models .tier-body {
|
||
background: var(--po-seg-cream);
|
||
border-radius: 0 0 6px 6px;
|
||
}
|
||
.rocket-tier.t-models .fin {
|
||
position: absolute;
|
||
bottom: 6px;
|
||
width: 0;
|
||
height: 0;
|
||
border-style: solid;
|
||
z-index: 0;
|
||
}
|
||
.rocket-tier.t-models .fin-l {
|
||
left: -18px;
|
||
border-width: 0 20px 48px 0;
|
||
border-color: transparent var(--po-blue-dark) transparent transparent;
|
||
}
|
||
.rocket-tier.t-models .fin-r {
|
||
right: -18px;
|
||
border-width: 0 0 48px 20px;
|
||
border-color: transparent transparent transparent var(--po-blue-dark);
|
||
}
|
||
.rocket-tier.t-data .tier-body {
|
||
background: linear-gradient(180deg, var(--po-flame-light) 0%, var(--po-flame) 100%);
|
||
clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 50% 85%, 0% 100%);
|
||
min-height: 52px;
|
||
margin-top: 2px;
|
||
}
|
||
.tier-label {
|
||
position: absolute;
|
||
bottom: 4px;
|
||
left: 0;
|
||
right: 0;
|
||
text-align: center;
|
||
font-size: 0.58rem;
|
||
font-weight: 700;
|
||
color: rgba(255, 255, 255, 0.92);
|
||
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
||
pointer-events: none;
|
||
line-height: 1.1;
|
||
padding: 0 2px;
|
||
}
|
||
.rocket-tier.t-skills .tier-label,
|
||
.rocket-tier.t-models .tier-label { color: var(--po-blue-dark); text-shadow: none; }
|
||
.rocket-tier.t-data .tier-label { color: #fff; bottom: 8px; }
|
||
.ribbon {
|
||
grid-column: 3;
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: flex-start;
|
||
padding-left: 2px;
|
||
}
|
||
.ribbon-inner {
|
||
width: 100%;
|
||
height: 70%;
|
||
min-height: 40px;
|
||
position: relative;
|
||
background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.04) 100%);
|
||
transform: skewY(-2deg);
|
||
border-radius: 0 4px 4px 0;
|
||
box-shadow: inset -2px 0 4px rgba(0, 0, 0, 0.06), 2px 2px 6px rgba(18, 87, 155, 0.08);
|
||
}
|
||
.ribbon-inner::after {
|
||
content: "";
|
||
position: absolute;
|
||
left: 0;
|
||
top: 0;
|
||
bottom: 0;
|
||
width: 6px;
|
||
border-radius: 2px;
|
||
}
|
||
.ribbon.row-1 .ribbon-inner::after { background: var(--po-blue-dark); }
|
||
.ribbon.row-2 .ribbon-inner::after { background: var(--po-blue); }
|
||
.ribbon.row-3 .ribbon-inner::after { background: var(--po-industry); }
|
||
.ribbon.row-4 .ribbon-inner::after { background: var(--po-seg-light); }
|
||
.ribbon.row-5 .ribbon-inner::after { background: #c4b8a8; }
|
||
.ribbon.row-6 .ribbon-inner::after { background: var(--po-flame); }
|
||
.layer-card {
|
||
display: flex;
|
||
align-items: stretch;
|
||
margin: 2px 0 2px 8px;
|
||
min-height: 0;
|
||
}
|
||
.layer-card .card-shell {
|
||
flex: 1;
|
||
display: flex;
|
||
background: var(--card);
|
||
border-radius: 10px;
|
||
border: 1px solid #e2e8f0;
|
||
box-shadow: 0 2px 12px rgba(25, 118, 210, 0.07);
|
||
overflow: hidden;
|
||
min-height: 0;
|
||
}
|
||
.layer-card .tab {
|
||
width: 12px;
|
||
flex-shrink: 0;
|
||
}
|
||
.layer-card.row-1 .tab { background: var(--po-blue-dark); }
|
||
.layer-card.row-2 .tab { background: var(--po-blue); }
|
||
.layer-card.row-3 .tab { background: var(--po-industry); }
|
||
.layer-card.row-4 .tab { background: var(--po-seg-light); }
|
||
.layer-card.row-5 .tab { background: #c4b8a8; }
|
||
.layer-card.row-6 .tab { background: linear-gradient(180deg, var(--po-flame-light), var(--po-flame)); }
|
||
.layer-card .card-body {
|
||
padding: 6px 12px 6px 10px;
|
||
flex: 1;
|
||
min-width: 0;
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: center;
|
||
}
|
||
.layer-card h3 {
|
||
margin: 0 0 1px;
|
||
font-size: 0.92rem;
|
||
font-weight: 700;
|
||
color: var(--po-blue-dark);
|
||
line-height: 1.2;
|
||
}
|
||
.layer-card .sub {
|
||
margin: 0 0 4px;
|
||
font-size: 0.72rem;
|
||
font-weight: 600;
|
||
color: var(--text-muted);
|
||
line-height: 1.25;
|
||
}
|
||
.layer-card ul {
|
||
margin: 0;
|
||
padding: 0;
|
||
list-style: none;
|
||
}
|
||
.layer-card li {
|
||
font-size: 0.71rem;
|
||
line-height: 1.35;
|
||
color: var(--text);
|
||
padding-left: 0.85em;
|
||
text-indent: -0.85em;
|
||
}
|
||
.layer-card li + li { margin-top: 1px; }
|
||
.rocket-tier.row-1, .ribbon.row-1, .layer-card.row-1 { grid-row: 1; }
|
||
.rocket-tier.row-2, .ribbon.row-2, .layer-card.row-2 { grid-row: 2; }
|
||
.rocket-tier.row-3, .ribbon.row-3, .layer-card.row-3 { grid-row: 3; }
|
||
.rocket-tier.row-4, .ribbon.row-4, .layer-card.row-4 { grid-row: 4; }
|
||
.rocket-tier.row-5, .ribbon.row-5, .layer-card.row-5 { grid-row: 5; }
|
||
.rocket-tier.row-6, .ribbon.row-6, .layer-card.row-6 { grid-row: 6; }
|
||
.rocket-tier { grid-column: 2; }
|
||
.ribbon { grid-column: 3; }
|
||
.layer-card { grid-column: 4; }
|
||
.tier-icon { width: 36px; height: 36px; color: var(--icon); }
|
||
.rocket-tier.t-industry .tier-icon { color: var(--icon); }
|
||
.rocket-tier.t-skills .tier-icon,
|
||
.rocket-tier.t-models .tier-icon { color: var(--icon-dark); }
|
||
.rocket-tier.t-data .tier-icon { color: #fff; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="stage" role="img" aria-label="Infografik: PowerOn KI-Plattform in sechs verständlichen Schichten für Entscheider">
|
||
<header class="slide-header">
|
||
<div class="brand-row">
|
||
<span class="brand-mark" aria-hidden="true">PowerOn</span>
|
||
</div>
|
||
<h1>Die PowerOn KI-Plattform</h1>
|
||
<p class="tagline">Eine Plattform für KI im Unternehmen – mit Kontrolle, klaren Kosten und Lösungen für echte Fachfragen.</p>
|
||
</header>
|
||
|
||
<div class="slide-grid">
|
||
<aside class="gov gov-left">
|
||
<div class="gov-title">Sicherheit & Regeln</div>
|
||
<div class="gov-sub">Wer darf was?<br>Getrennt pro Kunde / Mandant<br>Sensible Daten schützen<br>DSGVO: Auskunft & Löschen</div>
|
||
</aside>
|
||
|
||
<!-- Row 1: Interface -->
|
||
<div class="row-1 rocket-tier t-interface">
|
||
<div class="wrap" style="width:100%;height:100%;">
|
||
<div class="rocket-nose" aria-hidden="true"></div>
|
||
<div class="tier-body">
|
||
<svg class="tier-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
|
||
<circle cx="24" cy="24" r="16" stroke-opacity="0.35"/>
|
||
<path d="M24 12 v8 M24 28 v8 M12 24 h8 M28 24 h8"/>
|
||
<circle cx="24" cy="24" r="6"/>
|
||
</svg>
|
||
<span class="tier-label">Zugang</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="row-1 ribbon"><div class="ribbon-inner"></div></div>
|
||
<article class="row-1 layer-card">
|
||
<div class="card-shell">
|
||
<div class="tab" aria-hidden="true"></div>
|
||
<div class="card-body">
|
||
<h3>Zugang & Bedienung</h3>
|
||
<p class="sub">So arbeiten Menschen und Systeme mit PowerOn</p>
|
||
<ul>
|
||
<li>➔ Chat, Arbeitsfläche, Sprache</li>
|
||
<li>➔ Im Browser, als App, Anbindung an Ihre IT</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
|
||
<!-- Row 2: Orchestrierung -->
|
||
<div class="row-2 rocket-tier t-orch">
|
||
<div class="tier-body">
|
||
<svg class="tier-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
|
||
<rect x="8" y="22" width="18" height="16" rx="2"/>
|
||
<path d="M26 26 h10 M26 30 h10 M26 34 h10"/>
|
||
<circle cx="38" cy="18" r="5"/>
|
||
<path d="M33 22 L36 20 M26 22 L22 18"/>
|
||
</svg>
|
||
<span class="tier-label">Steuerung</span>
|
||
</div>
|
||
</div>
|
||
<div class="row-2 ribbon"><div class="ribbon-inner"></div></div>
|
||
<article class="row-2 layer-card">
|
||
<div class="card-shell">
|
||
<div class="tab" aria-hidden="true"></div>
|
||
<div class="card-body">
|
||
<h3>Steuerung & KI-Helfer</h3>
|
||
<p class="sub">Die KI plant Schritte und koordiniert das Weitere</p>
|
||
<ul>
|
||
<li>➔ Gespräche, Aufgaben und Abläufe im Griff</li>
|
||
<li>➔ Übergibt Arbeit an Programme und Schnittstellen</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
|
||
<!-- Row 3: Branchen -->
|
||
<div class="row-3 rocket-tier t-industry">
|
||
<div class="tier-body">
|
||
<svg class="tier-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
|
||
<rect x="10" y="12" width="28" height="26" rx="2"/>
|
||
<path d="M10 20 h28 M18 12 v8 M30 12 v8"/>
|
||
<circle cx="18" cy="30" r="3"/>
|
||
<circle cx="30" cy="30" r="3"/>
|
||
</svg>
|
||
<span class="tier-label">Branchen</span>
|
||
</div>
|
||
</div>
|
||
<div class="row-3 ribbon"><div class="ribbon-inner"></div></div>
|
||
<article class="row-3 layer-card">
|
||
<div class="card-shell">
|
||
<div class="tab" aria-hidden="true"></div>
|
||
<div class="card-body">
|
||
<h3>Fachlösungen</h3>
|
||
<p class="sub">Vorgefertigt für konkrete Berufsfelder</p>
|
||
<ul>
|
||
<li>➔ Treuhand & Buchhaltung, Immobilien & Grundstücke</li>
|
||
<li>➔ Coaching, Schulung, Unterstützung in Microsoft Teams</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
|
||
<!-- Row 4: Skills & Automation -->
|
||
<div class="row-4 rocket-tier t-skills">
|
||
<div class="tier-body">
|
||
<svg class="tier-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
|
||
<path d="M14 32 c8 -4 12 -12 12 -20 c0 -4 -2 -6 -5 -6 c-4 0 -7 4 -7 10 c0 6 4 10 10 10 z"/>
|
||
<circle cx="30" cy="22" r="9"/>
|
||
<path d="M30 16 v12 M24 22 h12"/>
|
||
</svg>
|
||
<span class="tier-label">Aktionen</span>
|
||
</div>
|
||
</div>
|
||
<div class="row-4 ribbon"><div class="ribbon-inner"></div></div>
|
||
<article class="row-4 layer-card">
|
||
<div class="card-shell">
|
||
<div class="tab" aria-hidden="true"></div>
|
||
<div class="card-body">
|
||
<h3>Automatisierung & Aktionen</h3>
|
||
<p class="sub">Routine läuft, ohne dass alles manuell geklickt wird</p>
|
||
<ul>
|
||
<li>➔ Abläufe starten nach Zeitplan oder Ereignis (z. B. E-Mail)</li>
|
||
<li>➔ Verbindet Microsoft, Google und weitere Tools</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
|
||
<!-- Row 5: KI-Modelle -->
|
||
<div class="row-5 rocket-tier t-models">
|
||
<span class="fin fin-l" aria-hidden="true"></span>
|
||
<span class="fin fin-r" aria-hidden="true"></span>
|
||
<div class="tier-body">
|
||
<svg class="tier-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
|
||
<path d="M12 38 L22 10 L38 38 Z M18 28 h14"/>
|
||
<line x1="26" y1="18" x2="32" y2="32"/>
|
||
</svg>
|
||
<span class="tier-label">Modelle</span>
|
||
</div>
|
||
</div>
|
||
<div class="row-5 ribbon"><div class="ribbon-inner"></div></div>
|
||
<article class="row-5 layer-card">
|
||
<div class="card-shell">
|
||
<div class="tab" aria-hidden="true"></div>
|
||
<div class="card-body">
|
||
<h3>KI-Modelle</h3>
|
||
<p class="sub">Sie wählen – nicht an einen einzigen Anbieter gebunden</p>
|
||
<ul>
|
||
<li>➔ Einsatz führender KI-Anbieter nach Bedarf</li>
|
||
<li>➔ Eigene KI im eigenen Rechenzentrum möglich</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
|
||
<!-- Row 6: Unified Data Bar -->
|
||
<div class="row-6 rocket-tier t-data">
|
||
<div class="tier-body">
|
||
<svg class="tier-icon" viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="1.8" aria-hidden="true">
|
||
<rect x="8" y="14" width="32" height="22" rx="2"/>
|
||
<line x1="12" y1="20" x2="36" y2="20"/>
|
||
<line x1="12" y1="25" x2="28" y2="25"/>
|
||
<line x1="12" y1="30" x2="32" y2="30"/>
|
||
<circle cx="38" cy="10" r="6"/>
|
||
<path d="M40 12 l4 4" stroke-linecap="round"/>
|
||
</svg>
|
||
<span class="tier-label">Daten</span>
|
||
</div>
|
||
</div>
|
||
<div class="row-6 ribbon"><div class="ribbon-inner"></div></div>
|
||
<article class="row-6 layer-card">
|
||
<div class="card-shell">
|
||
<div class="tab" aria-hidden="true"></div>
|
||
<div class="card-body">
|
||
<h3>Datenleiste & Wissen</h3>
|
||
<p class="sub">Alle wichtigen Quellen an einem Ort für die KI</p>
|
||
<ul>
|
||
<li>➔ Dateien und Ablagen – sichtbar wie eine gemeinsame Leiste</li>
|
||
<li>➔ Antworten mit Bezug zu Ihren Unterlagen & Gesprächen</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</article>
|
||
|
||
<aside class="gov gov-right">
|
||
<div class="gov-title">Kosten & Nachvollziehbarkeit</div>
|
||
<div class="gov-sub">Zahlen nach tatsächlicher Nutzung<br>Wer hat was gemacht?<br>Kosten pro Kunde / Mandant<br>Nachvollziehbare Entscheidungen</div>
|
||
</aside>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|