body {
    background-color: #fff;
    font-family: Verdana, Arial, sans-serif;
}
body::before {
    content: "";
    position: fixed;
    bottom: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: url(./img/fuss03.gif) no-repeat center center;
    background-size: fit;
    opacity: 1;
    z-index: -1;
}
 
.center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.center h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.3em;
}

.center p {
    text-align: center;
    font-weight: 400;
    font-size: 0.8em;
}

.center a {
    text-decoration: none !important;
    color: #000;
}

.center a:hover {
    color: #0069b4;
}

.center .produkte {
    padding-top: 25px;
    font-size: 1em;
    font-weight: 600;
}

.center .bg_img {
    display: none;
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    z-index: -1;
}
footer a {
    text-decoration: none !important;
    color: #fff;
}
footer a:hover {    
    color: #000;
}

.center img {
    max-width: 100%;
    position: relative;
    mix-blend-mode: multiply;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #0069b4;
    color: white;
    text-align: center;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer li {
    display: inline;
    margin: 0 10px;
}