#leasingrechner-wrapper {
    width: 100%;
    position: relative;
    padding: 0 6px;
    border: 1px solid #ebebeb;
}

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

#leasingrechner { margin: 20px 0 30px 0; }

#leasingrechner h3 { margin-bottom: 10px; }

.submitForm {
    display: table;
}

.block {
    display: block;
    margin: 20px 0 5px 0;
}

.button {
    background-color: #43B1E2;
    color: #fff;
    border: none;
    height: 29px;
    width: 127px;
    margin-top: 41px;
}

.button:hover {
    background-color: #424242;
    cursor: pointer;
}

#price, #anzahlung {
    width: 101px;
    height: 39px;
    padding: 0 10px;
}

#monate {
    width: 128px;
}

#activate {
    height: 42px;
    margin-top: 43px;
    background-color: #f18819;
}

.inputs {
    float: left;
    margin-right: 14px;
}

.hinweis, .ausgabe {
    text-align: left;
    font-size: 16px;
}

.ausgabe {
    margin: 10px 0;
}

.hinweis {
    font-size: 12px;
}

.icon {
    float: left;
    height: 80px;
    margin-top: 40px;
    margin-left: 10px;
    width: 100px;
}
.icon i {
    font-size: 80px;
}

.outputs {
    margin-top: 30px;
    float: left;
}

.clear {
    clear: both;
}



@media screen and (max-width: 768px) {
    .inputs {
        float: none;
        margin-right: 0;
    }
}