.inhalt {
overflow:hidden;
}

.inhalt i {
color: #545454;
font-size:9px;}

.eventbg {height:2px; 
width:100%;
background:var(--blacktransparent);}

section {
  
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  
}

.ip_events_h1 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
}

.ip_events_cat1{
    display: list-item;    
    list-style-image: url(https://www.divided-kingdoms.de/images/ipevents/Heimat.png);
    list-style-position: inside;
    text-align:justify;
}

.ip_events_cat2{
    display: list-item;    
    list-style-image: url(https://www.divided-kingdoms.de/images/ipevents/Spieler.png);
    list-style-position: inside;
    text-align:justify;
}


.ip_events_cat3{
    display: list-item;    
    list-style-image: url(https://www.divided-kingdoms.de/images/ipevents/Buendnisse.png);
    list-style-position: inside;
    text-align:justify;
}


.ip_events_cat4{
    display: list-item;    
    list-style-image: url(https://www.divided-kingdoms.de/images/ipevents/Laender.png);
    list-style-position: inside;
    text-align:justify;
}


.ip_events_timeline {
	position: relative;
}

.ip_events_timeline::before {
		content: '';
		background: #0c1012;
		width: 5px;
		height: 99%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
}

.ip_events_timeline-item{
	width: 100%;
	margin-bottom: 70px;
}


.ip_events_timeline-item:nth-child(even) .ip_events_timeline-content{
	 
			float: right;
			padding: 40px 30px 10px 30px;
	
}

.ip_events_timeline-item:nth-child(even) .ip_events_timeline-content .ip_events_date {
				right: auto;
				left: 0;
			}

.ip_events_timeline-item:nth-child(even) .ip_events_ttimeline-content::after {
				content: '';
				position: absolute;
				border-style: solid;
				width: 0;
				height: 0;
				top: 30px;
				left: -15px;
				border-width: 10px 15px 10px 0;
				border-color: transparent #f5f5f5 transparent transparent;
			}
			
.ip_events_timeline-item::after {
		content: '';
		display: block;
		clear: both;
	}



.ip_events_timeline-content {
	position: relative;
	width: 45%;
	padding: 10px 30px;
	border-radius: 4px;
	background: #0f1417;
	box-shadow: 0 20px 25px -15px rgba(0, 0, 0, .3);
}


.ip_events_timeline-img {
	width: 30px;
	height: 30px;
	
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-top: 25px;
	margin-left: -15px;
}



.ip_events_date {
	background: #0c1012;
	display: inline-block;
	color: #d3d3d3;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

a.menutooltip {
	outline: none; 
}
a.menutooltip:hover {
 	text-decoration: none;
} 
a.menutooltip span {
	z-index: 10;
	display: none; 
	padding: 14px 20px;
	margin-top: -25px; 
	margin-left: 5px;
	width: 220px; 
	line-height: 16px;
}
a.menutooltip:hover span{
	display: inline; 
	position: absolute; 
	color: #888a95;
	background: #090a0f;
	opacity: .8;
}