.margin-start {
  margin-top: 150px;
}

.bijeenkomst {
  font-size: 3em;
  color: #662c91;
}

.aanmelden {
  font-weight: bold;
}

.card-footer {
  border-top: 0px;
  margin-bottom: 20px;
}

.btn-secondary {
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  background-color: #662c91;
}

.type-icoon {
  color: #662c91;
  font-weight: bold;
  margin-top: 3px;
}

.type-bijeenkomst {
  color: #662c91;
  font-weight: bold;
  text-transform: uppercase;
}

.card-title.omschrijving {
  color: black;
  margin-top: 20px;
  font-size: 1.3em;
}

.alignbottomflex {
  align-items: flex-end;
  display: flex;
}

.adres, .foto {
  width: 25%;
  border: 1px solid #2aafc3;
  padding: 10px;
  float: right;
  border-radius: 5px;
  margin-left: 10px;
  margin-top: 0px;
}
.foto {
    width: 50%;
}
.adres h5, .foto h5 {
  margin-top: 0px;
}

.tijden {
  color: #2aafc3!important;
  font-weight: 600;
  font-size: 1.2em;
}

.maand {
  font-size: 1.2em;
  font-weight: 600;
}
.card p {
    color: #000000;
}
