label, legend {
    margin-bottom: .4em;
}
main#content {
    margin-top: 30px;
    margin-bottom: 60px;
}
a {
    color: #ffcb08 !important;
}


.wpu2-form {
    box-sizing: border-box;
    padding: 60px;
    background: rgba(82, 89, 138, 0.6);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.wpu2-form label {
    font-weight: 600;
    font-size: 17px !important;
}

.wpu2-form .button.button-primary {
    display: inline-block;
    width: 100%;
    background: linear-gradient(180deg, #FFE65C 0%, #FEC608 100%);
    border: 1px solid #FFD01F;
    box-sizing: border-box;
    border-radius: 40px;
    color: #3A3A3A !important;
    height: 60px;
    font-weight: 600;
    font-size: 17px !important;
    transition: all linear 0.15s;
}

.wpu2-form .button.button-primary:hover,
.wpu2-form .button.button-primary:focus,
.wpu2-form .button.button-primary:active {
    background: linear-gradient(180deg, #FFE65C 0%, #FEC608 100%);
    box-shadow: 0px 0px 10px #EFC934;
    border: none;
    color: #3A3A3A !important;
}
#pass-strength-result, #wrapper-field-login_note > div {
    background: transparent;
}
#wrapper-field-login_note > div {
    padding: 0;
    font-size: 14px;
}
#wrapper-field-login_note a {
    color:#EFC934;
}

span.wu-block.wu-bg-red-100.wu-p-2.wu-mb-4 {
    font-size: 14px;
    padding: 2px 8px;
    background: transparent;
    color: #e72626;
}

/*** FIRST STEP ***/
#wrapper-field-site_url .wu-border-box {
    border: none !important;

}
.wu-styling .wu-bg-blue-500 {
    background-color: #EFC934;
}
.wu-styling .wu-text-blue-600 {
    color: #EFC934;
}

/*** THANK YOU and Register ***/
.wpu2-form {
    color: rgba(255, 255, 255, 0.7);
}
label[for=field-vat_number] svg {
    fill: #fff;
    width: 15px;    
}
.wu-thank-you-info li {
    margin: 0 !important;
    font-size: 15px;
}
.wu-bg-gray-100 {
    background: rgba(255, 255, 255, 0.3) !important;
}
#wu-thank-you-element a, #wu-step-payment a {
    color: #EFC934;
}
#wu-thank-you-element tr td code, #wu-step-payment tr td code {
    color: #666;
}
#wu-thank-you-element table .wu-bg-gray-100, #wu-step-payment table .wu-bg-gray-100 {
    background: rgba(255, 255, 255, 0.1) !important;
}
#wu-thank-you-element td, #wu-thank-you-element  th, #wu-step-payment td, #wu-step-payment th  {
    border-bottom: none;
    font-size: .9em;
    line-height: 1.3;
}

#wrapper-field-next_step_site_errors, #wu-order-summary-table .col-description small a {
    display: none !important;
}

/* temp */
a.wu-no-underline.button.button-primary {
    width: auto;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;    
}

/*** END OLD STYLES ***/

