#map-container {
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
  position: relative;
  flex-direction: column;
  padding-left: 0!important;
}

#map-container .map-bg-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url('/fileadmin/templates/img/verlauf.png') 0 0 no-repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 20;
}

#map-container .map-bg-images {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 10;
  opacity: 0.6;
}

#map-container .map-bg-images img{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 10;
  opacity: 1;
  display: none;
}

#map-container #map-canvas-container {
  width: 450px;
  height: 450px;
  position: relative;
  margin: 0 300px 0 150px;
  padding: 0;
  z-index: 100;
}

#map-container .map-sidebar {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
  width: 340px;
}

#map-container .map-sidebar .map-link,
#map-container .map-sidebar .map-back-button {
  background-color: #EEF7FC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 2px 3px 1px #999999;
  color: #396382;
  cursor: pointer;
  display: none;
  margin: 0 0 10px;
  padding: 5px 10px;
  width: 300px;
}

#map-container .map-sidebar .map-back-button:hover {
  color: #eef7fc;
  background-color: #396382;
}

#map-container .map-sidebar .map-link a:hover {
  color: #136199;
}

#map-container .map-sidebar .map-link {
  margin: 10px 0 !important;
  width: 340px !important;
  height: 30px !important;
  overflow-y: auto;
}


#map-container .map-sidebar .map-link p {
  margin: 0 0 2px 0;
}

#map-container .map-sidebar .map-back-button img {
  position: absolute;
  top: 4px;
  right: 10px;
}

.map-back-button{
  width: 340px !important;
  height: 30px;
}

#map-container .map-sidebar .map-info-container {
  width: 340px;
  height: 340px;
  padding: 10px;
  background-color: #eef7fc;
  overflow-y: auto;
  -webkit-box-shadow: 2px 2px 3px 1px #999;
  box-shadow: 2px 2px 3px 1px #999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #136199;
}

#map-tooltip {
  display: none;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  left: 0;
  top: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 2px 2px 3px 1px #999;
  box-shadow: 2px 2px 3px 1px #999;
  z-index: 999;
  pointer-events: none;
}

.map-ajax-loader{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  margin: -15px 0 0 -15px;
}

#map-tempMapHelper{
  display: block;
  position: fixed;
  width: auto;
  background-color: #fff;
  z-index: 999;
  padding: 10px;
  border: 1px solid grey;
  margin-left: 5px;
  text-align: left;

}

#map-tempMapHelperTextInput{
  display: block;
  position: fixed;
  left: 50%;
  width: 180px;
  z-index: 999;
  background-color: #fff;
  padding: 10px;
  margin-left: 200px;
  margin-top: 170px;
  border: 1px solid grey;
}

.template-2 .closemap {
  top: 70px;
}


.template-1 .closemap {
  top: 110px;
}

.closemap {
  color: #555;
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  z-index: 100;
  padding: 0 !important;
  background: transparent;
  border: transparent;
}

.closemap:hover {
  cursor: pointer;
}
