form.ft-rechner {display: flex;margin: 0;box-sizing: border-box;}
form.ft-rechner .ft-rechnerRow {position: relative;margin-right: 5px;}
form.ft-rechner .ft-rechnerRow label {position: relative;left: -3px;background: #fff;padding: 2px 5px;font-weight: 300;text-transform: uppercase;color: #706f6f;font-size: 1rem;border-radius: 5px;width: 100%;}
form.ft-rechner .ft-rechnerRow input {padding: 15px 11px 10px 10px;color: #666666;border: 1px solid #dadada;border-radius: 0;background: #F8F8F8;color: #706f6f !important;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;;width: 100%;}
form.ft-rechner .ft-rechnerRow input:focus,
form.ft-rechner .ft-rechnerRow input:active,
form.ft-rechner .ft-rechnerRow input:target,
form.ft-rechner .ft-rechnerRow input:hover,
form.ft-rechner .ft-rechnerRow input:visited,
form.ft-rechner .ft-rechnerRow input:focus-visible {border-color: #7B1B7E !important;}
form.ft-rechner .ft-rechnerRow .red {border-color: #cb5656;}
.ft-errormessage {color: #cb5656;display: inline-block;font-size: 13px;padding: 0 3px;}

form.ft-rechner .ft-rechnerRow input {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    box-shadow:         none;
}

@media (max-width: 740px) {
    form.ft-rechner {display: block;}
    form.ft-rechner .ft-rechnerRow {width: 100%;}
}