/*
Theme Name: made4animals
Theme URI: https://made4animals.de
Description: Schlankes Hersteller-Theme der made4animals GmbH – eigener Header/Footer, SEO/Schema, Systemfonts, keine externen Ressourcen. Nur für diese Site.
Author: made4animals GmbH
Version: 1.0.0
Text Domain: made4animals
WPVibe: yes
*/

:root{--navy:#1E3A5F;--deep:#15294A;--grey:#8C93A8;--light:#F4F6F9;--line:#E2E6EE;--body:#3F4654;--mute:#6B7280}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--body);line-height:1.6;background:#fff}
a{color:var(--navy)}
img{max-width:100%;height:auto}

/* Header */
.m4a-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 1px 6px rgba(21,41,74,.06)}
.m4a-header__inner{position:relative;max-width:1180px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.m4a-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--navy);font-weight:700;font-size:19px;line-height:1}
.m4a-brand img{display:block;width:38px;height:38px;border-radius:6px}
.m4a-brand span{white-space:nowrap}
.m4a-brand strong{font-weight:800}
.m4a-nav{display:flex;align-items:center;gap:22px}
.m4a-nav a{text-decoration:none;color:var(--navy);font-weight:600;font-size:15px;padding:6px 0;border-bottom:2px solid transparent}
.m4a-nav a:hover,.m4a-nav a:focus{border-bottom-color:var(--grey)}
.m4a-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:8px}
.m4a-toggle span{width:24px;height:2px;background:var(--navy);display:block;border-radius:2px}

/* Front page wrapper (full-bleed for Elementor) */
.m4a-front{overflow-x:hidden}

/* Legal / generic pages */
.m4a-page{max-width:820px;margin:0 auto;padding:48px 20px 72px}
.m4a-page h1{color:var(--navy);font-size:32px;line-height:1.2;margin:0 0 10px}
.m4a-page h2{color:var(--navy);font-size:21px;margin:30px 0 8px}
.m4a-page p{margin:0 0 14px}
.m4a-page a{color:var(--navy)}

/* Footer */
.m4a-footer{background:var(--navy);color:#DDE3EE;font-size:15px}
.m4a-footer__inner{max-width:1180px;margin:0 auto;padding:44px 20px 6px;display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between}
.m4a-footer__brand strong{color:#fff;font-size:17px}
.m4a-footer a{color:#fff;text-decoration:none}
.m4a-footer a:hover{text-decoration:underline}
.m4a-footer__nav{display:flex;flex-direction:column;gap:9px}
.m4a-footer__nav a{color:#DDE3EE}
.m4a-footer__disclaimer{max-width:1180px;margin:6px auto 0;padding:16px 20px 0;font-size:12.5px;color:#AEB8CC;line-height:1.55}
.m4a-footer__copy{max-width:1180px;margin:0 auto;padding:8px 20px 34px;font-size:12.5px;color:#8FA0BE}

@media (max-width:820px){
	.m4a-toggle{display:flex}
	.m4a-nav{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:0;padding:6px 20px 12px;display:none;box-shadow:0 8px 16px rgba(21,41,74,.08)}
	.m4a-nav.is-open{display:flex}
	.m4a-nav a{width:100%;padding:11px 0;border-bottom:1px solid var(--line)}
}
