.sitemapList{
  padding: 0px;
  list-style: none;
  display: block;
  margin-top: 1em;
}

.sitemapList li{
  display: block;
  margin-bottom: 1em;
}

.sitemapList li:last-child{
  margin-bottom: 0;
}

#privacy p, #cookie p{
  line-height: 1.5em;
}

#privacy a:hover, #cookie a:hover{
  text-decoration: underline;
}

#privacy ul, #privacy ol,
#cookie ul, #cookie ol{
  padding-left: 20px;
  line-height: inherit;
}

#privacy ul > li, #privacy ol > li,
#cookie ul > li, #cookie ol > li{
  list-style: inherit;
  line-height: inherit;
}

#privacy ul.romanList, #privacy ol,
#cookie ul.romanList, #cookie ol{
  list-style-type: lower-roman;
}

#privacy ul.lettersList, #privacy ol.lettersList,
#cookie ul.lettersList, #cookie ol.lettersList{
  list-style-type: lower-alpha;
}

#privacy ul.squareList, #privacy ol.squareList,
#cookie ul.squareList, #cookie ol.squareList{
  list-style-type: square;
}

.infoPage a{
  word-break: break-word;
}

#sitemap ul li{
  margin: 0.8rem 0;
}

#sitemap a:hover{
  text-decoration: underline;
}