.elementor-kit-42{--e-global-color-primary:#013E7E;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4575224:#E30619;--e-global-color-55f4191:#013E7E;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Inter", Sans-serif;}.elementor-kit-42 e-page-transition{background-color:#FFBC7D;}.elementor-kit-42 a{font-family:"Inter", Sans-serif;}.elementor-kit-42 h1{font-family:"Inter", Sans-serif;}.elementor-kit-42 h2{font-family:"Inter", Sans-serif;}.elementor-kit-42 h3{font-family:"Inter", Sans-serif;}.elementor-kit-42 h4{font-family:"Inter", Sans-serif;}.elementor-kit-42 h5{font-family:"Inter", Sans-serif;}.elementor-kit-42 h6{font-family:"Inter", Sans-serif;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*** === Listenansicht für .car_result Elemente === ***/
.car_result {
    flex-direction: row !important;
    align-items: center;
    gap: 20px;
}

/* Bild links, Text rechts */
.car_result .vrc-carimage {
    flex: 0 0 200px; /* Bild bleibt fixiert */
}

.car_result .vrc-carimage img {
    width: 100%;
    height: auto;
    border-radius: 25px;
}

/* Textinhalt nimmt Restbreite */
.car_result .vrc-cardetails {
    flex: 1;
    padding-left: 10px;
}

/* Optional: Preise etc. nebeneinander */
.car_result .vrc-showprc-prices-inner {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 10px;
}


/*** === Abschnitt: Fahrzeuganzeige (Suchergebnisse) === ***/

.car_result {
    border: none;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding: 20px;
    margin-bottom: 20px;
}

.car_result:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.car_result .vrc-carimage img {
    max-width: 100%;
    border-radius: 25px;
}
.vrc-wrapper {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.vrc-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px;
}

.vrc-sidebar {
    width: 25%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.vrc-content {
    width: 75%;
    background-color: transparent;
}

@media (max-width: 768px) {
    .vrc-container {
        flex-direction: column;
    }

    .vrc-sidebar,
    .vrc-content {
        width: 100%;
    }
}/* End custom CSS */