:root {
    --magenta: #e6007e;
    --green-dark: #005643;
    --green-light: #8abc25;
    --white: #ffffff;
    --text-dark: #1a1a1a;
    --bg-themen: #f3efe6;
    
    --font-head: 'Barlow Condensed', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    --font-hand: 'Caveat', cursive;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--font-body); color: var(--text-dark); background-color: var(--white); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

.container { max-width: 1000px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }

/* TYPOGRAPHY */
.title-regular { font-family: var(--font-head); font-weight: 800; line-height: 1; }
.title-skewed { font-family: var(--font-head); font-style: italic; font-weight: 800; line-height: 0.9; display: inline-block; }
.text-white { color: var(--white); }
.text-green-dark { color: var(--green-dark); }
.text-magenta { color: var(--magenta); }
.body-text { font-size: 1.1rem; line-height: 1.5; margin-bottom: 1em; }
.faint { opacity: 0.8; }
.italic { font-style: italic; }
.mt-15 { margin-top: 15px; }

.handwriting { font-family: var(--font-hand); font-size: 2.2rem; color: var(--white); transform: rotate(-4deg); position: relative; }
.section-dark { background-color: var(--green-dark); color: var(--white); }

/* TOP BAR */
.top-bar { background-color: var(--magenta); color: var(--white); padding: 8px 0; font-size: 0.9rem; font-weight: 600; }
.top-bar-content { max-width: 1000px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: flex-end; align-items: center; gap: 20px; text-transform: uppercase; letter-spacing: 0.5px;}
.top-bar .divider { opacity: 0.6; font-weight: 400; font-size: 1.2rem; }

/* HERO SECTION */
.hero-section { 
    position: relative; 
    background-color: var(--green-light);
    padding-bottom: 100px;
    min-height: 950px;
    overflow: hidden; 
}
.hero-bg-magenta { 
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: var(--magenta);
    clip-path: polygon(0 0, 100% 0, 100% 10%, 0 45%);
    z-index: 0;
}
.hero-container { padding-top: 40px; position: relative; z-index: 5; }

/* MACHS GRÜN LOGO */
.machs-gruen-logo {
    font-family: var(--font-head);
    font-size: 7rem;
    font-weight: 900;
    font-style: italic;
    color: var(--white);
    line-height: 0.95;
    letter-spacing: -1px;
    margin-bottom: 0px;
    position: relative;
    z-index: 3;
    margin-left: -20px;
    margin-top: -20px;
}

/* BIG SUNFLOWER */
.hero-sunflower {
    position: absolute;
    top: 15px;
    left: 45%;
    transform: translateX(-50%);
    width: 750px;
    z-index: 1;
    opacity: 0.9;
}

/* ZUKUNFT BANNER BLOCK */
.hero-banner-wrapper {
    position: relative;
    transform: rotate(-6deg);
    margin-top: 100px;
    z-index: 5;
    margin-left: -20px;
}

.banner-scale-box {
    position: relative;
    width: 900px;
    height: 400px;
}

.box-green {
    position: absolute;
    background-color: var(--green-dark);
    color: var(--white);
    font-family: var(--font-head);
    font-weight: 900;
    font-style: italic;
    padding: 10px 45px 5px 45px;
    line-height: 0.85;
    letter-spacing: -2px;
    white-space: nowrap;
    transform: rotate(7deg) skewX(-15deg);
    box-shadow: 10px 10px 0 rgba(0,0,0,0.1);
}
.box-green.color-lime { color: var(--green-light); }

