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

h1 {
  font-size: 24px;
  color: #2c251d;
  line-height: 1.2;
}

h3 {
  font-size: 20px;
  color: #2c251d;
  line-height: 1.3;
}

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

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

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

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

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

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

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

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

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

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

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

.intro {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: 20px auto;
  padding: 0 15px;
  gap: 0;
}

.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: 40px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.vision-box,
.efficentie-box {
  width: 100%;
  max-width: 520px;
  margin: 20px auto;
  box-sizing: border-box;
  border: #c6ac8f 5px solid;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding: 24px;
  background-color: #eae0d5;
  text-align: center;
}

.vision-box h1,
.efficentie-box h1 {
  margin-top: 0;
}

.image-outline {
  width: 100%;
  max-width: 520px;
  margin: 20px auto;
  padding: 10px;
  border: #c6ac8f 5px solid;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

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

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

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

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

.portfolio-container {
  position: relative;
  width: 100%;
  padding: 0;
  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;
  padding: 0 20px;
  box-sizing: border-box;
  scroll-padding: 20px;
}

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

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

.portfolio-item {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

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

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

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

.ideeen {
  text-align: center;
  margin: 15px 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%;
}

.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: 12px;
  justify-content: center;
  align-items: center;
  width: max-content;
  margin: 0 auto 40px;
  padding: 0;
}

.btn {
  z-index: 12;
  display: inline-block;
  width: 80px;
  padding: 4px 6px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  color: #5e503f;
  border-radius: 6px;
  border: #c6ac8f 2px 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;
}
