/* Fischerhaus – Galerie: weißer Rahmen um jedes Bild */
.ce_gallery .swiper-slide img {
    border: 3px solid #ffffff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}

/* Fischerhaus – Swiper Pagination: Position unterhalb der Galerie */
.swiper-pagination {
    position: relative;
    margin-top: 12px;
    display: block;
}