/**
 * @author Jonas Zieher, Valentin Alisch <hallo@valentinalisch.de>
 * @version 1.0
 *
 * Koeber_La Module: Footer
 */

footer#footer {
	margin-top: calc( var( --vertical_spacing ) * 7 );
	padding: var( --inner_spacing ) 0;
	background: transparent;
	color: var( --light_gray );
}

	footer#footer #footer__line {
		padding-bottom: var( --inner_spacing );
	}

	footer#footer [id^="footer__navigation"] .menu_item a:hover,
	footer#footer [id^="footer__navigation"] .menu_item a:active,
	footer#footer [id^="footer__navigation"] .menu_item.active a {
		color: var( --text_color );
	}



@media ( max-width: 699px ) {

	footer#footer #footer__copyright {
		order: 10;
		margin-top: var( --inner_spacing );
	}

	footer#footer #footer__navigation_3 {
		visibility: hidden;
	}

}



/**
 * ——————————————————————————
 */
@media ( min-width: 700px ) {

}



/**
 * ——————————————————————————
 */
@media ( min-width: 1100px ) {

}