/* gos-sms: kleine Ergaenzungen zum KMS-Stylesheet (style.css) */
.header .logo img { max-height: 26px; margin-right: 6px; }
.avatar-initials {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(150deg, var(--color-primary) 0%, var(--color-primary-strong) 100%);
  color: #fff; font-weight: 700;
}
.nav-profile button.dropdown-item { background: none; border: 0; width: 100%; text-align: left; }
.group-table th { white-space: nowrap; }
.group-table tr.table-own td { background-color: rgba(246, 143, 102, 0.10); }
.public-page .logo img { max-height: 42px; margin-right: 10px; }
.public-page .logo span { font-size: 26px; font-weight: 700; color: var(--color-text); }
.footer { padding: 20px 30px; margin-top: 20px; }
.info-card h6 { font-size: 28px; font-weight: 700; }
tr[hidden] { display: none; }

/* --- Stundenplan-Raster (Alle Kurse), angelehnt an den KMS-Stundenplan --- */
.tt-tabs .nav-link { color: var(--color-muted); font-weight: 600; border: 0; border-bottom: 2px solid transparent; }
.tt-tabs .nav-link.active { color: var(--color-primary-strong); border-bottom-color: var(--color-primary); background: transparent; }
.tt-search { max-width: 260px; }
.tt-day { margin-top: 1.5rem; }
.tt-day-head { text-transform: uppercase; letter-spacing: .06em; font-size: .8rem; font-weight: 700; color: var(--color-text); margin-bottom: .5rem; }
.tt-slot { display: flex; align-items: flex-start; gap: .75rem; padding: .5rem 0; border-top: 1px dashed rgba(61, 60, 59, 0.12); }
.tt-time { flex: 0 0 48px; font-size: .8rem; font-weight: 600; color: var(--color-muted); padding-top: .35rem; }
.tt-cards { display: flex; flex-wrap: wrap; gap: .5rem; }
.tt-card {
  display: flex; flex-direction: column; gap: .2rem; width: 156px; min-height: 76px; padding: .5rem .6rem;
  border-radius: 10px; border: 1px solid rgba(61, 60, 59, 0.12); background: #fffdf8; color: var(--color-text);
  font-size: .78rem; line-height: 1.25; text-decoration: none; transition: box-shadow .15s ease, transform .15s ease;
}
.tt-card:hover { box-shadow: 0 6px 16px rgba(46, 48, 53, 0.12); transform: translateY(-1px); color: var(--color-text); }
.tt-card.own { background: #fdf0c8; border-color: #e5b54a; }
.tt-card.full .tt-occ { color: #b0413e; font-weight: 700; }
.tt-title { font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tt-letter { display: inline-block; min-width: 1.1rem; padding: 0 .3rem; border-radius: 999px; background: var(--color-secondary); color: #0f3b36; font-size: .68rem; text-align: center; font-weight: 700; }
.tt-meta { color: var(--color-muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tt-foot { display: flex; align-items: center; gap: .45rem; margin-top: auto; color: var(--color-muted); }
.tt-badge { font-size: .65rem; font-weight: 700; padding: 0 .3rem; border-radius: 4px; background: rgba(123, 188, 175, 0.25); color: #0f3b36; }
.tt-zoom { margin-left: auto; color: var(--color-primary-strong); }
.tt-own-dot { display: inline-block; width: 10px; height: 10px; border-radius: 3px; background: #fdf0c8; border: 1px solid #e5b54a; vertical-align: middle; }
.tt-card[hidden], .tt-slot[hidden], .tt-day[hidden] { display: none; }
@media (min-width: 1200px) {
  .footer { margin-left: 300px; }
  .toggle-sidebar .footer { margin-left: 0; }
}
