#region-page_top {
  background-color: #008cb6;
  height: auto;
  width: 100%;
  position: fixed;
  z-index: 450;
  display: none;
}

#language-detector {
  line-height: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 76rem;
  position: relative;
  text-align: center;
}

#language-detector span {
  color: #ffffff;
  display: inline-block;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 15px;
}

#language-switch-yes,
#language-switch-no {
  border-style: solid;
  border-color: white;
  background-color: #00aadd;
  cursor: pointer;
  width: 58px;
}

#language-switch-yes:hover,
#language-switch-no:hover {
  background-color: #00c4ff;
}

#language-switch-yes {
  border-width: 0 1px 0 2px;
}

#language-switch-no {
  border-width: 0 2px 0 1px;
}

.show-detector .inner-wrap {
  margin-top: 160px;
}

.show-detector #language-detector {
  line-height: 50px;
}

.show-detector #region-page_top {
  display: block;
}

@media only screen and (max-width: 50.063em) {
  #region-page_top {
    position: relative;
  }
  .show-detector .inner-wrap {
    margin-top: 0;
  }
}

@media only screen and (max-width: 35.063em) {
  #language-detector span {
    width: 100%;
    border: none;
  }
}