
/* - local.css - */
#sprachtest-anmeldung {
  display: inline-block;
  color: white;
  background-color: rgb(89, 147, 187);
  padding: 1em;
  border-radius: 7px;
  border: 2px solid rgb(89, 147, 187);
  font-weight: bold;
}

#sprachtest-anmeldung::before {
  content: "";
  margin-right: 0em;
}

#sprachtest-anmeldung:hover {
  background-color: white;
  color: rgb(89, 147, 187);
}

.question {
    font-weight: bold;
    display: block;
}

.common-questions {
    border-top: 2px solid #6aacda;
    border-bottom: 2px solid #6aacda;
    padding: 3em;
    border-radius: 2px;
}

.councel-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-placeholder {
  width: 200px;
  height: 300px;
  background-color: grey;
}
