body {
    margin: 0;
    padding: 0;
    font-family: "Markazi Text", serif;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('pexels-muffin-2203683.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: white;
    scroll-behavior: smooth;
    text-decoration: none;

}

.recht-container {
    max-width: 900px;
    margin: 100px auto;
    padding: 50px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.5);
    line-height: 1.7;
}

.recht-container h1,
.recht-container h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
    color: white;
}

.recht-container p {
    font-size: 1.7rem;
    margin-bottom: 20px;
    color: white;
}

.recht-container a {
    color: #ddd;
    text-decoration: underline;
}

.recht-container a:hover {
    color: #fff;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
    .recht-container {
        padding: 30px 20px;
        margin: 60px 15px;
    }

    .recht-container h1,
    .recht-container h2 {
        font-size: 1.6rem;
    }

    .recht-container p {
        font-size: 1.7rem;
    }
}
