@charset "UTF-8";

#cookie-law {
    width: 100%;
    margin: 0;
    padding: 2rem 1rem;
    background: #9C9D9F;
    position: fixed;
    z-index: 1255;
    left: 0;
    top: 0;
	box-sizing: border-box
}

#cookie-law p {
    font-family: 'Open Sans', sans-serif;
font-weight: 400;
	font-size:1rem;
    text-align: center;
    color: #fff;
    margin: 0;
}

#cookie-law p a {
    color: #fff;
    text-decoration: underline
}

#cookie-law span.okay{
	background:#fff;
	margin:0 1rem;
	padding:.5rem;
	color:#9C9D9F
}