/*
 Theme Name:   Twenty Twenty Auenland
 Description:  Child von Twenty Twenty für die KiTa Auenland
 Author:       C. Lahner
 Author URI:   https://ev-kiga-auenland.de
 Template:     twentytwenty
 Version:      1.0
 Text Domain:  twenty-twenty-auenland
*/

#sticky-footer {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #23282d;
    color: #ccc;
}

.sticky-footer-menu {
	margin: 0;
	list-style: none;
    display: flex;
    flex-direction: row;
	justify-content: flex-end;
    width: 100%;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.sticky-footer-menu li {
	margin: 0;
	margin-left: 1rem;
}

#site-footer {
	/* Double the padding, so the sticky footer is not too close to the content */
	padding-bottom: 6rem;
}

@media ( min-width: 700px ) {
	.sticky-footer-menu li {
		font-size: 1.5rem;
	}
}