#gc_cookie_consent_banner {
  display: none;
}

.gcusescookies_banner_block {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 25, 51, 0.88);
  color: #fefefe;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  flex-wrap: wrap;
}

.gcusescookies_text a {
  color: #bea96f;
}

.gcusescookies_banner_block button.gdpr-ok-button {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #005028;
  text-decoration: none;
  padding: 1rem 1rem;
  transition: all .2s ease-in;
  min-width: 6rem;
  text-align: center;
  cursor: pointer;
  border: solid 1px white;
}

.gcusescookies_banner_block button:hover.gdpr-ok-button {
  background-color: #ffffff;
  color: #005028;
}

@media only screen and (max-width: 82rem) {
  .gcusescookies_banner_block button.gdpr-ok-button {
    width: 100%;
  }
}
