div.cEditor .cke_source {white-space: pre-wrap;}
.cke_editable img {display: inline-block;}
.cke_editable .editorFootTable {background-color: #dcdcdc;}
.cke_editable .editorTableStyle4 {background-color: #7fa23e;}
.cke_editable .editorTableStyle2 td,
.cke_editable .editorTableStyle3 td,
.cke_editable .editorTableStyle1 td,
.cke_editable .editorTableStyle1 td:last-of-type, .cke_editable .editorTableStyle1 h4,
.cke_editable .editorTableStyle1 td:last-of-type, .cke_editable .editorTableStyle1 h4,
.cke_editable .editorTableStyle2 td:last-of-type, .cke_editable .editorTableStyle2 h4,
.cke_editable .editorTableStyle3 td:last-of-type, .cke_editable .editorTableStyle3 h4 {color: #000;}

/* Inline */
.editorFontSatisfy {font-family: 'Satisfy', cursive;}

/* Spaltenbreiten */
.editorColWidthSpacer { width: 20px; }
.editorColWidth1 { width: 205px; }
.editorColWidth2 { width: 430px; }
.editorColWidth3 { width: 655px; }

/* Content Table */
.editorTableList h1,
.editorTableList h2,
.editorTableList h3,
.editorTableList h4 {
	margin: 0;
}

.editorTableList thead th, .editorTableList thead td {
	border-bottom: 1px solid #9a9a9a;
	padding: 5px 0;
}

.editorTableList tbody tr.last td {
	border-bottom: none;
	padding: 5px 0;
}

.editorTableList thead th h2 {
	color: #707070;
}

.editorTableList tbody tr:hover {
	background-color: #ededed;
}

.editorTableList tbody td {
	border-bottom: 1px solid #9a9a9a;
	padding: 4px 2px 0;
}

/* Fliessbilder */

.editorImageLeft,
.editorImageLeftBorder {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.editorImageRight,
.editorImageRightBorder {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}

.editorImageLeftBorder,
.editorImageRightBorder,
.editorImageBorder {
	border: 1px solid #707070;
	box-sizing: border-box;
}

/* Tabellen */
.editorFootTable {
	width: 100%;
	border: none;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.editorFootTable td {vertical-align: top; padding: 10px 0;font-weight: 500; padding-right: 10px;}
.editorFootTable tr {border-bottom: 1px solid rgba(255,255,255,0.1);}
.editorFootTable tr:last-of-type {border-bottom: none;}
.editorFootTable td:last-of-type {text-align: right; font-weight: bold; padding-right: 0; }
.editorFootTable p:last-of-type {margin-bottom: 0;}
.editorFootTable caption {
	color: #fff;
	font-weight: 500;
	text-align: left;
	font-size: 20px;
	line-height: 120%;
	border-bottom: 1px solid rgba(255,255,255,.4);
	padding-bottom: 5px;
	padding-top: 10px;
}

.editorTableStyle1 td {color: #fff; }
.editorTableStyle1 td:last-of-type,
.editorTableStyle1 h4 {color: #6e2f60;}

.editorTableStyle2 td {color: #fff; }
.editorTableStyle2 td:last-of-type,
.editorTableStyle2 h4 {color: #6e2f60;}

.editorTableStyle3 td {color: #efe3ae; }
.editorTableStyle3 td:last-of-type,
.editorTableStyle3 h4 {color: #ffe52c; line-height: 140%}

.editorTableStyle4 {background-color: #7fa23e; border-radius: 3px;}
.editorTableStyle4 td {color: #efe3ae; padding: 10px;}
.editorFootTable td:last-of-type {padding-right: 10px;}
.editorTableStyle4 td:last-of-type,
.editorTableStyle4 h4 {color: #ffe52c; line-height: 140%}
/* Farben */
.editorTheWhite { color: #fff; }
.editorTheBlack { color: #08090a; }
.editorTheRed { color: #ed1c24; }
.editorTheGreen { color: #0fd02f; }
.editorTheBlue { color: #0f60bf; }
.editorTheYellow { color: #ffe02f; }
.editorThePink { color: #ff206f; }

/* Frage und Antwort */
.editorFrage {
	background-image: url("../images/layout/faq-question.png");
	background-position: 0 6px;
	background-repeat: no-repeat;
	text-indent: 25px;
	font-weight: bold;
	margin-bottom: 1px;
}

.editorAntwort {
	background-image: url("../images/layout/faq-answer.png");
	background-position: 0 6px;
	background-repeat: no-repeat;
	text-indent: 25px;
}

@media screen and (min-width: 1110px) {
	.editorColumnsTwo {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 3%;
		-webkit-column-gap: 3%;
		column-gap: 3%;
	}

	.editorColumnsThree {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		
		-moz-column-gap: 3.33%;
		-webkit-column-gap: 3.33%;
		column-gap: 3.33%;
	}
}