/* @import "navbarEnfooter.css";
@import "icomoon.css"; */

/************************************
***************ACTIVITEITEN**********
************************************/
main {
  display: flex;
  flex-direction: column;
  background-color: rgb(245, 245, 245);
}

.activiteitenEnFilter {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.myBtnContainer .btn {
  margin-top: 2%;
}

#myBtnContainer {
  margin-right: 5%;
}

h1 {
  font-family: roboto;
  color: #039fbe;
  font-weight: bolder;
  margin-top: 2%;
  font-size: 3.5em;
}

section.activiteit figcaption.datum {
  background-color: #ffffff;
  padding: 2.5%;
  color: #039fbe;
  font-size: 1em;
  width: fit-content;
  height: fit-content;
}

section.activiteit figcaption.datum p {
  font-family: Inter;
}

.activiteiten {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 85%;
  margin: 2% auto auto auto;
  border-radius: 5px;
  color: white;
}

.activiteiten h2 {
  font-family: Roboto;
  font-size: 1.8em;
}

.activiteiten h3 {
  font-family: Roboto;
}

#myBtnContainer p {
  margin-bottom: 0%;
  color: #039fbe;
  margin-top: 3%;
}

.inschrijven {
  background-color: #ffffff;
  padding: 3%;
  transition: 0.3s;
  float: right;
  margin-top: 5%;
}

.inschrijven:link {
  color: #039fbe;
}

.inschrijven:visited {
  color: #039fbe;
}

.inschrijven:hover {
  box-shadow: 3px 3px rgba(50, 50, 50, 0.89);
  text-shadow: 2px 2px 5px rgb(50, 50, 50);
}

.activiteiten h2,
h3,
p {
  font-family: Inter;
  margin-top: 2%;
}

.activiteiten img {
  width: 100%;
  height: 18em;
  object-fit: cover;
}

.activiteit {
  padding: 2% 2% 1.5% 1.5%;
  background-color: #039fbe;
  margin-bottom: 2%;
  margin-right: 2%;
  width: 27%;
  box-shadow: 0px 3px #01596b;
}

.activiteit:last-child {
  border: none;
}

.activiteittext {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2%;
  margin-bottom: 2%;
}

/************************
**** ACTIVITEITEN 2******
*************************/
