/*
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
*/

.navbar {
    padding: 20px 40px;
    background: var(--secondary-bg);
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    flex: 1;
    text-align: left;
    text-decoration: none;
    color: var(--light-text-emphasis);
    font-size: x-large;
}

.navbar-brand:hover {
    flex: 1;
    text-align: left;
    text-decoration: none;
    color: var(--light-text-emphasis);
    opacity: 90%;
    font-size: x-large;
}

.navbar-menu {
    flex: 1;
    text-align: right;
}

.navbar-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.page_item a {
    text-decoration: none;
    color: var(--light-text-emphasis);
    font-size: large;
}

.page_item a:hover {
    text-decoration: none;
    color: var(--light-text-emphasis);
    font-size: large;
    opacity: 90%;
}