#onkologie .map-container {
  position:relative;
  max-width:627px;
  margin-bottom:20px;
}

#onkologie .map_warning {
  position: absolute;
  right: 3%;
  top: 5%;
  width: 265px;
  padding: 10px;
  background: white;
}

#onkologie #selectIcd,
#onkologie #selectIcdMobile {
  width: 100%;
}

#onkologie .map {
  position: relative;
}

#onkologie .map .circleLink {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-radius: 8px;
  text-decoration: none;
  -moz-box-shadow: 0 0 6px #4c739c;
  -webkit-box-shadow: 0 0 6px #4c739c;
  box-shadow: 0 0 5px #4c739c;
  background: linear-gradient(to bottom,#f28181 0%,#e50303 100%);
}

#onkologie .map .circleLink:hover,
#onkologie .map .circleLink.highlighted {
  background:linear-gradient(to bottom,  #829dba 0%,#6788ab 100%);
}


#onkologie .map_legend {
  margin-bottom:20px;
  font:normal 11px/13px Arial,Helvetica,sans-serif;
}
#onkologie .map_legend p {
  margin:0 0 10px 0;
  padding:3px 0 1px 22px;
}
#onkologie .map_legend p.legend_red {
  background:url('/fileadmin/tpls/res/legend_red.png') no-repeat left center;
}
#onkologie .map_warning p {
  color:black;
  margin:0;
}
#onkologie .map_warning p span {
  color:black;
  font-weight:bold;
  text-transform:uppercase;
}
#onkologie  h3.legend_red {
  padding:0 0 0 25px;
  background:url('/fileadmin/tpls/res/legend_red.png') no-repeat left center;
}
