.eon-de-navbar__topline {
  display: flex;
}
.eon-de-navbar__topline__left {
  width: 70%;
  height: .4rem;
  background-color: #1ea2b1;
}
.eon-de-navbar__topline__right {
  width: 15%;
  height: .4rem;
  background-color: #ea1b0a;
}
.eon-de-navbar__topline__narrow-right {
  width: 15%;
  height: .4rem;
  background-color: #b00402;
}

.eon-de-footer__bottomline {
  margin-top: 3.6rem;
}
.eon-de-footer__bottomline__left {
  width: 70%;
  height: .4rem;
  background-color: #1ea2b1;
}
.eon-de-footer__bottomline__right {
  width: 15%;
  height: .4rem;
  background-color: #ea1b0a;
}
.eon-de-footer__bottomline__narrow-right {
  width: 15%;
  height: .4rem;
  background-color: #b00402;
}