/* Stile für den Hauptinhalt der Datenschutz-Seite */
main {
    padding: 120px 20px 60px;
    background-color: #f9f9f9;
}

.privacy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
	margin-top: 100px;
}

.privacy-container h1 {
    color: #333;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #0d6b7e;
}

.privacy-container h2 {
    color: #333;
    margin-top: 35px;
    margin-bottom: 15px;
}

.privacy-container h3 {
    color: #444;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-container p,
.privacy-container li {
    color: #555;
    line-height: 1.8;
    margin-bottom: 1em;
}

.privacy-container a {
    color: #0d6b7e;
    text-decoration: none;
}

.privacy-container a:hover {
    text-decoration: underline;
}