/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: 0.75em;
    line-height: 1.25em;
    left: 1.5rem;
    bottom: 1.5rem;
    max-width: 48em;
    padding: 1rem 1rem;
    background: #0F3926;
    z-index: 200;
  	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
}
.gdprcookie h1 {
    font-size: 1.35em;
    margin-bottom: .75rem;
}
.gdprcookie h2 {
    font-size: 1.0em;
    margin-top: 1em;
    margin-bottom: 0.3em;
}
.gdprcookie a {
    color: inherit;
    font-weight: bold;
}
.gdprcookie-intro a:hover {
  color: white;
  text-decoration: underline;
}

.gdprcookie ul {
  margin-bottom: 0.5em;
}

.gdprcookie ul li label {
  font-size: 1em;
  margin-bottom: 0.4em;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
    padding-top: 0.25em;
}
.gdprcookie-buttons button {
    background: #F69328;
    color: white;
    font-size: 13px;
    font-family: "Nexa";
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 20px 8px;
    border-radius: 50px;
    box-shadow: 3px 1px 5.46px 1.54px rgb(145 144 144 / 16%);
    text-shadow: 3px 1px 5.46px rgb(145 144 144 / 16%);
    position: relative;
    overflow: hidden;
    display: inline-block;
    float: left;
    border: 0;
    transition: background 0.2s;
    cursor: pointer;
  }
  .gdprcookie-buttons button:hover {
    background: #FF5C3E;
  }
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}
.gdprcookie-buttons button.accept-selected {
  margin-left: 12px;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.gdprcookie-buttons button.accept-selected:hover {
  background: #FF5C3E;
    border-color: #FF5C3E;
}

/* 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 li:first-of-type {
  display: none;
}
.gdprcookie-types label {
  cursor: pointer;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}

@media(max-width: 1900px) {
  .gdprcookie h1, .gdprcookie h2 {
    font-size: 1.3em;
  }
  .gdprcookie {
    line-height: 1.3em;
    font-size: 0.9em;
  }
}

@media(max-width: 1600px) {
  .gdprcookie {
    left: 1rem;
    bottom: 1rem;
    padding: 0.8rem 0.8rem;
  }
}

@media(max-width: 769px) {
  .gdprcookie {
    left: 0;
    bottom: 0;
    max-width: unset;
    width: 100%;
    font-size: 0.75em;
    box-sizing: border-box;
  }
  .gdprcookie h1, .gdprcookie h2 {
    font-size: 1.15em;
  }
  .gdprcookie h2 {
    margin-top: 0.5em;
  }
  .gdprcookie-buttons button {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    float: unset;
  }
  .gdprcookie-buttons button.accept-selected {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
