/*.cookiebanner_noticeBG {
	display: none;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 0%;
	height: 0%;
	z-index: 10000;
	padding: 25px;
	margin: 0;
}*/
.cookiebanner_userNotice {
	display: none;
	position: fixed;
	height: auto;
	width: 100%;
	background-color: #000;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
	padding: 25px;
	opacity: .8;
	color: #FFF;
	text-align: center;
}
.cookiebanner_userNotice a {
	color: #FFF;
	text-decoration: underline;
}
.cookiebanner_userNotice a:hover {
	color: #FFF;
	text-decoration: none;
}

.cookiebanner_noticeTitle h2 {
	margin-top: 0;
	padding: 10px;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 00 !important;
	text-align: center;
}

.cookiebanner_closeBtn {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	float: right;
}

.cookiebanner_btn {
	display: table;
	padding: 6px 12px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.cookiebanner_btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