/* EXACT POSITIONS FROM IMAGE 2 */
.zukunft-pos { top: -10px; left: -20px; font-size: 160px; z-index: 5; }
.liegt-pos { top: 50px; left: 470px; font-size: 80px; letter-spacing: -2px; z-index: 2;}
.in-unserer-pos { top: 170px; left: 40px; font-size: 80px; letter-spacing: -2px; z-index: 6;}
.natur-pos { top: 210px; left: 320px; font-size: 160px; z-index: 3;}
.hero-badge {
    position: absolute;
    width: 230px;
    height: 230px;
    background-color: var(--magenta);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    transform: rotate(6deg); /* counter rotate */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.badge-pos { top: 370px; left: 250px; z-index: 10; }

.badge-text-top { font-weight: 800; font-size: 20px; margin-bottom: -3px; }
.badge-text-bot { font-family: var(--font-head); font-weight: 900; font-size: 45px; line-height: 0.9; }
.badge-text-sub { font-family: var(--font-head); font-weight: 900; font-size: 32px; line-height: 0.9; }

/* HERO ILLUSTRATION */
.hero-illustration {
    position: absolute;
    top: 280px;
    right: -180px;
    width: 320px;
    z-index: 4;
}
.problemloeser {
    font-family: var(--font-hand);
    font-size: 2.2em;
    color: var(--text-dark);
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    transform: rotate(-5deg);
}
.rotated-text { transform: rotate(-5deg); display: inline-block; }
.arrow-problem { margin-left: 10px; margin-top: 10px;}
.hero-graphics-placeholder img { width: 35em; border-radius: 1em;}

/* KÖPFE SECTION */
.section-koepfe { padding: 80px 0; border-top: 20px solid var(--green-dark); margin-top: -20px; position:relative; z-index:6;}
.koepfe-container { display: flex; gap: 60px; }
.koepfe-left { position: relative; flex: 0 0 45%; }
.team-photo { width: 100%; border-radius: 0; filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2)); }
.koepfe-right { flex: 1; padding-top: 10px;}
.note-koepfe-right { display: flex; align-items: center; margin-bottom: 20px; margin-left: -30px; }
.koepfe-arrow-right { margin-right: 15px; }
.title-koepfe { font-size: 3.2rem; margin-bottom: 25px; }
.intro-text { font-size: 1.1rem; margin-bottom: 15px; line-height: 1.4; color: #ddd;}
.body-text { color: #ccc;}
.heart-icon { color: var(--green-light); font-style: normal; }

/* INFOS & VOR ORT */
.section-infos { padding: 0; display: flex; overflow: hidden; align-items: stretch; }
.infos-container { display: flex; width: 100%; align-items: stretch; }
.infos-col { flex: 1; padding: 60px 40px 100px 0; }
.title-infos { font-size: 2rem; margin-bottom: 15px; }
.icon-cursor { margin-top: 20px; }
.vor-ort-col { flex: 1.2; position: relative; }
.lime-blob-right {
    position: absolute; top: 0; left: 0; right: -50vw; bottom: 0;
    background-color: var(--green-light);
    border-radius: 300px 0 0 300px;
    padding: 60px 40px 60px 80px;
    display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start;
}
.title-vorort { font-size: 4.5rem; line-height: 0.85; text-align: right; width: 100%; max-width: 250px; margin-bottom: 20px;}
.lime-blob-right img.crowd-img { max-width: 450px; margin-left:80px; margin-top: -30px;}

/* GRÜNDE SECTION */
.section-gruende { padding: 100px 0; }
.gruende-container { display: flex; gap: 60px; align-items: flex-start; }
.gruende-video { flex: 0 0 45%; }
.title-gruende { font-size: 2.8rem; margin-bottom: 15px; display: inline-block; }
.video-placeholder { position: relative; border-radius: 4px; overflow: hidden; margin-top:10px; box-shadow: 0 10px 20px rgba(0,0,0,0.3);}
.play-icon { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; }
.gruende-text { flex: 1; padding-top: 100px; }
.title-waere { font-size: 2.5rem; margin-bottom: 15px; }

/* THEMEN SECTION (CAROUSEL) */
.section-themen { background-color: var(--bg-themen); padding: 60px 0 100px 0; }
.title-themen { font-size: 2.5rem; margin-bottom: 30px; color: var(--green-dark); }

/* SLIDER */
.slider-wrapper { position: relative; display: flex; align-items: center; gap: 10px; }
.slider-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; -ms-overflow-style: none; scrollbar-width: none; padding: 10px 0 20px 0; }
.slider-track::-webkit-scrollbar { display: none; }
.slider-slide { scroll-snap-align: start; flex: 0 0 calc(33.333% - 14px); min-width: 280px; }
.slider-btn { background: var(--green-dark); color: var(--white); border: none; width: 44px; height: 44px; border-radius: 50%; font-size: 1.2rem; cursor: pointer; flex-shrink: 0; z-index: 5; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2); transition: background 0.2s; }
.slider-btn:hover { background: var(--magenta); }
.section-termine .slider-btn { background: rgba(255,255,255,0.15); }
.section-termine .slider-btn:hover { background: var(--magenta); }
.section-termine .slider-slide { min-width: 320px; flex: 0 0 calc(50% - 10px); }

