.contactperson__image{width: 100%;border-bottom: 3px solid #f7f7f7;margin-bottom: 1.25rem;max-width: 400px}@media (min-width: 62em){.contactperson__image{width: 306px}}.contactperson__image--darkblue{border-bottom: 3px solid #037e47}.contactperson__image__lightblue{border-bottom: 3px solid #f7f7f7}.contactperson__image img{max-width: 230px;width: 100%;-o-object-fit: cover;object-fit: cover}.contactperson__name{font-size: 27px;font-weight: 500;max-width: 400px}@media (min-width: 62em){.contactperson__name{width: 306px;font-size: 31px}}.contactperson__addition{margin-bottom: 1.25rem;max-width: 400px}@media (min-width: 62em){.contactperson__addition{width: 306px}}.contactperson__description{margin-bottom: 1.25rem;max-width: 400px}@media (min-width: 62em){.contactperson__description{width: 306px}}.contactperson__contactform{margin-top: 3rem;max-width: 600px}.contactperson__formtitle{font-size: 22px;font-weight: 500;margin-bottom: 1.5rem}@media (min-width: 62em){.contactperson__formtitle{font-size: 22px}}.contactperson__formwrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}.contactperson__inputs{width: 100%}.contactperson__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}.contactperson__inputWrapper{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}.contactperson__inputWrapper--checkbox{margin-bottom: .75rem}.contactperson__inputWrapper--checkbox label{margin-bottom: 0}.contactperson select::-ms-expand{display: none}.contactperson__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}.contactperson__input{width: 100%;padding: .75rem;margin-bottom: 1.25rem;background: #f7f7f7;font-weight: 300}@media (min-width: 48em){.contactperson__input--half{width: calc(50% - 0.675rem)}.contactperson__input--half:first-child{margin-right: 1.25rem}}.contactperson__textinput{width: 100%;padding: .75rem;background: #f7f7f7;border: 0;border-radius: 0;min-height: 175px;font-weight: 300;margin-bottom: 1.25rem}.contactperson__checkboxWrapper{display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 1.25rem}.contactperson__checkboxWrapper a{text-decoration: none;font-weight: 500}.contactperson__checkbox{position: relative;width: 20px;height: 20px;min-width: 20px;min-height: 20px;background: #f7f7f7;margin-right: .75rem;margin-top: 3px}.contactperson__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}.contactperson__checkbox:checked::after{width: 19px;height: 19px}.contactperson .formError{margin-bottom: 1.25rem;background: red;color: #ffffff;padding: .75rem;width: 100%}