physio-remotion/index.html

78 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Physio-Remotion | Erding</title>
<meta name="description" content="Physio-Remotion - Physiotherapiepraxis von Magdalena und Carmen in Erding. Eröffnung im April 2026.">
<link rel="stylesheet" href="style.css">
<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=Inter:wght@300;400;600&family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<div class="container">
<div class="logo">Physio-Remotion</div>
<nav class="nav">
<a href="#philosophy">Philosophie</a>
<a href="#contact">Kontakt</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="hero-background"></div>
<div class="hero-content">
<h1 class="hero-title">Physio-Remotion</h1>
<p class="hero-subtitle">Im April 2026 geht es los.</p>
<a href="#philosophy" class="btn btn-primary">Unsere Philosophie</a>
</div>
</section>
<section id="philosophy" class="philosophy">
<div class="container">
<h2>Unsere Philosophie</h2>
<div class="philosophy-text">
<p>Im Mittelpunkt unserer Arbeit steht der Mensch als Ganzes. Physiotherapie bedeutet für uns, Beweglichkeit und Funktion nachhaltig zu fördern und nicht nur Symptome zu behandeln.</p>
<p>Um eine hochwertige und effektive Behandlung sicherzustellen, arbeiten wir im 30-Minuten-Takt, wodurch eine 25-minütige, befundorientierte Therapieeinheit gewährleistet ist.</p>
<p>Dadurch begleiten wir unsere Patientinnen und Patienten auf dem Weg zu mehr Gesundheit, Selbstständigkeit und mehr Lebensqualität!</p>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<h2>Kontakt</h2>
<div class="contact-grid">
<div class="contact-item">
<h3>Anschrift</h3>
<p>Justus-von-Liebig-Straße 2<br>85435 Erding</p>
</div>
<div class="contact-item">
<h3>Kontakt</h3>
<p>Telefon: [+49 XXX XXXXXXXX]</p>
<p>E-Mail: <a href="mailto:info@physio-remotion.de">info@physio-remotion.de</a></p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<div class="footer-bottom">
<p>&copy; 2025 Physio-Remotion. Alle Rechte vorbehalten.</p>
<div class="footer-links">
<a href="impressum.html">Impressum</a>
<a href="datenschutz.html">Datenschutz</a>
</div>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>