/* GDPR warning */

#gdpr_warning {
  background: #FFFFE1;
  color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9000;
}

#gdpr_warning.invisible {
  display: none;
}

#gdpr_warning div {
  margin: auto;
  max-width: 1000px;
  padding: 5px 8px;
}

#gdpr_warning a {
  color: black;
  text-decoration: underline;
}

.gdprCloseButton {
  display: inline-block;
  margin: 0 3px 3px 3px;
  font-size: 1.65em;
  float: right;
  position: relative;
  top: -5px;
  cursor: pointer;
}
