/* PAGE KONTAKT */
.contact .topic-text-title {
    font-size: 1.125rem;
    line-height: 100%;
    text-transform: none;
    padding-inline: 0;
    margin-bottom: 0.688rem;
}

.contact .topic-text-text p {
    line-height: 1.25rem;
    white-space: pre-line;
}

.contact .topic-text-text a {
    color: var(--color-primary);
}

@media screen and (min-width: 1024px) {

    .contact .topic-text-title {
        font-size: 1.75rem;
        line-height: 2rem;
        margin-bottom: 0.563rem;
    }

    .contact h2:not(h2:first-child) {
        margin-top: 0.75rem;
    }

    .contact .topic-text-text p {
        line-height: 2rem;
        margin-bottom: 0;
    }
}

/* END PAGE KONTAKT */