.car-new-header {
    position: relative;
    width: calc(100% - 432px);
    height: 328px;
    background-color: #e53232;
    float: left;
}

.car-new-header-img {
    position: absolute;
    width: 355px;
    height: 266px;
    left: 509px;
    border-radius: 0 0 0 40px;
    z-index: 2;
    /* opacity: 0.8; */
}

.car-new-header .car-card-color {
    left: 635px;
    top: 250px;
}

.car-new-header .car-card-favorite {
    left: 793px;
    top: 242px;
    z-index: 10;
}

.car-new-header .car-card-manufacturer {
    left: 793px;
}

.car-new-header-top {
    position: absolute;
    width: 340px;
    height: 76px;
    line-height: 64px;
    color: #ffffff;
    font-family: "rubik_lightbold";
    font-size: 50px;
    top: 33px;
    left: 24px
}

.car-new-header-bottom {
    position: absolute;
    height: 76px;
    line-height: 76px;
    color: #ffffff;
    font-family: "rubik_lightbold";
    font-size: 50px;
    top: 214px;
    left: 24px
}
.car-side-box {
    position: relative;
    width: 392px;
    height: 328px;
    background-color: #ffffff;
    float: left;
}

.reactangle {
    position: absolute;
    width: 540px;
    height: 89px;
    background-color: #21ba7b;
    top: 117px;
    color: #ffffff;
    font-family: "rubik_lightbold";
    font-size: 54px;
    line-height: 89px;
    padding-left: 24px;
}

    .reactangle span {
        position: absolute;
        color: #ffffff;
        font-family: "rubik_lightbold";
        font-size: 75px;
        line-height: 89px;
        left: 206px;
    }

.triangle-right {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 44.5px solid transparent;
    border-left: 31px solid #21ba7b;
    border-bottom: 44.5px solid transparent;
    top: 117px;
    left: 509px;
    z-index: 10;
}

.car-side-box span {
    position: absolute;
    width: 381px;
    height: 38px;
    color: #000000;
    font-family: "rubik_lightbold";
    font-size: 32px;
    text-align: left;
    top: 17px;
    left: 24px;
}

.car-side-box .car-card-small-box {
    top: 72px;
    left: 50px;
}

.car-side-box .enviroment {
    top: 274px;
    left: 50px;
}

.car-side-box .emissions {
    top: 274px;
    left: 145px;
}
.car-card-color {
    left: 635px;
    top: 250px;
}

.car-card {
    position: relative;
    width: 376px;
    height: 619px;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 1vw 0 1vw 0;
}

    .car-card span {
        position: absolute;
        width: 328px;
        height: 28px;
        color: #000000;
        font-family: "rubik_lightbold";
        font-size: 24px;
        text-align: left;
        top: 275px;
        left: 24px;
    }
    .car-card img {
        position: absolute;
        width: 376px;
        height: 258px;
        /*z-index: 2;*/
        /* opacity: 0.8; */
    }
    .car-card .iz-bonus-badge {
        position: absolute;
        top: 200px;
        right: 100px;
        width: 150px;
        height: 55px;
        background-color: #ffd500;
        z-index: 10;
        padding: 10px 12px;
        box-sizing: border-box;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }

        /* Amount */
        .car-card .iz-bonus-badge .iz-amount {
            display: block;
            font-family: "rubik_lightbold";
            font-size: 14px;
            line-height: 1.1;
            color: #e30613;
            font-weight: bold;
            margin: 0;
            padding: 0;
        }

        /* Text */
        .car-card .iz-bonus-badge .iz-text {
            display: block;
            margin-top: 2px;
            font-family: "rubik_lightbold";
            font-size: 7px;
            text-transform: uppercase;
            color: #e30613;
            font-weight: bold;
            line-height: 1.1;
            text-align: right;
        }
.car-card-savings {
    position: absolute;
    width: 92px;
    height: 50px;
    background-color: #21ba7b;
    left: 0px;
    top: 0px;
    z-index: 2;
}

    .car-card-savings span {
        position: absolute;
        top: 4px;
        left: 8px;
        font-family: 'rubik_lightbold';
        color: #fff;
        font-size: 29px;
    }

    .car-card-savings p {
        position: absolute;
        top: 50px;
        left: 16px;
        font-family: 'rubik_lightbold';
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }

.car-card-manufacturer {
    position: absolute;
    width: 71px;
    height: 71px;
    background-color: #ffffff;
    border-bottom-left-radius: 12px;
    left: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

    .car-card-manufacturer img {
        height: auto;
        max-height: 50px;
        width: 50px;
        max-width: 50px;
    }

.car-card-color {
    position: absolute;
    /* width: 100%; */
    height: 32px;
    border-radius: 21px;
    background-color: #ffffff;
    top: 242px;
    left: 24px;
    padding-left: 8px;
    z-index: 11;
}

/* Button reset for color selector */
.car-color-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: inherit;
}

