/** TAXCALC **/

.rechner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.inner-form {
    flex-align: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    margin-bottom: 10px;
    display: flex
}

.inner-form-select {
    flex-align: center;
    align-items: center;
    border: 1px solid #d1d1d1;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

.inner-form+.inner-form,
.form-column+.inner-form {
    margin-top: 0px
}

.inner-form_label {
    flex-preferred-size: 20%;
    flex-basis: 20%;
}

.font-white {
    color: white !important;
}

.inner-form_element {
    flex-positive: 1;
    flex-grow: 1
}

.slider {
    flex-pack: justify;
    justify-content: space-between;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap
}

.slider_form {
    background: #f2f2f2;
    flex-basis: 75%;
    flex-preferred-size: 65%;
    padding-top: 24px;
}

.slider_results {
    flex-align: center;
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    color: #ffffff;
    margin-left: -25px;
    margin-bottom: 0px;
}

#slider1,
#slider2,
#slider3,
#slider4,
#slider5,
#slider6,
#slider_bottom {
    height: 8px;
    background: #f2f2f2;
    width: 100%;
}

#slider_bottom {
    margin-top: 200px;
}

.tooltip_km:before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #454444;
    bottom: -3px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 0;
}

.tooltip_km:after {
    content: " km";
}

.tooltip_km,
.tooltip_bottom {
    background: #222222;
    border-radius: 2px;
    color: #fff;
    font-size: 1.15rem;
    margin-left: -34px;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 80px;
}

.tooltip_eur:before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #454444;
    bottom: -3px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 0;
}

.tooltip_eur:after {
    content: " €";
}

.tooltip_eur,
.tooltip_bottom {
    background: #222222;
    border-radius: 2px;
    color: #fff;
    font-size: 1.15rem;
    margin-left: -34px;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 80px;
}

.tooltip_percent:before {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #454444;
    bottom: -3px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    width: 0;
}

.tooltip_percent:after {
    content: " %";
}

.tooltip_percent,
.tooltip_bottom {
    background: #222222;
    border-radius: 2px;
    color: #fff;
    font-size: 1.15rem;
    margin-left: -34px;
    padding: 4px 0;
    position: absolute;
    text-align: center;
    top: -30px;
    width: 80px;
}

.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    cursor: pointer;
    /* background: url(https://v5-1.fleetize.com/data/img/taxcalc/handler.png) no-repeat 50% 50%; */
    outline: none;
    top: -6px;
    margin-left: -3px;
    border-radius: 50%;
    background: #009cd8;
}

.ui-slider-range {
    background: #009cd8;
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
}

.footer_inner {
    border-top: 1px solid #d1d1d1;
}

.footer_inner h3 {
    color: #fff;
    display: block;
    font-weight: 100;
    text-align: center;
    line-height: 25px;
    margin-bottom: 0px;
}

