body{font-family:Arial,Helvetica,sans-serif;background:#f4f6f9;color:#2f3640}
.hero{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.62)),url("bilder/hero.jpg");background-size:cover;background-position:center;color:white;padding:140px 20px;text-align:center;text-shadow:2px 2px 10px rgba(0,0,0,.8)}
.service-card{border:0;border-radius:18px;overflow:hidden;transition:.25s}
.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,0,0,.2)!important}
.object-image{width:100%;height:100%;min-height:300px;object-fit:cover}
.carousel-item img{width:100%;height:520px;object-fit:cover}
@media(max-width:768px){.hero{padding:90px 18px}.hero h1{font-size:2rem}.carousel-item img{height:320px}}
