.highlight-box {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    padding: 30px !important;
    border-left: 3px solid #bda28b !important; /* Der Gold/Beige-Ton aus deinem Header */
    background-color: #fdfaf7 !important; /* Sehr helles Beige passend zum Hintergrund */
    display: block !important;
}

.highlight-box .quote-text {
    font-family: serif !important; /* Passend zu "Metabolic Longevity" im Bild */
    font-size: 22px !important;
    font-style: italic !important;
    line-height: 1.5 !important;
    margin-bottom: 15px !important;
    color: #4a4a4a !important;
}

.highlight-box .relevance-text {
    font-family: sans-serif !important; /* Passend zu deinem Fließtext */
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #000000 !important;
    margin: 0 !important;
}

/*Flächen nebeneinander*/
.konzept-bereich {
    width: 100%;
    margin-bottom: 20px;
}

.konzept-titel {
    font-size: 44px;
    line-height: 1.1;
    color: #bda28b;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
}

.konzept-titel::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #bda28b;
}

.konzept-zart {
    padding: 25px;
    margin: 20px 0;
    border: 1px dashed #bda28b;
    background-color: #f4eee9;
}

.konzept-zart p {
    margin-bottom: 0 !important;
    line-height: 1.6;
}

.saeule-titel {
    color: #bda28b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85em;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
}