/* GDPR Cookie dialog */

.gdprcookie {
    z-index: 99999999;
    position: fixed;
    color: 000;
    font-size: .6em;
    line-height: 1.8em;

    left: 1.5rem;
    bottom: 1.5rem;
    max-width: 45em;
    padding: 1.4rem;
    background: #F7EBE4;
}
.gdprcookie h1,
.gdprcookie h2 {
    color: 000;
    font-size: 1.2em;
    margin-bottom: .5rem;margin-top:0;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: #620707;
}

.gdprcookie p {
    font-size: 1em;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: #623D22;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem #E3BEA6;
    border-radius: .15rem;
    margin: 0.5rem;
    background:none;
	cursor: pointer;
/*zuza*/
	background-color:#fff;
	box-shadow:none;
}
.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;
}