h1 + .title-seperator {
    margin-top: 8px !important;   /* direkt unter der Überschrift */
    margin-bottom: 24px !important;
}

.title-seperatorH1 {
    display: block;
    width: 100%;        /* Optional: Länge der Linie */
    height: 3px;
    background-color: #8d1d2f !important;
    border: none !important;
    position:absolute;
}

.title-seperator {
    display: block;
    width: 150px;        /* Optional: Länge der Linie */
    height: 3px;
    background-color: #8d1d2f !important;
    border: none !important;
}


/* Mobile (max 768px) = 1 Karte sichtbar */
@media (max-width: 768px) {
    .title-seperator {
        position:relative; 
    }
}