/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    right: 0.1rem;
    bottom: 0.5rem; 
    padding: 1rem;
    background:#AF0421;
    width: 100%;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 20px;
    margin-bottom: .5rem;
    font-weight: unset;
}
.gdprcookie h2 {
    font-size: 1.1em;
}
.gdprcookie a {
    color: inherit;
}
.gdprcookie p {
    font-size: 15px !important; 
    font-weight: unset;
    margin-top: 10px;
}
.gdprcookie span {
    font-size: 20px;
    padding-bottom: .5rem;
    font-weight: unset;
}

/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 16px;
    padding: 0.3rem;
    border: solid 0.05rem currentColor;
    border-radius: 0.15rem;
    margin: 0 0.4rem;
    background: #404040;
    cursor: pointer;
}
.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;
}