.cookie_info {
  display: block;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.5em 5em 1.5em 5em;
  font-family: Arial;
  color: white;
}

.cookie_info h1 {
  font-size: 16px;
  border: 0;
}

.cookie_info span {
  display: inline-block;
  width: 80%;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  float: left;
}

.cookie_info p {
  margin: 0px;
}

.cookie_info a {
  color: inherit;
  font-weight: bold;
}

.cookie_info button {
  position: absolute;
  top: calc(50% - 15px);
  margin-left: 1em;
  width: 15ex;
  height: 30px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid black;
  border-radius: 0px;
}

.cookie_info button:hover {
  background: white;
}

.cookie_info_disable {
  transform: translatey(100%);
  transition: all 2s;
}