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

footer a{
	color:#63d147;
	text-decoration: none;
}
footer a:hover, .steph a:hover{
	color:#d5e804;
	text-decoration: none;
}
footer {
	width:100%;
	background-color:#000;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50,50,50,0.2),1px 1px 3px 3px rgba(50,50,50,0.1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(50,50,50,0.3),1px 1px 3px 3px rgba(50,50,50,0.2);
	box-shadow: 1px 1px 2px 0px rgba(50,50,50,0.2),1px 1px 3px 3px rgba(50,50,50,0.1);  
	z-index:2;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align:center;
	text-transform: uppercase;
	font-weight:400;
	color:#fff;
	border-top: 1px solid #565656;

}	
footer {
	padding: 20px 1%;	
	margin-top: 20px;
}
.steph a{
	font-size:11px;
	color:#244110;
	font-weight: 800;
}
.spalte2{
	 -moz-column-count:    2;
     -webkit-column-count: 2;
    column-count:         2;
     -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    -webkit-column-rule: 1px solid #a0fe88;
    -moz-column-rule: 1px solid #a0fe88; 
    column-rule: 1px solid #a0fe88;
}