aside#cookie-information * {
  display: inline-block;
  text-shadow: black 0px 0px 5px;
}
aside#cookie-information {
  display: block;
  position: fixed;
  color: #ffffff;
  width: 100%;
  height: 0;
  padding: 0;
  bottom: 0;
  z-index: 5000;
  text-align: center;
  overflow: hidden;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}
aside#cookie-information a {
  text-decoration: none;
}
aside#cookie-information a:hover {
  text-decoration: underline;
  color: #ffffff;
}
aside#cookie-information {
  background-color: rgba(0, 0, 0, 0.8);
}
.transition {
  transition: all 1s ease;
}
.cookie-information-open aside#cookie-information {
  height: auto;
  padding: 18px 10px;
}
aside#cookie-information span {
  margin-right: 30px;
  margin-left: 30px;
}
aside#cookie-information #allow-cookies {
  cursor: pointer;
  background-color: #ffffff;
  padding: 5px 10px;
  font-weight: 700;
  margin-left: 10px;
  color: #50a932;
  text-shadow: none;
}
aside#cookie-information #allow-cookies:hover {
  color: #ffffff;
  background-color: #50a932;
}
