.cookiebar {
  background: #ea100a;
  padding: 15px 25px;
  font-size: 15px;
  line-height: 22px;
  bottom: 0;
  top: inherit;
  z-index: 99999;
}
.cookiebar .cookiebar__text {
  margin-right: 50px;
}
.cookiebar .cookiebar__text .cookiebar__link {
  text-decoration: underline;
}
.cookiebar .cookiebar__text .cookiebar__link:hover {
  text-decoration: none;
}
.cookiebar .cookiebar__text .cookiebar__link, .cookiebar .cookiebar__text .cookiebar__message {
  color: white;
}
.cookiebar .cookiebar__text .cookiebar__message {
  margin-right: 0px;
}
.cookiebar .cookiebar__button {
  background: white;
  color: #000;
  padding: 3px 45px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 0;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 980px) {
  .cookiebar .cookiebar__text {
    max-width: 330px;
    text-align: left;
  }
}
@media (max-width: 670px) {
  .cookiebar .cookiebar__text {
    text-align: center;
    margin-right: 0;
    display: block;
    max-width: none;
  }
  .cookiebar .cookiebar__button {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  .cookiebar {
    padding: 10px 15px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Fusers%2Fbauer-beelitz%2Fwww%2Ffiles%2Fthemes%2Fbeelitz2019%2Fcss%2Fcookiebar.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */