#authentication .no-account {
  display: none;
}

.hangstufen-registration-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 22px 0 4px;
}

.hangstufen-registration-button {
  display: inline-block;
  min-width: 183px;
  padding: 12px 27px;
  color: #fff !important;
  background: #91c0d0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  text-decoration: none !important;
  transition: background-color .2s ease;
}

.hangstufen-registration-button:hover,
.hangstufen-registration-button:focus {
  color: #fff !important;
  background: #77aebe;
}

.hangstufen-b2b-pending {
  max-width: 760px;
  margin: 0 auto;
}

/* Private and business registration forms */
body.hangstufen-registration-private .register-form,
body.hangstufen-registration-business .register-form {
  max-width: 860px;
  margin: 0 auto;
}

body.hangstufen-registration-private .register-form > p,
body.hangstufen-registration-business .register-form > p {
  margin: 0 0 18px;
  padding: 13px 16px;
  color: #454f54;
  background: #f4f8fa;
  border-left: 3px solid #91c0d0;
  font-size: 14px;
  line-height: 1.5;
}

body.hangstufen-registration-private .register-form > p a,
body.hangstufen-registration-business .register-form > p a {
  color: #4f91a8;
  font-weight: 600;
  text-decoration: none;
}

body.hangstufen-registration-private #customer-form > section,
body.hangstufen-registration-business #customer-form > section {
  padding: 32px 34px 12px;
  background: #fff;
  border: 1px solid #e2e8eb;
}

body.hangstufen-registration-private #customer-form .form-group.row,
body.hangstufen-registration-business #customer-form .form-group.row {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr) 82px;
  gap: 7px 16px;
  align-items: start;
  margin: 0 0 20px;
}

body.hangstufen-registration-private #customer-form .form-group.row > [class*="col-"],
body.hangstufen-registration-business #customer-form .form-group.row > [class*="col-"] {
  /* The theme's .col-md-3 uses width: 22% !important. Grid items must fill
     their own track, not shrink to 22% of the 165px label column. */
  width: auto !important;
  min-width: 0;
  max-width: none;
  float: none;
  padding: 0;
  flex: none;
}

body.hangstufen-registration-private #customer-form .form-control-label,
body.hangstufen-registration-business #customer-form .form-control-label {
  display: block;
  width: 100%;
  padding-top: 12px;
  color: #24292c;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

body.hangstufen-registration-private #customer-form .form-control-label.required:not(:empty)::after,
body.hangstufen-registration-business #customer-form .form-control-label.required:not(:empty)::after {
  content: " *";
  color: #b44949;
  font-size: 10px;
  line-height: 0;
  vertical-align: super;
}

body.hangstufen-registration-private #customer-form .form-control,
body.hangstufen-registration-business #customer-form .form-control {
  min-height: 44px;
  padding: 10px 12px;
  color: #222;
  background: #fff;
  border: 1px solid #cfd8dc;
  box-shadow: none;
  font-size: 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

body.hangstufen-registration-private #customer-form .form-control:hover,
body.hangstufen-registration-business #customer-form .form-control:hover {
  border-color: #aebdc3;
}

body.hangstufen-registration-private #customer-form .form-control:focus,
body.hangstufen-registration-business #customer-form .form-control:focus {
  border-color: #78afc1;
  box-shadow: 0 0 0 3px rgba(145, 192, 208, .2);
}

body.hangstufen-registration-private #customer-form .input-group,
body.hangstufen-registration-business #customer-form .input-group {
  display: flex;
}

body.hangstufen-registration-private #customer-form .input-group .form-control,
body.hangstufen-registration-business #customer-form .input-group .form-control {
  flex: 1 1 0%;
  width: 0;
  min-width: 0;
}

/* Bootstrap's table-cell width of 1% must not shrink these flex buttons. */
body.hangstufen-registration-private #customer-form .input-group > .input-group-btn,
body.hangstufen-registration-business #customer-form .input-group > .input-group-btn {
  flex: 0 0 auto;
  width: auto;
}

body.hangstufen-registration-private #customer-form [data-action="show-password"],
body.hangstufen-registration-business #customer-form [data-action="show-password"] {
  height: 44px;
  padding: 0 17px;
  color: #445057;
  background: #edf2f4;
  border: 1px solid #cfd8dc;
  border-left: 0;
  font-size: 13px;
}

body.hangstufen-registration-private #customer-form .form-control-comment,
body.hangstufen-registration-business #customer-form .form-control-comment {
  color: #68777e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

body.hangstufen-registration-private #customer-form div > .form-control-comment,
body.hangstufen-registration-business #customer-form div > .form-control-comment {
  display: block;
  padding: 6px 0 0;
}

body.hangstufen-registration-private #customer-form .form-group.row > .form-control-comment,
body.hangstufen-registration-business #customer-form .form-group.row > .form-control-comment {
  padding-top: 13px;
}

body.hangstufen-registration-private #customer-form .form-control-valign,
body.hangstufen-registration-business #customer-form .form-control-valign {
  min-height: 44px;
  padding-top: 10px !important;
}

body.hangstufen-registration-private #customer-form .radio-inline,
body.hangstufen-registration-business #customer-form .radio-inline {
  margin: 0 24px 0 0;
  padding: 0;
  color: #30383c;
  font-weight: 500;
  text-align: left;
}

body.hangstufen-registration-private #customer-form .custom-radio,
body.hangstufen-registration-business #customer-form .custom-radio {
  width: 19px;
  height: 19px;
  margin: -2px 7px 0 0;
  border-color: #9cabb1;
}

body.hangstufen-registration-private #customer-form .custom-radio input[type="radio"]:checked + span,
body.hangstufen-registration-business #customer-form .custom-radio input[type="radio"]:checked + span {
  width: 11px;
  height: 11px;
  background: #78afc1;
}

