/* 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: 570px;
    padding: 1rem;
    background: rgba(0,0,0,0.9);
	z-index :1000;
}
a.cookielaw {  position: fixed;  bottom: 0;
    left: 15px;   padding: 5px 10px 2px;    background: #e91e2a;
    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: 10; font-size: 13px;}
.gdprcookie p{text-align:center;color:#fff;
font-size: 14px;  font-family: 'Lato-Regular', sans-serif;line-height:18px;}
.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 {	margin-top:0;
    font-size: 1.2em !important;
    margin-bottom: .5rem;text-align:center;text-transform:uppercase;
}
.gdprcookie h2 {
    font-size: 1.2em;
}
.gdprcookie a {
    color: inherit;
}


/* GDPR Cookie buttons */

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