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

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

.languageswitcher.switch:hover, .languageswitcher.switch:active, .languageswitcher.switch:focus {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5) !important;
}


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