body {
  margin: 0;
  padding: 0;
}

.banner-eu-cookies {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.banner-eu-cookies button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1.5px solid #000;
  cursor: pointer;
  padding: 4.5px 7.5px;
  margin: 0px 0px 3px 13px;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.05s, color 0.05s, border-color 0.05s;
}

.banner-eu-cookies button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}

h1, h2, h3 {
  word-break:break-word;
}