/* IT-Villach Vaultwarden Branding (v1) */

body::after {
  content: "IT-Villach | IT-Solutions by Stefan Regenfelder";
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(20, 81, 113, 0.95);
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 4px 8px;
  z-index: 99999;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  pointer-events: none;
  letter-spacing: 0.3px;
}

/* Bottom-Padding damit Content nicht hinter Footer verschwindet */
.tw-min-h-screen,
.min-h-screen,
main {
  padding-bottom: 28px !important;
}
