#nav-lang-switch a,
#nav-lang-switch-mobile a {
	color: #fff;
	text-transform: uppercase;
	border-bottom: none;
	margin-right: 4rem;
	font-weight: 700;
	transition: color 0.4s;
}

#nav-lang-switch a:hover,
#nav-lang-switch-mobile a:hover {
	color: #f82025;
}

#nav-lang-switch-mobile {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 26px;
	font-size: 20px;
}

@media only screen and (max-width: 56.25em) {
	#nav-lang-switch a {
		display: none;
	}
}