
/*
Theme Name: MLL Services
Theme URI: https://mll-services.de/
Author: MLL Services
Description: Leichtes, responsives WordPress-Theme für MLL Services in Bad Oldesloe.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mll-services
*/
:root{
 --blue:#0b4fa3;
 --blue2:#2b82e8;
 --blue3:#67a7ee;
 --ink:#17202b;
 --muted:#647181;
 --line:#e4eaf1;
 --soft:#f5f8fc;
 --white:#fff;
 --shadow:0 12px 35px rgba(21,48,79,.09);
 --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.65}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue);text-decoration:none}
a:hover{text-decoration:underline}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.narrow{width:min(860px,calc(100% - 40px));margin-left:auto;margin-right:auto}
.skip-link{position:absolute;left:-9999px}
.skip-link:focus{left:15px;top:15px;background:#fff;padding:10px;z-index:9999}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-inner{min-height:82px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand img,.brand .custom-logo{width:170px;height:auto;max-height:64px;object-fit:contain}
.custom-logo-link{display:block}
.main-nav{margin-left:auto}
.nav-list{list-style:none;display:flex;align-items:center;gap:20px;margin:0;padding:0}
.nav-list a{color:var(--ink);font-size:.94rem;font-weight:600}
.nav-list a:hover{color:var(--blue);text-decoration:none}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--blue);background:var(--blue);color:#fff!important;padding:12px 19px;border-radius:10px;font-weight:700;line-height:1.2;text-decoration:none!important;box-shadow:0 5px 15px rgba(11,79,163,.16)}
.button:hover{transform:translateY(-1px);filter:brightness(1.03)}
.button-outline{background:#fff;color:var(--blue)!important}
.button-whatsapp{background:#168b4c;border-color:#168b4c}
.button-light{background:#fff;color:var(--blue)!important;border-color:#fff}
.button-small{padding:10px 14px;font-size:.9rem}
.button-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:9px;padding:9px 12px;font-weight:700}
.hero{padding:72px 0 80px;background:linear-gradient(135deg,#f7faff 0%,#fff 60%)}
.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:60px}
.eyebrow{font-size:.78rem;letter-spacing:.14em;font-weight:800;color:var(--blue);margin:0 0 10px;text-transform:uppercase}
h1,h2,h3{line-height:1.15;letter-spacing:-.025em;margin-top:0}
h1{font-size:clamp(2.5rem,5vw,4.7rem);margin-bottom:22px}
h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-bottom:18px}
h3{font-size:1.25rem;margin-bottom:8px}
.hero-lead{font-size:1.25rem;max-width:650px;color:#364355}
.hero-copy>p:not(.eyebrow):not(.hero-lead){color:var(--muted);max-width:680px}
.hero-visual{position:relative}
.hero-visual img{width:100%;aspect-ratio:1.15/1;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.hero-card{position:absolute;right:-18px;bottom:20px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;max-width:310px}
.hero-card span{font-size:.88rem;color:var(--muted)}
.section{padding:90px 0}
.section-tight{padding:70px 0}
.section-alt{background:var(--soft)}
.section-heading{margin-bottom:35px;max-width:780px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading p:not(.eyebrow){color:var(--muted)}
.category-grid,.platform-grid,.benefit-grid,.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.category-card,.platform-card,.contact-card{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;box-shadow:0 5px 18px rgba(21,48,79,.04);transition:.2s}
.category-card:hover,.platform-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);text-decoration:none}
.category-icon{font-size:2rem;display:block;margin-bottom:16px}
.category-card p,.platform-card span,.benefit p,.contact-card p{color:var(--muted)}
.text-link{font-weight:800;color:var(--blue)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:34px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s;display:flex;flex-direction:column}
.product-image{display:block;background:#eef3f8}
.product-image img{width:100%;aspect-ratio:1/0.78;object-fit:cover}
.product-body{padding:20px;display:flex;flex-direction:column;flex:1}
.product-category{display:inline-block;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);margin-bottom:8px}
.product-body h3{margin-bottom:7px}
.product-body h3 a{color:var(--ink)}
.product-body p{color:var(--muted);font-size:.93rem;margin:0 0 14px}
.product-price{font-weight:800;margin:0 0 12px}
.centered{text-align:center}
.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.feature-image img{width:100%;border-radius:24px;box-shadow:var(--shadow)}
.benefit-grid{grid-template-columns:repeat(4,1fr)}
.benefit{padding:25px 0;border-top:2px solid var(--blue3)}
.benefit span{font-size:.78rem;font-weight:900;color:var(--blue)}
.platform-grid{grid-template-columns:repeat(3,1fr)}
.platform-card strong{display:block;font-size:1.2rem;margin-bottom:8px;color:var(--ink)}
.local-section{background:linear-gradient(180deg,#fff,#f8fbff)}
.faq-section details{border-top:1px solid var(--line);padding:20px 0}
.faq-section details:last-child{border-bottom:1px solid var(--line)}
.faq-section summary{cursor:pointer;font-weight:800;font-size:1.05rem}
.faq-section p{color:var(--muted);margin-bottom:0}
.cta-section{padding:55px 0;background:var(--blue);color:#fff}
.cta-section .eyebrow{color:#cfe4ff}
.cta-section h2{margin-bottom:10px}
.cta-section p{color:#e2efff}
.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}
.page-hero{padding:75px 0 50px;background:var(--soft)}
.page-hero h1{font-size:clamp(2.3rem,4vw,4rem);margin-bottom:16px}
.page-hero p:not(.eyebrow){font-size:1.12rem;color:var(--muted);max-width:780px}
.breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.88rem;margin-bottom:25px}
.product-hero{padding-bottom:65px}
.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:start}
.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.product-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;background:#eef3f8}
.product-gallery .gallery-main{grid-column:span 2;aspect-ratio:16/10}
.product-summary h1{font-size:clamp(2.2rem,4vw,3.6rem);margin-bottom:12px}
.product-subtitle{font-size:1.2rem;color:var(--muted)}
.price-large{font-size:1.4rem;font-weight:900;margin:20px 0}
.platform-buttons{display:flex;flex-direction:column;gap:10px;margin-top:25px}
.platform-note{margin-top:15px;padding:14px;background:#f4f8fc;border-radius:10px;color:var(--muted);font-size:.9rem}
.content-grid{display:grid;grid-template-columns:1fr 330px;gap:60px}
.prose h2{margin-top:38px}
.prose h2:first-child{margin-top:0}
.prose p,.prose li{color:#465364}
.prose a{text-decoration:underline}
.check-list{padding-left:20px}
.check-list li{margin:8px 0}
.small-note{font-size:.88rem;color:var(--muted)!important}
.side-card{background:var(--soft);border:1px solid var(--line);border-radius:18px;padding:25px;height:max-content;position:sticky;top:110px}
.side-link{padding:17px 0;border-top:1px solid var(--line);display:flex;flex-direction:column}
.side-link span{color:var(--muted);font-size:.9rem}
.side-link a{font-weight:800;margin-top:6px}
.steps{display:grid;gap:0}
.step{display:grid;grid-template-columns:70px 1fr;column-gap:22px;padding:28px 0;border-bottom:1px solid var(--line)}
.step span{font-weight:900;color:var(--blue);font-size:1.2rem}
.step h2{font-size:1.45rem;margin-bottom:7px}
.step p{margin:0;color:var(--muted)}
.notice{margin-top:30px;padding:18px;border-left:4px solid var(--blue);background:#f5f8fc}
.contact-grid{grid-template-columns:repeat(3,1fr)}
.contact-card span{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--blue)}
.archive-intro{max-width:850px;margin-bottom:35px;color:var(--muted);font-size:1.08rem}
.site-footer{background:#101923;color:#dbe5ef;padding:60px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:35px}
.site-footer h3{font-size:1rem;color:#fff}
.site-footer a{color:#e8f1fb}
.footer-brand{font-size:1.35rem;font-weight:900;color:#fff}
.site-footer p{color:#aebdcb}
.footer-bottom{border-top:1px solid #293542;margin-top:35px;padding-top:20px;display:flex;justify-content:space-between;color:#8fa0af;font-size:.85rem}
.mobile-whatsapp{display:none}
@media(max-width:1050px){
 .product-grid{grid-template-columns:repeat(2,1fr)}
 .benefit-grid{grid-template-columns:repeat(2,1fr)}
 .nav-list{gap:12px}
 .header-cta{display:none}
}
@media(max-width:800px){
 .container{width:min(100% - 28px,680px)}
 .narrow{width:min(100% - 28px,680px)}
 .header-inner{min-height:70px}
 .brand img,.brand .custom-logo{width:140px}
 .main-nav{display:none;position:absolute;left:14px;right:14px;top:68px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:12px}
 .main-nav.open{display:block}
 .nav-list{display:flex;flex-direction:column;align-items:stretch;gap:0}
 .nav-list li a{display:block;padding:12px}
 .menu-toggle{display:block;margin-left:auto}
 .hero{padding:50px 0 55px}
 .hero-grid,.feature-split,.product-layout,.content-grid{grid-template-columns:1fr;gap:35px}
 .hero-visual{order:-1}
 .hero-card{right:10px;bottom:10px}
 .category-grid,.platform-grid,.contact-grid{grid-template-columns:1fr}
 .benefit-grid{grid-template-columns:1fr 1fr}
 .product-gallery{order:-1}
 .side-card{position:static}
 .footer-grid{grid-template-columns:1fr 1fr}
 .mobile-whatsapp{display:block;position:fixed;bottom:14px;left:14px;right:14px;background:#168b4c;color:#fff;text-align:center;font-weight:800;padding:13px;border-radius:12px;z-index:90;box-shadow:0 8px 25px rgba(0,0,0,.18)}
}
@media(max-width:520px){
 h1{font-size:2.35rem}
 h2{font-size:2rem}
 .product-grid{grid-template-columns:1fr}
 .benefit-grid{grid-template-columns:1fr}
 .product-gallery{grid-template-columns:1fr}
 .product-gallery .gallery-main{grid-column:auto}
 .button-row{flex-direction:column}
 .button-row .button{width:100%}
 .footer-grid{grid-template-columns:1fr}
 .footer-bottom{flex-direction:column;gap:8px}
}
