section .weitere-links
{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

section div
{
    width: 45vw;

    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}