html {
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 30px;
  color: #2c251d;
}

h3 {
  font-size: 24px;
  color: #2c251d;
}

p, li {
  font-size: 18px;
  line-height: 1.6;
}

.site-body {
  background-color: #eae0d5;
  margin: 10px;
}

.site-header {
  background-color: #ded4c9;
  border: #c6ac8f 5px solid;
  border-radius: 6px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 2%;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.logo-container {
  margin-left: 1%;
  margin-right: 0;
}

.site-nav {
  margin-left: 4%;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.logo {
  max-height: 120px;
  width: auto;
  height: auto;
}

.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.header-nav-item {
  text-decoration: none;
  color: #5e503f;
  font-weight: bold;
  font-family: 'Work Sans';
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.header-nav-item:hover {
  color: #776856;
  text-decoration: underline;
}

.social-utility-bar {
  margin-right: 8%;
  display: flex;
  gap: 15px;
  padding: 5px;
  padding-bottom: 1px;
}

.social-icon {
  width: 60px;
  height: auto;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  height: auto;
  margin: 30px 2% 30px 8%;
  max-width: 1400px;
}

.divider-line.intro {
  border: none;
  border-top: 3px solid #c6ac8f;
  margin: 30px 0;
  opacity: 0.6;
  width: 450px;
}

.content-box {
  text-align: left;
}

.over-ri-boxen {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 100px;
}

.image-outline {
  width: 400px;
  margin-top: 30px;
  margin-left: 150px;
  padding: 10px;
  border: #c6ac8f 5px solid;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.foto-fotograaf {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.vision-box {
  border: #c6ac8f 5px solid;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background-color: #eae0d5;
  margin-top: -150px;
  margin-left: -200px;
  position: relative;
  z-index: 10;
  width: 500px;
  text-align: center;
}

.vision-box h1 {
  margin-top: -25px;
}

.divider-line.over-ri {
  border: none;
  border-top: 3px solid #c6ac8f;
  margin: 30px 0;
  opacity: 0.6;
  width: 450px;
}

.efficentie-box {
  border: #c6ac8f 5px solid;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 30px;
  background-color: #eae0d5;
  width: 90%;
  max-width: 500px;
  margin: 20px 0;
  position: static;
  z-index: 5;
  text-align: center;
  margin-top: -200px;
  margin-left: 850px;
}

.efficentie-box h1 {
  margin-top: -25px;
}

.portfolio {
  background-color: #eae0d5;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
}

.portfolio h1,
.portfolio .intro-text {
  text-align: center;
  margin-bottom: 10px;
}

.portfolio-container {
  position: relative;
  width: 90%;
  margin: 40px auto;
  display: flex;
  align-items: center;
}

.portfolio-slider {
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.portfolio-slider::-webkit-scrollbar {
  display: none;
}

.portfolio-track {
  display: flex;
  gap: 20px;
}

.portfolio-item {
  flex: 0 0 calc((100% - 60px) / 4);
  scroll-snap-align: start;
}

.portfolio-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

.nav-btn {
  background: #c6ac8f;
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-btn.prev { left: -60px; }
.nav-btn.next { right: -60px; }

.ideeen {
  text-align: center;
  margin: 25px auto;
  padding: 0 5%;
  width: 90%;
  max-width: 800px;
}

.divider-line.ideeen {
  border: none;
  border-top: 3px solid #c6ac8f;
  opacity: 0.6;
  width: 650px;
}

.ideeen-lijst {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.werkwijze h1 {
  text-align: center;
  width: 100%;
}

.werkwijze .intro-text {
  font-style: italic;
  margin-bottom: 2rem;
  text-align: center;
}

.werkwijze-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  text-align: left;
  margin-bottom: 2rem;
  margin: 40px 5%;
}

@media (min-width: 768px) {
  .werkwijze-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.werkwijze-item p {
  margin-top: 0;
  line-height: 1.6;
}

.divider-line.werkwijze {
  border: none;
  border-top: 3px solid #c6ac8f;
  margin: 30px auto;
  opacity: 0.6;
  width: 100%;
  max-width: 1500px;
}

.doc-buttons {
  display: flex;
  gap: 200px;
  justify-content: center;
  align-items: center;
  margin: 0px 0 40px;
}

.btn {
  z-index: 12;
  display: inline-block;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 600;
  color: #5e503f;
  border-radius: 6px;
  border: #c6ac8f 5px solid;
  background-color: #ded4c9;
}

.btn:hover {
  transform: translateY(-2px);
}

.tarieven h1 {
  text-align: center;
  width: 100%;
}

.tarieven .intro-text {
  font-style: italic;
  margin-bottom: 2rem;
  text-align: center;
}

.tarieven-note-bottom {
  text-align: center;
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: 0;
}

.site-footer {
  background-color: #c6ac8f;
  color: #5e503f;
  padding: 40px 20px 20px;
  font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  flex: 1;
  min-width: 250px;
  margin-bottom: 20px;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 0.9em;
  color: #2c251d;
  
}