.tema-card { background-color: var(--magenta); display: flex; flex-direction: column; min-height: 380px; }
.tema-card-inner { flex: 1; display: flex; flex-direction: column; padding: 25px 20px; position: relative; background-color: var(--green-light); margin: 4px;}
/* Inside card title elements */
.tema-box-group { margin-bottom: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 3px; transform: rotate(-5deg); z-index: 2; position: relative;}
.tema-box { background-color: var(--green-dark); color: var(--white); font-family: var(--font-head); font-weight: 800; font-style: italic; padding: 4px 12px 0 12px; line-height: 0.9; font-size: 2.5rem; display: inline-block; }
.tema-box.text-sm { font-size: 1.5rem; }
.tema-graphic { flex: 1; display: flex; justify-content: center; align-items: center; z-index: 1; padding: 20px;}
.tema-graphic img { max-height: 150px; }
.tema-footer { font-family: var(--font-head); font-size: 1.2rem; font-weight: 900; color: var(--green-dark); text-align: center; margin-top: 10px; z-index: 2;}

.card-badge { position: absolute; bottom: -15px; right: -15px; width: 100px; height: 100px; background-color: var(--magenta); border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; transform: rotate(-8deg); box-shadow: 0 5px 10px rgba(0,0,0,0.1); z-index: 5;}
.card-badge .badge-text-top { font-size: 0.8rem; margin-bottom: -2px;}
.card-badge .badge-text-bot { font-size: 1.5rem; margin-bottom: -2px;}
.card-badge .badge-text-sub { font-size: 1.1rem; }

/* WIR BRAUCHEN DICH */
.section-brauchen { display: flex; align-items: center; padding: 0; overflow: hidden; position: relative; background-color: var(--green-dark);}
.brauchen-lime-blob { flex: 1; background-color: var(--green-light); padding: 80px 100px 80px 40px; border-radius: 0 400px 400px 0; display: flex; justify-content: flex-end; z-index: 2;}
.title-brauchen { font-size: 4.5rem; line-height: 0.85; text-align: right; }
.brauchen-heart { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 10; }
.brauchen-heart img.heart-3d { width: 350px; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5)); transform: rotate(10deg); }
.brauchen-right-col { flex: 1; padding: 80px 40px 80px 100px; z-index: 1;}
.title-spende { font-size: 1.8rem; line-height: 1; font-family: var(--font-hand); transform: rotate(-4deg); padding-left: 20px;}

