
.tarifrechner-wrapper .tarifrechner-hide {
    display: none;
}

.tarifrechner-wrapper {
    display: flex;
    border-radius: 30px;
    width: 100%;
    height: 60px;
    font-family: 'HCo Gotham SSm', sans-serif;
    container-type: inline-size;
    container-name: tarifrechner-wrapper;
}

.tarifrechner-wrapper input {
    cursor: pointer;
}

.tarifrechner-wrapper > div {
    display: flex;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper,
.tarifrechner-wrapper .tarifrechner-cta-wrapper {
    display: flex;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper,
.tarifrechner-wrapper .tarifrechner-cta-wrapper {
    width: 56%;
    max-width: 200px;
}

.tarifrechner-wrapper .tarifrechner-text-wrapper,
.tarifrechner-wrapper .tarifrechner-consumption-wrapper {
    width: 44%;
    flex-grow: 1;
}

.tarifrechner-wrapper .tarifrechner-left-wrapper,
.tarifrechner-wrapper .tarifrechner-right-wrapper {
    width: 50%;
    background-color: white;
}

.tarifrechner-wrapper .tarifrechner-left-wrapper {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    margin-right: 1px;
}

.tarifrechner-wrapper .tarifrechner-right-wrapper {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 1px;
}

.tarifrechner-wrapper .tarifrechner-consumption-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tarifrechner-wrapper .tarifrechner-consumption-wrapper .tarifrechner-consumption,
.tarifrechner-wrapper .tarifrechner-consumption-wrapper .tarifrechner-consumption-nt {
    width: 76%;
    height: auto!important;
    border-radius: 15px;
    border: none;
    background: #f3f3f3;
    padding: 5px 10px;
    font-size: 1rem;
}

.tarifrechner-wrapper .tarifrechner-consumption-nt {
    margin-top: 2px;
}

.tarifrechner-wrapper .tarifrechner-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.tarifrechner-wrapper .tarifrechner-text-wrapper .tarifrechner-plz {
    width: 76%;
    height: auto!important;
    border-radius: 15px;
    border: none;
    background: #f3f3f3;
    padding: 5px 10px;
    font-size: 1rem;
}

.tarifrechner-wrapper .tarifrechner-city-list,
.tarifrechner-wrapper .tarifrechner-consumption-list,
.tarifrechner-wrapper .tarifrechner-city-hint {
    position: absolute;
    width: calc(76% + 20px);
    z-index: 1000;
}

.tarifrechner-wrapper .tarifrechner-city-list ul,
.tarifrechner-wrapper .tarifrechner-consumption-list ul,
.tarifrechner-wrapper .tarifrechner-city-hint {
    margin: 0;
    padding: 0;
    list-style: none;
    background: white;
    border-radius: 10px;
    cursor: pointer;
}

.tarifrechner-wrapper .tarifrechner-city-hint {
    padding: 5px 10px;
    bottom: -92px;
    width: 76%;
}

.tarifrechner-wrapper .tarifrechner-city-hint > span {
    font-size: 1rem;
}

.tarifrechner-wrapper .tarifrechner-city-list ul li:hover,
.tarifrechner-wrapper .tarifrechner-consumption-list ul li:hover {
    background-color: #f3f3f3;
}

.tarifrechner-wrapper *,
.tarifrechner-wrapper input[type=text],
.tarifrechner-wrapper input[type=number],
.tarifrechner-wrapper input[type=password],
.tarifrechner-wrapper input[type=email],
.tarifrechner-wrapper input[type=phone],
.tarifrechner-wrapper input[type=tel],
.tarifrechner-wrapper select,
.tarifrechner-wrapper textarea {
    font-family: 'HCo Gotham SSm', sans-serif;
    font-size: 1rem;
    box-sizing: content-box!important;
}

.tarifrechner-wrapper .tarifrechner-city-list ul li {
    font-size: 1rem;
    padding: 5px 10px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tarifrechner-wrapper .tarifrechner-consumption-list ul li {
    padding: 5px 5px;
    justify-content: space-between;
    font-size: 1rem;
}

.tarifrechner-wrapper .tarifrechner-city-list ul li:first-child,
.tarifrechner-wrapper .tarifrechner-consumption-list ul li:first-child  {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tarifrechner-wrapper .tarifrechner-city-list ul li:last-child,
.tarifrechner-wrapper .tarifrechner-consumption-list ul li:last-child  {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 12px 24px;

    border-radius: 30px;

    display: flex;
    align-items: center;

    line-height: normal;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-styled.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;

    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-options li {
    margin: 0;
    padding: 12px 24px;
    line-height: initial;
    hyphens: auto;
    text-align: left!important;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-options li:last-child:hover {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-options li[rel="hide"] {
    display: none;
}

.tarifrechner-wrapper .tarifrechner-text-wrapper .tarifrechner-plz {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tarifrechner-wrapper .tarifrechner-cta {
    position: relative;
    font-family: 'HCo Gotham SSm', sans-serif;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    width: 100%;

    cursor: pointer;
    font-size: 1rem;

    display: flex;
    align-items: center;
    justify-content: center;
    right: -2px;
}

.tarifrechner-wrapper .tarifrechner-cta:before {
    content: "";

    margin-right: 5px;

    width: 18px;
    height: 20px;

    background-color: white;
    -webkit-mask-image: url('../icons/arrow-right-solid.svg');
    mask-image: url('../icons/arrow-right-solid.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-styled:after {
    position: absolute;
    content: "";
    right: 12px;

    width: 18px;
    height: 20px;

    background-color: white;
    -webkit-mask-image: url('../icons/chevron-down-solid.svg');
    mask-image: url('../icons/chevron-down-solid.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select-styled.active:after {
    -webkit-mask-image: url('../icons/chevron-up-solid.svg');
    mask-image: url('../icons/chevron-up-solid.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.tarifrechner-wrapper .tarifrechner-cs-wrapper .select {
    position: relative;
    display: inline-block;
    width: 100%;
    left: -1px;
}
.tarifrechner-wrapper .tarifrechner-cs-wrapper .select_arrow {
    position: absolute;
    top: 7px;
    right: 15px;
    width: 5px;
    height: 5px;
    border: solid #7ac8ba;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.tarifrechner-wrapper .tarifrechner-consumption-list li {
    display: flex;
    align-items: center;
}

.tarifrechner-wrapper .tarifrechner-consumption-list ul li img {
    height: 10px;
    float: right;
}

.tarifrechner-wrapper .tarifrechner-select-subheading {
    font-weight: 100;
    font-size: 0.75rem;
}

.tarifrechner-wrapper .tarifrechner-left-wrapper .tarifrechner-special {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 6px 22px;
}

.tarifrechner-wrapper input::-webkit-outer-spin-button,
.tarifrechner-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tarifrechner-wrapper input[type=number] {
    -moz-appearance: textfield;
}

.tarifrechner-wrapper .tarifrechner-consumption-list ul li svg {
    height: 1rem;
    width: auto;
    margin-bottom: 2px;
}

.tarifrechner-inactivity-notification {
    background-color: white;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
}

@media screen and (max-width: 750px) {
    .tarifrechner-wrapper {
        flex-direction: column;
        background-color: white;
        height: auto;
        border-radius: 25px;
    }

    .tarifrechner-wrapper .tarifrechner-left-wrapper,
    .tarifrechner-wrapper .tarifrechner-right-wrapper {
        width: 100%;
        flex-direction: column;
        background: none;
    }

    .tarifrechner-wrapper .tarifrechner-left-wrapper {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .tarifrechner-wrapper .tarifrechner-right-wrapper {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }

    .tarifrechner-wrapper .tarifrechner-cs-wrapper .select-styled {
        border-radius: 25px;
    }

    .tarifrechner-wrapper .tarifrechner-cs-wrapper .select-options {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    .tarifrechner-wrapper .tarifrechner-cs-wrapper .select-options li:last-child:hover {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
    }
    .tarifrechner-wrapper .tarifrechner-cta {
        border-radius: 25px;
    }
    .tarifrechner-wrapper .tarifrechner-cs-wrapper .select select {
        border-radius: 25px;
    }

    .tarifrechner-wrapper .tarifrechner-cs-wrapper,
    .tarifrechner-wrapper .tarifrechner-cta-wrapper,
    .tarifrechner-wrapper .tarifrechner-text-wrapper,
    .tarifrechner-wrapper .tarifrechner-consumption-wrapper {
        width: 100%;
    }

    .tarifrechner-wrapper .tarifrechner-cta,
    .tarifrechner-wrapper .tarifrechner-plz,
    .tarifrechner-wrapper .tarifrechner-consumption,
    .tarifrechner-wrapper .tarifrechner-consumption-nt {
        padding: 12px 24px;
    }

    .tarifrechner-wrapper .tarifrechner-cta,
    .tarifrechner-wrapper .tarifrechner-cs-wrapper .select-styled {
        padding: 24px;
    }

    .tarifrechner-wrapper .tarifrechner-cs-wrapper,
    .tarifrechner-wrapper .tarifrechner-cta-wrapper {
        height: 48px;
        max-width: 100%;
    }

    .tarifrechner-wrapper .tarifrechner-cs-wrapper,
    .tarifrechner-wrapper .tarifrechner-text-wrapper,
    .tarifrechner-wrapper .tarifrechner-consumption-wrapper {
        margin-bottom: 20px;
    }

    .tarifrechner-wrapper .tarifrechner-city-list,
    .tarifrechner-wrapper .tarifrechner-consumption-list {
        width: calc(76% + 20px);
    }

    .tarifrechner-wrapper .tarifrechner-city-hint {
        width: 76%;
    }

    .tarifrechner-wrapper .tarifrechner-consumption-list ul li img {
        height: 14px;
    }

    .tarifrechner-wrapper .tarifrechner-cta {
        right: 0;
    }

    .tarifrechner-wrapper .tarifrechner-cs-wrapper .select {
        left: 0;
    }

    .tarifrechner-wrapper .tarifrechner-text-wrapper .tarifrechner-plz,
    .tarifrechner-wrapper .tarifrechner-consumption-wrapper .tarifrechner-consumption,
    .tarifrechner-wrapper .tarifrechner-consumption-wrapper .tarifrechner-consumption-nt,
    .tarifrechner-wrapper .tarifrechner-city-list ul li,
    .tarifrechner-wrapper *,
    .tarifrechner-wrapper .tarifrechner-city-hint span,
    .tarifrechner-wrapper .tarifrechner-consumption-list ul li {
        font-size: 16px;
    }

    .tarifrechner-wrapper .tarifrechner-select-subheading {
        font-size: 12px;
    }

    .tarifrechner-wrapper .tarifrechner-consumption-list ul li svg,
    .tarifrechner-wrapper .tarifrechner-consumption-list ul li svg.tarifrechner-icons-wh,
    .tarifrechner-wrapper .tarifrechner-consumption-list ul li svg.tarifrechner-icons-gw,
    .tarifrechner-wrapper .tarifrechner-consumption-list ul li svg.tarifrechner-icons-st {
        height: 16px;
    }

    .tarifrechner-wrapper .tarifrechner-right-wrapper {
        margin-left: 0;
    }
}

@media screen and (min-width: 751px) and (max-width: 780px) {
    .tarifrechner-wrapper .tarifrechner-consumption-wrapper .tarifrechner-consumption,
    .tarifrechner-wrapper .tarifrechner-consumption-wrapper .tarifrechner-consumption-nt,
    .tarifrechner-wrapper .tarifrechner-text-wrapper .tarifrechner-plz,
    .tarifrechner-wrapper .tarifrechner-city-hint > span,
    .tarifrechner-wrapper *,
    .tarifrechner-wrapper input[type=text],
    .tarifrechner-wrapper input[type=number],
    .tarifrechner-wrapper input[type=password],
    .tarifrechner-wrapper input[type=email],
    .tarifrechner-wrapper input[type=phone],
    .tarifrechner-wrapper input[type=tel],
    .tarifrechner-wrapper select,
    .tarifrechner-wrapper textarea,
    .tarifrechner-wrapper .tarifrechner-city-list ul li,
    .tarifrechner-wrapper .tarifrechner-consumption-list ul li,
    .tarifrechner-wrapper .tarifrechner-cta,
    .tarifrechner-wrapper .tarifrechner-consumption-list ul li svg {
        font-size: 0.9rem;
    }
}

@media screen and (min-width: 751px) {
    @container tarifrechner-wrapper (max-inline-size: 700px) {
        .tarifrechner-wrapper * {
            font-size: 0.8rem!important;
        }
        .tarifrechner-wrapper .tarifrechner-consumption-list ul li svg {
            height: 0.8rem!important;
        }
    }
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-XLight_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-XLight_Web.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-XLightItalic_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-XLightItalic_Web.woff') format('woff');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-Light_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Light_Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-LightItalic_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-LightItalic_Web.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-Book_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Book_Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-BookItalic_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-BookItalic_Web.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-Medium_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Medium_Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-MediumItalic_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-MediumItalic_Web.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-Bold_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Bold_Web.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-BoldItalic_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-BoldItalic_Web.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-Black_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-Black_Web.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'HCo Gotham SSm';
    src:url('../fonts/woff2/GothamSSm-BlackItalic_Web.woff2') format('woff2'),
    url('../fonts/woff/GothamSSm-BlackItalic_Web.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}