body {
    margin: 10px 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgb(251, 251, 251);
    color: black;

}

.header {
    margin: 0px;
    width: 100%;
    position: relative;
    text-align: center;
}

.termine {
    position: relative;
    /* left: calc(50vw - 320px); */
    width: 100%;

}

.spacer {
    height: 50px;
}

.spacerUnten {
    height: 50px;
}

.wrapper {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* gap: 50px; */
    width: 100%;
    position: relative;
    justify-content: center;
}

.plakat {
    margin: 20px;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    min-width: 100px;
    max-height: 494px;
    min-height: 141px;
}

.plakat>img {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

h3 {
    text-align: left;
    color: red;
}

.footer {
    position: relative;
    width: calc(100% - 200px);
    left: 100px;
    margin-top: 10px;
    line-height: 60px;
}

/* ul {
    align-items: left;
} */

/* .blink {
    animation-name: animation_blink;
    animation-timing-function: ease-in;
    animation-duration: 1s;
    animation-iteration-count: 3;
}

@keyframes animation_blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
} */