body {
    font-family: 'Times New Roman', Times, serif;
    /*background-color: #f5e7d5;*/
    color: #3a2c1a;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-image: url("ki-palimpsest.jpg");
    background-repeat: repeat;   /* Bild wird gekachelt */
    background-position: top left; /* Startpunkt */
    background-attachment: fixed; /* optional: bleibt fix beim Scrollen */
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    text-align: center;
    color: #5a3e2a;
    border-bottom: 2px solid #5a3e2a;
    padding-bottom: 10px;
}

details {
    margin: 20px 0;
    padding: 10px;
    background-color: #fff9e6;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

summary {
    font-weight: bold;
    cursor: pointer;
}

summary:hover {
    color: #5a3e2a;
}

.service {
    margin: 20px 0;
    padding: 10px;
    background-color: #fff9e6;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-title {
    font-weight: bold;
    cursor: pointer;
}

.service-title:hover {
    color: #5a3e2a;
}

.service-description {
    margin-top: 10px;
}

.service-button {
    display: block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #5a3e2a;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
}

.service-button:hover {
    background-color: #3a2c1a;
}

@media (max-width: 600px) {
    .container {
        padding: 10px;
    }
}
