* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #f4f4f1;
  color: #222;
  line-height: 1.6;
}

a {
  color: #1b5e20;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-wrapper {
  min-height: 100vh;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: sticky;
  top: 0;
  z-index: 20;
}

.topbar {
  max-width: 1180px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.logo {
  height: 64px;
  width: auto;
  display: block;
}

.main-nav {
  display: flex;
  gap: 25px;
  font-weight: bold;
  flex-wrap: wrap;
}

.main-nav a {
  color: #333;
  font-size: 16px;
  padding: 6px 0;
}

.main-nav a:hover {
  color: #1b5e20;
  text-decoration: none;
}

.language-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-nav img {
  width: 30px;
  height: auto;
  border: 1px solid #ddd;
  display: block;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 60px;
}

.hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: center;
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  margin-bottom: 28px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.hero h1 {
  margin: 0 0 12px;
  font-size: 2.3rem;
  line-height: 1.15;
}

.lead {
  margin: 0;
  font-size: 1.05rem;
}

.hero-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hero-image img {
  max-width: 200px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}

.content-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  margin-bottom: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.content-card h2 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.content-card p {
  font-size: 16px;
}

.section-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: start;
}

.section-text ul {
  margin-top: 0;
  padding-left: 22px;
}

.section-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.section-image img {
  max-width: 420px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}

.dual-images {
  display: grid;
  gap: 16px;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

table td {
  border: 1px solid #d9d9d9;
  padding: 10px 12px;
  vertical-align: top;
}

/* mobiele prijsblokken */

.mobile-prices {
  display: none;
}

.price-card {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 18px;
  margin-top: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}

.price-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.price-card p {
  margin: 0 0 6px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.gallery a {
  display: block;
}

.gallery img {
  width: 200px;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #ddd;
  display: block;
}

.single-gallery img {
  width: 220px;
}

.small-note {
  margin-top: 10px;
  font-size: 0.95rem;
  color: #666;
}

.action-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.action-button {
  display: inline-block;
  background: #1b5e20;
  color: #ffffff;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: bold;
  transition: background 0.2s ease;
  border: none;
  cursor: pointer;
}

.action-button:hover {
  background: #144818;
  text-decoration: none;
}

.contact-card p {
  margin: 0;
}

form {
  max-width: 640px;
}

form p {
  margin: 0 0 18px;
}

form label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  color: #333;
}

form input,
form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  font-family: inherit;
  font-size: 16px;
  background: #fff;
  color: #222;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

form input:focus,
form textarea:focus {
  outline: none;
  border-color: #1b5e20;
  box-shadow: 0 0 0 4px rgba(27, 94, 32, 0.12);
}

form textarea {
  resize: vertical;
  min-height: 180px;
}

form button {
  margin-top: 4px;
}

#mapid {
  width: 100%;
  height: 420px;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 18px;
}

@media (max-width: 900px) {
  .hero,
  .section-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 24px;
  }

  .content-card {
    padding: 22px;
  }

  .hero h1 {
    font-size: 1.9rem;
  }

  .hero-image {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding: 14px 16px;
  }

  .container {
    padding: 18px 14px 40px;
  }

  .logo {
    height: 52px;
  }

  .language-nav img {
    width: 28px;
  }

  .hero,
  .content-card {
    border-radius: 14px;
  }

  .action-links {
    flex-direction: column;
  }

  .action-button {
    width: 100%;
    text-align: center;
  }

  #mapid {
    height: 320px;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
  }

  .hero-image img {
    max-width: 240px;
  }

  .table-wrap {
    display: none;
  }

  .mobile-prices {
    display: block;
    margin-top: 18px;
  }

  .gallery img {
    width: 100%;
    max-width: 320px;
  }
}