.cart-leasing {
    display: block;
    text-align: center;
    text-decoration: none !important;
    margin-top: 15px;
}

#product-leasing-button {
    border: none;
    background: none;
    cursor: pointer;
}

.checklist li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #42ADDD;
    font-size: 16px;
    margin-right: 5px;
}

#field_1653 ul.checklist li::before { margin-right: 5px; }
#field_1653 a { color: #42ADDD; }

.leasing-products li span {
    font-weight: bold;
}


#webform_98_submit_button {
    height: auto;
    background-color: #d20a11;
}

#webform_98 {
    font-size: 12px;
}

#product-leasing-table,
#product-leasing-table tr { border: none; }

#product-leasing-table tbody tr {
    border-bottom: 1px solid #f5f5f5;
}

#product-leasing-table tbody tr td:nth-child(2) { padding-left: 18px; }

#product-leasing-table td,
#product-leasing-table th {
    font-size: 12px;
    padding: 10px 15px;
}

#product-leasing-table td span { 
    color: #ff8a00;
    font-weight: bold;
}

#product-leasing-table thead tr th:first-child { border-right: 6px solid #fff; }

#product-leasing-table thead tr {
    background-color: #f5f5f5;
}

#webform_98 .fieldset h2.legend {
    border-color: #f18819;
    color: #f18819;
    letter-spacing: 0.5px;
}

.requested-products { border-color: #ff8a00; }

.button.btn-offer-request::before {
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 12px;
    padding-right: 8px;
} 

.button.btn-offer-request { padding: 8px 12px; }

.button.btn-offer-request:hover{
    background: #007fb8;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    color: #fff;
    border: 1px #007fb8 solid;
}

.cms-0-prozent-aktion .std ul li {
    margin-left: 0;
}

/** Accordion form element css */
.accordion .accordion-head {
    color: #f18819;
    background-color: #e4e4e4;
    border-bottom: 1px solid #fff;
    position: relative;
    padding: 13px;
    font-size: 1.2em;
    cursor: pointer;
    overflow: hidden;
}
.accordion .accordion-head * {
    cursor: pointer;
}
.accordion .accordion-head h4 {
    float: left;
}

/* Hyva does not inherit Luma's form-control skin. Keep this strictly scoped
   to the lease request so every field remains visible in both site themes. */
.lease-form-index #webform_98_lease .input-box {
    width: 100%;
}

.lease-form-index #webform_98_lease .input-box input.input-text,
.lease-form-index #webform_98_lease .input-box select.input-text,
.lease-form-index #webform_98_lease .input-box textarea.input-text {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #46515d;
    border-radius: 6px;
    background-color: #0b1117;
    color: #f3f4f6;
    caret-color: #42addd;
    line-height: 1.4;
}

.lease-form-index #webform_98_lease .input-box textarea.input-text {
    min-height: 120px;
    resize: vertical;
}

.lease-form-index #webform_98_lease .input-box input.input-text:focus,
.lease-form-index #webform_98_lease .input-box select.input-text:focus,
.lease-form-index #webform_98_lease .input-box textarea.input-text:focus {
    border-color: #42addd;
    outline: 2px solid rgba(66, 173, 221, 0.28);
    outline-offset: 1px;
}

.lease-form-index #webform_98_lease .input-box input.input-text::placeholder,
.lease-form-index #webform_98_lease .input-box textarea.input-text::placeholder {
    color: #9ca3af;
    opacity: 1;
}

.lease-form-index #webform_98_lease .input-box select.input-text option {
    background-color: #0b1117;
    color: #f3f4f6;
}

.lease-form-index.light-mode #webform_98_lease .input-box input.input-text,
.lease-form-index.light-mode #webform_98_lease .input-box select.input-text,
.lease-form-index.light-mode #webform_98_lease .input-box textarea.input-text {
    border-color: #9ca3af;
    background-color: #fff;
    color: #111827;
}

.lease-form-index.light-mode #webform_98_lease .input-box select.input-text option {
    background-color: #fff;
    color: #111827;
}

.lease-form-index #webform_98_lease .lease-recaptcha-error {
    margin: 10px 0;
    color: #ff6b6b;
    font-weight: 600;
}

.lease-form-index #webform_98_lease .lease-recaptcha-error[hidden] {
    display: none;
}
