.team-overview{width:100%}.team-overview .team-list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:clamp(1.5rem,3vw,3rem);width:100%}.team-overview .team-item{position:relative;isolation:isolate;display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid rgba(0,0,0,.08);border-radius:14px;background-color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.08),0 3px 8px rgba(0,0,0,.05);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.team-overview .team-item::before{position:absolute;z-index:4;top:0;left:0;width:100%;height:5px;background-color:var(--brand-2);content:"";transform:scaleX(0);transform-origin:left center;transition:transform .35s ease;pointer-events:none}.team-overview .team-item:hover{border-color:color-mix(in srgb, var(--brand-2) 45%, transparent);box-shadow:0 22px 50px rgba(0,0,0,.14),0 6px 16px rgba(0,0,0,.08);transform:translateY(-8px)}.team-overview .team-item:hover::before{transform:scaleX(1)}.team-overview .team-item:hover .team-image img{transform:scale(1.045)}.team-overview .team-item:hover .team-image::after{opacity:1}.team-overview .team-item:hover .team-headline{color:var(--brand-2)}.team-overview .team-image{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background-color:#e9e9e9}.team-overview .team-image::after{position:absolute;z-index:2;inset:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.18) 100%);content:"";opacity:.55;transition:opacity .35s ease;pointer-events:none}.team-overview .team-image img{display:block;width:100%;max-width:none !important;height:100%;object-fit:cover;object-position:calc(var(--center-x, 50)*1%) calc(var(--center-y, 50)*1%);transition:transform .5s ease}.team-overview .team-body{position:relative;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;min-height:84px;padding:18px 22px 20px;background-color:#fff}.team-overview .team-body::before{position:absolute;top:0;left:22px;width:42px;height:3px;background-color:var(--brand-2);content:""}.team-overview .team-headline{margin:0;color:#111;font-size:clamp(19px,1.5vw,24px);font-weight:700;line-height:1.2;transition:color .3s ease}.team-overview .team-text{margin-top:8px;color:rgba(0,0,0,.68);font-size:15px;line-height:1.5}.team-overview .team-text:empty{display:none}.team-overview .team-vita{margin-top:12px}.team-overview .team-vita:empty{display:none}@media screen and (max-width: 1024px){.team-overview .team-list{grid-template-columns:repeat(2, minmax(0, 1fr));gap:2rem}}@media screen and (max-width: 800px){.team-overview .team-list{grid-template-columns:1fr;gap:1.5rem}.team-overview .team-item{max-width:520px;margin:0 auto}.team-overview .team-item:hover{transform:translateY(-4px)}.team-overview .team-body{min-height:72px;padding:16px 18px 18px}.team-overview .team-body::before{left:18px}.team-overview .team-headline{font-size:20px}}@media(prefers-reduced-motion: reduce){.team-overview .team-item,.team-overview .team-item::before,.team-overview .team-image::after,.team-overview .team-image img,.team-overview .team-headline{transition:none !important}.team-overview .team-item:hover{transform:none}}/*# sourceMappingURL=overview.min.css.map */
