.cookiepolicy {
	background: #fff;
	bottom: 0;
	font: 18px 'EB Garamond', serif;
	color: #bf9b30;
	left: 0;
	padding: 15px 50px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1000000000000000000000;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.75);
}

.cookiepolicy .button {
	background: #bf9b30;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	margin-left: 5px;
	padding: 5px 10px;
	z-index: 1000000000000000000000;
}

@media (max-width: 640px)
{
		.cookiepolicy 
		{
			font: 12px 'EB Garamond', serif;
			padding: 10px 35px;
		}
		..cookiepolicy .button
		{
			padding: 3px 6px;
		}
}

@media (max-width: 480px) 
{
	.cookiepolicy 
		{
			font: 10px 'EB Garamond', serif;
			padding: 10px 35px;
		}
}