.gallery-container{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.gallery-item{max-width:500px;aspect-ratio:1/1;background:#eee;display:flex;align-items:center;justify-content:center;padding:5px;overflow:hidden;border:1px solid #ddd;border-radius:5px}.gallery-item img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease-in-out}.gallery-item img:hover{transform:scale(1.05)}.gallery-caption{color:#777;font-size:1rem;margin-top:5px;text-align:left;width:100%;max-width:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.active-filter{background-color:#aaa!important;color:#fff!important}.list-group-item.active,.dropdown-item.active,.btn.show{background-color:#aaa!important;color:#fff!important;border-color:#aaa!important}.modal-footer-gallery{display:flex;flex-direction:column;width:100%}.image-container{position:relative;display:inline-block;max-width:100%;max-height:90vh}.image-container img{display:block;max-width:100%;height:auto;border-radius:5px}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(240,240,240,.5);border:none;width:50px;height:50px;border-radius:50%;color:black;font-size:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:0 0 10px rgba(0,0,0,.2);backdrop-filter:blur(5px)}.gallery-nav:hover{background:rgba(220,220,220,.7);box-shadow:0 0 15px rgba(0,0,0,.3)}.left-nav{left:10px}.right-nav{right:10px}.gallery-nav::before{font-family:"Font Awesome 6 Free";font-weight:900}.left-nav::before{content:"\f104"}.right-nav::before{content:"\f105"}.gallery-nav:focus{outline:none}@media(max-width:768px){.gallery-nav{width:40px;height:40px;font-size:20px}.left-nav{left:5px}.right-nav{right:5px}}#gallery-mobile{display:none}[data-cols="1"] #gallery{grid-template-columns:repeat(1,1fr)}[data-cols="2"] #gallery{grid-template-columns:repeat(2,1fr)}[data-cols="3"] #gallery{grid-template-columns:repeat(3,1fr)}[data-cols="4"] #gallery{grid-template-columns:repeat(4,1fr)}.page-link{display:inline-block;padding:5px 10px;font-size:14px;color:#555;background-color:#f8f9fa;border:1px solid #ddd;text-decoration:none;border-radius:5px}.page-link:hover{background-color:#ddd;color:#333}.page-link.text-muted{color:#aaa;pointer-events:none;cursor:not-allowed}.page-info{font-size:14px;color:#333}.page-info input{width:60px;text-align:center;font-size:14px;margin:0 5px;padding:3px}.total-pages{margin-left:5px}@media(max-width:390px){.total-pages{display:none}}.page-item.active .page-link{background-color:gray!important;border-color:gray!important}.eckig{border-radius:0}.page-link{text-decoration:none!important}#filter-galerie-mobile{color:#777}.uploadButtonMobile{width:40px;height:40px}
