.column {
    margin: 0;
    padding: 0!important;
}

.half {
    width: 50%;
    display: block;
    flex: none;
    float: left;
    padding-top: 20px;
}
.wa_pfaendungsrechner_container {
    border: 5px solid #0b63aa;
    padding: 50px;
}

.wa_pfaendungsrechner_result {
    padding: 20px;
}

 .wa_pfaendungsrechner_container input, select {

     padding: 5px 12px;
     font-size: 14px;
     line-height: 20px;
     color: #24292e;
     vertical-align: middle;
     background-color: #ffffff;
     background-repeat: no-repeat;
     background-position: right 8px center;
     border: 1px solid #e1e4e8;
     border-radius: 6px;
     outline: none;
     box-shadow: rgba(225, 228, 232, 0.2) 0px 1px 0px 0px inset;
     width: 100%;
     -ms-box-sizing:content-box;
     -moz-box-sizing:content-box;
     -webkit-box-sizing:content-box;
     box-sizing:content-box;
    /*:focus{*/
    /*border-color: #0366d6;*/
    /*outline: none;*/
    /*box-shadow: rgba(3, 102, 214, 0.3) 0px 0px 0px 3px;*/
    /*}*/
}
.wa_pfaendungsrechner_container select {
    text-align: right;
}


.wa_pfaendungsrechner_button {
    color: #fff!important;
    border-width: 2px!important;
    border-color: #0b63aa;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600!important;
    background-color: #0b63aa;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
}

