@charset "utf-8";
/* CSS Document */

/* for biodiversity */

.content .main-content .header .mod-page-title h1 span {
  border: none;
  padding: 0;
  margin-left: 0;
  color: #000;
  vertical-align: inherit;
  background: none;
}
.content .main-content .mod-section-title h2 {
  line-height: 1.5em;
}

.content .main-content h3 {
  background-color: #6ac8c8;
  padding: 0.5em 1em;
}

ul.list-activitytitle {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 25px;
}

ul.list-activitytitle li {
  background-color: #4c9ea6;
  border-radius: 10px;
  color: #fff;
  flex: 0 0 calc(20% - 28px);
  font-size: 1.2em;
  margin-bottom: 15px;
  margin-right: 10px;
  min-height: 13em;
  padding: 10px;
}

ul.list-activitytitle li:nth-child(5) { margin-right: 0; }

ul.list-activitytitle li .number {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
}

ol.list-overview {
  list-style-type: decimal;
  margin-left: 2em;
}

ol.list-overview li {
  margin-top: 1em;
}

.theme { margin-top: 20px; }

.theme img { width: 100%; }