.mieter-single {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

.mieter-single h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
}

.mieter-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 8px;
}

.mieter-content {
    line-height: 1.6;
}

.mieter-content h2,
.mieter-content h3 {
    margin-top: 30px;
    color: #333;
}
 