/* Custom css code OlliEwen Aug 2023 */

.centered-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.centered-content a {
  margin: 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.centered-content a i {
  margin-right: 5px;
}

.centered-content-item::after {
  content: "|";
  position: absolute;
  right: -10px; /* Abstand zwischen Link und Trennzeichen */
  color: #999; /* Trennzeichen-Farbe */
}