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

footer a{
	font-family: 'Sue Ellen Francisco';
	color:#a6e3de;
	text-decoration: none;
	font-weight: 400;
}
footer a:hover, steph a:hover{
	color:#e5e489;
	text-decoration: none;
}
footer a:active{
	color:#a6e3de;
}
footer {
	height: auto;
	width: 100%;
	background: url(BILDER/footerpapier.jpg);
	background-size: 300px;
	line-height: 40px;
	font-weight: 400;
	font-size:24px;
	letter-spacing: 1.4px;
	text-align: center;
}
#steph{
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 22px;
	margin-top: -20px;
}
#steph a{
	color: #000000;
}

@media (min-width: 1200px) and (max-width: 10000px) {
.footerinhalt {
	width:80%;
	padding: 40px 0px;
	margin: 0 auto;
	
}
.footerinhalt ul{
	overflow: hidden;
	list-style: none;
	padding-top: 20px;

}
.footerinhalt ul li{
	display: inline-block;
	width: 30%;
	float: left;
}
.abstand{
	margin-right: 40px;	
}
hr{
	margin: -10px 0px 2px 0px;
		
}
}
@media (min-width: 400px) and (max-width: 1199px) {
footer{
	line-height: 30px;
	font-size: 23px;
}
.footerinhalt {
	width:70%;
	padding: 40px 0px;
	margin: 0 auto;
}
.footerinhalt ul{
	overflow: hidden;
	list-style: none;
	padding-top: 20px;

}
.abstand{
	margin-bottom: 40px;	
}
#steph{
	font-size: 12px;
	margin-top: 20px;
}
hr{
	margin: -5px 0px 3px 0px;
		
}
}
@media (min-width: 40px) and (max-width: 399px) {
footer{
	line-height: 30px;
	font-size: 22px;
}
.footerinhalt {
	width: 90%;
	text-align:center;
}
.footerinhalt ul{
	overflow: hidden;
	list-style: none;
	padding-top: 20px;
}
.abstand{
	margin-bottom: 20px;	
}
#steph{
	width: 100%;
	text-align:center;
	font-size: 12px;
	margin-top: 20px;
}
.abstand{
	margin-bottom: 40px;
		
}
steph a:hover{
	color:#e5e489;
	text-decoration: none;
}
hr{
	margin: -1px 0px 4px 0px;
		
}
}