@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&display=swap');

html,body {
  background-color: #999;
  height: 100%;
  width: 100%;
  margin: 0; padding: 0;
	font-family: Open Sans,sans-serif;
  font-size: 1em;
  overflow: hidden;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

#header {
  font-family: Verdana, Arial;
  font-size: 1em;
  overflow: hidden;
  color: #333;
}

#map {
  height: 100%;
  width: 100%;
  padding: 0; margin: 0;
  pointer-events: none;
}

#content {
  font-size: 1em;
}

#osm {
  padding: 5px;
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 0px;
  position: absolute;
  z-index: 9999999999;
  bottom: 0;
  background: rgba(255,255,255,0.5);
}

/*custom Pop-Up

.olPopup {
  border-radius: 3px;
  background:rgba(255,255,255,0.9);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  height: 300px !important;
  max-width: 300px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.olFramedCloudPopupContent {
  width: 100% !important;
  height: auto !important;
  position: absolute;
  z-index: 1;
  overflow: show !important;
  left: 0px !important;
  top: 0px !important;
  padding: 20px !important;
  box-sizing: border-box;
}
*/

.olPopup {
  border-radius: 3px;
  background:rgba(255,255,255,0.9);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  height: 300px !important;
  pointer-events: all !important;
  position: fixed !important;
  top:50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
  width: 290px !important;
}


.olFramedCloudPopupContent {
  top: 0px !important;
  padding: 10px !important;
  width: 260px !important;
}


.olFramedCloudPopupContent h3 {
  text-align: center;
    font-size: 10px;
    text-transform: uppercase;
  letter-spacing: 0.5px;
}

.olFramedCloudPopupContent h3:first-line {
  font-size: 200%;
  font-family: 'Oxanium', cursive;
}



.olFramedCloudPopupContent img {
  margin: auto;
  display: block;
  width: 90px !important;
}

.olPopupCloseBox {
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  right: 8px !important;
  top: 8px !important;
  z-index: 1;
  background: none !important;
  cursor: pointer;
  color:#fff !important;
}

.olPopupCloseBox::before {
  color:#999 !important;
  font-size: 20px !important;
  display: block;
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  font-weight:900;
}

div[id*="_popup_FrameDecorationDiv_"]
{
  display:none !important;
}

div[id*="OL_Icon_"] {
  width:60px !important;
  height: 60px !important;
  background: rgba(255,255,255,0.99) url("../images/herzzahn.svg") no-repeat;
  background-size: 75%;
  background-position: center;
  border-radius: 100px;
  padding:35px;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  pointer-events: all !important;
}


div[id*="OL_Icon_"] img  {
  display:none;
}


.olPopup a {
  border: 1px solid #333;
  border-radius: 100px;
  padding: 5px 10px;
  display: block;
  text-align:center;
  width: auto;
  text-transform: uppercase;
  transition: all linear 0.5s;
}


.olPopup a:hover {
  background: #333;
  color:#fff;
  text-decoration: none;
}


.olControlPanZoomBar, .maximizeDiv {
  display: none;
}
