/* === Back to Top Button ===*/
#back-to-top-button {
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    color: #CCC;
    border-color: #CCC;
}

/*  https://trvswgnr.github.io/bs5-lightbox/ */


/* Gallery */
img {
    max-width: 100%;
}

.gallery1 {
    /* background-color: #dbddf1; */
    padding: 80px 0;
}

.gallery1 img {
    background-color: #ffffff;
    padding: 10px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#gallery-modal .modal-img {
    width: 100%;
}





/* Lightbox Gallery */
.max60 {
    max-height: 60%;
}

.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    /* max-width: 500px; */
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

/* ENDE Lightbox Gallery */


.img-thumbnail-oben {
    max-width: 70%;
}