[class*="lightbox-gallery-"]{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.projekt-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;max-width:none;margin:0;padding:0}.projekt-kachel{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;text-decoration:none;background:#000}.projekt-kachel img{width:100%;height:100%;display:block;object-fit:cover;filter:grayscale(100%);transition:filter 0.4s ease,transform 0.4s ease}.projekt-kachel:hover img{filter:grayscale(0%);transform:scale(1.04)}.projekt-overlay{position:absolute;left:0;bottom:0;width:100%;height:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:20px;background:rgba(0,0,0,0.6);color:#ffffff;text-align:center;opacity:0;transition:opacity 0.4s ease}.projekt-kachel:hover .projekt-overlay{opacity:1}.projekt-firma{display:block;margin-bottom:6px;font-size:22px;font-weight:700;line-height:1.2}.projekt-name{display:block;font-size:15px;font-weight:400;line-height:1.4}@media (max-width:980px){.projekt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:767px){.projekt-grid{grid-template-columns:1fr}.projekt-overlay{opacity:1;height:45%;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.55) 55%,rgba(0,0,0,0) 100%);padding:25px 20px}.projekt-kachel img{filter:grayscale(0%)}.projekt-firma{font-size:20px}.projekt-name{font-size:14px}}