.tematik_sitemap {
  position: relative;
  z-index: 0;
}

.tematik_sitemap ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  display: block;
  padding-top: 0.5rem;
  margin: 0 0 0 2rem;
}

.tematik_sitemap ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 0.5rem;
  background-color: #BEBEBE;
}

.tematik_sitemap ul:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 100%;
  margin-top: -1.25rem;
  background-color: #BEBEBE;
  z-index: -1;
}

.tematik_sitemap li {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 1.25rem;
}

.tematik_sitemap li:before {
  content: '';
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 1.25rem;
  height: 0.125rem;
  background-color: #BEBEBE;
}

.tematik_sitemap a {
  display: inline-block;
  padding: 0 1rem 0 1rem;
  line-height: 2.5rem;
  background-color: #808080;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.4s, background-color 0.4s;
  -moz-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}

.tematik_sitemap > ul {
  margin-left: 0;
  padding-top: 0;
  background: none;
}

.tematik_sitemap > ul:before, .tematik_sitemap > ul:after {
  display: none;
}

.tematik_sitemap > ul > li {
  border: none;
  padding-left: 0;
}

.tematik_sitemap > ul > li:before, .tematik_sitemap > ul > li:after {
  display: none;
}

.tematik_sitemap > ul > li > a {
  background-color: #D31B21;
}

.tematik_sitemap > ul > li > a:hover {
  background-color: #dc494d;
}

.tematik_sitemap > ul > li > ul > li > a {
  background-color: #151515;
}

.tematik_sitemap > ul > li > ul > li > a:hover {
  background-color: #111111;
}

.tematik_sitemap > ul > li > ul > li > ul > li > a {
  background-color: #3D3D3D;
}

.tematik_sitemap > ul > li > ul > li > ul > li > a:hover {
  background-color: #313131;
}

.tematik_sitemap > ul > li > ul > li > ul > li > ul > li > a {
  background-color: #808080;
}

.tematik_sitemap > ul > li > ul > li > ul > li > ul > li > a:hover {
  background-color: #666666;
}
