/* 
 Theme Name:   AFZ Akademie Theme
 Theme URI:    
 Description:  based on twenty sixteen
 Author:       autonomes Frauenzentrum
 Author URI:   www.afz-akademie.at
 Template:     twentysixteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
.footer-navigation {
	display: block;
	width: 100%;
	padding: 0 0 1% 0;
	font-size: 0.8125rem;
}
 
.footer-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.footer-navigation ul li {
	display: inline;
}

.footer-navigation a {
	margin: 0 1em 0 0;
	color: #686868;
}

.footer-navigation a:hover {
	text-decoration: underline;
}


.footer-navigation a:hover,
.footer-navigation a:focus {
	color: #007acc;
}

@media screen and (max-width: 909px) {

.footer-navigation a {
	color: #1a1a1a;
	display: block;
	line-height: 1.3125;
	outline-offset: -1px;
	padding: 0.84375em 0;
	text-align: left;
	border-top: 1px solid #d1d1d1;
	margin: 0;
}

.footer-navigation a:hover {
	text-decoration: none;
}

.footer-navigation {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
}

}

