/* Shared UI helpers for all pages.
   For new subpages:
   1) add class="title-accent" to the title/hero panel
   2) keep the "Startseite"-Link always in the footer links */

.title-accent {
  position: relative;
  overflow: hidden;
}

.title-accent::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: linear-gradient(90deg, #ff7715 0%, #ffb06f 100%);
}

.title-accent h1:first-of-type {
  color: #7a3618;
}
