
/* ZelloFunk 1.7.33: Bildgrößen und Chat-Seite */
.article-image-link{display:block;margin:0 auto 1.5rem;text-align:center;border-radius:22px;overflow:hidden;cursor:zoom-in}
.article-image-link .article-image{display:block;width:100%;height:auto;max-height:780px;object-fit:contain;margin:0 auto;border-radius:22px}
.image-size-small{max-width:360px}.image-size-medium{max-width:640px}.image-size-large{max-width:900px}.image-size-full{max-width:none;width:100%}
.article-gallery{display:grid;gap:18px;justify-content:center;align-items:start;margin:1.75rem 0}
.article-gallery a{display:block;cursor:zoom-in;border-radius:18px;overflow:hidden}
.article-gallery img{display:block;width:100%;height:auto;max-height:680px;object-fit:contain}
.gallery-size-small{grid-template-columns:repeat(auto-fit,minmax(180px,260px))}.gallery-size-medium{grid-template-columns:repeat(auto-fit,minmax(260px,420px))}.gallery-size-large{grid-template-columns:minmax(0,760px)}.gallery-size-full{grid-template-columns:1fr}
.zf-lightbox{position:fixed;inset:0;z-index:9999;background:rgba(3,12,25,.94);display:flex;align-items:center;justify-content:center;padding:28px}
.zf-lightbox[hidden]{display:none}.zf-lightbox img{max-width:min(1500px,96vw);max-height:92vh;object-fit:contain;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.5)}
.zf-lightbox button{position:fixed;top:18px;right:22px;width:48px;height:48px;border:0;border-radius:50%;font-size:34px;line-height:1;background:#fff;color:#07172d;cursor:pointer}
.chat-page-hero{background:linear-gradient(135deg,#07172d 0%,#12345d 55%,#8d1738 100%);color:#fff;overflow:hidden}
.chat-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:48px;align-items:center}
.chat-hero-copy h1{font-size:clamp(2.35rem,5vw,4.7rem);line-height:1.02;margin:.7rem 0 1rem;color:#fff}.chat-hero-copy p{font-size:1.15rem;max-width:760px;color:rgba(255,255,255,.88)}
.chat-hero-art{position:relative;min-height:330px;border-radius:36px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px rgba(255,255,255,.18),0 30px 60px rgba(0,0,0,.22)}
.chat-radio-icon{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:8rem;filter:drop-shadow(0 18px 18px rgba(0,0,0,.3))}.chat-bubble{position:absolute;padding:12px 18px;border-radius:20px;font-weight:800;background:#fff;color:#8d1738;box-shadow:0 12px 28px rgba(0,0,0,.22)}.chat-bubble-one{left:20px;top:32px}.chat-bubble-two{right:28px;bottom:38px;background:#ffcf55;color:#07172d}.chat-signal{position:absolute;right:34px;top:42px;font-weight:900;font-size:2rem;color:#ffcf55;transform:rotate(-14deg)}
.chat-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.chat-action-card{background:#fff;border:1px solid #dce5ef;border-radius:26px;padding:30px;box-shadow:0 16px 42px rgba(13,37,68,.09);display:flex;flex-direction:column;align-items:flex-start}.chat-action-card h2{margin:.5rem 0}.chat-action-card p{flex:1}.chat-card-icon{width:68px;height:68px;border-radius:22px;display:grid;place-items:center;font-size:2rem;background:linear-gradient(135deg,#ffe8ee,#fff4d2)}
.chat-features-section{background:#f2f6fb}.chat-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.chat-feature-grid article{background:#fff;padding:24px;border-radius:22px;border:1px solid #dce5ef}.chat-feature-grid article>span{font-size:2rem}.chat-feature-grid h3{margin:.7rem 0 .35rem}
.chat-info-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.chat-steps,.chat-faq{padding:30px}.chat-steps ol{list-style:none;padding:0;margin:24px 0 0;counter-reset:chatstep}.chat-steps li{position:relative;padding:0 0 22px 58px;counter-increment:chatstep}.chat-steps li:before{content:counter(chatstep);position:absolute;left:0;top:-3px;width:40px;height:40px;border-radius:14px;display:grid;place-items:center;background:#8d1738;color:#fff;font-weight:800}.chat-steps li span{display:block;color:#5e6c7d;margin-top:4px}.chat-faq details{border-top:1px solid #dce5ef;padding:16px 0}.chat-faq details:first-of-type{margin-top:16px}.chat-faq summary{font-weight:800;cursor:pointer}.chat-faq p{margin:.65rem 0 0}.chat-cta{background:linear-gradient(135deg,#8d1738,#07172d)}
@media(max-width:900px){.chat-hero-grid,.chat-info-layout{grid-template-columns:1fr}.chat-action-grid{grid-template-columns:1fr}.chat-feature-grid{grid-template-columns:repeat(2,1fr)}.chat-hero-art{min-height:260px}.chat-radio-icon{font-size:6rem}}
@media(max-width:600px){.image-size-small,.image-size-medium,.image-size-large,.image-size-full{max-width:100%}.article-image-link .article-image{max-height:none}.gallery-size-small,.gallery-size-medium,.gallery-size-large,.gallery-size-full{grid-template-columns:1fr}.chat-feature-grid{grid-template-columns:1fr}.chat-page-hero{padding-top:28px}.chat-hero-art{min-height:220px}.chat-radio-icon{font-size:5rem}.chat-bubble{font-size:.85rem}.chat-action-card,.chat-steps,.chat-faq{padding:22px}}
