/* Allgemeine Stile */     
body {
    font-family: 'Satisfy', cursive; /* Hauptschriftart für Texte */
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #fff; /* Helle Schriftfarbe für dunklere Hintergründe */
    background: url('../assets/images/werbinichbg1.jpg') no-repeat center center fixed;
    background-size: cover; /* Passt das Bild an den Bildschirm an */

}

h1, h2 {
    color: #f4e7d2;
    text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

/* Header-Container */
.site-header .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 1rem; /* Abstand zwischen Logo und Titel */
    justify-content: center;
}

/* Logo-Stil */
.logo {
    max-width: 150px; 
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5)); /* Weicher Schatten */
    position: relative;
    animation: logo-glow 3s infinite alternate; /* Glanzeffekt */
}

/* Glanzeffekt */
@keyframes logo-glow {
    from {
        filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5)) brightness(1);
    }
    to {
        filter: drop-shadow(0 4px 8px rgba(255, 223, 0, 0.8)) brightness(1.2);
    }
}


/* Haupttitel */
.site-header h1 {
    font-family: 'Satisfy', cursive;
    font-size: 4.5rem;
    color: #f4e7d2; /* Goldener Titel */
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); /* Leichter Schatten */
}

/* Standard-Navigation */
.main-nav ul {
    font-family: 'Satisfy', cursive;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.main-nav ul li a {
    text-decoration: none;
    color: #f4e7d2;
    font-weight: bold;
    font-size: 1.4rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Leichter Schatten */
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, background 0.3s ease;
    //background: rgba(0, 0, 0, 0.6); /* Optional: Transparenter Hintergrund */
    border-radius: 5px; /* Leicht abgerundete Kanten */
}

.main-nav ul li a:hover {
    color: #ffd700; /* Gold beim Hover */
}

.main-nav ul li a.active {
    color: #ffd700; /* Goldene Schriftfarbe */
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6); /* Leichter Schatten */
    border-bottom: 2px solid #ffd700; /* Unterstreichung */
    //background: rgba(0, 0, 0, 0.5); /* Optional: Transparenter Hintergrund */
    border-radius: 5px; /* Leicht abgerundete Kanten */
}

.menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        background: none;
        border: none;
        color: #fff;
        font-size: 2rem;
        cursor: pointer;
            }

    .main-nav ul {
        display: none;
    }

    .main-nav ul.show {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        //background: rgba(0, 0, 0, 0.8);
        padding: 1rem;
        margin-bottom: 10px;
    }
}


/* Hauptinhalt */
.hero-section {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.1); /* Leicht transparenter Hintergrund */
    margin: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.hero-section h2 {
    font-size: 2.8rem;
    color: #f4e7d2; /* Sanftes Gold */
    margin-bottom: 1rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Schattierung für H2 */
}

.hero-section p {
    font-size: 1.2rem;
    color: #e6e6e6; /* Hellgrauer Text */
    margin-bottom: 2rem;
}

/* Cards für Features */
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.feature {
    background: rgba(0, 0, 0, 0.6); /* Transparenter Hintergrund */
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    padding: 2rem;
    max-width: 300px;
    color: #fff; /* Helle Schrift für Karten */
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); /* Mystischer Schatten */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature h3 {
    font-size: 1.8rem;
    color: #f4e7d2; /* Goldene Überschrift */
    margin-bottom: 1rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.feature p {
    font-size: 1.2rem;
    color: #ddd;
}

.academy-name {
    font-weight: bold;
}

.feature:hover {
    transform: scale(1.05); /* Leichte Vergrößerung beim Hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7); /* Verstärkter Schatten */
}

.content-section {
    text-align: center;
}

.feature2 {
    font-family: Arial, sans-serif;
    margin-bottom: 2rem; /* Abstand zwischen den Abschnitten */
    padding: 1.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.6); /* Transparenter Hintergrund */
    border-radius: 10px; /* Abgerundete Kanten */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Weicher Schatten */
}

.feature2 h3 {
    color: #f4e7d2; /* Goldene Überschrift */
    font-size: 1.8rem;
    margin-bottom: 1rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Leichter Schattierungseffekt */
}

.feature2 h4 {
  font-family: 'Satisfy', cursive;
  color: #c438a7;
  font-size: 1.6rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}  
  
