generated from knso/webklar-preview-template
- Impressum: Webklar GbR (Justin Klein, Kenso Grimm), Kleinunternehmer §19, EU-Streitschlichtung; Steuernummer bewusst nicht veroeffentlicht - Datenschutz: Verantwortlicher = Webklar GbR; neuer Abschnitt Bezahlung (Stripe) + Wiederherstellungs-Mail (Brevo) - AGB (agb.html) + Widerrufsbelehrung (widerruf.html) neu, verlinkt - Kauf-UI: falsche 'inkl. USt' entfernt -> §19-Hinweis; AGB/Widerruf im Pflicht-Haekchen und in den Footern verlinkt Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
71 lines
2.7 KiB
HTML
71 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Impressum – BehördenKlar</title>
|
||
<meta name="robots" content="noindex">
|
||
<style>
|
||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||
body {
|
||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
||
color: #1a1a2e; background: #f4f8fb; line-height: 1.7;
|
||
}
|
||
.wrap { max-width: 640px; margin: 0 auto; padding: 32px 20px 64px; }
|
||
h1 { font-size: 28px; color: #144d8c; margin: 24px 0 16px; }
|
||
.karte {
|
||
background: #fff; border-radius: 16px; padding: 24px;
|
||
box-shadow: 0 2px 8px rgba(20, 77, 140, 0.08);
|
||
}
|
||
a { color: #1a6bc4; }
|
||
.zurueck { display: inline-block; margin-top: 24px; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrap">
|
||
<h1>Impressum</h1>
|
||
<div class="karte">
|
||
<p><strong>Angaben gemäß § 5 DDG:</strong></p>
|
||
<p style="margin-top: 12px;">
|
||
Webklar GbR<br>
|
||
Am Schwimmbad 10<br>
|
||
67722 Winnweiler<br>
|
||
Deutschland
|
||
</p>
|
||
<p style="margin-top: 12px;">
|
||
<strong>Vertretungsberechtigte Gesellschafter:</strong><br>
|
||
Justin Klein, Kenso Grimm
|
||
</p>
|
||
<p style="margin-top: 12px;">
|
||
E-Mail: <a href="mailto:behoerdenbriefhelfer@gmail.com">behoerdenbriefhelfer@gmail.com</a>
|
||
</p>
|
||
<p style="margin-top: 16px;">
|
||
<strong>Umsatzsteuer:</strong><br>
|
||
Als Kleinunternehmer im Sinne von § 19 UStG wird keine Umsatzsteuer
|
||
berechnet und ausgewiesen.
|
||
</p>
|
||
<p style="margin-top: 16px;">
|
||
<strong>Verantwortlich für den Inhalt nach § 18 Abs. 2 MStV:</strong><br>
|
||
Justin Klein (Anschrift wie oben)
|
||
</p>
|
||
<p style="margin-top: 16px;">
|
||
<strong>Verbraucherstreitbeilegung:</strong><br>
|
||
Plattform der EU-Kommission zur Online-Streitbeilegung:
|
||
<a href="https://ec.europa.eu/consumers/odr/" target="_blank" rel="noopener">https://ec.europa.eu/consumers/odr</a>.
|
||
Wir sind nicht verpflichtet und nicht bereit, an einem
|
||
Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle
|
||
teilzunehmen.
|
||
</p>
|
||
</div>
|
||
<p style="margin-top: 20px; font-size: 15px;">
|
||
<a href="agb.html">AGB</a> ·
|
||
<a href="widerruf.html">Widerrufsbelehrung</a> ·
|
||
<a href="datenschutz.html">Datenschutzerklärung</a>
|
||
</p>
|
||
<a class="zurueck" href="index.html">← Zurück zur Startseite</a>
|
||
</div>
|
||
<!-- Cloudflare Web Analytics: cookielose Reichweitenmessung, keine Nutzer-Profile -->
|
||
<script type='module' src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "11f017e9a707466b9151921db6125dde"}'></script>
|
||
</body>
|
||
</html>
|