/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* =====================================================
   PPWP Login Form Styling
   ===================================================== */
.ppw-post-password-container {
  padding: 1rem;
  background: transparent;
  color: #fff;
  border-radius: 0.3rem;
}

@media screen and (max-width: 599px) {
  .ppw-post-password-container {
    padding: 1rem;
  }
}

.ppw-ppf-input-container,
.ppwp-wrong-pw-error {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.ppw-ppf-headline {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
  display: none;
}

.ppw-ppf-desc {
  margin-bottom: 1rem;
  display: none;
}

.ppw-pwd-label input {
  height: 42px;
}

.ppw-pwd-label + input[type="submit"] {
  padding: 0.5em 1.8em;
  height: 42px;
}

@media screen and (max-width: 599px) {
  .ppw-pwd-label + input[type="submit"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

/* =====================================================
   Login Sektion Layout
   ===================================================== */
#mybillogin-before {
  padding: 250px 0 10px;
  background: #ffffff;
  color: #000000;
  text-align: center;
}

#mybillogin-before .widget-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 2.7rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
  color: #000000;
}

#mybillogin-before h4 {
  color: #000000;
}

#mybillogin-before + .l-section {
  background: #ffffff;
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
}

.l-header.pos_fixed ~ .l-main
#mybillogin-before + .l-section:first-of-type > .l-section-h {
  padding-top: 0;
  padding-bottom: 0;
}

#mybillogin-after,
#mybillogin-disclaimer {
  background: #ffffff;
  color: #000000;
  padding-bottom: 2rem;
}

#mybillogin-after {
  text-align: center;
}

#mybillogin-disclaimer .meinbil--login-inner {
  border-top: 1px solid #fff;
  padding-top: 2rem;
}

#mybillogin-after a {
  color: #000000;
}

/* =====================================================
   Mein BIL Login Button
   ===================================================== */
.ppw-ppf-input-container input.ppw-pwd-submit-btn[type="submit"] {
  background-color: #ffff00 !important;
  color: #000000 !important;
  padding: 0 32px !important;
  height: 48px !important;
  line-height: 48px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border-radius: 2em !important;
  border: none !important;
  box-shadow: none !important;
  margin-left: 1em !important;
  transition: box-shadow 0.3s ease !important;
}

.ppw-ppf-input-container input.ppw-pwd-submit-btn[type="submit"]:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 768px) {
  .ppw-ppf-input-container input.ppw-pwd-submit-btn[type="submit"] {
    display: block !important;
    margin: 1em auto 0 !important;
    width: 90% !important;
    max-width: 300px !important;
  }
}

/* =====================================================
   WPForms Buttons – Basis
   ===================================================== */
.wpforms-back {
  background-color: #ffff00;
  color: #000;
  font-weight: bold;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  margin-top: 1rem;
}

.wpforms-form button[type="submit"],
.wpforms-form input[type="submit"],
.wpforms-form .wpforms-page-button {
  background-color: #ffff00;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpforms-form button[type="submit"]:hover,
.wpforms-form input[type="submit"]:hover,
.wpforms-form .wpforms-page-button:hover {
  background-color: #e6e600;
}

/* =====================================================
   WPForms Submit Button – RAND KOMPLETT ENTFERNT
   Klasse im Formular: no-border-btn
   ===================================================== */
.wpforms-form .no-border-btn,
.wpforms-form .no-border-btn:hover,
.wpforms-form .no-border-btn:focus,
.wpforms-form .no-border-btn:active,
.wpforms-form .no-border-btn:focus-visible {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
  filter: none !important;
}

.wpforms-form .no-border-btn::before,
.wpforms-form .no-border-btn::after {
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* =====================================================
   WPForms Felder
   ===================================================== */
.wpforms-form .wpforms-field input[type="text"],
.wpforms-form .wpforms-field input[type="email"],
.wpforms-form .wpforms-field input[type="tel"],
.wpforms-form .wpforms-field select,
.wpforms-form .wpforms-field textarea {
  background-color: #ffffff;
  border: 1px solid #ccc;
  font-size: 16px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}

.wpforms-form .wpforms-field input:focus,
.wpforms-form .wpforms-field select:focus,
.wpforms-form .wpforms-field textarea:focus {
  border-color: #999;
  outline: none;
}

.wpforms-form .wpforms-field-label {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 16px;
  color: #000;
}

.wpforms-form .wpforms-field-description,
.wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.wpforms-form .wpforms-required-label {
  color: red;
  margin-left: 2px;
}

.wpforms-form .wpforms-field {
  margin-bottom: 20px;
}

/* Dropdown Pfeil */
.wpforms-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='5' viewBox='0 0 10 5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 5 5-5H0z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 5px;
  padding-right: 36px;
}

/* =====================================================
   Utilities / Layout Fixes
   ===================================================== */
.fix-align,
.fix-left {
  display: block !important;
  text-align: left !important;
}

.fix-align > *,
.fix-left > * {
  margin-left: 0 !important;
  margin-right: auto !important;
  display: inline-block !important;
  text-align: left !important;
}

/* Listen ohne Bullet */
.wpforms-form li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

/* PLZ Feld */
.wpforms-field input[type="number"].plz-feld {
  width: 120px;
  text-align: center;
  appearance: textfield;
}

.wpforms-field input[type="number"].plz-feld::-webkit-outer-spin-button,
.wpforms-field input[type="number"].plz-feld::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Leichter Hover-Schatten für den WPForms Submit Button */
.wpforms-form .no-border-btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18) !important;
}
