/* Globale Stile */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff; /* Hintergrundfarbe ändern */
    color: #000;
    font-size: 16px;
}

/* Header-Stile (Übernehmen Sie diese aus Ihren vorhandenen Stilen) */
header {
    /* ... */
}

/* Main-Stile */
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.privacy-policy {
    background-color: #f9f9f9; /* Hintergrundfarbe ändern */
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.privacy-policy h1 {
    font-size: 24px;
}

.privacy-policy h2 {
    font-size: 20px;
}

.privacy-policy h3 {
    font-size: 18px;
}

.privacy-policy p {
    line-height: 1.6;
}

/* Footer-Stile (Übernehmen Sie diese aus Ihren vorhandenen Stilen) */
footer {
    /* ... */
}

/* Links-Stile (Übernehmen Sie diese aus Ihren vorhandenen Stilen) */
a {
    /* ... */
}
h2{
    color: #f58220;

}
strong{
    color: #2052f5;
}
