/* COOKIE BAR */
#cookie-bar {
	max-height: 320px;
	background: #f3f3f3;
	padding: 15px 0px;
	border-bottom: 1px solid #d3d3d3;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	overflow: visible;
	transition: 1s;
}
#cookie-bar p {
	max-width: 1230px;
	margin: auto;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
}
#cookie-bar .cb-enable {
	background: #c00;
	max-width: 160px;
	padding: 7px 0px;
	color: #fff;
	margin: auto;
	margin-top: 15px;
	cursor: pointer;
	font-weight: 400;
	transition: .2s;
	display:block;
}

/* TOOLTIP */
 .hint--right:after, .hint--left:after {
	bottom:auto;
	top:0;
}
.hint--right:after,.hint--right:before {
	left:90%;
}
.hint--left:after,.hint--left:before {
	right:98%;
}
[class*="hint--"]::after {
	font-size:0.8rem;
}