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

.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");
}

.mobileOnly {
  display: none;
}

#loginContainer .loginMsg {
  line-height: 2;
  border-radius: 0.75rem;
  font-weight: 500;
  font-size: 2rem;
  color: white;
  background: maroon;
  width: fit-content;
  margin: 0 auto;
}

@media only screen and (min-width: 50px) and (max-width: 500px) {
  .mobileHidden {
    display: none;
    width: 0;
  }
  .mobileOnly {
    display: table-row;
  }
}

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