@import url("v28.css");

/* V29: Exakte ka-Buchstabenform aus dem vorhandenen Markenlogo. */
.executive-mark {
  display: grid;
  place-items: center;
}

.executive-logo {
  width: 48px;
  height: 48px;
  display: block;
  overflow: visible;
}

.executive-mark span {
  display: none;
}

.brand-name {
  font-family: inherit;
  font-weight: 700;
}

.brand-owner {
  color: var(--muted);
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 400;
}

@media (max-width: 560px) {
  .executive-logo {
    width: 43px;
    height: 43px;
  }
}
