.auto-card {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 0;
        width: 25%;
        justify-content: flex-start;
        height: auto;
        background-color: white;
        color: #393939 !important;
        text-align: left;
        border-radius: 6px;
        border: 1px solid #E1E1E1;
        transition: 0.3s ease all;
        cursor: pointer;
    }
    
/*.auto-card:hover img{*/
/*    transform: scale(1.05);*/
/*}*/

    
.auto-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 0px 0px 0px 0px;
        transition: transform 0.3s;
    }
    


.card-details {
        height: auto;
        padding: 0px 20px 20px 20px;
    }
    
.card-prijzen {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        position: absolute;
        bottom: 16px;
        right: 16px;
    }

.card-prijzen .meeneem {
    background-color: black;
    color: white;
    position: relative;
    color: #fff;
    font-size: 24px;
    float: left;
    text-align: left;
    display: block;
    font-weight: bold;
    z-index: 333;
    padding: 10px 20px 10px 20px;
    float: left;
    border-radius: 0px;
}

.advies {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2px 10px;
    color: white;
    align-items: center;
}

.advies .prijs {
    font-weight: bold;
    font-size: 20px;
}   

.handel  {
    position: relative;
    display: flex;
    flex-direction: column;
    background: var(--e-global-color-accent);
    padding: 2px 18px;
    color: white;
    min-width: 140px;
    align-items: center;
    border-radius: 2px;
    
    clip-path: polygon(
        0% 0,      /* links boven */
        100% 0,    /* rechts boven */
        100% 100%, /* rechts onder */
        0% 100%,   /* links onder */
        8% 50%    /* Knik links  */
      );
}

.handel .prijs {
    font-weight: bold;
    font-size: 20px;
}

.prijslabel {
    font-size: 12px;
    margin-bottom: -6px;
    font-weight: 600;
}
    

.card-titel {
        display: flex;
        flex-direction: column;
        padding: 14px 0px 0px 0px;
        justify-content: flex-end;
    }
.card-kenteken {
    height: 24px;
    font-weight: 600;
    text-align: end;
    width: 120px;
    background-image: url('https://rvlautos.nl/wp-content/uploads/2023/12/kenteken.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: black;
    display: flex;
    justify-content: flex-end;
}

.card-kenteken span {
    width: 90px;
    text-align: center;
}
    
.titel-1 {
    color: #353535;
    font-weight: 700;
    font-size: 20px;
}

.titel-2 {
    color: #696969;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 5px;
}

.image-card {
    border-radius: 0px 0px 0px 0px;
    aspect-ratio: 4 / 3;
    position: relative;
    /*height: 370px;*/
    overflow: hidden;
}

#cardLabel {
    z-index: 200;
}

.image-overlay-card-n {
    background: url('https://rvlautos.nl/wp-content/uploads/2023/11/thumbnail_Layer_RVL2023.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.image-overlay-card-j {
    background: url('https://rvlautos.nl/wp-content/uploads/2023/11/thumbnail_Layer_RVL2023_verkocht.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}


.image-overlay-n {
    background: url('https://rvlautos.nl/wp-content/uploads/2023/11/thumbnail_Layer_RVL2023.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}

.image-overlay-j {
    background: url('https://rvlautos.nl/wp-content/uploads/2023/11/thumbnail_Layer_RVL2023_verkocht.png');
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
}


.card-info {
    /*background-color: green;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #C8C8C8;
}
    
.card-info-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
}
    
.info-box-title {
    font-size: 11px;
    color: #a1a1a1;
}

.info-box-title-2 {
    font-size: 14px;
    color: black;
    margin-top: -4px;
    font-weight: 600;
}

.flex-invisible {
    visibility: hidden;
}

.favoriet-icon {
    z-index: 4000;
    position: absolute;
    right: 12px;
    bottom: 10px;
    fill: white;
}

.favoriet-icon svg {
    position: absolute;
    bottom: 0;
    right: 0;
}
    
    
  
  
  @media only screen and (max-width: 1120px) {
    
        .auto-card {
            width: 40%;
        }
        
        /*.image-card {*/
        /*    height: 280px;*/
        /*}*/

    }
    
    @media only screen and (max-width: 700px) {
    
        .auto-card {
            width: 100%;
        }
        
        /*.image-card {*/
        /*    height: 280px;*/
        /*}*/
    
    }
    
    @media only screen and (max-width: 390px) {
    
        /*.image-card {*/
        /*    height: 220px;*/
        /*}*/
        
        .card-prijzen {
            align-items: flex-start;
            flex-direction: column;
            gap: 20px;
            margin-top: 15px;
        }
        
        .prijs-lease {
            padding-left: 20px;
        }
        
        .card-kenteken {
            margin-top: 10px;
        }
    
    }

