@charset "UTF-8";
/* ************************************************************************* */
/* (c) designschmiede - www.wirschmiedendesign.de                                       
/* ************************************************************************* */		

/* basic adjustments
---------------------------------------------------------------------------------------------- */ 
#footer {
	/* display: none;  "fadeIn" after winLOADed 	*/
	position: relative;
	padding: 1rem 0 5rem 0;
	/* box-shadow: 0px -1px 2px 0px rgba(5,5,5,0.75);*/} 

#footer .footer-1 {
	margin: 0 auto;
	font-size: 14px;
	line-height: 25px;}

#footer .footer-1 .smart-line {
	margin: 1.5rem auto 0.8rem auto;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(45,45,45,1.00);}

@media screen and (max-width: 767px) {
#footer .footer-1 {
	font-size: 13px;
	line-height: 22px;}
	
#footer .footer-1 .smart-line {
	margin: 15px auto 8px auto;}}

#footer .footer-2 {
	margin: 0.7rem auto 2rem auto;
	font-size: 14px;
	line-height: 25px;}

#footer .footer-2 .copyright {
	width: 12px;
	height: 12px;
	line-height: 18px;
	display: inline-block;}	

@media screen and (max-width: 767px) {
#footer .footer-2 {
	margin: 10px auto 25px auto;
	font-size: 13px;
	line-height: 22px;}}

