:root {
  --bs-hero-bg: transparent;
  --bs-font-family-heading: 'UnifrakturCook', serif;
  --bs-body-font-size: 1.15rem;
}

.text-justify {
  text-align: justify;
  text-align-last: left;
}

html {
  scroll-behavior: smooth;
}

body:before, .hero:before {
  background-image: var(--bs-hero-bg);
}

.brand-title {
  font-size: clamp(1.75rem, 7vw, 72px);
}

.gallery-thumb,
.carousel-inner {
  --bs-border-radius: 5px;
}

.gallery-thumb {
  width: 110px;
  height: 74px;
  object-fit: cover;
  flex-shrink: 0;
  cursor: pointer;
  opacity: 0.55;
  transition: opacity 0.2s ease-in-out;
}

.gallery-thumb:hover,
.gallery-thumb.active {
  opacity: 1;
}

.stand-liste {
  max-height: 60vh;
  overflow-y: auto;
}

.stand-liste thead th {
  position: sticky;
  top: 0;
  background-color: var(--bs-body-bg);
}

.sortable-table th[data-sort-key] {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.sortable-table th[data-sort-key]:hover {
  color: #004488;
}

.sort-indicator {
  font-size: 0.7em;
  display: inline-block;
  width: 0.9em;
}

.footer-download-preview {
  width: 90px;
  height: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease-in-out;
}

.footer-download:hover .footer-download-preview {
  transform: translateY(-3px);
}

a.link-body-emphasis,
.link-body-emphasis {
  color: #004488 !important;
}

a.link-body-emphasis:hover,
a.link-body-emphasis:focus,
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: #3d8bd6 !important;
}

.legende-pfeil {
  color: #0d6efc;
}

