:root{
    --bee-gray:#767676;
    --bee-blue:#0058be; /* aus Index/Branding */
    --bee-yellow:#ffd500; /* aus Index/Branding */
    --card:#ffffff; --border:#d9d9d9; --muted:#6b7280; --text:#333; --bg:#fafafa;
}

html, body { min-height: 100%; margin: 0; }
body { font-family: Arial, sans-serif; font-size: 18px; padding: 30px 0 0 0; background:#fafafa; }
* { box-sizing: border-box; }
a { color:var(--bee-blue); text-decoration: none; }

header { text-align: center; margin-bottom: 30px; }
h1 { color: #222; font-size: 1.25em; margin: 0 auto 10px auto; }
h2 { color: #333; margin-bottom: 10px; font-size: 1.15em; }
h3 { color: #444; margin-bottom: 10px; font-size: 1.05em; }
.subline { color: #676767; font-size: 1.15em; margin: 0 0 10px 0; }
p, li { font-size: 18px; font-weight: 400; line-height: 26px; }

main { max-width: fit-content; display: block; margin: 0 auto; }

/* Footer styling */
footer { text-align: center; padding: 15px 0; color: #999; font-size: 14px; }
footer a { color: #666; }

.b{ color:var(--bee-gray); }
.ee{ color:var(--bee-blue); }
.oo{ color:var(--bee-yellow); }
.services { display: inline-block; background: #fff; border: solid 1px #888; padding: 5px; border-radius: 5px; max-width: 140px; margin: 0 5px; }

.logo_1 { height:160px; }
.logo_2 { width:260px; }
