body{
font-family:Arial, sans-serif;
margin:0;
line-height:1.6;
}

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

.hero{
background:#1f3d2b;
color:white;
text-align:center;
padding:120px 0;
}

.hero-image{
max-width:400px;
margin-bottom:20px;
}

.cta{
display:inline-block;
background:#4CAF50;
color:white;
padding:14px 28px;
text-decoration:none;
border-radius:5px;
}

.leistungen{
padding:80px 0;
background:#f5f5f5;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

.card{
background:white;
padding:30px;
border-radius:8px;
}

.about{
padding:80px 0;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.about img{
width:100%;
border-radius:10px;
}

.kontakt{
background:#1f3d2b;
color:white;
text-align:center;
padding:80px 0;
}