/* Element - Tabelle - Responsive (eigenständig) */

.cmsTable.responsive > table,
.cmsTable.responsive tbody,
.cmsTable.responsive tr,
.cmsTable.responsive td { 
	display: block; 
}
.cmsTable.responsive tr:first-child { 
	left: -9999px;
	position: absolute;
	top: -9999px;
}
.cmsTable.responsive tr {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding: 13px 0;
}
.cmsTable.responsive tr:last-child { 
	border-bottom: 0;
}
.cmsTable.responsive td:before {
	content: attr(data-title);
	font-weight: 400;
	left: 10px;
	overflow: hidden;
	padding-right: 10px;
	position: absolute;
	text-overflow: ellipsis;
	top: 4px;
	white-space: nowrap;
	width: 45%;
}
.cmsTable.responsive td:after {
	background: #FCF4E6;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	bottom: -14px;
    content: "";
    left: 0;
    position: absolute;
    top: -13px;
    width: 45%;
    z-index: -1;
}
.cmsTable.responsive tr:last-child td:after {
	border-bottom: 0;
}
.cmsTable.responsive td {
	border: medium none;
	padding: 4px 10px 4px 49%;
	position: relative;
	text-align: left !important;
	width: auto !important;
	z-index: 1;
}