/* Mehr lesen */
div.text-container {
	margin: 0 auto;
	width: 100%;
}

/* edge */
@supports ( -ms-ime-align:auto) {
	.hideContent { background: #fff!important; -webkit-text-fill-color:#333!important;}
}


.hideContent {
	overflow: hidden;
	height: 95px;
	background: linear-gradient(to bottom,#171717 70%, #333 70%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	border-bottom: 1px dotted #ccc;

}	

.showContent {
/*	line-height: 1em;*/
	height: auto;
	margin-bottom:50px;
}

.show-more {
	padding: 15px 0;
	text-align: right;
/*	border-top: 1px dotted #ccc; */
	position:absolute;
	bottom:0;
	right:0;
}
/* .show-more a { background: #950605;padding: 0.5rem 1rem;opacity:0.7} */
.show-more a { background: #FFF;padding: 0.5rem 1rem}
.show-more a:hover {opacity1;}

@media only screen and (max-width: 767px){
	.hideContent {height: 178px;}
}

table.cattext{
	width:100%;
}
table.cattext td{
	text-align:center;
}

/* Bilder Beschreibung */
@media only screen and (max-width: 767px){
	img.responsivedesc {
		width: 100%;
		height: auto;
	}
}

