.page .wis-formular,
.page .wis-headline {
    padding-left: 15px;
    padding-right: 15px;
}

.mb-1 {
    margin-bottom: 0.25rem;
    /* background: red!important; */
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.btn-wrap {
    padding-top: 0.5rem; 
    margin-top: 0;
    display: block;
}

.is-red {
    padding-top: 0.5rem;
    font-size: small;
    color: #e57373;
}

input.is-invalid {
    border: 1px solid #e57373 !important;
    background: #ffebee !important;
}

textarea.is-invalid {
    border: 1px solid #e57373 !important;
    background: #ffebee !important;
}

input.is-invalid.is-changed {
    border: 1px solid #d1d1d1 !important;
    background: #f7f7f7 !important;
}

textarea.is-invalid.is-changed {
    border: 1px solid #d1d1d1 !important;
    background: #f7f7f7 !important;
}

.elementor-container .elementor-column.elementor-element.hide {
    display: none !important;
}

/* .hide {
    display: none;
} */

.d-block {
    display: block;
}

.w-100 {
    width: 80%;
}

/* input#file-upload-button {
    background: red;
} */