div[id$=finance-baufi] {
    font-family: "Open Sans";
}

.baufi-header {
    margin: 0 0 20px 0;
    padding: 10px 20px;
    text-align: center;
}
.baufi-header label {
    display: block;
    font-weight: normal;
    margin-bottom: 2px;
}
.baufi-header input, .baufi-header select {
    min-width: 120px;
}
.baufi-header .input-group, .baufi-header input {
    margin-left: 0 !important;
}

.baufi-header .form-group {
    margin: 0 10px;
    text-align: left;
}

.baufi-postheader .baufi-row {
    font-weight: normal;
    margin-bottom: 0;
}

.anbieter {
    /*width: 150px;*/
}

.effzins, .restschuld, .monatsrate {
    /*width: 250px;*/
    text-align: center;
    font-size: 1.2em;
}

.baufi-body .monatsrate {
    font-size: 1.5em;
    color: #759964;
}

.baufi-row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    align-items: center;
}

.baufi-body .baufi-row {
    border-color: #ddd;
    background: #fff;
    font-weight: bold;
    min-height: 100px;
}

.baufi-row img {
    max-width: 120px;
}

.baufi-row .btn {
    /*background: #6cb44b;*/
    /*color: #fff;*/
    /*width: 180px;*/
}
.baufi-row .text {
    font-weight: normal;
    font-size: 0.9em;
    margin: 5px 0 0;
}
.finanzierung .alert-container .alert{
    border-radius: 0;
}