/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: #000;
    font-size: .8em;
    line-height: 1.5em;
    right: 1.5rem;
    bottom: 1.5rem;
    max-width: 25em;
    padding: 1rem;
    background: #f8f8db;
	border:2px solid #000;
	font-family:verdana;
	z-index:9999;
}
.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2em;
    margin-bottom: .5rem;
	color:#c00417;
	line-height:100%;
	padding-top:0px;
	margin-top:0px;
}
.gdprcookie h2 {
    font-size: 1.2em;
	padding-top:15px;
	padding-bottom:5px;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
	padding-top:10px;
}
.gdprcookie-buttons button {
    color: #fff;
    font-family: inherit;
    font-size: 1em;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
	background:#f6a800;
	border:2px solid #c00417;
	font-weight:bold;
}
.gdprcookie-buttons button:disabled {
    color: #cfcfcf;
}


/* 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;
}