.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 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;
}

#privacy td{
  padding: 1rem !important;
}

#privacy table, #privacy td{
  border: 1px solid var(--black);
}

.textContainer .titleLev3{
  margin-top: 2rem;
}

.textContainer .titleLev4{
  margin-top: 1.5rem;
}

.textContainer .titleLev5{
  margin-top: 1.25rem;
}

.textContainer .titleLev6{
  margin-top: 1.15rem;
}