:root{--mg-green:#176b2c;--mg-radius:10px}.mg-wrap{max-width:1280px;margin:auto;padding:24px}.mg-head{text-align:center;margin:20px 0 28px}.mg-head h1{font-size:clamp(2rem,4vw,3.3rem);margin:0}.mg-head p{color:#777}.mg-filters{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:18px}.mg-filters button{border:0;background:#f1f3f2;padding:9px 16px;border-radius:7px;cursor:pointer}.mg-filters .active{background:var(--mg-green);color:#fff}.mg-albums{display:grid;grid-template-columns:repeat(12,1fr);gap:8px}.mg-card{grid-column:span 4;min-height:240px;background-size:cover;background-position:center;position:relative;border-radius:var(--mg-radius);overflow:hidden;color:white;text-decoration:none}.mg-card:nth-child(1),.mg-card:nth-child(6){grid-column:span 6}.mg-shade{position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(0,0,0,.78))}.mg-meta{position:absolute;left:16px;right:16px;bottom:14px;display:flex;flex-direction:column;gap:3px}.mg-meta strong{font-size:1.15rem}.mg-meta small{opacity:.9}.mg-back{display:inline-block;margin-bottom:12px}.mg-hero{min-height:300px;border-radius:12px;background-size:cover;background-position:center;position:relative;display:flex;align-items:end;justify-content:center;text-align:center;color:#fff;overflow:hidden}.mg-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.72))}.mg-hero>div{z-index:1;padding:35px}.mg-hero h1{font-size:clamp(2rem,5vw,4rem);margin:0}.mg-google{margin:18px 0;padding:15px;border:1px solid #ddd;border-radius:9px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}.mg-google a{margin-left:auto;background:var(--mg-green);color:white;padding:8px 12px;border-radius:6px;text-decoration:none}.mg-masonry{columns:4 240px;column-gap:8px;margin-top:8px}.mg-media{break-inside:avoid;margin:0 0 8px;position:relative;cursor:pointer;border-radius:8px;overflow:hidden;background:#111}.mg-media img,.mg-media video{display:block;width:100%;height:auto}.mg-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;background:rgba(0,0,0,.7);display:grid;place-items:center;color:white;font-size:24px}.mg-lightbox{position:fixed;z-index:10000;inset:0;background:rgba(0,0,0,.94);align-items:center;justify-content:center}.mg-lightbox:not([hidden]){display:flex}.mg-stage{max-width:88vw;max-height:88vh}.mg-stage img,.mg-stage video{max-width:88vw;max-height:88vh}.mg-close,.mg-prev,.mg-next{position:absolute;background:rgba(0,0,0,.4);color:#fff;border:0;font-size:42px;cursor:pointer}.mg-close{right:20px;top:15px}.mg-prev{left:20px}.mg-next{right:20px}@media(max-width:800px){.mg-wrap{padding:12px}.mg-card,.mg-card:nth-child(1),.mg-card:nth-child(6){grid-column:span 12;min-height:200px}.mg-hero{min-height:220px}.mg-google a{margin-left:0;width:100%;text-align:center}}
.mg-lightbox img,
#mgLightbox img,
.lightbox img {
    display: block;
    max-width: 92vw;
    max-height: 88vh;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
}

/* Mediengalerie 1.0.13 */
.mg-album-card,
.album-card {
    min-height: 265px;
    height: 265px;
    background-size: cover;
    background-position: center;
}
.mg-album-card img,
.album-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mg-album-card:not([style*="background-image"]),
.album-card:not([style*="background-image"]) {
    background-image: linear-gradient(135deg, rgba(0,80,35,.10), rgba(0,80,35,.28));
}


/* Mediengalerie 1.0.15: Albumcover als echtes IMG */
.mg-album-card,
.album-card {
    position: relative;
    overflow: hidden;
    min-height: 265px;
    height: 265px;
    background: #dfe8e1;
}
.mg-album-cover {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 0;
}
.mg-album-cover-placeholder {
    background: linear-gradient(135deg, rgba(0,80,35,.08), rgba(0,80,35,.25));
}
.mg-album-card::after,
.album-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.08) 65%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}
.mg-album-card > *:not(.mg-album-cover),
.album-card > *:not(.mg-album-cover) {
    position: relative;
    z-index: 2;
}

/* Mediengalerie 1.0.16 - tatsächliche Albumkarte .mg-card */
.mg-card { position:relative; overflow:hidden; background:#dfe8e1; }
.mg-card-cover { position:absolute; inset:0; display:block; width:100%; height:100%; object-fit:cover; object-position:center; z-index:0; }
.mg-card-placeholder { background:linear-gradient(135deg,rgba(23,107,44,.10),rgba(23,107,44,.28)); }
.mg-card .mg-shade { z-index:1; }
.mg-card .mg-meta { z-index:2; }
