/* Datenschutzfreundliche lokale Gestaltung: keine externen Schriftarten oder Bilder. */
body { font-family: Arial, Helvetica, sans-serif; }
h1, h2, h3, .brand-mark, .service-card h3, .reference h3, .values h3, .about-image span, .about-signature { font-family: Georgia, 'Times New Roman', serif; }
.hero { background: linear-gradient(105deg, #151a14, #34402d); }
.garden { background-image: linear-gradient(135deg, #738653, #3e4e2f); }
.interior { background-image: linear-gradient(135deg, #b9b0a1, #70695f); }
.clean { background-image: linear-gradient(135deg, #8d9e9b, #405a57); }
.about-image { background: linear-gradient(135deg, #1e221b, #596740); }
.map-placeholder { background: linear-gradient(135deg, #4d5b37, #283521); }
.privacy-consent { display: flex; align-items: flex-start; gap: 9px; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 0 !important; line-height: 1.45; }
.privacy-consent input { width: auto; margin: 3px 0 0; accent-color: var(--olive); }
.privacy-consent a { color: var(--olive); font-weight: 700; }
.map-consent { padding: 24px; }
.map-consent p { margin: 0 0 16px; }
.map-consent a { color: #fff; }
.map-consent-button { border: 1px solid var(--gold); background: var(--gold); color: var(--ink); padding: 12px 18px; font: 700 13px Arial, Helvetica, sans-serif; cursor: pointer; }
.map-placeholder.map-loaded { display: block; }
.map-placeholder iframe { display: block; width: 100%; height: 350px; border: 0; }
