<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="robots" content="noindex, nofollow">
  <title>Not available</title>

  <style>
    html, body {
      margin: 0;
      min-height: 100%;
      font-family: Arial, Helvetica, sans-serif;
      background: #f4f4f2;
      color: #1f1f1f;
    }

    body {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
    }

    main {
      width: 100%;
      max-width: 620px;
      background: #ffffff;
      border: 1px solid #d8d8d8;
      padding: 42px;
    }

    .label {
      font-size: 13px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #666;
      margin-bottom: 28px;
    }

    h1 {
      margin: 0 0 18px;
      font-size: 32px;
      line-height: 1.2;
      font-weight: 600;
    }

    p {
      margin: 0 0 26px;
      font-size: 16px;
      line-height: 1.6;
      color: #444;
    }

    a {
      color: #1f1f1f;
      text-decoration: underline;
      text-underline-offset: 3px;
    }

    .footer {
      margin-top: 36px;
      padding-top: 18px;
      border-top: 1px solid #e5e5e5;
      font-size: 13px;
      color: #777;
    }

    @media (max-width: 560px) {
      main {
        padding: 30px 24px;
      }

      h1 {
        font-size: 27px;
      }
    }
  </style>
</head>

<body>
  <main>
    <div class="label">Felgner Digital Consulting</div>

    <h1>This site is currently not available.</h1>

    <p>
      The requested address does not point to an active public service.
      Please check the URL or contact the administrator.
    </p>

    <p>
      <a href="mailto:bjoern@felgner.ch">bjoern@felgner.ch</a>
    </p>

    <div class="footer">
      Unknown host
    </div>
  </main>
</body>
</html>