.wetter-tag {
  float: left;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  max-width: calc(49% - 5px);
  width: 100%;
  margin-bottom: 10px;
  padding: 25px 15px 0px 15px !important;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 20px;
}

.wetter-tag:nth-child(2n) {
  margin-left: 10px;
}

.skiwetter {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding: 15px 5px;
}

.wetter-info {
  padding: 0 10px;
  margin-bottom: 2.5rem;
}

.wetter-tag table td {
  text-align: left;
}

.wetter-text h3 {
  display: inline-block;
  font-size: 25px;
  text-transform: none !important;
  margin-bottom: 5px !important;
}
.wetter-text {
  min-height: 150px;
  line-height: 1.4rem;
  font-family: var(--mainfont);
}

.wetter-icon {
  width: 130px;
  height: 150px;
  float: left;
  margin-right: 15px;
}

.wetter-latest {
  float: left;
  margin-top: 8px;
}

.wetter-latest a {
  text-decoration: none;
  color: #333333;
}

.wetter-latest-icon {
  float: left;
}

.wetter-latest-text {
  padding: 8px 0 0 5px;
  float: left;
  width: 150px;
}

.wetter-latest-text strong {
  font-size: 16px;
  color: #c0102a;
  text-transform: uppercase;
}
.wetter-minmax {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 10px 0;
}

@media (max-width: 1200px) {
  .wetter-text {
    min-height: 170px;
  }
  .wetter-text h3 {
    font-size: 20px;
  }
  .wetter-tag {
    min-height: 370px;
  }
  .wetter-tag table {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
  .wetter-tag table td {
    width: 33%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .wetter-icon {
    width: 130px;
    height: 170px;
  }
}

@media (max-width: 767px) {
  .wetter-tag {
    width: 100%;
    max-width: 100%;
  }
  .wetter-tag:nth-child(2n) {
    margin-left: 0px;
  }
  .wetter-text h3 {
    font-size: 20px;
  }
  .wetter-tag table {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }
  .wetter-tag table td {
    width: 50%;
    display: inline-block;
    margin-bottom: 15px;
  }
  .wetter-text {
    min-height: 170px;
    width: 100%;
    display: block;
  }
}

@media (max-width: 420px) {
  .wetter-icon {
    width: 130px;
    height: 140px;
    clear: both;
    margin: 0 auto;
  }
}

.wetter-tag table {
  width: 100%;
  border-radius: 20px;
}

.wetter-tag table .wetter-tablehead {
  display: flex;
  flex-wrap: wrap;
}
