/*
Theme Name: PVKlima
Theme URI: https://pvklima.de/
Author: PVKlima
Description: Individuelles WordPress-Theme für Photovoltaik, Klimatechnik und Tannenbäume.
Version: 1.9.0
Text Domain: pvklima
*/

:root {
  --navy:#0b2442;
  --blue:#0b84e6;
  --light-blue:#eaf6ff;
  --green:#2d9a37;
  --light-green:#edf8ee;
  --orange:#f5a300;
  --cream:#fff8ea;
  --text:#172033;
  --muted:#617086;
  --line:#e6ebf1;
  --white:#ffffff;
  --shadow:0 14px 40px rgba(11,36,66,.10);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.section{padding:90px 0}
.section--soft{background:#f7f9fc}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;color:var(--blue)}
.eyebrow:before{content:"";width:28px;height:3px;border-radius:999px;background:currentColor}
h1,h2,h3{line-height:1.08;margin:0 0 18px;color:var(--navy)}
h1{font-size:clamp(2.6rem,6vw,5.5rem);letter-spacing:-.045em}
h2{font-size:clamp(2rem,4vw,3.6rem);letter-spacing:-.03em}
h3{font-size:1.35rem}
p{margin:0 0 18px}
.lead{font-size:clamp(1.05rem,2vw,1.32rem);color:var(--muted);max-width:760px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;font-weight:800;transition:.2s ease;border:1px solid transparent;cursor:pointer}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--navy);color:#fff;box-shadow:0 10px 24px rgba(11,36,66,.18)}
.btn--secondary{background:#fff;border-color:var(--line);color:var(--navy)}
.btn--blue{background:var(--blue);color:#fff}

.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(230,235,241,.8)}
.header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:1.4rem;color:var(--navy)}
.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,var(--orange),var(--blue) 58%,var(--green));box-shadow:0 8px 20px rgba(11,132,230,.18)}
.brand strong span{color:var(--blue)}
.nav{display:flex;align-items:center;font-weight:700}
.nav-menu{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0}
.nav-menu li{margin:0;padding:0}
.nav a:hover,.nav .current-menu-item>a{color:var(--blue)}
.menu-toggle{display:none;background:none;border:0;font-size:1.6rem}

