@charset "UTF-8";

#cookie-law {
	width:100%;
    max-width: 640px;
    margin: 0;
    padding: 2rem;
    background: #5b4a40;
    position: fixed;
    z-index: 150;
    left: 2rem;
    bottom: 2rem;
	box-sizing: border-box;
	box-shadow: -2px 0px 18px -3px rgba(0,0,0,0.8);
}

#cookie-law p {
    font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size:1rem;
	line-height:1.25rem;
    text-align: left;
    color: #fff;
    margin: 0;
}

#cookie-law p a {
    color: #fff;

}

#cookie-law span.okay{display:block;
	background:#fff;
	margin:1rem auto;
	padding:.75rem;
	color:#646363;
	width:30%;text-align: center;
}

@media (max-width: 767px) {
#cookie-law {	
left: 0rem;
    bottom: 0rem;	
}
	
	#cookie-law p {

font-size: 0.875em;
    line-height: 1.3rem;
	}
	#cookie-law span.okay{
		width:60%;
		display:block;
	text-align: center;
		
		padding:.5rem
	
}
}