/* ===========
custom.css

Stilerweiterung des Miton-Templates mit Stilen für neue Elemente
 =============*/

.authfail-msg {
  background-color: rgba(255, 0, 0, 0.15);
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  display: none;
}

.authfail-msg.show {
  display: block;
}

.footer-body {
  margin: 20px 0;
  text-align: center;
}

.footer-body > ul {
  padding: 0;
}

.footer-body > ul > li {
  display: inline-block;
  font-size: 12px;
}

.footer-body > ul > li + li {
  margin-left: 10px;
}

.footer-body > ul > li:after {
  content: '\b7';
  margin-left: 10px;
  speak: none;
}

.footer-body > ul > li:last-child:after {
  display: none;
}

.footer-body a {
  color: unset;
  cursor: pointer;
}

.footer-body a:hover {
  text-decoration-line: underline;
}
