/* lang */

.lang {
    /*position: relative;*/
    z-index: 10001;
    /*text-align: center;*/
    /*float: left;*/
}

.lang_fixed {
    position: fixed;
    left: 20px;
    top: 5px;
}

.lang_shifted {
    /*top: 45px !important;*/
}

@media (max-width: 1500px) {
    /*.lang_fixed {*/
    /*    top: -5px;*/
    /*}*/
  }
@media (max-width: 1200px) {
    .lang_fixed {
        /*top: 40px;*/
    }
}

#google_translate_element select {
    opacity: 1 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    border-radius: 5px !important;
}
div.goog-te-spinner-pos + iframe {
    /*width: 500px !important;*/
}
