.Bestellformular__title{font-size: 32px;font-weight: 500;margin-bottom: 1.5rem}@media (min-width: 62em){.Bestellformular__title{font-size: 38px}}.Bestellformular__formularWrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}.Bestellformular__inputs{width: 100%}@media (min-width: 75em){.Bestellformular__inputs{width: 66.66%;padding-right: 1.25rem;margin-bottom: 1.5rem}}.Bestellformular__inputContainer{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}@media (min-width: 48em){.Bestellformular__inputContainer{margin-bottom: .5rem}}.Bestellformular__inputWrapper{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-bottom: .5rem}@media (min-width: 48em){.Bestellformular__inputWrapper{width: 50%;margin-bottom: 0}}@media (min-width: 48em){.Bestellformular__inputWrapper:nth-child(2n+1){padding-right: .75rem}}@media (min-width: 62em){.Bestellformular__inputWrapper:nth-child(2n+1){padding-right: 1.25rem}}@media (min-width: 75em){.Bestellformular__inputWrapper:nth-child(2n+1){padding-right: 1.25rem}}@media (min-width: 48em){.Bestellformular__inputWrapper:nth-child(even){padding-left: .75rem}}@media (min-width: 62em){.Bestellformular__inputWrapper:nth-child(even){padding-left: 1.25rem}}@media (min-width: 75em){.Bestellformular__inputWrapper:nth-child(even){padding-left: 1.25rem}}.Bestellformular__inputWrapper label{font-weight: 500;margin-bottom: 0}.Bestellformular__input{width: 100%;padding: .75rem;background: #ffffff;font-weight: 300}.Bestellformular__textarea{width: 100%;margin-bottom: 2.5rem}@media (min-width: 75em){.Bestellformular__textarea{width: 33.33%;margin-bottom: 1.5rem;padding-left: 1.25rem}}.Bestellformular__textarea label{font-weight: 500;margin-bottom: 0}.Bestellformular__textinput{width: 100%;padding: .75rem;background: #ffffff;border: 0;border-radius: 0;min-height: 228px;font-weight: 300}@media (min-width: 62em){.Bestellformular__textinput{width: 100%}}.Bestellformular__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}@media (min-width: 36em){.Bestellformular__submit{width: 100%;-ms-flex-wrap: nowrap;flex-wrap: nowrap}}@media (min-width: 62em){.Bestellformular__submit{width: 100%}}.Bestellformular__checkboxWrapper{display: -webkit-box;display: -ms-flexbox;display: flex;margin-right: 1.25rem;margin-bottom: 1.25rem}@media (min-width: 36em){.Bestellformular__checkboxWrapper{margin-bottom: 0}}.Bestellformular__checkboxWrapper a{text-decoration: none;font-weight: 500}.Bestellformular__checkbox{position: relative;width: 20px;height: 20px;min-width: 20px;min-height: 20px;background: #ffffff;margin-right: .75rem}.Bestellformular__checkbox::after{content: "";position: absolute;background-image: url("/assets/icons/icon_close.svg");background-position: center center;background-size: 16px 16px;background-repeat: no-repeat;width: 0;height: 0;top: 0;left: 0}.Bestellformular__checkbox:checked::after{width: 19px;height: 19px}.Bestellformular .formError{margin-bottom: 1.25rem;background: red;color: #ffffff;padding: .75rem;width: 100%}@media (min-width: 75em){.Bestellformular .formError{width: calc(66.66% - 1.25rem)}}