<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: url(../images/LASK-Onlineshop_Warten.png) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Soehne-leicht',"sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h3 {
    letter-spacing: 1px;
    font-size: 2.5rem;
    font-weight: 500;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .2s;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

main {
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    padding: 1em;
    width:90%;
}

article {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    border-radius: .25em;
    padding: 2em;
    background-color: rgba(255, 255, 255, 0.95);
}

section {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

button {
    color: white;
    background-color: #000;
    border: none;
    border-radius: 0.1em;
    font-size: 20px;
    letter-spacing: 1px;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: 'Lask',"sans-serif";
}

    button:disabled {
        background-color: #999899;
    }

.heading {
    font-family: 'Lask',"sans-serif";
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    color: #000;
    width: 100%;
}



.grow {
    flex-grow: 1;
}

.headline-logo {
    width: 8rem;
}

.header-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.position-container {
    width: 100%;
    margin: 0 auto !important;
    padding: 20px 0px !important;
    border-radius: 4px;
}

.enter {
    justify-self: center;
}

.position-info, .enter {
    align-self: center;
}

.position-info {
    display: flex;
    justify-content: center;
}

.button-container {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 800px) {
    .container {
        padding: 5em;
        width: 50%;
    }

    .heading {
        font-size: 4.5rem;
    }


    .header-container {
        justify-content: left;
    }

    .position-container {
        grid-template-columns: 1fr auto;
        width: 50%;
    }

    button {
        width: 50%
    }
}
</pre></body></html>