.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;
}