body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: black;
    color: white;
    height: 100%;
    overflow: hidden;
}

.hero {
    position: relative;
    height: 100vh;
    background: url("Bild Achim front_neu.JPG") no-repeat center top;
    background-size: auto 100%;
}

.overlay {
    position: absolute;
    inset: 0;
}

.loewe-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
}

.vdp-logo {
    position: fixed;
    right: 20px;
    bottom: 110px; /* oberhalb des Kontaktbereichs */
    width: 80px;
    z-index: 10;
}

.center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

h1 {
    font-size: 3rem;
    margin: 0;
    color: yellow;
}

.slogan-box {
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.45);
    padding: 15px 25px;
    border-radius: 8px;
    backdrop-filter: blur(4px);
}

.slogan {
    font-size: 1.5rem;
    margin: 0;
    color: white;
}

/* Fixierter Kontaktbereich und Footer */
.contact-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
    text-align: center;
}

.contact {
    padding: 10px 15px;
}

.contact a {
    color: yellow;
    text-decoration: none;
}

footer {
    padding: 8px;
    font-size: 0.9rem;
}

@media (max-width: 600px) {
    .loewe-logo {
        width: 70px;
    }
    .vdp-logo {
        width: 60px;
        bottom: 95px;
    }
    h1 {
        font-size: 2rem;
    }
    .slogan {
        font-size: 1.2rem;
    }
}
