/* Logo Override */
.logo-icon {
  width: 22px !important;
  height: 22px !important;
  margin-right: 10px;
  object-fit: contain;
  border-radius: 4px;
}

/* Footer Override */
.footer__inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  /* Zentriert Items horizontal */
  justify-content: center !important;
  text-align: center !important;
}

.copyright {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin-bottom: 5px;
  text-align: center !important;
}