/*
Theme Name: TMCZ Theme
Theme URI: https://grasshopper-design.de
Author: Marvin Niermann
Author URI: https://themarcraft.de
Description: Ein Thema für Grasshopper Design Kunden
Version: 1.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmcz-theme
*/

.footer {
    padding: 1rem 1rem;
    text-align: center;
}

.footer-divider {
    margin: 1rem;
}

@media (min-width: 728px) {
    .footer {
        padding: 1rem 10rem;
    }

    .footer-divider {
        margin: 1rem 5rem 1rem 5rem
    }
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-brand {
    flex: 1;
    text-align: left;
    text-decoration: none;
    color: var(--light-text-emphasis);
}

.footer-brand:hover {
    opacity: 90%;
}

.footer-menu {
    flex: 1;
    text-align: right;
}

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.footer a {
    text-decoration: none;
    color: var(--light-text-emphasis);
    font-size: large;
}

.footer a:hover {
    text-decoration: none;
    color: var(--light-text-emphasis);
    font-size: large;
    opacity: 90%;
}