.tmwb-avg-balk {
    font-size: 0.8em;
    padding: 5px 15px;
    text-align: center;
}

.tmwb-avg-cookie {
  display: none;
  position: fixed;
  bottom: 25px;
  left: 25px;
  height: auto;
  width: auto;
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  box-shadow: 0px 5px 20px rgba(0,0,0,0.2);
  padding: 15px 30px;
  z-index: 9999999999;
  font-size: 0.9em;
  max-width: calc(100% - 50px);
  text-align: center;
}

.tmwb-avg-cookie input[type=checkbox] {
   vertical-align: middle;
  width: auto;
}

.tmwb-cookie-akk {
  padding: 2px 30px;
  border-radius: 10px;
  cursor: pointer;
}

.tmwb-cookie-akk:hover {
}