#boxrechts {
	width: 100%;
	background: #efefef;
	padding: 15px;
	overflow: auto;
	margin: 16px 0;
}

.boxrechts-img {
	float: right;
	width: 115px;
	padding: 7px 0 5px 15px;
	overflow: auto;
}

.item {
	width: 100%;
	height: 250px;
	margin: 0 0 10px 0;
	background: #999;
	padding: 15px;
	color: #fff;
	position: relative;	
}

.item a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;	
}

.item a:hover {
	opacity: .7;
	cursor: pointer;
}

.item-datum {
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 2.5em;
	opacity: 0.5;
	z-index: 1;
	padding: 5px;
}

.item-info {
	z-index: 2;
	padding: 60px 0 0 40px;
}

.item h3 {
	color: #fff;
	font-family:'Univers LT W01_55 Roman1475956';
	margin: 0;
}

.item p {
	margin: 0 0 10px 0;
}

.border {
	position: relative;
}

.border:before {
	content: "Neuer Eintrag";
	position: absolute;
	display: block;
	top: 10px;
	right: 10px;
	z-index: 10;
	background: rgba(197,3,71,0.75);
	color: #fff;
	padding: 3px 6px;
	font-size: 0.8em;
	border: 1px solid #fff;
}

/* Normal Screen */

@media screen and (min-width: 768px) {
	
	#boxlinks {
		float: left;
		width: 60%;
	}	
	
	#boxrechts {
		float: right;
		width: 36.66%;
		font-size: 0.87em;
		margin: 0 0 30px 3.33%;
	}
	
	#geschichte {
		width: 100%;
		margin: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;		
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;		
		-webkit-justify-content: space-between;	
		justify-content: space-between;			
	}
	
	.item {
		width: 33.33%;
		height: auto;
		margin: 0;
		padding: 30px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;	
	}
	
	.item-info {
		padding: 40px 0 0 40px;
	}	
	
	#publikationen {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;		
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;		
		justify-content: space-between;
	}
	
	.div-pub {
		width: 49%;
		width: calc(50% - 5px);
		margin: 0 0 10px 0;
		font-size: 0.8em;
		line-height: 120%;
	}
	
	.content-splitter {
		max-width: 750px !important;
	}
	
}
