body {
margin:0;
font-family:'Manrope',sans-serif;
background:#f4f4f4;
color:#222;
}

.container {
width:90%;
max-width:1100px;
margin:auto;
}

.top-bar {
text-align:center;
padding:10px;
font-size:13px;
background:#e5e5e5;
}

.header {
background:#fff;
padding:20px 0;
}

.nav {
display:flex;
justify-content:space-between;
align-items:center;
}

.logo {
font-weight:700;
}

nav a {
margin:0 10px;
text-decoration:none;
color:#555;
}

.btn {
padding:10px 20px;
border-radius:25px;
}

.primary {
background:#ffb400;
color:#000;
}

.hero {
padding:80px 0;
}

.hero-grid {
display:flex;
gap:40px;
align-items:center;
}

/* ECHTER ELEKTRIKER */

.hero-image {
width:100%;
height:420px;
border-radius:20px;
background:url('https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc') center/cover;
}

.grid {
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.card {
background:#fff;
padding:20px;
border-radius:15px;
}

.img {
height:200px;
border-radius:10px;
margin-bottom:10px;
}

/* NUR ECHTE HANDWERKER */

.img1 {
background:url('https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc') center/cover;
}

.img2 {
background:url('https://images.unsplash.com/photo-1562259949-e8e7689d7828') center/cover;
}

.img3 {
background:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e') center/cover;
}

.img4 {
background:url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c') center/cover;
}

.about-grid {
display:flex;
gap:40px;
align-items:center;
margin-top:60px;
}

.about-img {
width:100%;
height:300px;
border-radius:20px;
background:url('https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc') center/cover;
}

.contact form {
display:flex;
flex-direction:column;
gap:10px;
max-width:400px;
margin:auto;
}

input, textarea {
padding:10px;
}

.footer {
text-align:center;
padding:30px;
background:#e5e5e5;
}

@media(max-width:900px){
.hero-grid,.about-grid {
flex-direction:column;
}

.grid {
grid-template-columns:1fr;
}
}
