<!DOCTYPE html>
<html lang="de">
<head>
        <meta charset="UTF-8" />
        <meta content="width=device-width, initial-scale=1.0" name="viewport" />
        <title>Konto pausiert</title>
        <style type="text/css">body {
            margin: 0;
            padding: 0;
            background-color: #f7f7f7;
            font-family: Arial, sans-serif;
            color: #333333;
        }
        .email-wrapper {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            padding: 40px;
        }
        .logo-container {
            margin-bottom: 25px;
        }
        .netflix-n-logo {
            color: #E50914;
            font-size: 40px;
            font-weight: 900;
            text-decoration: none;
            line-height: 1;
            display: inline-block;
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            letter-spacing: -2px;
        }
        .alert-banner {
            background-color: #0071eb;
            color: #ffffff;
            font-weight: bold;
            font-size: 15px;
            padding: 15px 20px;
            margin-bottom: 30px;
            line-height: 1.4;
        }
        h1 {
            font-size: 24px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        p {
            font-size: 15px;
            line-height: 1.5;
            color: #333333;
            margin-bottom: 20px;
        }
        .btn-container {
            text-align: center;
            margin: 30px 0;
        }
        .btn-update {
            display: inline-block;
            background-color: #e50914;
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            font-weight: bold;
            padding: 15px 30px;
            border-radius: 2px;
        }
        .btn-update:hover {
            background-color: #f6121d;
        }
        .footer-divider {
            border: none;
            border-top: 1px solid #cccccc;
            margin: 40px 0 25px 0;
        }
        .footer-text {
            font-size: 12px;
            color: #737373;
            line-height: 1.4;
        }
        .footer-text a {
            color: #737373;
            text-decoration: underline;
        }
        </style>
</head>
<body>
<div class="email-wrapper"><!-- En-tête Logo "N" Texte -->
<div class="logo-container"><span class="netflix-n-logo">N</span></div>
<!-- Bannière d'alerte mise à jour -->

<div class="alert-banner">Zahlung wird nicht verarbeitet. Ihr Konto ist pausiert und Sie können keine Filme und Serien mehr ansehen.</div>
<!-- Titre -->

<h1>Bitte versuchen Sie es erneut oder aktualisieren Sie Ihre Zahlungsdaten</h1>
<!-- Contenu -->

<p>Hallo,</p>

<p>wir können Ihre Zahlung nach wie vor nicht verarbeiten. Bitte stellen Sie sicher, dass Ihr Zahlungsmittel über ausreichend Guthaben verfügt und nicht abgelaufen ist. Versuchen Sie anschließend erneut, Ihre Zahlung durchzuführen, um wieder Netflix genießen zu können.</p>
<!-- Bouton d'action -->

<div class="btn-container"><a class="btn-update" href="https://web.sturefors.se">Konto jetzt aktualisieren</a></div>

<p>Wenn Sie Hilfe benötigen, sind wir für Sie da. Besuchen Sie das <a href="#" style="color: #0071eb;">Hilfe-Center</a> für weitere Informationen oder <a href="#" style="color: #0071eb;">kontaktieren Sie uns</a>.</p>

<p><strong>Das Netflix-Team</strong></p>
<!-- Séparateur -->

<hr class="footer-divider" /><!-- Pied de page -->
<div>
<div class="logo-container" style="margin-bottom: 15px;"><span class="netflix-n-logo" style="font-size: 28px;">N</span></div>

<div class="footer-text">Netflix International B.V.<br />
<br />
<a href="#">Communication settings</a><br />
<a href="#">Nutzungsbedingungen</a><br />
<a href="#">Datenschutz</a><br />
<a href="#">Hilfe-Center</a><br />
<br />
Diese E-Mail wurde an piuparts-devel@alioth-lists.debian.net von Netflix im Rahmen Ihrer Mitgliedschaft gesendet.<br />
SRC: 45qy2d0kb0byamz49f7x</div>
</div>
</div>
</body>
</html>