.seitentitel {
    padding-top:2rem;
    margin-bottom: clamp(1.75rem, 3.75vw, 2.5rem);
}

.seitentitel-zentriert {
    text-align: center;
}
.seitentitel-block h1{
    text-align: center;
    padding-bottom:0;
}
h1.seitentitel-h1{
    padding-bottom:.125rem;
}

.seitentitel-text {
    padding: 2rem 0 0;
    font-size: 1.375rem;
    font-size: clamp(1.125rem, 2.5vw, 1.875rem);
    padding-top: 2rem;
}

.seitentitel-space {

}
.seitentitel-mit {
    border-top: solid 1px #b9dfee;
}

.seitentitel h1.schwarz {
    color:#000;
}
.seitentitel h1.verlauf {
    background: linear-gradient(to right, #5abecb, #00a7c5);
    display:inline-block;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