.feature2 p {
    color: #ddd; /* Heller Text */
    font-size: 1.2rem;
    line-height: 1.2;
}

.feature2:hover {
    transform: scale(1.05); /* Leichte Vergrößerung beim Hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7); /* Verstärkter Schatten */
}

.feature2 ul {
    list-style: none; /* Entfernt Standard-Punkte */
    padding: 0; /* Kein zusätzliches Padding */
    margin: 5px 0; /* Abstand zum umgebenden Text */
    font-size: 1.2rem; /* Einheitliche Schriftgröße */
    color: #ddd; /* Helle Schriftfarbe */
}

.feature2 ul li {
    //display: flex; /* Ermöglicht Emoji/Listensymbol und Text nebeneinander */
    align-items: flex-start; /* Vertikale Ausrichtung */
    gap: 5px; /* Abstand zwischen Symbol/Emoji und Text */
}

.feature2 ul li::before {
    content: "\1F539"; /* Beispiel: Emoji als Listenpunkt */
    display: inline-block; /* Sicherstellen, dass es sich neben dem Text befindet */
    color: #ffd700; /* Goldene Farbe für das Emoji/Symbol */
    font-size: 1.2rem; /* Gleiche Größe wie der Text */
}

.journey-option {
    font-size: 1.4rem; /* Einheitliche Schriftgröße */
    margin-bottom: 10px; /* Abstand zwischen den Optionen */
}

/* Mystische Elemente */
.mystical {
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.5));
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    color: #f4e7d2;
    border-radius: 50%;
    text-align: center;
    animation: glow 3s infinite alternate;
}

@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    }
}


/* Sterne */
#star-field {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #fff; /* Sternenfarbe */
    border-radius: 50%;
    animation: fly 10s linear infinite;
}

@keyframes fly {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(100vw, -200vh); /* Bewegung von links unten nach rechts oben */
    }
}

/* Call-to-Action Abschnitt */
.call-to-action {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 3rem 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin: 2rem auto;
    max-width: 800px;
}

.call-to-action h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 0;
    font-family: 'Satisfy', cursive; /* Elegante Schrift */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.call-to-action h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #f4e7d2;
    font-family: 'Satisfy', cursive; /* Elegante Schrift */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.call-to-action p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif; /* Klare Lesbarkeit */
    color: #e6e6e6; /* Hellgrau für Text */
}

.call-to-action .cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #f4e7d2, #d4af37); /* Goldener Verlauf */
    color: #000;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Schatten für den Button */
    transition: background 0.3s ease, transform 0.3s ease;
}

.call-to-action .cta-button:hover {
    background: linear-gradient(90deg, #d4af37, #f4e7d2); /* Umgekehrter Verlauf beim Hover */
    transform: scale(1.1);
    color: #fff;
}

/* Mitgliedschaften Abschnitt */
.membership-container {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 3rem 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin: 2rem auto;
    max-width: 1200px;
}

.membership-container h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 0;
    font-family: 'Satisfy', cursive; /* Elegante Schrift */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.membership-container h4 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    color: #f4e7d2;
    font-family: 'Satisfy', cursive; /* Elegante Schrift */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.membership-container p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif; /* Klare Lesbarkeit */
    color: #e6e6e6; /* Hellgrau für Text */
}

.membership-container .cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #f4e7d2, #d4af37); /* Goldener Verlauf */
    color: #000;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Schatten für den Button */
    transition: background 0.3s ease, transform 0.3s ease;
}

.membership-container .cta-button:hover {
    background: linear-gradient(90deg, #d4af37, #f4e7d2); /* Umgekehrter Verlauf beim Hover */
    transform: scale(1.1);
    color: #fff;
}

/* Tools Abschnitt */
.tools-container {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 3rem 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    margin: 2rem auto;
    max-width: 1200px;
}

.tools-container h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    margin-top: 0;
    font-family: 'Satisfy', cursive; /* Elegante Schrift */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.tools-container h4 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #f4e7d2;
    font-family: 'Satisfy', cursive; /* Elegante Schrift */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.tools-container p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif; /* Klare Lesbarkeit */
    color: #e6e6e6; /* Hellgrau für Text */
}

.tools-container .cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #f4e7d2, #d4af37); /* Goldener Verlauf */
    color: #000;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Schatten für den Button */
    transition: background 0.3s ease, transform 0.3s ease;
}

