div.cEditor .cke_source {white-space: pre-wrap;}
.cke_editable img {display: inline-block;}

/* 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;
}

@media all and (min-width: 800px) {
	.EditorList2C {
		column-count: 2;
	}
}
/* 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;
}


/* 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;
}

/* Templates */
.editorColumnsTwo .col {width: calc(50% - 40px);}
.editorColumnsThree .col {width: calc(33.333% - 20px);}
div.editorChessboard { width: auto; overflow: hidden; border-radius: 20px; }
div.editorChessboard .row { display: flex; width: auto; margin: 0; }
div.editorChessboard .row * { flex-basis: 50%; flex: 1 0 0px; padding: 10px; order: 0; }
div.editorChessboard .row h2 {  margin: 0; background-color: orange; color:  white; text-align: center; }
div.editorChessboard .row div {  margin: 0; background-color: white; }
div.editorChessboard .row:nth-child(even) h2, div.editorChessboard .row:nth-child(odd) div { order: 1; }
div.editorChessboard.default .row h2 {  background-color: grey; color:  white;}		/* Default Theme */

div.editorChessboard li {
	padding-right:10px;
	margin-left: 40px;

}

div.editorChessboard li::before {
	left: -10px;
	top: 8px;
}


/* Inline Styles */
.EditorUppercase { text-transform: uppercase; }
.EditorCapitalize { font-variant-caps: small-caps; }

.editorSlogan {
	font-style: italic;
	font-size: 140%;
	padding: 2%;
	/*background-color: var(--logo-color-1-dark);*/
	color:  var(--logo-color-1) !important;
	display: flex;
	margin-bottom: 30px;
	position: relative;
	background-image: url('/images/content/slogan-background.jpg');
	display: block;
	background-size: 100%;
}
.editorSlogan::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px dashed #fff;
    box-sizing: border-box;
}
.EditorTimeline {
	border: none;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
.EditorTimeline td {
	padding: 10px 10px 10px 20px;
	vertical-align: top;
	position: relative;
}
.EditorTimeline td:first-of-type {
	border-right: 4px solid #dddddd;
	text-align: right;
	padding: 10px 20px 10px 0;
	font-weight: bold;
}
.EditorTimeline td:first-of-type:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	right: -10px;
	top: 15px;
	border-radius: 50%;
	border: 4px solid #0391c5;
	background: #fff;
}
.EditorTimeline ul {
	margin: 0;
	padding-bottom: 0;
}

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

	.editorColumnsThree {
		column-count: 3;
		column-gap: 3.33%;
	}
	@media all and (max-width: 900px) {
		.editorColumnsThree .col,
		.editorColumnsTwo .col {width: 100%; margin-bottom: 1rem;}
	}
}