@import url('fonts.css');

h5 {
  font-family: ReplicaStd-Bold;
  font-weight: bold;
  color: #FFF;
  font-size: 25px;
  letter-spacing: 0.38px;
  line-height: 29px;
  margin-bottom: 20px;
}

.event-item a {
  text-decoration: underline;
  color: white;
}

.event-item a:hover {
  color: white;
}

.row-bs4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.blokje {
  width: 56px;
  height: 56px;
  background-color: #EBCDFF;
  color: #FF005A;
  font-size: 28px;
  font-weight: bold;
  font-family: ReplicaStd-Bold;
}

.blokje-rechts {
  right: 13px;
  position: absolute;
}

.blokje-links {
  left: 21px;
  position: absolute;
}

@media (max-width: 768px) {
  .blokje-links {
    right: 0;
    left: initial;
    position: absolute;
  }
}

.arrow-right {
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 28px solid #FF005A;
  position: absolute;
  top: 11px;
  right: 114px;
}

.arrow-left {
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 28px solid #FF005A;
  position: absolute;
  top: 11px;
  left: 124px;
}

.timeline-line {
  height:100%;
  width:12px!important;
  background-color:#EBCDFF;
  position:absolute;
  left: 49.5%;
  top:0;
  z-index:-1;
  padding: initial!important;
}
@media (min-width: 768px) {
  .timeline-row-left {
    margin-right: 0!important;
    margin-left: -50px!important;
  }
  .timeline-row-right {
    margin-left:0!important;
    margin-right:-40px!important;
  }
}

.timeline-date-block {
  z-index: 20;
  color: #FF005A;
  font-weight: bold;
  font-family: ReplicaStd-Bold;
  background-color:#EBCDFF; 
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75); 
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75); 
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.timeline-date-block-right {
  position: absolute;
  top: -75px;
  left: 25%;

}

.timeline-date-block-left {
  position: absolute;
  top: -75px;
  right: 25%;
}

.timeline-line-top, .timeline-line-bottom {
  width:75px;
  height:75px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color:#DD244A;
  position:absolute;
  left: -25px;
}
.timeline-line-top {
  top:-20px;
}
.timeline-line-bottom {
  bottom:-20px;
}

.w-85 {
  background-color: #FF005A;
  color: white;
  padding: 20px;
  width: 85%!important;
  margin-top: 50px;
}

.driehoek {
  position: absolute;
  background-color: #FF005A;
  width: 50px;
  height: 50px;
  top: 0;
  right: -50px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

@media (max-width: 768px) {
  .timeline-line {
    left: initial!important;
    right: 6px!important;
  }

  .timeline-row-left {
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .event-item {
    margin-top:0px!important;
  }

  .w-75 {
    margin-left: 50px;
  }
}