/* Logo */
.navbar-brand::before {
  content: "";
  display: inline-block;
  background-image: url("/img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 130px;
  height: 50px;
  margin-right: 10px;
}

/* Footer-Version ausblenden */
nav p.credits span {
  display: none !important;
}

/* Eigenen Branding-Text einfügen */
nav p.credits::after {
  content: "EhrenEcke Cloud 2025\A nich öffentlich!";
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  text-align: center;
  margin-top: 5px;
}

