<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
    height: 100%;
    background-color: #FDFDFC;
}


.impressum_text {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 88px;
}

h1 {
    font-family: Allura;
    font-size: 8vw;
    color: #504D3E;
    font-weight: lighter;
}

h2 {
    font-family: Montserrat;
    letter-spacing: 2pt;
    font-weight: lighter;
    color: #846955;
    font-size: 4vw;
    margin-bottom: 32px;
    margin-top: 32px;
}

p {
    font-family: Montserrat;
    font-weight: lighter;
    letter-spacing: 2pt;
    /* line-height: 27pt; */
    font-size: 2.5vw;

}

li {
    font-family: Montserrat;
    font-weight: lighter;
    letter-spacing: 2pt;
    line-height: 27pt;
    font-size: 2.5vw;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media (min-width: 768px) and (min-device-width : 768px) {
    .impressum_text {
        margin-top: 130px;
    }

    h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 24px;
    }

    p {
        font-size: 16px;
    }

    li {
        font-size: 16px;
    }
}</pre></body></html>