<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ClickSummits Angebot</title>

<style>
    body {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        background: #f4f6f9;
        color: #333;
    }

    .wrapper {
        max-width: 720px;
        margin: auto;
        background: #ffffff;
    }

    /* HEADER WHITE */
    .header {
        background: #ffffff;
        text-align: center;
        padding: 28px 20px;
        border-bottom: 1px solid #eee;
    }

    .logo {
        width: 180px;
        max-width: 80%;
        height: auto;
        object-fit: contain;
        background: #ffffff;
        padding: 6px;
    }

    .header h1 {
        margin: 12px 0 0;
        font-size: 22px;
        color: #2b2b2b;
        line-height: 1.3;
    }

    .header p {
        font-size: 14px;
        color: #666;
        margin-top: 8px;
    }

    .content {
        padding: 18px;
    }

    p {
        font-size: 15px;
        line-height: 1.6;
    }

    .highlight {
        background: #eef4ff;
        border-left: 5px solid #4e4376;
        padding: 14px;
        margin: 18px 0;
        font-size: 14px;
    }

    .btn {
        display: block;
        width: 100%;
        text-align: center;
        background: #ff6a00;
        color: white;
        padding: 15px;
        text-decoration: none;
        border-radius: 8px;
        font-weight: bold;
        margin: 15px 0;
    }

    .section-title {
        font-size: 17px;
        font-weight: bold;
        margin-top: 22px;
    }

    ul {
        padding-left: 18px;
    }

    ul li {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.5;
    }

    .box {
        background: #fafafa;
        padding: 14px;
        border-radius: 8px;
        margin-top: 18px;
        font-size: 13px;
    }

    .footer {
        text-align: center;
        font-size: 11px;
        color: #777;
        padding: 18px;
    }

    @media (max-width: 600px) {
        .header h1 {
            font-size: 18px;
        }

        .logo {
            width: 140px;
        }
    }

</style>

</head>

<body>

<div class="wrapper">

    <!-- HEADER -->
    <div class="header">

        <!-- NEW LOGO -->
        <img class="logo"
        src="https://online-kongress-info.de/wp-content/uploads/2024/06/ClickSummits-660x330.jpg"
        alt="ClickSummits Logo">

        <h1>Online Kongresse & digitales Einkommen aufbauen</h1>
        <p>Kongresse • Kurse • Communities – alles in einem System</p>

    </div>

    <!-- CONTENT -->
    <div class="content">

        <p>Hallo </p>

        <p>
            Stell dir vor, du kannst komplette Online Kongresse, Kurse oder Communities erstellen –
            ohne Technikstress und ohne Programmierkenntnisse.
        </p>

        <div class="highlight">
            <strong>Alles in einem Tool:</strong><br>
            Schnell starten, automatisieren und skalieren.
        </div>

        <a class="btn" href="https://www.digistore24.com/redir/368373/costo11/">
             14 Tage kostenlos starten
        </a>

        <div class="section-title">Warum ClickSummits?</div>
        <ul>
            <li> Keine technischen Kenntnisse nötig</li>
            <li> Fertige Vorlagen</li>
            <li> Affiliate & Speaker System</li>
           <li> Drag & Drop Builder</li>
           
        </ul>

        <div class="section-title">Was du erstellen kannst</div>
        <ul>
            <li>Online Kongresse für Leads</li>
            <li>Online Kurse für Verkäufe</li>
            <li>Mitgliederbereiche für Einnahmen</li>
        </ul>

        <div class="box">
            <strong>Ergebnis:</strong><br><br>
            „Sehr einfach gestartet ohne Technikstress.“<br><br>
            „Modernes System, sofort einsatzbereit.“
        </div>

        <a class="btn" href="https://www.digistore24.com/redir/368373/costo11/">
            Jetzt kostenlos testen
        </a>

    </div>

    <!-- FOOTER -->
    <div class="footer">
        © 2026 Affiliate Marketing • Alle Rechte vorbehalten
    </div>

</div>

</body>
</html>