.imprint-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2em;
    text-align: center;
}

.impressum-wrapper {
    position: relative;
    margin: 0 auto;
    /*padding: 0 2em;*/
    max-width: 1200px;
    font-family: 'Tinos-Regular', serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
}

.impressum-wrapper p {
    font-family: 'Tinos-Regular', serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
}

.imprint-container h3 {
    margin-bottom: 1em;
    font-family: 'Tinos-Bold', serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
}

.datenschutz-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    font-family: 'Tinos-Regular', serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
}

.datenschutz-wrapper p {
    font-family: 'Tinos-Regular', serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
}

.datenschutz-wrapper h3 {
    font-family: 'Tinos-Bold', serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    margin-bottom: 1em;
}

.datenliste {
    list-style-position: inside;
    margin: 2em 0;
    padding: 0;
    text-align: left;
    font-family: 'Tinos-Regular', serif;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
}

.datenschutz-container {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
}

@media screen and (max-width: 450px) {
    .datenschutz-wrapper p {
        font-family: 'Tinos-Regular', serif;
        font-size: 18px;
        line-height: 1.45;
    }

    .impressum-wrapper p {
        font-family: 'Tinos-Regular', serif;
        font-size: 18px;
        line-height: 1.45;
    }

    .datenliste {
        font-family: 'Tinos-Regular', serif;
        font-size: 18px;
        line-height: 1.45;
    }

    h1 {
        font-size: 20px;
    }
}


.divider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}