.vorsorgeRechner {
    text-align: center;
    align-items: center;
    box-shadow: 0 0 10px -2px gray;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden
}

.vorsorgeRechner .vorsorgeRechnerRow {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    .padding: 20px 8vorsorgeRechner .3333333333%;
    box-sizing: border-box;
    max-width: 100vw;
    overflow-x: hidden
}

@media screen and (min-width: 760px) {
    .vorsorgeRechner .vorsorgeRechnerRow {
        padding: 75px 16.6666666667%
    }
}

@media screen and (min-width: 1280px) {
    .vorsorgeRechner .vorsorgeRechnerRow {
        padding-left: 16.6666666667%;
        padding-right: 16.6666666667%
    }
}

.vorsorgeRechner .vorsorgeRechnerRow>div {
    margin-bottom: 50px
}

.vorsorgeRechner .BToggleSwitch__button {
    outline: none
}

.vorsorgeRechner .toggleWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.vorsorgeRechner .vorsorgeRegler {
    background-color: #8ad2e580;
    margin-bottom: 0
}

.vorsorgeRechner .vorsorgeChart {
    display: none;
    padding-top: 50px;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 760px) {
    .vorsorgeRechner .vorsorgeChart {
        display: block
    }
}

.vorsorgeRechner .vorsorgeBanner h4 {
    font-size: 1.1em
}

@media screen and (min-width: 760px) {
    .vorsorgeRechner .vorsorgeBanner h4 {
        font-size: 1.5em
    }
}

.vorsorgeRechner .nobreak {
    white-space: nowrap
}

.vorsorgeRechner .rangeInput {
    position: relative;
    min-width: 800px;
    height: 20px;
    overflow: hidden
}

.vorsorgeRechner .sliderActive {
    position: absolute;
    height: 20px;
    width: 100%;
    background-color: red
}

.vorsorgeRechner .sliderInactive {
    position: absolute;
    width: 100%;
    height: 20px
}

.vorsorgeRechner .sliderThumb {
    transition: margin .25s, width .25s, height .25s
}

.vorsorgeRechner .sliderThumbContent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: .7em;
    height: 100%
}

.vorsorgeRechner .sliderIndicator {
    transition: all .25s
}

.vorsorgeRechner .brackets {
    transition: margin-right .25s, margin-left .25s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.vorsorgeRechner .sliderHeader {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0
}

.vorsorgeRechner .sliderFormLabel {
    font-size: .9em;
    font-weight: 500;
    color: #616161;
    margin: 0;
    text-align: left
}

.vorsorgeRechner .sliderFormValue {
    font-size: 1.2em;
    color: #353535;
    background: none;
    border: none;
    width: 11%;
    min-width: 100px;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
    cursor: pointer
}

.vorsorgeRechner .sliderWrapper {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.vorsorgeRechner input::-webkit-outer-spin-button,
.vorsorgeRechner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.vorsorgeRechner input[type=number] {
    -moz-appearance: textfield
}

.vorsorgeRechner input {
    text-align: right;
    outline: none
}

.vorsorgeRechner .vorsorgeFormButtonGroup {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-direction: row;
    padding-top: 1rem
}

.vorsorgeRechner .vorsorgeFormButtonGroup button {
    margin-bottom: 1rem;
    background: none;
    outline: none;
    line-height: 2em;
    cursor: pointer;
    box-sizing: border-box
}

@media screen and (min-width: 760px) {
    .vorsorgeRechner .vorsorgeFormButtonGroup {
        width: 50%;
        flex-direction: row
    }
}

.vorsorgeRechner .active {
    border: none;
    border-bottom: 2px solid black
}

.vorsorgeRechner .inactive {
    border: none;
    color: #616161;
    border-bottom: 2px solid transparent
}

.vorsorgeRechner .inactive:hover {
    color: #000
}

.vorsorgeRechner .vorsorgeFormStrategySelection {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0
}

@media screen and (min-width: 760px) {
    .vorsorgeRechner .vorsorgeFormStrategySelection {
        flex-direction: row
    }
}