/**
 * Titel-balk overlay — alleen portfolio + project detail.
 * Agenda heeft eigen titel-CSS in agenda.html (niet delen met portfolio).
 */
.titel .text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: inherit;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow: hidden;
  box-sizing: border-box;
}

.portfolio-wrap .titel .text,
.wrap .project .titel .text {
  left: 31%;
  top: 59%;
  width: 39%;
  height: 26%;
  line-height: 0.88;
  padding: 0 3px;
  transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  letter-spacing: 0.02em;
}

.card.agenda-card .titel-mini .text {
  position: absolute;
  left: 31%;
  top: 47%;
  width: 39%;
  height: 27.8%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.08;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  overflow: hidden;
  padding: 0 2px;
  white-space: normal;
  word-break: break-word;
  box-sizing: border-box;
}
