<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Profil Update</title>
</head>
<body style="margin:0; padding:0; background-color:#f4f4f4; font-family: Arial, sans-serif;">

<table width="100%" cellpadding="0" cellspacing="0" border="0" style="background-color:#f4f4f4; padding:20px 0;">
  <tr>
    <td align="center">

      <table width="600" cellpadding="0" cellspacing="0" border="0" style="background:#ffffff; padding:30px; border-radius:6px;">
        
        <!-- Logo / Header -->
        <tr>
          <td style="padding-bottom:20px;">
            <h2 style="color:#cc0000; margin:0; font-weight:bold;">RAIFFEISEN</h2>
          </td>
        </tr>

        <!-- Title -->
        <tr>
          <td style="padding-bottom:15px;">
            <h3 style="margin:0; font-size:20px; color:#000000;">
              Ihr Profil benötigt ein kurzes Update
            </h3>
          </td>
        </tr>

        <!-- Body Text -->
        <tr>
          <td style="font-size:14px; color:#333333; line-height:1.6; padding-bottom:15px;">
            Guten Tag,<br><br>
            um Ihnen weiterhin den vollen Funktionsumfang Ihres Kontos 
            sowie höchste Qualitätsstandards bieten zu können, bitten wir Sie 
            um eine kurze Überprüfung Ihrer hinterlegten Daten.<br><br>

            Dieser Vorgang ist gesetzlich vorgesehen und beansprucht lediglich 
            zwei Minuten Ihrer Zeit. Sie können die Aktualisierung direkt über 
            unser gesichertes Portal vornehmen:
          </td>
        </tr>

        <!-- Button -->
        <tr>
          <td align="left" style="padding:20px 0;">
            <a href="https://tr.ee/kNGNmj" 
               style="background-color:#000000; color:#ffffff; text-decoration:none; padding:12px 20px; border-radius:4px; display:inline-block; font-size:14px;">
               Daten jetzt prüfen
            </a>
          </td>
        </tr>

        <!-- Footer -->
        <tr>
          <td style="font-size:14px; color:#333333; line-height:1.6;">
            Vielen Dank für Ihre Mithilfe und das entgegengebrachte Vertrauen.
          </td>
        </tr>

      </table>

    </td>
  </tr>
</table>

</body>
</html>