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

.languageswitcher.switch.active {
color: #CC0000;
	background: #FFFFFF;
}

.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;
}