.intro-container {
    position: relative;

    /* Hintergrundbild-Einstellungen */
    background: url('../img/wood.jpg') center/cover fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200%;
    z-index: 1;
}

.data-container {
    margin: 80px auto;
    padding: 20px;
    position: relative;
    width: 90%;
    height: 90%;
    background-image: url("../img/paper.jpg");
    background-size: cover;
    background-position: center;
    color: black;
}

.data-container p {
    margin: 10px;
    font-size: 1.2em;
    color: #555;
}

.data-contents {
    /*background-color: #fff;*/
    max-width: 900px;
    margin: 0 auto;
    /*border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}

h1, h2, h3 {
    color: #333;
}

h1 {
    font-size: 2.5em;
    margin: 0 0 10px;
    text-align: center;
}

a {
    color: #0066cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    margin: 20px 0;
    border: none;
    border-top: 1px solid #ddd;
}

ul li {
    list-style-type: disc;
    margin-left: 30px;
}

@media (max-width: 768px) {
    .impressum-container p {
        font-size: 0.8em;
    }
}