#vega-pension-calculator,
div#rechner {
    text-align: left;
}

div#rechner #rechner_eingabefeld {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 3em;

    margin-bottom: 2em;
}

div#rechner #rechner_ausgabefeld {
    text-align: left;
    display: inline-block;
    width: 50%;
    margin-bottom: 2em;
}

div#rechner select,
div#rechner input {
    margin-bottom: 0em !important;
}

#vega-pension-calculator .ausgabe {
    background: none !important;
    border-bottom: 2px solid #ac9f62;

    font-weight: bold;
    color: #ac9f62;
}

#vega-pension-calculator .ausgabe_b {
    background: none !important;
    border-bottom: 2px solid #ac9f62;

    display: inline-block;
    width: auto;

    font-weight: bold;
    color: #ac9f62;
}

@media only screen and (max-width: 800px) {
    div#rechner #rechner_ausgabefeld,
    div#rechner #rechner_eingabefeld {
        display: block;
        width: 100%;
        padding-right: 0px;
    }
}

#s_r_de_altersrente1 * {
    color: black !important;
    font-family: "Roboto" !important;
}

#s_r_de_altersrente1 label {
    font: normal 300 26px/36px "Roboto", serif !important;
}

#s_r_de_altersrente1 .ui-mywidget-title {
    color: black !important;
    font: normal 600 18px/24px "Roboto Slab", serif !important;
}

#s_r_de_altersrente1 .ui-state-active span {
    font-weight: 600 !important;
}

.ui-button-text {
    color: black !important;
}