/* GDPR Cookie dialog */

@font-face {
  font-family: "Stolzl_book";
  src: url("../fonts/Stoltz/Stolzl_book.otf") format("opentype");
  font-style: normal;
}

.gdprcookie {
  position: fixed;
  color: #000000;
  left: 30vw;
  bottom: 12px;
  width: 40vw;
  padding: 12px;
  background: #094547;
  z-index: 100000;
  font-family: "Stolzl_book";
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #E6B863;
}

.gdprcookie h1,
.gdprcookie h2 {
  font-size: 18px;
  margin-bottom: 12px;
  color: white;
  font-family: "Stolzl_book";
  ;
}

.gdprcookie h1 {
  margin-top: 6px;
  color: white;
  font-family: "Stolzl_book";
}

.gdprcookie p {
  margin-top: 6px;
  color: white;
  font-family: "Stolzl_book";
}

.gdprcookie h2 {
  font-size: 16px;
}

.gdprcookie a {
  color: inherit;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
  text-align: center;
}

.gdprcookie-buttons button {
  color: #E6B863;
  cursor: pointer;
  font-size: 48px;
  border: 1px solid #E6B863;
  border-radius: 4px;
  font-size: 18px;
  background: #094547;
  text-transform: uppercase;
  padding: 16px 20px 10px 20px;
  text-decoration: none;
  outline: none;
  margin: 12px 6px 0;
  font-family: "Stolzl_book";
}

.gdprcookie-buttons button:disabled {
  color: rgba(255, 255, 255, 0.5);
}

/* 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;
  color: white;
  font-family: "Stolzl_book";
}

.gdprcookie-types input[type="checkbox"] {
  margin-right: 0.25rem;
}