div.cookie-consent{
	z-index: 10000;
	background-color: #ED6B1E;
    position: fixed;
    bottom: 0px;
	width: 100%;
	height: 75px;
	text-align: center;
    font-size: 18px;
	font-family: MontserratRegular;
	padding: 25px;
}

span.cookie-consent__message{
	position: absolute;
	left: 25px;
	color: white;
}

a.cookie-consent__link:focus,
a.cookie-consent__link:hover {
    color: white;
    text-decoration: underline;
    background-color: transparent
}

a.cookie-consent__link{
	font-family: MontserratLight;
	color: white;
	text-decoration: underline;
}

button.cookie-consent__agree.active,
button.cookie-consent__agree:active,
button.cookie-consent__agree:hover{
	color: white;
	background-color: #ED6B1E;
	text-decoration: none;
	border: 1px solid white;
}

button.cookie-consent__agree:focus,
button.cookie-consent__agree{
	position: relative;
	/*right: 0px;*/
	padding: 10px 20px;
	
	border: 1px solid #ED6B1E;
	border-radius: 6px;
	color: #ED6B1E;
	text-decoration: none;
	background-color: white;
	text-align: center;
	font-size: 18px;
	min-width: 120px;
}

