/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #0E0A00;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 23em;
    padding: 1rem;
    background: #EDE7DF;
    z-index: 100000000;
    /*border: 2px solid #0E0A00;*/
    font-family: 'Inter', sans-serif!important;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em!important;
    margin-bottom: .5rem;
    color: #0E0A00;
    font-family: 'Inter', sans-serif!important;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    font-family: 'Inter', sans-serif!important;
    color: #B99239!important;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    display: flex;
    justify-content: center;
}
.gdprcookie-buttons button {
    color: white;
    font-family: 'Inter', sans-serif!important;
    font-size: 0.8em;
    padding: .4rem;
    /*/border: solid .05rem currentColor;/*/
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
    border: 1px solid #B99239;
    width: 120px;
    justify-content: center;

}
.gdprcookie-buttons button:disabled {
    color: #B99239;
    opacity: 0.5;
}

.gdprcookie .btn{
    color: #B99239;
    border: 2px solid #B99239;
}

/* GDPR Cookie types */

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}
.gdprcookie-types li {
    display: block;
    list-style: none!important;
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
    opacity: 1!important;
    position: relative;
}

@media handheld, only screen and (max-width: 575px) {
    .gdprcookie {
        right: 0;
        margin: 0 15px;
    }
}
