.GDPR-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #1b1e35;
  color: white;
  padding: 20px;
  width: 100%;
  display: none;

  #accept-cookies-button {
    padding-bottom: 0;
  }
}
