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;
}


.blockseperator.kontaktseperator {
    margin-bottom:0px !important;
}

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

.wp-block-heading a:hover,
.wp-block-heading a:focus,
.wp-block-heading a:focus-visible {
    text-decoration: underline !important;
    outline: none;
}

.synccontact img{
    max-width: 80%;
}

.synccontact h3{
    font-size: 1.5rem;
}