/*
Theme Name: Wohnwagen Königsbrunn
Description: One-Pager für den Königsbrunner Wohnwagenabstellplatz
Version: 1.0
Author: Marco Schmurr
*/

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:#111827;background:#fff}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
input,textarea,button{font-family:inherit}

nav{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 56px;height:64px}
.logo-wrap{display:flex;flex-direction:column;gap:2px}
.logo-name{font-size:15px;font-weight:700;color:#111827}
.logo-sub{font-size:10px;color:#9ca3af;letter-spacing:.06em}
nav ul{list-style:none;display:flex;gap:28px}
nav ul a{font-size:13px;color:#6b7280;transition:color .2s}
nav ul a:hover{color:#111827}
.nav-phone{background:#111827;color:#fff;padding:9px 20px;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap}
.nav-phone:hover{background:#374151}

.hero{position:relative;height:600px;overflow:hidden}
.hero img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:rgba(15,23,42,.6);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}
.hero-badge{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);color:rgba(255,255,255,.88);font-size:11px;letter-spacing:.12em;padding:6px 16px;border-radius:20px;margin-bottom:24px}
.hero h1{font-size:48px;font-weight:900;color:#fff;line-height:1.1;margin-bottom:18px;max-width:680px}
.hero-sub{font-size:16px;color:rgba(255,255,255,.72);line-height:1.75;max-width:540px;margin-bottom:36px}
.hero-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.btn-white{background:#fff;color:#111827;padding:14px 32px;border-radius:8px;font-weight:700;font-size:14px;border:none;cursor:pointer;transition:transform .15s;display:inline-block}
.btn-white:hover{transform:translateY(-1px)}
.btn-outline-w{border:2px solid rgba(255,255,255,.4);color:#fff;padding:14px 32px;border-radius:8px;font-size:14px;background:transparent;cursor:pointer;display:inline-block}
.btn-outline-w:hover{border-color:rgba(255,255,255,.7)}

.stats{background:#0f172a;display:grid;grid-template-columns:repeat(4,1fr)}
.stat{padding:28px 20px;text-align:center;border-right:1px solid rgba(255,255,255,.07)}
.stat:last-child{border-right:none}
.stat-n{font-size:18px;font-weight:800;color:#fff;margin-bottom:4px}
.stat-l{font-size:11px;color:rgba(255,255,255,.42);letter-spacing:.04em}

section{padding:80px 56px}
.sec-tag{font-size:11px;font-weight:700;color:#3b82f6;letter-spacing:.12em;margin-bottom:8px}
.sec-h2{font-size:32px;font-weight:900;color:#111827;margin-bottom:14px;line-height:1.2}
.sec-p{font-size:15px;color:#6b7280;line-height:1.85}

#ueber{background:#f8fafc;padding:0}
.ueber-grid{display:grid;grid-template-columns:1fr 1fr}
.ueber-text{padding:80px 56px;display:flex;flex-direction:column;justify-content:center}
.ueber-text .sec-p{margin-bottom:14px}
.ueber-img{overflow:hidden}
.ueber-img img{width:100%;height:100%;object-fit:cover;min-height:420px}

#leistungen{background:#fff}
.services-intro{max-width:520px;margin-bottom:48px}
.services-list{display:flex;flex-direction:column;gap:14px}
.srow{display:flex;gap:20px;align-items:flex-start;padding:24px 28px;border:1px solid #e5e7eb;border-radius:14px;transition:border-color .2s,box-shadow .2s}
.srow:hover{border-color:#bfdbfe;box-shadow:0 2px 12px rgba(59,130,246,.08)}
.sico{width:50px;height:50px;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.srow-h{font-size:16px;font-weight:700;color:#111827;margin-bottom:5px}
.srow-p{font-size:13px;color:#6b7280;line-height:1.75}

#shop{background:#1d4ed8;padding:72px 56px}
.shop-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}
.shop-text h2{font-size:30px;font-weight:900;color:#fff;margin-bottom:14px}
.shop-text p{font-size:15px;color:rgba(255,255,255,.72);line-height:1.8;max-width:520px;margin-bottom:28px}
.shop-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);color:#fff;padding:7px 16px;border-radius:6px;font-size:12px;font-weight:600;letter-spacing:.05em;margin-bottom:24px}
.btn-shop{background:#fff;color:#1d4ed8;padding:14px 32px;border-radius:8px;font-weight:800;font-size:14px;border:none;cursor:pointer;white-space:nowrap;display:inline-block;transition:transform .15s}
.btn-shop:hover{transform:translateY(-1px)}
.shop-img img{width:300px;height:200px;object-fit:cover;border-radius:14px;flex-shrink:0}

#kontakt{background:#f8fafc;padding:0}
.hc-grid{display:grid;grid-template-columns:1fr 1fr}
.h-sec{padding:72px 56px;border-right:1px solid #e5e7eb}
.h-sec h3{font-size:24px;font-weight:800;color:#111827;margin-bottom:32px}
.h-row{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #e5e7eb;font-size:14px;color:#374151}
.h-row:last-child{border-bottom:none}
.h-val{font-weight:700;color:#111827}
.h-val.off{color:#9ca3af;font-weight:400}
.c-sec{padding:72px 56px}
.c-sec h3{font-size:24px;font-weight:800;color:#111827;margin-bottom:8px}
.c-sec .hint{font-size:13px;color:#9ca3af;margin-bottom:28px}
.phone-banner{display:flex;align-items:center;justify-content:center;gap:10px;background:#0f172a;color:#fff;padding:16px;border-radius:10px;font-size:22px;font-weight:800;margin-bottom:28px;transition:background .2s}
.phone-banner:hover{background:#1e293b}

/* CF7 Form Styling */
.wpcf7-form{display:flex;flex-direction:column;gap:10px}
.wpcf7-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#111827;background:#fff;outline:none;transition:border-color .2s;font-family:inherit}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus{border-color:#3b82f6}
.wpcf7-form textarea{height:100px;resize:vertical}
.wpcf7-form input[type=submit]{width:100%;background:#0f172a;color:#fff;border:none;padding:14px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;font-family:inherit}
.wpcf7-form input[type=submit]:hover{background:#1e293b}
.wpcf7-response-output{font-size:13px;padding:10px 14px;border-radius:8px;margin-top:8px}

.address-bar{background:#0f172a;padding:20px 56px;display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.address-bar span{font-size:13px;color:rgba(255,255,255,.5)}
.address-bar b{color:rgba(255,255,255,.8)}

footer{background:#111827;padding:24px 56px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
footer p{font-size:12px;color:rgba(255,255,255,.3)}
.footer-links{display:flex;gap:20px}
.footer-links a{font-size:12px;color:rgba(255,255,255,.3);transition:color .2s}
.footer-links a:hover{color:rgba(255,255,255,.6)}
