/* GDPR Cookie dialog */
.gdprcookie {
  position: fixed;
  color: black;
  font-size: 0.8em;
  line-height: 1.5em;
  left: 0;
  right: 0;
  top: 25%;
  height: auto;
  margin: auto;
  width: 50em;
  max-width: 90%;
  padding: 30px;
  background: #f3f2f1;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 5px;
  border-radius: 2px;
}

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

.gdprcookie p {
  font-size: 16px;
  margin-bottom: 25px;
}

.gdprcookie label {
  color: silver;
}

.gdprcookie h1,
.gdprcookie h2 {
  color: black;
  font-size: 2em;
  margin-bottom: 0.5rem;
  display: inline-block;
  width: auto;
  margin-left: 15px;
}

.gdprcookie h2 {
  font-size: 1.2em;
  text-align: center;
  display: inline-block;
  text-shadow: lime 0 0 10px, white 0 0 20px;
  margin: 0;
  margin-bottom: 25px;
}

.gdprcookie a {
  color: inherit;
}

/* GDPR Cookie buttons */
.gdprcookie-buttons {
  text-align: center;
}

.gdprcookie-buttons button {
  color: black;
  font-family: inherit;
  font-size: 1em;
  padding: 7px 20px;
  border: solid 2px darkgreen;
  border-radius: 5px;
  margin: 0 0.5rem;
  background: white;
  cursor: pointer;
}
.gdprcookie-buttons button.default {
  background: darkgreen;
  color: white;
}

.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;
}

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

/* GDPR Cookie mobile */
@media (max-width: 575.98px) {
  .gdprcookie {
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    font-size: 0.95em;
  }
  .gdprcookie h1 {
    font-size: 1.4em;
    margin-left: 8px;
  }
  .gdprcookie p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .gdprcookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .gdprcookie-buttons button {
    font-size: 1.1em;
    padding: 14px 20px;
    margin: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=gdpr-cookie.css.map */
