/* ------------------------------------ */
/* LernenMitACT                         */
/* ------------------------------------ */

:root {
    --training: #f8e7cf;
}

body.frontend #user-status,
body.frontend #user-login {
    display: none !important;
}

body.frontend .nav-global {
    background-color: var(--training) !important;
}
body.frontend .nav-global ul li a {
    color: var(--primary) !important;
}
body.frontend .nav-global ul li a:hover, .nav-global ul li a.current {
	border-bottom: solid 1px var(--primary) !important;
}

