/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #000;
    font-size: .8em;
    line-height: 1.5em;
    bottom: 0;
    width: 98%;
    padding: 1.5rem;
    background: #f1f1f1;
    opacity: 0.95;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999999999999;
    box-shadow: 0px 0px 15px #000;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 24px;
    margin-top: 0;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}

.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: 1rem;
}
.gdprcookie p {
    margin-bottom: 1rem;
    line-height: 1.75em;
    width: 98%;
}



/* GDPR Cookie buttons */

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

/* GDPR Cookie types */

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


@media only screen and (max-width: 960px) {
    .gdprcookie {
        position: fixed;
        color: #000;
        font-size: .8em;
        line-height: 1.5em;
        bottom: 0;
        width: 98%;
        padding: 1.5rem;
        background: #f1f1f1;
        opacity: 0.95;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 9999999999999;
        box-shadow: 0px 0px 15px #000;
    }
    .gdprcookie-types li {
        float: none;
    }
    .gdprcookie h1,
    .gdprcookie h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .gdprcookie p {
        width: 90%;
    }
}
