#flexicontent {
	margin: 0 0px;
}
#flexicontent h2 {
	margin-left: 0px;
}
.item-content {
	margin: 0px 0 0 0;
	position: relative;
	padding: 50px 170px 0px 170px;
	background: #ffffff;
}
.item-image {
	margin-left: -288px;
	margin-right: -288px;
	position: relative;
	height: 300px;
}
@media only screen and (max-width: 1024px) {
	#page {
		background-position: 0 -410px !important;
	}
	.item-image {
		margin-left: -20px;
		margin-right: -20px;
		position: relative;
		padding-bottom: 31%;
		height: 0;
		width: calc(140%);
		background-size: auto 100% !important;
	}
	.componentheading {
		bottom: 13% !important;
		top: auto !important;
		left: 10px !important;
	}
}
@media only screen and (max-width: 568px) {
	.item-image {
		margin-left: -5px;
		margin-right: -5px;
		position: relative;
		padding-bottom: 41%;
		height: 0;
		width: calc(110%);
		background-size: auto 100% !important;
	}
	.componentheading {
		bottom: 22% !important;
		top: auto !important;
		left: 0px !important;
	}
}
div.item-image div.copyright {
	position: absolute;
	right: -260px;
	top: 280px;
	width: 250px;
	color: #fff;
	cursor: pointer;
	text-shadow: 0px 0px 3px #000;
}
div.item-image div.copyright span {
	font-size: 1.5em;
	padding: 1px 3px 0 0;
	display: block;
	float: left;
}
div.item-image div.copyright div.descr {
	color: #000000;
	left: -205px;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	width: 260px;
	z-index: 3;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
	display: none;
	text-shadow: none;
}
div.item-image div.copyright div.descr h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
div.item-image div.copyright:hover div.descr {
	display: block;
}
#flexicontent .item-content .aenderung {
	position: absolute;
	top: 30px;
	right: 50px;
	height: 50px;
	width: 150px;
	background: url("../../../../../../templates/minnemedia/gfx/geaendert.png") top left no-repeat;
}
#flexicontent .item-content .digital {
	position: absolute;
	top: 30px;
	right: 50px;
	height: 50px;
	width: 150px;
	background: url("../../../../../../templates/minnemedia/gfx/digital.png") top left no-repeat;
}
#flexicontent .item-content .digital span,
#flexicontent .item-content .aenderung span {
	display: none;
}
#flexicontent .item-content .referenten p {
	padding: 0;
}
