:root {
	--street-point-grey: #e2d2bc;
	--street-point-blue: #428bca;
	--street-point-green: #a7cc46;
}


.cookiebar{
	box-sizing:border-box;
	position:fixed;
	left:0;
	width:100%;
	padding:.6em 1.2em;
	background-color: #666;
	color:#fff;
	font-size:1em;
	text-align:center;
	z-index:1000;}

.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__message,.cookiebar__text{margin-right:1.5em}

.cookiebar__link{color:#fff;text-decoration:underline}

.cookiebar__link:hover{text-decoration:none}

.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color: var(--street-point-blue);color:#fff;font-weight:700;cursor:pointer}

.cookiebar__button:hover{background-color: var(--street-point-blue);}

.cookiebar__analytics{margin-right:1.5em}

.cookiebar__analytics-label{cursor:pointer}

.cookiebar__analytics-checkbox{margin-right:5px}