

footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
	text-decoration: none;
	color: #fff;
}
footer {background-color: #c1c1c1;}
#z1, #z2 {
	width: 100%;
	margin: 0 auto;
}
#foot-l {
	width: 51%;
	position: absolute;
	left: 0;
	bottom: 3%;
	text-align: right;
	margin-bottom: 3px;
}
#foot-r {
	width: 49%;
	position: absolute;
	left: 51%;
	bottom: 3%;
	margin-left: 0px;
	text-align: left;
	margin-bottom: 3px;
}
#line-down {
	position: absolute;
	bottom: 55px;
}
@media ( max-height: 900px ) {
#line-down {
	bottom: 4vh;
}
}
/* Stich oben und unten  */
.thin {
	background-color: #fff;
}
.thinline {
	width: calc(100% - 50px);
	height: 1px;
	margin-left: 25px;
}
.strich {
	color: #fff;
}