/*
 ***************************************************************
 *						Profile Builder Pro
 ***************************************************************
 */

#wppb-login-wrap #loginform {
  padding: 20px 20px 0 20px;
  border: 1px solid #bdbdbd;
}

.wppb-form-field .wppb-checkboxes label {
  width: 100% !important;
}

.wppb-send-credentials-checkbox {
  display: none !important;
}

/* Login "Angemeldet bleiben" */

#wppb-login-wrap p.login-remember,
#wppb-login-wrap .login-remember {
  width: 100% !important;
  padding-right: 0;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 10px;
}

#wppb-login-wrap .login-remember input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px !important;
  height: 20px;
  margin: 0;
  border: 2px solid #8b8b8b;
  border-radius: 4px;
  background: #fff;
  display: inline-grid !important;
  place-content: center;
  cursor: pointer;
  flex: 0 0 20px;
  vertical-align: middle;
}

#wppb-login-wrap .login-remember input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid #c70039;
  border-bottom: 2px solid #c70039;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.12s ease-in-out;
}

#wppb-login-wrap .login-remember input[type="checkbox"]:checked::before {
  transform: rotate(-45deg) scale(1);
}

#wppb-login-wrap .login-remember input[type="checkbox"]:focus-visible {
  outline: 2px solid #c70039;
  outline-offset: 2px;
}

#wppb-login-wrap .login-remember label {
  width: auto !important;
  margin: 0;
  float: none;
  display: inline-block !important;
  line-height: 1.3;
  cursor: pointer;
  white-space: nowrap;
}

/* Ausstellerverzeichnis Liste */

.wppb-avatar {
  width: 150px;
}

.wppb-login {
  width: 250px;
  text-align: left;
  font-weight: bold;
}

.wppb-bio {
  text-align: left;
}

/* Recover Password */

#wppb-recover-password #username_email {
  width: 250px;
}

.wppb-max-upload {
  display: none !important;
}

/* SoWi-Holding Registration Form */

.wppb-user-forms ul {
  max-width: none;
  margin: 0;
}

.wppb-form-field {
  width: 50%;
  padding-right: 2%;
}

.wppb-form-field input,
.wppb-form-field input[type="text"],
.wppb-form-field input[type="number"],
.wppb-form-field input[type="email"],
.wppb-form-field input[type="url"],
.wppb-form-field input[type="password"],
.wppb-form-field input[type="search"],
.wppb-form-field select,
.wppb-form-field textarea,
.wppb-checkboxes,
.wppb-radios,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input {
  width: 100% !important;
}

.wppb-form-field label,
.wppb-form-field input {
  width: 100% !important;
  float: none;
}

.wppb-form-field input.custom_field_checkbox {
  width: auto !important;
  margin-top: 8px !important;
}

.wppb-left-half,
.wppb_billing_first_name,
.wppb_billing_city,
.wppb_billing_email {
  width: 50%;
  float: left;
  clear: left;
}

.wppb-right-half,
.wppb_billing_last_name,
.wppb_billing_postcode,
.wppb_billing_phone,
.wppb-select-user-role {
  width: 50%;
  float: left;
  clear: right;
}

.wppb-full-width {
  width: 100% !important;
}

.bflow-aussteller-registration #wppb-form-element-45 {
  width: 100% !important;
}

/* Stichwort Checkboxen */

.bflow-aussteller-registration #wppb-form-element-62 {
  width: 100%;
}

.bflow-aussteller-registration #wppb-form-element-62 > ul > li {
  width: 33% !important;
  float: left;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms textarea {
  border-radius: 0 !important;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"] {
  padding: 10px !important;
}

.wppb-form-field.wppb-heading h3 {
  font-size: 35px;
  line-height: 37px;
  padding-top: 50px;
}

.wppb-form-field.wppb-checkbox-terms-and-conditions
  input[type="checkbox"].custom_field_toa {
  width: auto !important;
}

#pass-strength-result {
  margin: 13px 5px !important;
}

/* WooCommerce Billing fields */

.wppb-form-field.wppb-heading,
.wppb-form-field.wppb-woocommerce-customer-billing-address,
.wppb-form-field.wppb-checkbox-terms-and-conditions {
  width: 100%;
}

.wppb_billing_heading {
  display: none;
}

.wppb-form-field.wppb-checkbox-terms-and-conditions {
  clear: both;
}

.wppb-form-field.wppb_billing_address_1 {
  width: 100%;
}

.wppb-form-field.wppb_billing_first_name,
.wppb-form-field.wppb_billing_last_name {
  margin-top: 30px;
}

.wppb-user-forms .extra_field_heading {
  clear: both;
}

.wppb-description-delimiter {
  margin-left: 0 !important;
}

#pass-strength-result {
  padding: 0 3px;
}

@media (max-width: 667px) {
  .wppb-user-forms input[type="text"],
  .wppb-user-forms input[type="number"],
  .wppb-user-forms input[type="email"],
  .wppb-user-forms input[type="url"],
  .wppb-user-forms input[type="password"],
  .wppb-user-forms input[type="search"],
  .wppb-left-half,
  .wppb_billing_first_name,
  .wppb_billing_city,
  .wppb_billing_email,
  .wppb-right-half,
  .wppb_billing_last_name,
  .wppb_billing_postcode,
  .wppb_billing_phone,
  .wppb-select-user-role,
  .wppb_billing_company,
  .wppb_billing_country,
  .wppb-default-e-mail {
    width: 100%;
  }
} 


.registration-as-en-hint {
  display: none;
}

body.lang-en .registration-as-en-hint {
  display: block;
}

body.lang-en .registration-as-en-hint ul {
  margin-top: 10px!important;
  list-style: disc!important;
  padding-left: 20px!important;
}

body.lang-en .registration-as-en-hint li {
  list-style: disc!important;
  margin-bottom: 10px!important;
}

body.lang-en .registration-as-en-hint li:last-child {
  margin-bottom: 0;
}

body.lang-en .hide-on-en {
  display: none!important;
}
