.contactform__wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}.contactform__inputs{width: 100%}@media (min-width: 62em){.contactform__inputs{width: 50%}}.contactform__textarea{width: 100%;margin-bottom: 1.25rem}@media (min-width: 62em){.contactform__textarea{width: 50%;padding-top: 68px;margin-bottom: 0}}.contactform__textarea--bg textarea{background: #ffffff}.contactform__infotext{width: 100%;margin-bottom: 1.25rem}@media (min-width: 62em){.contactform__infotext{width: 50%;margin-bottom: 0}}.contactform__submit{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}@media (min-width: 36em){.contactform__submit{width: calc(100% - 1.25rem);-ms-flex-wrap: nowrap;flex-wrap: nowrap}}@media (min-width: 62em){.contactform__submit{width: 50%}}.contactform__inputWrapper{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}@media (min-width: 36em){.contactform__inputWrapper{margin-bottom: 1.25rem}}.contactform__inputWrapper--bg input{background: #ffffff}.contactform__inputWrapper--bg select{background-color: #ffffff}.contactform select::-ms-expand{display: none}.contactform__select{width: 100%;padding: .75rem;margin-bottom: 1.25rem;color: #5a5a5a;font-weight: 300;background-color: #f7f7f7;background-image: url("/assets/icons/arrow_down.svg");background-position: calc(100% - 0.5rem) center;background-size: 16px 16px;background-repeat: no-repeat}@media (min-width: 36em){.contactform__select{width: calc(50% - 1.25rem);margin-bottom: 0}}.contactform__input{width: 100%;padding: .75rem;margin-bottom: 1.25rem;background: #f7f7f7;font-weight: 300}@media (min-width: 36em){.contactform__input{width: calc(50% - 1.25rem);margin-bottom: 0;margin-right: 1.25rem}}.contactform__textinput{width: 100%;height: calc(100% - 1.25rem);padding: .75rem;background: #f7f7f7;border: 0;border-radius: 0;min-height: 250px;font-weight: 300}@media (min-width: 36em){.contactform__textinput{width: calc(100% - 1.25rem)}}@media (min-width: 62em){.contactform__textinput{width: 100%}}.contactform__checkboxWrapper{display: -webkit-box;display: -ms-flexbox;display: flex;max-width: 450px;margin-right: 1.25rem;margin-bottom: 1.25rem}@media (min-width: 36em){.contactform__checkboxWrapper{margin-bottom: 0}}.contactform__checkboxWrapper a{text-decoration: none;font-weight: 500}.contactform__checkboxWrapper--bg input{background: #ffffff}.contactform__checkbox{position: relative;width: 20px;height: 20px;min-width: 20px;min-height: 20px;background: #f7f7f7;margin-right: .75rem;margin-top: 3px}.contactform__checkbox::after{content: "";position: absolute;background-image: url("/assets/icons/icon_check.svg");background-position: center center;background-size: 16px 16px;background-repeat: no-repeat;width: 0;height: 0;top: 0;left: 0}.contactform__checkbox:checked::after{width: 19px;height: 19px}.formError{margin-bottom: 1.25rem;background: red;color: #ffffff;padding: .75rem;width: 100%}@media (min-width: 36em){.formError{width: calc(100% - 1.25rem)}}@media (min-width: 62em){.formError{width: calc(50% - 1.25rem)}}