<!DOCTYPE html>
<html lang="de">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="5;url=https://kriftel.amturo.de">
    <title>Wir sind umgezogen</title>
    <style>
        body { font-family: Arial, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #f5f5f5; }
        .box { text-align: center; padding: 40px; background: white; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        a { color: #0066cc; }
    </style>
</head>
<body>
    <div class="box">
        <h1>Wir sind umgezogen</h1>
        <p>Sie werden automatisch weitergeleitet...<br>
        Falls nicht, klicken Sie <a href="https://kriftel.amturo.de">hier</a>.</p>
    </div>
</body>
</html>