/* ------ FOOTER ------ */
footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,373737+100 */
    background: rgb(85,85,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(85,85,85,1) 0%, rgba(55,55,55,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(85,85,85,1) 0%,rgba(55,55,55,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(85,85,85,1) 0%,rgba(55,55,55,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
    text-align: center;
	padding: 1.875rem 0 0;
	margin-top: 0;
    color: #fff;
}

footer .columns {
	text-align: left;
}

footer .columns > div {
	font-size: 0.875rem;
}

footer .button {
    background-color: #fff;
    color: #000;
}

footer a,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
    color: #fff;
}

footer h3 {
	font-size: 1.5rem;
	margin-top: 1.5rem;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .columns:first-child,
footer .large-12.columns {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;		
}

footer .large-12 {
	text-align: center;
}

footer ul {
	list-style: none;
	border-bottom: 1px solid #ffffff;
	margin: 0.8rem 0 0 0;
}

footer ul li {
	border-top: 1px solid #ffffff;
	padding: 0.2rem 0;
	margin: 0.1rem 0;
}
footer ul li a {
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
footer ul li a:hover {
	text-decoration: none;
	color: #ea8b03;
}

footer .logo {
	max-width: 176px;
	padding-top: 3px;
}


/* ------ MENU: FOOTER ------ */
.menu-footer {
    width: 100%;
    margin: 1.25rem 0;
	padding: 0.625rem 0;
}
.menu-footer ul {
	text-align: left;
	margin: 0 auto;
	position: relative;
	border: none;
}
.menu-footer ul li {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
	line-height: 15px;
	border: none;
}
.menu-footer ul li:after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ccc;
}
.menu-footer ul li.last:after {
    display: none;
}
.menu-footer ul li.last {
	margin-right: 0;
	padding-right: 0;
}
.menu-footer ul li > a {
	font-size: 0.875rem;
}
.igroup {
	font-size: 0.875rem;
}

.footer_maintenance a,
.footer_presentation a {
	padding-left: 1.5rem;
	position: relative;
}

.footer_maintenance a:before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: 0;
	top: 0;
	background-size: contain;
	background: url(../images/fernwartung-weiss.svg) no-repeat center center;
}

.footer_presentation a:before {
	content: "";
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	left: 0;
	top: 0;
	background-size: contain;
	background: url(../images/praesentation-weiss.svg) no-repeat center center;
}