/* --------------------- Hero --------------------- */
.hero .container{
      padding: 18vh 0 30px 0px;
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero__subtitle {
  font-family: 'bricolage';
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.4em;
  max-width: 600px;
}

.hero__image img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

/* Gecentreerde layout */
.hero--centered .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.hero--centered .hero__image {
  width: 100%;
  max-width: 800px;
}

.hero--centered .hero__content {
  align-items: center;
}

/* Afbeelding links: kolommen omgekeerd */
.hero--image_left .container.split {
  direction: rtl;
}

.hero--image_left .container.split > * {
  direction: ltr;
}

@media screen and (max-width: 900px) {
}
