/* GDPR Cookie dialog */

.gdprcookie {
  position: fixed;
  color: white;
  font-size: .9em;
  line-height: 1.5em;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  padding: 15px;
  background: black;
  z-index: 9999;;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: 15px;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
  margin-top:20px;
    text-align: left;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: 0.1rem;
    border: solid 1px currentColor;
    border-radius: -0.05rem;
    background: none;
    cursor: pointer;
    margin-right: 10px;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

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

@media(max-width:760px){
    .gdprcookie-intro p {
        width:90%;
        font-size:14px;
        line-height:120%;
    }
    .gdprcookie h1, .gdprcookie h2{
        font-size: 15px;
    }
    .gdprcookie-buttons button{
        font-size: 13px;;
    }
}