/*
 Theme Name:   Nirvana Child
 Theme URI:    https://example.com/nirvana-child/
 Description:  Child-Theme für Nirvana
 Author:       Alexandra Mazek
 Template:     nirvana
 Version:      1.0.0
*/

/* ===== FOOTER ZENTRIERT ===== */
#footer2-inside {
    text-align: center !important;
}

#footer2-inside p {
    text-align: center !important;
    margin: 0 auto !important;
}

/* Falls es eine Liste gibt (bei Copyright) */
#footer2-inside ul,
#footer2-inside li {
    text-align: center !important;
    list-style: none !important;
    display: inline-block !important;
}