.langselect{
    position: absolute;
    top: -0.2rem;
    float: left;
    right: -8rem;
    display: inline-block;
    width: 8rem;
    color: #0A2336;
}

.langselect a{
	color:#0A2336;
    font-weight: 500;
}

.langselect a:hover{
	color:#000 !important;
}

.langselect ul{
	display:none !important;
}

.langselect ul.show{
	display:inline-block !important;
}

.langselect ul li{
    width: 5rem;
    list-style-type: none;	
    padding-left: 1.3rem;
	font-size:1rem;
	font-weight:500;
}

.langselect .dropdown-menu {
    font-size: 0.85rem;
    background-color: #fff;
    color: #000;
    margin-left: -1.3rem !important;
    right: -1.62rem !important;
}

.langselect .dropdown-menu li {
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.langselect a.dropdown-toggle{
	color:#0A2336;
	text-decoration:none;
	text-transform:uppercase;
}

.langselect .dropdown-toggle::after {
    display: inline-block;
    margin-left: .1em;
    vertical-align: .1em;
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI2Ljg0IiB2aWV3Qm94PSIwIDAgMTIgNi44NCI+CiAgPHBhdGggaWQ9IlBmYWRfMSIgZGF0YS1uYW1lPSJQZmFkIDEiIGQ9Ik02LDcuMTRsLTYtNkwuODQuMyw2LDUuNDYsMTEuMTYuM2wuODQuODRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC0wLjMpIiBmaWxsPSIjMGIyMzM2IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KPC9zdmc+Cgo=");
    width: 1em;
    height: 1em;
    border: 0;
}

.langselect_mobile{
	display:none;
}

nav.menu{
	padding-right:9rem;
}

nav.menu.open .langselect_mobile{
	display:flex;
    justify-content: flex-start;
    gap: 1rem;
    margin-left: 1rem;
}
nav.menu.open .langselect_mobile a{
	width: auto !important;
}

.langselect_desktop img  {
    width: 20px;
}
.langselect_mobile img {
    width: 25px;
}
.langselect_mobile:hover{
    background-color: transparent;
}

.dropdown-item:active {
    background-color: transparent;
}


@media only screen and (min-width: 992px) {
	.langselect_mobile{
		display:none !important;
	}
}
@media only screen and (max-width: 991.999px) {
   .langselect_desktop{
	   display:none;
   }
}