/* GDPR Cookie dialog */

.gdprcookie {
  position: fixed;
  color: #000;
  font-size: 1em;
  line-height: 1.5em;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2rem;
  background: rgba(255,255,255,.9);
  border-top: #cc9f66 5px solid;
  z-index: 1;
}
.gdprcookie h1,
.gdprcookie h2 {
  font-size: 2em;
  margin-bottom: 1rem;
}
.gdprcookie h1 {
  color: #cc9f66;
}
.gdprcookie h2 {
  font-size: 1.2em;
}
.gdprcookie a {
  color: inherit;
}
.gdprcookie-intro {
  padding-bottom: 1.5em;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
  text-align: center;
}
.gdprcookie-buttons button {
  color: black;
  font-family: inherit;
  font-size: 1em;
  padding: .4rem;
  border: solid .05rem currentColor;
  border-radius: 0;
  margin: 0 .5rem;
  background: none;
  cursor: pointer;
}
.gdprcookie-buttons button:disabled {
  color: rgba(0,0,0,.5);
}

.gdprcookie-buttons .accept {
  color: white;
  background: #cc9f66;
}

/* GDPR Cookie types */

.gdprcookie-types ul {
  overflow: hidden;
  padding: 0;
  margin: 0 0 1rem;
}
.gdprcookie-types li {
  display: block;
  list-style: none;
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}
.gdprcookie-types input[type=checkbox] {
  margin-right: .25rem;
}
