/* GDPR Cookie dialog */

.gdprcookie {
    position: fixed;
    color: white;
    font-size: .8em;
    line-height: 1.5em;
      left:50%;
    top:50%;
	transform:translate(-50%, -50%);
    max-width: 540px;
    padding: 1rem;
    background: rgba(220,29,37,0.9);
	z-index :1000001;
}
a.cookielaw {  position: fixed;  bottom: 0;
    left: 15px;   padding: 5px 10px 2px;    background:rgb(220,29,37);
    color: #fff;   box-shadow: 0 3px 12px rgb(0 0 0 / 30%);
    border-top-left-radius: 5px;  border-top-right-radius: 5px;
    text-transform: uppercase;  cursor: pointer;    z-index: 1001; font-size: 13px;text-decoration:none;width:130px;}
.gdprcookie p{text-align:center;line-height:18px;
font-size: 14px;  }
.modal-open .gdprcookie{margin-left: -17px;}
.gdprcookie-buttons {display:flex;justify-content:center;}
.gdprcookie h1 img {
    filter: brightness(0) invert(1);
margin:0 auto;
display:block;
}
.gdprcookie h1,
.gdprcookie h2 {font-weight:bold;
	margin-top:0;
    font-size: 1.2em;
    margin-bottom: .5rem;text-align:center;text-transform:uppercase;color:#fff;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

.gdprcookie-buttons {
    text-align: center;
}
.gdprcookie-buttons button {
    color: #dc1d25 !important;
    font-family: inherit;
    font-size: 1em;
    padding: .35rem .86rem;
    border: solid .05rem #fff;
    border-radius: .15rem;
    margin: 0 .5rem 8px;
    background: #fff;
    cursor: pointer;text-transform:uppercase;
}
.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 li label{color:#fff;font-size: 14px;}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}
.gdprcookie .close {  position: absolute;  font-size: 21px;  width: 28px;
    height: 28px;  background: #fff;  border-radius: 50%;  line-height: 23px;
    text-shadow: none;  color: #dc1d25;  text-align: center;  top: 5px;
    right: 5px;   cursor: pointer;    opacity: 1;padding:0 0 5px 0;border:none}
	@media (max-width:768px){
	.gdprcookie{margin-left: 0;width: 95%;}
	a.cookielaw{bottom: 61px !important; left: 0;}
}