#fotogalerie {
    padding: 20px;
}

#tag-buttons {
    margin-bottom: 20px;
}

#tag-buttons button {
    margin: 5px;
    padding: 8px 14px;
    border: none;
    border-radius: 4px;
    background: #333;
    color: #eee;
    cursor: pointer;
}

#tag-buttons button.active {
    background: #0a84ff;
}

.gallery {
    column-count: 3;
    column-gap: 15px;
}

.gallery img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 6px;
    display: block;
}

/* ------------------------------------------
   GLightbox Caption Styling (passend zu deinem DOM)
   ------------------------------------------ */

.gslide-description {
    background: rgba(0, 0, 0, 0.45) !important;
    padding: 12px 18px !important;
    border-radius: 6px !important;
    margin-top: 12px !important;
    text-align: center !important;
}

.gdesc-inner {
    margin: 0 !important;
    padding: 0 !important;
}

.gslide-title {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}