/* GDPR Cookie dialog */

.gdprcookie {
position: fixed;
color: white;
font-size: 0.9em;
line-height: 1.7;
right: 1.5rem;
bottom: 1.5rem;
max-width: 25em;
padding: 1.5rem;
background: #171614de;
border: solid 1px #a5a5a5;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .5rem 0.8rem;
    border: solid 1px #f9b633;
    border-radius: 5px;
    margin: 0 .5rem;
    background-color: transparent;
    cursor: pointer;
}
.gdprcookie-buttons button:hover {
    background: #f9b633;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.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: .25rem;
}