.lang-sel{
  position: relative;
  left: 70%;
  display: inline-block;
  padding: 0;
  padding-left: 1em;
  text-decoration: none;
  color: rgb(87,86,86);
  
  font-size: 1.4vw;
  font-family: Arial, Helvetica, sans-serif;
}
.lang-sel.active{
  color:rgb(249,190,84);
}
#topheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80vw;
  margin: auto;
  border-color: white;
  border-width: 1vh;
  border-style: solid;
  color: rgb(87,86,86);
}

#topheader h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.8vw;
  text-align: center;
}

.topheaderlogo {
  width: 25%;
  height: auto;
}
.topheaderlogo1 {
  width: 10%;
  height: auto;
}

.topheadercontact {
  display: flex;
  flex-direction: column;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2vw; 

}
.topheadercontact div {
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.topheadercontact a {
  text-decoration: none;
  color: rgb(87,86,86);;  
}


.topnav {
  position: sticky;
  z-index: 90;
  top: 0;
  display: flex;
  width: 80vw;
  margin: auto;
  padding: 1vh;
  align-items: center;
  justify-content:space-around;
  background-color: rgb(87,86,86);
  border: 0.4vh;
  border-top: 0;
  border-color: white;
  border-style: solid;
}
.navlogo {
  display: none;
}

#aicon {
  display: none;
}

.amenu {
  display: block;
  text-decoration: none;
  color: white;
  padding: 2vh;
  font-size: 1.3vw;
  font-family: Arial, Helvetica, sans-serif;
}

.amenu:hover {
  color: bisque;
}

.amenu.active {
  color:rgb(249,190,84);
}

@media (max-width: 800px) {

  .lang-sel{
    position: relative;
    left: 70%;
    display: inline-block;
    text-decoration: none;
    color: rgb(87,86,86);
    padding: 0;
    padding-left: 1em;
    font-size: 3vw;
    font-family: Arial, Helvetica, sans-serif;
  }
  .lang-sel.active{
    color:rgb(249,190,84);
  }

  #topheader {
    display: none;
  }

  .mactive {
    flex-wrap: wrap;
  }

  .mactive .amenu {
    order: 3;
    display: block;
    width: 50%;
    
  }
  
  .amenu{
    display: none;
    font-size: 3vw;
    padding: 3vw;
  }
  .amenu.active {
    order: 0;
    display: block;
  }
.navlogo {
  display: block;
  
}
.navlogo img {
  max-width: 20%;
}

  #aicon {
    order: 1;
    display: block;
    color: white;
  }  
}