.ce_accordionStart.validation_full {
	background-image:url(../images/validierung.png);
	background-repeat:no-repeat;
	background-position: right 25px top 10px;
	background-size:25px 25px;
}
.mod_article .ce_text.no-indent {
	text-indent: none;
}


/**********
icons 
**********/

.fa {
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    line-height: 1.5em !important;
    color: #fff;
    border-radius: 1.5em;
    margin-right: 10px;
}
.green {
    background: #75c145;
}
.yellow {
    background: #ffcc00;
}


/**********
headline 
**********/

.validierung h3 {
    margin-top: 0;
}


/**********
table 
**********/

.validierung {
    margin-bottom: 20px;
}
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	/* border-bottom: 3px solid #ddd; */
}
table.rg-table thead {
	border-bottom: 1px dotted #ddd;
	color: #222;
}
table.rg-table tbody tr {
	border-bottom: 1px dotted #ddd;
	color: #222;
}
table.rg-table tbody tr:last-of-type {
	border-bottom: none;
}



table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
}
table.rg-table th:first-of-type {
	padding-left: 0;
}
table.rg-table td {
	padding: 0.35em;
}
table.rg-table td:first-of-type {
	padding-left: 0;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number,
td.number {
	text-align: right;
}
table.rg-table td.nowrap {
	white-space: nowrap;
}

/* media queries */
@media screen and (max-width: 700px) {
	.rg-container {
		max-width: 600px;
		margin: 0 auto;
	}
	table.rg-table {
		width: 100%;
	}
	table.rg-table tr.hide-mobile,
	table.rg-table th.hide-mobile,
	table.rg-table td.hide-mobile {
		display: none;
	}
	table.rg-table thead {
		display: none;
	}
	table.rg-table tbody {
		width: 100%;
	}
	table.rg-table tr,
	table.rg-table th,
	table.rg-table td {
		display: block;
		padding: 0;
	}
	table.rg-table tbody tr {
		border-bottom: none;
		margin: 0 0 1em 0;
		padding: 0;
	}
	table.rg-table tr.highlight {
		background-color: inherit !important;
	}
	table.rg-table.zebra tr:nth-child(even) {
		background-color: transparent;
	}
	table.rg-table.zebra td:nth-child(even) {
		background-color: #f6f6f6;
	}
	table.rg-table tr:nth-child(even) {
		background-color: transparent;
	}
	table.rg-table td {
		padding: 0.5em 0 0.25em 0;
		border-bottom: 1px dotted #ccc;
		text-align: right;
	}
	table.rg-table td[data-title]:before {
		content: attr(data-title);
		font-weight: bold;
		display: inline-block;
		content: attr(data-title);
		float: left;
		margin-right: 0.5em;
	}
	table.rg-table td:last-child {
		padding-right: 0;
		border-bottom: 1px solid #ccc;
	}
	table.rg-table tr:last-child td:last-child {
		border-bottom: none;
	}
	table.rg-table td:empty {
		display: none;
	}
	table.rg-table .highlight td {
		background-color: inherit;
		font-weight: normal;
	}
}