
.languageswitcher.switch {
	display: block;
	max-width: 100%;
	height: 25px;
	cursor: pointer;
	background: ;
	color: ;
	margin: 10px 0;
	margin: 0.7142857143rem 0;
}

.languageswitcher.switch.active {
color: ff9900;
	background: ;
}



.languageswitcher.switch > .arrow {
	margin: 0 10px 0 5px;
}