.language-switcher {
    text-align: right;
    margin-bottom: 10px;
}

.language-switcher button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
}

.language-switcher button.active {
    background-color: #4CAF50; /* Grüne Farbe für aktive Sprache */
    color: white;
    border-color: #4CAF50;
}

.language-switcher button:focus {
    outline: none;
}

.language-switcher button:hover:not(.active) {
    background-color: #e0e0e0;
}
