.easy-language-switcher {
	display: flex;
	align-content: center;
	margin-bottom: 15px;
}

.easy-language-switcher .switch {
	margin-bottom: 0;
}

.easy-language-switcher .switch-label {
	line-height: 32px;
	margin-left: 10px;
    font-size: 1.1em;
}

.easy-language-switcher label.switch-paddle::after {
	border-radius: 0;
	background-image: url("/application/blocks/easy_language_switcher/media/ll-inaktiv.png");
	background-size: cover;
	background-position: 0 0;
}

.easy-language-switcher label.switch-paddle {
	border-radius: 0;
}

.easy-language-switcher input:checked ~ .switch-paddle {
	background: #72c267;
}

.easy-language-switcher input:checked ~ label.switch-paddle::after {
	background-image: url("/application/blocks/easy_language_switcher/media/ll-aktiv.png");
}