body.hangstufen-registration-private #customer-form .custom-checkbox,
body.hangstufen-registration-business #customer-form .custom-checkbox {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0 10px;
  align-items: start;
  line-height: 1.45;
}

body.hangstufen-registration-private #customer-form .custom-checkbox input[type="checkbox"] + span,
body.hangstufen-registration-business #customer-form .custom-checkbox input[type="checkbox"] + span {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  background: #fff;
  border: 1px solid #9cabb1;
}

body.hangstufen-registration-private #customer-form .custom-checkbox input[type="checkbox"]:focus + span,
body.hangstufen-registration-business #customer-form .custom-checkbox input[type="checkbox"]:focus + span {
  border-color: #78afc1;
  box-shadow: 0 0 0 3px rgba(145, 192, 208, .2);
}

body.hangstufen-registration-private #customer-form .custom-checkbox input[type="checkbox"] + span .checkbox-checked,
body.hangstufen-registration-business #customer-form .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  margin: -1px 0 0 1px;
  color: #5b9fb6;
  font-size: 17px;
  line-height: 19px;
}

body.hangstufen-registration-private #customer-form .custom-checkbox label,
body.hangstufen-registration-business #customer-form .custom-checkbox label {
  margin: 0;
  color: #30383c;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

body.hangstufen-registration-private #customer-form .hangstufen-checkbox-row > .form-control-label,
body.hangstufen-registration-business #customer-form .hangstufen-checkbox-row > .form-control-label,
body.hangstufen-registration-private #customer-form .hangstufen-checkbox-row > .form-control-comment,
body.hangstufen-registration-business #customer-form .hangstufen-checkbox-row > .form-control-comment {
  display: none;
}

body.hangstufen-registration-private #customer-form .hangstufen-checkbox-row > div:has(.custom-checkbox),
body.hangstufen-registration-business #customer-form .hangstufen-checkbox-row > div:has(.custom-checkbox) {
  grid-column: 2 / 3;
}

body.hangstufen-registration-private #customer-form .hangstufen-required-marker,
body.hangstufen-registration-business #customer-form .hangstufen-required-marker {
  margin-right: 5px;
  color: #b44949;
  font-size: 10px;
  font-weight: 600;
  line-height: 0;
  vertical-align: super;
}

body.hangstufen-registration-private #customer-form .custom-checkbox label em,
body.hangstufen-registration-business #customer-form .custom-checkbox label em {
  display: block;
  margin-top: 3px;
  color: #68777e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

body.hangstufen-registration-private #customer-form .custom-checkbox label a,
body.hangstufen-registration-business #customer-form .custom-checkbox label a {
  color: #4f91a8 !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.hangstufen-registration-private #customer-form input[type="file"],
body.hangstufen-registration-business #customer-form input[type="file"] {
  width: 100%;
  min-height: 44px;
  padding: 6px;
  color: #536067;
  background: #f8fafb;
  border: 1px dashed #b9c7cc;
  font-size: 13px;
}

body.hangstufen-registration-private #customer-form input[type="file"]::file-selector-button,
body.hangstufen-registration-business #customer-form input[type="file"]::file-selector-button {
  margin-right: 10px;
  padding: 7px 12px;
  color: #fff;
  background: #91c0d0;
  border: 0;
  cursor: pointer;
}

body.hangstufen-registration-private #customer-form .form-footer,
body.hangstufen-registration-business #customer-form .form-footer {
  padding: 20px 0 0;
}

body.hangstufen-registration-private #customer-form .form-footer .btn-primary,
body.hangstufen-registration-business #customer-form .form-footer .btn-primary {
  min-width: 150px;
  padding: 13px 28px;
  color: #fff;
  background: #91c0d0;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
  transition: background-color .2s ease, transform .2s ease;
}

body.hangstufen-registration-private #customer-form .form-footer .btn-primary:hover,
body.hangstufen-registration-business #customer-form .form-footer .btn-primary:hover {
  background: #77aebe;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  body.hangstufen-registration-private #customer-form > section,
  body.hangstufen-registration-business #customer-form > section {
    padding: 22px 18px 4px;
  }

  body.hangstufen-registration-private #customer-form .form-group.row,
  body.hangstufen-registration-business #customer-form .form-group.row {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    margin-bottom: 18px;
  }

  body.hangstufen-registration-private #customer-form .form-control-label,
  body.hangstufen-registration-business #customer-form .form-control-label {
    padding-top: 0;
  }

  body.hangstufen-registration-private #customer-form .form-group.row > .form-control-comment,
  body.hangstufen-registration-business #customer-form .form-group.row > .form-control-comment {
    padding-top: 0;
  }

  body.hangstufen-registration-private #customer-form .form-group.row > .form-control-comment:empty,
  body.hangstufen-registration-business #customer-form .form-group.row > .form-control-comment:empty,
  body.hangstufen-registration-private #customer-form .form-group.row > .form-control-label:empty,
  body.hangstufen-registration-business #customer-form .form-group.row > .form-control-label:empty {
    display: none;
  }

  body.hangstufen-registration-private #customer-form .hangstufen-checkbox-row > div:has(.custom-checkbox),
  body.hangstufen-registration-business #customer-form .hangstufen-checkbox-row > div:has(.custom-checkbox) {
    grid-column: 1;
  }

  body.hangstufen-registration-private #customer-form .form-footer,
  body.hangstufen-registration-business #customer-form .form-footer {
    padding-top: 16px;
  }

  body.hangstufen-registration-private #customer-form .form-footer .btn-primary,
  body.hangstufen-registration-business #customer-form .form-footer .btn-primary {
    width: 100%;
  }

  .hangstufen-registration-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .hangstufen-registration-button {
    width: 100%;
  }
}
