/* Desktop standardmäßig */
/* base.css */



a[href*="index.php"],
a.hasTooltip {
  color: var(--cassiopeia-color-link);
  font-weight: bold !important;
  text-decoration: none !important;
}

a[href*="index.php"]:hover,
a.hasTooltip:hover {
  color: var(--cassiopeia-color-hover);
  text-decoration: underline !important;
}






/* Tablet */
@media (max-width: 992px) {

}

/* Smartphones */
@media (max-width: 768px) {
  .btn-group .btn {
    font-size: 0.75rem;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
  }

  .btn-group .btn i {
    font-size: 0.75em;
    margin-right: 0.2em;
  }

}


