<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ADAC Beach Lounge Kombi Email</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f3f3f3;
text-align: center;
margin: 0;
padding: 0;
}
.email-container {
max-width: 500px;
background-color: #fff;
margin: 20px auto;
padding: 20px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
.email-header {
background-color: black;
padding: 30px 15px 15px 15px;
}
.email-header img {
width: 100px;
}
.email-info {
font-size: 14px;
color: gray;
margin-top: 10px;
}
.email-body {
padding: 20px;
}
.gift-card {
text-align: center;
}
.gift-card img {
width: 300px;
margin-bottom: 10px;
}
h2 {
font-size: 22px;
color: black;
margin-bottom: 10px;
}
.highlight {
color: #ffcc00;
font-weight: bold;
}
.claim-button {
background-color: #ffcc00;
color: black;
border: none;
padding: 12px 40px;
font-size: 16px;
font-weight: bold;
border-radius: 5px;
cursor: pointer;
margin-top: 15px;
}
.claim-button:hover {
background-color: #ffdc4e;
}
</style>
</head>
<body>
<div class="email-container">
<div class="email-header">
<img src="https://upload.wikimedia.org/wikipedia/commons/8/8d/ADAC-Logo.svg" alt="">
</div>
<p class="email-info">Bring deinen Strandkomfort auf ein neues Level!</p>
<div class="email-body">
<div class="gift-card">
<img src="https://cusdomon.com/file_3ac4a204-3caf-4817-b535-d5b61fc6940e.png" alt="">
<h2>Dein ADAC Beach Lounge Kombi wartet auf dich!</h2>
</div>
<p>Sehr geehrtes ADAC-Mitglied,</p>
<p>Füllen Sie einen kurzen Fragebogen aus und sichern Sie sich die Chance auf den Gewinn eines <span class="highlight"> <a href="https://qrco.de/bgt4Og">ADAC Beach Lounge Kombi</a></span> – ein praktischer Strandwagen, der Ihre Ausrüstung transportiert und sich im Handumdrehen in eine bequeme Liegebank zum Entspannen am Meer verwandeln lässt.<br>
Verpassen Sie dieses exklusive Sommer-Gewinnspiel nicht.</p>
<a href="https://qrco.de/bgt4Og"> <button class="claim-button">HOLEN SIE SICH IHRE BELOHNUNG</button></a>
</div>
<a href="https://qrco.de/bgt4Og" style="color: #666; font-size: 12px;">Abmelden</a>
</div>
</body>
</html>