/* FINAL LINKCLUSTER CARD FIX
   Loaded after all other stylesheets to avoid cascade conflicts. */

.leistungen-teaser-links-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:16px !important;
}

.leistungen-teaser-links-grid > a{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    grid-template-rows:auto auto !important;
    align-content:center !important;
    align-items:start !important;
    justify-items:start !important;
    gap:8px !important;
    min-width:0 !important;
    min-height:112px !important;
    padding:20px 22px !important;
    text-align:left !important;
    text-decoration:none !important;
    white-space:normal !important;
}

.leistungen-teaser-links-grid > a > strong{
    display:block !important;
    grid-column:1 !important;
    grid-row:1 !important;
    position:static !important;
    float:none !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    font-size:18px !important;
    line-height:1.3 !important;
    font-weight:750 !important;
    text-align:left !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
}

.leistungen-teaser-links-grid > a > span{
    display:block !important;
    grid-column:1 !important;
    grid-row:2 !important;
    position:static !important;
    float:none !important;
    width:auto !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    font-size:15px !important;
    line-height:1.5 !important;
    font-weight:400 !important;
    text-align:left !important;
    white-space:normal !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
}

@media (max-width:1180px){
    .leistungen-teaser-links-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}

@media (max-width:700px){
    .leistungen-teaser-links-grid{
        grid-template-columns:1fr !important;
    }

    .leistungen-teaser-links-grid > a{
        min-height:92px !important;
        padding:17px 18px !important;
    }

    .leistungen-teaser-links-grid > a > strong{
        font-size:16px !important;
    }

    .leistungen-teaser-links-grid > a > span{
        font-size:14px !important;
    }
}
