.pinnwand img {
    display: block;
    border: solid 0.24rem var(--green);
    padding: 1rem;
    margin: 1rem auto;
    max-width: calc(100% - 3.48rem);
    max-height: 55vh;
}

figure.image-border {
    margin-bottom: 1rem;
}

.image-border {
    display: block;
    border: solid 0.24rem var(--green);
    padding: 1rem;
    margin: 0 auto;
    width: fit-content;
}

.image-border img {
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    max-width: unset;
    max-height: 55vh;
}

.image-border figcaption {
    padding-top: 1rem;
}


/* Spezielle formatierungen */
.image-1,
.image-4,
.image-5,
.image-6 {
    width: 50rem;
    max-width: calc(100vw - 4rem) !important;
    height: 100% !important;
    max-height: 100% !important;
}

.image-7,
.image-IMG-0748-ohne-namen {
    width: 35rem;
    max-width: calc(100vw - 4rem) !important;
    height: 100% !important;
    max-height: 100% !important;
}