.languageBar {
  background: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
}

.ac {
  text-align: center;
}

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.b1 {
  border: 1px solid maroon;
}

.flag {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
}

.flag:hover {
  cursor: pointer;
}

.flagNL {
  background: url("../images/NL.svg");
}

.flagEN {
  background: url("../images/EN.svg");
}

.flagFR {
  background: url("../images/FR.svg");
}

/*# sourceMappingURL=portaalV3Base.css.map */
