.WebSiteToolbar {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("Rws.WebSite.Header.svg");
}

.Language :is(li.de, li.fr, li.es, li.pl, li.nl-BE, li.en-GB) { display: none; }

:root{
  --breadcrumbs-background-color: #f9e11e;
}

@media (min-width: 50em) {
  nav.Menu > .Menu > div.Toolbar,
  nav.Menu > .Menu > ol > li > div.Toolbar {
    height: var(--breadcrumbs-height);
    background-color: var(--breadcrumbs-background-color);
  }
  nav.Menu > .Menu > div.Toolbar {
    /* This is a hack */
    height: calc(var(--breadcrumbs-height) - 1px);
  }
}

nav.Menu > .Menu > ol > li > span > a[href$="/ScenarioManagement"] {
  background-image: url("BivasWeb.Icon.Scenario.Management.Gray.svg");
}

nav.Menu > .Menu > ol > li.pathCurrent > span > a[href$="/ScenarioManagement"] {
  background-image: url("BivasWeb.Icon.Scenario.Management.Blue.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Trips"] {
  background-image: url("BivasWeb.Icon.Bivas.Scenario.Viewer.Gray.svg");
}

nav.Menu > .Menu > ol > li.pathCurrent > span > a[href$="/Trips"] {
  background-image: url("BivasWeb.Icon.Bivas.Scenario.Viewer.Blue.svg");
}

nav.Menu > .Menu > ol > li > span > a[href$="/Ais"] {
  background-image: url("BivasWeb.icon.Ais.Scenario.Viewer.Gray.svg");
}

nav.Menu > .Menu > ol > li.pathCurrent > span > a[href$="/Ais"] {
  background-image: url("BivasWeb.icon.Ais.Scenario.Viewer.Blue.svg");
}

main {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 2em;
  background-image: url("Rws.WebSite.Footer.svg");
}

.Map,
.Map > .map {
  height: 600px;
}

#articleContent {
  max-width: 1024px;
  line-height: 28px;
  margin: 0 auto;

  a {
    color: var(--accent-color-1);
  }

  p {
    margin: .5em 0;
  }

  :is(h1, h2, h3, h4, h5) {
    font-weight: bolder;
    color: var(--accent-color-1);
    margin-top: 1em;
    margin-bottom: .5em;
  }

  .summary {
    font-weight: 500;
  }
}
