/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: calc(100% - 2rem);
    max-width: 380px;
    padding: 1rem;
    background: #404040;
    z-index:10;
}

    .gdprcookie.too-big {
        position: absolute;
        top: 1.5rem;
        bottom: initial;
    }

    .gdprcookie, .gdprcookie h1, .gdprcookie h2 {
        color: white;
    }

        .gdprcookie h1, .gdprcookie h2 {
            margin-bottom: .5rem;
        }

        .gdprcookie h2 {
        }

        .gdprcookie a {
            color: inherit;
        }


/* GDPR Cookie buttons */

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

    .gdprcookie-buttons button {
        color: white;
        font-family: inherit;
        padding: .4rem;
        border: solid .05rem currentColor;
        border-radius: .15rem;
        margin: 0.75rem;
        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;
    padding: 0;
    margin: 0;
}

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

.gdprcookie-cookietypeslist label {
    font-weight: bold;
}

.gdprcookie-cookietypedescription {
    margin-left: 25px;
    margin-bottom: 5px;
}

.gdprcookie-cookielist {
    margin-left: 25px;
    margin-bottom: 5px;
}

.gdprcookie-cookiename {
    font-weight: bold;
}

@media all and (min-width:1px) and (max-width:480px) {
    .gdprcookie {
        margin: 0;
        right: 0;
        bottom: 0;
        max-width: none;
    }
}
