footer{
	/*position: fixed;*/
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
}
/* Hautpattribute des Footers */
.footer-haupt-container{
	border-top-style: solid;
	border-top-color: rgb(72,209,204);
	background-color: white;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 10px 50px 10px 50px;

}

/* Attribute des kompletten linken Teils*/
.footer-links-container{
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.footer-links-links{
	color:  rgb(115,115,115);
	margin: 20px 0 12px;
}
.footer-links-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  rgb(115,115,115);
}
.footer-Firmen-name{
	color:   rgb(115,115,115);
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Attribute des kompletten mittleren Teils*/
.footer-mitte-container{
	display: inline-block;
	vertical-align: top;
	width: 35%;
}
.footer-mitte-container i{
	background-color: rgb(115,115,115);
	color: rgb(72,209,204); 
	font-size: 18px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-mitte-container i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}
.footer-mitte-container p{
	display: inline-block;
	color:  rgb(115,115,115);
	vertical-align: middle;
	margin:0;
}
.footer-mitte-container p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}
.footer-mitte-container p a{
	color:   rgb(115,115,115);
	text-decoration: none;
}
/* Attribute des kompletten rechten Teils*/
.footer-rechts-container{
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.footer-Firmeninfo{
	line-height: 20px;
	color:   rgb(115,115,115);
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-Firmeninfo span{
	display: block;
	color:  rgb(115,115,115);
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-impressum
{
	color:   rgb(115,115,115);
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}

.footer-icons{
	margin-top: 25px;
}

.footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: rgb(115,115,115);
	border-radius: 2px;

	font-size: 20px;
	color: rgb(72,209,204);
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

@media (max-width: 880px) {

	.footer-haupt-container .footer-links-container,
	.footer-haupt-container .footer-mitte-container,
	.footer-haupt-container .footer-rechts-container{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-haupt-container .footer-mitte-container i{
		margin-left: 0;
	}

}