main {
  overflow: hidden;
  padding-top: clamp(5rem, 20vmax, 8rem);
  padding-bottom: max(10vh, 2rem);
}

main>div {
  width: min(72rem - 4rem, 100% - 3rem);
  margin-inline: auto;
  gap: 3rem;
}

main>div>section:first-of-type {
  margin-inline: auto;
  max-width: var(--sm-container);
}

h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: .5em;
}


/* Call direct */

.call {
  --head: clamp(4rem, 10vw, 6rem);
  position: relative;
  display: inline-block;
  padding-right: var(--head);
  text-align: left;
}

.call .joep {
  display: block;
  width: var(--head);
  position: absolute;
  top: -40%;
  right: 0;
  margin-right: calc(clamp(1.5rem, 5vw, 3rem) * -1);
}

.js .call .joep {
  opacity: .001;
}

.call .face picture:first-child img {
  position: relative;
}

.call .face picture:nth-child(2) img, .call .face picture:nth-child(3) img {
  position: absolute;
  top: -1px;
  left: 0;
}

.call .face picture:nth-child(3) {
  top: -2px;
}

.call .hand {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 50%;
  pointer-events: none;
}

.switch {
  vertical-align: middle;
  display: inline-block;
  margin-right: .5rem;
  border-radius: 1em;
  width: 3em;
  height: 1.5em;
  box-shadow: inset 0 0 0 1px currentColor;
  position: relative;
}

.switch:after {
  content: '';
  display: inline-block;
  width: calc(1.5em - 6px);
  height: calc(1.5em - 6px);
  background-color: currentColor;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 50%;
}

.switch.on {
  background-color: var(--green);
}

.switch.on:after {
  right: 3px;
  left: auto;
}


/* Contact info */

.contact-info {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5rem 3rem;
}



/* Foto's */

.fotos {
  position: relative;
}

@media (max-width: 768px) {
  .fotos {
    margin-left: -1rem;
    margin-right: calc(-1rem + -10%);
    margin-top: 4rem;
  }
}

.fotos>div {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.js .fotos>div {
  opacity: .001;
}

.fotos>div>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fotos>div:first-of-type {
  width: 38%;
}

.fotos>div:nth-of-type(2) {
  width: 30%;
  position: absolute;
  top: -12%;
  left: 42%;
}

.fotos>div:nth-of-type(3) {
  width: 50%;
  margin-left: auto;
  margin-right: 10%;
  margin-top: -16%;
}

.fotos>div:nth-of-type(4) {
  width: 26%;
  position: absolute;
  left: 8%;
  top: 35%;
}

.fotos>div:nth-of-type(5) {
  width: 38%;
  margin-top: 2%;
  margin-left: 20%;
}

.fotos>div:nth-of-type(6) {
  width: 30%;
  margin-left: auto;
  margin-right: 10%;
  margin-top: -14%;
}