.data-priv{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    box-sizing: border-box;
    padding: 4rem 2rem;
    max-width: 100vw;
}

.data-priv > *{
    box-sizing: border-box;
}

#outputPage h1{
    max-width: 95vw;
    text-wrap: pretty;
    hyphens: auto;
    overflow: hidden;
}

#outputPage{
    width: 70ch;
    max-width: 95vw;
}

#outputPage ul li{
    list-style: none;
}

#outputPage ul{
    margin: 0;
    padding: 0;
}

#outputPage ol{
    padding-left: 1rem;
}

.impressum{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 1rem;
}

