#my-cookie{
  background-color: #e68a00 !important;
  border-radius: 15px;
  padding-top: 5px;
  padding-bottom: 1px;
  padding-left: 20px;
  padding-right: 20px;

  height: auto;
  width: auto;
  margin-left: 50px;
  margin-right: 50px;
}

#btnCookie {
  background-color: #00cc44;
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 8px;
}

.hinweis{
  margin-top: 10px;
}
.hidden{
  display: none;
}
