<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#formular {
    position: relative;
}

#email {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 4;
}

#einbuchtung {
    z-index: 3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50% - 1px);
    height: 70px;
    border-right: 2px solid #395278;
    border-bottom: 2px solid #395278;
}

#dach {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    border-bottom: 2px solid #395278;
}

#optionaleEingaben {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 250px;
    border-right: 2px solid #395278;
    border-bottom: 2px solid #395278;
}

#optionalLabel {
    display: inline-block;
    text-align: left;
    width: 283px;
}

    #optionalLabel h2 {
        font-size: xx-large;
        color: #395278;
    }

#oeErste {
    z-index: 2;
    position: absolute;
    top: 70px;
    left: 0px;
    width: 50%;
    height: 170px;
    padding-top: 10px;
    text-align: center;
    border-left: 2px solid #395278;
}


#oeSep {
    visibility: collapse;
}

#oeZweite {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    text-align: center;
}

#maincontent {
    margin-top: 30px;
    max-width: 1015px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 170px;
}

    #maincontent h1 {
        background-color: #395278;
        color: white;
        padding: 10px;
    }

    #maincontent article {
        background-color: #c8ced7;
        padding: 10px;
    }

.field {
    display: inline-block;
    text-align: left;
    margin-top: 10px;
}

    .field label, input, select {
        display: block;
    }

    .field label {
        margin-bottom: 5px;
    }

    .field input {
        width: 275px;
    }

    .field select {
        width: 280px;
    }

    .field textarea {
        width: 565px;
    }

.longfield input {
    width: 565px;
}


.multifields div {
    display: inline-block;
}

    .multifields div:first-child {
        margin-right: 10px;
    }

.field-margintop25 {
    margin-top: 25px;
}

.fieldfake {
    display: none;
}

.btn_group {
    margin-top: 250px;
}

    .btn_group input {
        display: inline-block;
        background-color: #395278;
        border: 1px solid #092857;
        color: white;
        height: 35px;
        width: 135px;
        font-size: 15px;
        margin-right: 15px;
    }

        .btn_group input:hover {
            background-color: #092857;
        }

h1 {
    font-size: 36px;
}

.required_field-color {
    color: #e5341f;
}

.field_caption label, .field_caption div {
    display: inline-block;
}

.error {
    color: red;
    font-size: 12px;
}

.captcha_field div {
    display: inline-block;
}

.captcha_field #captchaErrorContainer {
    vertical-align: top;
    padding-top: 32px;
}

@media screen and (max-width:680px) {
    #formular {
        position: static;
    }

    #email {
        position: static;
    }

    #einbuchtung {
        display: none;
    }

    #dach {
        display: none;
    }

    #optionaleEingaben {
        position: static;
        border: 2px solid #395278;
        height: auto;
        margin-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    #optionalLabel {
        display: inline-block;
        text-align: left;
        width: 283px;
    }

        #optionalLabel h2 {
            font-size: xx-large;
            color: #395278;
        }

    #oeErste {
        position: static;
        display: inline-block;
        border: none;
        text-align: center;
        width: auto;
    }

    #oeSep {
        visibility: initial;
    }

    #oeZweite {
        position: static;
        display: inline-block;
        text-align: center;
        width: auto;
    }

    .btn_group {
        margin-top: 20px;
    }
}
</pre></body></html>