header {
  margin: var(--gcds-header-margin) !important;
  margin-top: 1em !important;
}

header .gcdrupal-header {
  width: 90%;
  max-width: var(--gcds-header-container-max-width);
  margin: 0 auto;
  height: 2.5em;
}

header .gcdrupal-header > a {
  display: block;

  width: 20rem;
  max-width: 100%;
  height: 100%;

  background-image: url("/themes/custom/gcds_ext/css/gcdrupal-logo-header.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain !important;
}

header #block-gcds-ext-mainnavigation {
  margin-top: 0.3em;
  border-top: 3px solid black;
}

@media (max-width: 1024px) {
  header .gcdrupal-header {
    margin-bottom: 0.525em;
  }
}
