/* Spezifische Stile für die Datenschutzseite */
.privacy-content {
    text-align: left;
    line-height: 1.6;
    color: #e0e0e0;
    max-width: 800px;
    margin: 20px auto;
}

.privacy-content h2 {
    color: #c8aa6e;
    border-bottom: 1px solid rgba(200, 155, 60, 0.3);
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.privacy-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

.privacy-content li {
    margin-bottom: 10px;
}

.privacy-content a {
    color: #00ff99;
    text-decoration: none;
}

.privacy-content a:hover {
    text-decoration: underline;
}