.tools-container .cta-button:hover {
    background: linear-gradient(90deg, #d4af37, #f4e7d2); /* Umgekehrter Verlauf beim Hover */
    transform: scale(1.1);
    color: #fff;
}

.module-item {
    background: rgba(0, 0, 0, 0.6); /* Transparenter Hintergrund */
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Leichter Schatten */
}

.module-item h4 {
    color: #c438a7; 
    font-size: 2.2rem;
}
/* Footer */
.site-footer {
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    padding: 1.5rem 0;
    font-family: Arial, sans-serif;
}

.site-footer p a {
    color: #f4e7d2;
    text-decoration: none;
}

.site-footer p a:hover {
    text-decoration: underline;
}

/* Video-Sektion */
.video-section {
    text-align: center;
    margin: 3rem auto;
    padding: 2rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); /* Schatten für Tiefe */
    max-width: 800px;
    color: #fff;
}

.video-section h2 {
    font-size: 2.5rem;
    color: #f4e7d2; /* Sanftes Gold */
    margin-bottom: 1rem;
    margin-top: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Satisfy', cursive; /* Elegante Schrift */
}

.video-section p {
    font-size: 1.2rem;
    color: #e6e6e6; /* Hellgrau */
    margin-bottom: 2rem;
    font-family: Arial, sans-serif; /* Klare Lesbarkeit */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Verhältnis 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
}

/* Kontaktformular-Stil */
.contact-section {
    text-align: center;
    background: rgba(0, 0, 0, 0.6); /* Dunkler, transparenter Hintergrund */
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); /* Tiefer Schatten */
    margin: 2rem auto;
    max-width: 800px;
}

.contact-section h2 {
    font-size: 2.5rem;
    color: #f4e7d2; /* Goldene Schrift */
    margin-bottom: 1rem;
    font-family: 'Satisfy', cursive;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.contact-section p {
    font-size: 1.2rem;
    color: #e6e6e6; /* Hellgrauer Text */
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
}

.contact-section .cta-button {
    display: inline-block;
    background: linear-gradient(90deg, #f4e7d2, #d4af37); /* Goldener Verlauf */
    color: #000;
    padding: 0.8rem 2rem;
    text-decoration: none;
    font-size: 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Schatten für den Button */
    transition: background 0.3s ease, transform 0.3s ease;
}

.contact-section .cta-button:hover {
    background: linear-gradient(90deg, #d4af37, #f4e7d2); /* Umgekehrter Verlauf beim Hover */
    transform: scale(1.1);
    color: #fff;
}
/* Formular-Stile */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 auto;
    max-width: 600px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

label {
    font-size: 2rem;
    color: #f4e7d2; /* Goldene Schrift */
}

input[type="text"],
input[type="email"],
textarea {
    background: rgba(255, 255, 255, 0.1); /* Leicht transparenter Hintergrund */
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ff0;
    font-style: bold;
    padding: 1rem;
    font-size: 1rem;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #ffd700; /* Goldener Fokus */
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.8);
    outline: none;
}

textarea {
    resize: none;
}

/* Senden-Button */
.contact-form button {
    background: linear-gradient(90deg, #ffd700, #f4e7d2); /* Goldener Verlauf */
    color: #000;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Schatten */
    transition: background 0.3s ease, transform 0.3s ease;
}

.contact-form button:hover {
    background: linear-gradient(90deg, #f4e7d2, #ffd700); /* Umgekehrter Verlauf */
    transform: scale(1.05); /* Leichte Vergrößerung beim Hover */
    color: #fff;
}

/* reCAPTCHA Styling */
.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
}


/* Responsive Design */
@media (max-width: 768px) {
    .contact-section {
        padding: 1.5rem;
        border-radius: 0; /* Keine Rundungen auf kleinen Bildschirmen */
    }

    .contact-section h2 {
        font-size: 1.8rem;
    }

    .contact-section p {
        font-size: 1rem;
    }

    .contact-form {
        max-width: 100%; /* Volle Breite auf kleinen Bildschirmen */
        padding: 0 1rem; /* Innenabstand */
    }

    input[type="text"],
    input[type="email"],
    textarea {
        font-size: 0.9rem;
        padding: 0.8rem;
    }

    .contact-form button {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
    }
}

/* Desktop-Ansicht */
.module-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Vier Spalten für große Bildschirme */
    gap: 20px;
}

.module-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Vier Spalten für große Bildschirme */
    gap: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
        
    .site-header .container {
      flex-direction: column; /* Wechselt die Richtung der Elemente */
      align-items: center; /* Zentriert die Elemente */
    }

    .header-content {
        flex-direction: column; /* Ändert die Richtung der Elemente auf vertikal */
        align-items: center; /* Zentriert die Elemente horizontal */
        gap: 0.5rem; /* Verringert den Abstand für kleinere Bildschirme */
    }

    .logo {
        max-width: 100px; /* Verkleinert das Logo für kleine Bildschirme */
    }

    h1, h2 {
        text-align: center; /* Zentriert den Text */
    }
    
    .hero-section {
    margin: 0; /* Entfernt Außenabstand */
    padding: 0;
    width: 100%; /* Nimmt die volle Breite ein */
    border-radius: 0; /* Optional: Rundungen entfernen für ein klares Layout */
    }

    .video-section {
        margin: 0; /* Entfernt Außenabstände */
        padding: 0; /* Reduziert Innenabstand */
        border-radius: 0; /* Entfernt Rundungen */
        width: 100%; /* Volle Breite */
    }

    .video-section h2 {
        font-size: 1.6rem; /* Kleinere Schriftgröße für Überschrift */
    }

    .video-section p {
        font-size: 1rem; /* Kleinere Schriftgröße für Absatz */
    }

    .video-container {
        border-radius: 0; /* Entfernt Rundungen */
        box-shadow: none; /* Optional: Entfernt Schatten für ein flacheres Design */
    }

    .video-container video {
        border-radius: 0; /* Entfernt Rundungen des Videos */
    }  
    
    
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        max-width: 100%;
    }

    .site-header h1 {
        font-size: 2.5rem;
    }

    .hero-section h2 {
        font-size: 1.6rem;
        padding-top: 10px;
    }

    .hero-section p {
        font-size: 1rem;
        padding: 10px;
    }

    .site-header .container {
        flex-direction: column; /* Wechselt die Richtung der Elemente */
        align-items: center; /* Zentriert die Elemente */
    }

    .header-content {
        flex-direction: column; /* Ändert die Richtung der Elemente auf vertikal */
        align-items: center; /* Zentriert die Elemente horizontal */
        gap: 0.5rem; /* Verringert den Abstand für kleinere Bildschirme */
    }

    .logo {
        max-width: 100px; /* Verkleinert das Logo für kleine Bildschirme */
    }

    h1, h2, p {
        text-align: center; /* Zentriert den Text */
    }
    .call-to-action {
        margin: 30px auto; /* Entfernt Außenabstände */
        padding: 0; /* Reduziert Innenabstand */
        padding-bottom: 20px;
        border-radius: 0; /* Entfernt Rundungen */
        width: 100%; /* Volle Breite */
    }
    
    .call-to-action h2 {
        font-size: 1.6rem;
    }
    
    .call-to-action p {
        font-size: 1rem;
    }  
    
        .feature2 {
        padding: 1rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    p {
        font-size: 1rem;
    }
    
    .membership-container {
        padding: 0; /* Entfernt Padding für kleinere Geräte */
    }
      
    .module-grid {
        grid-template-columns: 1fr; /* Eine Spalte auf kleinen Bildschirmen */
        gap: 20px; /* Abstand bleibt gleich */
    }

        .module-grid2 {
        grid-template-columns: 1fr; /* Eine Spalte auf kleinen Bildschirmen */
        gap: 20px; /* Abstand bleibt gleich */
    }
    
    .module-item {
                margin: 0 auto; /* Zentriert die Karten */
    }

    .module-item h4 {
        font-size: 1.8rem; /* Angepasste Schriftgröße */
    }

    .module-item ul {
        font-size: 1rem; /* Angepasste Schriftgröße für Listen */
        padding: 0; /* Kein zusätzliches Padding */
        text-align: left; /* Linksbündiger Text für Listen */
    }

    .paypal-button {
        text-align: center; /* Zentriert den Button */
        margin-top: 20px; /* Abstand oberhalb des Buttons */
    }  
}
