
.gfg-gardens{
    --green:#285f16;
    --lime:#92c01f;
    --dark:#204514;
    --soft:#f7f8f2;
    --border:#e2e7de;
    --muted:#616a61;
    max-width:1180px;
    margin:0 auto;
    padding:18px 18px 50px;
    color:#232923;
    font-family:inherit;
}
.gfg-gardens *{box-sizing:border-box}

.gfg-gardens-hero{
    padding:42px 40px 32px;
    border-radius:16px;
    background:linear-gradient(135deg,#f7f9f1,#edf4df);
    border:1px solid #dce5d5;
}
.gfg-kicker{
    display:inline-block;
    color:#729e1b;
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
}
.gfg-gardens-hero h1{
    margin:7px 0 8px;
    color:var(--dark);
    font-size:clamp(38px,5vw,57px);
    line-height:1.05;
    letter-spacing:-.035em;
}
.gfg-lead{
    margin:0;
    color:#4c574d;
    font-size:18px;
}
.gfg-info-row{
    display:grid;
    grid-template-columns:1fr 1.35fr;
    gap:14px;
    margin-top:27px;
}
.gfg-info-card{
    display:flex;
    align-items:center;
    gap:13px;
    padding:16px 18px;
    border:1px solid #d9e2d4;
    border-radius:10px;
    background:rgba(255,255,255,.78);
}
.gfg-info-icon{
    width:38px;
    height:38px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex:0 0 38px;
    border-radius:9px;
    background:#e7f0d9;
    color:#5f8a16;
    font-weight:800;
}
.gfg-info-card small{
    display:block;
    color:#707970;
    margin-bottom:2px;
}
.gfg-info-card strong{color:#283f21}

.gfg-status-explain{
    display:flex;
    align-items:center;
    gap:13px;
    margin-top:18px;
    padding-top:18px;
    border-top:1px solid #d9e1d3;
}
.gfg-status-explain p{margin:0;color:#555f56;line-height:1.45}

.gfg-list-section{padding:37px 0 20px}
.gfg-section-title{
    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:18px;
    margin-bottom:14px;
}
.gfg-section-title h2{margin:0;color:var(--dark);font-size:29px}
.gfg-section-title>span{color:#788078;font-size:14px}

.gfg-table-shell{
    overflow:hidden;
    border:1px solid #dfe4dc;
    border-radius:12px;
    background:#fff;
    box-shadow:0 8px 25px rgba(31,65,25,.055);
}
.gfg-garden-table{
    width:100%;
    border-collapse:collapse;
    font-size:15px;
}
.gfg-garden-table thead th{
    padding:13px 14px;
    background:#285f16;
    color:#fff;
    text-align:left;
    font-weight:750;
}
.gfg-garden-table tbody td{
    padding:11px 14px;
    border-bottom:1px solid #e9ece7;
    vertical-align:middle;
}
.gfg-garden-table tbody tr:last-child td{border-bottom:0}
.gfg-garden-table tbody tr:nth-child(even){background:#fbfcf9}
.gfg-garden-table tbody tr:hover{background:#f5f8ef}

.gfg-number{
    display:inline-flex;
    width:28px;
    height:28px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#e8f1dc;
    color:#456c13;
    font-size:13px;
    font-weight:800;
}
.gfg-status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:5px 11px;
    border-radius:999px;
    white-space:nowrap;
    font-size:12px;
    font-weight:800;
}
.gfg-status-broker{background:#fff0b5;color:#705500}
.gfg-status-free{background:#daf0d0;color:#24582b}
.gfg-status-reserved{background:#ececeb;color:#5b5b57}
.gfg-status-prep{background:#e6eef7;color:#345775}

.gfg-interest-link{
    border:0;
    padding:7px 10px;
    border-radius:6px;
    background:#edf5e3;
    color:#527c12;
    font:inherit;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
}
.gfg-interest-link:hover{background:#e2efd3}

.gfg-mobile-list{display:none}

.gfg-map{
    display:flex;
    justify-content:center;
    margin:7px 0 35px;
}
.gfg-map a{
    width:min(100%,540px);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px 20px;
    border:1px solid #83a64c;
    border-radius:9px;
    color:#3f6b14!important;
    background:#fff;
    font-weight:800;
    text-decoration:none!important;
}

.gfg-interest-box{
    padding:36px 38px;
    border-radius:16px;
    background:#f5f8ef;
    border:1px solid #dde6d5;
}
.gfg-interest-box h2{
    margin:7px 0 8px;
    color:var(--dark);
    font-size:31px;
}
.gfg-interest-box>p{
    margin:0 0 21px;
    color:#566057;
    max-width:800px;
    line-height:1.55;
}
.gfg-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}
.gfg-interest-form label>span:first-child{
    display:block;
    margin-bottom:6px;
    font-weight:750;
}
.gfg-interest-form input[type="text"],
.gfg-interest-form input[type="email"],
.gfg-interest-form input[type="tel"],
.gfg-interest-form select{
    width:100%;
    min-height:46px;
    padding:10px 12px;
    border:1px solid #ccd7c6;
    border-radius:8px;
    background:#fff;
    font:inherit;
}
.gfg-interest-form input:focus,
.gfg-interest-form select:focus{
    outline:2px solid rgba(146,192,31,.2);
    border-color:#89ad3b;
}
.gfg-full-field{display:block;margin-top:16px}
.gfg-full-field small{display:block;margin-top:4px;color:#697169}
.gfg-check{
    display:flex!important;
    align-items:flex-start;
    gap:9px;
    margin-top:17px;
}
.gfg-check input{margin-top:4px}
.gfg-consent{font-size:14px;color:#535b53}
.gfg-submit{
    margin-top:21px;
    min-height:49px;
    padding:11px 23px;
    border:0;
    border-radius:7px;
    background:#92c01f;
    color:#fff;
    font:inherit;
    font-weight:800;
    cursor:pointer;
}
.gfg-submit:hover{background:#7da919}
.gfg-alert{
    margin:17px 0;
    padding:14px 16px;
    border-radius:8px;
}
.gfg-alert-success{background:#dff0d8;border:1px solid #b9d3af;color:#245429}
.gfg-alert-error{background:#fff0ed;border:1px solid #edc0b7;color:#7c3028}
.gfg-hp{
    position:absolute!important;
    left:-99999px!important;
    opacity:0!important;
}

@media(max-width:760px){
    .gfg-gardens{padding-left:12px;padding-right:12px}
    .gfg-gardens-hero{padding:29px 21px}
    .gfg-info-row{grid-template-columns:1fr}
    .gfg-status-explain{align-items:flex-start;flex-direction:column}
    .gfg-table-shell{display:none}
    .gfg-mobile-list{display:grid;gap:12px}
    .gfg-mobile-card{
        padding:17px;
        border:1px solid #dfe5dc;
        border-radius:11px;
        background:#fff;
        box-shadow:0 5px 16px rgba(31,65,25,.05);
    }
    .gfg-mobile-top{display:flex;justify-content:space-between;align-items:center}
    .gfg-mobile-card h3{margin:12px 0;color:var(--dark);font-size:20px}
    .gfg-mobile-facts{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:10px;
        padding:12px 0;
        border-top:1px solid #edf0eb;
        border-bottom:1px solid #edf0eb;
    }
    .gfg-mobile-facts small{display:block;color:#697169;margin-bottom:2px}
    .gfg-mobile-card .gfg-interest-link{width:100%;margin-top:12px;padding:10px}
    .gfg-section-title{align-items:flex-start;flex-direction:column}
    .gfg-interest-box{padding:27px 20px}
    .gfg-form-grid{grid-template-columns:1fr}
}


/* ===== v1.5 – Garten-Medienvorschau ===== */
.gfg-table-shell{overflow:visible}
.gfg-garden-name-cell{position:relative}
.gfg-preview-hint{
    display:inline-flex;margin-left:7px;padding:2px 7px;border-radius:999px;
    background:#edf5e3;color:#5a821a;font-size:10px;font-weight:800;text-transform:uppercase;
    letter-spacing:.05em;vertical-align:middle
}
.gfg-garden-hover-card{
    position:absolute;z-index:100;left:0;top:calc(100% + 8px);
    width:min(560px,70vw);overflow:hidden;border:1px solid #d8e2d2;border-radius:12px;
    background:#fff;box-shadow:0 16px 38px rgba(0,0,0,.17);
    opacity:0;visibility:hidden;pointer-events:none;transform:translateY(7px);
    transition:opacity .16s ease,transform .16s ease,visibility .16s;
}
.gfg-garden-row.has-preview:hover .gfg-garden-hover-card,
.gfg-garden-row.has-preview:focus-within .gfg-garden-hover-card{
    opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)
}
.gfg-preview-media{
    position:relative;width:100%;height:260px;overflow:hidden;background:#eaf0e4
}
.gfg-preview-media-item{
    position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
    opacity:0;transition:opacity .28s ease
}
.gfg-preview-media-item.is-active{opacity:1}
.gfg-preview-copy{padding:16px 18px}
.gfg-preview-copy h3{margin:0 0 7px;color:var(--dark);font-size:21px}
.gfg-preview-facts{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}
.gfg-preview-facts span{
    padding:4px 8px;border-radius:999px;background:#edf4e4;color:#47691c;font-size:12px;font-weight:750
}
.gfg-preview-copy p{margin:0;color:#565f56;line-height:1.5;max-height:95px;overflow:auto}
.gfg-mobile-preview-image{
    height:155px;margin:9px 0 11px;overflow:hidden;border-radius:8px;background:#edf2e9
}
.gfg-mobile-preview-image img{width:100%;height:100%;object-fit:cover;display:block}
.gfg-mobile-info{
    margin:4px 0 10px;color:#596159;font-size:13px;line-height:1.45;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden
}
@media(max-width:900px){
    .gfg-garden-hover-card{display:none!important}
}


/* v1.6.2 – Privatweg-Hinweis & Druckübersicht */
.gfg-privatweg-note{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:10px 14px;
    align-items:start;
    margin-top:16px;
    padding:13px 15px;
    border-left:4px solid var(--lime);
    border-radius:8px;
    background:#fffbea;
    color:#4f4b2d;
    line-height:1.45;
}
.gfg-privatweg-note strong{color:#4a651a}
.gfg-print-action{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:10px 14px;
    margin-top:15px;
}
.gfg-print-button{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:9px 13px;
    border-radius:7px;
    background:#285f16;
    color:#fff!important;
    text-decoration:none!important;
    font-weight:800;
    font-size:13px;
}
.gfg-print-action small{color:#6d756c}
@media(max-width:650px){
    .gfg-privatweg-note{grid-template-columns:1fr}
}

.gfg-garden-row.has-garden-bg{position:relative;background-image:linear-gradient(rgba(255,255,255,.84),rgba(255,255,255,.84)),var(--gfg-garden-bg);background-size:cover;background-position:center}
.gfg-garden-row.has-garden-bg:hover{background-image:linear-gradient(rgba(255,255,255,.76),rgba(255,255,255,.76)),var(--gfg-garden-bg)}
.gfg-tour-card{display:grid;grid-template-columns:64px 1fr;gap:18px;margin:26px 0;padding:22px;border:1px solid #d9e5d1;border-radius:14px;background:#f8fbf5;box-shadow:0 8px 24px rgba(34,74,19,.07)}
.gfg-tour-icon{display:flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:50%;background:#e9f3df;color:#285f16;font-size:28px}
.gfg-tour-date{display:flex;flex-wrap:wrap;gap:8px 16px;margin:12px 0;padding:10px 12px;border-radius:8px;background:#eef5e8}
.gfg-tour-register>summary{display:inline-flex;cursor:pointer;padding:9px 13px;border-radius:7px;background:#285f16;color:#fff;font-weight:800}
.gfg-tour-register[open]>summary{margin-bottom:14px}
.gfg-tour-deadline{font-size:13px;color:#65705f}
@media(max-width:650px){.gfg-tour-card{grid-template-columns:1fr}}


/* ===== v1.8.3 – Galerie freie Gärten ===== */
.gfg-garden-actions{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    justify-content:flex-end;
}
.gfg-gallery-link{
    border:1px solid #92c01f;
    padding:7px 10px;
    border-radius:6px;
    background:#fff;
    color:#285f16;
    font:inherit;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
}
.gfg-gallery-link:hover{
    background:#f1f7e9;
}
.gfg-mobile-card>.gfg-gallery-link{
    width:100%;
    margin-top:12px;
    padding:10px;
}
body.gfg-gallery-open{overflow:hidden}
.gfg-gallery-modal[hidden]{display:none!important}
.gfg-gallery-modal{
    position:fixed;
    inset:0;
    z-index:999999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:22px;
}
.gfg-gallery-backdrop{
    position:absolute;
    inset:0;
    background:rgba(17,31,15,.78);
    backdrop-filter:blur(3px);
}
.gfg-gallery-dialog{
    position:relative;
    z-index:2;
    width:min(980px,96vw);
    max-height:92vh;
    overflow:auto;
    border-radius:16px;
    background:#fff;
    box-shadow:0 28px 80px rgba(0,0,0,.35);
}
.gfg-gallery-close{
    position:absolute;
    z-index:5;
    top:12px;
    right:12px;
    width:42px;
    height:42px;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.94);
    color:#285f16;
    font-size:29px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 3px 12px rgba(0,0,0,.16);
}
.gfg-gallery-stage-wrap{
    position:relative;
    background:#172014;
}
.gfg-gallery-stage{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:min(62vh,590px);
    min-height:320px;
}
.gfg-gallery-stage img,
.gfg-gallery-stage video,
.gfg-gallery-stage iframe{
    display:block;
    width:100%;
    height:100%;
    border:0;
}
.gfg-gallery-stage img,
.gfg-gallery-stage video{
    object-fit:contain;
}
.gfg-gallery-nav{
    position:absolute;
    z-index:4;
    top:50%;
    transform:translateY(-50%);
    width:46px;
    height:54px;
    border:0;
    border-radius:8px;
    background:rgba(255,255,255,.90);
    color:#285f16;
    font-size:38px;
    line-height:1;
    cursor:pointer;
    box-shadow:0 3px 14px rgba(0,0,0,.16);
}
.gfg-gallery-prev{left:14px}
.gfg-gallery-next{right:14px}
.gfg-gallery-counter{
    position:absolute;
    bottom:12px;
    right:14px;
    z-index:4;
    padding:5px 9px;
    border-radius:999px;
    background:rgba(20,34,17,.78);
    color:#fff;
    font-size:12px;
    font-weight:800;
}
.gfg-gallery-thumbs{
    display:flex;
    gap:7px;
    overflow-x:auto;
    padding:10px 14px;
    border-bottom:1px solid #e4e9e0;
    background:#f7f9f5;
}
.gfg-gallery-thumb{
    flex:0 0 68px;
    width:68px;
    height:52px;
    padding:0;
    overflow:hidden;
    border:2px solid transparent;
    border-radius:7px;
    background:#dfe6d9;
    color:#285f16;
    cursor:pointer;
}
.gfg-gallery-thumb.is-active{border-color:#92c01f}
.gfg-gallery-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.gfg-gallery-thumb span{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    font-size:24px;
}
.gfg-gallery-copy{
    padding:20px 24px 25px;
}
.gfg-gallery-copy h2{
    margin:0 0 8px;
    color:#285f16;
    font-size:27px;
}
.gfg-gallery-facts{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:10px;
}
.gfg-gallery-facts span{
    padding:5px 9px;
    border-radius:999px;
    background:#edf4e4;
    color:#47691c;
    font-size:12px;
    font-weight:800;
}
.gfg-gallery-copy p{
    margin:9px 0 16px;
    color:#555f53;
    line-height:1.55;
    white-space:pre-line;
}
.gfg-gallery-interest{
    padding:10px 15px;
    background:#285f16;
    color:#fff;
}
.gfg-gallery-interest:hover{background:#214f12}

@media(max-width:700px){
    .gfg-gallery-modal{padding:0}
    .gfg-gallery-dialog{
        width:100%;
        max-height:100vh;
        height:100vh;
        border-radius:0;
    }
    .gfg-gallery-stage{height:49vh;min-height:260px}
    .gfg-gallery-nav{width:40px;height:48px;font-size:32px}
    .gfg-gallery-prev{left:8px}
    .gfg-gallery-next{right:8px}
    .gfg-gallery-copy{padding:17px 18px 24px}
    .gfg-gallery-copy h2{font-size:23px}
}
