body {
    overflow-x: hidden;
}


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

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

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

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

#hauskostenrechner .opt-header__switch-wrapper {
    width: 100%;
    display: flex;
    margin-top: auto;
}

#hauskostenrechner .opt-header__switch {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #216197;
    background: #f0f4f9;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: #f0f4f9;
    border-style: solid;
    cursor: pointer;
    font-weight: 700;
    padding: 31px;
}

#hauskostenrechner .opt-header__switch--selected {
    background: white;
}

#hauskostenrechner .opt-body {
    padding: 0;
    position: relative;
    background: white;
}

#hauskostenrechner .opt-body__content {
    padding: 50px 25% 60px;
    position: relative;
    background: white;
}

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

#hauskostenrechner .opt-body__heading {
    color: #216197;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 10px;
}

#hauskostenrechner .opt-body__heading--extra-padding {
    padding-top: 80px;
}

#hauskostenrechner .opt-body__text-input-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
}

#hauskostenrechner .opt-body__text-input-wrapper--summary {
    margin-top: 42px;
}

#hauskostenrechner .opt-body__text-input-wrapper--summary .opt-body__input-label {
    color: #216197;
}

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

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

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

#hauskostenrechner .opt-body__text {
    font-size: 15px;
    line-height: 1.1;
    width: 50%;
}

#hauskostenrechner .opt-body__text-input-wrapper--summary .opt-body__text {
    font-weight: 700;
    color: #216197;
}

#hauskostenrechner .opt-body__input {
    -webkit-appearance: none;
    -webkit-text-fill-color: currentColor;
    opacity: 1;
    width: 100%;
    height: 32px;
    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;
}

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

#hauskostenrechner .opt-body__text-input-wrapper--summary .opt-body__input {
    background: #f0f4f9;
    color: #216197;
}

#hauskostenrechner .opt-body__input-label {
    position: absolute;
    right: 7.5%;
    font-size: 14px;
}
#hauskostenrechner .opt-body__row-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

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

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

#hauskostenrechner .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;
}

@media screen and (max-width: 950px) {
    #hauskostenrechner .opt-body__content {
        padding: 50px 17.5% 60px;
    }
    #hauskostenrechner .opt-body__summary {
        padding: 27px 19.5% 27px 17.5%;
    }
}

@media screen and (max-width: 767px) {
    #hauskostenrechner .opt-body__content {
        padding: 50px 9.5% 60px;
    }
    #hauskostenrechner .opt-body__summary {
        padding: 27px 11.5% 27px 9.5%;
    }
    #hauskostenrechner .opt-inquiry-button-wrapper {
        flex-wrap: wrap;
    }
    #hauskostenrechner .opt-inquiry-button {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 640px) {
    #hauskostenrechner .opt-body__input {
        height: 42px;
        font-size: 1.4rem;
    }
    #hauskostenrechner .opt-body__text {
        font-size: 1rem;
    }
    #hauskostenrechner .opt-body__number {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    #hauskostenrechner .opt-header__text {
        font-size: 1.6rem;
    }
    #hauskostenrechner .opt-body__input-wrapper {
        width: 80%;
    }
    #hauskostenrechner .opt-body__text-input-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    #hauskostenrechner .opt-body__text {
        width: 80%;
        margin-bottom: 10px;
    }
    #hauskostenrechner .opt-body__summary .opt-body__summary-text {
        font-size: 1.4rem;
    }
    #hauskostenrechner .opt-body__label {
        margin-left: 15px;
    }
    #hauskostenrechner .opt-body__summary {
        padding: 27px 20.5% 27px 18%;
    }
    #hauskostenrechner .opt-body__content {
        padding: 30px 9.5% 40px;
    }
    #hauskostenrechner .opt-body__text-input-wrapper--summary {
        margin-top: 0;
    }
    #hauskostenrechner .opt-body__text-input-wrapper {
        margin-top: 35px;
    }
    #hauskostenrechner .opt-body__heading {
        padding-bottom: 0;
    }
    #hauskostenrechner .opt-inquiry-button-wrapper {
        padding: 25px 9.5%;
    }
    #hauskostenrechner .opt-inquiry-button {
        font-size: 1rem;
    }
    #hauskostenrechner .opt-body__heading--extra-padding {
        padding-top: 60px;
    }
    #hauskostenrechner .opt-body__text-input-wrapper:last-child {
        margin-top: 60px;
    }
}
@media screen and (max-width: 420px) {
    #hauskostenrechner .opt-header__text {
        font-size: 1.4rem;
    }
    #hauskostenrechner .opt-header__switch {
        padding: 31px 20px;
    }
    #hauskostenrechner .opt-inquiry-button {
        padding: 8px 10%;
    }
}
@media screen and (max-width: 380px) {
    #hauskostenrechner .opt-inquiry-button {
        padding: 8px 5%;
    }
    #hauskostenrechner .opt-inquiry-button-wrapper {
        padding: 25px 8.5%;
    }
}
