.header {
  height: 112px;
  gap: 42px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: auto;
  min-width: 0;
}

.brand {
  align-items: center;
  margin: 0;
  letter-spacing: normal;
}

.brand img {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand-finem img {
  height: 72px;
}

.brand-policenlotse img {
  height: 48px;
  max-width: 190px;
}

.brand-divider {
  width: 1px;
  height: 42px;
  background: #d8e2e7;
  flex: 0 0 auto;
}

.mini-brand {
  display: block;
  width: 106px;
  height: 52px;
  object-fit: contain;
  font: unset;
}

.footer-brand img {
  height: 76px;
  width: auto;
}

.policenlotse-button {
  min-width: 250px;
  padding: 10px 20px;
}

.policenlotse-button img {
  display: block;
  width: 178px;
  height: 52px;
  object-fit: contain;
}

.policenlotse-button span {
  font-size: 1.25rem;
}

@media (max-width: 900px) {
  .header {
    height: 96px;
    gap: 20px;
  }

  .brand-lockup {
    gap: 12px;
  }

  .brand-finem img {
    height: 62px;
  }

  .brand-policenlotse img {
    height: 40px;
    max-width: 150px;
  }

  .brand-divider {
    height: 34px;
  }
}

@media (max-width: 560px) {
  .header {
    height: 86px;
    padding: 0 16px;
    gap: 10px;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-finem img {
    height: 50px;
  }

  .brand-policenlotse img {
    height: 31px;
    max-width: 108px;
  }

  .brand-divider {
    height: 28px;
  }

  .button-small {
    font-size: .72rem;
    padding: 10px 9px;
  }
}
