#footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.8rem;
}

#footer-wrapper a {
	color: #a0a0a0;
}

footer {
	margin-top: 1.5rem;
	padding: 0.3rem 0;
	font-size: 0.8rem;
	color: #a0a0a0;
	background-color: #ebebeb;
}

#after-footer {
	height: 1rem;
	border-top: 0.2rem solid #fff;
	background-color: #d9d9d9;
}

/****** +Cookie banner ******/
.cookie-notice-container { position: fixed; bottom: 0; left: 0; height: auto; width: 100%; background: #b7b7b7; color: #fff;padding: 6px 0; display: none; z-index: 999; text-align: center; opacity: 0.95; }
.cookie-notice-container button { margin-left: 20px; }

.cookie-notice-container a {
	margin-left: 30px;
	text-decoration: underline;
	color: #fff;
}