198 lines
11 KiB
HTML
198 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>AI-Extraktion und BUHA-Sync — PowerOn</title>
|
|
<meta name="description" content="Dokumente per Upload oder SharePoint-Sync erfassen, mit KI Inhalte extrahieren und automatisch in Ihre Buchhaltung (Abacus, Bexio, RunMyAccount) übertragen. Vollautomatisch mit Kontrollmechanismen.">
|
|
<meta property="og:title" content="AI-Extraktion und BUHA-Sync — PowerOn">
|
|
<meta property="og:description" content="Upload oder SharePoint-Sync, KI-Inhaltsextraktion, Sync in Abacus, Bexio, RunMyAccount. Vollautomatisch, mit Kontrolle.">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://poweron.swiss">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&display=swap" rel="stylesheet">
|
|
<style>
|
|
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
|
|
:root{
|
|
--coral:#F25843;
|
|
--coral-dark:#D94A37;
|
|
--beige:#C7C5B2;
|
|
--beige-light:#EFEDE5;
|
|
--text:#3A3A3A;
|
|
--text-light:#6F7373;
|
|
--bg:#F8F9FA;
|
|
--white:#fff;
|
|
--gray-border:#E0DDD3;
|
|
}
|
|
html{scroll-behavior:smooth;font-size:16px}
|
|
body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased}
|
|
a{color:var(--coral);text-decoration:none}
|
|
a:hover{color:var(--coral-dark)}
|
|
.container{max-width:960px;margin:0 auto;padding:0 24px}
|
|
|
|
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(248,249,250,.88);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-border);padding:14px 0}
|
|
nav .container{display:flex;align-items:center;justify-content:space-between}
|
|
.logo-text{height:34px;font-size:1.35rem;font-weight:700;color:var(--text)}
|
|
.nav-cta{display:inline-block;background:var(--coral);color:var(--white);padding:9px 26px;border-radius:30px;font-weight:600;font-size:.85rem;transition:all .2s}
|
|
.nav-cta:hover{background:var(--coral-dark);color:var(--white);transform:translateY(-1px)}
|
|
|
|
section{padding:80px 0}
|
|
.section-label{display:inline-block;color:var(--coral);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px}
|
|
.section-title{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px}
|
|
.section-title.text-left{text-align:left}
|
|
.section-desc{font-size:.95rem;color:var(--text-light);max-width:540px;line-height:1.6;margin-bottom:40px}
|
|
.center{text-align:center}
|
|
.center .section-desc{margin-left:auto;margin-right:auto}
|
|
|
|
.hero{padding:140px 0 80px;text-align:center;position:relative}
|
|
.hero::before{content:'';position:absolute;top:60px;left:50%;transform:translateX(-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(242,88,67,.07) 0%,transparent 70%);pointer-events:none}
|
|
.hero-badge{display:inline-block;background:rgba(242,88,67,.1);color:var(--coral);padding:6px 18px;border-radius:30px;font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-bottom:20px}
|
|
.hero h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:16px}
|
|
.hero h1 em{font-style:normal;color:var(--coral)}
|
|
.hero-sub{font-size:clamp(1rem,2vw,1.15rem);color:var(--text-light);max-width:520px;margin:0 auto 32px;line-height:1.5}
|
|
.btn-primary{display:inline-block;background:var(--coral);color:var(--white);padding:14px 40px;border-radius:30px;font-size:1rem;font-weight:600;transition:all .25s;box-shadow:0 4px 20px rgba(242,88,67,.25)}
|
|
.btn-primary:hover{background:var(--coral-dark);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 28px rgba(242,88,67,.3)}
|
|
|
|
.game-changer{background:var(--white)}
|
|
.gc-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:40px}
|
|
.gc-card{padding:32px 28px;border-radius:15px;border:1px solid var(--gray-border);text-align:left}
|
|
.gc-card.old{background:var(--bg)}
|
|
.gc-card.new{background:linear-gradient(135deg,rgba(242,88,67,.03),rgba(242,88,67,.09));border-color:rgba(242,88,67,.2)}
|
|
.gc-card h3{font-size:1rem;font-weight:600;margin-bottom:16px}
|
|
.gc-card.new h3{color:var(--coral)}
|
|
.gc-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:.88rem;line-height:1.4;text-align:left}
|
|
.gc-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;margin-top:1px}
|
|
.gc-card.old .gc-icon{background:rgba(111,115,115,.1);color:var(--text-light)}
|
|
.gc-card.new .gc-icon{background:rgba(242,88,67,.15);color:var(--coral)}
|
|
|
|
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
|
|
.feat-grid.two-cols{grid-template-columns:repeat(2,1fr)}
|
|
.feat{padding:28px 22px;background:var(--white);border:1px solid var(--gray-border);border-radius:12px;transition:all .3s}
|
|
.feat:hover{border-color:var(--coral);transform:translateY(-2px)}
|
|
.feat-ico{width:40px;height:40px;background:rgba(242,88,67,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
|
|
.feat-ico svg{width:20px;height:20px;color:var(--coral)}
|
|
.feat h3{font-size:.95rem;font-weight:600;margin-bottom:6px}
|
|
.feat p{font-size:.82rem;color:var(--text-light);line-height:1.45}
|
|
|
|
.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
|
|
.fact{text-align:center;padding:24px 12px;background:var(--white);border:1px solid var(--gray-border);border-radius:12px;transition:all .3s}
|
|
.fact:hover{border-color:var(--coral);transform:translateY(-2px)}
|
|
.fact-val{font-size:1.3rem;font-weight:700;color:var(--coral);margin-bottom:4px}
|
|
.fact-lbl{font-size:.78rem;color:var(--text-light);font-weight:500}
|
|
|
|
.footer-cta{text-align:center;padding:80px 0 48px}
|
|
.footer-cta h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;letter-spacing:-.02em;margin-bottom:12px}
|
|
.footer-cta h2 em{font-style:normal;color:var(--coral)}
|
|
.footer-cta p{font-size:.95rem;color:var(--text-light);margin-bottom:32px;max-width:400px;margin-left:auto;margin-right:auto}
|
|
footer{text-align:center;padding:24px 0;border-top:1px solid var(--gray-border);font-size:.75rem;color:var(--text-light)}
|
|
footer .logo-text{height:26px;margin-bottom:6px;font-size:1.1rem}
|
|
|
|
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
|
|
.reveal.visible{opacity:1;transform:translateY(0)}
|
|
|
|
@media(max-width:768px){
|
|
.gc-grid{grid-template-columns:1fr}
|
|
.facts{grid-template-columns:1fr 1fr}
|
|
.feat-grid,.feat-grid.two-cols{grid-template-columns:1fr}
|
|
.hero{padding:120px 0 60px}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<nav>
|
|
<div class="container">
|
|
<span class="logo-text">PowerOn</span>
|
|
<a href="https://poweron.swiss" class="nav-cta" target="_blank" rel="noopener">Mehr erfahren</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<section class="hero">
|
|
<div class="container">
|
|
<div class="hero-badge">Neu von PowerOn</div>
|
|
<h1><em>AI-Extraktion</em> und BUHA-Sync</h1>
|
|
<p class="hero-sub">Dokumente erfassen, Inhalte mit KI extrahieren und automatisch in Ihre Buchhaltung übertragen. Zwei Wege: <strong>Upload</strong> oder <strong>SharePoint-Sync</strong>. Vollautomatisch, mit Kontrolle.</p>
|
|
<a href="https://poweron.swiss" class="btn-primary" target="_blank" rel="noopener">Jetzt entdecken</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="game-changer">
|
|
<div class="container center">
|
|
<div class="section-label reveal">Anwendungsfälle</div>
|
|
<h2 class="section-title reveal">Zwei Wege ins System.</h2>
|
|
<p class="section-desc reveal">
|
|
Ob Sie einzelne Belege hochladen oder ganze Ordner aus SharePoint synchronisieren: Die KI extrahiert relevante Daten und bereitet den Sync in Ihre BUHA vor.
|
|
</p>
|
|
|
|
<div class="feat-grid two-cols reveal">
|
|
<div class="feat">
|
|
<div class="feat-ico"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"/><polyline points="17 8 12 3 7 8"/><line x1="12" y1="3" x2="12" y2="15"/></svg></div>
|
|
<h3>Upload-Datei</h3>
|
|
<p>Belege und Dokumente direkt hochladen. KI erkennt Typ, Beträge, Datum, Konten und bereitet die Buchung vor.</p>
|
|
</div>
|
|
<div class="feat">
|
|
<div class="feat-ico"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/><rect x="8" y="6" width="8" height="4"/></svg></div>
|
|
<h3>SharePoint-Sync</h3>
|
|
<p>Ordner oder Bibliotheken anbinden. Neue und geänderte Dateien werden automatisch erfasst, extrahiert und zur Buchung bereitgestellt.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="container center">
|
|
<div class="section-label reveal">BUHA-Anbindung</div>
|
|
<h2 class="section-title reveal">Sync in alle grossen BUHA-Systeme.</h2>
|
|
<p class="section-desc reveal">
|
|
Anbindung per API an die drei grossen Schweizer Buchhaltungssysteme. Kein manuelles Abtippen, keine Doppelpflege.
|
|
</p>
|
|
|
|
<div class="gc-grid reveal">
|
|
<div class="gc-card old">
|
|
<h3>Klassisch</h3>
|
|
<div class="gc-item"><div class="gc-icon">×</div><div>Belege manuell erfassen und abtippen</div></div>
|
|
<div class="gc-item"><div class="gc-icon">×</div><div>Pro BUHA eigene Schnittstelle, hoher Aufwand</div></div>
|
|
<div class="gc-item"><div class="gc-icon">×</div><div>Keine KI-Extraktion, keine Automatik</div></div>
|
|
</div>
|
|
<div class="gc-card new">
|
|
<h3>Mit PowerOn</h3>
|
|
<div class="gc-item"><div class="gc-icon">✓</div><div>KI extrahiert Inhalte aus Upload oder SharePoint</div></div>
|
|
<div class="gc-item"><div class="gc-icon">✓</div><div>Abacus, Bexio, RunMyAccount — alle drei per API</div></div>
|
|
<div class="gc-item"><div class="gc-icon">✓</div><div>Vollautomatisch mit Freigabe- und Kontrollmechanismen</div></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="facts reveal">
|
|
<div class="fact"><div class="fact-val">Upload</div><div class="fact-lbl">Datei hochladen</div></div>
|
|
<div class="fact"><div class="fact-val">SharePoint</div><div class="fact-lbl">Sync von Ordnern</div></div>
|
|
<div class="fact"><div class="fact-val">3 BUHA</div><div class="fact-lbl">Abacus, Bexio, RunMyAccount</div></div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="footer-cta">
|
|
<div class="container">
|
|
<h2>Bereit für <em>AI-Extraktion</em> und BUHA-Sync?</h2>
|
|
<p>Vollautomatisch. Mit Kontrolle. Abacus, Bexio, RunMyAccount per API.</p>
|
|
<a href="https://poweron.swiss" class="btn-primary" target="_blank" rel="noopener">poweron.swiss besuchen</a>
|
|
</div>
|
|
</section>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<span class="logo-text">PowerOn</span>
|
|
<p>© 2026 PowerOn AG. Alle Rechte vorbehalten.</p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded',function(){
|
|
var r=document.querySelectorAll('.reveal');
|
|
if(!('IntersectionObserver' in window)){r.forEach(function(e){e.classList.add('visible')});return}
|
|
var o=new IntersectionObserver(function(en){en.forEach(function(e){if(e.isIntersecting){e.target.classList.add('visible');o.unobserve(e.target)}})},{threshold:.12,rootMargin:'0px 0px -30px 0px'});
|
|
r.forEach(function(e){o.observe(e)});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|