body {
    overflow-x: hidden;
}


#effektivzinssatzrechner {
    font-family: OpenSans, sans-serif;
    max-width: 1150px;
    width: 100%;
    box-sizing: content-box;
    word-wrap: normal;
}

#effektivzinssatzrechner .opt-header {
    position: relative;
    width: 100%;
    height: 115px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

#effektivzinssatzrechner .opt-header__background {
    position: absolute;
    background: #216197;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#effektivzinssatzrechner .opt-header__text {
    color: white;
    font-size: 1.8rem;
    font-family: Muli, sans-serif;
    font-weight: 700;
}

#effektivzinssatzrechner .opt-body {
    position: relative;
    background: white;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#effektivzinssatzrechner .opt-body__background {
    position: absolute;
    background: #f0f4f9;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0 -50vw;
    z-index: -1;
}

#effektivzinssatzrechner .opt-body__slider-wrapper {
    width: 100%;
    margin-bottom: 62px;
}

#effektivzinssatzrechner .opt-body__slider-text-above-wrapper, #effektivzinssatzrechner .opt-body__slider-text-below-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

#effektivzinssatzrechner .opt-body__slider-text-below-wrapper {
    margin-top: -5px;
}

#effektivzinssatzrechner .opt-body__slider-text-below, #effektivzinssatzrechner .opt-body__slider-text-above {
    font-size: 15px;
}

#effektivzinssatzrechner input::-webkit-outer-spin-button, #effektivzinssatzrechner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#effektivzinssatzrechner input[type=number] {
    -moz-appearance: textfield;
}

#effektivzinssatzrechner input[type="range"] {
    width: 100%;
    -webkit-appearance: none;
    padding-top: 15px;
    margin-bottom: 0;
    background: transparent;
}
#effektivzinssatzrechner .opt-body__section-one input[type="range"] {
    background: rgb(233,239,245);
}

#effektivzinssatzrechner input[type="range"]::-webkit-slider-runnable-track {
    height: 7px;
    -webkit-appearance: none;
    background: #d4d4d4;
    border-radius: 5px;
    margin-bottom: 3px;
}

#effektivzinssatzrechner input[type="range"]::-webkit-slider-thumb {
    margin-top: -10px;
    -webkit-appearance: none;
    background-color: #216197;
    height: 26px;
    width: 26px;
    border-radius: 100%;
    border: 3px solid white;
    cursor: ew-resize;
}

#effektivzinssatzrechner input[type="range"]:focus {
    outline: 0;
}

/** FF*/
#effektivzinssatzrechner input[type="range"]::-moz-range-progress {
    background-color: #216197;
    height: 7px;
    border-radius: 5px;
}

#effektivzinssatzrechner input[type="range"]::-moz-range-track {
    background-color: #d4d4d4;
    height: 7px;
    border-radius: 5px;
}

#effektivzinssatzrechner input[type="range"]::-moz-range-thumb {
    background-color: #216197;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    border: 3px solid white;
    cursor: ew-resize;
}

#effektivzinssatzrechner input[type="range"]::-moz-focus-outer {
    border: 0;
}

/* IE*/
#effektivzinssatzrechner input[type="range"]::-ms-fill-lower {
    background-color: #216197;
}

#effektivzinssatzrechner input[type="range"]::-ms-fill-upper {
    background-color: #d4d4d4;
}

#effektivzinssatzrechner .opt-body__input {
    -webkit-appearance: none;
    -webkit-text-fill-color: currentColor;
    opacity: 1;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: rgb(251, 251, 251) none repeat scroll 0% 0%;
    border: 0px none;
    box-shadow: rgb(205, 205, 205) 0px 0px 5px inset;
    text-align: center;
    font-size: 20px;
    color: black;
    font-weight: 700;
    font-size: 17px;
}

#effektivzinssatzrechner .opt-body__input--disabled {
    background: rgb(220, 220, 220) none repeat scroll 0% 0%;
    box-shadow: rgb(180, 180, 180) 0px 0px 5px inset;
}

#effektivzinssatzrechner .opt-body__input-wrapper {
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
}

#effektivzinssatzrechner .opt-body__slider-input-wrapper .opt-body__input {
    margin-bottom: 10px;
}

#effektivzinssatzrechner .opt-body__input-label {
    position: absolute;
    right: 7.5%;
    font-size: 14px;
}

#effektivzinssatzrechner .opt-body__slider-input-wrapper .opt-body__input-label {
    margin-bottom: 10px;
}

#effektivzinssatzrechner .opt-body__sliders {
    width: 46%;
}

#effektivzinssatzrechner .opt-body__inputs {
    width: 46%;
}

#effektivzinssatzrechner .opt-body__inputs .opt-body__input-wrapper {
    width: 50%;
}

#effektivzinssatzrechner .opt-body__text-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
#effektivzinssatzrechner .opt-body__text {
    font-size: 15px;
    line-height: 1.1;
    width: 45%;
}

#effektivzinssatzrechner .opt-body__content {
    display: flex;
    justify-content: space-between;
    padding: 40px 8.5%;
}

