@charset "UTF-8";
/* CSS Document */

.container-footer {
	width: calc(100% - 60px);
	height: auto;
	padding-top: 50px;
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
	padding-bottom: 30px;
}

.footer-spalte1 {
	width: 30%;
	display: inline-block;
	margin-right: 4%;
	vertical-align: top;
}

.footer-spalte2 {
	width: 30%;
	display: inline-block;
	margin-right: 4%;
	vertical-align: top;
}

.footer-spalte3 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.footer-button {
	font-size: 13px;
	color: rgba(0,0,0,0.50);
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-seperater {
	height: 1px;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	clear: both;
}

.container-copyright {
	width: 100%;
	height: auto;
	clear: both;
	padding-top: 30px;
	font-size: 19px;
	font-weight: 500;
	color: rgba(0,0,0,0.50);

}

.container-copyright img {
	
}

.container-social {
	width: auto;
	height: auto;
	display: inline-block;
}

.container-social img {
	height: 15px;
	width: auto;
	border: none;
	margin-left: 15px;
}


.container-esf {
	width: auto;
	height: auto;
	float: right;
	margin-top: -32px;
}

.container-esf img {
	width: auto;
	height: 60px;
}

a.footer-button-go:link {
	text-decoration: none;
	color: rgba(0,0,0,0.50);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.footer-button-go:visited {
	text-decoration: none;
	color: rgba(0,0,0,0.50);
}

a.footer-button-go:hover {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
a.footer-button-go:active {
	text-decoration: none;
	color: rgba(0,0,0,0.50);
}
