@charset"UTF-8";
/* =========================================
   Standard (Weiße Section) -> Graue Inputs
   ========================================= */
.input, h6 {
  padding: 5px;
}

textarea:focus-visible, input:focus-visible. select:focus-visible {
  outline: 2px solid  #00A3A8;
  outline-offset: 2px;
}

h6{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  white-space: normal;
  span {
    font-weight: 400;
  }
}

.input__label {
  font-size: 16px;
  font-weight: 700;
}
.input-checkbox {
  position: relative;
}
.input-checkbox input {
  left: -9999px;
  position: absolute;
}

.mwf-checkbox__label{
  display: inline-block;
  position: relative;
  color: #000;
  padding: .15rem 0 0 2.8rem;
  min-height: 28px;
  cursor: pointer;
}

.input-checkbox input:checked+label:before {
  content: "✓";
  background: #5B9516;
  color: white;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 3px solid #5B9516;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all .1s ease-out;
}

.mwf-textinput__input,
.mwf-textarea__textarea,
.mwf-textarea__select {
  background: #EEEEEF; /* Grauer Hintergrund */
  border-radius: 8px;
  border: 1px solid #6C6F70;
  padding: .5rem .75rem;
  width: 100%;
  font-size: 16px;
  color: #1a202c;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* Hover & Focus für graue Inputs */
.mwf-textinput__input:hover,
.mwf-textarea__textarea:hover {
  background: #e8e8e8; /* Etwas dunkleres Grau beim Hover/Focus */
  border-color: #5B9516; /* HDI Grün */
  box-shadow: 0 0 0 1px #5B9516;
}

/*  outline: 2px solid #00a3a8;
  outline-offset: 2px; */


/* Hover & Focus für graue Inputs */
.mwf-textinput__input:hover,
.mwf-textarea__textarea:hover,
.mwf-textinput__input:focus,
.mwf-textarea__textarea:focus {
  background: #e8e8e8; /* Etwas dunkleres Grau beim Hover/Focus */
  border-color: #00A3A8; /* HDI Grün */
  box-shadow: 0 0 0 1px #5B9516;
}

/* =========================================
   .bg-grey Section -> Weiße Inputs
   ========================================= */
.bg-grey .mwf-textinput__input,
.bg-grey .mwf-textarea__textarea,
.bg-grey .mwf-select__select {
  background: #ffffff; /* Weißer Hintergrund */
}

.bg-grey .mwf-select__select {
  border-radius: 8px;
}

/* Hover & Focus für weiße Inputs auf grauer Section */
.bg-grey .mwf-textinput__input:hover,
.bg-grey .mwf-select__select:hover,
.bg-grey .mwf-textarea__textarea:hover,
.bg-grey .mwf-textinput__input:focus,
.bg-grey .mwf-select__select:focus,
.bg-grey .mwf-textarea__textarea:focus {
  background: #ffffff; /* Bleibt weiß */
}

/* =========================================
   Fehlerstatus (Gilt für beide Varianten)
   ========================================= */
.has-error.mwf-textinput__input,
.has-error.mwf-textarea__textarea,
.bg-grey .has-error.mwf-textinput__input,
.bg-grey .has-error.mwf-textarea__textarea {
  border: 1px solid #E9192F !important;
  box-shadow: none !important;
  color: #E9192F;
}
/* Textinputs */
.mwf-textinput__input,
.mwf-textarea__textarea {
  background: #ffffff; /* Weißer Hintergrund statt Grau */
  border-radius: 8px; /* Etwas kantiger, wie im Screenshot */
  padding: .5rem .75rem;
  width: 100%;
  font-size: 16px; /* Angepasste Schriftgröße */
  color: #1a202c;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Hover & Focus State (Grüner Rahmen) */
.mwf-textinput__input:hover,
.mwf-textarea__textarea:hover,
.mwf-textinput__input:focus,
.mwf-textarea__textarea:focus {
  background: #ffffff;
  border-color: #00A3A8; /* HDI Grün */
}

/* Error State */
.has-error.mwf-textinput__input,
.has-error.mwf-textarea__textarea {
  border: 1px solid #E9192F !important;
  box-shadow: none !important;
  color: #E9192F;
}

/* Label Anpassung (für das "Optional" rechts) */
.mwf-textinput__label,
.mwf-textarea__label {
  display: flex;
  justify-content: space-between; /* Verteilt Label und Info/Optional */
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  order: 1;
  width: 100%;
  margin-bottom: 0.25em;
}

/* Basis-Checkbox (Ungecheckt) */
.mwf-checkbox__text::before {
  background-color: #ffffff;
  border: 1px solid #1a202c; /* Dunkler, klarer Rand */
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 18px; /* Feste, einheitliche Größe */
  width: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  transition: all 0.2s ease;
}

/* Hover & Focus (Checkbox) */
.mwf-checkbox__input:hover + .mwf-checkbox__label.mwf-checkbox__text::before {
  border-color: #00A3A8;
  background-color: #f7fcf3;
}
.mwf-checkbox__input:focus + .mwf-checkbox__label.mwf-checkbox__text::before {
  outline: 2px solid #00A3A8;
  outline-offset: 2px;
}

/* Gecheckt (Grüner Hintergrund, weißer Haken als SVG) */
.mwf-checkbox__input:checked ~ .mwf-checkbox__label.mwf-checkbox__text::before {
  background-color: #5B9516; /* HDI Grün */
  border-color: #5B9516;
  box-shadow: none; /* Überschreibt den alten Inset-Shadow */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8 7 11 13 4'/%3E%3C/svg%3E");
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
}

/* Basis-Radio (Ungecheckt) */
.mwf-radio__text::before {
  background-color: #ffffff;
  border: 1px solid #1a202c; /* Dunkler Rand */
  border-radius: 50%; /* Rund */
  content: "";
  display: inline-block;
  height: 18px; /* Gleiche Größe wie Checkbox */
  width: 18px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  transition: all 0.2s ease;
}

.input-radio {
  display: flex;
  gap: 1rem;
  padding-bottom: 0.3rem;
}
.input-radio {
  accent-color: #5B9516;
  border-color: #5B9516;
}


.input-radio input {
  transform: scale(1.85);
}

/* Hover & Focus (Radio) */
.mwf-radio__input:hover + .mwf-radio__label.mwf-radio__text::before {
  border-color: #00A3A8;
}
.mwf-radio__input:focus + .mwf-radio__label.mwf-radio__text::before {
  outline: 2px solid #00A3A8;
  outline-offset: 2px;
}

/* Gecheckt (Grüner Rahmen, weißer Abstand, grüner Innenpunkt via Box-Shadow) */
.mwf-radio__input:checked ~ .mwf-radio__label.mwf-radio__text::before {
  background-color: #5B9516; /* Innerer grüner Punkt */
  border-color: #5B9516; /* Äußerer grüner Rand */
  /* Der Inset-Shadow erzeugt den weißen Ring zwischen Punkt und Rahmen */
  box-shadow: inset 0 0 0 3px #ffffff;
}

.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #999;
  overflow: auto;
}

.autocomplete-suggestionsstrong {
  font-weight: bolder;
}

.autocomplete-suggestion {
  font-size: 12px;
  overflow: hidden;
  padding: 2px 5px;
  white-space: nowrap;
}

.autocomplete-selected {
  background: #c3c3c3;
}

.mwf-button {
  background: 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: 0;
  padding: 1em 1.5em;
  transition: 250ms ease;
  border-radius: .5rem;
}

.mwf-button--next, .mwf-button--submit:hover {
  background: #5B9516 !important;
}

.mwf-button--submit {
  background: #65a518 !important;
  color: #fff;
  font-weight: bold;
}

.mwf-button--back, .mwf-button--cancel {
  background: #fff;
  color: #000;
  font-weight: bold;
  outline: 1px solid #333;
  outline-offset: -1px;
}

.mwf-button:hover, .mwf-button:focus {
  background: #2d3748;
  color: #fff;
}

.mwf-button:focus {
  outline: 1px solid #00A3A8;
  outline-offset: -4px;
}

.mwf-button.is-disabled {
  background: #cbd5e0;
  color: #000;
  cursor: not-allowed;
  outline: 0;
}

.mwf-button.is-disabled:focus {
  outline: 1px solid #00A3A8;
}

.mwf-calculatedvalue__label {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 8px;
}

.mwf-calculatedvalue__value {
  color: #4a5568;
  margin: 0;
}

.mwf-captcha {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.mwf-captcha>* {
  flex: 1100%;
  margin-bottom: .5em;
}

.mwf-captcha__label {
  font-size: 1.125em;
  font-weight: bold;
  order: 1;
}

.mwf-captcha__error {
  color: #f56565;
  font-weight: bold;
  order: 4;
}

.mwf-captcha__hint {
  color: #4a5568;
  order: 3;
}

.input__wrapper mwf-m{
  padding: 5px;
}

.mwf-captcha__wrapper {
  order: 2;
}

.mwf-captcha__img {
  border-radius: 3px;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
  display: block;
  margin-bottom: 8px;
}

.mwf-captcha__input {
  background: #e8e8e8;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 1.25em;
  padding: .5rem;
  display: block;
}

.mwf-captcha__input:hover {
  background: #e8e8e8;
  outline: none;
  border: 1px solid transparent;
}

.mwf-captcha__input:focus {
  background: #e8e8e8;
  outline: none;
  border: 1px solid transparent;
}

.has-error.mwf-captcha__input {
  border: 2px solid #f56565;
}

.mwf-checkboxgroup {
  border: 0;
  margin: 0;
  padding: 0;
}

.mwf-checkboxgroup>* {
  margin-bottom: .5em;
}

.mwf-checkboxgroup__legend {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0;
}

.mwf-checkboxgroup__hint {
  color: #4a5568;
}

.mwf-checkboxgroup__error {
  color: #f56565;
  font-weight: bold;
}

.mwf-checkboxgroup__options {
  display: flex;
  flex-direction: column;
  margin: .5rem -0.75rem 1.5rem;
}

.mwf-checkboxgroup__options>* {
  margin: .75rem;
}

.mwf-horizontal.mwf-checkboxgroup__options {
  flex-flow: row wrap;
}

.mwf-checkboxgroup__img {
  border-radius: 3px;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
}

.mwf-checkbox>*:not(:last-child) {
  margin-bottom: .5em;
}

.mwf-checkbox__label {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}

.mwf-checkbox__text {
  align-items: center;
  display: flex;
  position: relative;
}

.mwf-checkbox__text::before {
  background-color: #e8e8e8;
  border: 1px solid #999;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: .3em;
  width: 1em;
}

.mwf-no-toggle.mwf-checkbox__text::before {
  content: unset;
}

.mwf-checkbox__input:hover+.mwf-checkbox__label.mwf-checkbox__text::before {
  background: #d8d8d8;
  border-color: #777;
}

.mwf-checkbox__input:focus+.mwf-checkbox__label.mwf-checkbox__text::before {
  outline: 2px solid #00A3A8;
  outline-offset: 2px;
}

.mwf-checkbox__img {
  border-radius: 3px;
  max-height: 100px;
  max-width: 100px;
}

.mwf-checkbox__img-wrapper {
  font-size: 0;
  margin-left: 22px;
  margin-top: 10px;
  position: relative;
}

.mwf-checkbox__input:checked~.mwf-checkbox__label.mwf-checkbox__text::before {
  background-color: #1a202c;
  box-shadow: inset 0 0 0 3px #fff;
}

.mwf-image-only.mwf-checkbox__text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.mwf-no-toggle.mwf-checkbox__text {
  color: #fff;
  font-size: large;
  left: 8px;
  position: relative;
  text-shadow: 1px 1px 2px #1a202c;
  top: 5px;
}

.mwf-checkbox__input {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.mwf-no-toggle.mwf-checkbox__input~.mwf-checkbox__label.mwf-checkbox__img-wrapper {
  margin: 0;
  top: -20px;
  z-index: -1;
}

.mwf-no-toggle.mwf-checkbox__input:checked~.mwf-checkbox__label.mwf-checkbox__img-wrapper::after {
  border: 1px solid #1a202c;
  border-radius: 2px;
  bottom: 0;
  box-shadow: #ed8936 0 0 2px 2px inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mwf-image-only.mwf-checkbox__input~.mwf-checkbox__label.mwf-checkbox__img-wrapper {
  margin: 0;
}

.mwf-image-only.mwf-checkbox__input~.mwf-checkbox__label.mwf-checkbox__img-wrapper::before {
  border: 2px solid rgba(128,128,128,0.795);
  border-radius: 2px;
  box-shadow: rgba(128,128,128,0.3) 0 0 1px 1px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 20px;
}

.mwf-image-only.mwf-checkbox__input:checked~.mwf-checkbox__label.mwf-checkbox__img-wrapper::before {
  background-color: #ed8936;
  border: 2px solid #ed8936;
}

.mwf-image-only.mwf-checkbox__input:checked~.mwf-checkbox__label.mwf-checkbox__img-wrapper::after {
  background: #fff;
  box-shadow: 2px 0 0 #fff, 4px0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
  content: "";
  height: 2px;
  left: 10px;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
  width: 2px;
}

.mwf-select {
  display: flex;
  flex-flow: column nowrap;
}

.mwf-select>* {
  margin-bottom: .5em;
}

.mwf-select__img {
  border-radius: 3px;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
}

.mwf-select__label {
  font-size: 1.125em;
  font-weight: bold;
  order: 0;
}

.mwf-select__hint {
  color: #4a5568;
  order: 3;
}

.mwf-select__error {
  color: #f56565;
  font-weight: bold;
  order: 4;
}

.mwf-select__select {
  background: #e8e8e8;
  border: 1px solid transparent;
  border-radius: .5rem;
  font-size: 1rem;
  padding: .5rem;
  max-width: 100%;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  order: 2;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: 100%;
}

.mwf-select__select:hover {
  background: #fff;
  outline: none;
  border: 1px solid #e8e8e8;
}

.mwf-select__select:focus {
  background: #e8e8e8;
  outline: none;
  border: 1px solid transparent;
}

.has-error.mwf-select__select {
  border: 2px solid #f56565;
}

.mwf-select--s.mwf-select__select {
  width: 150px;
}

.mwf-select--m.mwf-select__select {
  width: 300px;
}

.mwf-select--l.mwf-select__select {
  width: 100%;
}

.mwf-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.mwf-fieldset__legend {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0;
}

.mwf-fieldset__content {
  border: 1px solid #a0aec0;
  padding: 1rem;
}

.mwf-fieldset--rounded.mwf-fieldset__content {
  border-radius: 50px;
}

.mwf-fieldset--inset.mwf-fieldset__content {
  box-shadow: inset 0 0 5px 1px rgba(0,0,0,0.15);
}

.mwf-fieldset--background.mwf-fieldset__content {
  background: #e0f2fe;
}

.mwf-file__legend {
  display: flex;
  flex-flow: column;
}

.mwf-file__label {
  font-size: 1.125em;
  font-weight: bold;
  flex: 1 100%;
  margin: 0;
}

.mwf-file__hint {
  color: #4a5568;
  flex: 1 100%;
  margin-top: .5em;
}

.mwf-file__error {
  color: #f56565;
  font-weight: bold;
  flex: 1 100%;
  margin-top: .5em;
}

.mwf-file__uploaded-heading {
  font-size: 1.2em;
  padding: 0 8px;
  text-align: right;
}

.mwf-file__uploaded-actions {
  margin-bottom: 1em;
}

.mwf-file__uploaded-button {
  background: transparent;
  border: 1px solid #1a202c;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  padding: .5em 1em;
  transition: 200ms ease;
}

.mwf-file__uploaded-button:hover, .mwf-file__uploaded-button:focus {
  background: #2d3748;
  border-color: transparent;
  color: #fff;
}

.mwf-file__ul {
  list-style: none;
  padding: 0;
}

.mwf-file__li {
  background: #f1f1f1;
  border-radius: 1rem;
  display: flex;
  flex-flow: row wrap;
  margin: 8px 0;
  padding: 16px;
}

.mwf-file__li>* {
  margin: calc(1em/2) 0;
}

.mwf-file__img {
  border-radius: 1rem;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
  display: block;
  max-height: 120px;
  max-width: 120px;
  width: 100%;
}

.mwf-file__file-progress {
  background-color: #e0e0e0;
  border-radius: 3px;
  margin: 8px 0;
  width: 100%;
}

.mwf-file__file-progressdiv {
  background: #ed8936;
  border-radius: 3px;
  color: #fff;
  padding: 6px;
  text-align: right;
}

.mwf-file__file-info {
  display: flex;
  flex: 1;
  flex-flow: column nowrap;
  margin: calc(1em/2);
  padding: 8px;
}

.mwf-file__file-info>div {
  display: flex;
  flex-direction: column;
}

.mwf-file__file-info.mwf-file__file-size {
  color: rgba(0,0,0,0.5);
  margin: 4px 0 12px;
}

.mwf-file__file-error {
  color: #f56565;
  font-weight: bold;
}

.mwf-file__file-actions {
  flex: 0;
}

.mwf-file__file-button {
  background: transparent;
  border: 1px solid #1a202c;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  padding: .5em 1em;
  transition: 200ms ease;
}

.mwf-file__file-button:hover, .mwf-file__file-button:focus {
  background: #2d3748;
  border-color: transparent;
  color: #fff;
}

.mwf-file__dropzone {
  align-items: flex-start;
  border: 2px dashed #8b9bba;
  display: flex;
  justify-content: start;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 3em 1em;
  width: 100%;
  gap: 0rem;
  border-radius: 1rem;
  background: #eeeeef;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover, input:not([type=checkbox]):not([type=radio]):not([type=submit])[readonly] {
  cursor: pointer;
}
.mwf-file__button {
  background: #5B9516;
  border-radius: 3px;
  color: #fff;
  display: block;
  padding: 1em 1.5em;
  transition: 300ms ease;
}

.mwf-file__button:hover, .mwf-file__button:focus-within {
  background: #2d3748;
  color: #fff;
  cursor: pointer;
}

.mwf-file__input {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.mwf-form {
  box-sizing: border-box;
  margin: auto;
}

.mwf-form*, .mwf-form*::before, .mwf-form*::after {
  box-sizing: inherit;
}

.mwf-form__heading {
  font-size: 2em;
  margin-bottom: 8px;
}

.mwf-form__errors {
  color: #f56565;
  font-weight: bold;
}

.mwf-form__actions {
  display: flex;
  justify-content: space-between;
  margin: 2em 0;
}

.mwf-hidden {
  display: none !important;
}

.mwf-textinput {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.mwf-textinput>* {
  flex: 1 100%;
  margin-bottom: .5em;
}

.mwf-textinput__label {
  font-size: 1.125em;
  font-weight: bold;
  order: 1;
  width: 100%;
}

.mwf-textinput__error {
  color: #f56565;
  font-weight: bold;
  order: 4;
}

.mwf-textinput__hint {
  color: #4a5568;
  order: 3;
}

.mwf-textinput__input {
  background: #EEEEEF;
  border-radius: 8px;
  padding: .5rem;
  flex-grow: 0;
  flex-shrink: 1;
  order: 2;
  width: 100%;
  font-size: 18px;
}

.mwf-textinput__input:hover {
  background: #e8e8e8;
  outline: none;
}

.mwf-textinput__input:focus {
  background: #e8e8e8;
}

.has-error.mwf-textinput__input {
  border: 1px solid #E9192F;
}

.mwf-layout--stacked.mwf-textinput__input {
  flex: 1;
}

.mwf-layout--default.mwf-textinput__input {
  min-width: 50px;
}

.mwf-layout--default.mwf-textinput--xs.mwf-textinput__input {
  flex-basis: 50px;
}

.mwf-layout--default.mwf-textinput--s.mwf-textinput__input {
  flex-basis: 100px;
}

.mwf-layout--default.mwf-textinput--m.mwf-textinput__input {
  flex-basis: 150px;
}

.mwf-layout--default.mwf-textinput--l.mwf-textinput__input {
  flex-basis: 200px;
}

.mwf-layout--default.mwf-textinput--xl.mwf-textinput__input {
  flex-basis: 250px;
}

.mwf-layout--default.mwf-textinput--xxl.mwf-textinput__input {
  flex-basis: 300px;
}

.mwf-layout--stacked.mwf-textinput--xs {
  flex: 10 50px;
}

.mwf-layout--stacked.mwf-textinput--xs.mwf-textinput__input {
  min-width: 50px;
}

.mwf-layout--stacked.mwf-textinput--s {
  flex: 20 100px;
}

.mwf-layout--stacked.mwf-textinput--s.mwf-textinput__input {
  min-width: 100px;
}

.mwf-layout--stacked.mwf-textinput--m {
  flex: 30 150px;
}

.mwf-layout--stacked.mwf-textinput--m.mwf-textinput__input {
  min-width: 150px;
}

.mwf-layout--stacked.mwf-textinput--l {
  flex: 40 200px;
}

.mwf-layout--stacked.mwf-textinput--l.mwf-textinput__input {
  min-width: 200px;
}

.mwf-layout--stacked.mwf-textinput--xl {
  flex: 50 250px;
}

.mwf-layout--stacked.mwf-textinput--xl.mwf-textinput__input {
  min-width: 250px;
}

.mwf-layout--stacked.mwf-textinput--xxl {
  flex: 60 300px;
}

.mwf-layout--stacked.mwf-textinput--xxl.mwf-textinput__input {
  min-width: 300px;
}

.mwf-break {
  flex-basis: 100%;
  height: 0;
  margin: 0;
}

.mwf-form-steps {
  margin-bottom: 1.5em;
}

.mwf-form-steps__heading {
  margin-bottom: 32px;
}

.mwf-form-steps__list {
  counter-reset: form-step;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.mwf-form-steps__list::before {
  background-color: #e7e7e7;
  content: "";
  height: 3px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.mwf-form-steps__item {
  align-items: center;
  background-color: #2d3748;
  border-radius: 2px;
  color: #fff;
  display: flex;
  max-width: 400px;
  padding: 14px 20px;
}

.mwf-form-steps__item::before {
  align-items: center;
  content: counter(form-step);
  counter-increment: form-step;
  display: flex;
  height: 20px;
  justify-content: center;
  margin-right: 8px;
}

.mwf-form-steps__item--completed {
  background-color: #5B9516;
  cursor: pointer;
  list-style-type: none;
}

.mwf-form-steps__item--completedspan {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.mwf-form-steps__item--completed::before {
  content: "✓";
}

.mwf-form-steps__item--current {
  background-color: #5B9516;
}

.mwf-form-steps__item--currentspan {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.d-none {
  display: none !important;
}
.input-radio input {
  left: -9999px;
  position: absolute;
}
.input-radio .label, .input-radio label {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  color: #000;
  padding: .125rem 0 0 2.25rem;
  min-height: 28px;
  cursor: pointer;
}
.input-radio .label:before, .input-radio label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 100%;
  background: #fff;
  transition: all .1s ease-out;
}
.input-radio input:checked+.label:before, .input-radio input:checked+label:before {
  background: #000;
  box-shadow: inset 0 0 0 .375rem #fff;
}
.mwf-radiogroup {
  border: 0;
  margin: 0;
  padding: 0;
}

.mwf-radiogroup>* {
  margin-bottom: .5em;
}

.mwf-radiogroup__legend {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0;
}

.mwf-radiogroup__hint {
  color: #4a5568;
}

.mwf-radiogroup__error {
  color: #f56565;
  font-weight: bold;
}

.mwf-radiogroup__options {
  display: flex;
  flex-direction: column;
  margin: .5rem -0.75rem 1.5rem;
}

.mwf-radiogroup__options>* {
  margin: .75rem;
}

.mwf-horizontal.mwf-radiogroup__options {
  flex-flow: row wrap;
}

.mwf-radiogroup__img {
  border-radius: 3px;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
}

.mwf-radio>*:not(:last-child) {
  margin-bottom: .5em;
}

.mwf-radio__label {
  display: inline-flex;
  flex-flow: row;
  flex-direction: column;
  position: relative;
}

.mwf-radio__text {
  line-height: 1;
  position: relative;
}

.mwf-radio__text::before {
  background-color: #e8e8e8;
  border: 1px solid #999;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: .3em;
  position: relative;
  top: 2px;
  width: 1em;
}

.mwf-no-toggle.mwf-radio__text::before {
  content: unset;
}

.mwf-radio__input:hover+.mwf-radio__label.mwf-radio__text::before {
  background: #d8d8d8;
  border-color: #777;
}

.mwf-radio__input:focus+.mwf-radio__label.mwf-radio__text::before {
  outline: 2px solid #00A3A8;
  outline-offset: 2px;
}

.mwf-radio__img {
  border-radius: 3px;
  max-height: 100px;
  max-width: 100px;
}

.mwf-radio__img-wrapper {
  font-size: 0;
  margin-left: 22px;
  margin-top: 10px;
  position: relative;
}

.mwf-radio__input:checked~.mwf-radio__label.mwf-radio__text::before {
  background-color: #1a202c;
  box-shadow: inset 0 0 0 3px #fff;
}

.mwf-image-only.mwf-radio__text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.mwf-no-toggle.mwf-radio__text {
  color: #fff;
  font-size: large;
  left: 8px;
  position: relative;
  text-shadow: 1px 1px 2px #1a202c;
  top: 5px;
}

.mwf-radio__input {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.mwf-no-toggle.mwf-radio__input~.mwf-radio__label.mwf-radio__img-wrapper {
  margin: 0;
  top: -20px;
  z-index: -1;
}

.mwf-no-toggle.mwf-radio__input:checked~.mwf-radio__label.mwf-radio__img-wrapper::after {
  border: 1px solid #1a202c;
  border-radius: 3px;
  bottom: 0;
  box-shadow: #ed8936 0 0 2px 2px inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mwf-image-only.mwf-radio__input~.mwf-radio__label.mwf-radio__img-wrapper {
  margin: 0;
}

.mwf-image-only.mwf-radio__input~.mwf-radio__label.mwf-radio__img-wrapper::before {
  border: 2px solid rgba(128,128,128,0.795);
  border-radius: 50%;
  box-shadow: rgba(128,128,128,0.3) 0 0 1px 1px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 20px;
}

.mwf-image-only.mwf-radio__input:checked~.mwf-radio__label.mwf-radio__img-wrapper::before {
  background-color: #ed8936;
  border: 2px solid #ed8936;
}


.mwf-summary__label {
  font-size: 1.125em;
  font-weight: bold;
}

.mwf-summary__list {
  list-style: none;
  padding-left: 0;
}

.mwf-summary-item__label {
  font-weight: bold;
}

.mwf-summary-item__label::after {
  content: ": ";
}

.mwf-textarea {
  display: flex;
  flex: 0 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
}

.mwf-textarea>* {
  flex: 1 100%;
  margin-bottom: .5em;
}

.mwf-textarea__label {
  font-size: 1.125em;
  font-weight: bold;
  order: 1;
}

.mwf-textarea__error {
  color: #f56565;
  font-weight: bold;
  order: 4;
}

.mwf-textarea__hint {
  color: #4a5568;
  order: 3;
}

.mwf-textarea__textarea {
  padding: .5rem;
  flex: 0 50%;
  font-family: -apple-system, BlinkMacSystemFont, "SegoeUI", Roboto, Oxygen, Ubuntu, Cantarell, "OpenSans", "HelveticaNeue", sans-serif;
  min-height: 120px;
  min-width: 100px;
  order: 2;
  background: #EEEEEF;
  border-radius: 8px;
  width: 100%;
  font-size: 18px;
}

.mwf-textarea__textarea:hover {
  background: #e8e8e8;
}

.mwf-textarea__textarea:focus {
  background: #e8e8e8;
}

.has-error.mwf-textarea__textarea {
  border: 1px solid #E9192F;
}

.mwf-textarea__textarea[cols] {
  flex-basis: auto;
}

.mwf-textarea--s.mwf-textarea__textarea {
  flex-basis: 150px;
}

.mwf-textarea--m.mwf-textarea__textarea {
  flex-basis: 300px;
}

.mwf-textarea--l.mwf-textarea__textarea {
  flex-basis: 600px;
}

.mwf-layout--stacked {
  display: flex;
  flex-flow: row wrap;
}

.mwf-layout--stacked>* {
  flex: 1 1 100%;
}

.mwf-layout.group {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}

.mwf-layout.group>* {
  flex: 1 1 auto;
  min-width: 0;
}

@media screen and(prefers-reduced-motion:reduce) {
  .mwf-button {
    transition: none;
  }
}

@media screen and(prefers-reduced-motion:reduce) {
  .mwf-file__uploaded-button {
    transition: none;
  }
}

@media screen and(prefers-reduced-motion:reduce) {
  .mwf-file__file-button {
    transition: none;
  }
}

@media screen and(prefers-reduced-motion:reduce) {
  .mwf-file__button {
    transition: none;
  }
}

@media only screen and(min-width:600px) {
  .mwf-form-steps__list {
    align-items: center;
    flex-direction: row;
  }
}

@media only screen and(max-width:600px) {
  .mwf-form-steps__list::before {
    display: none;
  }
}

@media only screen and(max-width:600px) {
  .mwf-form-steps__item {
    margin-bottom: 8px;
  }
}

.row.mwf-layout {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

main [class*=col-] {
  display: flex;
  flex-direction: column;
  padding-bottom: 0.5rem;
}

@media (min-width: 320px) {
  .col-xs {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xs-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-xs-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xs-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xs-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xs-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-xs-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xs-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xs-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xs-first {
    order: -1
  }

  .order-xs-last {
    order: 13
  }

  .order-xs-0 {
    order: 0
  }

  .order-xs-1 {
    order: 1
  }

  .order-xs-2 {
    order: 2
  }

  .order-xs-3 {
    order: 3
  }

  .order-xs-4 {
    order: 4
  }

  .order-xs-5 {
    order: 5
  }

  .order-xs-6 {
    order: 6
  }

  .order-xs-7 {
    order: 7
  }

  .order-xs-8 {
    order: 8
  }

  .order-xs-9 {
    order: 9
  }

  .order-xs-10 {
    order: 10
  }

  .order-xs-11 {
    order: 11
  }

  .order-xs-12 {
    order: 12
  }

  .offset-xs-0 {
    margin-left: 0
  }

  .offset-xs-1 {
    margin-left: 8.33333%
  }

  .offset-xs-2 {
    margin-left: 16.66667%
  }

  .offset-xs-3 {
    margin-left: 25%
  }

  .offset-xs-4 {
    margin-left: 33.33333%
  }

  .offset-xs-5 {
    margin-left: 41.66667%
  }

  .offset-xs-6 {
    margin-left: 50%
  }

  .offset-xs-7 {
    margin-left: 58.33333%
  }

  .offset-xs-8 {
    margin-left: 66.66667%
  }

  .offset-xs-9 {
    margin-left: 75%
  }

  .offset-xs-10 {
    margin-left: 83.33333%
  }

  .offset-xs-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 480px) {
  .col-sm {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333%
  }

  .offset-sm-2 {
    margin-left: 16.66667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333%
  }

  .offset-sm-5 {
    margin-left: 41.66667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333%
  }

  .offset-sm-8 {
    margin-left: 66.66667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333%
  }

  .offset-sm-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333%
  }

  .offset-md-2 {
    margin-left: 16.66667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333%
  }

  .offset-md-5 {
    margin-left: 41.66667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333%
  }

  .offset-md-8 {
    margin-left: 66.66667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333%
  }

  .offset-md-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333%
  }

  .offset-lg-2 {
    margin-left: 16.66667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333%
  }

  .offset-lg-5 {
    margin-left: 41.66667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333%
  }

  .offset-lg-8 {
    margin-left: 66.66667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333%
  }

  .offset-lg-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333%
  }

  .offset-xl-2 {
    margin-left: 16.66667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333%
  }

  .offset-xl-5 {
    margin-left: 41.66667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333%
  }

  .offset-xl-8 {
    margin-left: 66.66667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333%
  }

  .offset-xl-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 1366px) {
  .col-xxl {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xxl-first {
    order: -1
  }

  .order-xxl-last {
    order: 13
  }

  .order-xxl-0 {
    order: 0
  }

  .order-xxl-1 {
    order: 1
  }

  .order-xxl-2 {
    order: 2
  }

  .order-xxl-3 {
    order: 3
  }

  .order-xxl-4 {
    order: 4
  }

  .order-xxl-5 {
    order: 5
  }

  .order-xxl-6 {
    order: 6
  }

  .order-xxl-7 {
    order: 7
  }

  .order-xxl-8 {
    order: 8
  }

  .order-xxl-9 {
    order: 9
  }

  .order-xxl-10 {
    order: 10
  }

  .order-xxl-11 {
    order: 11
  }

  .order-xxl-12 {
    order: 12
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333%
  }

  .offset-xxl-2 {
    margin-left: 16.66667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333%
  }

  .offset-xxl-5 {
    margin-left: 41.66667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333%
  }

  .offset-xxl-8 {
    margin-left: 66.66667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333%
  }

  .offset-xxl-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 1920px) {
  .col-hd {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-hd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-hd-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-hd-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-hd-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-hd-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-hd-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-hd-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-hd-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-hd-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-hd-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-hd-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-hd-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-hd-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-hd-first {
    order: -1
  }

  .order-hd-last {
    order: 13
  }

  .order-hd-0 {
    order: 0
  }

  .order-hd-1 {
    order: 1
  }

  .order-hd-2 {
    order: 2
  }

  .order-hd-3 {
    order: 3
  }

  .order-hd-4 {
    order: 4
  }

  .order-hd-5 {
    order: 5
  }

  .order-hd-6 {
    order: 6
  }

  .order-hd-7 {
    order: 7
  }

  .order-hd-8 {
    order: 8
  }

  .order-hd-9 {
    order: 9
  }

  .order-hd-10 {
    order: 10
  }

  .order-hd-11 {
    order: 11
  }

  .order-hd-12 {
    order: 12
  }

  .offset-hd-0 {
    margin-left: 0
  }

  .offset-hd-1 {
    margin-left: 8.33333%
  }

  .offset-hd-2 {
    margin-left: 16.66667%
  }

  .offset-hd-3 {
    margin-left: 25%
  }

  .offset-hd-4 {
    margin-left: 33.33333%
  }

  .offset-hd-5 {
    margin-left: 41.66667%
  }

  .offset-hd-6 {
    margin-left: 50%
  }

  .offset-hd-7 {
    margin-left: 58.33333%
  }

  .offset-hd-8 {
    margin-left: 66.66667%
  }

  .offset-hd-9 {
    margin-left: 75%
  }

  .offset-hd-10 {
    margin-left: 83.33333%
  }

  .offset-hd-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 2440px) {
  .col-hdex {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-hdex-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-hdex-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-hdex-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-hdex-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-hdex-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-hdex-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-hdex-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-hdex-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-hdex-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-hdex-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-hdex-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-hdex-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-hdex-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-hdex-first {
    order: -1
  }

  .order-hdex-last {
    order: 13
  }

  .order-hdex-0 {
    order: 0
  }

  .order-hdex-1 {
    order: 1
  }

  .order-hdex-2 {
    order: 2
  }

  .order-hdex-3 {
    order: 3
  }

  .order-hdex-4 {
    order: 4
  }

  .order-hdex-5 {
    order: 5
  }

  .order-hdex-6 {
    order: 6
  }

  .order-hdex-7 {
    order: 7
  }

  .order-hdex-8 {
    order: 8
  }

  .order-hdex-9 {
    order: 9
  }

  .order-hdex-10 {
    order: 10
  }

  .order-hdex-11 {
    order: 11
  }

  .order-hdex-12 {
    order: 12
  }

  .offset-hdex-0 {
    margin-left: 0
  }

  .offset-hdex-1 {
    margin-left: 8.33333%
  }

  .offset-hdex-2 {
    margin-left: 16.66667%
  }

  .offset-hdex-3 {
    margin-left: 25%
  }

  .offset-hdex-4 {
    margin-left: 33.33333%
  }

  .offset-hdex-5 {
    margin-left: 41.66667%
  }

  .offset-hdex-6 {
    margin-left: 50%
  }

  .offset-hdex-7 {
    margin-left: 58.33333%
  }

  .offset-hdex-8 {
    margin-left: 66.66667%
  }

  .offset-hdex-9 {
    margin-left: 75%
  }

  .offset-hdex-10 {
    margin-left: 83.33333%
  }

  .offset-hdex-11 {
    margin-left: 91.66667%
  }
}

@media (min-width: 3840px) {
  .col-4k {
    flex-basis:0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-4k-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-4k-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
  }

  .col-4k-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
  }

  .col-4k-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-4k-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }

  .col-4k-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
  }

  .col-4k-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-4k-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
  }

  .col-4k-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }

  .col-4k-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-4k-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
  }

  .col-4k-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
  }

  .col-4k-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-4k-first {
    order: -1
  }

  .order-4k-last {
    order: 13
  }

  .order-4k-0 {
    order: 0
  }

  .order-4k-1 {
    order: 1
  }

  .order-4k-2 {
    order: 2
  }

  .order-4k-3 {
    order: 3
  }

  .order-4k-4 {
    order: 4
  }

  .order-4k-5 {
    order: 5
  }

  .order-4k-6 {
    order: 6
  }

  .order-4k-7 {
    order: 7
  }

  .order-4k-8 {
    order: 8
  }

  .order-4k-9 {
    order: 9
  }

  .order-4k-10 {
    order: 10
  }

  .order-4k-11 {
    order: 11
  }

  .order-4k-12 {
    order: 12
  }

  .offset-4k-0 {
    margin-left: 0
  }

  .offset-4k-1 {
    margin-left: 8.33333%
  }

  .offset-4k-2 {
    margin-left: 16.66667%
  }

  .offset-4k-3 {
    margin-left: 25%
  }

  .offset-4k-4 {
    margin-left: 33.33333%
  }

  .offset-4k-5 {
    margin-left: 41.66667%
  }

  .offset-4k-6 {
    margin-left: 50%
  }

  .offset-4k-7 {
    margin-left: 58.33333%
  }

  .offset-4k-8 {
    margin-left: 66.66667%
  }

  .offset-4k-9 {
    margin-left: 75%
  }

  .offset-4k-10 {
    margin-left: 83.33333%
  }

  .offset-4k-11 {
    margin-left: 91.66667%
  }
}

/* =========================================
   HDI Validierungs-Zustaende (Ergaenzung)
   Wird vom Standalone-JS (hdi-formcentric.js) gesetzt:
     .input.is-invalid / .input.is-valid (Wrapper),
     .input__validate-icon (Status-Icon), .parsley-errors-list (Meldung),
     Submit-Button via [disabled].
   Palette aus dieser Datei: #E9192F (Rot), #5B9516 (Gruen), #cbd5e0 (Disabled).
   ========================================= */

input:valid, select:valid {
  background: #ffffff;
  border: 1px solid #6C6F70;
}
/* Feld-Zustaende: roter bzw. gruener Rahmen am eigentlichen Eingabefeld */
.input.is-invalid .mwf-textinput__input,
.input.is-invalid .mwf-textarea__textarea,
.input.is-invalid select.mwf-select__select {
  border-color: #E9192F !important;
  background: #ffffff;
  color: #1a202c;
}

.input.is-valid .mwf-textinput__input,
.input.is-valid .mwf-textarea__textarea,
.input.is-valid select.mwf-select__select {
  border-color: #5B9516 !important;
  background: #ffffff;
}

/* Wrapper als Anker fuer das Status-Icon */
.input .input__wrapper {
  position: relative;
}

.mwf-file__file-button secondary .icon--before .icon--loschen{
  background: #65a518 !important;
  color: #fff !important;
  font-weight: bold !important;
  border: 0 !important;
  border-radius: .5rem !important;
  padding: 1em 1.5em !important;
  cursor: pointer !important;
  transition: background 250ms ease !important;
  text-underline: none !important;
  text-decoration: none !important;
}

.mwf-file__uploaded-actions.input-file__general-actions a, a.mwf-file__file-button.secondary.icon--before.icon--loschen{
  border: 1px solid #E9192F;
  background: #ffffff;
  color: #E9192F;
  font-weight: bold;
  border-radius: .5rem;
  padding: 1em 1.5em;
  cursor: pointer;
  transition: background 250ms ease;
  text-underline: none;
  text-decoration: none;
}

/* Status-Icon rechts im Feld (Unicode-Ersatz, kein Icon-Font noetig) */
.input .input__validate-icon {
  position: absolute;
  top: 0;
  right: .75rem;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  font-weight: bold;
  line-height: 1;
}

.input .input__validate-icon.icon--close::before {
  content: "\2715"; /* ✕ */
  color: #E9192F;
}

/* Fehlermeldung(en) unter dem Feld */
.input .parsley-errors-list {
  list-style: none;
  margin: .375rem 0 0;
  padding: 0;
  color: #E9192F;
  font-size: .85em;
  line-height: 1.3;
}

.input .parsley-errors-list li {
  margin-top: .125rem;
}

.input .parsley-errors-list li::before {
  content: "\26A0"; /* ⚠ */
  margin-right: .375rem;
}

/* Checkbox-/Radio-Pflichtgruppen: Fehler sichtbar machen */
.input.input-checkbox.is-invalid .mwf-checkbox__label,
.input.input-radio.is-invalid label {
  color: #E9192F;
}

.mwf-fieldset__error {
  color: #E9192F;
  font-size: .85em;
}

/* Submit-Button ausgegraut, solange das Formular ungueltig ist.
   Das JS haelt den Button in diesem Fall auf [disabled]. */
.mwf-button--submit:disabled,
.mwf-button--submit[disabled] {
  background: #cbd5e0 !important;
  color: #4a5568 !important;
  cursor: not-allowed;
  outline: 0;
  opacity: 1;
}

.mwf-button--submit:disabled:hover,
.mwf-button--submit[disabled]:hover {
  background: #cbd5e0 !important;
}

/* =========================================
   HDI Datei-Upload (mwf-file) – Dropzone-Look
   Markup: .mwf-file__dropzone > [.mwf-file__button = Hinweistext-Label mit
   Doc-Icon] + [button.button--primary = "Datei auswaehlen"] + .hint.
   Ueberschreibt die vorhandenen (fehlerhaften) mwf-file__button-Gruenregeln.
   ========================================= */

/* Titel oberhalb der Dropzone */
.mwf-file__label,
.input-file__label {
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 0 .5rem;
}
.mwf-file__label .optional,
.input-file__label .optional {
  font-weight: normal;
  color: #6C6F70;
}

/* Graue, abgerundete Dropzone */
.mwf-file__dropzone,
.input-file__dropzone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: #f1f1f1;
  border: 1px solid #d8d8d8;
  border-radius: .5rem;
  position: relative;
}

/* Hinweistext-Label: grauer Text + Dokument-Icon (Inline-SVG, kein Font) */
.mwf-file__dropzone .mwf-file__button,
.input-file__dropzone .mwf-file__button {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0;
  padding: 0;
  background: none;
  color: #6C6F70;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.35;
  cursor: pointer;
  transition: color 200ms ease;
}
.mwf-file__dropzone .mwf-file__button:hover,
.mwf-file__dropzone .mwf-file__button:focus-within {
  background: none;
  color: #1a202c;
}
.mwf-file__dropzone .mwf-file__button::before {
  content: "";
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  background: no-repeat center / contain url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxYTIwMmMiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xNCAzSDdhMiAyIDAgMCAwLTIgMnYxNGEyIDIgMCAwIDAgMiAyaDEwYTIgMiAwIDAgMCAyLTJWOHoiLz48cGF0aCBkPSJNMTQgM3Y1aDUiLz48bGluZSB4MT0iOSIgeTE9IjEzIiB4Mj0iMTUiIHkyPSIxMyIvPjxsaW5lIHgxPSI5IiB5MT0iMTciIHgyPSIxNSIgeTI9IjE3Ii8+PC9zdmc+");
}

/* "Datei auswaehlen"-Button gruen (HDI) */
.mwf-file__dropzone .button.button--primary,
.mwf-file .button.button--primary {
  display: none;
}
.mwf-file__dropzone .button.button--primary:hover,
.mwf-file__dropzone .button.button--primary:focus,
.mwf-file .button.button--primary:hover {
  background: #5B9516;
}

/* Hinweis-Zeile (erlaubte Dateitypen) */
.mwf-file__hint,
.input-file__hint {
  color: #6C6F70;
  font-size: .85em;
  margin-top: .5rem;
}
.mwf-file__hint p {
  margin: 0;
}

/* Fehlerzustand der Dropzone (Parsley setzt is-invalid auf #dropzone…) */
.mwf-file__dropzone.is-invalid,
.input-file__dropzone.is-invalid {
  border-color: #E9192F;
  background: #fdecee;
}
.mwf-file__error,
.mwf-file__file-error {
  color: #E9192F;
  font-weight: bold;
}

/* Parsley-Trigger-Input (input.d-hidden) unsichtbar halten – die Utility
   .d-hidden ist in diesem Bundle nicht definiert, sonst zeigt der Browser ein
   leeres Textfeld in der Dropzone. Bleibt im DOM & fuer Parsley validierbar. */
.mwf-file__dropzone input.d-hidden,
.input-file__dropzone input.d-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  opacity: 0;
  pointer-events: none;
}
