@media (min-width: 36.25em) {
    .form__field {
        margin-bottom: 2rem;
    }
}

.form__field--text, .form__field--margin-top {
    margin-top: -1rem;
}

.form__field--margin-bottom {
    margin-bottom: 1rem;
}

#mailHinweis {
    margin-bottom: 2rem !important;
}

/* window view */
.printline {
    display: block;
    clear: both;
}

.printline .printlabel {
    width: 35%;
    float: left;
    font-weight: bold;
}

.printline .printvalue {
    width: 65%;
    float: right;
}

.text .facontact-form-table th[scope=row] {
    width: 35rem;
}

/* mobile view */
@media screen and (max-width: 767px) {
    .printline .printlabel {
        width: 100%;
        float: none;
        font-weight: bold;
    }

    .printline .printvalue {
        width: 100%;
        float: none;
    }
}