/* season
 * Max. Eichen.
 */
#season {
  display: inline-block;
  width: 100%;
}

#season .global-title-container {
  background: rgb(227, 0, 15);
  margin-top: -5px;
}

#season .global-edge-aware, #season .global-streamlined {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  justify-content: space-around;
}

#season .season-item {
  display: inline-block;
  flex: 1;
  min-height: 250px;
  min-height: 260px;
  width: 300px;
  position: relative;
  margin-top: 1em;
  text-align: left;
  background: gray;
}

#season .wasch-symbol {
  display: inline-block;
  width: 50px;
}

#season p {
  font-weight: 700;
}

#season .item {
  display: inline-block;
}

#season .flex-block {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: left;
}

#season .season-header {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 10em;
  /* background: pink; */
}

#season .list-title {
  display: inline-block;
  position: absolute;
  width: auto;
  font-size: 2.5em;
  left: 0;
  margin-top: 1.35em;
  /* background: gray; */
}

#season .symbol {
  display: inline-block;
  position: absolute;
  right: 0;
  width: auto;
  height: 10em;
  max-height: 10em;
  /* background: yellow; */
}

#season ul {
  display: inline-block;
}

#season li {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: left;
}

#season .h1 {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 24px;
}

#season .h2 {
  display: inline-block;
  margin: 15px 0 5px 0;
  font-size: 22px;
}

#season p {
  line-height: 1.5em;
  font-size: 18px;
  font-size: 20px;
}

#season .spaceholder {
  display: inline-block;
  width: 100%;
  height: 2.5em;
}

#season .item-fruehling {
  background: rgb(160, 176, 219);
  width: 100%;
}

#season .fruehling-symbol {
  width: 8em;
}

#season .item-sommer {
  background: rgb(87, 114, 182);
  width: 100%;
}

#season .sommer-symbol {}

#season .item-herbst {
  background: rgb(55, 81, 160);
  width: 100%;
}

#season .herbst-symbol {}

#season .item-winter {
  background: rgb(21, 55, 127);
  width: 100%;
}

#season .winter-symbol {}

#season .item-wichtige-information {
  background: rgb(58, 58, 58);
  width: 100%;
}

#season .quelle {
  position: absolute;
  bottom: -20px;
  right: 0px;
  text-align: right;
  color: rgb(150,150,150);
  text-shadow: none;
  font-size: 14px;
}

@media all and (max-width: 1000px) {
  #season ul {
    max-width: 700px;
  }
}

@media all and (max-width: 720px) {
  #season .global-title {
    text-align: left;
  }

  #season .global-streamlined {
    padding: 0 10px;
    width: 100%;
  }

  #season .h1 {
    font-size: 22px;
  }

  #season .h2 {
    font-size: 20px;
  }

  #season p {
    font-size: 18px;
  }

  #season .mobile-hidden {
    display: none;
  }
  #season .item-wichtige-information .list-title {
    position: static;
    font-size: 30px;
  }
}
