/* Datenschutzerklärung CSS */

body {
    background-color: #eef3ee;
    color: #333;
    font-family: 'merriweatherregular';
    margin: 0;
    padding: 0;
}

.content {
    max-width: 1000px;
    margin: 100px auto 40px auto;
    padding: 20px 25px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.content h1 {
    font-size: 2.5em;
    color: #2b5938;
    margin-bottom: 20px;
    border-bottom: 2px solid #2b5938;
    padding-bottom: 10px;
}

.content h2 {
    color: #2b5938;
    margin-top: 30px;
    font-size: 1.5em;
}

.content p {
    font-size: 1.1em;
    margin: 15px 0;
    line-height: 1.7;
}

a {
    color: #2b5938;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
