div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

.smallcolumn .csc-textpic-above .csc-textpic-text {
	background: #E5E5E5;
	border-radius: 0 0 6px 6px;
	padding: 15px 20px 2px;
}

.smallcolumn .csc-textpic-above .csc-textpic-text h3 {
	font-size: 17px;
	margin-bottom: 5px;
}

.smallcolumn .csc-textpic-above .csc-textpic-text h4 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}

.smallcolumn .csc-textpic-above .csc-textpic-text a {
	float: right;
}

.smallcolumn .csc-textpic-above .csc-textpic-text a:before {
	color: #E13F2A;
	content: "g";
	font-family: "ewr-netze" !important;
	font-size: 9px;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: 1;
	margin-right: 5px;
	text-transform: none !important;
}

.csc-textpic-text p {
	overflow: unset;
}


@media screen and (max-width: 980px) {
	.smallcolumn div.csc-textpic .csc-textpic-imagewrap img {
		width: 100%;
		height: auto;
	}

	.smallcolumn .csc-textpic-above .csc-textpic-text {
		padding: 15px 6% 2px;
	}

	.bigcontent .csc-textpic-above .csc-textpic-imagewrap img {
		width: 100%;
		height: auto;
	}

}