﻿#mapwrapper {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
#mapbase svg {
  max-height: 100%;
  width: 100%;
  margin: 0;
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) ); 
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
}
#pljstip {
  font-family: Manrope;
  font-size: 14px;
  font-weight: bold;
  display: none;
  max-width: 40%;
  padding: 12px;
  color: #000;
  z-index: 1000;
  float: left;
  position: absolute;
  background: #fff;
  word-break: keep-all;

}
#pljstip p {
  margin: 0!important;
  color: #404040!important;
}
#pljstip img {
  float: left;
  padding: 3px;
  max-width: 100%;
}
@media screen and (max-width: 320px){
  #mapbase svg {
    height:240px;
  }
}
@media screen and (max-width: 400px) and (min-width: 321px) {
  #mapbase svg {
    height:280px;
  }
}
@media screen and (max-width: 480px) and (min-width: 401px) {
  #mapbase svg {
    height:340px;
  }
}
@media screen and (max-width: 568px) and (min-width: 481px) {
  #mapbase svg {
    height:390px;
  }
}
@media screen and (max-width: 685px) and (min-width: 569px) {
  #mapbase svg {
    height:400px;
  }
}
@media screen and (max-width: 767px) and (min-width: 686px) {
  #mapbase svg {
    height:440px;
  }
}
@media screen and (min-width: 768px) {
  #mapbase svg {
    height:680px;
  }
}
/* THIS IS TO HIDE AN AREA IF NEEDED
#pljs2, #pljsvn2 {
  display: none;
}*/