#snr-reg-pg-container {
  .form-wrapper {
    background-color: #fff;
    border-radius: 10px;
  }
  #wu_form > div {
    padding: 38px 90px 38px;
  }
  #wu_form > #wu-step-vorlagenauswahl {
    padding: 38px 32px 38px;
    gap: 0;
    #wrapper-field-submit {
      display: none;
    }
  }  
  a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    color: #424242 !important;
  }
  .wu-styling :is(.wu-gap-4) {
    gap: 32px;
  }  
  .wu-styling #wu-step-vorlagenauswahl :is(.wu-gap-4) {
    gap: 16px !important;
  }    
  .wu-styling #wu-step-payment:is(.wu-gap-4) {
    gap: 22px !important;
  }      
  .step-title h1 {
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.3px;
    color: #1A1A1A;
    margin: 0;
  }
  .subtitle {
    font-size: 13.3px;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #424242;
  }
  label {
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #1A1A1A;    
  }
  input[type=text],
  input[type=email],
  #field-billing_country,
  input[type=password] {
    height: 38px;
    border: 1px solid #9E9E9E;
    border-radius: 4px !important;
    line-height: 38px;

    &:focus,
    &:active {
      border: 2px solid #1A1A1A;
      border-radius: 4px;
      outline: none;
    }    
  }  

  #pass-strength-result {
    font-style: normal;
    font-weight: 400;
    font-size: 13.3px;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #616161;
    padding: 0;
    margin: 0 !important;
    border: none;

    &.wu-bg-yellow-200,  &.wu-bg-red-200 {
      color: #B20000 !important;
    }
    &.wu-bg-green-200 {
      color: #007505 !important;
    }
  }
  #wrapper-field-next_step_user, #wrapper-field-next_step_site, .wu_submit_button.wu-submit-field {
    width: 100%;
    button {
      text-transform: capitalize !important;    
    }
  }
  .btn-primary {
    background: linear-gradient(180deg, #FFE65C 0%, #FEC608 100%);
    border: 1px solid #FFD01F;
    border-radius: 40px;
    width: 100%;
    &:hover {
      transform: scale(1.1);
      color: inherit;
      transition: all linear 0.2s;
    }
    &:focus {
      outline: 2px solid #1A1A1A;
      color: inherit;
    }
  }  
  #wrapper-field-terms_of_use {
    label {
      font-weight: 400;
    }
  }
  /* STEP - Site title */
  .txt-sm-gray {
    font-weight: 400;
    font-size: 13.3px;
    line-height: 21px;
    letter-spacing: 0.3px;
    color: #616161;
  }
  #wrapper-field-site_title:after {
    content: 'Kann jederzeit geändert werden.';
    font-size: 13.3px;
    line-height: 11px;
    letter-spacing: 0.3px;
    color: #616161;
    display: block;
    margin-top: 4px;
  }  
  #wrapper-field-site_url {
    > div {
      > div:first-child {
        padding-left: 0 !important;
      }

      &:after {
        content: "Maximal 63 Zeichen | Erlaubte Zeichen: -, 0-9, a-z (keine Umlaute)";
        display: flex;
        position: absolute;
        margin-top: 46px;
        font-size: 13.3px;
        line-height: 21px;
        letter-spacing: 0.3px;
        color: #616161;
      }
    }
    .snr-error-message {
      margin-top: 30px;
    }  
  }
  #wu-your-site-block {
    margin-top: 22px;
    small {
      font-weight: 700;
      font-size: 18px;
      line-height: 32px;
      letter-spacing: 0.3px;
    }
  }
  
  /* STEP - template selection */
  #wu-site-template-container-grid {
    grid-template-areas: "template1 template2 template3";
    #wu-site-template-39 { grid-area: template1; }
    #wu-site-template-37 { grid-area: template2; }
    #wu-site-template-40 { grid-area: template3; }    
    > div {
      padding: 8px;
      border: 1px solid #E0E0E0;
      box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);	
    }
    h3 {
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      letter-spacing: 0.3px;
      color: #1A1A1A;  
      margin-bottom: 0;
      margin-top: 12px;
    }
    a {
      font-weight: 400;
      font-size: 13.3px;
      line-height: 21px;
      text-align: center;
      letter-spacing: 0.3px;
      text-decoration-line: underline;
      color: #1A1A1A;
      &:hover {
        text-decoration: none;
      }
    }
    .wu-site-template-preview-button {
      margin-bottom: 32px;
    }
    .wu-site-template-image-container a:after {
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background-color: #E0E0E0;
      margin: 0 auto;
    }    
  }
  #wu-site-template-container-grid > div div:last-child {
    padding: 0 8px 8px;
  }
  .wu-site-template-image {
    border-radius: 4px !important;
  }
  .wu-site-template-selector.button {
    background: transparent !important;
    padding: 8px 32px;
    gap: 10px;
    border: 1px solid #272160 !important;
    border-radius: 50px;	
    color: #272160;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  /* STEP - Payment */
  #wrapper-field-billing_country, #wrapper-field-billing_zip_code {
    grid-column: span 2/span 2 !important;
  }
  #wu-step-payment {
    .wu-clear-both.wu-block {
      display: none;
    }
    table {
      border-collapse: separate !important;
      border-spacing: 0 !important;
    
      th, td {
        &:first-child {
          border-left: 1px solid #9E9E9E !important;
        }
      }
    
      th {
        border-top: 1px solid #9E9E9E !important;
      }
    
      tr:first-child {
        th {
          &:first-child {
            border-top-left-radius: 4px;
          }
          &:last-child {
            border-top-right-radius: 4px;
          }
        }
      }
    
      tfoot {
        tr:last-child {
          td {
            border-bottom: 1px solid #9E9E9E !important;
    
            &:first-child {
              border-bottom-left-radius: 4px;
            }
    
            &:last-child {
              border-bottom-right-radius: 4px;
            }
          }
        }
      }
    }
    
  }


  /* Back Button */
  #wrapper-field-checkout_go_back, #wrapper-field-submit_go_back, #wrapper-field-next_step_site_go_back {
    position: absolute;
    bottom: 0;
    margin-bottom: -63px;
    left: 0;
    z-index: 999;
    a {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.3px;
      text-transform: uppercase;
      color: #FFFFFF !important;    
      text-decoration: none;
    }
  }  
}

/* Thank You Page */
#wu-thank-you-element {
  padding: 38px 74px;
  .snr-created-site-image {
    width: 212px !important;
    height: auto !important;
  }  
  #wu-sites {
    border: 1px solid #E0E0E0;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
  }
  h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #1A1A1A;
  }
  .wu-thank-you-billing-address {
    font-size: 16px !important;
    line-height: 22px !important;
    letter-spacing: 0.3px !important;
    color: #616161 !important;
    margin: 0;
  }

  table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
  
    th, td {
      &:first-child {
        border-left: 1px solid #9E9E9E !important;
      }
    }
  
    th {
      border-top: 1px solid #9E9E9E !important;
    }
  
    tr:first-child {
      th {
        &:first-child {
          border-top-left-radius: 4px;
        }
        &:last-child {
          border-top-right-radius: 4px;
        }
      }
    }
  
    tfoot {
      tr:last-child {
        th {
          border-bottom: 1px solid #9E9E9E !important;
  
          &:first-child {
            border-bottom-left-radius: 4px;
          }
  
          &:last-child {
            border-bottom-right-radius: 4px;
          }
        }
      }
    }
  }
}
.snr-error-message {
  font-weight: 400;
  font-size: 13.3px;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #B20000;
}
.txt-sm-gray {
  font-weight: 400;
  font-size: 13.3px;
  line-height: 21px;
  letter-spacing: 0.3px;
  color: #424242;
  a {
    font-size: 13.3px !important;
    line-height: 21px !important;
    letter-spacing: 0.3px !important;   
  }
}
.snr-btn-grey {
  border: 1px solid #1A1A1A;
  border-radius: 50px;  
  padding: 8px 32px;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 22px;
  letter-spacing: 0.3px;
  text-decoration: none !important;
  margin-top: 16px;
  transition: all ease-in .3s;
  &:hover {
    transform: scale(1.1);
  }
}

