/* Waschparks
 * Max. Eichen.
 */
#waschparks {
  display: inline-block;
  width: 100%;
  background: rgb(58, 58, 58);
}

#waschparks .global-streamlined {
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}

#waschparks .bottom-block {
  display: inline-block;
  height: 20px;
  width: 100%;
}

#waschparks .wrapper-maps {
  display: inline-block;
}

#waschparks .flex-maps {
  display: inline-block;
  width: 100%;
  display: flex;
  flex: wrap;
  flex-flow: row wrap;
  height: auto;
  vertical-align: bottom;
  margin-top: 20px;
  margin-bottom: 30px;
  justify-content: space-between;
}

#waschparks .figure-map {
  display: inline-block;
  height: 100%;
  max-width: 405px;
  max-width: 440px;
  margin: 0;
  width: 100%;
  text-align: left;
  text-shadow: none;
  margin-bottom: 20px;
}

#waschparks .global-title-container {
  background: rgb(228, 0, 15);
  margin-bottom: 65px;
}

#waschparks .global-title {
  color: white;
  font-size: 20.4px;
}

#waschparks .star {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 22px;
  margin-right: 5px;
}

#waschparks .map {
  display: inline-block;
  height: 210px;
  height: 240px;
  width: 405px;
  width: 440px;
  text-align: left;
}

#waschparks .map-title {
  display: inline-block;
  width: 100%;
  font-size: 23.5px;
}

#waschparks .map-string {
  display: inline-block;
  width: 100%;
  font-size: 23.5px;
}

#waschparks .phrase {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  text-align: left;
  line-height: 1.5em;
}

#waschparks .size-big {
  font-size: 35px;
}

#waschparks .size-regular {
  margin-bottom: 18px;
}

@media all and (max-width: 1000px) {
  #waschparks .global-title-container {
    margin-bottom: 40px;
  }

  #waschparks .global-title {
    width: 700px;
  }

  #waschparks .size-big {
    font-size: 28px;
  }

  #waschparks .phrase {
    width: 700px;
    font-size: 18px;
  }

  #waschparks .flex-maps {
    width: 700px;
  }

  #waschparks .figure-map {
    width: 700px;
  }

  #waschparks .map {
    width: 700px;
    height: 300px;
  }

  #waschparks .map-title {
    font-size: 20px;
  }

  #waschparks .map-string {
    font-size: 20px;
  }
}

@media all and (max-width: 720px) {
  #waschparks .global-title-container {
    margin-bottom: 20px;
  }

  #waschparks .global-title {
    width: 100%;
    text-align: center;
  }

  #waschparks .size-big {
    font-size: 22px;
  }

  #waschparks .phrase {
    max-width: 600px;
    width: 100%;
    font-size: 18px;
    padding: 0 10px;
  }

  #waschparks .flex-maps {
    max-width: 600px;
    width: 100%;
    padding: 0 10px;
  }

  #waschparks .figure-map {
    max-width: 600px;
    width: 100%;
  }

  #waschparks .map {
    max-width: 600px;
    width: 100%;
    height: 250px;
  }

  #waschparks .map-title {
    font-size: 18px;
  }

  #waschparks .map-string {
    font-size: 18px;
  }
}
