/* === Über uns Seite – Modern & Kompakt === */

.page-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 15px;
}

.page-title {
    font-size: 26px;
    font-weight: 700;
    color: #7a1f1f;
    margin-bottom: 6px;
    position: relative;
    padding-left: 14px;
}

.page-title::before {
    content: "";
    width: 6px;
    height: 24px;
    background: #7a1f1f;
    position: absolute;
    left: 0;
    top: 4px;
    border-radius: 3px;
}

.page-title::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #7a1f1f20;
    margin-top: 8px;
}

.page-box {
    background: #fff7d6;
    padding: 20px;
    margin-top: 15px;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.page-box p {
    color: #5a3a1a;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}
