/* Alois Müller – Referenzen & Aktuelles */

.am-referenz-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    padding: 0 !important;
}

/* Einheitliche Bildhöhe */
.am-referenz-card .vc_gitem-zone-a {
    height: 250px !important;
    min-height: 250px !important;
    padding: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

/* Einheitlicher Inhaltsbereich */
.am-referenz-card .vc_gitem-zone-c {
    min-height: 135px;
    background: #fff;
    padding: 20px 24px 22px !important;
    box-sizing: border-box;
}

/* Titel */
.am-referenz-card .vc_gitem-post-data-source-post_title {
    padding: 0 !important;
    margin: 0 !important;
}

/* Gelbe Linie */
.am-referenz-card .vc_gitem-post-data-source-post_title::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background: #ffdd00;
    margin-top: 18px;
}

/* Abstand zwischen Referenz-Karten */
.am-referenz-card {
    margin: 0 15px 30px 15px;
}