<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;
    scroll-padding-top: 120px;
}

.bg {
    /* The image used */
    background-image: url("../images/hintergrund/Hintergrundbild.jpeg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
}

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

h2 {
    margin-top: 120px;
    margin-bottom: 36px;
    text-align: center;
    font-family: Montserrat;
    letter-spacing: 2pt;
    font-weight: lighter;
    color: #846955;
    font-size: 24px;
}

p {
    font-family: Montserrat;
    font-weight: lighter;
    letter-spacing: 2pt;
    line-height: 27pt;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.logo-container {
    width: 100%;
    text-align: center;
    padding-top: 36px;
}

.logo {
    max-width: 500px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    backdrop-filter: blur(1px);
}

.section {
    margin-top: 150px;
    margin-left: 30px;
    margin-right: 30px;
}

.col {
    padding: 0px;
}

.row {
    --bs-gutter-x: 0rem;
}

.logo {
    margin-top: 50px;
}

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

.screen-padding {
    padding-left: 30;
    padding-right: 30;
}

@media (min-width: 768px) and (min-device-width : 768px) {
    .logo-container {
        padding-top: 80px;
    }
    
    .section {
        margin-left: 48px;
        margin-right: 48px;
    }
    
    h2 {
        font-size: xx-large;
    }
    
    .screen-padding {
        padding-left: 48px;
        padding-right: 48px;
    }
}
@media (min-width: 992px) and (min-device-width : 992px) {
    .section {
        margin-left: 150px;
        margin-right: 150px;
    }

    .screen-padding {
        padding-left: 150px;
        padding-right: 150px;
    }
}</pre></body></html>