/* Allgemeine Stile */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f4f4;
}

/* Hauptinhaltsbereich */
main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    padding: 0 20px;
}

.slogan-container {
    text-align: center;
    max-width: 800px;
}

.slogan {
    font-size: 3rem;
    font-weight: bold;
    color: #0077cc;
}

.description {
    font-size: 1.2rem;
    margin-top: 1rem;
    line-height: 1.8;
}

/* Footer */
footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 10vh;
    padding: 0 20px;
    background-color: #333;
}

.imprint-link {
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
}

.imprint-link:hover {
    text-decoration: underline;
}
