#map-container {
		  position: relative;
		  aspect-ratio:1903/673;
		 /* width: 1395px;
		  height: 880px;*/
	
		  background-size: cover;
		  border: 1px solid #ccc;
		}
	
		.marker {
		  position: absolute;
		  text-indent:-99999px;
		  background-color: #75aab1;
		  border-radius: 50%;
		  transform: translate(-50%, -50%);
		  text-decoration: none;
		  display: flex;
		   line-height:0;
		  font-size:0;
		  align-items: center;
		  justify-content: center;
		  color: transparent !important;
		  font-size: 12px;
		   transition:transform .1s ease-in-out;
		}
		
		.marker::after{
			content:'';
			background:url('https://www.seminarlocations.ch/assets/img/marker00.png') center center no-repeat;
			background-size:cover;
			aspect-ratio:35/38;
			 width: 2vw;
		  height: auto;
			position:absolute;
			
		}
		
		.marker2 {
		  position: absolute;
		  text-indent:-99999px;
		  line-height:0;
		  font-size:0;
		  background-color: #59063a;
		  border-radius: 50%;
		  transform: translate(-50%, -50%);
		  text-decoration: none;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  color: transparent !important;
		  font-size: 12px;
		  transition:transform .3s ease-in-out;
		}
		
		.marker:hover::after,.marker2:hover::after{
			transform:rotate(180deg) scale(1.1);
		}
		
		.marker2::after{
			content:'';
			background:url('https://www.seminarlocations.ch/assets/img/marker1.png') center center no-repeat;
			background-size:cover;
			aspect-ratio:35/38;
			 width: 2vw;
		  height: auto;
			position:absolute;
			
		}
		
		