.car-color-icon {
    position: relative;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    float: left;
    margin-top: 8px;
    /* margin-left:4px; */
    margin-right: 8px;
    z-index: 11;
}

.car-grau {
    background-color: grey;
    border: solid 1px #7f7f7f;
}

.car-blau {
    background-color: blue;
    border: solid 1px #ffff00;
}

.car-schwarz {
    background-color: black;
    border: solid 1px #ffffff;
}

.car-rot {
    background-color: red;
    border: solid 1px #00ffff;
}

.car-grün {
    background-color: green;
    border: solid 1px #ff7fff;
}

.car-orange {
    background-color: orange;
    border: solid 1px #005aff;
}

.car-gelb {
    background-color: yellow;
    border: solid 1px #0000ff;
}

.car-braun {
    background-color: brown;
    border: solid 1px #5ad5d5;
}

.car-beige {
    background-color: beige;
    border: solid 1px #0a0a23;
}

.car-silber {
    background-color: silver;
    border: solid 1px #3f3f3f;
}

.car-violett {
    background-color: violet;
    border: solid 1px #117d11;
}

.car-weiß {
    background-color: white;
    border: solid 1px #000000;
}

.car-metallic {
    background-color: #757575;
    border: solid 1px #8a8a8a;
}

.car-card-favorite {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 1000;
    top: 234px;
    left: 304px;
}

.merken {
    display: inline-block;
    font-size: 30px;
    line-height: 48px;
    color: red;
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: bottom;
    z-index: 1000;
}
car-card-favorite img {
    width: 32px;
    height: 32px;
    top: 8px;
    left: 8px;
}

.car-card-small-box {
    position: absolute;
    width: 328px;
    height: 180px;
    border-radius: 8px;
    border: 1px solid #d4d4d4;
    top: 363px;
    left: 24px;
}

