
.gfg-page{
    --gfg-green:#285f16;
    --gfg-lime:#92c01f;
    --gfg-dark:#204514;
    --gfg-soft:#f5f8ef;
    --gfg-border:#e1e6dd;
    --gfg-muted:#606960;
    max-width:1180px;
    margin:0 auto;
    padding:22px 18px 52px;
    color:#232923;
    font-family:inherit;
}
.gfg-page *{box-sizing:border-box}
.gfg-page a{color:#668f18}
.gfg-page-hero{
    padding:42px 42px 35px;
    border:1px solid #dce5d5;
    border-radius:16px;
    background:
      radial-gradient(circle at 92% 0%,rgba(146,192,31,.17),transparent 25%),
      linear-gradient(135deg,#f9faf5,#eef4e3);
}
.gfg-eyebrow{
    display:block;
    margin-bottom:7px;
    color:#78a51d;
    font-size:12px;
    font-weight:800;
    letter-spacing:.11em;
    text-transform:uppercase;
}
.gfg-page-hero h1{
    margin:0;
    color:var(--gfg-dark);
    font-size:clamp(38px,5vw,56px);
    line-height:1.04;
    letter-spacing:-.035em;
}
.gfg-page-hero p{max-width:800px;margin:12px 0 0;color:#536053;font-size:17px;line-height:1.6}
.gfg-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:15px}
.gfg-section-head h2{margin:0;color:var(--gfg-dark);font-size:28px}
.gfg-section-head>span{color:#778078;font-size:13px}
.gfg-pill{
    display:inline-flex;padding:5px 10px;border-radius:999px;background:#e7f1dc;
    color:#4e741c;font-size:12px;font-weight:800
}
.gfg-pill-warn{background:#fff1be;color:#795c00}
.gfg-note{
    margin-top:26px;padding:18px 20px;border-left:4px solid var(--gfg-lime);
    border-radius:8px;background:#f6f9f0;line-height:1.55
}

/* Termine */
.gfg-filterbar{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0 18px}
.gfg-filterbar button{
    border:1px solid #d7dfd1;background:#fff;color:#456236;border-radius:999px;
    padding:8px 13px;font:inherit;font-weight:700;cursor:pointer
}
.gfg-filterbar button.is-active{background:var(--gfg-green);color:#fff;border-color:var(--gfg-green)}
.gfg-event-list{display:grid;gap:14px}
.gfg-event{
    display:grid;grid-template-columns:92px 1fr;overflow:hidden;border:1px solid var(--gfg-border);
    border-radius:12px;background:#fff;box-shadow:0 6px 20px rgba(34,70,25,.05)
}
.gfg-event[hidden]{display:none!important}
.gfg-event-date{
    display:flex;flex-direction:column;align-items:center;justify-content:center;
    background:linear-gradient(180deg,#91bd24,#6f9b17);color:#fff;min-height:170px
}
.gfg-event-date strong{font-size:38px;line-height:1}
.gfg-event-date span{margin-top:5px;font-size:13px;font-weight:800;letter-spacing:.08em}
.gfg-event-main{padding:21px 23px}
.gfg-event-top{display:flex;gap:7px;flex-wrap:wrap}
.gfg-event-main h2{margin:8px 0 7px;color:var(--gfg-dark);font-size:24px}
.gfg-event-facts{display:flex;gap:18px;flex-wrap:wrap;color:#596359;font-size:14px}
.gfg-event-main p{margin:11px 0 0;color:#555e55}
.gfg-event-extra{display:flex;gap:20px;flex-wrap:wrap;margin-top:13px;padding-top:12px;border-top:1px solid #edf0eb;font-size:13px}

/* Kontakt */
.gfg-contact-quick{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-top:26px}
.gfg-contact-quick>div{
    padding:20px;border:1px solid var(--gfg-border);border-radius:11px;background:#fff;
    box-shadow:0 5px 16px rgba(34,70,25,.045)
}
.gfg-contact-quick span{font-size:25px;color:#7ca91c}
.gfg-contact-quick h3{margin:8px 0 5px;color:var(--gfg-dark);font-size:17px}
.gfg-contact-quick p{margin:0;color:#5c655d;font-size:14px;line-height:1.45}
.gfg-contact-topics{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:16px 0 34px}
.gfg-contact-topics>div{padding:19px 20px;border-radius:11px;background:#f4f8eb}
.gfg-contact-topics h3{margin:0 0 6px;color:var(--gfg-dark)}
.gfg-contact-topics p{margin:0;color:#586258;line-height:1.5}
.gfg-person-section{margin-top:34px}
.gfg-person-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.gfg-person-card{
    display:grid;grid-template-columns:104px 1fr;min-height:124px;overflow:hidden;
    border:1px solid var(--gfg-border);border-radius:11px;background:#fff
}
.gfg-person-photo{height:124px;background:#edf3e5;display:flex;align-items:center;justify-content:center}
.gfg-person-photo img{width:100%;height:100%;object-fit:cover;display:block}
.gfg-person-photo span{display:flex;width:62px;height:62px;align-items:center;justify-content:center;border-radius:50%;background:#dce9cc;color:#4c7319;font-size:20px;font-weight:800}
.gfg-person-copy{padding:17px 15px}
.gfg-role{display:block;color:#718070;font-size:12px;font-weight:750}
.gfg-person-copy h3{margin:4px 0 7px;color:var(--gfg-dark);font-size:18px}
.gfg-person-copy p{margin:0;color:#555f55;font-size:13px}

/* Downloads */
.gfg-download-nav{display:flex;gap:8px;flex-wrap:wrap;margin:26px 0}
.gfg-download-nav a{
    padding:8px 12px;border:1px solid #d8e1d2;border-radius:999px;background:#fff;
    color:#54771f!important;font-size:13px;font-weight:750;text-decoration:none!important
}
.gfg-download-section{padding-top:20px;margin-top:-8px}
.gfg-download-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}
.gfg-download-card{
    display:grid;grid-template-columns:58px 1fr;gap:15px;padding:19px;
    border:1px solid var(--gfg-border);border-radius:11px;background:#fff
}
.gfg-doc-icon{
    width:52px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:7px;
    background:#e7f0da;color:#5c8718;font-size:12px;font-weight:900
}
.gfg-download-card h3{margin:0 0 5px;color:var(--gfg-dark);font-size:18px}
.gfg-download-card p{margin:0 0 8px;color:#596259;font-size:14px;line-height:1.45}
.gfg-download-card a{font-weight:800;text-decoration:none!important}

/* Fachberater */
.gfg-feature-topic{
    display:grid;grid-template-columns:72px 1fr;gap:23px;margin-top:25px;padding:28px 30px;
    border:1px solid var(--gfg-border);border-radius:14px;background:#fff
}
.gfg-feature-green{background:linear-gradient(135deg,#f7f9f2,#eef5e4)}
.gfg-topic-icon{
    width:66px;height:66px;display:flex;align-items:center;justify-content:center;
    border-radius:17px;background:#e6f0d9;color:#6f9d1b;font-size:32px;font-weight:800
}
.gfg-feature-topic h2{margin:0 0 10px;color:var(--gfg-dark);font-size:29px}
.gfg-feature-topic p{color:#515c52;line-height:1.6}
.gfg-button-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}
.gfg-btn{
    display:inline-flex;align-items:center;justify-content:center;padding:10px 15px;
    border-radius:7px;background:var(--gfg-lime);color:#fff!important;font-weight:800;text-decoration:none!important
}
.gfg-btn-outline{background:#fff;color:#5c8219!important;border:1px solid #8daf56}
.gfg-rule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:15px 0}
.gfg-rule-grid>div{padding:15px;border-radius:9px;background:#fff;border:1px solid #dfe8d7}
.gfg-rule-grid strong{display:block;color:#557e16;font-size:23px}
.gfg-rule-grid span{font-size:12px;color:#616961}
.gfg-accordion{display:grid;gap:10px;margin-top:18px}
.gfg-accordion details{border:1px solid var(--gfg-border);border-radius:10px;background:#fff;overflow:hidden}
.gfg-accordion summary{padding:17px 19px;color:var(--gfg-dark);font-weight:800;cursor:pointer}
.gfg-accordion details>div{padding:0 20px 18px;color:#515b52;line-height:1.6}
.gfg-accordion details h3{color:var(--gfg-dark)}

/* Presse & Berichte */
.gfg-press-grid,.gfg-report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:27px}
.gfg-press-card,.gfg-report-card{overflow:hidden;border:1px solid var(--gfg-border);border-radius:11px;background:#fff;box-shadow:0 5px 18px rgba(34,70,25,.045)}
.gfg-press-card img,.gfg-report-card img{width:100%;height:230px;object-fit:cover;display:block}
.gfg-press-card>div,.gfg-report-card>div{padding:19px}
.gfg-press-card h2,.gfg-report-card h2{margin:4px 0 8px;color:var(--gfg-dark);font-size:20px;line-height:1.25}
.gfg-report-card h2 a{color:var(--gfg-dark)!important;text-decoration:none!important}
.gfg-press-card p,.gfg-report-card p{margin:0 0 11px;color:#5c655d;line-height:1.5}
.gfg-report-card time{color:#789d31;font-size:12px;font-weight:750}
.gfg-readmore,.gfg-press-card a{font-weight:800;text-decoration:none!important}
.gfg-empty{margin-top:25px;padding:30px;border-radius:12px;background:#f5f8ef;text-align:center}
.gfg-empty h2{color:var(--gfg-dark)}

/* Legal / generic */
.gfg-legal-card,.gfg-prose{
    margin-top:25px;padding:30px 34px;border:1px solid var(--gfg-border);
    border-radius:12px;background:#fff;line-height:1.7
}
.gfg-legal-card h2,.gfg-prose h2{margin-top:28px;color:var(--gfg-dark)}
.gfg-legal-card h2:first-child,.gfg-prose h2:first-child{margin-top:0}
.gfg-legal-card h3,.gfg-prose h3{color:var(--gfg-dark)}
.gfg-legal-card p,.gfg-prose p{color:#4f5950}

@media(max-width:950px){
    .gfg-contact-quick{grid-template-columns:1fr 1fr}
    .gfg-contact-topics{grid-template-columns:1fr}
    .gfg-person-grid{grid-template-columns:1fr 1fr}
    .gfg-press-grid,.gfg-report-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
    .gfg-page{padding-left:11px;padding-right:11px}
    .gfg-page-hero{padding:29px 22px}
    .gfg-event{grid-template-columns:72px 1fr}
    .gfg-event-date{min-height:150px}
    .gfg-event-date strong{font-size:31px}
    .gfg-event-facts,.gfg-event-extra{flex-direction:column;gap:5px}
    .gfg-contact-quick,.gfg-person-grid,.gfg-download-grid,.gfg-press-grid,.gfg-report-grid{grid-template-columns:1fr}
    .gfg-person-card{grid-template-columns:90px 1fr}
    .gfg-feature-topic{grid-template-columns:1fr;padding:23px 20px}
    .gfg-rule-grid{grid-template-columns:1fr}
    .gfg-legal-card,.gfg-prose{padding:23px 20px}
}
