/* Map & stores */
#mapcontent {
  overflow: auto;
  width: 100%;
  margin: 64px auto;
}
#mapcontent .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1cm;
}
#mapcontent .row .columns {
	/*float: left;
	width: 50%;*/
}
#mapcontent .row .columns:first-child {
  padding-top: 40px;
  padding: 0;
	/*width: 50%;*/
  box-sizing: border-box;
}
#mapcontent .row .columns #map {
  height: 1250px;
  width: 100%;
}
#mapcontent .row .columns .shoplist {
  padding: 10px;
}
#mapcontent .row .columns .shoplist ul {
  list-style: none;
  list-style-image: none;
  -webkit-padding-start: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
#mapcontent .row .columns .shoplist ul li {
  box-sizing: border-box;
}
#mapcontent .row .columns .shoplist ul li a div {
  width: 100%;
  height: 100px;
  background-size: cover!important;
  background-position: center center!important;
}
#mapcontent .row .columns .shoplist ul li a img.image {
  width: 100%;
  height: auto;
}
#mapcontent .row .columns .shoplist ul li a h4 {
  float: left;
  margin: 5px 0;
  font-family: 'Exo', sans-serif;
  font-size: 0.9rem;
  color: #434344;
  font-weight: 600;
  height: 40px;
}
#mapcontent .row .columns .shoplist ul li a:hover h4 {
  color: #ba7818;
}
#mapcontent .row .columns .singleshop .singlewrap {
  display: none;
  padding: 30px 0 0 0;
}
#mapcontent .row .columns .singleshop .singlewrap .singletekst {
  width: 50%;
  float: left;
}
#mapcontent .row .columns .singleshop .singlewrap .singletekst a {
  text-decoration: none;
  color: #434344;
  font-weight: 600;
}
#mapcontent .row .columns .singleshop .singlewrap .singletekst a:hover {
  color: #ba7818;
}
/*#mapcontent .row .columns .singleshop .singlewrap .singleimage {
  width: 48%;
  height: 200px;
  float: left;
  background-size: cover!important;
  background-position: center center !important;
}*/
#mapcontent .row .columns .singleshop .singlewrap img.singleimage {
  width: 48%;
  height: auto;
  float: left;
}
#mapcontent .row .columns .singleshop .singlewrap hr.clear {
  clear: both;
  margin: 1em;
  border: none;
  color: transparent;
}

#mapcontent #changeCity {
  color: black;
  border-color: rgba(0,0,0,0.25);
  width: calc(100% - 20px);
  margin: 0 10px;
}

@media screen and (max-width: 850px) {
  #mapcontent .row {
    grid-template-columns: 1fr;
  }
	#mapcontent .row .columns{
		/*width:100% !important;
		padding: 0 !important;
		float: none;*/
	}
  #map {
    height: 700px!important;
  }
  .shoplist ul li h4 {
    font-size: 0.8rem!important;
  }
  .singleshop .singlewrap {
    padding: 10px 0 0 0!important;
  }
  .singleshop .singlewrap .singletekst {
    width: 90%!important;
    float: none;
  }
  .singleshop .singlewrap .singleimage {
    width: 90%!important;
    float: none;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 550px) {
  #map {
    height: 500px!important;
  }
  .shoplist ul li {
    width: 90%!important;
  }
  .shoplist ul li h4 {
    font-size: 0.8rem!important;
  }
}
