/* Datenschutz Impressum */
.legal-links {
    position: fixed;
    right: 12px;
    bottom: 10px;
    font-size: 10px;
    font-family: Arial, sans-serif;
    background: rgba(0, 0, 0, 0.6);
    padding: 6px 10px;
    border-radius: 6px;
    z-index: 9999;
}

.legal-links a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 4px;
}

.legal-links a:hover {
    text-decoration: underline;
}

.legal-links .separator {
    color: #ccc;
}
