/*
================================================================================
TURFSPORT RACECENTER – assets/home.css

Zweck:
- Zusatz-CSS nur für die Startseite index.php.
- Wird nach style.css und header.css geladen.
- Hier bearbeiten, wenn Startseite, Start-News, Markt-Slider oder Statistik-
  Reihenfolge/Abstände angepasst werden sollen.

Nicht hier bearbeiten:
- Header -> assets/header.css
- Renntag/Starter/Formkarten -> assets/race-detail.css
================================================================================
*/

/* V101: Startseite - leerer Heute-Block und nächste Renntage schlanker */
.rc-empty-box.rc-home-wow .rc-home-wow-head strong{
    font-size:clamp(1.55rem, 3vw, 2.35rem);
    line-height:1.05;
}

.rc-empty-box.rc-home-wow .rc-home-wow-head{
    margin-bottom:10px;
}

.rc-home-next-slim-list{
    display:grid;
    gap:9px;
    margin-top:12px;
}

.rc-home-next-slim{
    display:grid;
    grid-template-columns:auto minmax(0,1fr) auto auto;
    align-items:center;
    gap:10px;
    padding:11px 13px;
    border-radius:16px;
    background:#fffdf8;
    border:1px solid rgba(15,42,31,.10);
    color:#0f2a1f;
    text-decoration:none;
    box-shadow:0 8px 18px rgba(32,24,18,.04);
}

.rc-home-next-slim span{
    color:#8a6330;
    font-size:12px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.04em;
    white-space:nowrap;
}

