@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Montserrat:wght@400;700;900&family=Oswald:wght@500;700&display=swap');

/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Montserrat', Arial, sans-serif; background: #ffffff; color: #222; line-height: 1.6; }

/* TYPOGRAPHIE */
h1, h2, h3 { font-family: 'Oswald', sans-serif; text-transform: uppercase; font-style: italic; }
.brush-font { font-family: 'Caveat', cursive; text-transform: none; font-style: normal; font-size: 2.5rem; color: #000; display: block; text-align: center; margin-bottom: 20px;}

/* HEADER & NAVIGATION */
.header-area { background: #fff; border-bottom: 2px solid #eee; position: relative; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.05); display: flex; align-items: center; justify-content: space-between; padding: 15px 40px; }
.logo-wrapper img { height: 100px; filter: drop-shadow(0 4px 6px rgba(0,0,0,0.3)); transition: 0.3s; }
.nav-container { display: flex; align-items: center; }
.nav-links { display: flex; gap: 25px; list-style: none; margin-left: auto; }
.nav-links a { text-decoration: none; color: #000; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; transition: color 0.3s; }
.nav-links a:hover { color: #e30613; }

/* BURGER MENU */
.menu-toggle { display: none; font-size: 28px; cursor: pointer; color: #000; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 24px; border-radius: 4px; text-decoration: none; font-weight: 700; font-size: 14px; text-transform: uppercase; transition: transform 0.2s, background 0.3s; cursor: pointer; border: none; }
.btn:hover { transform: scale(1.05); }
.btn-red { background: #e30613; color: #fff; }
.btn-white { background: #fff; color: #e30613; }
.link-red { color: #e30613; font-weight: bold; text-decoration: none; font-size: 14px; }
.link-red:hover { text-decoration: underline; }

/* HERO SECTION */
.hero { position: relative; background: url('images/hero.jpg') center/cover no-repeat; padding: 150px 20px 120px; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 100%); }
.hero-content { position: relative; max-width: 1400px; margin: 0 auto; width: 100%; color: #fff; padding-left: 5%; }
.hero h1 { font-size: 5rem; line-height: 1.1; margin-bottom: 5px; text-shadow: 2px 2px 5px rgba(0,0,0,0.5); }
.hero h2 { color: #e30613; font-size: 2.5rem; margin-bottom: 20px; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); }
.hero p { font-size: 1.5rem; margin-bottom: 40px; font-weight: 400; }
.hero-buttons { display: flex; gap: 15px; }
.hero-flex { display: flex; align-items: center; justify-content: flex-start; gap: 60px; position: relative; z-index: 2; width: 100%; max-width: 1400px; margin: 0 auto; }
.hero-logo img { max-width: 260px; }

/* WER WIR SIND */
.about-section { max-width: 1200px; margin: 80px auto; padding: 0 20px; display: flex; align-items: center; gap: 60px; }
.about-text { flex: 1; }
.about-text h2 { font-size: 3rem; margin-bottom: 20px; }
.about-text p { margin-bottom: 15px; font-size: 1.1rem; }
.about-text .slogan { color: #e30613; font-weight: 900; font-style: italic; margin: 20px 0; text-transform: uppercase; }
.about-image { flex: 1; text-align: center; }
.about-image img { width: 100%; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }

/* GALERIE PREVIEW */
.gallery-section { background: #f9f9f9; padding: 80px 20px; text-align: center; }
.gallery-section h2 { font-size: 2.5rem; margin-bottom: 40px; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 15px; max-width: 1400px; margin: 0 auto 40px; }
.gallery-grid img { width: 100%; height: 200px; object-fit: cover; border-radius: 5px; transition: transform 0.3s; }
.gallery-grid img:hover { transform: scale(1.03); z-index: 2; position: relative; box-shadow: 0 5px 15px rgba(0,0,0,0.2); }
#changing-image { transition: opacity 0.5s ease; }

/* GRUPPEN */
.groups-section { max-width: 1200px; margin: 80px auto; padding: 0 20px; text-align: center; }
.groups-section h2 { font-size: 2.5rem; margin-bottom: 50px; }
.groups-container { display: flex; justify-content: space-between; gap: 40px; text-align: left; }
.group-item { flex: 1; display: flex; gap: 20px; padding: 20px; border-left: 1px solid #ddd; }
.group-item:first-child { border-left: none; }
.group-icon { font-size: 3rem; color: #e30613; }
.group-info h3 { font-size: 1.5rem; margin-bottom: 10px; }
.group-info p { margin-bottom: 15px; font-size: 0.95rem; color: #555; }

/* CTA (Mach mit!) */
.cta-section { background: #e30613; color: #fff; padding: 60px 20px; position: relative; overflow: hidden; }
.cta-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; }
.cta-text h2 { font-size: 2.5rem; margin-bottom: 10px; }
.cta-text p { font-size: 1.1rem; font-weight: 500; }

/* FOOTER */
footer { background: #111; color: #ccc; padding: 60px 20px 20px; font-size: 0.9rem; }
.footer-container { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo img { max-width: 150px; }
.footer-col h4 { color: #fff; font-family: 'Montserrat', sans-serif; font-style: normal; font-size: 1.1rem; margin-bottom: 20px; border-bottom: 2px solid #e30613; padding-bottom: 5px; display: inline-block; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { color: #ccc; text-decoration: none; transition: color 0.3s; }
.footer-col ul a:hover { color: #e30613; }
.footer-bottom { text-align: center; border-top: 1px solid #333; padding-top: 20px; font-size: 0.8rem; }
.footer-bottom a { color: #ccc; text-decoration: none; margin: 0 10px; }

/* BEREITS BESTEHENDE SEITEN (Kompatibilität) */
.container { width: 90%; max-width: 1000px; margin: 40px auto; padding: 20px; }
.container p { line-height: 1.6; margin-bottom: 15px; }
.section-title { text-align: center; margin-bottom: 40px; font-size: 2.5rem; }
.member-cards, .photo-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.member-box { background: #fff; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); text-align: center; text-decoration: none; color: #000; transition: .3s; flex: 1; min-width: 280px; border-top: 4px solid #333; }
.member-box:hover { transform: translateY(-5px); }
.member-box.trauer { border-top: 4px solid #e30613; }
.photo-box { background: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); width: 220px; text-align: center; }

/* FIX: Einheitliche Größe & Fokus auf Kopf */
.photo-box img { 
    width: 100%; 
    height: 250px; 
    object-fit: cover; 
    object-position: top; 
    background: #ddd; 
    border-radius: 5px; 
    margin-bottom: 10px; 
}

.lied-text { text-align: center; font-size: 18px; line-height: 1.8; margin-top: 30px; font-style: italic; }

/* FORMULARE */
form { max-width: 600px; margin: 20px auto; }
input, textarea { width: 100%; padding: 12px; margin-bottom: 15px; border-radius: 4px; border: 1px solid #ccc; font-family: inherit; }
button[type="submit"] { background: #e30613; color: #fff; padding: 12px 25px; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; width: 100%; font-size: 1.1rem; text-transform: uppercase; font-family: 'Oswald', sans-serif; font-style: italic; }

/* BAUSTELLEN BANNER */
.dev-banner { position: fixed; top: 0; left: 0; width: 100%; background: rgba(227, 6, 19, 0.95); color: #fff; text-align: center; padding: 8px; font-weight: bold; z-index: 99999; font-size: 14px; }


/* =========================
   📱 MOBILE OPTIMIERUNG
========================= */
@media (max-width: 768px) {
  body { font-size: 14px; margin-top: 35px; /* Platz für Dev-Banner */ }
  h1 { font-size: 28px; }
  h2 { font-size: 22px; }

  /* HEADER & BURGER MENU */
  .header-area { padding: 15px 20px; position: relative; }
  .logo-wrapper img { height: 70px; }
  .menu-toggle { display: block; }
  
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 20px 0;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    z-index: 999;
  }
  .nav-links.active { display: flex; }
  .nav-links li { width: 100%; text-align: center; }
  .nav-links a { display: block; padding: 12px; font-size: 16px; border-bottom: 1px solid #eee; }

  /* HERO BEREICH */
  .hero { padding: 100px 15px 60px; text-align: center; }
  .hero h1 { font-size: 32px; }
  .hero h2 { font-size: 18px; }
  .hero p { font-size: 16px; }
  .hero-flex { flex-direction: column; text-align: center; gap: 30px; padding-left: 0; }
  .hero-logo img { width: 150px; margin-top: 10px; }
  .hero-buttons { flex-direction: column; gap: 15px; }
  .hero-buttons .btn { width: 100%; justify-content: center; }

  /* ABOUT SECTION */
  .about-section { flex-direction: column; text-align: center; gap: 30px; margin: 50px auto; }
  .about-image img { margin-top: 10px; }

  /* GRUPPEN */
  .groups-container { flex-direction: column; gap: 30px; }
  .group-item { flex-direction: column; text-align: center; border-left: none; border-top: 1px solid #ddd; padding-top: 30px; }
  .group-item:first-child { border-top: none; padding-top: 0; }

  /* GALERIE */
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }

  /* MITGLIEDER / VORSTAND */
  .photo-grid { flex-direction: column; align-items: center; }
  .photo-box { width: 100%; max-width: 300px; }

  /* FOOTER */
  .footer-container { grid-template-columns: 1fr; text-align: center; gap: 30px; }
  .footer-logo img { margin: 0 auto; }
}

/* MEMBER BADGES */
.member-info {
    padding: 10px 0;
}

.member-info h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #111;
}

.member-info p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px !important;
}

.since-badge {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(45deg, #e30613, #ff4d4d);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 3px 6px rgba(227, 6, 19, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.since-badge i {
    margin-right: 6px;
    font-size: 0.8rem;
}

/* Hover-Effekt für die Boxen */
.photo-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.photo-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}