.map-wrapper {
  background: #f6f6f6;
  margin-bottom: 15px;
  max-height: 1053px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .map-wrapper {
      max-height: 600px; } }

.offer-info {
  position: absolute;
  right: 15px;
  bottom: 5px; }

.map-headline {
  padding: 24px 0;
  text-align: center;
  font-size: 24px;
  line-height: 32px; }

.offered-maps {
  height: 400px; }
  @media (min-width: 992px) {
    .offered-maps {
      height: 600px; } }

.offered-maps .leaflet-popup-content-wrapper {
  background: #f6f6f6;
  border-radius: 0;
  text-align: center; }

.current-choice {
  display: none;
  background: #f6f6f6;
  padding: 20px 10px 0;
  min-height: 82px; }
  .current-choice div {
    border: 1px solid #dadada;
    font-weight: 700;
    background: #fff;
    padding: 10px; }
    .current-choice div:empty {
      background: #f6f6f6;
      min-height: 42px; }
    .current-choice div span {
      font-weight: 500;
      color: #929292;
      float: right; }
    .current-choice div:last-child {
      border-top: 0; }

.popup {
  pointer-events: none;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 401;
  top: 20px;
  font-weight: 700; }
  .popup span {
    background: rgba(255, 255, 255, 0.75);
    padding: 10px;
    border: 1px solid #fff; }
    .popup span:empty {
      display: none; }

#more_info .map-list, .map-list .map-list {
  margin: 0 !important;
  list-style: none;
  background: #f6f6f6;
  padding: 10px 10px 38px 10px;
  max-height: 442px;
  overflow: auto; }
  #more_info .map-list a, .map-list .map-list a {
    font-size: 16px;
    text-decoration: none;
    padding: 8px 0 7px 10px;
    display: block; }
    #more_info .map-list a:hover span, .map-list .map-list a:hover span {
      font-weight: 700;
      color: #3db548; }
    #more_info .map-list a span, .map-list .map-list a span {
      color: #929292;
      font-style: italic;
      font-size: 14px; }
  #more_info .map-list .active, .map-list .map-list .active {
    font-weight: 700; }

#more_info .select-wrapper, .map-list .select-wrapper {
  padding: 10px; }
  #more_info .select-wrapper ul, .map-list .select-wrapper ul {
    margin: 0 !important;
    list-style: none; }
  #more_info .select-wrapper a, .map-list .select-wrapper a {
    color: #333333; }
    #more_info .select-wrapper a.selected.active, .map-list .select-wrapper a.selected.active {
      color: #fff; }
