.home-footer__krik_copy {
  color: #a7a7a7;
  margin-top: 2em;
  font-size: 0.5625em;
  text-decoration: none;
  display: block;
}
@media only screen and (max-width: 1023px) {
    .home-footer__krik_copy {
      margin: 1em;
      font-size: 0.75em;
      padding: 0;
      text-align: center; }
    .nav__location + .nav__lang {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 30px;
    } 
}
@media only screen and (max-height: 580px) and (max-width: 1023px) {
    .nav__content {
        padding: 1em 1.875em 1.875em 3.75em;
    }
}
@media only screen and (max-height: 500px) and (max-width: 1023px) {
    .nav__location {
        margin-top: 0em;
    }
    .nav__location + .nav__lang {
        margin-top: 20px;
    } 
}
@media only screen and (min-width: 1024px) {
    .nav__location + .nav__lang {
        display: none!important;
    } 
}