/* Paginator */
.f3-widget-paginator {
    text-align: center;
}
.f3-widget-paginator li {
    display: inline;
    padding: 7px;
}

/* Magnific Popup */
.mfp-zoom-out-cur {
    cursor: default !important;
}
.mfp-image-holder .mfp-close {
    cursor: pointer !important;
}
.mfp-container {
    font-family: tahoma, arial, helvetica;
}
.mfp-content .mfp-bottom-bar {
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: -40px;
}
.mfp-bottom-bar .mfp-title {
    line-height: 1.2em;
    padding: 3px 75px 5px 5px;
    font-size: 0.75em;
}
.mfp-bottom-bar .mfp-counter {
    line-height: 1.2em;
    font-size: 0.75em;
    padding: 3px 5px 5px 3px;
}
.mfp-bottom-bar a {
    color: #fff;
}
.mfp-title div:last-of-type {
    padding-bottom: 5px;
}
button.mfp-arrow,
button.mfp-arrow:before,
button.mfp-close {
    opacity: 1 !important;
}
button.mfp-arrow:hover,
button.mfp-arrow:hover:before,
button.mfp-close:hover {
    opacity: 0.7 !important;
}

/* bm-image-gallery */

/* Umschließendes figure-Element (Container für alle Bilder) */
figure[role="group"][aria-labelledby="bmimagegallery-caption-title"] {
    margin-inline: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    overflow: hidden;
}

figure[role="group"][aria-labelledby="bmimagegallery-caption-title"]::after {
    content: "";
    display: table;
    clear: both;
}

/* Galerie-Container */
.c-gallery__figure {
    margin: 8px 0 0 0;
    float: left;
    padding: 0;
}

/* Standard: 2-spaltig (50%) */
.c-gallery__figure.col-lg-3 {
    width: 50%;
}

/* Bei Lightbox: 3-spaltig (33.333%) */
.c-gallery__figure.col-lg-3:has(.lightbox),
.c-gallery__figure.col-lg-3:has([rel*="lightbox"]) {
    width: 33.333333%;
}

@media only screen and (max-width: 599px) {
    .c-gallery__figure.col-lg-3,
    .c-gallery__figure.col-lg-3:has(.lightbox),
    .c-gallery__figure.col-lg-3:has([rel*="lightbox"]) {
        width: 50% !important;
    }

    .c-gallery__figure.col-lg-3:nth-child(3n + 2) {
        clear: none;
    }
}
.c-gallery__title {
	display: none;
}

/* Link-Container */
.c-gallery__figure a {
    display: block;
    position: relative;
}

/* Bilder - ohne zusätzliche Ränder */
.c-gallery__image,
.c-gallery__figure img {
    width: 97% !important;
    height: auto !important;
    display: block;
}

.c-gallery__figure:has(.lightbox) img,
.c-gallery__figure:has([rel*="lightbox"]) img {
    width: 97% !important;
    height: auto !important;
}

/* Bildunterschriften - wie auf Live-Seite */
.c-gallery__figure-caption,
.figure-caption {
    line-height: 1.1em;
    margin: 0;
    padding: 0 26px 8px 0;
    overflow: hidden;
    font-style: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.85em;
    font-weight: normal;
    width: calc(100% - 26px);
    min-height: 1.1em;
}

/* Lupe bei Lightbox-Bildern */
.c-gallery__figure:has(a.lightbox) .c-gallery__figure-caption,
.c-gallery__figure:has(a[rel*="lightbox"]) .c-gallery__figure-caption,
.c-gallery__figure:has(a.lightbox) .figure-caption,
.c-gallery__figure:has(a[rel*="lightbox"]) .figure-caption {
    background: url(/fileadmin/fippev/Template/img/icon_lens.gif) no-repeat right 3px top 0;
}

/* Zähler ausblenden */
.c-gallery__count {
    display: none !important;
}

/* Titel der Dateisammlung ausblenden (wird bereits als Standard-Header ausgegeben) */
.c-gallery__title {
    display: none;
}