/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: black;
    font-size: .8em;
    line-height: 1.5em;
    right: 0.1rem;
    bottom: 0.1rem;
    padding: 20px;
    background: #d0d0d0;
}

.gdprcookie h1,
.gdprcookie h2 {
    font-size: 20px;
    margin-bottom: .5rem;
}

.gdprcookie h2 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.gdprcookie a {
    color: inherit;
}

.gdprcookie p {
    font-size: 17px;
    line-height: 22px;
}

.gdprcookie .gdprcookie-intro,
.gdprcookie .gdprcookie-buttons,
.gdprcookie-types {
    margin: 0 auto;
    width: 86%;
    padding: 0 20px;
}

.gdprcookie .cookies_left {
    float: left;
}

.gdprcookie .cookies_right {
    float: right;
}

.gdprcookie .gdprcookie-buttons button {
    background: #ff9b00;
    color: #fff;
    text-shadow: none;
    font-weight: 500;
    padding: 10px 14px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    margin: 0;
}

.gdprcookie .gdprcookie-buttons button:hover {
    opacity: 0.7;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}

.gdprcookie-buttons button {
    color: black;
    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(62, 136, 126, 0.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: 33%;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}