a4e6a2e83e
- _live_*.html: index, faq, ueber-uns, leistungen, kontakt (existierende Inhalte) - _quelle/blog/: 10 Blog-Artikel der bisherigen Seite - _quelle/legal/: Impressum, Datenschutz, Affiliate - _quelle/css/: styles.css (375 Design-Regeln) - _quelle/images/: 6 Bilder (Hero, Logo, DSGVO, Mobile, Kosten, Zeitersparnis) - ftp-creds via bsn-secrets gesichert
309 lines
17 KiB
HTML
309 lines
17 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="description" content="Unsere Leistungen: Vermittlung von itbuddy.care-Lizenzen für Pflegedienste, Pflegeheime und Tagespflegen.">
|
||
<link rel="canonical" href="https://it-hilfe-sofort.de/leistungen.html">
|
||
<meta property="og:title" content="Leistungen | IT-Hilfe Sofort">
|
||
<title>Leistungen | IT-Hilfe Sofort</title>
|
||
<link rel="stylesheet" href="css/styles.css">
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||
<style>
|
||
.service-detail { padding: 3rem 0; border-bottom: 1px solid #e5e7eb; }
|
||
.service-detail:last-child { border-bottom: none; }
|
||
.feature-list { list-style: none; margin: 1.5rem 0; }
|
||
.feature-list li { padding: 0.5rem 0; padding-left: 1.5rem; position: relative; }
|
||
.feature-list li::before { content: '✓'; color: #10b981; position: absolute; left: 0; font-weight: bold; }
|
||
.price-box { background: #f0f9ff; border: 2px solid #2563eb; border-radius: 0.5rem; padding: 1.5rem; margin: 1.5rem 0; text-align: center; }
|
||
.price-amount { font-size: 2.5rem; font-weight: 700; color: #2563eb; }
|
||
.price-note { font-size: 0.875rem; color: #6b7280; margin-top: 0.5rem; }
|
||
|
||
/* Roadmap Styles */
|
||
.roadmap-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
|
||
.roadmap-column { background: white; padding: 1.5rem; border-radius: 0.5rem; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
|
||
.roadmap-column h3 { font-size: 1.1rem; margin-bottom: 1rem; }
|
||
.roadmap-list { list-style: none; padding: 0; margin: 0; }
|
||
.roadmap-list li { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 0; border-bottom: 1px solid #f3f4f6; }
|
||
.roadmap-list li:last-child { border-bottom: none; }
|
||
.roadmap-item { font-size: 0.95rem; }
|
||
.roadmap-badge { font-size: 0.75rem; padding: 0.25rem 0.75rem; border-radius: 9999px; font-weight: 600; }
|
||
.badge-available { background: #d1fae5; color: #065f46; }
|
||
.badge-development { background: #fef3c7; color: #92400e; }
|
||
.badge-planned { background: #dbeafe; color: #1e40af; }
|
||
.badge-planning { background: #f3f4f6; color: #374151; }
|
||
.roadmap-status-available { color: #065f46; }
|
||
.roadmap-status-development { color: #92400e; }
|
||
.roadmap-status-planned-2027 { color: #1e40af; }
|
||
.roadmap-status-planning { color: #374151; }
|
||
|
||
/* IT Service Styles */
|
||
.it-service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 1.5rem; }
|
||
.it-service-card { background: white; padding: 1.5rem; border-radius: 0.5rem; text-align: center; }
|
||
.it-service-icon { font-size: 2.5rem; margin-bottom: 1rem; }
|
||
.it-service-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; }
|
||
.it-service-card p { font-size: 0.9rem; color: #6b7280; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<header class="header">
|
||
<nav class="nav container">
|
||
<button class="nav-toggle" aria-label="Menü öffnen">
|
||
<span></span>
|
||
<span></span>
|
||
<span></span>
|
||
</button>
|
||
<a href="/" class="logo"><img src="images/logo.png" alt="IT-HilfeSofort Logo" class="logo-img"></a>
|
||
<ul class="nav-menu">
|
||
<li><a href="index.html">Start</a></li>
|
||
<li><a href="ueber-uns.html">Über uns</a></li>
|
||
<li><a href="leistungen.html" class="active">Leistungen</a></li>
|
||
<li><a href="faq.html">FAQ</a></li>
|
||
<li><a href="blog/">Blog</a></li>
|
||
<li><a href="kontakt.html">Kontakt</a></li>
|
||
</ul>
|
||
</nav>
|
||
</header>
|
||
|
||
<main>
|
||
<section class="section" style="background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%); text-align: center;">
|
||
<div class="container">
|
||
<h1>Unsere Leistungen</h1>
|
||
<p class="section-intro">Wir vermitteln itbuddy.care-Lizenzen maßgeschneidert für Ihr Pflegeunternehmen.</p>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Modul-Roadmap (NEU - Status der Module) -->
|
||
<section class="module-roadmap section">
|
||
<div class="container">
|
||
<h2 class="section-title">Modul-Übersicht & Entwicklungsstand</h2>
|
||
<p class="section-intro">Transparenz über den aktuellen Status unserer Module.</p>
|
||
|
||
<div class="roadmap-grid">
|
||
<!-- Verfügbare Module -->
|
||
<div class="roadmap-column">
|
||
<h3 class="roadmap-status-available">✅ Verfügbare Module</h3>
|
||
<ul class="roadmap-list">
|
||
<li>
|
||
<span class="roadmap-item">Tourenplanung</span>
|
||
<span class="roadmap-badge badge-available">Verfügbar</span>
|
||
</li>
|
||
<li>
|
||
<span class="roadmap-item">Zentralisierte Kommunikation</span>
|
||
<span class="roadmap-badge badge-available">Verfügbar</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- In Entwicklung -->
|
||
<div class="roadmap-column">
|
||
<h3 class="roadmap-status-development">🔧 In Entwicklung</h3>
|
||
<ul class="roadmap-list">
|
||
<li>
|
||
<span class="roadmap-item">Schichtpläne</span>
|
||
<span class="roadmap-badge badge-development">In Entwicklung</span>
|
||
</li>
|
||
<li>
|
||
<span class="roadmap-item">12.000€ Förderung (Förderberatung)</span>
|
||
<span class="roadmap-badge badge-development">In Entwicklung</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- Geplant für 2027 -->
|
||
<div class="roadmap-column">
|
||
<h3 class="roadmap-status-planned-2027">📅 Geplant für 2027</h3>
|
||
<ul class="roadmap-list">
|
||
<li>
|
||
<span class="roadmap-item">Pflegeberichte</span>
|
||
<span class="roadmap-badge badge-planned">Geplant</span>
|
||
</li>
|
||
<li>
|
||
<span class="roadmap-item">MDK-Routine</span>
|
||
<span class="roadmap-badge badge-planned">Geplant</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<!-- In Planung -->
|
||
<div class="roadmap-column">
|
||
<h3 class="roadmap-status-planning">📋 In Planung</h3>
|
||
<ul class="roadmap-list">
|
||
<li>
|
||
<span class="roadmap-item">IT-Pflichten-Check</span>
|
||
<span class="roadmap-badge badge-planning">In Planung</span>
|
||
</li>
|
||
<li>
|
||
<span class="roadmap-item">Erlöse in Echtzeit sehen</span>
|
||
<span class="roadmap-badge badge-planning">In Planung</span>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Pflegedienst -->
|
||
<section id="pflegedienst" class="service-detail">
|
||
<div class="container">
|
||
<h2>Für ambulante Pflegedienste</h2>
|
||
<p>Optimieren Sie Ihre Tourenplanung und Dokumentation mit einer Software, die speziell für die Anforderungen ambulanter Dienste entwickelt wurde.</p>
|
||
|
||
<h3 style="margin-top: 1.5rem;">Enthaltene Funktionen:</h3>
|
||
<ul class="feature-list">
|
||
<li>Digitale Pflegedokumentation direkt beim Patienten</li>
|
||
<li>Intelligente Tourenplanung mit Routenoptimierung</li>
|
||
<li>Medikationsplan und -verwaltung</li>
|
||
<li>Abrechnungsunterstützung (SGB XI, SGB V)</li>
|
||
<li>Mobilfunk-unabhängige Offline-Funktionalität</li>
|
||
<li>Schnittstelle zu Abrechnungssystemen</li>
|
||
<li>Teambasierte Kommunikation</li>
|
||
<li>Berichtswesen und Statistiken</li>
|
||
</ul>
|
||
|
||
<div class="price-box">
|
||
<p class="price-note" style="font-size: 1.25rem; font-weight: 700; color: #2563eb; text-transform: uppercase;">Viel günstiger als Sie denken – und mit Förderung!</p>
|
||
<p class="price-note">für kleine Pflegedienste bis 10 Mitarbeiter<br>* Exaktes Preisangebot auf Anfrage<br>** Förderung möglich – wir beraten Sie gerne</p>
|
||
</div>
|
||
|
||
<a href="https://itbuddy.care" class="btn btn-primary" rel="sponsored noopener" target="_blank">Kostenlos testen</a>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Pflegeheim -->
|
||
<section id="pflegeheim" class="service-detail" style="background: #f9fafb;">
|
||
<div class="container">
|
||
<h2>Für Pflegeheime und stationäre Einrichtungen</h2>
|
||
<p>Verwalten Sie Bewohnerdaten, Pflegeplanung und Dokumentation effizient und rechtskonform.</p>
|
||
|
||
<h3 style="margin-top: 1.5rem;">Enthaltene Funktionen:</h3>
|
||
<ul class="feature-list">
|
||
<li>Bewohnerverwaltung mit Stammdaten</li>
|
||
<li>Digitale Pflegeplanung nach SIS®</li>
|
||
<li>Vollständige Pflegedokumentation</li>
|
||
<li>Medikationsmanagement mit Wechselwirkungsprüfung</li>
|
||
<li>Berichtswesen für MDK-Prüfungen</li>
|
||
<li>Angehörigenkommunikation</li>
|
||
<li>Schichtplanung und Dienstverwaltung</li>
|
||
<li>Schnittstellen zu Kassenanbietern</li>
|
||
</ul>
|
||
|
||
<div class="price-box">
|
||
<p class="price-note">Individuelles Angebot</p>
|
||
<p class="price-note">Preis abhängig von der Bettenzahl<br>* Kontaktieren Sie uns für eine Beratung</p>
|
||
</div>
|
||
|
||
<a href="kontakt.html" class="btn btn-primary">Angebot anfordern</a>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Tagespflege -->
|
||
<section id="tagespflege" class="service-detail">
|
||
<div class="container">
|
||
<h2>Für Tagespflegen und Betreuungsdienste</h2>
|
||
<p>Die kompakte Lösung für Tagespflegen – einfach, übersichtlich und bezahlbar.</p>
|
||
|
||
<h3 style="margin-top: 1.5rem;">Enthaltene Funktionen:</h3>
|
||
<ul class="feature-list">
|
||
<li>Anwesenheitsdokumentation</li>
|
||
<li>Einfache Pflegeberichte</li>
|
||
<li>Kommunikation mit Angehörigen</li>
|
||
<li>Terminverwaltung</li>
|
||
<li>Dokumentation von Aktivitäten</li>
|
||
<li>Essensplanung und -dokumentation</li>
|
||
<li>Mobil nutzbar auf Tablet und Smartphone</li>
|
||
</ul>
|
||
|
||
<div class="price-box">
|
||
<p class="price-note">Ab ca.</p>
|
||
<div class="price-amount" style="font-size: 1.5rem;">Günstiger als sie denken!</div>
|
||
<p class="price-note">für Tagespflegen bis 20 Plätze<br>* Exaktes Preisangebot auf Anfrage</p>
|
||
</div>
|
||
|
||
<a href="https://itbuddy.care" class="btn btn-primary" rel="sponsored noopener" target="_blank">Kostenlos testen</a>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- IT-Service aller Art (NEU) -->
|
||
<section class="it-service section" style="background: #f9fafb;">
|
||
<div class="container">
|
||
<h2 class="section-title">IT-Service aller Art</h2>
|
||
<p class="section-intro">Neben itbuddy.care: Ihr IT-Ansprechpartner für alles.</p>
|
||
<div class="it-service-grid">
|
||
<div class="it-service-card">
|
||
<div class="it-service-icon">🖥️</div>
|
||
<h3>Hardware</h3>
|
||
<p>Computer, Tablets, Drucker – Beschaffung und Einrichtung.</p>
|
||
</div>
|
||
<div class="it-service-card">
|
||
<div class="it-service-icon">🌐</div>
|
||
<h3>Netzwerk</h3>
|
||
<p>WLAN, LAN, Router – stabiles Netzwerk für Ihre Praxis.</p>
|
||
</div>
|
||
<div class="it-service-card">
|
||
<div class="it-service-icon">📧</div>
|
||
<h3>E-Mail & Kommunikation</h3>
|
||
<p>E-Mail-Einrichtung, Telefonanlagen, Videokonferenzen.</p>
|
||
</div>
|
||
<div class="it-service-card">
|
||
<div class="it-service-icon">🔧</div>
|
||
<h3>Support & Wartung</h3>
|
||
<p>Laufende Betreuung, Updates, Problembehebung.</p>
|
||
</div>
|
||
</div>
|
||
<div class="text-center mt-2">
|
||
<a href="kontakt.html" class="btn btn-outline">IT-Service anfragen</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- Zusatzleistungen -->
|
||
<section class="section" style="background: white;">
|
||
<div class="container">
|
||
<h2>Zusätzliche Leistungen von IT-Hilfe Sofort</h2>
|
||
<div style="display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 1.5rem;">
|
||
<div style="background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem;">
|
||
<h3>🎯 Persönliche Beratung</h3>
|
||
<p>Wir analysieren Ihre Anforderungen und empfehlen das passende itbuddy.care-Paket.</p>
|
||
</div>
|
||
<div style="background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem;">
|
||
<h3>📚 Onboarding-Unterstützung</h3>
|
||
<p>Wir begleiten Sie bei der Ersteinrichtung und Datenmigration.</p>
|
||
</div>
|
||
<div style="background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem;">
|
||
<h3>👥 Schulungskoordination</h3>
|
||
<p>Wir organisieren Schulungen für Ihr Team – online oder vor Ort.</p>
|
||
</div>
|
||
<div style="background: #f9fafb; padding: 1.5rem; border-radius: 0.5rem;">
|
||
<h3>📞 Laufender Support</h3>
|
||
<p>Bei Fragen sind wir Ihr persönlicher Ansprechpartner.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="cta section">
|
||
<div class="container">
|
||
<h2>Bereit für den digitalen Wandel?</h2>
|
||
<p>Starten Sie jetzt mit itbuddy.care durch.</p>
|
||
<div class="cta-buttons" style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;">
|
||
<a href="kontakt.html" class="btn btn-primary btn-lg">15 Minuten Beratung</a>
|
||
<a href="https://itbuddy.care" class="btn btn-outline btn-lg" rel="sponsored noopener" target="_blank">Kostenlos testen</a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer class="footer">
|
||
<div class="container footer-grid">
|
||
<div class="footer-col"><img src="images/logo.png" alt="IT-HilfeSofort Logo" class="logo-img" style="max-height: 40px; margin-bottom: 0.5rem;"><p>Ihr Partner für digitale Lösungen im Pflegebereich.</p></div>
|
||
<div class="footer-col"><h4>Navigation</h4><ul><li><a href="ueber-uns.html">Über uns</a></li><li><a href="leistungen.html">Leistungen</a></li><li><a href="faq.html">FAQ</a></li><li><a href="blog/">Blog</a></li></ul></div>
|
||
<div class="footer-col"><h4>Rechtliches</h4><ul><li><a href="legal/impressum.html">Impressum</a></li><li><a href="legal/datenschutz.html">Datenschutz</a></li><li><a href="legal/affiliate.html">Affiliate-Kennzeichnung</a></li></ul></div>
|
||
<div class="footer-col"><h4>Kontakt</h4><p><a href="kontakt.html">Kontaktformular</a></p></div>
|
||
</div>
|
||
<div class="footer-bottom"><p>© 2026 IT-Hilfe Sofort. Alle Rechte vorbehalten.</p></div>
|
||
</footer>
|
||
<script src="js/main.js" defer></script>
|
||
</body>
|
||
</html>
|