/* Locations
 * Max. Eichen.
 */
#locations {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 50px;
  background: rgb(58, 58, 58);
}

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

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

#locations .global-title {
  color: white;
}

#locations .location-item {
  display: inline-block;
  min-height: 250px;
  min-height: 350px;
  width: 325px;
  margin: 0;
  position: relative;
  text-align: left;
}

#locations .wasch-symbol {
  display: inline-block;
  width: 65px;
}

#locations ul {
  font-size: 17.5px;
}

#locations li {
  display: inline-block;
  margin-bottom: 12px;
}

#locations .ui-block {
  display: inline-block;
  width: 320px;
  width: 325px;
  width: auto;
}

#locations .links {
  display: inline-block;
  padding-top: 30px;
}

#locations .links li a {
  display: inline-block;
  min-width: 215px;
  padding: 5px 0 3px 0;
  color: rgb(51, 50, 50);
  padding-left: 10px;
  font-size: 17px;
  font-weight: bold;
  background: white;
  border-radius: 5px;
  text-shadow: none;
  font-weight: 900;
}

#locations .sticker-neu {
  bottom: -18px;
  right: -18px;
}

#locations .location-header {
  /* display: inline-block;
	width: 65px;
	position: absolute;
  left: -65px;
	top: 0; */
  display: inline-block;
  width: 65px;
}

#locations .list-title {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 22.5px;
  font-weight: 900;
}

@media all and (max-width: 1000px) {
  #locations .global-title {
    max-width: 700px;
  }

  #locations .location-item {
    width: 325px;
  }

  #locations .waschstrasse-button {
    position: static;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  #locations .location-header {
    position: static;
    width: 100%;
  }

  #locations .list-title {
    margin-top: 5px;
  }

  #locations li {
    width: 100%;
  }

  #locations .ui-block {
    width: 100%;
  }
}

@media all and (max-width: 700px) {
  #locations .global-streamlined {}

  #locations .global-title {
    font-size: 16px;
  }

  #locations .waschstrasse-button {
    margin-top: 0;
    font-size: 16px;
    font-size: 18px;
  }

  #locations .location-item {
    /*width: 215px;*/
    text-align: center;
    width: 100%;
    min-height: 0;
  }

  #locations .wasch-symbol {
    width: 55px;
  }

  #locations ul {
    font-size: 16px;
    font-size: 18px;
  }

  #locations .list-title {
    font-size: 20px;
    font-size: 22px;
    margin-bottom: 5px;
  }
}

#locations .antrag_mobile {
  display: none;
}

@media all and (max-width: 430px) {
  #locations .antrag_mobile {
    display: inline-block;
    color: rgb(58, 58, 58);
    text-shadow: none;
    padding: 5px 0 3px 0;
    min-width: 215px;
    border-radius: 5px;
    /* border-radius: 5px; */
    background: rgb(252,237,79);
  }
}