/**
 * Theme Name:     SAKO Theme
 * Author:         KinderDerZeit
 * Template:       hello-elementor
 * Text Domain:	   sako-theme
 * Description:    Child Theme von Hello Elementor
 */

.footer-menue ul {
    list-style: none;
    padding: 0;
	padding-left:1.2rem;
    margin: 0;
	display:flex;
}

.footer-menue ul li {
    margin-bottom: 16px;
}

.footer-menue ul a {
    color: #fff;
}
.link-yellow a {
	color: #FFBD59;
}
#menu-footer-rechtliches, #menu-footer-informationen {
	list-style: none;
    padding: 0;
	padding-left:1.2rem;
    margin: 0;
	display:flex;
}
#menu-footer-rechtliches li, #menu-footer-informationen li {
	padding-right:1rem;

}
#menu-footer-rechtliches li {
	font-size:14px

}
