.viacookie-block {
  top: auto;
  bottom: 20px;
  overflow: visible;
  left: 50%;
  width: calc(100% - 60px);
  transform: translateX(-50%);
  z-index: 10000;
}

.viacookie-block .viacookie-header {
  position: absolute;
  top: 0px;
  right: 5px;
}

.viacookie-block .viacookie-text {
  margin: 5px;
}

.viacookie-block .viacookie-buttons {
  margin-right: 20px;
}

.viacookie-block .viacookie-button {
  margin: 5px;
}

/* .viacookie-block::after {
  content: "";
  display: block;
  position: fixed;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.9;
  z-index: 999;
} */
