.tematik_manualnav ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.tematik_manualnav li + li {
  margin-top: 0.375rem;
}

.tematik_manualnav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #151515;
}

.footerSite .tematik_manualnav a {
  color: #fff;
}

.tematik_manualnav a figure {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: block;
  margin-bottom: 0;
  margin-right: 1rem;
  width: 4rem;
  min-height: 4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tematik_manualnav a span {
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tematik_manualnav a:hover {
  color: #D31B21;
}

.tematik_manualnav li.active a {
  color: #D31B21;
}
