/* CSS Document */

#header-widget-area .container {
	max-width: 1280px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

#header-widget-area {
	right: 0;
}


#header-widget-area ul {
	list-style: none;
}

.chw-widget {
	display: flex;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #e9e8e7;
	border-top: none;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-right: 25px;
	height: 34px
}

.chw-widget ul {
	pointer-events: all;
	margin-top: 2px;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 5px;
	padding-right: 8px;
	margin-left: 5px;
}

.chw-widget ul li {
	position: absolute;
	display: block;
	width: 36px;
	height: 28px;
	right: 0;
	margin: 0px;
	margin-top: 1px;
}

.chw-widget ul li:nth-child(1) {
	z-index: 19;
}

.chw-widget ul li:nth-child(2) {
	z-index: 18;
}

.chw-widget select,
.chw-widget a {
	pointer-events: all;
}

.langselect-arrow {
	z-index: 20;
	pointer-events: all;
}

.chw-widget .screen-reader-text {
	display: none;
}


.chw-widget select option {
	padding-left: 30px;
}

.langselect-arrow a {
	text-decoration: none;
	background-image: url("chevron-down-solid.svg");
	background-repeat: no-repeat;
	display: inline-block;
	width: 18px;
	height: 25px;
	background-position: center bottom;
	padding: 5px;
	transform: translateY(2px);
}



#chw-widget-id {
	overflow: hidden;
}

#chw-widget-id.chw-widget ul {
	height: 38px;
	transition: all 0.3s ease-out;
}

#chw-widget-id.chw-widget {
	transition: all 0.3s ease-out;
}

#chw-widget-id.chw-widget.active ul {
	height: 65px;
	transition: all 0.1s ease-out;
}

#chw-widget-id.chw-widget.active {
	height: 65px;
	transition: all 0.1s ease-out;
}



.lang-item a img {
	display: none !important;
}

.lang-item a {
	display: inline-block;
	width: 36px;
	height: 28px;
}

#chw-widget-id ul li {
	margin-right: 8px;
}

#chw-widget-id ul li:nth-child(1) a {
	background-image: url("germany.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#chw-widget-id ul li:nth-child(2) {
	top: 34px;
}

#chw-widget-id ul li:nth-child(2) a {
	background-image: url("united-kingdom.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 22px;
}

.lang-item-en.current-lang {
	top: 1px !important;
	z-index: 51 !important;
	margin-top: 3px;
}

.lang-item-de:not(.current-lang) {
	top: 30px;
}
























