
    <html>
    <head>
      <style>
        body {
          font-family: Arial, sans-serif;
          background-color: #f5f5f5;
        }

        .maintenance-container {
          max-width: 600px;
          margin: 100px auto;
          padding: 30px;
          background-color: #ffffff;
          border: 1px solid #cccccc;
          text-align: center;
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }

        .maintenance-container h1 {
          color: #333333;
          font-size: 24px;
          margin-bottom: 20px;
        }

        .maintenance-container p {
          color: #666666;
        }
      </style>
    </head>
    <body>
      <div class="maintenance-container">
        <h1>Maintenance Mode / Wartungsmodus</h1>
        <p>This website is currently undergoing maintenance. Please check back soon.

Diese Website wird derzeit gewartet. Bitte schauen Sie bald wieder vorbei.</p>
      </div>
    </body>
    </html>