.footer-fixed {
	position: fixed;
	z-index: 9100;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 12px;
	color: #dddddd;
}

.footer-fixed-contact {
	display: none;
}

.footer-fixed-contact,
.footer-fixed-contact:visited,
.footer-fixed-contact:active,
.footer-fixed-contact:hover {
	width: 100%;
	min-height: 30px;
	padding: 6px 20px 4px;
	background-color: rgba(231, 62, 30, .9);
	box-sizing: border-box;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

.footer-fixed-contact .acms-icon-config_mail {
	font-size: 16px;
}

.footer-fixed-cookieconsent {
	display: none;
	min-height: 30px;
	width: 100%;
	padding: 6px 20px 4px;
	box-sizing: border-box;
	background-color: #464646;
}

.footer-fixed-cookieconsent .accept-cookie {
	margin: 0 20px;
	padding: 4px 12px;
	border: none;
	border-radius: 3px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #dddddd;
	background-color: #45AE52;
	cursor: pointer;
}

.footer-fixed-cookieconsent .accept-cookie:hover {
	background-color: #65CE72;
}

.footer-fixed-cookieconsent a,
.footer-fixed-cookieconsent a:active,
.footer-fixed-cookieconsent a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #dddddd;
}

.footer-fixed-cookieconsent a:focus,
.footer-fixed-cookieconsent a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
}

@media screen and (max-width:976px) {

	.footer-fixed-contact {
		display: block;
	}
}