* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  color: #1f2937;
  background: #ffffff;
  line-height: 1.6;
}

.container {
  width: min(1120px, 92%);
  margin: auto;
}

/* HEADER */
.header {
  background: #ffffff;
  border-bottom: 1px solid #d1fae5;
  position: sticky;
  top: 0;
  z-index: 10;
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 800;
  color: #064e3b;
}

.logo img {
  height: 42px;
  width: auto;
}

.logo span {
  color: #16a34a;
}

nav a {
  margin: 0 14px;
  text-decoration: none;
  color: #374151;
  font-weight: 600;
}

nav a:hover {
  color: #16a34a;
}

.call-btn,
.primary {
  background: #16a34a;
  color: #ffffff;
  padding: 13px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  transition: 0.2s ease;
}

.call-btn:hover,
.primary:hover {
  background: #15803d;
}

.secondary {
  background: #064e3b;
  color: #ffffff;
  padding: 13px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  transition: 0.2s ease;
}

.secondary:hover {
  background: #022c22;
}

/* HERO */
.hero {
  background:
    linear-gradient(rgba(6, 78, 59, 0.88), rgba(6, 78, 59, 0.88)),
    linear-gradient(135deg, #064e3b, #16a34a);
  color: white;
  padding: 95px 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.badge {
  color: #bbf7d0;
  font-weight: 700;
  margin-bottom: 16px;
}

h1 {
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.05;
  margin-bottom: 24px;
}

.hero-text {
  font-size: 20px;
  max-width: 650px;
  margin-bottom: 30px;
  color: #ecfdf5;
}

.hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-card {
  background: #ffffff;
  color: #111827;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  border-top: 6px solid #22c55e;
}

.hero-card h3 {
  margin-bottom: 18px;
  font-size: 26px;
  color: #064e3b;
}

.hero-card li {
  margin: 12px 0;
  list-style: none;
  font-weight: 600;
}

.hero-card li::before {
  content: "✓ ";
  color: #16a34a;
  font-weight: 900;
}

/* SECTIONS */
.section {
  padding: 80px 0;
}

h2 {
  font-size: 38px;
  margin-bottom: 30px;
  color: #064e3b;
}

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

.card {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 24px;
  border-radius: 16px;
  font-weight: 700;
  color: #064e3b;
  transition: 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(22, 163, 74, 0.16);
}

/* ABOUT */
.about {
  background: #ecfdf5;
  padding: 80px 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 30px;
}

.box {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  border-left: 6px solid #16a34a;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

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

.steps div {
  background: #ffffff;
  border: 1px solid #bbf7d0;
  padding: 24px;
  border-radius: 16px;
  font-weight: 700;
}

.steps span {
  display: block;
  background: #16a34a;
  color: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin-bottom: 14px;
}

/* CONTACT */
.contact {
  background: linear-gradient(135deg, #064e3b, #022c22);
  color: white;
  text-align: center;
  padding: 80px 0;
}

.contact h2 {
  color: white;
}

.contact p {
  margin-bottom: 26px;
  font-size: 20px;
  color: #dcfce7;
}

footer {
  background: #022c22;
  color: #d1fae5;
  padding: 24px 0;
  text-align: center;
}

/* MOBILE */
@media (max-width: 850px) {
  nav {
    display: none;
  }

  .hero-grid,
  .two-col,
  .cards,
  .steps {
    grid-template-columns: 1fr;
  }

  .call-btn {
    display: none;
  }

  .hero {
    padding: 60px 0;
  }
  .orte{
    background:#f7f9fc;
    padding:60px 0;
}

.orte h2{
    text-align:center;
    margin-bottom:30px;
    color:#17351f;
}

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

.orte-grid a{
    display:block;
    background:#fff;
    padding:14px;
    text-align:center;
    text-decoration:none;
    color:#17351f;
    border:1px solid #d8dde5;
    border-radius:10px;
    transition:.2s;
    font-weight:600;
}

.orte-grid a:hover{
    background:#2f8c28;
    color:#fff;
}
}
