/*
 * Copyright (c) 2026 TNSystem. Alle Rechte vorbehalten.
 * Datei: public/assets/faktura-icon.css
 * Zweck: Gestaltet die Benutzeroberfläche „faktura icon“ des TNSystem Faktura-Portals.
 */
.faktura-icon-mark{
  display:grid!important;
  place-items:center!important;
  flex:0 0 auto;
  padding:0!important;
  overflow:hidden;
  color:transparent!important;
  background:#0b2949!important;
  border:1px solid rgba(111,226,214,.48)!important;
  box-shadow:0 8px 24px rgba(4,25,42,.24)!important;
}
.faktura-icon-mark img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
}
.public-site-brandmark.faktura-icon-mark{width:42px;height:42px;border-radius:11px}
.portal-wordmark .brandmark.faktura-icon-mark{border-radius:14px}
.portal-wordmark .brandmark.large.faktura-icon-mark{width:54px;height:54px}
.sidebar .brandmark.faktura-icon-mark{width:42px;height:42px;border-radius:12px}
.document-access-brandmark.faktura-icon-mark{width:46px;height:46px;border-radius:13px}
@media(max-width:720px){
  .public-site-brandmark.faktura-icon-mark{width:38px;height:38px}
  .portal-wordmark .brandmark.large.faktura-icon-mark{width:48px;height:48px}
}
@media(prefers-reduced-motion:reduce){
  .faktura-icon-mark img{content:url('/assets/icons/tnsystem-faktura-192.png?v=20260802-1')}
}
