
.innerdivgdpr p{
color: white;
}


.innerdivgdpr{
position: fixed;
  bottom: 0;
  left: 0;

padding: 10px;
background-color: rgba(0,0,0,0.4);
display:none;
height:200px;
}

.closegdpr2 {
	border-radius: 100%;
}

/* The Close Button 
.closegdpr {
margin-left: 30px;
margin-right: auto;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
background-color: rgba(0,0,0,0); 
}


.closegdpr:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
} 
*/