.projekt-content h2,.projekt-content h3,.projekt-content h4{color:#1d2327;margin-top:2em;margin-bottom:1em}.projekt-content p{margin-bottom:1.5em}.projekt-gallery-section{background:#f8f9fa;padding:40px;border-radius:12px;margin-bottom:40px}.projekt-gallery-title{font-size:2rem;margin:0 0 30px;text-align:center;color:#1d2327;font-weight:600}.projekt-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}.projekt-gallery-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.projekt-gallery-item:hover{transform:translateY(-5px);box-shadow:0 8px 32px rgba(0,0,0,.2)}.projekt-gallery-item img{width:100%;height:250px;object-fit:cover;display:block;transition:transform .3s ease}.projekt-gallery-item:hover img{transform:scale(1.05)}.projekt-gallery-empty{grid-column:1/-1;text-align:center;padding:60px 20px;color:#666;font-style:italic;font-size:1.1rem}.projekt-navigation{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;margin-bottom:40px}.projekt-nav-link{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;background:linear-gradient(135deg,#0073aa 0%,#005a87 100%);color:white;text-decoration:none;border-radius:6px;font-weight:600;transition:all .3s ease}.projekt-nav-link:hover{background:linear-gradient(135deg,#005a87 0%,#004666 100%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,115,170,.3);color:white}.projekt-nav-link.prev::before{content:"←"}.projekt-nav-link.next::after{content:"→"}.projekt-back-link{background:linear-gradient(135deg,#6c757d 0%,#5a6268 100%)}.projekt-back-link:hover{background:linear-gradient(135deg,#5a6268 0%,#495057 100%)}.projekt-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);z-index:9999;justify-content:center;align-items:center}.projekt-lightbox.active{display:flex}.projekt-lightbox-content{position:relative;max-width:90%;max-height:90%}.projekt-lightbox img{max-width:100%;max-height:70svh;object-fit:contain;border-radius:8px}.projekt-lightbox-close{position:absolute;top:0;right:0;background:0 0;background:rgba(255,255,255,.2);border:none;color:white;font-size:2rem;cursor:pointer;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:100%;transition:background .3s ease;padding:20px}.projekt-lightbox-close:hover{background:rgba(255,255,255,.3)}.projekt-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:white;font-size:2rem;cursor:pointer;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .3s ease;padding:20px}.projekt-lightbox-nav:hover{background:rgba(255,255,255,.3)}.projekt-lightbox-prev{left:-60px}.projekt-lightbox-next{right:-60px}@media (max-width:768px){.projekt-gallery-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.projekt-gallery-item img{height:200px}.projekt-navigation{flex-direction:column;text-align:center}.projekt-lightbox-nav{display:none}}