.hero-wrapper {
  position: relative;
  width: 100%;
}

.block-hero {
  width: 100%;
  height: 160px;
  background-image: url('../images/hero-wiebenik.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ebe5df;
}

/* Avatar */
.avatar {
  position: absolute;
  left: 70%;
  bottom: -35px; /* zorgt dat hij over de hero heen valt */
  transform: translateX(-50%);
  z-index: 10;
}

.avatar img {
  height: 220px;
  display: block;
}

h2.wieikben {
  font-size: 22px;
  letter-spacing: 0px;
  margin: 0 0 1rem;
  color: #222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.3rem;
	font-weight: 600;
	color: #1D5F83;
}

h3.wieikben {
  font-size: 1rem;
  margin: 0;
  color: #222;
	font-weight: strong;
}

.period {
  font-size: 16px;
  color: #777;
  margin-bottom: 0.3rem;
}

p.wieikben{
	text-align: justify;
}

p.kernkwaliteiten{
	text-align: left;
}

p.kernkwaliteiten span{
	font-size: 10px;
  display: inline-block;
  transform: translateY(-2px);
}


/* 📱 Op mobiel onder elkaar */
@media (max-width: 768px) {
	div.section {
		margin: 0 10px 0 10px;
	}
}