/* GRÜNE TERMINE */
.section-termine { padding: 80px 0; }
.title-termine { font-size: 2.5rem; margin-bottom: 30px; font-style: italic; }
.termine-card { background-color: var(--white); width: 100%; color: var(--text-dark); border-radius: 0px;}
.termine-header { border-bottom: 1px solid #ddd; padding: 10px 20px; font-weight: 600; font-size: 0.9rem; }
.termine-body { display: flex; padding: 25px 20px; }
.termine-date { display: flex; flex-direction: column; align-items: center; padding-right: 20px; border-right: 1px solid #ddd; min-width: 80px;}
.day-name { font-weight: 700; font-size: 0.9rem; color: #555; }
.day-num { font-size: 2.8rem; font-weight: 900; color: var(--green-dark); line-height: 1; margin-top: 5px;}
.termine-content { padding-left: 20px; flex: 1;}
.termine-time { font-size: 0.85rem; font-weight: 600; color: var(--green-dark); margin-bottom: 5px; }
.termine-title { font-family: var(--font-head); font-weight: 900; font-size: 1.5rem; font-style: italic; color: var(--green-dark); line-height: 1; margin-bottom: 10px; text-transform:uppercase;}
.termine-location { font-size: 0.85rem; font-weight: 700; }

/* SOCIAL MEDIA */
.section-social { padding: 100px 0; display: flex; align-items: flex-end; justify-content: space-between; position: relative; overflow: hidden; background-color: var(--green-dark);}
.social-left { display: flex; align-items: flex-start; padding-left: 10vw; z-index: 2;}
.note-social { margin-right: 40px; margin-top: 40px; font-size: 2rem;}
.phone-img, .social-3d { transform: rotate(5deg); filter: drop-shadow(0 20px 30px rgba(0,0,0,0.5)); max-height: 450px;}
.social-lime-blob { position: absolute; bottom: -100px; right: -100px; background-color: var(--green-light); border-radius: 400px 0 0 0; padding: 150px 150px 100px 150px; display: flex; align-items: center; justify-content: center; z-index: 1;}
.title-social { font-size: 3.5rem; line-height: 0.9; }

/* RESPONSIVE - TABLET */
@media (max-width: 1000px) {
    .hero-section { min-height: 650px; }
    .hero-banner-wrapper { transform: scale(0.55) rotate(-6deg); transform-origin: top left; }
    .hero-bg-magenta { height: 40%; }
    .hero-sunflower { left: -100px; width: 400px; }
    .hero-illustration { top: 200px; right: -60px; width: 250px; }
    .slider-wrapper { position: relative; }
    .slider-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 36px; height: 36px; opacity: 0.85; }
    .slider-btn-prev { left: 5px; }
    .slider-btn-next { right: 5px; }
    .slider-slide { flex: 0 0 88%; min-width: 0; }
    .section-termine .slider-slide { flex: 0 0 92%; }
    .termine-title { font-size: 1.1rem !important; }
    .section-brauchen { flex-direction: column; }
    .brauchen-lime-blob { border-radius: 0 0 200px 200px; width: 100%; justify-content: center; padding: 60px 40px;}
    .brauchen-heart { transform: translate(-50%, -100%); width: 200px; }
    .brauchen-right-col { padding: 60px 40px; text-align: center; }
    .section-social { flex-direction: column; }
    .social-lime-blob { position: static; border-radius: 0; width: 100%; padding: 50px; text-align: center; }
    .koepfe-container, .gruende-container, .infos-container { flex-direction: column; }
    .lime-blob-right { position: static; border-radius: 0; padding: 40px; width: 100%; text-align: center;}
    .title-vorort { text-align: center; margin: 0 auto 20px auto; }
}

/* RESPONSIVE - MOBILE */
@media (max-width: 600px) {
    .hero-section { min-height: 550px; padding-bottom: 30px; }
    .hero-container { padding-top: 20px; }
    .machs-gruen-logo { font-size: 4rem; margin-left: -10px; margin-top: -10px; line-height: 0.95; }
    .hero-banner-wrapper { transform: scale(0.38) rotate(-6deg); transform-origin: top left; margin-top: 60px; margin-left: -10px; }
    .hero-sunflower { left: -50px; width: 280px; top: 30px; }
    .hero-illustration { top: 300px; right: -10px; width: 180px; }
    .top-bar-content { gap: 8px; font-size: 0.65rem; padding: 0 10px; }
    .top-bar { padding: 6px 0; }
    .machs-gruen-logo { margin-top: 5px; }
    .container { padding: 0 20px; }
    .koepfe-left { flex: 1; }
    .title-koepfe { font-size: 2.2rem; }
}
/* Polaroid-style photo frame */
/* REMOVED POLAROID STYLES */
