html, body {
  height: 100%;
}

.bold {
  font-weight: bold;
}

a.nolink:link, a.nolink:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

li {
  padding-left: 0.5em;
  margin-left: 2em;
}

.opacityFrame {
  opacity: 0;
  transition: 2s opacity ease-out;
}

#cookie-banner-text {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #FFFFFF;
  color: #000000;
  z-index: 12;
  padding: 1em;
}

#cookie-banner {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.2);
  color: #000000;
  z-index: 10000000;
}
