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

.languageswitcher.switch.active {
color: #000000;
	background: #BBBBBB;
}



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