[Debconf-devel] Erste-Hilfe-Kurs. Flexibel. Online.

Hilfe info1 at isibayasounds.co.za
Wed Feb 18 17:47:06 GMT 2026




    
    
    Online Erste-Hilfe-Kurs · Lernakademie Plus
    
    
    
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            background-color: #f6f9fc;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 2rem 1.5rem;
            line-height: 1.5;
            color: #1a2e3b;
        }

        .card {
            max-width: 680px;
            width: 100%;
            background: white;
            border-radius: 32px;
            box-shadow: 0 20px 35px -8px rgba(0, 70, 100, 0.12);
            overflow: hidden;
            transition: all 0.2s ease;
        }

        .header {
            background: linear-gradient(135deg, #005f8c 0%, #003f5f 100%);
            padding: 2rem 2.5rem 1.8rem;
            color: white;
        }

        .badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(4px);
            font-size: 0.75rem;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            padding: 0.35rem 0.9rem;
            border-radius: 40px;
            margin-bottom: 1rem;
            border: 1px solid rgba(255,255,255,0.25);
        }

        h1 {
            font-size: 1.95rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 0.75rem;
            letter-spacing: -0.01em;
        }

        .subhead {
            font-size: 1.1rem;
            opacity: 0.92;
            font-weight: 400;
            max-width: 90%;
        }

        .content {
            padding: 2.2rem 2.5rem 2.5rem;
            background: white;
        }

        .usp-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem 1.5rem;
            margin-bottom: 2.2rem;
        }

        .usp-item {
            display: flex;
            align-items: flex-start;
            gap: 0.8rem;
        }

        .usp-icon {
            background: #e6f0f5;
            border-radius: 14px;
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            color: #005f8c;
            flex-shrink: 0;
        }

        .usp-text {
            font-weight: 500;
        }

        .usp-text strong {
            display: block;
            font-size: 1.05rem;
            font-weight: 700;
            color: #0a3140;
            margin-bottom: 0.2rem;
        }

        .usp-text span {
            font-size: 0.9rem;
            color: #446a7a;
            font-weight: 400;
        }

        .divider {
            height: 1px;
            background: linear-gradient(to right, #e2eef2, transparent);
            margin: 1rem 0 1.8rem;
        }

        .hinweis-box {
            background: #f2f8fa;
            border-left: 5px solid #ffb347;
            padding: 1.2rem 1.5rem;
            border-radius: 20px;
            margin-bottom: 2.2rem;
            display: flex;
            gap: 0.8rem;
            align-items: flex-start;
            font-size: 0.9rem;
            color: #1e4a5f;
        }

        .hinweis-icon {
            font-size: 1.3rem;
        }

        .cta-section {
            background: #ffffff;
            border: 1px solid #d9e7ed;
            border-radius: 28px;
            padding: 1.8rem 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin-top: 0.4rem;
        }

        .cta-text {
            display: flex;
            flex-direction: column;
        }

        .preis {
            font-size: 1.45rem;
            font-weight: 800;
            color: #003f5f;
            letter-spacing: -0.5px;
            line-height: 1.2;
        }

        .preis-klein {
            font-size: 0.8rem;
            font-weight: 500;
            color: #5f7e8c;
        }

        .btn {
            display: inline-block;
            background: #00a67e;
            color: white;
            font-weight: 600;
            padding: 0.9rem 2rem;
            border-radius: 50px;
            text-decoration: none;
            font-size: 1rem;
            letter-spacing: 0.3px;
            transition: all 0.2s;
            box-shadow: 0 8px 16px -6px rgba(0,166,126,0.25);
            border: none;
            cursor: pointer;
        }

        .btn:hover {
            background: #008f6b;
            transform: translateY(-2px);
            box-shadow: 0 14px 22px -8px rgba(0,166,126,0.35);
        }

        .footer {
            padding: 1.5rem 2.5rem 1.8rem;
            background: #f9fcfe;
            border-top: 1px solid #e7f0f3;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            font-size: 0.8rem;
            color: #507481;
        }

        .footer a {
            color: #2c6975;
            text-decoration: none;
            font-weight: 500;
            border-bottom: 1px dotted #b1cfda;
        }

        .footer a:hover {
            color: #003f5f;
        }

        .logo {
            font-weight: 700;
            font-size: 1rem;
            color: #005f8c;
            letter-spacing: -0.3px;
        }

        .logo span {
            background: #005f8c;
            color: white;
            padding: 0.15rem 0.5rem;
            border-radius: 30px;
            font-size: 0.7rem;
            font-weight: 700;
            margin-left: 6px;
        }

        .unsubscribe {
            font-size: 0.75rem;
            color: #8099a2;
        }

        @media (max-width: 550px) {
            .header, .content, .footer { padding-left: 1.5rem; padding-right: 1.5rem; }
            .usp-grid { grid-template-columns: 1fr; gap: 1rem; }
            .cta-section { flex-direction: column; align-items: flex-start; gap: 1.2rem; }
            h1 { font-size: 1.7rem; }
        }
    


    
        
        
            🩺 100% online · DSGVO-konform
            Erste-Hilfe-Kurs. Flexibel. Online.
            Lernen Sie die theoretischen Grundlagen – wann und wo Sie wollen. Ohne Anfahrt, ohne Stress.
        

        
        
            
                
                    🌐
                    
                        100 % online
                        rund um die Uhr verfügbar, von jedem Gerät
                    
                
                
                    ⏳
                    
                        Kein Zeitdruck
                        lernen Sie in Ihrem eigenen Tempo
                    
                
                
                    📘
                    
                        Einfach verständlich
                        klar strukturierte Inhalte, keine Vorkenntnisse nötig
                    
                
                
                    📄
                    
                        Teilnahmebescheinigung
                        sofort als PDF zum Download
                    
                
            

            
            
                Schnell, unkompliziert, seriös. Ideal für alle, die sich fundiertes Erste-Hilfe-Wissen aneignen möchten – ohne feste Termine oder Anfahrtswege. 
                Starten Sie noch heute und machen Sie den ersten Schritt.
            

            
            
                📌
                
                    Hinweis zur Anerkennung: Bitte prüfen Sie vorab, ob der reine Online-Kurs für Ihren gewünschten Zweck (z. B. Führerschein, Betrieb) anerkannt wird. Bei Fragen hilft unser Support.
                
            

            
            
                
                    Sofortzugang
                    nur 37 €
                    inkl. MwSt., Bescheinigung als PDF
                
                
                    Jetzt Kurs starten → 
                
            
        

        
        
            
                Lernakademie Plus DE
            
            
                www.lernakademie-plus.de
                Kontakt
                
                    E-Mail abbestellen
                
            
        
        
        
            Lernakademie Plus · Musterstraße 12 · 10115 Berlin · Deutschland
        
    

    
    DSGVO-konforme Lernplattform – zertifizierte Erste-Hilfe-Inhalte


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debconf-devel/attachments/20260218/65647063/attachment.htm>


More information about the Debconf-devel mailing list