.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: 0;
	margin: 0;
}

.cookiebanner_userNotice * {
	box-sizing: border-box;
}

.cookiebanner_userNotice {
	display: none;
	position: fixed;
	height: auto;
	width: 100%;
	background-color: #f2f2f2;
	z-index: 10001;
	font-size: 15px;
	-moz-box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}

.cookiebanner_noticeTitle {
	display: table;
	width: 100%;
	background: #524470;
	padding: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.cookiebanner_noticeTitle h1, .cookiebanner_noticeTitle h2 {
	display: inline-block;
}
.cookiebanner_noticeTitle h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #fff;
}

.cookiebanner_closeBtn {
	font-size: 20px;
	color: #ffffff;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	float: right;
}

.cookiebanner_colorBar {
	height:5px !important;
}
.cookiebanner_colorBar img {
	width: 100%;
	display: block;
	height: 5px;
}

#cookiebanner_textContainer {
	margin: 0 auto;
	text-align: center;
}

.cookiebanner_noticeBody {
	padding: 10px 15px;
}

.cookiebanner_noticeBody h1, .cookiebanner_noticeBody h2, .cookiebanner_noticeBody h3{
	color: #A30234;
}

.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;
}
