/* SPAN Wetter Symbol */
#weather #weather-header {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#weather #weather-header .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
#weather #weather-header.show {
  max-height: 50px;
}
#weather .day {
  display: inline-block;
  border-right: 2px dotted #9f762f;
  margin-right: 15px;
  padding-right: 10px;
}
#weather .day.last {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
#weather .icon {
  margin: -8px 0px -10px 10px;
  display: inline-block;
  background: transparent url("../images/weather_icons.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 33px;
  height: 32px;
}
#weather .icon.icon-a,
#weather .icon.icon-s,
#weather .icon.icon-t {
  background-position: 0;
}
#weather .icon.icon-b,
#weather .icon.icon-c,
#weather .icon.icon-d {
  background-position: 8.33333%;
}
#weather .icon.icon-e,
#weather .icon.icon-k {
  background-position: 16.66666%;
}
#weather .icon.icon-f,
#weather .icon.icon-g {
  background-position: 25%;
}
#weather .icon.icon-h,
#weather .icon.icon-i {
  background-position: 50%;
}
#weather .icon.icon-j {
  background-position: 41.66666%;
}
#weather .icon.icon-l,
#weather .icon.icon-m {
  background-position: 58.33333%;
}
#weather .icon.icon-n,
#weather .icon.icon-o {
  background-position: 66.66666%;
}
#weather .icon.icon-p,
#weather .icon.icon-y,
#weather .icon.icon-z {
  background-position: 75%;
}
#weather .icon.icon-q,
#weather .icon.icon-r,
#weather .icon.icon-x,
#weather .icon.icon-w {
  background-position: 83.33333%;
}
#weather .icon.icon-u {
  background-position: 91.66666%;
}
#weather .icon.icon-v {
  background-position: 100%;
}
#weather .link-weathermore {
  float: right;
  cursor: pointer;
}
#weather .link-weathermore:hover {
  color: #e30055;
}
#weather .link-weathermore .less {
  display: none;
}
#weather #day-today {
  margin-left: 70px;
}
#weather #weather-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#weather #weather-content .bg-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=600)";
  filter: alpha(opacity=(600));
  -webkit-opacity: 6;
  -moz-opacity: 6;
  -o-opacity: 6;
  -ms-opacity: 6;
  opacity: 6;
}
#weather #weather-content .container {
  padding-bottom: 20px;
}
#weather #weather-content a {
  text-decoration: underline;
}
#weather.open #weather-content {
  max-height: 500px;
}
#weather.open .link-weathermore {
  color: #e30055;
}
#weather.open .link-weathermore .less {
  display: inline;
}
#weather.open .link-weathermore .more {
  display: none;
}
#weather #suedtirol {
  background: url('../images/bg_weather_suedtirol.png') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 265px;
  width: 430px;
  margin: 50px auto;
  position: relative;
  font-size: 13px;
}
#weather #suedtirol .temp-weather .textx {
  line-height: 20px;
}
#weather .temp-weather {
  position: absolute;
}
#weather #weather-today-home .page-header {
  border: none;
}
#weather #weather-today-home h2 {
  font-size: 15px;
  line-height: 23px;
  font-weight: 600;
}
#weather #weather-today-home h3 {
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 400;
}
#weather #weather-today-home .text,
#weather #weather-mountain .text {
  margin-bottom: 40px;
}
#weather #station-0.temp-weather {
  top: 115px;
  left: 45px;
  text-align: right;
}
#weather #station-1.temp-weather {
  top: 110px;
  left: 145px;
  text-align: right;
}
#weather #station-2.temp-weather {
  top: 150px;
  left: 190px;
}
#weather #station-3.temp-weather {
  top: 55px;
  left: 195px;
  text-align: right;
}
#weather #station-4.temp-weather {
  top: 105px;
  left: 250px;
  text-align: right;
}
#weather #station-5.temp-weather {
  top: 65px;
  left: 305px;
}
#weather #station-4 .temp-weather .textx .after,
#weather #station-1 .temp-weather .textx .after,
#weather #station-3 .temp-weather .textx .after,
#weather #station-0 .temp-weather .textx .after {
  display: inline-block;
  content: "";
  height: 15px;
  width: 15px;
  margin-left: 3px;
}
#weather #station-2 .temp-weather .textx .before,
#weather #station-5 .temp-weather .textx .before {
  display: inline-block;
  content: "";
  height: 15px;
  width: 15px;
  margin-right: 3px;
}
#weather #station-2.temp-weather .textx .before {
  height: 18px;
  width: 18px;
}
#weather .next-dayshome {
  float: right;
}
/* Wetter Page*/
.weather-scroller {
  width: 100%;
  max-width: 750px;
}
.weather-scroller .inner {
  float: left;
}
#suedtirol {
  background: url("../images/bg_weather_suedtirol.png") no-repeat center center;
  height: 400px;
  width: 635px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
}
.temp-weather {
  position: absolute;
}
#weather-today .name {
  font-weight: 600;
}
#weather-today .text,
#weather-mountain .text {
  margin-bottom: 40px;
}
#station-2.temp-weather {
  top: 230px;
  left: 280px;
}
#station-4.temp-weather {
  top: 128px;
  left: 338px;
  text-align: right;
}
#station-5.temp-weather {
  top: 88px;
  left: 454px;
}
#station-1.temp-weather {
  top: 150px;
  left: 182px;
  text-align: right;
}
#station-0.temp-weather {
  top: 169px;
  left: 47px;
  text-align: right;
}
#station-3.temp-weather {
  top: 75px;
  left: 261px;
  text-align: right;
}
#station-4.temp-weather .textx .after,
#station-1.temp-weather .textx .after,
#station-3.temp-weather .textx .after,
#station-0.temp-weather .textx .after {
  display: inline-block;
  content: "";
  height: 15px;
  width: 15px;
  margin-left: 3px;
  background-color: #895670;
}
#station-2.temp-weather .textx .before,
#station-5.temp-weather .textx .before {
  display: inline-block;
  content: "";
  height: 15px;
  width: 15px;
  margin-right: 3px;
  background-color: #895670;
}
#suedtirol .temp-weather .textx {
  line-height: 20px;
}
#station-2.temp-weather .textx .before {
  height: 18px;
  width: 18px;
}
.weather-small .icon {
  display: inline-block;
  background: url(../images/weather.png);
  height: 45px;
  width: 44px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -3px;
  -webkit-background-size: cover;
  background-size: cover;
}
.weather-small .icon-a.icon,
.weather-small .icon-s.icon,
.weather-small .icon-t.icon {
  background-position: 0;
}
.weather-small .icon-b.icon,
.weather-small .icon-c.icon,
.weather-small .icon-d.icon {
  background-position: 8.33333%;
}
.weather-small .icon-e.icon,
.weather-small .icon-k.icon {
  background-position: 16.66666%;
}
.weather-small .icon-f.icon,
.weather-small .icon-g.icon {
  background-position: 25%;
}
.weather-small .icon-h.icon,
.weather-small .icon-i.icon {
  background-position: 50%;
}
.weather-small .icon-j.icon {
  background-position: 41.66666%;
}
.weather-small .icon-l.icon,
.weather-small .icon-m.icon {
  background-position: 58.33333%;
}
.weather-small .icon-n.icon,
.weather-small .icon-o.icon {
  background-position: 66.66666%;
}
.weather-small .icon-p.icon,
.weather-small .icon-y.icon,
.weather-small .icon-z.icon {
  background-position: 75%;
}
.weather-small .icon-q.icon,
.weather-small .icon-r.icon,
.weather-small .icon-x.icon,
.weather-small .icon-w.icon {
  background-position: 83.33333%;
}
.weather-small .icon-u.icon {
  background-position: 91.66666%;
}
.weather-small .icon-v.icon {
  background-position: 100%;
}
.weather-big {
  clear: both;
}
.weather-big .icon {
  display: inline-block;
  background: url(../images/weather.png) no-repeat;
  height: 140px;
  width: 139px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all scale(0.8) ease-in-out;
  -moz-transition: all scale(0.8) ease-in-out;
  -o-transition: all scale(0.8) ease-in-out;
  -ms-transition: all scale(0.8) ease-in-out;
  transition: all scale(0.8) ease-in-out;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
}
.weather-big.middle .icon {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all scale(0.7) ease-in-out;
  -moz-transition: all scale(0.7) ease-in-out;
  -o-transition: all scale(0.7) ease-in-out;
  -ms-transition: all scale(0.7) ease-in-out;
  transition: all scale(0.7) ease-in-out;
}
.weather-big .icon-a.icon,
.weather-big .icon-s.icon,
.weather-big .icon-t.icon {
  background-position: 0;
}
.weather-big .icon-b.icon,
.weather-big .icon-c.icon,
.weather-big .icon-d.icon {
  background-position: 8.33333%;
}
.weather-big .icon-e.icon,
.weather-big .icon-k.icon {
  background-position: 16.66666%;
}
.weather-big .icon-f.icon,
.weather-big .icon-g.icon {
  background-position: 25%;
}
.weather-big .icon-h.icon,
.weather-big .icon-i.icon {
  background-position: 50%;
}
.weather-big .icon-j.icon {
  background-position: 41.66666%;
}
.weather-big .icon-l.icon,
.weather-big .icon-m.icon {
  background-position: 58.33333%;
}
.weather-big .icon-n.icon,
.weather-big .icon-o.icon {
  background-position: 66.66666%;
}
.weather-big .icon-p.icon,
.weather-big .icon-y.icon,
.weather-big .icon-z.icon {
  background-position: 75%;
}
.weather-big .icon-q.icon,
.weather-big .icon-r.icon,
.weather-big .icon-x.icon,
.weather-big .icon-w.icon {
  background-position: 83.33333%;
}
.weather-big .icon-u.icon {
  background-position: 91.66666%;
}
.weather-big .icon-v.icon {
  background-position: 100%;
}
#next-days {
  font-size: 16px;
  text-align: center;
}
#next-days .days {
  display: inline-block;
  padding: 20px 20px;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#next-days .text {
  margin-top: 50px;
  text-align: left;
}
#weather-mountain {
  font-size: 16px;
}
#weather-mountain .content {
  position: relative;
  padding: 40px 0;
  width: 100%;
}
#weather-mountain .content .table {
  margin: 6%;
  width: 88%;
}
#weather-mountain .content .table table {
  border-collapse: collapse;
}
#weather-mountain .grafik {
  position: absolute;
  width: 100%;
  height: 80%;
  background: url(../images/bg_mountain_weather_suedtirol.png) no-repeat center 0;
  background-color: #eee6da;
  z-index: 1;
  -webkit-background-size: cover;
  background-size: cover;
}
#weather-mountain .nord {
  position: absolute;
  top: 12%;
  left: 22%;
  z-index: 5;
}
#weather-mountain .sud {
  position: absolute;
  top: 12%;
  right: 21%;
  z-index: 5;
}
#weather-mountain .table table {
  width: 100%;
  padding: 80px;
  position: relative;
  z-index: 2;
}
#weather-mountain .nord-des {
  position: absolute;
  left: 17%;
  margin-top: -4.5%;
  color: white;
  z-index: 5;
}
#weather-mountain .sud-des {
  position: absolute;
  right: 16%;
  margin-top: -4.5%;
  color: white;
  z-index: 5;
}
#weather-mountain .table table td {
  text-align: left;
}
#weather-mountain .table table td .green {
  text-align: center;
}
#weather-mountain .table table tr {
  border-bottom: 1px solid #C1C2B9;
}
#weather-mountain .col-xs-5,
#weather-mountain .col-xs-1,
#weather-mountain .col-xs-6 {
  padding: 0;
  position: relative;
}
#uid184 #suedtirol {
  background-image: url('../images/bg_weather_suedtirol_ru.png');
}
#uid184 #weather-mountain .grafik {
  background-image: url(../images/bg_mountain_weather_suedtirol_ru.png);
}
@media (max-width: 991px) {
  #weather #weather-header.show {
    max-height: 250px;
  }
  #weather #day-today {
    margin-left: 0;
  }
  #weather .day {
    display: block;
    border: none;
    margin-top: 10px;
  }
  #weather.open #weather-content {
    max-height: 800px;
  }
  #weather-mountain .sud {
    right: 8%;
  }
  #weather-mountain .nord {
    right: 14%;
  }
  #weather-mountain .nord-des {
    left: 8%;
    margin-top: -1.5%;
  }
  #weather-mountain .sud-des {
    right: 6%;
    margin-top: -1.5%;
  }
}
@media (max-width: 767px) {
  #suedtirol,
  #weather-mountain .content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all scale(0.7) ease-in-out;
    -moz-transition: all scale(0.7) ease-in-out;
    -o-transition: all scale(0.7) ease-in-out;
    -ms-transition: all scale(0.7) ease-in-out;
    transition: all scale(0.7) ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-bottom: -100px;
  }
  .weather-big .icon {
    margin-top: 10px;
    height: 60px;
    width: 59px;
  }
  #weather .next-dayshome {
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  #weather-mountain .content {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all scale(0.6) ease-in-out;
    -moz-transition: all scale(0.6) ease-in-out;
    -o-transition: all scale(0.6) ease-in-out;
    -ms-transition: all scale(0.6) ease-in-out;
    transition: all scale(0.6) ease-in-out;
  }
}
