/*
 * TOPFORM 117d – Frontend-Feinschliff vor LIVE-Konsolidierung
 * 1. Startseite kompaktere vertikale Rhythmik
 * 2. mobiler Header ohne initialen 70px-Seitenversatz
 * 3. Manifest: CARE-Kennzeichnung entfernen
 * 4. Kampagnenkachel: TOPFORM im H3 nicht durch allgemeine span-Regel verkleinern
 * 5. Ausschreibungstexte: lange Titel sicher umbrechen
 */

.public-body .home-023 > .section{
    padding-top:48px !important;
    padding-bottom:48px !important;
}
.public-body .home-023 .tf23-position.section{
    padding-top:58px !important;
    padding-bottom:46px !important;
}
.public-body .home-023 .tf23-campaigns.section,
.public-body .home-023 .tf23-team.section{
    padding-top:46px !important;
    padding-bottom:46px !important;
}
.public-body .home-023 .tf23-section-head{
    margin-bottom:26px !important;
}
.public-body .home-023 .tf23-principles{
    padding-top:58px !important;
    padding-bottom:58px !important;
}
.public-body .home-023 .tf16-knowledge{
    padding-top:58px !important;
    padding-bottom:58px !important;
}
.public-body .home-023 .tf16-final-cta{
    margin-top:0 !important;
    margin-bottom:40px !important;
}

.public-body .home-023 .tf23-care::after{
    content:none !important;
    display:none !important;
}

.public-body .home-023 .tf23-campaign-card h3 .tf-wordmark,
.public-body .home-023 .tf23-campaign-card h3 .tf-wordmark__top,
.public-body .home-023 .tf23-campaign-card h3 .tf-wordmark__form{
    font-size:inherit !important;
    line-height:inherit !important;
    letter-spacing:inherit !important;
    text-transform:none !important;
}

.public-body .tender-public-grid{
    grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr)) !important;
}
.public-body .tender-public-card{
    min-width:0;
    overflow:hidden;
}
.public-body .tender-public-card h2{
    max-width:100%;
    font-size:clamp(1.45rem,1.9vw,1.95rem) !important;
    line-height:1.08 !important;
    overflow-wrap:anywhere;
    word-break:normal;
    hyphens:auto;
}

@media (max-width:1100px){
    body.public-body{
        padding-top:0 !important;
    }
    .public-header.tf-site-header{
        position:sticky !important;
        top:0 !important;
        right:auto !important;
        left:auto !important;
    }
}

@media (max-width:900px){
    .public-body .home-023 > .section{
        padding-top:38px !important;
        padding-bottom:38px !important;
    }
    .public-body .home-023 .tf23-position.section,
    .public-body .home-023 .tf23-campaigns.section,
    .public-body .home-023 .tf23-team.section{
        padding-top:38px !important;
        padding-bottom:38px !important;
    }
    .public-body .home-023 .tf23-principles,
    .public-body .home-023 .tf16-knowledge{
        padding-top:46px !important;
        padding-bottom:46px !important;
    }
}

@media (max-width:560px){
    .public-body .home-023 > .section,
    .public-body .home-023 .tf23-position.section,
    .public-body .home-023 .tf23-campaigns.section,
    .public-body .home-023 .tf23-team.section{
        padding-top:32px !important;
        padding-bottom:32px !important;
    }
    .public-body .home-023 .tf23-principles,
    .public-body .home-023 .tf16-knowledge{
        padding-top:40px !important;
        padding-bottom:40px !important;
    }
    .public-body .tender-public-card h2{
        font-size:1.55rem !important;
    }
}
