@charset "UTF-8";

#cookie-law {
	width:100%;
    max-width: 100%;
    margin: 0;
    padding: 2rem;
    background: #5f913b;
    position: fixed;
    z-index: 13000;
    left: 0;
    top: 0;
}

#cookie-law p {
	font-family: 'Armata', sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: normal;
    text-align: left;
    color: #fff;
    margin: 0;
}

#cookie-law p a {
	font-family: 'Armata', sans-serif;
    color: #fff;
    text-decoration: underline;
	
}

.okay{
	font-family: 'Armata', sans-serif;

color: #5f913b;

background: #fff;

padding: 1rem;

position: absolute;

right: 5rem;

top: 1rem;
}