:root {
  /* color preset */
  --mainColor: #548235;
  --mainDarkColor: #DDE6D7;
  --mainLightColor: #F2F5EF;
  --subColor: #EA8B00;
}
header h1 {
  background-image: url(../img/theme/toplogo_3.png);
}
nav#global-nav li a:hover {
  background: #365224;
}
.breadcrumb {
  background: #D8DED4;
}
.top-items a span {
  background: rgba(84, 130, 53, 0.7);
}
.whats_new_wrapper {
  background: #F2F5EF;
}
.whats_new_wrapper #filter-form label.active {
  background: #79497E;
}
footer .to-top {
  background-image: url(../img/theme/pagetop_en.png);
}
footer .centering::before {
  background-image: url(../img/theme/footer_en.png);
}
.page-title::after {
  background-color: rgba(84, 130, 53, 0.15);
}

@media only screen and (max-width:800px) {
  .site-config .lang-switch a.active {
    background: #365224;
  }
}