#block-customweather {
  position: absolute;
  right: 200px;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
@media (min-width: 1600px) {
  #block-customweather {
    right: 220px;
  }
}
@media (max-width: 1200px) {
  #block-customweather {
    right: 110px;
  }
}
@media (max-width: 549px) {
  #block-customweather {
    display: none;
  }
}

.weather-information {
  width: 120px;
}
@media (max-width: 1599px) {
  .weather-information {
    width: 110px;
  }
}
.weather-information .weather-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: right;
  -moz-justify-content: right;
  justify-content: right;
  text-align: right;
  height: 80px;
  padding-top: 30px;
  outline: 0;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .weather-information .weather-info {
    height: 60px;
    padding-top: 20px;
  }
}
.weather-information .weather-info .weather-data.weather-temperature {
  display: inline-block;
  height: 37px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 600;
  padding-right: 2px;
}
@media (max-width: 1599px) {
  .weather-information .weather-info .weather-data.weather-temperature {
    font-size: 16px;
  }
}
.weather-information .weather-info .weather-data.weather-temperature span {
  font-size: 9px;
  line-height: 12px;
  margin-left: 2px;
  top: -6px;
  position: relative;
}
@media (max-width: 1599px) {
  .weather-information .weather-info .weather-data.weather-temperature span {
    top: -5px;
  }
}
.weather-information .weather-info .weather-data.weather-image {
  display: inline-block;
  width: 41px;
  height: 37px;
  position: relative;
  margin-right: 5px;
  float: right;
}
.weather-information .weather-info .weather-data.weather-image .weather-meteo-image {
  width: 100%;
  height: 100%;
}
.weather-information .weather-info .weather-data.weather-image .weather-meteo-image.unknown {
  padding: 6px;
}
.weather-information .weather-info .weather-data.weather-city {
  width: 100%;
  text-align: right;
  padding-right: 11px;
  line-height: 14px;
  font-size: 12px;
  position: absolute;
  top: 18px;
  margin: auto;
  height: 14px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .weather-information .weather-info .weather-data.weather-city {
    height: 20px;
    top: 3px;
    z-index: 1;
  }
}
.weather-information .weather-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.weather-information .weather-link.link-meteo-cro {
  display: none;
}
.weather-information .weather-link.link-meteo-eng {
  display: block;
}

@media (min-width: 1201px) and (max-width: 1599px) {
  html[lang="de"] #block-customweather, html[lang="sv"] #block-customweather {
    right: 170px;
  }
  html[lang="de"] #block-customweather .weather-information, html[lang="sv"] #block-customweather .weather-information {
    width: 110px;
  }
  html[lang="de"] #block-customweather .weather-information .weather-info .weather-data.weather-city, html[lang="sv"] #block-customweather .weather-information .weather-info .weather-data.weather-city {
    font-size: 14px;
  }

  html[lang="it"] #block-customweather {
    right: 165px;
  }
  html[lang="it"] #block-customweather .weather-information {
    width: 110px;
  }
  html[lang="it"] #block-customweather .weather-information .weather-info .weather-data.weather-city {
    font-size: 14px;
  }

  html[lang="fr"] #block-customweather, html[lang="pl"] #block-customweather, html[lang="ru"] #block-customweather, html[lang="sk"] #block-customweather {
    display: none;
  }

  html[lang="hu"] #block-customweather {
    right: 170px;
  }

  html[lang="nl"] #block-customweather .weather-information {
    width: 110px;
  }
  html[lang="nl"] #block-customweather .weather-information .weather-info .weather-data.weather-city {
    font-size: 14px;
  }
}
