/*****************************************************************
**** contactform
******************************************************************/

.pageelement-contactform .content-container {
    display: block;
}

@media only screen and (max-width: var(--breakpoint-1400px)) {
    .pageelement-contactform .defaultform .button-submit {
        width: 100%;
    }
}