.cookies {	display: none;	position: fixed;	z-index: 11;	background: rgba(0,0,0,.5);	width: 35%;	height: 15%;	bottom: 0;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;  	border-radius: 0px 10px 0px 0px;}.cookiebutton {	position: absolute;	font-family: "Genos", sans-serif;	font-style: regular;	font-size: 1.0vw;	color: white;	border: none;	padding: 2% 4%;	cursor: pointer;	background-color: #28B463;	bottom: 3%;	right: 2%;	-moz-border-radius: 10px;	-webkit-border-radius: 10px;  	border-radius: 10px;}.cookiebutton:hover {	opacity: 0.5;}