.datenschutz {
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.datenschutz__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.datenschutz__subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

.datenschutz__heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

/* Verbesserte Listendarstellung */
.main-container ul {
    list-style-type: disc;  /* Standard-Aufzählungspunkte */
    margin-left: 25px;      /* Einrückung für bessere Lesbarkeit */
    padding-left: 15px;     /* Abstand zum Text */
}

.main-container ul li {
    margin-bottom: 5px; /* Etwas Abstand zwischen Listenelementen */
}

.main-container a {
    color: #0000EE; /* Standard Link-Farbe */
    text-decoration: none;
}

.main-container a:hover {
    text-decoration: underline; /* Link-Unterstreichung beim Hover */
}

.datenschutz a:hover {
    text-decoration: underline; /* Link-Unterstreichung beim Hover */
}