.hero{padding:92px 0 76px;overflow:hidden;position:relative;background:linear-gradient(180deg,#fbfdff 0%,#fff 100%)}
.hero:after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;right:-220px;top:-180px;background:radial-gradient(circle,rgba(11,132,230,.14),rgba(11,132,230,0) 65%);pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:64px;align-items:center}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.pill{padding:9px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-weight:750;color:#445168}
.visual{position:relative;min-height:500px;border-radius:34px;background:linear-gradient(145deg,#eff8ff,#fff 50%,#eff8ef);box-shadow:var(--shadow);overflow:hidden;border:1px solid var(--line)}
.visual-card{position:absolute;border-radius:24px;padding:26px;box-shadow:var(--shadow);font-weight:900;color:var(--navy);background:#fff}
.visual-card small{display:block;font-size:.78rem;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}
.visual-card--pv{left:34px;top:38px;width:62%;background:linear-gradient(135deg,var(--cream),#fff)}
.visual-card--clima{right:30px;top:205px;width:50%;background:linear-gradient(135deg,var(--light-blue),#fff)}
.visual-card--tree{left:54px;bottom:34px;width:46%;background:linear-gradient(135deg,var(--light-green),#fff)}
.visual-icon{font-size:3rem;margin-bottom:10px}

.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.topic-card{padding:30px;border-radius:var(--radius);border:1px solid var(--line);background:#fff;box-shadow:0 12px 34px rgba(11,36,66,.06)}
.topic-card .icon{font-size:2.6rem;margin-bottom:16px}
.topic-card ul{padding-left:18px;color:var(--muted)}
.topic-card--pv{border-top:5px solid var(--orange)}
.topic-card--clima{border-top:5px solid var(--blue)}
.topic-card--tree{border-top:5px solid var(--green)}

.feature-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:36px}
.feature{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;font-weight:800}
.feature span{display:block;font-size:1.6rem;margin-bottom:6px}

.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}
.panel{padding:38px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.list-check{display:grid;gap:14px;margin-top:24px}
.list-check div{display:flex;gap:12px;align-items:flex-start}
.list-check b{color:var(--green)}

.cta{padding:44px;border-radius:30px;background:linear-gradient(135deg,var(--navy),#123d6f);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow)}
.cta h2,.cta p{color:#fff}
.cta .btn{background:#fff;color:var(--navy)}

.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:start}
.form-card{padding:30px;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
label{display:block;font-weight:800;margin-bottom:6px}
input,select,textarea{width:100%;padding:14px 15px;border-radius:14px;border:1px solid #d7dee8;font:inherit;outline:none;background:#fff}
input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(11,132,230,.08)}
textarea{min-height:140px;resize:vertical}
.form-field{margin-bottom:14px}
.notice{padding:13px 15px;border-radius:12px;margin-bottom:18px;background:#edf8ee;color:#1f6b27;font-weight:700}
.notice--error{background:#fff1f1;color:#9d2929}

.page-hero{padding:78px 0 58px;background:#f7f9fc;border-bottom:1px solid var(--line)}
.content{padding:70px 0}
.content .entry-content{max-width:860px}

.site-footer{background:#081a2f;color:#d8e1ed;padding:58px 0 24px;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:34px}
.site-footer h3{color:#fff}
.site-footer a:hover{color:#fff}
.footer-menu{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:34px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;font-size:.92rem}

@media (max-width:980px){
  .nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:22px 20px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}
  .nav-menu{flex-direction:column;align-items:flex-start;gap:14px;width:100%}
  .nav.is-open{display:flex}.menu-toggle{display:block}.header-cta{display:none}
  .hero-grid,.split,.contact-grid{grid-template-columns:1fr}.visual{min-height:430px}.three-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}
}
@media (max-width:640px){
  .container{width:min(100% - 26px,1180px)}.section{padding:66px 0}.hero{padding-top:62px}.visual{min-height:390px}.visual-card{padding:20px}.visual-card--pv{left:18px;top:24px;width:72%}.visual-card--clima{right:18px;top:160px;width:62%}.visual-card--tree{left:28px;bottom:24px;width:58%}.feature-grid,.form-row{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}
}

/* Erweiterungen 1.1 */
.page-hero--pv{background:linear-gradient(135deg,#fff9eb 0%,#f7f9fc 70%)}
.page-hero--clima{background:linear-gradient(135deg,#edf8ff 0%,#f7f9fc 70%)}
.page-hero--tree{background:linear-gradient(135deg,#eff9ef 0%,#f7f9fc 70%)}
.eyebrow--green{color:var(--green)}
.btn--green{background:var(--green);color:#fff;box-shadow:0 10px 24px rgba(45,154,55,.18)}
.cta--green{background:linear-gradient(135deg,#123c20,#2d9a37)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}
.process{padding:26px;border:1px solid var(--line);border-radius:20px;background:#fff}
.process>b{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:var(--navy);color:#fff;margin-bottom:18px}
.process p{color:var(--muted);margin-bottom:0}
.form-note{font-size:.86rem;color:var(--muted);margin-top:16px;margin-bottom:0}
.form-note a{text-decoration:underline}
.entry-content h2{margin-top:42px}
.entry-content p{font-size:1.04rem}
@media (max-width:980px){.process-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:640px){.process-grid{grid-template-columns:1fr}}

/* PVKlima logo integration */
.brand--logo{display:flex;align-items:center;flex:0 0 auto}
.brand--logo img{display:block;width:210px;max-height:70px;height:auto;object-fit:contain;object-position:left center}
.footer-logo{display:inline-block;background:#fff;border-radius:16px;padding:8px 12px;margin-bottom:14px}
.footer-logo img{display:block;width:230px;max-width:100%;height:auto}
@media (max-width:1100px){.brand--logo img{width:175px}}
@media (max-width:560px){.brand--logo img{width:145px;max-height:58px}.header-inner{height:72px}}


/* Produkt- & Herstellerregister 1.3 */
.catalog-hero{padding:76px 0 56px;background:linear-gradient(135deg,#edf7ff 0%,#fff8e8 52%,#eff9ef 100%);border-bottom:1px solid var(--line)}
.catalog-toolbar{position:sticky;top:82px;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:14px 0}
.catalog-toolbar-inner{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.catalog-search{flex:1 1 280px;min-width:240px}
.catalog-filter{width:auto;min-width:190px}
.catalog-section{padding:76px 0}
.catalog-section + .catalog-section{border-top:1px solid var(--line)}
.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:30px}
.catalog-head p{max-width:760px;color:var(--muted);margin:0}
.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.catalog-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(11,36,66,.06);transition:.2s ease}
.catalog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.catalog-card-media{height:210px;background:linear-gradient(145deg,#f7fbff,#fff);display:flex;align-items:center;justify-content:center;padding:22px;border-bottom:1px solid var(--line)}
.catalog-card-media img{width:100%;height:100%;object-fit:contain}
.catalog-card-body{padding:24px;display:flex;flex-direction:column;flex:1}
.catalog-card-body h3{margin-bottom:10px}.catalog-card-body p{color:var(--muted);font-size:.96rem}
.catalog-tags{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 18px}
.catalog-tag{font-size:.78rem;font-weight:800;padding:6px 9px;border-radius:999px;background:#f2f5f9;color:#4d5b70}
.catalog-models{list-style:none;padding:0;margin:0 0 18px;display:grid;gap:7px}
.catalog-models li{padding:8px 10px;border-radius:10px;background:#f8fafc;font-size:.9rem;font-weight:700;color:#3b485c;overflow-wrap:anywhere}
.catalog-card .card-link{margin-top:auto;font-weight:850;color:var(--blue)}
.manufacturer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.manufacturer-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.2s ease;box-shadow:0 8px 24px rgba(11,36,66,.05)}
.manufacturer-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.manufacturer-media{height:150px;padding:18px;background:#f8fafc;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line)}
.manufacturer-media img{width:100%;height:100%;object-fit:contain}
.manufacturer-body{padding:20px}.manufacturer-body h3{margin-bottom:8px}.manufacturer-body p{font-size:.9rem;color:var(--muted);margin-bottom:12px}
.catalog-empty{display:none;padding:34px;text-align:center;border:1px dashed var(--line);border-radius:18px;color:var(--muted);margin-top:20px}
.catalog-note{margin-top:28px;padding:18px 20px;background:#f7f9fc;border:1px solid var(--line);border-radius:16px;color:var(--muted);font-size:.92rem}
@media(max-width:980px){.catalog-toolbar{top:72px}.catalog-grid{grid-template-columns:repeat(2,1fr)}.manufacturer-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.catalog-grid,.manufacturer-grid{grid-template-columns:1fr}.catalog-head{align-items:flex-start;flex-direction:column}.catalog-filter{width:100%}.catalog-search{min-width:100%}.catalog-card-media{height:180px}}
.company-contact-box{background:#f4f9fd;border:1px solid #dceaf5;border-radius:18px;padding:24px;margin:0 0 28px}.company-contact-box h2{margin-top:0}.company-contact-box a{font-weight:700}.manufacturer-media img{width:100%;height:210px;object-fit:cover;display:block}.catalog-card-media img{width:100%;height:220px;object-fit:cover;display:block}


/* Rechtliche Seiten 1.5 */
.legal-note{margin:0 0 34px;padding:20px 22px;border:1px solid #f0d89a;border-left:5px solid var(--orange);border-radius:16px;background:#fff9e9;color:#5d4b1f}
.entry-content .legal-note strong{color:var(--navy)}
.entry-content h2{scroll-margin-top:110px}
.entry-content a{text-decoration:underline;text-underline-offset:2px}

/* v1.6 Homepage / Referenzen */
:root{--dark:#0d1921;--green2:#2e8b20}
.home-hero{position:relative;min-height:530px;display:flex;align-items:center;background-image:url('assets/images/references/ref-pv-haus.jpg');background-size:cover;background-position:center;color:#fff;overflow:hidden}
.home-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,18,24,.84) 0%,rgba(6,18,24,.58) 52%,rgba(6,18,24,.25) 100%)}
.home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .65fr;gap:54px;align-items:center;padding-top:55px;padding-bottom:55px}
.home-hero-copy h1{color:#fff;font-size:clamp(2.4rem,5vw,4.8rem);max-width:900px;margin-bottom:18px}.home-hero-copy>p{font-size:1.3rem;font-weight:700;max-width:780px}.hero-kicker{display:inline-block;margin-bottom:15px;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;font-weight:900;color:#9ce66f}
.hero-service-row{display:flex;gap:28px;flex-wrap:wrap;margin-top:30px}.hero-service-row span{display:grid;grid-template-columns:auto 1fr;column-gap:10px;align-items:center;font-size:1.35rem}.hero-service-row b{font-size:.98rem}.hero-service-row small{grid-column:2;color:#d9e4e7;font-size:.78rem;max-width:155px}
.hero-offer-card{background:rgba(255,255,255,.96);color:var(--text);padding:28px;border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.28)}.hero-offer-card h3{margin-bottom:8px}.hero-offer-card p{color:var(--muted);font-size:.92rem}.hero-offer-card ul{padding-left:0;list-style:none}.hero-offer-card li{margin:10px 0}.hero-offer-card li:before{content:'✓';color:var(--green);font-weight:900;margin-right:9px}.btn--green{background:var(--green2);color:#fff;width:100%}
.home-category-strip{padding:26px 0;background:#fff;border-bottom:1px solid var(--line)}.category-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-tile{padding:24px;border:1px solid #dfe5e9;border-radius:10px;text-align:center;background:#fff;transition:.2s;min-height:195px}.category-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-tile h3{font-size:1.1rem;margin-bottom:4px}.category-tile p{font-size:.84rem;color:var(--muted);min-height:42px}.category-tile strong{font-size:.82rem;color:var(--green2)}.tile-icon{font-size:3rem;color:var(--green2);margin:5px 0 12px}
.section-title-row{display:flex;justify-content:space-between;align-items:end;gap:20px}.text-link{font-weight:800;color:var(--green2)}.reference-filters{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0}.reference-filters button{border:1px solid var(--line);background:#f3f5f7;color:var(--text);padding:9px 18px;border-radius:8px;font-weight:800;cursor:pointer}.reference-filters button.active{background:var(--green2);color:#fff;border-color:var(--green2)}
.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.reference-grid.compact{grid-template-columns:repeat(4,1fr);gap:14px}.reference-card{border:1px solid #dfe5e9;border-radius:10px;overflow:hidden;background:#fff;transition:.2s}.reference-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(15,35,50,.10)}.reference-card img{width:100%;aspect-ratio:1.48/1;object-fit:cover}.reference-card-body{padding:18px}.reference-card h3{font-size:1rem;margin:5px 0 10px}.reference-card p{font-size:.84rem;color:#4b5967}.reference-label{font-size:.69rem;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:var(--green2)}.location{font-size:.78rem;color:#52616d;margin-top:13px}.reference-card--large h3{font-size:1.3rem}.reference-card--large p{font-size:.95rem}.project-facts{padding-left:18px;color:var(--muted);font-size:.9rem}
.benefit-bar{background:var(--dark);color:#fff;padding:22px 0}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.benefit-grid>div{display:grid;grid-template-columns:auto 1fr;gap:0 10px;align-items:center}.benefit-grid>b{}.benefit-grid small{grid-column:2;color:#b9c5ca}
.page-hero--dark{background:linear-gradient(135deg,#0d1921,#14392f);color:#fff}.page-hero--dark h1,.page-hero--dark .lead{color:#fff}
@media(max-width:1050px){.reference-grid.compact{grid-template-columns:repeat(2,1fr)}.category-strip-grid{grid-template-columns:repeat(2,1fr)}.home-hero-grid{grid-template-columns:1fr}.hero-offer-card{max-width:480px}.benefit-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.home-hero{min-height:auto}.home-hero-grid{padding-top:48px;padding-bottom:48px}.hero-service-row{display:grid;gap:16px}.category-strip-grid,.reference-grid,.reference-grid.compact,.benefit-grid{grid-template-columns:1fr}.section-title-row{align-items:flex-start;flex-direction:column}.hero-offer-card{padding:22px}.home-category-strip{padding:18px 0}}

/* v1.7 Produktregister */
.product-tabs{display:flex;gap:.65rem;flex-wrap:wrap;margin:1.5rem 0 2rem}.product-tab{display:inline-flex;align-items:center;padding:.72rem 1rem;border:1px solid #d9e0e3;border-radius:999px;background:#fff;color:#152326;font-weight:700;text-decoration:none}.product-tab:hover{border-color:#4f7d75;transform:translateY(-1px)}
.product-group{scroll-margin-top:120px;margin:0 0 3rem}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.product-card{background:#fff;border:1px solid #e3e8ea;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px rgba(17,39,43,.06)}.product-photo{height:250px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f7f9f9,#eef3f2);padding:1rem}.product-photo img{width:100%;height:100%;object-fit:contain}.product-photo--placeholder{font-weight:800;text-align:center;color:#5c6a6c}.product-card-body{padding:1.2rem}.product-meta{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#54726d}.product-model{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f2f5f5;padding:.45rem .6rem;border-radius:8px;display:inline-block;margin:.3rem 0 .7rem}.source-note{font-size:.82rem;color:#657274;margin-top:.8rem}.catalog-verified{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:800;color:#276554;background:#eaf5f1;padding:.35rem .55rem;border-radius:999px}.catalog-warning{background:#fff7e8;border:1px solid #efd9a6;border-radius:14px;padding:1rem 1.15rem;margin:1rem 0 2rem}.brand-divider{margin:2rem 0 1rem;border-top:1px solid #e5eaea;padding-top:1.5rem}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.product-grid{grid-template-columns:1fr}.product-photo{height:220px}}

/* v1.8 product catalogue refinements */
.product-photo{height:210px;background:#f5f7f9;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:18px 18px 0 0}.product-photo img{width:100%;height:100%;object-fit:contain;padding:18px}.product-photo-fallback{font-size:1.6rem;font-weight:900;color:var(--navy);padding:30px;text-align:center;background:linear-gradient(145deg,#fff,#eef3f7);width:100%;height:100%;display:grid;place-items:center}.brand-divider{margin:64px 0 26px;padding-top:32px;border-top:1px solid var(--line)}#weihnachtsbaeume .product-photo img{object-fit:cover;padding:0}.product-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.product-tab{padding:11px 16px;border:1px solid var(--line);border-radius:999px;background:#fff;font-weight:800}.product-tab:hover{background:var(--navy);color:#fff}.catalog-toolbar{position:sticky;top:82px;z-index:20;background:#fff;border-bottom:1px solid var(--line);padding:12px 0}.catalog-toolbar-inner{display:flex;gap:12px}.catalog-search{flex:1;border:1px solid var(--line);border-radius:999px;padding:14px 18px;font:inherit}.catalog-section{padding:72px 0}.catalog-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.catalog-head>p{max-width:520px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 8px 24px rgba(11,36,66,.05)}.product-card-body{padding:22px}.product-meta{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:var(--blue)}.product-model{font-weight:800;color:var(--navy);margin:-8px 0 12px;word-break:break-word}.source-note{font-size:.88rem;color:var(--blue)}.card-link{font-weight:900;color:var(--blue)}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-head{display:block}}@media(max-width:600px){.product-grid{grid-template-columns:1fr}.catalog-toolbar-inner{display:block}.catalog-search{width:100%;margin-bottom:8px}}

/* ===== PVKlima v1.9 Shop-Design ===== */
:root{--store-green:#3aa53b;--store-dark:#102334;--store-line:#dfe5e8;--store-soft:#f7f8f8}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#17232b}.container{width:min(1380px,calc(100% - 48px))}
.shop-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.shop-topbar{background:linear-gradient(90deg,#27732e,#3a9233);color:#fff;font-size:13px}.shop-topbar-inner{height:34px;display:flex;gap:28px;align-items:center;justify-content:flex-end}.shop-topbar a{color:#fff}
.shop-mainhead{height:92px;display:grid;grid-template-columns:340px minmax(360px,1fr) 240px auto;gap:30px;align-items:center}.shop-brand img{width:275px;max-height:74px;object-fit:contain;object-position:left center}.shop-search{display:flex;border:1px solid #d6dddf;border-radius:28px;overflow:hidden;height:48px;background:#fff}.shop-search input{border:0;border-radius:0;padding:0 20px;box-shadow:none}.shop-search button{width:62px;border:0;background:var(--store-green);color:#fff;font-size:25px;cursor:pointer}.shop-contact{display:flex;flex-direction:column;font-size:14px;line-height:1.35}.shop-contact strong{color:#182630}.shop-contact span{color:#69747a;font-size:12px}.shop-nav{background:var(--store-dark);color:#fff}.shop-nav-inner{display:flex;align-items:stretch;overflow-x:auto}.shop-nav a{font-size:13px;font-weight:800;letter-spacing:.02em;white-space:nowrap;padding:17px 22px;transition:.18s}.shop-nav a:first-child,.shop-nav a:hover{background:var(--store-green)}
.store-hero{position:relative;height:455px;background-size:cover;background-position:center 48%;display:flex;align-items:center}.store-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,32,.92) 0%,rgba(4,18,32,.72) 40%,rgba(4,18,32,.14) 72%,rgba(4,18,32,.05) 100%)}.store-hero-content{position:relative;z-index:2}.store-hero-copy{max-width:620px;color:#fff}.store-kicker{font-size:12px;font-weight:900;letter-spacing:.14em;color:#91db76}.store-hero h1{color:#fff;font-size:58px;line-height:1.04;margin-bottom:18px;letter-spacing:-.035em}.store-hero p{font-size:22px;line-height:1.45;max-width:590px;color:#fff}.store-hero-btn{display:inline-flex;margin-top:20px;border:2px solid #50c84d;border-radius:10px;padding:13px 24px;color:#72da63;font-weight:900;letter-spacing:.03em}.store-hero-btn:hover{background:var(--store-green);color:#fff}
.section-tight{padding:34px 0}.store-cats h2,.brand-showcase h2,.home-mini-sections h2{font-size:22px;letter-spacing:-.02em;margin-bottom:20px}.store-cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.store-cat-card{border:1px solid var(--store-line);border-radius:18px;overflow:hidden;background:#fff;text-align:center;transition:.2s}.store-cat-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(22,45,56,.12)}.store-cat-card img{height:170px;width:100%;object-fit:cover;background:#f5f7f7}.store-cat-card:nth-child(1) img,.store-cat-card:nth-child(2) img{object-fit:contain;padding:14px}.store-cat-card h3{font-size:17px;margin:14px 10px 5px}.store-cat-card p{font-size:13px;color:#5c6870;margin:0 12px 16px}.brand-showcase{padding:10px 0 35px;border-top:1px solid #eef1f2}.store-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px}.store-section-head a{font-size:13px;color:#3d8b34;font-weight:800}.brand-card-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.brand-show-card{border:1px solid var(--store-line);border-radius:12px;padding:16px;text-align:center;background:#fff;min-height:275px;display:flex;flex-direction:column;justify-content:space-between}.brand-show-card img{height:150px;width:100%;object-fit:contain;margin:5px auto}.brand-show-card span{font-size:12px;color:#657176}.brand-name{font-size:22px;font-weight:900}.brand-name.deye{color:#1675c1}.brand-name.felicity{color:#ef7622}.brand-name.fronius{color:#d92627}.brand-name.kostal{color:#17386a}.brand-name.sma{color:#1b5b95}.home-mini-sections{border-top:1px solid #eef1f2}.home-mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-mini-grid>div{min-width:0}.mini-products{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-products article{border:1px solid var(--store-line);border-radius:12px;overflow:hidden;background:#fff;padding-bottom:12px}.mini-products img{height:145px;width:100%;object-fit:cover;background:#f4f6f7}.home-mini-grid>div:first-child .mini-products img{object-fit:contain;padding:10px}.mini-products b,.mini-products small{display:block;padding:0 12px}.mini-products b{font-size:14px;margin-top:8px}.mini-products small{font-size:11px;color:#6a7378;margin-top:3px}.store-benefits{border-top:1px solid #e5e9eb;padding:20px 0}.store-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.store-benefit-grid span{display:grid;grid-template-columns:auto 1fr;gap:0 8px;align-items:center;font-size:18px;color:#3c8e36}.store-benefit-grid b{font-size:13px;color:#17232b}.store-benefit-grid small{grid-column:2;color:#727b80;font-size:11px}
.catalog-top{background:linear-gradient(120deg,#102534,#18384a);color:#fff;padding:52px 0}.catalog-top span,.catalog-title span{font-size:12px;letter-spacing:.14em;font-weight:900;color:#62c95c}.catalog-top h1{font-size:44px;color:#fff;margin:8px 0 12px}.catalog-top p{color:#d8e2e7}.catalog-tabs{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.catalog-tabs a{background:#fff;color:#17303e;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:800}.catalog-tabs a:hover{background:var(--store-green);color:#fff}.catalog-searchbar{position:sticky;top:160px;z-index:30;background:#fff;border-bottom:1px solid var(--store-line);padding:11px 0}.catalog-searchbar input{border-radius:28px;border:1px solid #d8dee1;padding:13px 18px}.catalog-block{padding:52px 0;scroll-margin-top:210px}.catalog-block.soft{background:#f7f8f8}.catalog-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.catalog-title h2{font-size:34px;margin:5px 0 0}.brand-heading{font-size:23px;margin:34px 0 18px;padding-top:12px;border-top:1px solid #e4e8e9}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.catalog-card{border:1px solid var(--store-line);border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column;min-width:0}.catalog-card-img{height:205px;background:#f4f6f7;display:flex;align-items:center;justify-content:center}.catalog-card-img img{width:100%;height:100%;object-fit:contain;padding:12px}.catalog-block#weihnachtsbaeume .catalog-card-img img,.catalog-block#klimatechnik .catalog-card-img img,.catalog-block#unterkonstruktion .catalog-card-img img{object-fit:cover;padding:0}.catalog-card-body{padding:17px;display:flex;flex-direction:column;flex:1}.catalog-card-body>span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#499443}.catalog-card-body h3{font-size:17px;margin:4px 0 8px}.catalog-card-body b{font-size:12px;color:#253844;word-break:break-word}.catalog-card-body p{font-size:12px;color:#667278;margin:9px 0 12px}.source-link{font-size:11px;color:#52747f;margin-top:auto}.ask-link{font-size:12px;font-weight:900;color:#3c9636;margin-top:8px}
.site-footer{margin-top:0;background:#0d1d28}.footer-logo img{width:220px}
@media(max-width:1100px){.shop-mainhead{grid-template-columns:240px 1fr auto}.shop-contact{display:none}.shop-brand img{width:220px}.store-cat-grid,.brand-card-grid{grid-template-columns:repeat(3,1fr)}.catalog-grid{grid-template-columns:repeat(3,1fr)}.home-mini-grid{grid-template-columns:1fr 1fr}.store-hero h1{font-size:48px}}
@media(max-width:760px){.container{width:min(100% - 24px,1380px)}.shop-topbar-inner{justify-content:center}.shop-topbar-inner span{display:none}.shop-mainhead{height:auto;padding:12px 0;grid-template-columns:1fr auto}.shop-search{grid-column:1/-1;grid-row:2}.shop-brand img{width:175px}.shop-nav-inner{width:100%;padding:0}.shop-nav a{padding:14px 15px}.store-hero{height:390px}.store-hero h1{font-size:39px}.store-hero p{font-size:17px}.store-cat-grid,.brand-card-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.home-mini-grid{grid-template-columns:1fr}.store-benefit-grid{grid-template-columns:1fr 1fr}.catalog-searchbar{top:154px}.catalog-top h1{font-size:36px}}
@media(max-width:520px){.store-cat-grid,.brand-card-grid,.catalog-grid,.store-benefit-grid{grid-template-columns:1fr}.mini-products{grid-template-columns:1fr 1fr}.store-cat-card img{height:190px}.catalog-card-img{height:230px}.shop-topbar{display:none}.catalog-searchbar{top:139px}}
@media(min-width:1101px){.brand-card-grid{grid-template-columns:repeat(5,1fr)}}
/* v2.0 Speicherwelt */
.storage-feature{display:grid;grid-template-columns:minmax(300px,44%) 1fr;gap:42px;align-items:center;background:#fff;border:1px solid var(--store-line);border-radius:20px;padding:34px;margin:0 0 42px;box-shadow:0 12px 35px rgba(20,48,62,.06)}
.storage-feature-media{min-height:380px;background:#f5f7f8;border-radius:16px;display:flex;align-items:center;justify-content:center}
.storage-feature-media img{max-width:100%;max-height:420px;object-fit:contain;padding:18px}
.storage-feature span{font-size:12px;letter-spacing:.12em;font-weight:900;color:#4ca447}.storage-feature h2{font-size:34px;margin:8px 0 14px}.storage-feature p{font-size:16px;line-height:1.7;color:#5f6d74;max-width:700px}
.storage-card .catalog-card-body b{line-height:1.55}.storage-card .catalog-card-body p{line-height:1.55}
@media(max-width:760px){.storage-feature{grid-template-columns:1fr;padding:20px;gap:20px}.storage-feature-media{min-height:270px}.storage-feature h2{font-size:28px}}
