/* SCHMIDT_FOOTER_SERVICE_COLOR_HOTFIX_20260526
   Entfernt alte grüne Unterseiten-Optik und packt Footer-Links sauber in einen Kasten. */
:root{
    --primary:#1166ff!important;
    --primary-2:#0b48c4!important;
    --primary-3:#0d1324!important;
    --accent:#edf5ff!important;
    --accent-2:#dceaff!important;
    --surface-2:#f3f7ff!important;
    --surface-3:#e7effb!important;
    --line:#d9e3f2!important;
    --bg:#f8fbff!important;
    --shadow:0 18px 50px rgba(13,19,36,.10)!important;
    --shadow-soft:0 12px 28px rgba(13,19,36,.08)!important;
}
body.schmidt-public-frame:not(.schmidt-home-rebuild-page){
    background:radial-gradient(circle at top right,rgba(17,102,255,.08),transparent 28%),radial-gradient(circle at bottom left,rgba(156,252,0,.10),transparent 24%),#f8fbff!important;
}
body.schmidt-service-page .page-hero,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .page-hero{
    background:radial-gradient(circle at 84% 16%,rgba(17,102,255,.12),transparent 30%),radial-gradient(circle at 15% 0%,rgba(156,252,0,.11),transparent 24%),linear-gradient(180deg,#fff 0%,#f8fbff 90%)!important;
    border-bottom:1px solid rgba(17,102,255,.10)!important;
}
body.schmidt-service-page .eyebrow,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .eyebrow,
body.schmidt-service-page .card-badge,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .card-badge{
    background:linear-gradient(135deg,rgba(17,102,255,.10),rgba(156,252,0,.14))!important;
    color:#0d1324!important;
    border:1px solid rgba(17,102,255,.16)!important;
    box-shadow:none!important;
}
body.schmidt-service-page .btn.primary,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .btn.primary,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .nav-cta{
    background:linear-gradient(135deg,#1166ff,#0d1324)!important;
    color:#fff!important;
    box-shadow:0 16px 34px rgba(17,102,255,.22)!important;
}
body.schmidt-service-page .btn.primary:hover,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .btn.primary:hover,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .nav-cta:hover{
    background:linear-gradient(135deg,#0b48c4,#0d1324)!important;
}
body.schmidt-service-page .btn.soft,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .btn.soft,
body.schmidt-service-page .btn.light,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .btn.light{
    background:#eef5ff!important;
    color:#0d1324!important;
    border:1px solid rgba(17,102,255,.16)!important;
    box-shadow:none!important;
}
body.schmidt-service-page .btn.soft:hover,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .btn.soft:hover{
    background:#dceaff!important;
}
body.schmidt-service-page .feature-list div span,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .feature-list div span,
body.schmidt-service-page .metric-icon,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .metric-icon{
    background:linear-gradient(135deg,#1166ff,#9cfc00)!important;
    color:#0d1324!important;
}
body.schmidt-service-page .service-card,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .service-card,
body.schmidt-service-page .seo-block,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .seo-block{
    border-color:rgba(17,102,255,.12)!important;
    box-shadow:0 18px 46px rgba(13,19,36,.075)!important;
}
body.schmidt-service-page .service-card::before,
body.schmidt-service-page .service-card::after,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .service-card::before,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .service-card::after{
    background:linear-gradient(135deg,rgba(17,102,255,.12),rgba(156,252,0,.16))!important;
}
body.schmidt-service-page .section.alt,
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .section.alt{
    background:linear-gradient(180deg,#f8fbff,#fff)!important;
}
body.schmidt-public-frame:not(.schmidt-home-rebuild-page) .main-nav a:hover{
    background:#edf5ff!important;
    color:#0d1324!important;
}

/* Footer-Linkbereich als eigener sauberer Kasten */
.sch-frame-footer .footer-topline{
    align-items:stretch!important;
    overflow:visible!important;
}
.sch-frame-footer .footer-brand-panel,
.sch-frame-footer .sch-footer-grid{
    min-width:0!important;
}
.sch-frame-footer .sch-footer-grid{
    position:relative!important;
    z-index:1!important;
    align-self:stretch!important;
    padding:24px!important;
    border-radius:28px!important;
    border:1px solid rgba(255,255,255,.13)!important;
    background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;
    box-shadow:0 22px 70px rgba(0,0,0,.25)!important;
    overflow:hidden!important;
}
.sch-frame-footer .sch-footer-grid::before{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    top:0;
    height:3px;
    border-radius:999px;
    background:linear-gradient(90deg,#1166ff,#9cfc00);
    opacity:.9;
}
.sch-frame-footer .footer-col{
    min-width:0!important;
}
.sch-frame-footer .footer-col strong,
.sch-frame-footer .footer-col a,
.sch-frame-footer .footer-col span{
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    word-break:normal!important;
}
.sch-frame-footer .footer-col a,
.sch-frame-footer .footer-col span{
    line-height:1.38!important;
}
.sch-frame-footer .footer-contact-col a:nth-of-type(1){
    color:#fff!important;
}
.sch-frame-footer .footer-col a:hover{
    color:#9cfc00!important;
}
.sch-frame-footer .footer-bottom{
    width:min(1180px,calc(100% - 40px))!important;
    margin-inline:auto!important;
    padding-inline:0!important;
}

@media(max-width:1180px){
    .sch-frame-footer .sch-footer-grid{
        grid-template-columns:repeat(2,minmax(0,1fr))!important;
        gap:16px!important;
    }
}
@media(max-width:720px){
    .sch-frame-footer .footer-topline{
        width:min(100% - 24px,1180px)!important;
        gap:18px!important;
        padding-top:34px!important;
        padding-bottom:24px!important;
    }
    .sch-frame-footer .footer-brand-panel,
    .sch-frame-footer .sch-footer-grid{
        border-radius:24px!important;
    }
    .sch-frame-footer .sch-footer-grid{
        grid-template-columns:1fr!important;
        gap:10px!important;
        padding:16px!important;
    }
    .sch-frame-footer .footer-col{
        padding:13px!important;
        border-radius:18px!important;
        border:1px solid rgba(255,255,255,.10)!important;
        background:rgba(255,255,255,.045)!important;
        gap:8px!important;
    }
    .sch-frame-footer .footer-col strong{
        margin-bottom:2px!important;
    }
    .sch-frame-footer .footer-col a,
    .sch-frame-footer .footer-col span{
        font-size:14px!important;
    }
    .sch-frame-footer .footer-mini-cta a,
    .sch-frame-footer .footer-mini-cta{
        width:100%!important;
    }
    .sch-frame-footer .footer-bottom{
        width:min(100% - 24px,1180px)!important;
        gap:8px!important;
    }
}
