body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #333;
}

.impressum {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.impressum h1 {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #000000;
    text-align: center;
}

.impressum p {
    line-height: 1.6;
    margin-bottom: 1em;
    color: #000000;
}

.impressum strong {
    color: #000000;
}

.impressum a {
    color: #000000;
    text-decoration: none;
}

.impressum a:hover {
    text-decoration: underline;
}

.impressum address {
    font-style: normal;
    line-height: 1.6;
    color: #000000;
}

.language-switch {
    text-align: right;
    margin-bottom: 5px;
}

.language-switch button {
    background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 2px 5px;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.language-switch button:hover {
    background-color: #e5e5e5;
}

.footer-copy {
    background: #ffffff;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding: 15px 0px;
}

.footer-copy p {
    margin-bottom: 0px;
}

@media (max-width: 600px) {
    .impressum {
        padding: 10px;
    }

    .impressum h1 {
        font-size: 1.5em;
    }

    .language-switch {
        text-align: right;
    }

    .language-switch button {
        padding: 8px 16px;
        font-size: 12px;
    }
}