.rc-home-next-slim strong{
    min-width:0;
    color:#0f5138;
    font-size:15px;
    font-weight:950;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.rc-home-next-slim em{
    color:#6d655c;
    font-size:13px;
    font-style:normal;
    font-weight:850;
    white-space:nowrap;
}

.rc-home-next-slim b{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:28px;
    height:28px;
    border-radius:999px;
    background:#0f5138;
    color:#fff;
    font-size:22px;
    line-height:1;
}

.rc-home-stats-after-market{
    margin-top:18px;
}

.rc-home-stats-after-market .rc-home-stats-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.rc-home-stats-after-market .rc-home-stats-head a{
    color:#0f5138;
    font-size:13px;
    font-weight:950;
    text-decoration:none;
}

@media (max-width:760px){
    .rc-empty-box.rc-home-wow{
        padding:16px;
    }

    .rc-empty-box.rc-home-wow .rc-home-wow-head strong{
        font-size:1.55rem;
    }

    .rc-home-next-slim{
        grid-template-columns:minmax(0,1fr) auto;
        grid-template-areas:
            "label arrow"
            "title arrow"
            "meta arrow";
        gap:3px 10px;
        padding:11px 12px;
    }

    .rc-home-next-slim span{grid-area:label;}
    .rc-home-next-slim strong{
        grid-area:title;
        font-size:14px;
        white-space:normal;
        line-height:1.18;
    }
    .rc-home-next-slim em{grid-area:meta;font-size:12px;}
    .rc-home-next-slim b{grid-area:arrow;}

    .rc-home-stats-after-market{
        margin-top:14px;
    }
}


/* V102: Startseite - Statistikbox abgerundet und Footer kompakter */
.rc-home-stats-after-market{
    margin-top:18px;
    padding:18px;
    border:1px solid rgba(28,55,44,.09);
    border-radius:24px;
    background:linear-gradient(135deg,#fffdf8,#f7efe9);
    box-shadow:0 10px 28px rgba(32,24,18,.045);
}

.rc-home-stats-after-market .rc-home-stats-head{
    margin-bottom:12px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(28,55,44,.08);
}

.rc-home-stats-after-market .rc-home-stats-head strong{
    color:#0f5138;
    font-size:20px;
}

.rc-home-stats-after-market .rc-home-stats-grid a{
    border-radius:18px;
    background:#fffdf9;
    box-shadow:0 8px 18px rgba(32,24,18,.035);
}

.rc-home-stats-after-market .rc-home-stats-grid a:hover{
    transform:translateY(-1px);
}

/* Footer global etwas ruhiger, aber hier als spätere Datei überschrieben */
.rc-footer{
    margin-top:18px!important;
    padding:0 12px 16px!important;
}

.rc-footer-inner{
    max-width:1420px!important;
    margin:0 auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:6px 10px!important;
    padding:10px 14px!important;
    border-radius:18px!important;
    background:rgba(255,253,248,.72)!important;
    box-shadow:none!important;
}

.rc-footer-links{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:6px!important;
    flex-wrap:wrap!important;
}

.rc-footer-inner a{
    min-height:28px!important;
    padding:5px 10px!important;
    font-size:13px!important;
}

.rc-footer-online,
.rc-footer-copy{
    color:rgba(21,35,29,.58)!important;
    font-size:12px!important;
    font-weight:750!important;
}

@media (max-width:760px){
    .rc-home-stats-after-market{
        margin-top:14px;
        padding:14px;
        border-radius:20px;
    }

    .rc-home-stats-after-market .rc-home-stats-head strong{
        font-size:18px;
    }

    .rc-home-stats-after-market .rc-home-stats-grid{
        grid-template-columns:1fr!important;
        gap:9px!important;
    }

    .rc-footer{
        margin-top:14px!important;
        padding:0 10px 12px!important;
    }

    .rc-footer-inner{
        padding:9px 10px!important;
        border-radius:16px!important;
        gap:5px 8px!important;
    }

    .rc-footer-inner a{
        min-height:26px!important;
        padding:4px 8px!important;
        font-size:12px!important;
    }

    .rc-footer-online,
    .rc-footer-copy{
        font-size:11.5px!important;
    }
}

/* V295: Startseite - Tippspiel Hinweis mit kurzem Tabellenstand */
.rc-home-tippspiel-sidebar{
    background:linear-gradient(135deg,#fffdf8,#f7efe9)!important;
    border:1px solid rgba(138,91,32,.14)!important;
}
.rc-home-tippspiel-head{
    display:grid;
    gap:4px;
    margin-bottom:12px;
}
.rc-home-tippspiel-head span{
    color:#9a6a22;
    font-size:11px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}
.rc-home-tippspiel-head h3{
    margin:0!important;
    color:#0b3d2b!important;
}
.rc-home-tippspiel-head p{
    margin:0;
    color:#6d655c;
    font-size:13px;
    line-height:1.35;
    font-weight:750;
}
.rc-home-tippspiel-rank{
    display:grid;
    gap:7px;
    margin-top:10px;
}
.rc-home-tippspiel-rank-row{
    display:grid;
    grid-template-columns:26px minmax(0,1fr) auto;
    align-items:center;
    gap:8px;
    min-height:36px;
    padding:6px 8px;
    border-radius:14px;
    background:#fffdf9;
    border:1px solid rgba(15,42,31,.08);
    color:#0f2a1f;
    text-decoration:none;
}
.rc-home-tippspiel-rank-row span{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:999px;
    background:#f1eadf;
    color:#0f2a1f;
    font-size:12px;
    font-weight:1000;
}
.rc-home-tippspiel-rank-row strong{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:13px;
    font-weight:1000;
}
.rc-home-tippspiel-rank-row strong em{
    display:inline-flex;
    margin-left:4px;
    padding:1px 5px;
    border-radius:999px;
    background:#d9ae43;
    color:#0b3d2b;
    font-style:normal;
    font-size:9px;
    font-weight:1000;
    vertical-align:middle;
}
.rc-home-tippspiel-rank-row b{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:34px;
    min-height:24px;
    padding:0 8px;
    border-radius:999px;
    background:#f1eadf;
    color:#0b3d2b;
    font-size:13px;
    font-weight:1000;
}

.rc-home-tippspiel-stand-meta{
    margin:2px 0 0;
    color:#6d655c;
    font-size:12.5px;
    line-height:1.35;
    font-weight:900;
}
.rc-home-tippspiel-empty{
    margin:10px 0 0;
    padding:10px 11px;
    border-radius:14px;
    background:#fffdf9;
    border:1px solid rgba(15,42,31,.08);
    color:#6d655c;
    font-size:13px;
    font-weight:800;
}
.rc-home-tippspiel-games{
    display:grid;
    gap:6px;
    margin-top:12px;
    padding-top:10px;
    border-top:1px solid rgba(15,42,31,.08);
}
.rc-home-tippspiel-games a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:8px;
    padding:7px 8px;
    border-radius:13px;
    background:rgba(255,253,248,.78);
    color:#0f2a1f;
    text-decoration:none;
    border:1px solid rgba(15,42,31,.06);
}
.rc-home-tippspiel-games strong{
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12.5px;
    font-weight:1000;
}
.rc-home-tippspiel-games span{
    flex:0 0 auto;
    padding:3px 7px;
    border-radius:999px;
    background:#e7f4e9;
    color:#0b3d2b;
    font-size:10px;
    font-weight:1000;
}
.rc-home-tippspiel-actions{
    display:flex;
    gap:8px;
    flex-wrap:wrap;
    margin-top:12px;
}
.rc-home-tippspiel-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    padding:0 11px;
    border-radius:999px;
    background:#0b3d2b;
    color:#fff;
    text-decoration:none;
    font-size:12px;
    font-weight:1000;
}
.rc-home-tippspiel-actions a + a{
    background:#f1eadf;
    color:#0b3d2b;
}
@media(max-width:760px){
    .rc-home-tippspiel-sidebar{
        margin-top:12px!important;
        padding:12px!important;
        border-radius:18px!important;
    }
    .rc-home-tippspiel-rank-row{
        min-height:34px;
    }
}

/* V299: mobile Startseite stabilisieren, News-Layout zurück auf sauber */
.rc-home-news-topstory.is-pinned-news,
.rc-home-news-smallgrid a.is-pinned-news{
    border-color:rgba(217,174,67,.36)!important;
    background:linear-gradient(135deg,#fffaf0,#fffdf8)!important;
}

.rc-home-tippspiel-mobile-feature{
    display:none;
}

.rc-home-next-list-title{
    display:block;
    margin:0 0 10px;
    color:#8a5b20;
    font-size:13px;
    font-weight:1000;
    text-transform:uppercase;
    letter-spacing:.08em;
}

@media(max-width:760px){
    body .rc-empty-box.rc-home-wow.rc-home-no-today-box{
        margin-top:12px!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
    }
    body .rc-home-no-today-box .rc-home-next-list-title{
        display:none!important;
    }

    body .rc-home-no-today-box .rc-home-next-slim-list{
        gap:8px!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim{
        padding:12px 13px!important;
        border-radius:18px!important;
        box-shadow:0 8px 18px rgba(23,22,18,.045)!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim span{
        font-size:10px!important;
        letter-spacing:.07em!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim strong{
        font-size:17px!important;
        line-height:1.16!important;
        letter-spacing:-.01em!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim em{
        font-size:13px!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim b{
        width:34px!important;
        height:34px!important;
        font-size:24px!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent{
        margin-top:14px!important;
    }
    body .rc-home-news-feature-head{
        align-items:center!important;
        gap:10px!important;
    }
    body .rc-home-news-feature-head strong{
        font-size:24px!important;
        line-height:1.05!important;
    }

    body .rc-home-news-topstory{
        display:grid!important;
        grid-template-columns:112px minmax(0,1fr)!important;
        gap:12px!important;
        align-items:start!important;
        min-height:0!important;
        padding:14px!important;
        border-radius:18px!important;
        overflow:hidden!important;
    }
    body .rc-home-news-topimage{
        display:block!important;
        width:112px!important;
        height:82px!important;
        min-height:0!important;
        border-radius:14px!important;
        overflow:hidden!important;
        background:#f1eadf!important;
    }
    body .rc-home-news-topimage img,
    body .rc-home-news-smallthumb img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        display:block!important;
    }
    body .rc-home-news-topcontent{
        display:block!important;
        min-width:0!important;
    }
    body .rc-home-news-topcontent em,
    body .rc-home-news-smallgrid a em{
        display:block!important;
        margin:0 0 4px!important;
        color:#8a5b20!important;
        font-size:11.5px!important;
        font-weight:950!important;
        letter-spacing:.04em!important;
    }
    body .rc-home-news-topcontent strong{
        display:block!important;
        color:#0b5137!important;
        font-size:17px!important;
        line-height:1.13!important;
        margin:0 0 5px!important;
        word-break:normal!important;
    }
    body .rc-home-news-topcontent span,
    body .rc-home-news-smallteaser{
        display:block!important;
        color:#5f625b!important;
        font-size:13px!important;
        line-height:1.35!important;
        font-weight:750!important;
    }

    body .rc-home-news-smallgrid{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:10px!important;
        margin-top:10px!important;
    }
    body .rc-home-news-smallgrid a{
        display:grid!important;
        grid-template-columns:86px minmax(0,1fr)!important;
        gap:11px!important;
        align-items:start!important;
        min-height:0!important;
        padding:12px!important;
        border-radius:18px!important;
        overflow:hidden!important;
    }
    body .rc-home-news-smallthumb{
        display:block!important;
        width:86px!important;
        height:64px!important;
        border-radius:13px!important;
        overflow:hidden!important;
        background:#f1eadf!important;
        grid-row:1 / span 3;
    }
    body .rc-home-news-smallgrid a strong{
        display:block!important;
        color:#0b5137!important;
        font-size:16px!important;
        line-height:1.16!important;
        margin:0 0 5px!important;
    }

    body .rc-home-market-feature{
        margin-bottom:22px!important;
    }
    body .rc-home-stats-after-market{
        margin-top:24px!important;
    }
}

/* V300: Mobile News klarer und kompakter - keine Umfluss-Experimente */
@media(max-width:760px){
    body .rc-home-news-feature.rc-home-news-feature-independent{
        margin-top:16px!important;
        padding:16px!important;
        border-radius:22px!important;
    }
    body .rc-home-news-feature-head{
        margin-bottom:12px!important;
    }
    body .rc-home-news-feature-head strong{
        font-size:22px!important;
        line-height:1.05!important;
        letter-spacing:-.02em!important;
    }
    body .rc-home-news-feature-head a{
        min-height:34px!important;
        padding:0 14px!important;
        border-radius:999px!important;
        font-size:13px!important;
        white-space:nowrap!important;
    }

    body .rc-home-news-topstory{
        display:block!important;
        padding:13px!important;
        border-radius:20px!important;
        overflow:hidden!important;
        background:#fffdf7!important;
    }
    body .rc-home-news-topimage{
        display:block!important;
        width:100%!important;
        height:132px!important;
        margin:0 0 11px!important;
        border-radius:16px!important;
        overflow:hidden!important;
        background:#f1eadf!important;
    }
    body .rc-home-news-topimage img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        display:block!important;
    }
    body .rc-home-news-topcontent{
        display:block!important;
        min-width:0!important;
    }
    body .rc-home-news-topcontent em{
        display:block!important;
        margin:0 0 5px!important;
        color:#8a5b20!important;
        font-size:12px!important;
        font-weight:950!important;
        letter-spacing:.04em!important;
    }
    body .rc-home-news-topcontent strong{
        display:-webkit-box!important;
        -webkit-line-clamp:3!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        color:#0b5137!important;
        font-size:20px!important;
        line-height:1.12!important;
        margin:0 0 7px!important;
        word-break:normal!important;
        hyphens:auto!important;
    }
    body .rc-home-news-topcontent span{
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        color:#5f625b!important;
        font-size:14px!important;
        line-height:1.35!important;
        font-weight:700!important;
    }

    body .rc-home-news-smallgrid{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:10px!important;
        margin-top:10px!important;
    }
    body .rc-home-news-smallgrid a{
        display:grid!important;
        grid-template-columns:78px minmax(0,1fr)!important;
        grid-template-rows:auto auto auto!important;
        column-gap:11px!important;
        row-gap:3px!important;
        align-items:start!important;
        min-height:0!important;
        padding:12px!important;
        border-radius:18px!important;
        overflow:hidden!important;
        background:#fff!important;
    }
    body .rc-home-news-smallthumb{
        display:block!important;
        grid-column:1!important;
        grid-row:1 / span 3!important;
        width:78px!important;
        height:58px!important;
        border-radius:13px!important;
        overflow:hidden!important;
        background:#f1eadf!important;
    }
    body .rc-home-news-smallthumb img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        display:block!important;
    }
    body .rc-home-news-smallgrid a em{
        grid-column:2!important;
        display:block!important;
        margin:0!important;
        color:#8a5b20!important;
        font-size:11px!important;
        line-height:1.1!important;
        font-weight:950!important;
        letter-spacing:.04em!important;
    }
    body .rc-home-news-smallgrid a strong{
        grid-column:2!important;
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        color:#0b5137!important;
        font-size:16px!important;
        line-height:1.16!important;
        margin:0!important;
        word-break:normal!important;
        hyphens:auto!important;
    }
    body .rc-home-news-smallteaser{
        grid-column:2!important;
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        color:#5f625b!important;
        font-size:12.5px!important;
        line-height:1.32!important;
        font-weight:680!important;
        margin:0!important;
    }
}

/* V301: Desktop - Nächste-Renntage-Box bekommt wieder Luft links/rechts */
@media (min-width:761px){
    body .rc-empty-box.rc-home-wow{
        padding-left:22px!important;
        padding-right:22px!important;
    }

    body .rc-home-next-slim-list{
        margin-left:0!important;
        margin-right:0!important;
    }

    body .rc-home-next-slim{
        padding-left:17px!important;
        padding-right:14px!important;
    }

    body .rc-home-next-slim strong{
        padding-left:2px!important;
    }
}

/* V302: Mobile Startseite - Tippspiel-Block wieder sichtbar unter den News */
@media(max-width:760px){
    body .rc-home-tippspiel-mobile-feature{
        display:block!important;
        margin:18px 0 18px!important;
        padding:18px!important;
        border-radius:22px!important;
        background:linear-gradient(135deg,#fffaf0,#f7f1e5)!important;
        border:1px solid rgba(217,174,67,.35)!important;
        box-shadow:0 12px 28px rgba(23,22,18,.06)!important;
    }
    body .rc-home-tippspiel-mobile-head{
        display:block!important;
        margin:0 0 12px!important;
    }
    body .rc-home-tippspiel-mobile-head span{
        display:block!important;
        margin:0 0 5px!important;
        color:#8a5b20!important;
        font-size:11px!important;
        line-height:1.1!important;
        font-weight:1000!important;
        letter-spacing:.08em!important;
        text-transform:uppercase!important;
    }
    body .rc-home-tippspiel-mobile-head strong{
        display:block!important;
        color:#0b3d2b!important;
        font-size:22px!important;
        line-height:1.08!important;
        font-weight:1000!important;
        letter-spacing:-.02em!important;
    }
    body .rc-home-tippspiel-mobile-head p{
        margin:8px 0 0!important;
        color:#5f675f!important;
        font-size:14px!important;
        line-height:1.35!important;
        font-weight:750!important;
    }
    body .rc-home-tippspiel-next{
        display:grid!important;
        grid-template-columns:minmax(0,1fr) auto!important;
        gap:6px 12px!important;
        align-items:center!important;
        margin:12px 0!important;
        padding:13px 14px!important;
        border-radius:18px!important;
        background:#fff!important;
        border:1px solid rgba(11,61,43,.10)!important;
        text-decoration:none!important;
        color:#0b3d2b!important;
    }
    body .rc-home-tippspiel-next span{
        grid-column:1 / -1!important;
        color:#8a5b20!important;
        font-size:10px!important;
        font-weight:1000!important;
        letter-spacing:.08em!important;
        text-transform:uppercase!important;
    }
    body .rc-home-tippspiel-next strong{
        min-width:0!important;
        font-size:19px!important;
        line-height:1.12!important;
        font-weight:1000!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    body .rc-home-tippspiel-next em{
        justify-self:end!important;
        color:#5f675f!important;
        font-style:normal!important;
        font-size:12px!important;
        font-weight:850!important;
        white-space:nowrap!important;
    }
    body .rc-home-tippspiel-mini-rank{
        display:grid!important;
        gap:7px!important;
        margin:10px 0 12px!important;
    }
    body .rc-home-tippspiel-mini-rank a{
        display:grid!important;
        grid-template-columns:28px minmax(0,1fr) auto!important;
        gap:10px!important;
        align-items:center!important;
        min-height:38px!important;
        padding:6px 8px!important;
        border-radius:999px!important;
        background:#fff!important;
        border:1px solid rgba(11,61,43,.08)!important;
        color:#0b3d2b!important;
        text-decoration:none!important;
        font-weight:950!important;
    }
    body .rc-home-tippspiel-mini-rank a span{
        display:grid!important;
        place-items:center!important;
        width:26px!important;
        height:26px!important;
        border-radius:50%!important;
        background:#f1eadf!important;
        font-size:12px!important;
    }
    body .rc-home-tippspiel-mini-rank a strong{
        min-width:0!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        white-space:nowrap!important;
        font-size:14px!important;
    }
    body .rc-home-tippspiel-mini-rank a b{
        min-width:40px!important;
        padding:5px 9px!important;
        border-radius:999px!important;
        background:#d9ae43!important;
        color:#0b3d2b!important;
        text-align:center!important;
        font-size:14px!important;
        font-weight:1000!important;
    }
    body .rc-home-tippspiel-mobile-actions{
        display:grid!important;
        grid-template-columns:1fr 1fr!important;
        gap:10px!important;
        margin-top:12px!important;
    }
    body .rc-home-tippspiel-mobile-actions a{
        display:flex!important;
        align-items:center!important;
        justify-content:center!important;
        min-height:42px!important;
        border-radius:999px!important;
        background:#0b3d2b!important;
        color:#fff!important;
        text-decoration:none!important;
        font-size:14px!important;
        font-weight:1000!important;
    }
    body .rc-home-tippspiel-mobile-actions a + a{
        background:#fff!important;
        color:#0b3d2b!important;
        border:1px solid rgba(11,61,43,.10)!important;
    }
}


/* V19: Startseite links statt Werbepartner dezente Experten-Tipps Werbung (Desktop) */
.rc-home-expert-promo{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
    background:linear-gradient(135deg,#fffdf8 0%,#f5eddc 100%)!important;
    border:1px solid rgba(174,128,58,.24)!important;
}
.rc-home-expert-promo .rc-home-expert-kicker{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 10px;
    border-radius:999px;
    background:rgba(15,81,56,.10);
    color:#0f5138;
    font-size:11px;
    line-height:1;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.06em;
}
.rc-home-expert-promo h3{
    margin:2px 0 0!important;
    color:#0f5138!important;
    font-size:15px!important;
    line-height:1.22!important;
    font-weight:950!important;
}
.rc-home-expert-promo p{
    margin:0!important;
    color:#50483c!important;
    font-size:13px!important;
    line-height:1.35!important;
    font-weight:650!important;
}
.rc-home-expert-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:32px;
    margin-top:4px;
    padding:0 13px;
    border-radius:999px;
    background:#0f5138;
    color:#fffdf8!important;
    text-decoration:none!important;
    font-size:12px;
    font-weight:950;
    box-shadow:0 8px 18px rgba(15,81,56,.16);
}
.rc-home-expert-link:hover{
    background:#0b3d2b;
}


/* V20: Home-Feinschliff - Newsbilder komplett zeigen und mehr Luft zwischen Markt und Statistik */
body .rc-home-news-topimage,
body .rc-home-news-smallthumb{
    background:#efe6d4!important;
}

body .rc-home-news-topimage img,
body .rc-home-news-smallthumb img{
    object-fit:contain!important;
    object-position:center center!important;
    background:#efe6d4!important;
}

@media (min-width:761px){
    body .rc-home-market-feature{
        margin-bottom:26px!important;
    }

    body .rc-home-stats-after-market{
        margin-top:28px!important;
    }
}


/* V21: Home Abstand Markt/Statistik und Newsbilder ruhiger */
@media (min-width:761px){
  body .rc-home-market-feature{
    margin-bottom:28px!important;
  }
  body .rc-home-stats-after-market{
    margin-top:30px!important;
  }
}
body .rc-home-news-topimage,
body .rc-home-news-smallthumb{
  background:#efe6d4!important;
}
body .rc-home-news-topimage img,
body .rc-home-news-smallthumb img{
  object-fit:contain!important;
  object-position:center center!important;
  background:#efe6d4!important;
}


/* V54 Startseiten-SEO / KI-Kontext */
.rc-home-seo-intro{
    margin:0 0 14px;
    padding:16px 18px;
    border-radius:22px;
    border:1px solid rgba(15,81,56,.12);
    background:linear-gradient(135deg,#fffdf7 0%,#f6f0e2 100%);
    box-shadow:0 10px 26px rgba(20,30,22,.045);
}

.rc-home-seo-intro > span{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:0 10px;
    border-radius:999px;
    background:#0f5138;
    color:#fffaf0;
    font-size:12px;
    font-weight:900;
    letter-spacing:.02em;
}

.rc-home-seo-intro h1{
    margin:9px 0 5px;
    color:#0f5138;
    font-size:24px;
    line-height:1.13;
    letter-spacing:-.025em;
}

.rc-home-seo-intro p{
    margin:0;
    max-width:820px;
    color:#4f584f;
    font-size:14px;
    line-height:1.48;
    font-weight:650;
}

.rc-home-seo-links{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-top:12px;
}

.rc-home-seo-links a{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:0 11px;
    border-radius:999px;
    background:#fff;
    border:1px solid rgba(15,81,56,.12);
    color:#0f5138;
    text-decoration:none;
    font-size:12.5px;
    font-weight:900;
}

.rc-home-seo-links a:hover{
    background:#0f5138;
    color:#fffaf0;
}

@media(max-width:760px){
    .rc-home-seo-intro{
        margin:0 0 10px;
        padding:12px;
        border-radius:17px;
    }

    .rc-home-seo-intro > span{
        min-height:22px;
        padding:0 8px;
        font-size:11px;
    }

    .rc-home-seo-intro h1{
        margin-top:8px;
        font-size:18px;
        line-height:1.18;
    }

    .rc-home-seo-intro p{
        font-size:12.8px;
        line-height:1.42;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }

    .rc-home-seo-links{
        gap:6px;
        margin-top:9px;
    }

    .rc-home-seo-links a{
        min-height:28px;
        padding:0 9px;
        font-size:11.5px;
    }
}


/* V54b: SEO-Box mobil nach unten statt im Kopfbereich */
.rc-home-seo-intro--mobile{
    display:none;
}

@media(max-width:760px){
    .rc-home-seo-intro--desktop{
        display:none!important;
    }

    .rc-home-seo-intro--mobile{
        display:block;
        margin:16px 0 10px;
    }

    .rc-home-seo-intro--mobile h2{
        margin:8px 0 5px;
        color:#0f5138;
        font-size:18px;
        line-height:1.18;
        letter-spacing:-.02em;
    }

    .rc-home-seo-intro--mobile p{
        font-size:12.8px;
        line-height:1.42;
        display:block;
        -webkit-line-clamp:unset;
        overflow:visible;
    }
}

/* V91: Startseite - heutige und kommende Renntermine farblich stärker hervorheben */
.rc-race-list-clean .rc-race-row-clean{
    position:relative;
    border-radius:22px;
    overflow:hidden;
    border:1px solid rgba(28,55,44,.10);
    background:linear-gradient(135deg,#fffdf8 0%,#f8f1e6 100%);
    box-shadow:0 12px 30px rgba(32,24,18,.055);
}

.rc-race-list-clean .rc-race-row-clean::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:7px;
    background:#d6b25e;
    opacity:.9;
}

.rc-race-list-clean .rc-race-row-clean.is-today{
    background:linear-gradient(135deg,#fff8e8 0%,#f2dfb4 100%);
    border-color:rgba(177,126,37,.34);
    box-shadow:0 16px 36px rgba(145,94,24,.13);
}

.rc-race-list-clean .rc-race-row-clean.is-today::before{
    background:#c58a22;
    width:8px;
}

.rc-race-list-clean .rc-race-row-clean.is-upcoming{
    background:linear-gradient(135deg,#fffdf8 0%,#eef4ed 100%);
    border-color:rgba(15,81,56,.18);
}

.rc-race-list-clean .rc-race-row-clean.is-upcoming::before{
    background:#8fba8c;
}

.rc-race-list-clean .rc-race-row-clean.is-past{
    background:linear-gradient(135deg,#f9f7f1 0%,#eee8dd 100%);
}

.rc-race-list-clean .rc-race-row-clean.is-past::before{
    background:#b9aa91;
}

.rc-race-list-clean .rc-race-row-clean .rc-race-date-block{
    background:rgba(255,255,255,.46)!important;
    border-color:rgba(28,55,44,.09)!important;
}

.rc-race-list-clean .rc-race-row-clean.is-today .rc-race-date-block{
    background:linear-gradient(180deg,#fff4d5,#f3d893)!important;
}

.rc-race-list-clean .rc-race-row-clean.is-upcoming .rc-race-date-block{
    background:linear-gradient(180deg,#f8fff6,#dfecda)!important;
}

.rc-race-list-clean .rc-race-row-clean .rc-race-day{
    text-shadow:0 1px 0 rgba(255,255,255,.55);
}

.rc-race-list-clean .rc-race-row-clean .rc-race-content{
    position:relative;
    z-index:1;
}

.rc-race-list-clean .rc-race-row-clean .rc-inline-link{
    padding:7px 12px;
    border-radius:999px;
    background:rgba(255,255,255,.66);
    border:1px solid rgba(138,91,32,.13);
    text-decoration:none;
}

.rc-home-next-slim{
    border-color:rgba(177,126,37,.24)!important;
    background:linear-gradient(135deg,#fff9eb 0%,#f6e2b6 100%)!important;
    box-shadow:0 12px 26px rgba(145,94,24,.10)!important;
}

.rc-home-next-slim b{
    background:#b77a22!important;
}

@media(max-width:760px){
    .rc-race-list-clean .rc-race-row-clean{
        border-radius:18px!important;
        box-shadow:0 9px 20px rgba(32,24,18,.055)!important;
    }

    .rc-race-list-clean .rc-race-row-clean::before{
        width:5px;
    }

    .rc-race-list-clean .rc-race-row-clean.is-today::before{
        width:6px;
    }

    .rc-race-list-clean .rc-race-row-clean .rc-inline-link{
        margin-top:6px!important;
        padding:5px 9px!important;
        font-size:12px!important;
    }
}

/* V134: Startseite Mitte - Intro ohne Linkchips, nächster Renntag ruhiger */
.rc-home-seo-intro{
    padding-bottom:18px;
}
.rc-home-seo-intro .rc-home-seo-links{
    display:none!important;
}
@media (min-width:761px){
    body .rc-empty-box.rc-home-wow.rc-home-no-today-box{
        padding:20px 22px 22px!important;
        background:linear-gradient(135deg,#f8f4ea 0%,#eef3ea 100%)!important;
        border-color:rgba(15,81,56,.13)!important;
        box-shadow:0 12px 28px rgba(32,24,18,.045)!important;
        overflow:visible!important;
    }
    body .rc-home-no-today-box .rc-home-next-list-title{
        margin:0 0 14px!important;
        color:#0f5138!important;
        font-size:22px!important;
        line-height:1.15!important;
        letter-spacing:.14em!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim-list{
        gap:12px!important;
        margin:0!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim{
        margin:0!important;
        padding:15px 17px!important;
        border-radius:18px!important;
        background:linear-gradient(135deg,#fff4d4 0%,#f6dfaa 100%)!important;
        border-color:rgba(183,122,34,.28)!important;
        box-shadow:none!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim span{
        color:#7b5422!important;
    }
}

/* V148: Startseite - nächster Renntag ohne Systemlabel, Rennanzahl als kompakter Hinweis */
@media (min-width:761px){
    body .rc-home-no-today-box .rc-home-next-slim{
        grid-template-columns:minmax(0,1fr) auto auto!important;
        align-items:center!important;
        column-gap:14px!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim strong{
        font-size:16px!important;
        line-height:1.2!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim em{
        display:inline-flex!important;
        align-items:center!important;
        gap:5px!important;
        align-self:center!important;
        justify-self:end!important;
        padding:5px 9px!important;
        border-radius:10px!important;
        background:rgba(255,255,255,.58)!important;
        border:1px solid rgba(138,91,32,.14)!important;
        color:#6d655c!important;
        font-size:12px!important;
        font-weight:850!important;
        line-height:1!important;
        white-space:nowrap!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim em i{
        color:#0f5138!important;
        font-style:normal!important;
        font-weight:1000!important;
    }
}

@media(max-width:760px){
    body .rc-home-no-today-box .rc-home-next-slim{
        grid-template-columns:minmax(0,1fr) auto!important;
        grid-template-areas:"title arrow" "meta arrow"!important;
        align-items:center!important;
        row-gap:6px!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim strong{
        grid-area:title!important;
        white-space:normal!important;
        overflow:visible!important;
        text-overflow:clip!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim em{
        grid-area:meta!important;
        justify-self:start!important;
        display:inline-flex!important;
        align-items:center!important;
        gap:5px!important;
        width:max-content!important;
        padding:4px 8px!important;
        border-radius:9px!important;
        background:rgba(255,255,255,.62)!important;
        border:1px solid rgba(138,91,32,.14)!important;
        line-height:1!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim em i{
        color:#0f5138!important;
        font-style:normal!important;
        font-weight:1000!important;
    }
    body .rc-home-no-today-box .rc-home-next-slim b{
        grid-area:arrow!important;
    }
}

/* V157: Mobile Startseite - fixierte News mit großem Bild ohne Sticker-Optik */
@media(max-width:760px){
    body .rc-home-news-topstory{
        padding:0!important;
        overflow:hidden!important;
        border-radius:20px!important;
        background:#fffdf7!important;
    }

    body .rc-home-news-topimage{
        display:block!important;
        width:100%!important;
        height:190px!important;
        margin:0!important;
        border-radius:20px 20px 0 0!important;
        overflow:hidden!important;
        background:transparent!important;
    }

    body .rc-home-news-topimage img{
        width:100%!important;
        height:100%!important;
        display:block!important;
        object-fit:cover!important;
        object-position:center center!important;
        background:transparent!important;
    }

    body .rc-home-news-topcontent{
        display:block!important;
        padding:14px 14px 15px!important;
        min-width:0!important;
    }
}

/* V160: Mobile Startseite (/galopp/index.php) - fixierte News als echtes Titelbild */
@media(max-width:760px){
    body .rc-home-news-feature.rc-home-news-feature-independent{
        padding:0!important;
        overflow:hidden!important;
        border-radius:22px!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-feature-head{
        padding:16px 16px 0!important;
        margin-bottom:12px!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory{
        display:block!important;
        margin:0!important;
        padding:0!important;
        border:0!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
        overflow:visible!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topimage,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory .rc-home-news-topimage{
        display:block!important;
        width:100%!important;
        height:220px!important;
        margin:0!important;
        border-radius:0!important;
        overflow:hidden!important;
        background:transparent!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topimage img,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory .rc-home-news-topimage img{
        width:100%!important;
        height:100%!important;
        display:block!important;
        object-fit:cover!important;
        object-position:center center!important;
        background:transparent!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topcontent,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory .rc-home-news-topcontent{
        display:block!important;
        padding:14px 16px 16px!important;
        min-width:0!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid{
        padding:0 16px 16px!important;
        margin-top:0!important;
    }
}


/* V162: Mobile Startseite - fixierte News komplett sichtbar statt beschnitten */
@media(max-width:760px){
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news{
        display:block!important;
        padding:0!important;
        overflow:visible!important;
        border-radius:0!important;
        background:transparent!important;
        box-shadow:none!important;
        border:0!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topimage,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topimage{
        display:block!important;
        width:100%!important;
        height:auto!important;
        min-height:0!important;
        max-height:none!important;
        margin:0 0 12px!important;
        padding:0!important;
        border-radius:16px!important;
        overflow:hidden!important;
        background:transparent!important;
        box-shadow:none!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topimage img,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topimage img{
        display:block!important;
        width:100%!important;
        height:auto!important;
        max-width:100%!important;
        min-height:0!important;
        max-height:none!important;
        object-fit:contain!important;
        object-position:center center!important;
        background:transparent!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topcontent,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topcontent{
        display:block!important;
        padding:0 2px 2px!important;
        min-width:0!important;
    }
}


/* V163: Mobile Startseite - Abstand nach fixierter News */
@media(max-width:760px){
    body .rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news,
    body .rc-home-news-feature-independent .rc-home-news-topstory:first-of-type{
        margin-bottom:18px!important;
    }

    body .rc-home-news-feature-independent .rc-home-news-smallgrid{
        margin-top:0!important;
    }
}


/* V164: Startseite mobil - Abstand zwischen fixierter News und erster normaler News erzwingen */
@media(max-width:760px){
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory + .rc-home-news-smallgrid{
        margin-top:20px!important;
        padding-top:0!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news + .rc-home-news-smallgrid{
        margin-top:20px!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid > a:first-child{
        margin-top:0!important;
    }
}


/* V169: Startseite News-Vorschau bildstärker wie News-Übersicht */
@media (min-width:761px){
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid{
        display:grid!important;
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:18px!important;
        margin-top:18px!important;
        padding:0!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a{
        display:block!important;
        padding:0!important;
        border-radius:22px!important;
        overflow:hidden!important;
        background:#fffdf7!important;
        border:1px solid rgba(23,22,18,.08)!important;
        box-shadow:0 12px 28px rgba(23,22,18,.055)!important;
        text-decoration:none!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallthumb{
        display:block!important;
        width:100%!important;
        height:170px!important;
        margin:0!important;
        border-radius:0!important;
        overflow:hidden!important;
        background:#efe6d4!important;
        grid-column:auto!important;
        grid-row:auto!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallthumb img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center center!important;
        display:block!important;
        background:transparent!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a em{
        display:block!important;
        margin:14px 16px 6px!important;
        padding:0!important;
        grid-column:auto!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a strong{
        display:block!important;
        margin:0 16px 8px!important;
        padding:0!important;
        grid-column:auto!important;
        font-size:21px!important;
        line-height:1.12!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallteaser{
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        margin:0 16px 16px!important;
        padding:0!important;
        grid-column:auto!important;
        font-size:14px!important;
        line-height:1.38!important;
    }
}

@media(max-width:760px){
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid{
        display:grid!important;
        grid-template-columns:1fr!important;
        gap:16px!important;
        margin-top:20px!important;
        padding:0 16px 16px!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a{
        display:block!important;
        padding:0!important;
        border-radius:20px!important;
        overflow:hidden!important;
        background:#fffdf7!important;
        border:1px solid rgba(23,22,18,.08)!important;
        box-shadow:0 10px 22px rgba(23,22,18,.045)!important;
        text-decoration:none!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallthumb{
        display:block!important;
        width:100%!important;
        height:156px!important;
        margin:0!important;
        border-radius:0!important;
        overflow:hidden!important;
        background:#efe6d4!important;
        grid-column:auto!important;
        grid-row:auto!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallthumb img{
        width:100%!important;
        height:100%!important;
        object-fit:cover!important;
        object-position:center center!important;
        display:block!important;
        background:transparent!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a em{
        display:block!important;
        margin:13px 14px 6px!important;
        padding:0!important;
        grid-column:auto!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a strong{
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        margin:0 14px 8px!important;
        padding:0!important;
        grid-column:auto!important;
        font-size:18px!important;
        line-height:1.14!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallteaser{
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        margin:0 14px 15px!important;
        padding:0!important;
        grid-column:auto!important;
        font-size:13.5px!important;
        line-height:1.35!important;
    }
}


/* V170: Startseite News - Topstory Desktop bildstark, mobile kleinere News ohne Float-Sticker */
@media (min-width:761px){
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news{
        display:block!important;
        padding:0!important;
        border-radius:24px!important;
        overflow:hidden!important;
        background:#fffdf7!important;
        border:1px solid rgba(23,22,18,.08)!important;
        box-shadow:0 14px 32px rgba(23,22,18,.06)!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topimage,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topimage{
        display:block!important;
        width:100%!important;
        height:230px!important;
        min-height:230px!important;
        max-height:none!important;
        margin:0!important;
        border-radius:0!important;
        overflow:hidden!important;
        background:#efe6d4!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topimage img,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topimage img{
        width:100%!important;
        height:100%!important;
        display:block!important;
        object-fit:cover!important;
        object-position:center center!important;
        background:transparent!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topcontent,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topcontent{
        display:block!important;
        padding:18px 20px 20px!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topcontent strong{
        font-size:27px!important;
        line-height:1.08!important;
        margin:5px 0 8px!important;
    }
}

@media(max-width:760px){
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a{
        display:block!important;
        padding:0!important;
        overflow:hidden!important;
        border-radius:20px!important;
        background:#fffdf7!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallthumb,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a .rc-home-news-smallthumb,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a > span:first-child{
        float:none!important;
        clear:both!important;
        display:block!important;
        width:100%!important;
        min-width:0!important;
        max-width:none!important;
        height:156px!important;
        min-height:156px!important;
        max-height:none!important;
        margin:0!important;
        border-radius:0!important;
        overflow:hidden!important;
        background:#efe6d4!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallthumb img,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a > span:first-child img{
        display:block!important;
        width:100%!important;
        height:100%!important;
        min-height:0!important;
        object-fit:cover!important;
        object-position:center center!important;
        background:transparent!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a em{
        display:block!important;
        margin:13px 14px 6px!important;
        padding:0!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a strong{
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        margin:0 14px 8px!important;
        padding:0!important;
        font-size:18px!important;
        line-height:1.14!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallteaser{
        display:-webkit-box!important;
        -webkit-line-clamp:2!important;
        -webkit-box-orient:vertical!important;
        overflow:hidden!important;
        margin:0 14px 15px!important;
        padding:0!important;
        font-size:13.5px!important;
        line-height:1.35!important;
    }

    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a::after{
        content:none!important;
        display:none!important;
        clear:none!important;
    }
}

/* V227: Startseite - linke/rechte Navigation klarer und kompakter */
@media (min-width: 1024px){
  body .rc-page-grid .rc-portal-sidebar{
    gap:10px;
  }

  body .rc-page-grid .rc-portal-nav-box,
  body .rc-page-grid .rc-portal-misc-box,
  body .rc-page-grid .rc-portal-account-box,
  body .rc-page-grid .rc-home-tippspiel-sidebar,
  body .rc-page-grid .rc-portal-market-box,
  body .rc-page-grid .rc-comments-preview-box,
  body .rc-page-grid .rc-photos-preview-box{
    padding:12px!important;
  }

  body .rc-page-grid .rc-portal-nav-groups{
    gap:8px!important;
  }

  body .rc-page-grid .rc-portal-nav-group{
    gap:3px!important;
    padding:8px 8px 9px;
    border-radius:13px;
    background:#fffaf1;
    border:1px solid rgba(199,159,90,.20);
  }

  body .rc-page-grid .rc-portal-nav-group strong{
    display:block;
    margin:0 0 5px!important;
    padding:5px 8px 4px;
    border-radius:9px;
    background:linear-gradient(90deg,rgba(199,159,90,.22),rgba(15,81,56,.08));
    color:#9a691f!important;
    font-size:10.5px!important;
    line-height:1.05;
    font-weight:950;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  body .rc-page-grid .rc-portal-nav-group a{
    padding:5px 8px!important;
    min-height:0;
    border-radius:9px!important;
    font-size:12px!important;
    line-height:1.12;
    font-weight:850;
    background:#fffdf8;
    border:1px solid rgba(15,81,56,.07);
  }

  body .rc-page-grid .rc-portal-nav-group a + a{
    margin-top:3px;
  }

  body .rc-page-grid .rc-portal-nav-group a:hover,
  body .rc-page-grid .rc-portal-nav-group a.is-active{
    background:#e8f3e8!important;
    border-color:rgba(15,81,56,.18);
    color:#0f5138!important;
  }

  body .rc-page-grid .rc-portal-box-head,
  body .rc-page-grid .rc-home-tippspiel-head{
    margin-bottom:8px!important;
    padding-bottom:7px;
    border-bottom:1px solid rgba(15,81,56,.10);
  }

  body .rc-page-grid .rc-portal-box-head h3,
  body .rc-page-grid .rc-home-tippspiel-head h3,
  body .rc-page-grid .rc-comments-preview-box h3,
  body .rc-page-grid .rc-photos-preview-box h3{
    color:#0f5138!important;
    font-size:14px!important;
    font-weight:950!important;
  }

  body .rc-page-grid .rc-portal-box-head span,
  body .rc-page-grid .rc-home-tippspiel-head span,
  body .rc-page-grid .rc-home-tippspiel-stand-meta{
    color:#9a691f!important;
  }

  body .rc-page-grid .rc-portal-mini-links{
    display:grid;
    gap:5px!important;
  }

  body .rc-page-grid .rc-portal-mini-links a,
  body .rc-page-grid .rc-portal-account-links a,
  body .rc-page-grid .rc-portal-compact-list a{
    padding:7px 9px!important;
    border-radius:9px!important;
  }

  body .rc-page-grid .rc-home-tippspiel-rank{
    gap:5px!important;
  }

  body .rc-page-grid .rc-home-tippspiel-rank-row{
    min-height:0;
    padding:6px 7px!important;
  }
}



/* V238: Mobile Startseite News - Hauptnews eigenständig, weitere News wieder mit breitem Bild oben */
@media (max-width: 760px){
  body .rc-home-news-feature.rc-home-news-feature-independent{
    margin:18px -8px 16px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-feature-head{
    margin:0 8px 12px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-feature-head strong{
    font-size:24px!important;
    line-height:1.1!important;
    letter-spacing:-.02em!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-feature-head a{
    border-radius:12px!important;
    padding:8px 12px!important;
    font-size:13px!important;
    line-height:1.1!important;
    white-space:nowrap!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news{
    display:block!important;
    margin:0 8px 18px!important;
    padding:0!important;
    background:#fffdf8!important;
    border:1px solid rgba(28,55,44,.08)!important;
    border-radius:16px!important;
    box-shadow:0 10px 24px rgba(32,24,18,.055)!important;
    overflow:hidden!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topimage,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topimage{
    display:block!important;
    float:none!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:16 / 9!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#efe6d4!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topimage img,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topimage img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:0!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topcontent,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news .rc-home-news-topcontent{
    display:block!important;
    padding:12px 12px 14px!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topcontent em{
    font-size:11px!important;
    line-height:1.2!important;
    margin:0 0 6px!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topcontent strong{
    font-size:23px!important;
    line-height:1.12!important;
    letter-spacing:-.025em!important;
    margin:0 0 6px!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topcontent span{
    font-size:14px!important;
    line-height:1.38!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    margin:0 8px!important;
    padding:0!important;
    background:transparent!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a{
    display:block!important;
    position:relative!important;
    margin:0!important;
    padding:0!important;
    background:#fffdf8!important;
    border:1px solid rgba(28,55,44,.08)!important;
    border-radius:16px!important;
    box-shadow:0 8px 20px rgba(32,24,18,.045)!important;
    overflow:hidden!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallthumb,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a .rc-home-news-smallthumb,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a > span:first-child{
    display:block!important;
    float:none!important;
    clear:both!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16 / 9!important;
    margin:0!important;
    padding:0!important;
    border-radius:0!important;
    overflow:hidden!important;
    background:#efe6d4!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallthumb img,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a > span:first-child img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    object-fit:cover!important;
    object-position:center center!important;
    border-radius:0!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a em,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a strong,
  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallteaser{
    margin-left:12px!important;
    margin-right:12px!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a em{
    margin-top:11px!important;
    margin-bottom:5px!important;
    font-size:10.5px!important;
    line-height:1.2!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallgrid a strong{
    font-size:18px!important;
    line-height:1.15!important;
    margin-bottom:6px!important;
  }

  body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-smallteaser{
    font-size:13.5px!important;
    line-height:1.36!important;
    margin-bottom:13px!important;
  }
}

/* V239: Mobile Startseite - fixierte Hauptnews rechts nicht bündig am Rand */
@media(max-width:760px){
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory.is-pinned-news,
    body .rc-home-news-feature.rc-home-news-feature-independent .rc-home-news-topstory:first-of-type{
        width:calc(100% - 12px)!important;
        max-width:calc(100% - 12px)!important;
        margin:0 12px 20px 0!important;
        box-sizing:border-box!important;
    }
}