#effektivzinssatzrechner .opt-body__row-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#effektivzinssatzrechner .opt-body__summary-text {
    font-size: 1.25rem;
}
#effektivzinssatzrechner .opt-body__number {
    font-size: 1.6rem;
    line-height: 1;
}
#effektivzinssatzrechner .opt-body__label {
    margin-left: 30px;
    line-height: 1.2;
}
#effektivzinssatzrechner .opt-body__number-label-wrapper {
    display: flex;
    align-items: flex-end;
}
#effektivzinssatzrechner .opt-body__text-wrapper {
    width: 60.5%;
    text-align: left;
}
#effektivzinssatzrechner .opt-body__summary {
    background: #216197;
    padding: 27px 0;
    margin-top: 5px;
    display: flex;
    justify-content: center;
}
#effektivzinssatzrechner .opt-body__summary .opt-body__summary-text, #effektivzinssatzrechner .opt-body__summary .opt-body__number, #effektivzinssatzrechner .opt-body__summary .opt-body__label {
    color: #FFF;
    font-weight: 700;
}
#effektivzinssatzrechner .opt-body__summary .opt-body__summary-text {
    font-size: 1.6rem;
    padding-right: 30px;
}


#effektivzinssatzrechner .opt-inquiry-button-wrapper {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    background: #fdefe0;
    margin-top: 5px;
}

#effektivzinssatzrechner .opt-inquiry-button {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    background: rgb(239, 125, 0) none repeat scroll 0% 0%;
    color: white;
    border: 0px none;
    border-radius: 2px;
    align-self: center;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    padding: 8px 40px;
    text-decoration: none;
    cursor: pointer;
}

#effektivzinssatzrechner .opt-calc-example-wrapper {
    background: #f2f2f2;
    margin-top: 5px;
    text-align: center;
}
#effektivzinssatzrechner .opt-calc-example-heading {
    font-size: 1rem;
    cursor: pointer;
    padding: 15px 0;
}

#effektivzinssatzrechner .opt-calc-example-heading:after {
    content: '';
    height: 10px;
    width: 10px;
    display: inline-block;
    border-style: solid;
    border-width: 0 0 1px 1px;
    transform: rotate(-45deg);
    margin-left: 10px;
    margin-bottom: 2px;
    transition: transform 0.2s;
}

#effektivzinssatzrechner .opt-calc-example-content {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: rgb(129,129,129);
    font-size: 0.75rem;
    text-align: left;
    padding: 40px 8.5%;
    line-height: 1.8;
    display: none;
}

#effektivzinssatzrechner .opt-calc-example-wrapper--show .opt-calc-example-content {
    display: block;
}

#effektivzinssatzrechner .opt-calc-example-wrapper--show .opt-calc-example-heading:after {
    transform: rotate(-225deg);
    margin-bottom: -3px;
}

@media screen and (max-width: 767px) {
    #effektivzinssatzrechner .opt-body__content {
        flex-wrap: wrap;
        padding: 0;
    }
    #effektivzinssatzrechner .opt-body__sliders {
        width: 100%;
        padding: 31px 8.5% 50px;
        background: rgb(240, 244, 248);
    }
    #effektivzinssatzrechner .opt-body__inputs {
        width: 100%;
        padding: 0 8.5%;
        margin-top: 50px;
    }
    #effektivzinssatzrechner .opt-body__sliders .opt-body__slider-wrapper:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    #effektivzinssatzrechner input[type="range"] {
        display: none;
    }
    #effektivzinssatzrechner .opt-body__slider-text-below-wrapper {
        display: none;
    }
    #effektivzinssatzrechner .opt-body__input {
        height: 42px;
        font-size: 1.4rem;
    }
    #effektivzinssatzrechner .opt-body__input-wrapper {
        width: 50%;
    }
    #effektivzinssatzrechner .opt-body__sliders .opt-body__slider-wrapper {
        margin-bottom: 40px;
    }
    #effektivzinssatzrechner .opt-body__text {
        font-size: 1rem;
    }
    #effektivzinssatzrechner .opt-body__slider-text-above {
        font-size: 1rem;
    }
}

@media screen and (max-width: 480px) {
    #effektivzinssatzrechner .opt-header__text {
        font-size: 1.6rem;
    }
    #effektivzinssatzrechner .opt-body__inputs .opt-body__input-wrapper {
        width: 80%;
    }
    #effektivzinssatzrechner .opt-body__slider-text-above {
        width: 100%;
        margin-bottom: 10px;
    }
    #effektivzinssatzrechner .opt-body__slider-wrapper {
        width: 80%;
    }
    #effektivzinssatzrechner .opt-body__slider-text-above-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    #effektivzinssatzrechner .opt-body__text {
        width: 80%;
        margin-bottom: 10px;
    }
    #effektivzinssatzrechner .opt-body__slider-text-above {
        width: 100%;
    }
    #effektivzinssatzrechner .opt-body__input-wrapper {
        width: 100%;
    }
    #effektivzinssatzrechner .opt-body__sliders, #effektivzinssatzrechner .opt-body__text-input-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #effektivzinssatzrechner br {
        display: none;
    }
    #effektivzinssatzrechner .opt-inquiry-button {
        font-size: 1rem;
    }
    #effektivzinssatzrechner .opt-inquiry-button-wrapper {
        padding: 25px 0;
    }
}

@media screen and (max-width: 420px) {
    #effektivzinssatzrechner .opt-header__text {
        font-size: 1.4rem;
    }
    #effektivzinssatzrechner .opt-inquiry-button {
        padding: 8px 10%;
    }
}


@media screen and (max-width: 380px) {
    #effektivzinssatzrechner .opt-header__text {
        font-size: 1.2rem;
    }
    #effektivzinssatzrechner .opt-body__summary .opt-body__summary-text {
        font-size: 1.4rem;
    }
    #effektivzinssatzrechner .opt-body__summary .opt-body__number {
        font-size: 1.4rem;
    }
    #effektivzinssatzrechner .opt-inquiry-button {
        padding: 8px 5%;
    }
}
