.rnews-box {
    display: flex;
    max-width: 600px;
    gap: 0.5rem; /* Abstand zwischen links und rechts */
    margin-top: 2rem;
    margin-bottom: 2rem; /* Abstand zwischen Beiträgen */

}

.rnews-left {
    width: 60px; /* schmale Spalte */
    text-align: right;
    padding-right: 0.3rem;
    flex-shrink: 0;
}

.rnews-datum {
    margin: 0;
    font-size: 0.9rem;
    color: #000000;
}

.rnews-uhrzeit {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #000000;
}

.rnews-right {
    flex: 1; /* nimmt restliche Breite ein */
    border-left: 0.1rem solid #EDEDED;
    padding-left: 0.7rem;
}

.rnews-titel {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 0rem;

}

.rnews-text {
    margin-top: 0.25rem;
    padding: 0;
    font-size: 1.0rem;
    line-height: 1.3;
}

.wochenplan-titel {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.2;
    padding-top: 0rem;

}

