.cookiebar {
	box-sizing: border-box;
	position: fixed;
	left: 0;
	width: 100%;
	padding: 0.6em 1.2em;
	background-color: #fff;
	opacity:0.9;
	box-shadow:0 27px 22px -8px rgba(0, 0, 0, 0.32);
	color: #0D4985;
	font-size: 1em;
	text-align: center;
	z-index: 100000000000000000000;
}
.cookiebar * {
	box-sizing: border-box;
}
.cookiebar--active {
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.cookiebar--position-top {
	top: 0;
}
.cookiebar--position-bottom {
	bottom: 0;
}
.cookiebar__text, .cookiebar__message {
	margin-bottom: 0.5em;
	display:block;
	width: 100%;
}
.cookiebar__link {
	white-space: nowrap;
	font-size: 0.7em;
	padding: 4px;
	color: #fff;
	background-color: #0D4985;
	text-decoration: no-underline !important;
}
.cookiebar__link:hover {
	color: #fff;
	text-decoration: no-underline !important;
}
.cookiebar__button {
	margin: 0.6em;
	padding: 0.6em 1em;
	border: none;
	border-radius: 0;
	background-color: #0D4985;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}
.cookiebar__button:hover {
	/*background-color: #3e824a;*/
}
