/*
Theme Name: Taxi Müller
Author: ChatGPT
Description: Downloadfertiges WordPress Theme für Taxiunternehmen
Version: 1.0
*/

body { margin:0; font-family:Arial, Helvetica, sans-serif; color:#222; line-height:1.6; }
header { background:#f5c400; padding:1rem 2rem; display:flex; justify-content:space-between; align-items:center; }
nav a { margin-left:1rem; text-decoration:none; color:#000; font-weight:bold; }
.hero { background:url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat; color:#fff; padding:5rem 2rem; text-align:center; }
section { padding:3rem 2rem; max-width:1100px; margin:auto; }
.services { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:2rem; }
.service { border:1px solid #ddd; padding:1.5rem; border-radius:6px; }
footer { background:#222; color:#fff; text-align:center; padding:1.5rem; }
