.hs-language-switcher {
  display: block;
}

.hs-language-switcher__inner-wrapper {
  position: relative;
  display: inline-block;
}

/* Button */

.hs-language-switcher__button {
  margin: 0;
  cursor: pointer;
}

.hs-language-switcher__label {
  display: flex;
  align-items: center;
  font-size: 1em;
  line-height: 1;
}

.hs-language-switcher__icon {
  height: 20px;
  width: 20px;
}

/* Menu */
.hs-language-switcher__menu {
  width: 120px;
  background: #fff;
  box-sizing: border-box;
  display: none;
  list-style-type: none;
  margin: 0;
  min-width: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 190%;
  white-space: nowrap;
  left: -70px !important;
  box-shadow: 0 4px 4px 0 rgba(0,108,57,.1);
  border-radius: 4px;
}

.hs-language-switcher__menu.visible {
  display: block;
}

.hs-language-switcher__item {
  width: 100%;
  margin: 0;
  text-align: left;
}

.hs-language-switcher__item:focus,
.hs-language-switcher__item.active,
.hs-language-switcher__menu.mousemove .hs-language-switcher__item:hover {
  background: #efefef;
}

.hs-language-switcher__item a {
  font-size: 14px;
  display: block;
  height: 100%;
  color: #3c3c3b;
  text-decoration: none;
  padding: 10px 20px 10px 25px;
  position: relative;
}
.hs-language-switcher__item a:focus-visible {
  outline-offset: 0;
  border: 0;
  box-shadow: none;
  outline: 0;
}

nav.hs-language-switcher {
  margin: 0 auto;
  float: right;
  position: absolute;
  right: 40px;
  top: 35px;
   transition: .2s;
}
.header.sticky nav.hs-language-switcher {
    top: 22px;
}
.hs-language-switcher__button {
  cursor: pointer;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  color: #3C3C3B;
  display:inline-block;
}
.hs-language-switcher__button:hover {
  color: #006c39;
}
.hs-language-switcher__button:after {
  background-size: 100%;
  content: "";
  height: 8px;
  position: absolute;
  right: -15px;
  top: 5px;
  width: 8px;
  background: url(https://14508024.fs1.hubspotusercontent-na1.net/hubfs/14508024/Sequrix%20Images/dropdwon-arroow.svg) no-repeat;
}
a.hs-language-switcher__button:before{
  background-size: cover !important;
  content: "";
  height: 17px;
  left: -22px;
  position: absolute;
  top: -2px;
  width: 17px;
  background-position: center top !important;
}
.hs-language-switcher__item a:before{
  background-position: top!important;
  background-size: cover!important;
  content: "";
  height: 12px;
  left: 7px;
  position: absolute;
  top: 13px;
  width: 12px;
}
a.hs-language-switcher__button[type=English]:before,
.hs-language-switcher__item a[type=English]:before{
  background: url(https://14508024.fs1.hubspotusercontent-na1.net/hubfs/14508024/Sequrix%20Images/eng-glag.svg) no-repeat;
}
a.hs-language-switcher__button[type=Deutsch]:before,
.hs-language-switcher__item a[type=Deutsch]:before{
  background: url(https://14508024.fs1.hubspotusercontent-na1.net/hubfs/14508024/Sequrix%20Images/ge.svg) no-repeat;
}
a.hs-language-switcher__button[type=Nederlands]:before,
.hs-language-switcher__item a[type=Nederlands]:before{
  background: url(https://14508024.fs1.hubspotusercontent-na1.net/hubfs/14508024/Sequrix%20Images/nl.svg) no-repeat;
}

{#a.hs-language-switcher__button[type=Español]:before,
.hs-language-switcher__item a[type=Español]:before{
  background: url(https://14508024.fs1.hubspotusercontent-na1.net/hubfs/14508024/Sequrix_Images/spain_flag.svg) no-repeat;
}#}
.hs-language-switcher__menu .hs-language-switcher__item a[lang="es"] {
  display: none;
}

@media (max-width: 1024px){
  nav.hs-language-switcher {
    right: 60px;
    top: 12px;
  }
  .header.sticky  nav.hs-language-switcher {
    top: 8px;
  }
}

