/* GDPR Cookie dialog */

.gdprcookie {
    background-color: #151E6F;
    border:solid:1px;
    position: fixed;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    z-index: 9999;
    max-width:600px;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
    margin-top:10px;
}

.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    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;
}

.gdprcookie-intro h1, .gdprcookie-types h2 {
    color: #ffffff;
    /*font: bold 1.5em Quicksand,sans-serif;
    margin-bottom: 1re;
    /*font: bold 1.5em Quicksand,sans-serif;
    margin-bottom: 1rem;*/
}



code {
    color: #ee4b5a;
    font: .8em monospace;
    background: #f7f7f7;
    padding: .15rem .25rem;
    border-radius: .15rem;
    border: .05rem solid #ebebeb;
}