.car-card-first-reg {
    position: relative;
    width: 65px;
    height: 50px;
    background-image: url('./cssimages/erstzulassung.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

    .car-card-first-reg span {
        position: absolute;
        top: 47px;
        left: 0;
        width: 65px;
        height: 11px;
        color: #000000;
        font-family: "rubik_lightbold";
        font-size: 9px;
        letter-spacing: 0.45px;
        text-align: center;
        text-transform: uppercase;
    }

.car-card-gearbox {
    position: relative;
    width: 65px;
    height: 50px;
    background-image: url('./cssimages/schaltung.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

    .car-card-gearbox span {
        position: absolute;
        top: 47px;
        left: 0;
        width: 65px;
        height: 11px;
        color: #000000;
        font-family: "rubik_lightbold";
        font-size: 9px;
        letter-spacing: 0.45px;
        text-align: center;
        text-transform: uppercase;
    }

.car-card-fuel {
    position: relative;
    width: 65px;
    height: 50px;
    background-image: url('./cssimages/kraftstoff.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

    .car-card-fuel span {
        position: absolute;
        top: 47px;
        left: 0;
        width: 65px;
        height: 11px;
        color: #000000;
        font-family: "rubik_lightbold";
        font-size: 9px;
        letter-spacing: 0.45px;
        text-align: center;
        text-transform: uppercase;
    }

.car-card-tacho {
    position: relative;
    width: 65px;
    height: 50px;
    background-image: url('./cssimages/tacho.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

    .car-card-tacho span {
        position: absolute;
        top: 47px;
        left: 0;
        width: 65px;
        height: 11px;
        color: #000000;
        font-family: "rubik_lightbold";
        font-size: 9px;
        letter-spacing: 0.45px;
        text-align: center;
        text-transform: uppercase;
        white-space: nowrap;
    }

.car-card-horsepower {
    position: relative;
    width: 65px;
    height: 50px;
    background-image: url('./cssimages/ps.png');
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

    .car-card-horsepower span {
        position: absolute;
        top: 47px;
        left: 0;
        width: 65px;
        height: 11px;
        color: #000000;
        font-family: "rubik_lightbold";
        font-size: 9px;
        letter-spacing: 0.45px;
        text-align: center;
        text-transform: uppercase;
    }

.car-card-finance {
    position: absolute;
    width: 164px;
    height: 31px;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    background-color: #f1f1f1;
    top: 67px;
}

    .car-card-finance span {
        position: absolute;
        width: 164px;
        height: 14px;
        color: #000000;
        font-family: "rubik_medium";
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0.75px;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        top: 8px;
        left: 0px;
    }
.car-card-Leasing {
    position: absolute;
    width: 164px;
    height: 31px;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    background-color: #f1f1f1;
    top: 67px;
}

    .car-card-Leasing span {
        position: absolute;
        width: 164px;
        height: 14px;
        color: #000000;
        font-family: "rubik_medium";
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0.75px;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        top: 8px;
        left: 0px;
    }
.car-card-finance2 {
    position: absolute;
    width: 164px;
    height: 82px;
    border-right: 1px solid #d4d4d4;
    top: 98px;
}

    .car-card-finance2 span {
        position: absolute;
        width: 164px;
        height: 14px;
        color: #21ba7b;
        font-family: "rubik_regular";
        font-size: 17px;
        letter-spacing: 0.25px;
        text-align: center;
        top: 8px;
        left: 0px;
    }

    .car-card-finance2 p {
        position: absolute;
        width: 164px;
        height: 28px;
        color: #21ba7b;
        font-family: "rubik_lightbold";
        font-size: 24px;
        font-style: normal;
        letter-spacing: 0.43px;
        text-align: center;
        margin: 0;
        top: 27px;
        left: 0px;
    }
.car-card-Leasing2 {
    position: absolute;
    width: 164px;
    height: 82px;
    border-right: 1px solid #d4d4d4;
    top: 98px;
}

    .car-card-Leasing2 span {
        position: absolute;
        width: 164px;
        height: 14px;
        color: rgb(13, 110, 253);
        font-family: "rubik_regular";
        font-size: 17px;
        letter-spacing: 0.25px;
        text-align: center;
        top: 8px;
        left: 0px;
    }
.car-card-Leasing2 p {
    position: absolute;
    width: 164px;
    height: 28px;
    color: rgb(13, 110, 253);
    font-family: "rubik_lightbold";
    font-size: 24px;
    font-style: normal;
    letter-spacing: 0.43px;
    text-align: center;
    margin: 0;
    top: 27px;
    left: 0px;
}
.car-card-leasing {
    border: 1px solid #d4d4d4;
}

.car-card-cash {
    position: absolute;
    width: 164px;
    height: 31px;
    border-top: 1px solid #d4d4d4;
    background-color: #f1f1f1;
    top: 67px;
    left: 164px;
}

    .car-card-cash span {
        position: absolute;
        width: 164px;
        height: 14px;
        color: #000000;
        font-family: "rubik_medium";
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0.75px;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        top: 8px;
        left: 0px;
    }

.car-card-cash2 {
    position: absolute;
    width: 163px;
    height: 82px;
    border-right: 1px solid #d4d4d4;
    top: 98px;
}

    .car-card-cash2 span {
        position: absolute;
        width: 163px;
        height: 17px;
        color: #e53232;
        font-family: "rubik_regular";
        font-size: 14px;
        letter-spacing: 0.25px;
        text-align: center;
        top: 8px;
        left: 165px;
    }

    .car-card-cash2 strong {
        position: absolute;
        width: 163px;
        height: 28px;
        color: #e53232;
        font-family: "rubik_lightbold";
        font-size: 24px;
        text-align: center;
        top: 27px;
        left: 165px;
    }

    .car-card-cash2 p {
        position: absolute;
        width: 163px;
        height: 17px;
        color: #ff7f27;
        font-family: "rubik_regular";
        font-size: 14px;
        font-style: normal;
        letter-spacing: 0.25px;
        text-align: center;
        margin: 0;
        top: 57px;
        left: 165px;
    }

.enviroment {
    position: absolute;
    left: 24px;
    top: 561px;
    width: 39px;
    height: 39px;
    background-image: url('./cssimages/umwelt.png');
    background-repeat: no-repeat;
}

    .enviroment span {
        position: relative;
        width: 39px;
        height: 24px;
        color: #0052a0;
        font-family: "rubik_medium";
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        text-transform: uppercase;
        top: 4px;
        left: 40px;
    }

.emissions {
    position: absolute;
    left: 131px;
    top: 559px;
    height: 70px;
    width: 265px;
}

    .emissions span {
        position: relative;
        width: 221px;
        height: 17px;
        color: #0052a0;
        font-family: "rubik_regular";
        font-size: 11px;
        letter-spacing: 0.2px;
        line-height: 18px;
        text-align: left;
        float: left;
        left: 0px;
        top: 0px;
    }

@media screen and (max-width: 640px) {
    .select_fzg {
        display: block;
        margin: 0 auto;
        float: none;
    }

    .car-card {
        margin: 1vw 0;
        float: none;
        display: block;
    }
}
