.Stil1 {
        font-size: 18px;
        color: #000066;
        font-family: Georgia, "Times New Roman", Times, serif;
}
.Stil2 {
        font-size: 24px;
        color: #000066;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: bold;
}
.gallery {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        margin: 0;
        background: none;
        display: block;
        border: none;
}

.gallery figure {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 2em;
        z-index: 1;
        animation: wechseln 72s infinite;
}

.gallery figure:last-of-type {
        position: relative;
}

.gallery > figure figcaption {
        position: absolute;
        left: 1em;
        font-size: 2em;
        font-weight: bold;
        bottom: 0.5em;
        z-index: 1;
}

@keyframes wechseln {
        0% {
                opacity: 0;
        }
        3% {
                opacity: 1;
        }
        6% {
                opacity: 1;
        }
        20% {
                opacity: 0;
        }
        100% {
                opacity: 0;
        }
}

.gallery figure:nth-of-type(2) {
        animation-delay: 3s;
        opacity: 0;
}
.gallery figure:nth-of-type(3) {
        animation-delay: 6s;
        opacity: 0;
}
.gallery figure:nth-of-type(4) {
        animation-delay: 9s;
        opacity: 0;
}
.gallery figure:nth-of-type(5) {
        animation-delay: 12s;
        opacity: 0;
}
.gallery figure:nth-of-type(6) {
        animation-delay: 15s;
        opacity: 0;
}
.gallery figure:nth-of-type(7) {
        animation-delay: 18s;
        opacity: 0;
}
.gallery figure:nth-of-type(8) {
        animation-delay: 21s;
        opacity: 0;
}
.gallery figure:nth-of-type(9) {
        animation-delay: 24s;
        opacity: 0;
}
.gallery figure:nth-of-type(10) {
        animation-delay: 27s;
        opacity: 0;
}
.gallery figure:nth-of-type(11) {
        animation-delay: 30s;
        opacity: 0;
}
.gallery figure:nth-of-type(12) {
        animation-delay: 33s;
        opacity: 0;
}
.gallery figure:nth-of-type(13) {
        animation-delay: 36s;
        opacity: 0;
}
.gallery figure:nth-of-type(14) {
        animation-delay: 39s;
        opacity: 0;
}
.gallery figure:nth-of-type(15) {
        animation-delay: 42s;
        opacity: 0;
}
.gallery figure:nth-of-type(16) {
        animation-delay: 45s;
        opacity: 0;
}
.gallery figure:nth-of-type(17) {
        animation-delay: 48s;
        opacity: 0;
}
.gallery figure:nth-of-type(18) {
        animation-delay: 51s;
        opacity: 0;
}
.gallery figure:nth-of-type(19) {
        animation-delay: 54s;
        opacity: 0;
}
.gallery figure:nth-of-type(20) {
        animation-delay: 57s;
        opacity: 0;
}
.gallery figure:nth-of-type(21) {
        animation-delay: 60s;
        opacity: 0;
}
.gallery figure:nth-of-type(22) {
        animation-delay: 63s;
        opacity: 0;
}
.gallery figure:nth-of-type(23) {
        animation-delay: 66s;
        opacity: 0;
}
.gallery figure:nth-of-type(24) {
        animation-delay: 69s;
        opacity: 0;
}
img {
        image-rendering: auto;
        image-rendering: crisp-edges;
        image-rendering: pixelated;
        image-rendering: inherit;
        image-rendering: initial;
        image-rendering: unset;
        object-fit:cover;
        object-position:middle;
        width: 100%;
        width: 100%;
        border: solid 1px #CCC;
        margin-left: auto;
        margin-right: auto;
        }

