.ehemaligeentry {
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	position: relative;
}

.ehen1 {
  background: #22313F;
}

.ehen2 {
  background: #2C3E50;
}

.ehemaligeentryimg1 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 300px;
}

.ehemaligeentryimg2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
}

.ehemaligeentry img {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.ehemaligeentrycontent1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: auto;
}

.ehemaligeentrycontent2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: auto;
}

.ehemaligeentrydescription {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0,-50%);
	text-align: center;
	max-height: 230px;
}

.ehemaligeentrydescription p {
	padding: 5px;
	font-family: "SourceSansPro";
	margin: 0;
	font-size: 20px;
	color: #FFF;
}

.ehemaligeentrydescription p b {
	text-decoration: underline;
}

.ehemaligeentrydescription h2 {
	padding: 0;
	margin: 0;
	font-family: "SourceSansPro";
	font-weight: bold;
	font-size: 26px;
	color: #FFF;
}
