:root{
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface2: #f0f5f2;
  --text: #102018;
  --muted: #556b61;
  --line: #d9e6df;

  --brand: #2fb86e;
  --brand2:#48d17a;
  --accent:#f4b04a;

  --radius: 18px;
  --shadow: 0 16px 50px rgba(15, 30, 20, .10);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
display:flex;
  flex-direction:column;
  
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color: var(--text);
  background:
    radial-gradient(900px 500px at 10% 0%, rgba(47,184,110,.12), transparent 60%),
    radial-gradient(900px 500px at 90% 0%, rgba(244,176,74,.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
}

a{color:inherit; text-decoration:none}
.container{width:min(1120px, 92vw); margin:0 auto}

.skip{position:absolute; left:-999px; top:-999px}
.skip:focus{left:12px; top:12px; background:#fff; padding:10px 12px; border-radius:12px; box-shadow:var(--shadow); z-index:999}

header{
  position: sticky;
  top:0;
  z-index: 50;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding: 14px 0;
}

.brand{
  display:flex; align-items:center; gap:10px;
  font-weight: 900;
  letter-spacing: .2px;
}
.logo{
  width:38px; height:38px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  box-shadow: 0 14px 35px rgba(47,184,110,.18);
  display:grid; place-items:center;
}
.logo svg{width:22px; height:22px}

.menu{
  display:flex; align-items:center; gap:10px;
  font-weight: 750;
  color: var(--muted);
  font-size: 14px;
}
.menu a{
  padding:10px 12px;
  border-radius: 14px;
}
.menu a:hover{background: #edf6f0; color: var(--text)}
.menu a.active{
  background: rgba(47,184,110,.14);
  color: var(--text);
  border: 1px solid rgba(47,184,110,.20);
}

.nav-cta{display:flex; align-items:center; gap:10px}
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 850;
  cursor:pointer;
  transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}
.btn:hover{transform: translateY(-1px); box-shadow: 0 14px 30px rgba(15,30,20,.10)}
.btn.primary{
  border-color: rgba(47,184,110,.25);
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  color:#08130d;
}
.btn.ghost{
  background: #f3f7f5;
}
.burger{display:none}

main{  
	padding: 28px 0 46px;
  flex:1;
}

.hero{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items:stretch;
}
.card{
 background: rgba(0,150,0, .4);
  border: 4px solid rgba(47,184,110,.70);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-left{padding: 22px}
.pill{
  display:inline-flex; gap:15px; align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 0px solid rgba(47,184,110,.22);
  background: rgba(255,255,255);
  color: var(--muted);
  font-weight: 850;
  font-size: 13px;
}
h1{
  margin: 12px 0 10px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: -0.8px;
}
.lead{
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 65ch;
}
.actions{display:flex; gap:10px; flex-wrap:wrap}

.hero-right{
  display:grid;
  grid-template-rows: 1fr auto;
}
.hero-media{
  position:relative;
  min-height: 260px;
  background: #eaf3ee;
}
.hero-media img{
  width:100%; height:100%;
  object-fit: cover;
  display:block;
}
.hero-media .overlay{
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.0), rgba(255,255,255,.55));
}
.hero-mini{padding: 16px; display:grid; gap:10px}
.row{
  display:flex; justify-content:space-between; align-items:center; gap:10px;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 900;
}
.row span{color: var(--muted); font-weight: 850}

.section-head{
  display:flex; justify-content:space-between; align-items:flex-end; gap:16px;
  margin: 22px 0 12px;
}
.section-head h2{
  margin:0;
  font-size: clamp(20px, 2.2vw, 30px);
  letter-spacing: -.3px;
}
.section-head p{margin:0; color:var(--muted); max-width: 70ch; line-height:1.65}

.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service{
  padding: 16px;
  display:flex;
  flex-direction:column;
  gap: 10px;
  min-height: 210px;
}
.service-top{
  display:flex; justify-content:space-between; align-items:center; gap:12px;
}

.logo-img{
  height:42px;   /* Größe ändern wie du willst */
  width:auto;
  display:block;
}

.icon{
  width:50px; height:50px;
  border-radius: 16px;
  background: rgba(192,192,192);
  border: 3px solid rgba(47,184,110,.2);
  display:grid; place-items:center;
}
.icon svg{width:22px; height:22px}
.badge{
  font-size: 12px; font-weight: 950;
  padding: 6px 10px;
  border-radius: 999px;
  border: 2px solid rgba(0,128,0);
  background: rgba(255,255,255);
  color: var(--text);
  white-space:nowrap;
}
.service h3{margin:0; font-size: 17px}
.service .desc{margin:0; color: var(--muted); line-height:1.65; font-size: 14px}
.price{
  margin-top:auto;
  display:flex; align-items:baseline; gap:10px; flex-wrap:wrap;
}
.price .val{font-size: 20px; font-weight: 1000}
.price .unit{color: var(--muted); font-weight: 850; font-size: 13px}

.table{
  width:100%;
  border-collapse: collapse;
  overflow:hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.table th, .table td{
  padding: 12px 12px;
  border-bottom: 1px solid var(--line);
  text-align:left;
}
.table th{background: #f2f7f4; font-weight: 950}
.table tr:last-child td{border-bottom:none}

.gallery{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.g-item{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid var(--line);
  box-shadow: 0 14px 35px rgba(15,30,20,.08);
  background:#fff;
  cursor:pointer;
}
.g-item img{width:100%; height: 180px; object-fit:cover; display:block}
.g-cap{padding:10px 12px; color:var(--muted); font-weight:800; font-size:13px}

.modal{
  position:fixed; inset:0;
  background: rgba(10,18,14,.55);
  display:none;
  place-items:center;
  padding: 18px;
  z-index: 80;
}
.modal.open{display:grid}
.modal-content{
  width:min(980px, 96vw);
  background:#fff;
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.25);
}
.modal-top{
  display:flex; justify-content:space-between; align-items:center; gap:10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.modal-top b{font-size:14px}
.modal-top button{
  border:1px solid var(--line);
  background:#fff;
  border-radius: 12px;
  padding: 8px 10px;
  cursor:pointer;
  font-weight:900;
}
.modal-img{width:100%; height: min(70vh, 620px); object-fit: contain; background:#f6f8fb}

.form{
  display:grid; gap:10px;
}
.field{display:grid; gap:6px}
label{font-weight:900; color: var(--muted); font-size:13px}
input, textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  outline:none;
}
textarea{min-height: 120px; resize:vertical}
input:focus, textarea:focus{border-color: rgba(47,184,110,.45)}

footer{
  border-top: 1px solid var(--line);
  padding: 18px 0 30px;
  color: var(--muted);
  background: rgba(255,255,255,.65);
}
.foot{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}

@media (max-width: 920px){
  .hero{grid-template-columns: 1fr}
  .grid{grid-template-columns: repeat(2, 1fr)}
  .gallery{grid-template-columns: repeat(2, 1fr)}
}
@media (max-width: 620px){
  .grid{grid-template-columns: 1fr}
  .menu{display:none}
  .burger{display:inline-flex}
  .gallery{grid-template-columns: 1fr}
}
