.cookiebar {
  z-index: 100;
}
.cookiebar-active #wrapper {
  margin-bottom: 165px;
}

.cookiebar button {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  margin-top: 4px;
  border: solid 1px #e4590c;
  text-align: center;
  background-color: transparent;
  color: #e4590c;
  letter-spacing: 0.2rem;
  font-size: 18px;
  padding: 23px 23px;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 862px) {
  .cookiebar button {
    width: 100%;
  }
}
.cookiebar button.button--close {
  border-color: #bfbfbf;
  color: #bfbfbf;
}
@media screen and (min-width: 863px) {
  .cookiebar button.button--close {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 862px) {
  .cookiebar button.button--close {
    margin-top: 1rem;
  }
}
.cookiebar button.button--close:hover {
  color: #e4590c;
}
.cookiebar button:hover {
  background-color: #e3e3e3;
}
.cookiebar .cookiebar__text {
  text-align: left;
}

/*# sourceMappingURL=cookiebar.css.map */
