/* =================================================================
   MODERN & LIGHT STYLE - V2.1 (FIXED)
================================================================= */
@charset "UTF-8";

/* --- LOKALE FONTS --- */
@font-face {
  font-family: 'League Spartan';
  src: url('fonts/leaguespartan-bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('fonts/roboto-bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

/* --- FARBEN & VARIABLEN --- */
:root {
  --primary-magenta: #f4006e;
  --text-dark-green: #444c38;
  --headline-green: #6d8d57;
  --bg-page: #FBFBF8;
  --bg-hero: #F9F5E9;
  --bg-card: #FFFFFF;
  --border-card: #EAEAEA;
  --shadow-card: 0 4px 25px rgba(0, 0, 0, 0.07);
  
  --font-heading: 'League Spartan', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --container-width: 1100px;
}

/* --- GRUNDEINSTELLUNGEN --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background-color: var(--bg-page); color: var(--text-dark-green); line-height: 1.7; font-size: 17px; }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 700; line-height: 1.2; }
h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); color: var(--primary-magenta); }
h2 { font-size: clamp(2.2rem, 5vw, 3rem); text-align: center; color: var(--headline-green); margin-bottom: 3rem;}
h3 { font-size: 1.5rem; color: var(--text-dark-green); }
h4 { font-size: 1.3rem; margin-bottom: 0.5rem; color: var(--headline-green); }

.container { max-width: var(--container-width); margin: 0 auto; padding: 0 1.5rem; }
section { padding: 4rem 0; }

.cta-button {
  display: inline-block; background-color: var(--primary-magenta); color: #fff;
  font-family: var(--font-heading); font-weight: 700; text-decoration: none;
  padding: 1rem 2.5rem; border-radius: 50px;
  transition: all 0.3s ease;
}
.cta-button:hover { background-color: #d1005f; transform: translateY(-3px) scale(1.02); }

.card {
  background: var(--bg-card); border-radius: 20px;
  box-shadow: var(--shadow-card); border: 1px solid var(--border-card);
  overflow: hidden; transition: all 0.3s ease-out;
}
.card:hover { transform: translateY(-8px); box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08); }

/* --- HEADER & NAVIGATION --- */
.main-header { display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.5rem; background-color: var(--bg-hero); position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid #EAE1CF; }
.logo { font-family: var(--font-heading); font-size: 1.5rem; color: var(--text-dark-green); text-decoration: none; }
.hamburger-menu { display: flex; flex-direction: column; justify-content: space-around; width: 30px; height: 25px; background: transparent; border: none; cursor: pointer; padding: 0; z-index: 10; }
.hamburger-menu span { width: 30px; height: 3px; background-color: var(--text-dark-green); border-radius: 10px; transition: all 0.3s linear; }
.main-nav ul { display: none; list-style: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: var(--bg-card); flex-direction: column; align-items: center; padding: 1rem 0; box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
.main-nav ul.active { display: flex; }
.main-nav li { margin: 1rem 0; }
.main-nav a { text-decoration: none; color: var(--text-dark-green); font-family: var(--font-heading); font-size: 1.2rem; padding: 0.5rem 1rem; }
.nav-cta { background-color: var(--primary-magenta); color: white !important; border-radius: 20px; }

/* --- HERO SECTION --- */
#hero { padding: 4rem 1.5rem; background-color: var(--bg-hero); text-align: center; }
.hero-section { display: flex; flex-direction: column; align-items: center; gap: 2rem; }
.hero-content { order: 2; }
.hero-intro { font-weight: 700; margin-bottom: 0.5rem; }
.hero-image { order: 1; max-width: 300px; }

/* --- MENTORIN SECTION --- */
#mentorin { background-color: var(--bg-page); }
.mentor-bio { display: flex; flex-direction: column; align-items: center; gap: 2rem; margin-bottom: 4rem; }
.mentor-image img { border-radius: 30px; max-width: 280px; }
.benefits-container { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
.benefit-item { padding: 2rem; text-align: center; }
.benefit-icon { width: 50px; height: 50px; margin: 0 auto 1rem; }

/* --- IMAGE CTA (mit Hintergrundbild) --- */
.image-cta-section { padding: 6rem 1.5rem; text-align: center; color: white; background: linear-gradient(rgba(82, 93, 68, 0.75), rgba(82, 93, 68, 0.75)), url('images/placeholder-bg.jpg'); background-size: cover; background-position: center; background-attachment: fixed; }
.image-cta-section h2 { color: white; }

/* --- ANGEBOT SECTION --- */
.angebote-container { display: grid; gap: 2rem; grid-template-columns: 1fr; }
.angebot-item img { width: 100%; height: 250px; object-fit: cover; }
.angebot-content { padding: 1.5rem; text-align: center; }

/* --- NEWSLETTER SECTION (FIXED) --- */
#newsletter { padding-bottom: 0; }
.newsletter-container { display: flex; flex-direction: column; align-items: center; text-align: center; }
.newsletter-content { 
  padding: 2rem; 
  order: 2;
  width: 100%; /* Wichtig für Ausrichtung */
}
/* NEU: Überschrift linksbündig */
.newsletter-content h2 { 
  text-align: left; 
}
/* NEU: Mehr Abstand für den Button */
.newsletter-content .cta-button {
  margin-top: 2rem; 
}
.newsletter-image { order: 1; width: 100%; }
.newsletter-image img { max-width: 350px; margin: 0 auto; }

/* --- KONTAKT & FOOTER --- */
#kontakt, .main-footer-bottom { background-color: var(--bg-page); text-align: center; }
#kontakt .container { display: flex; flex-direction: column; align-items: center; gap: 2rem; }
.social-icons { display: flex; gap: 1.5rem; }
.main-footer-bottom a { color: var(--text-dark-green); }

/* --- BACK TO TOP --- */
#back-to-top { display: none; position: fixed; bottom: 20px; right: 20px; background-color: var(--primary-magenta); color: white; width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 24px; border-radius: 50%; text-decoration: none; z-index: 100; }

/* =================================================================
   DESKTOP STYLES (ab 768px)
================================================================= */
@media (min-width: 768px) {
    section { padding: 6rem 0; }
    
    /* NEU: Korrektur für das Desktop-Menü */
    .hamburger-menu { 
        display: none; 
    }
    .main-nav ul {
        display: flex;
        position: static;
        flex-direction: row;
        width: auto;
        background: transparent;
        box-shadow: none;
        align-items: center;
        gap: 1.5rem;
    }
    .main-nav li { 
        margin: 0; 
    }
    /* Ende der Menü-Korrektur */

    .hero-section { flex-direction: row; text-align: left; max-width: var(--container-width); margin: 0 auto; gap: 4rem; }
    .hero-content { order: 1; flex: 1; }
    .hero-image { order: 2; flex: 0 0 40%; max-width: 450px; }

    .mentor-bio { flex-direction: row; text-align: left; align-items: center; gap: 4rem; }
    .mentor-image { flex: 0 0 300px; }
    .benefits-container { grid-template-columns: repeat(3, 1fr); gap: 2rem; }

    .angebote-container { grid-template-columns: repeat(3, 1fr); gap: 2rem; }
    
    /* NEU: Anpassung für Newsletter auf Desktop */
    .newsletter-container {
        flex-direction: row;
        text-align: left; /* Richtet den ganzen Block links aus */
        align-items: center;
    }
    .newsletter-content { order: 1; flex: 1.2; padding: 3rem; }
    .newsletter-image { order: 2; flex: 1; }
    
    #kontakt .container { flex-direction: column; }
}