<!DOCTYPE html>

<html lang="de">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Rheinmove Service | Entrümpelung & Umzug Köln</title>

    <script src="https://cdn.tailwindcss.com"></script>

    <style>

        body { font-family: 'Helvetica Neue', Arial, sans-serif; }

        .hero-gradient { background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%); }

    </style>

</head>

<body class="bg-gray-50 text-gray-800">


    <!-- Header / Hero -->

    <header class="hero-gradient text-white py-20 px-4 text-center">

        <h1 class="text-5xl font-extrabold mb-4">Rheinmove Service</h1>

        <p class="text-2xl mb-8 opacity-90">Entrümpelung • Umzug • Küchenmontage in Köln</p>

        <div class="flex flex-col sm:flex-row justify-center gap-4">

            <a href="mailto:info@rheinmove-service.de" class="bg-orange-500 hover:bg-orange-600 text-white text-xl font-bold py-4 px-10 rounded-full transition transform hover:scale-105 shadow-xl inline-block">

                👉 Jetzt anfragen

            </a>

        </div>

    </header>


    <!-- Main Content -->

    <section class="max-w-6xl mx-auto py-16 px-4">

        <div class="grid md:grid-cols-2 gap-12 items-center">

            <div>

                <h2 class="text-3xl font-bold mb-6 text-blue-900">Rheinmove Service Köln</h2>

                <p class="text-lg mb-4 leading-relaxed">

                    Wir sind Ihr zuverlässiger Partner für Umzüge und Entrümpelungen in Köln und ganz NRW. 

                    Schnell, sauber und zu fairen Preisen.

                </p>

                <div class="space-y-4">

                    <div class="flex items-center p-4 bg-white shadow-sm rounded-lg border-l-4 border-orange-500">

                        <span class="text-2xl mr-4">📍</span>

                        <span>Einsatzgebiet: Köln & Umgebung</span>

                    </div>

                    <div class="flex items-center p-4 bg-white shadow-sm rounded-lg border-l-4 border-blue-700">

                        <span class="text-2xl mr-4">📧</span>

                        <span>info@rheinmove-service.de</span> 

                        <p class="text-lg font-bold text-blue-700 mt-2">📞 Tel: 0172 3682612</p> 

                  </div>

                </div>

            </div>

            <div class="bg-gray-200 h-80 rounded-2xl flex items-center justify-center border-2 border-dashed border-gray-400">

                <p class="text-gray-500 font-medium">Foto hier einfügen (lkw.jpg)</p>

            </div>

        </div>

    </section>


    <!-- Services Grid -->

    <section class="bg-white py-16 px-4">

        <div class="max-w-5xl mx-auto">

            <h2 class="text-3xl font-bold text-center mb-12">Unsere Leistungen</h2>

            <div class="grid md:grid-cols-3 gap-8">

                <div class="p-8 border rounded-2xl bg-gray-50">

                    <h3 class="font-bold text-xl mb-4">📦 Umzug</h3>

                    <p>Privat- und Firmenumzüge. Wir packen an!</p>

                </div>

                <div class="p-8 border rounded-2xl bg-gray-50">

                    <h3 class="font-bold text-xl mb-4">🧹 Entrümpelung</h3>

                    <p>Wohnung, Keller oder Garage – wir hinterlassen alles besenrein.</p>

                </div>

                <div class="p-8 border rounded-2xl bg-gray-50">

                    <h3 class="font-bold text-xl mb-4">🔧 Montage</h3>

                    <p>Küchenmontage sowie Auf- und Abbau von Möbeln.</p>

                </div>

            </div>

        </div>

    </section>


    <!-- Footer / Impressum -->

    <footer class="bg-slate-900 text-white py-12 px-4">

        <div class="max-w-6xl mx-auto grid md:grid-cols-3 gap-8">

            <div>

                <h4 class="font-bold text-xl mb-4">Rheinmove Service</h4>

                <p class="text-gray-400 text-sm">Ihr Profi für Logistik und Service in Köln.</p>

            </div>

            <div>

                <h4 class="font-bold mb-4">Kontakt</h4>

                <p class="text-gray-400 text-sm">Email: info@rheinmove-service.de</p>

                <p class="text-gray-400 text-sm">Web: www.rheinmovie.sb</p>

            </div>

            <div>

                <h4 class="font-bold mb-4">Rechtliches</h4>

                <p class="text-gray-500 text-xs">

                    Inhaber: [Sharron Vahedi]<br>

                    [Fuchsweg 11 ]<br>

                    [50127 Köln]<br>

                    Steuernummer: [wird nachgereicht]

                </p>

            </div>

        </div>

        <p class="text-center text-gray-500 text-xs mt-8">&copy; 2026 Rheinmove Service Köln.</p>

    </footer>


</body>

</html>