
.wetterbericht {
  background-color: #ffffff;
}

.wetter-img {
  background-color: #b0afce;
  text-align: center;
}

.wetter-ort {
  display: inline;
  position: relative;
}

.wetter-space {
  margin-right: 3px;
}

.wetter-top {
  display: block;
  font-weight: bold;
  margin: 2px 0px 2px 0px;
  text-align: center;
  background-color: #29689d;
  color: #ffffff;
  width: 48px;
}

.wetter-mid {
  display: block;
  margin-top: 2px;
  text-align: center;
  background-color: #ffffff;
  width: 48px;
}

.wetter-mid img {
	width:45px;
	height:36px;
}

.wetter-bot {
  display: block;
  margin-top: 2px;
  text-align: center;
  background-color: #29689d;
  color: #ffffff;
  width: 48px;
}

.wetter-select {
  text-align: center;
  background-color: #b0afce;
  color: #ffffff;
  padding: 3px;
}

.select-ort {
  font-size: 12px;
  width: 160px;
}
