/* RENNER | Kanzlei – Kanzleischriftzug nach freigegebenem Muster.
   Ausschliesslich Header, Footer und deren Wortmarke werden gestaltet. */
.site-header .brand,
.site-footer .brand {
  min-width: 0;
}

.brand-name.brand-lockup {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  width: auto;
  max-width: 100%;
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-lockup .brand-renner {
  color: #063f5b;
  font-size: 1.18em;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: .92;
}

.brand-lockup .brand-divider {
  display: inline-block;
  flex: 0 0 1px;
  width: 1px;
  height: 1.55em;
  margin: 0 .56em;
  background: #c7ccd0;
}

.brand-lockup .brand-kanzlei {
  color: #1f2022;
  font-size: .72em;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

/* Im dunklen Footer wird die komplette Wortmarke weiss. */
.site-footer .brand-lockup .brand-renner,
.site-footer .brand-lockup .brand-kanzlei {
  color: #fff;
}

.site-footer .brand-lockup .brand-divider {
  background: rgba(255,255,255,.55);
}

@media (width <= 720px) {
  .site-header .brand-name.brand-lockup {
    font-size: clamp(.82rem, 4vw, 1.05rem);
  }

  .brand-lockup .brand-divider {
    margin-right: .48em;
    margin-left: .48em;
  }
}

@media (width <= 340px) {
  .site-header .brand-name.brand-lockup {
    font-size: .74rem;
  }
}
