
.ift-karte .vocatium-pin {
	
	position:absolute;	
	width:10px;
	height:10px;	 
}

.ift-karte .parentum-pin {
	position:absolute;	
	width:10px;
	height:10px;
}

.ift-karte .container-text {

  border-radius: 0px;
  padding: 8px;
  width:max-content;
  min-width:100px;
  max-width:300px;
  
  visibility: hidden;
      
  border-width: 0px 0px 0px 0px;
  
  /* Position the tooltip */
  position: absolute;  
  bottom:38px;
  left:50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  
    
}

.ift-karte .info-text {
  text-align: left;  
  color: #fff;  
  white-space: normal;  
  font-family: 'Barlow SemiBold';
  font-weight: bold;
  display:block;
  margin:3px;
  border-bottom: solid 1px #fff;
  padding-bottom:5px;

}

.ift-karte .info-text:last-child {

  border-bottom: none;
  padding-bottom:0px;

}

.ift-karte .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;	
}


.ift-karte .vocatium-pin .container-text {
	background-color: #F59B0E;	
	border-color: #F59B0E transparent transparent transparent;
}

.ift-karte .parentum-pin .container-text {
  	background-color: #B7368C;  	
  	border-color: #B7368C transparent transparent transparent;  
}

.ift-karte .container-text::after {
	position: absolute;
	bottom: -29px;	
	width: 0px;
	height: 0px;
	-webkit-transform: rotate(360deg);	
	border-style: solid;
	border-width: 30px 12px 0px 12px;
	border-color: inherit;
	content: "";
	left: 50%;
	-ms-transform: translate(-50%, 0%);
  	transform: translateX(-50%);

}

.messe-hover:hover .container-text {
  visibility: visible;
}