/* CONTAINER */
.cookienotice-container {
	font: inherit;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	padding: 5px; 
	left: 0;
	bottom: 0;
}

.cookienotice-content {
	position: relative;
	margin: 0 auto;
	display: block;
	clear: both;
	overflow: auto;
}

/* MESSAGE */
.cookienotice-page-link {
	position: absolute;
	bottom: 2px;
	left: 15px;
	text-decoration: underline;
}

.cookienotice-page-link:hover {
	text-decoration: underline;
}

.cookienotice-content h4 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}

.cookienotice-custom-message {
	font-weight: bold;
}

.cookienotice-message {
	color: #FFF;
	text-align: left;
}

/* BUTTON */
.cookienotice-button {
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 13px;
	margin-left: -20px;
	display: inline-block;
	border: 1px solid #fff;
	color: #FFF;
	line-height: 24px;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 16px;
}

.cookienotice-button:hover, .cookienotice-button:focus {
	color: #FFF !important;
}

.cookienotice-container .cookienotice-button:hover {
	color: #fff
}

.cookienotice-container a.cookienotice-button:active {
	color: #fff
}

/* BAR */
.cookienotice-bar {
	clear: both;
	width: 100%;
}

.cookienotice-bar-top {
	position: absolute;
	top: 0;
	left: 0;
}

.cookienotice-bar-bottom {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
}

.cookienotice-bar .cookienotice-content {
	width: 960px;
}

/* BOX */
.cookienotice-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

.cookienotice-box-top-left {
	left: 30px;
	top: 30px;
}

.cookienotice-box-top-right {
	right: 30px;
	top: 30px;
}

.cookienotice-box-bottom-right {
	right: 30px;
	bottom: 30px;
}

.cookienotice-box-bottom-left {
	left: 30px;
	bottom: 30px;
}