.geschichte-sec {
    gap: 0;
}

.geschichte{
    margin-top: 2em;
}

.text-abschnitt{
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: var(--section-padding);
}

.text-abschnitt .text-holder{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.text-block{
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.text-block p{
    color: var(--txt);
    text-align: justify-all;
}

.text-block a{
    text-decoration: underline;
}