.infoPage{
  min-height: calc(100 * var(--vh) - var(--menuh) - var(--footerh));
}

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