.footer_outer {
    margin-left: auto;
    margin-right: auto;
    background: #5a5a5a;
    z-index: 15;
    clear: both;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer_savings {
    margin-left: auto;
    margin-right: auto;
}

.footer_margin {
    margin-bottom: 160px;
}

@media (max-width: 600px) {
    .footer_margin {
        margin-bottom: 140px;
    }
}

@media (max-width: 280px) {
    .footer_margin {
        margin-bottom: 160px;
    }
}

label {
    display: block;
    text-transform: uppercase;
}


/**
.radio-switch {
    display: -ms-flexbox;
    -ms-flex-positive: 1;
    flex-grow: 1;
    box-sizing: border-box;
    display: block;
    margin: 0;
    background: #f2f2f2;
    color: #454444;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.radio-box {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
}
.radio-switch {
    display: -ms-flexbox;
    display: flex
}
.radio_label {
    border: 1px solid #c8cbd0;
    cursor: pointer;
    font-size: 0.875em;
    background: white;
    color: black;
    margin-left: 5px;
    margin-right: 5px;
}
.radio input[type=radio]:checked+label {
    background: #53565c;
    border: 1px solid #c8cbd0;
    color: #fff
}
.radio_label {
    line-height: 2.5rem;
    padding: 0 12px
}
.radio_label:hover,
.radio_label:hover {
    background: #BFD7E9;
    color: black
}
.radio-switch .radio:last-child .radio_label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.radio-switch .radio:first-child .radio_label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.radio input[type=radio] {
    display: none;
}

**/

.savings_pa {
    font-size: 28px;
}

.outer_container {
    margin-left: 0;
    margin-right: 0;
}

.inner_container {
    margin-left: 0;
    margin-right: 0;
}

.slider_container {
    margin-top: 40px;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .slider_container {
        margin-top: 40px;
        text-align: left;
        padding: 0 1em;
    }
}

.result_container {
    margin-top: 40px;
    text-align: left;
}

@media only screen and (max-width: 800px) {
    .result_container {
        margin-top: 40px;
        text-align: left;
        padding: 0 1em;
    }
}

.slider_label {
    width: 100% !important;
    float: left;
    margin-bottom: -5px;
}

.slider_value {
    background-color: white;
    width: 20% !important;
    margin-top: -22px !important;
    margin-bottom: 10px !important;
    float: right;
}

.calculator-details {
    display: block;
    width: 100%;
    /* max-width: 600px; */
    text-align: center;
    background-color: #f2f2f2;
    margin: 0 auto 30px auto;
}

@media only screen and (min-width: 1199px) {
    .cd-single-item .cd-caption {
        width: 60%;
        float: right;
        margin: 0px 0 0 5%;
        opacity: 0;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        -moz-transition: -moz-transform 0.3s 0s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
    }
}

.label_value {
    width: 120px !important;
}

.taxcalc-radio-switcher {
    max-width: 31.25em;
    padding-top: 2em;
    margin: 0 auto;
    text-align: left;
}

@media screen and (min-width: 740px) {
    .taxcalc-radio-switcher {
        max-width: 31.25em;
        padding-top: 2em;
        margin: 0 auto;
        text-align: left;
    }
}

.taxcalc-switcher span {
    padding: 0 1em;
    color: #979aa1;
    font-family: "abril-text", "Georgia", "Times New Roman", "serif";
    font-style: italic;
    font-weight: 600
}

.taxcalc-switcher a {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 0.875em
}

.taxcalc-switcher a.active {
    border-bottom: 2px solid #3da0e3;
    color: #3da0e3
}

.taxcalc-radio-switcher {
    max-width: 31.25em;
    padding-top: 2em;
    margin: 0 auto;
    text-align: left
}

.taxcalc-radio-switcher::after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 740px) {
    .taxcalc-radio-switcher {
        padding-top: 0;
        text-align: left;
        margin-bottom: 35px;
        margin-left: -9px;
    }
}

@media screen and (max-width: 740px) {
    .taxcalc-radio-switcher {
        padding-top: 0;
        text-align: left;
        margin-bottom: 50px;
    }
}

.taxcalc-radio-switcher input[type='radio'] {
    opacity: 0;
    width: 0px
}

.taxcalc-radio-switcher input[type='radio']+label {
    margin: 0;
    color: #ffffff;
    cursor: pointer
}

.taxcalc-radio-switcher input[type='radio']+label .radiobutton {
    position: relative;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border: 2px solid #979aa1
}

.taxcalc-radio-switcher input[type='radio']+label .radiobutton:before {
    content: " ";
    position: absolute;
    background-color: transparent;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 4px solid transparent;
    border-radius: 50%
}

.taxcalc-radio-switcher input[type='radio']:checked+label .radiobutton {
    background-color: transparent;
    border-color: #3da0e3
}

.taxcalc-radio-switcher input[type='radio']:checked+label .radiobutton:before {
    background-color: #3da0e3;
    border-color: transparent
}

.radio-switch.monthly {
    margin-bottom: 1em
}

@media screen and (min-width: 740px) {
    .radio-switch.monthly {
        margin-bottom: 0
    }
}

.taxcalc-radio-container {
    margin-top: 55px;
}

@media screen and (max-width: 849px) {
    .taxcalc-radio-container {
        margin-top: 55px;
        padding: 0 1em;
        text-align: left;
    }
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
    .taxcalc-result-container {
        margin-top: -120px;
    }
}

@media screen and (min-width: 850px) and (max-width: 1200px) {
    .taxcalc-slider-container {
        margin-top: -60px;
    }
}

.taxcalc-slider-next {
    background: #3da0e3 !important;
}

@media screen and (max-width: 850px) {
    .taxcalc-img-mobile-none {
        display: none;
    }
}