<!DOCTYPE html>

<html lang="de">

<head>

  <meta charset="UTF-8">

  <title>Website im Aufbau</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      background-color: #f4f4f4;

      text-align: center;

      padding: 50px;

    }

    h1 {

      color: #333;

    }

    p {

      color: #666;

    }

  </style>

</head>

<body>

  <h1>Wir sind bald für Sie da!</h1>

  <p>Diese Website befindet sich derzeit im Aufbau.<br>Bitte schauen Sie später noch einmal vorbei.</p>

</body>

</html>