.datenschutz-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 2rem;
    min-height: calc(100vh - 100px);
    background-image: 
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4l-2-2V24v-2l2-2v-4l-2-2V8l-4-4-4 4v6L24 16v4l2 2v2l-2 2v4l2 2v6l4 4 4-4v-6l2-2zm-4-4v4l-4 4-4-4v-4l4-4 4 4zm0-16v4l-4 4-4-4v-4l4-4 4 4z' fill='rgba(74, 139, 61, 0.03)' fill-opacity='0.1'/%3E%3C/g%3E%3C/svg%3E");
}

.content-section {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-section {
    text-align: center;
    margin-bottom: 4rem;
}

.hero-section h1 {
    color: #2c5530;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.leaf-divider {
    height: 2px;
    width: 200px;
    background-color: #4a8b3d;
    margin: 0 auto;
    position: relative;
}

.privacy-content {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    padding: 3rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
}

.privacy-section {
    margin-bottom: 4rem;
}

.privacy-section:last-child {
    margin-bottom: 0;
}

.privacy-section h2 {
    color: #2c5530;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(74, 139, 61, 0.1);
}

.section-content {
    padding-left: 1rem;
}

.section-content h3 {
    color: #4a8b3d;
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
}

.section-content h4 {
    color: #2c5530;
    font-size: 1.4rem;
    margin: 1.5rem 0 1rem;
}

.section-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 1rem;
}

.contact-info {
    background-color: rgba(74, 139, 61, 0.05);
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1rem 0;
}

.contact-info p {
    margin-bottom: 0.5rem;
}

.rights-list {
    list-style-type: none;
    padding: 0;
}

.rights-list li {
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(74, 139, 61, 0.1);
    font-size: 1.1rem;
    color: #333;
}

.rights-list li:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .datenschutz-container {
        padding: 1rem;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .privacy-content {
        padding: 1.5rem;
    }

    .privacy-section h2 {
        font-size: 1.8rem;
    }

    .section-content h3 {
        font-size: 1.5rem;
    }

    .section-content h4 {
        font-size: 1.2rem;
    }

    .section-content p {
        font-size: 1rem;
    }
}
