/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
#footer a[href^="https"] {
	position: relative;
	display: inline-block;
	text-decoration: none !important;
}


#footer a[href^="https"]:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -10px;
	width: 0px;
	height: 100%;
	background: #E0E6EF;
	border-radius: 5px;
	transition: width ease-in-out 0.2s;
	z-index: -1;
}


#footer a[href^="https"]:hover:before {
	width: 160px;
}

.country-selector .weglot_choice + label.wgcurrent  {
	padding: 0 10px;
	border-right: 2px solid #23252B;*
	color: #23252B;
	line-height: 1;
}
.country-selector .weglot_choice + label.wgcurrent span {
	font-weight: bold;
}

.country-selector a,
.country-selector a:hover {
	text-decoration: none !important;
	color: #23252B !important;
}

.country-selector a:before {
	display: none !important;
}

.weglot_choice + label:before,
.weglot_choice + label:after {
	display: none !important;
}

@media (max-width: 1366px) {
	#footer {
		display: none;
	}
}

@media (min-width: 1600px) {
	#footer a[href^="https"] {
		font-size: 21px;
	}
}