﻿/* Interactive, photo-free service selection using the site's brand colors. */
#leistungen { background:#fff; }
#leistungen .thm-btn { text-transform:none; color:#231F20; }
#leistungen .thm-btn:focus-visible { outline:3px solid #EDD604 !important; outline-offset:5px; }
.grundweg-service-explorer { display:grid;grid-template-columns:1fr 1.15fr;gap:30px;align-items:stretch; }
.grundweg-service-picker { display:flex;flex-direction:column;min-width:0; }
.grundweg-service-picker__hint { font-size:15px;line-height:1.5;color:#625b5e;margin:0 0 18px; }
.grundweg-service-tabs { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,1fr);gap:12px;flex:1; }
.grundweg-service-tab { position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;min-width:0;padding:20px 35px 20px 20px;border:1px solid #e7e5e5;border-radius:12px;background:#f6f6f6;color:#231F20;text-align:left;font:inherit;font-weight:600;font-size:16px;line-height:1.4;transition:background .2s,border-color .2s,transform .2s;cursor:pointer; }
.grundweg-service-tab > .fas:first-child { font-size:25px; }
.grundweg-service-tab .grundweg-service-tab__arrow { position:absolute;right:15px;top:23px;font-size:14px;color:#8c8788;transform:rotate(-45deg);transition:transform .2s; }
.grundweg-service-tab:hover { background:rgba(var(--servixa-base-rgb), .15);border-color:#EDD604;transform:translateY(-2px); }
.grundweg-service-tab[aria-selected="true"] { background:#EDD604;border-color:#EDD604; }
.grundweg-service-tab[aria-selected="true"] .grundweg-service-tab__arrow { color:#231F20;transform:rotate(0); }
.grundweg-service-tab:focus-visible { outline:3px solid #231F20;outline-offset:3px;z-index:1; }
.grundweg-service-panels { min-width:0; }
.grundweg-service-panel { position:relative;display:flex;flex-direction:column;min-height:610px;height:100%;padding:34px 38px;border-radius:18px;background:#231F20;color:#fff;overflow:hidden;scroll-margin-top:135px; }
.grundweg-service-panel[hidden] { display:none; }
.grundweg-service-panel + .grundweg-service-panel:not([hidden]) { margin-top:20px; }
.is-ready .grundweg-service-panel + .grundweg-service-panel { margin-top:0; }
.grundweg-service-panel__top { display:flex;align-items:center;justify-content:space-between;margin-bottom:28px; }
.grundweg-service-panel__icon { display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:16px 16px 30px 6px;background:#EDD604;color:#231F20;font-size:35px;transform:rotate(-5deg); }
.grundweg-service-panel__icon i { transform:rotate(5deg); }
.grundweg-service-panel__number { font-size:64px;font-weight:700;line-height:1;color:#EDD604;letter-spacing:-3px; }
.grundweg-service-panel__number small { font-size:16px;font-weight:500;letter-spacing:0;color:#a9a5a6; }
.grundweg-service-panel__eyebrow { margin:0 0 12px;color:#EDD604;font-size:12px;line-height:1.4;font-weight:600;text-transform:uppercase;letter-spacing:1.8px; }
.grundweg-service-panel h3 { margin:0 0 18px;color:#fff;font-size:34px;line-height:1.2;font-weight:700;overflow-wrap:break-word; }
.grundweg-service-panel__description { margin:0 0 24px;color:#d4d1d2;font-size:16px;line-height:1.75; }
.grundweg-service-panel ul { list-style:none;padding:0;margin:0 0 30px;display:grid;gap:13px; }
.grundweg-service-panel li { display:flex;align-items:baseline;gap:12px;color:#eee;font-size:14px;line-height:1.5; }
.grundweg-service-panel li i { color:#EDD604;font-size:12px; }
.grundweg-service-panel__footer { display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:auto;padding-top:24px;border-top:1px solid #494546; }
.grundweg-service-panel__note { color:#bcb8b9;font-size:12px; }
#leistungen .grundweg-service-panel .thm-btn:hover { color:#231F20;background:#fff; }
#leistungen .grundweg-service-panel .thm-btn::before,#leistungen .grundweg-service-panel .thm-btn::after { background:#fff; }
#leistungen .grundweg-service-panel .thm-btn:hover > span { color:#231F20;background:#EDD604; }
.is-ready .grundweg-service-panel__body { animation:grundweg-service-reveal .3s ease-out; }
@keyframes grundweg-service-reveal { from {opacity:0;transform:translateY(9px);} to {opacity:1;transform:translateY(0);} }
#anfrage { scroll-margin-top:135px; }
@media(max-width:1199px) {
 .grundweg-service-explorer { gap:22px;grid-template-columns:1fr 1.1fr; }
 .grundweg-service-tab { font-size:14px;padding-left:16px; }
 .grundweg-service-panel { padding:28px;min-height:650px; }
 .grundweg-service-panel h3 { font-size:30px; }
}
@media(max-width:991px) {
 .grundweg-service-explorer { grid-template-columns:1fr;gap:24px; }
 .grundweg-service-tabs { grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,1fr); }
 .grundweg-service-panel { min-height:560px; }
}
@media(max-width:575px) {
 #leistungen .section-title__title > span { display:block; }
 .grundweg-service-tabs { grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,1fr);gap:9px; }
 .grundweg-service-tab { padding:16px 26px 16px 14px;gap:10px;font-size:13px;min-height:115px; }
 .grundweg-service-tab .grundweg-service-tab__arrow { right:12px;top:18px;font-size:12px; }
 .grundweg-service-tab > .fas:first-child { font-size:23px; }
 .grundweg-service-panel { padding:25px;min-height:610px;border-radius:14px; }
 .grundweg-service-panel h3 { font-size:28px; }
 .grundweg-service-panel__description { font-size:15px; }
 .grundweg-service-panel__top { margin-bottom:25px; }
 .grundweg-service-panel__icon { width:64px;height:64px;font-size:30px; }
 .grundweg-service-panel__number { font-size:52px; }
}
@media(prefers-reduced-motion:reduce) {
 .grundweg-service-tab { transition:none; }
 .grundweg-service-tab:hover { transform:none; }
 .is-ready .grundweg-service-panel__body { animation:none; }
}
