/* GDPR Cookie dialog */

.gdprcookie {
      position: fixed;
    color: white;
    font-size: .8em;
    line-height: 1.5em;
    left: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1.5rem;
    background: #000;
    z-index: 1000;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
}
.gdprcookie h2 {
    font-size: 1.2em;
	    color: #fff;
}
.gdprcookie a {
    color: inherit;
}

.gdprcookie p{margin-bottom:15px;}

.gdprcookie label {
    font-size: 13px;
    color: #fff;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem #a70f15;
    border-radius: 0;
    margin: 0 .5rem;
    background: #b01016;
    cursor: pointer;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}

.gdprcookie-buttons button:last-child{background: #fff;
    color: #000;
    border: solid .05rem #fff;}


/* 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;
}