DMRmap/static/impressum.html
2026-02-10 13:37:36 +01:00

66 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

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>Impressum DMRmap</title>
<link rel="stylesheet" href="style.css" />
<style>
body { overflow: auto; background: var(--bg); color: var(--text); }
.legal { max-width: 640px; margin: 0 auto; padding: 32px 20px; font-size: 14px; line-height: 1.7; }
.legal h1 { font-size: 22px; margin-bottom: 20px; }
.legal h2 { font-size: 16px; margin-top: 24px; margin-bottom: 8px; }
.legal p { margin-bottom: 12px; }
.legal a { color: var(--text-muted); }
.legal ul { margin: 0 0 12px 20px; padding: 0; }
.legal li { margin-bottom: 4px; }
.back { display: inline-block; margin-bottom: 16px; font-size: 13px; color: var(--text-muted); text-decoration: none; }
.back:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="legal">
<a href="/" class="back">&larr; Zur Karte</a>
<h1>Impressum</h1>
<h2>Diensteanbieterin</h2>
<p>
Bearologics GmbH<br>
Bergstra&szlig;e 18<br>
29221 Celle<br>
Deutschland
</p>
<h2>Kontaktm&ouml;glichkeiten</h2>
<p>
E-Mail-Adresse: <a href="mailto:mail@bearologics.com">mail@bearologics.com</a><br>
Telefon: +49 (0) 5141 3083606<br>
Kontaktformular: <a href="https://bearologics.com/contact" target="_blank" rel="noopener">https://bearologics.com/contact</a>
</p>
<h2>Vertretungsberechtigte Personen</h2>
<p>Vertretungsberechtigt: Marcus Kida (Gesch&auml;ftsf&uuml;hrender Gesellschafter)</p>
<h2>Journalistisch-redaktionelle Angebote</h2>
<p>Inhaltlich verantwortlich: Marcus Kida (Adresse wie oben)</p>
<h2>Angaben zum Unternehmen</h2>
<p>Umsatzsteuer Identifikationsnummer (USt-ID): DE321903910</p>
<h2>Register und Registernummer</h2>
<p>
Handelsregister<br>
Gef&uuml;hrt bei: Amtsgericht L&uuml;neburg<br>
Nummer: HRB 212614
</p>
<h2>Online-Streitbeilegung (OS)</h2>
<p>
Online-Streitbeilegung: Die Europ&auml;ische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit, die Sie unter <a href="https://ec.europa.eu/consumers/odr/" target="_blank" rel="noopener">https://ec.europa.eu/consumers/odr/</a> finden. Verbraucher haben die M&ouml;glichkeit, diese Plattform f&uuml;r die Beilegung ihrer Streitigkeiten zu nutzen.
</p>
<p>
Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.
</p>
</div>
</body>
</html>