/*CSS für Kreisstadt Steinfurt Denkmalschutz 'Talal Refit'*/

.ol-popup{
	padding:30px !important;
	min-width:310px !important;
	overflow-y: scroll;
	background-color:rgba(255, 255, 255, 0.8);
	box-shadow:5px 5px 15px rgba(0, 0, 0, 0.5);
}
.ol-popup::-webkit-scrollbar {
    display: none;
}
.ol-popup {
  scrollbar-width: none;  /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}
.ol-popup-closer {
      text-decoration: none;
      padding:10px;
      color: #555;
}
.ol-popup-closer:hover{
  color:#f55;
}