.ctype-textmedia.layout-4,
.ctype-textmedia.layout-3 {
	background: #fff;
	margin-left: 50px;
	max-width: 350px;
}

.ctype-textmedia.layout-4 {

}

.ctype-textmedia.layout-4 .cwrap,
.ctype-textmedia.layout-3 .cwrap {
	max-width: 1000px;
	margin: 0 auto;
}

.ctype-textmedia.layout-4 a {
    
}


.ctype-textmedia.layout-3 .cwrap h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 36px;
	line-height: 1.2em;
}

.ctype-textmedia.layout-3 .ce-bodytext p.date {
	padding: 0;
	font-size: 12px;
}

.ctype-textmedia.layout-3 .cwrap h2:after {
	content: '';
	display: block;
	width: 220px;
	height: 1px;
	background: #000;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 50px;
}

.ctype-textmedia.layout-4 .cwrap .ce-textpic .ce-bodytext {
	background: #EAEBE9;
	padding: 20px 30px;
	position: relative;
}

.ctype-textmedia.layout-4 .cwrap .ce-textpic .ce-bodytext p {
	padding: 0;
}

.ctype-textmedia.layout-4 .cwrap .ce-textpic .ce-bodytext a:after {
	position: absolute;
	bottom: 15px;
	right: 15px;
	display: block;
	content: ' ';
	background-image: url(../Icons/pfeil.svg);
	background-size: 34px 34px;
	height: 34px;
	width: 34px;
	transition: all 0.3s;
	cursor: pointer;
}
.ctype-textmedia.layout-4 .cwrap .ce-textpic .ce-bodytext a:hover:after {
     background-image: url(../Icons/pfeil.svg);
    background-size: 44px 44px;
    height: 44px;
    width: 44px;
}

.ctype-textmedia.layout-4 .cwrap .ce-textpic .ce-bodytext h4 {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}