.immomakler .checkbox input[type=checkbox] {
    margin-left: 0;
    margin-top: 8px;
}

.immomakler .form-control {
    background-color: #f4f4f4;
    color: #311d12;
    border: 1px #000;
    border-radius: .1rem;
    min-height: 44.8px;
    margin-bottom: 1rem;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.3;
}
.immomakler button[type=submit] {
    background-color: #311d12;
    border-color: #311d12;
    border-radius: 3px;
    padding: 10px;
}
.immomakler button[type=submit]:hover {
    background-color: #311d12;
    border-color: #311d12;
}
.immomakler label {
    font-weight: normal;
}
body.immomakler-iframe {
    background-color: #fcf9f2;
}
