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

.editorZitat {
	display: inline-block;
	font-family: Georgia, serif;
	font-size: 137%;
	font-style: italic;
	padding: 2% 2%;
	line-height: 1.45;
	position: relative;
	color: #383838;
	background: rgba(180, 180, 180, 0.2);
	margin-top: 20px;
	border: 1px solid #ffcd39;
	box-shadow: 0 2px 13px rgba(0,0,0,0.2);
	border-radius: 2px;
}
.editorZitat:before {
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 98px;
	position: absolute;
	left: -5%;
	top: -47px;
	color: #fec92b;
}
.editorButton {
	display: inline-block;
	color: #fff;
	padding: 0px 14px;
	position: relative;
	transition: all 250ms;
	text-align: center;
	line-height: 34px;
	background: #f8b920;
}
.editorButton:hover {
	text-decoration: none;
	background-color: #fecb32;
}
.editorSlogan {
	padding: 2%;
	background-color: rgba(180, 180, 180, 0.23);
	color: #444;
	font-size: 130%;
	font-style: italic;
	border-left: 6px solid rgb(248, 185, 32);
	margin-left: 10px;
}

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


.editorTablePrice {
	margin-bottom: 2em;
}
.editorTablePrice tr:not(:first-child) td {
	padding-top: 15px;
}
.editorTablePrice td {
	border-bottom: 1px dashed #bbb;
}
.editorTablePrice td:not(:last-child) {
	padding-right: 24px;
}


/* Fliessbilder */

.editorImageLeft,
.editorImageRight,
.editorImageCenter {
	position: relative;
	top: 7px;
	margin-bottom: 12px;
	max-width: 50%;
}
.editorImageLeft {
	float: left;
	margin-right: 2%;
}

.editorImageRight {
	float: right;
	/*margin-left: 2%;*/
	margin-right: 29%;
}

@media all and (max-width: 600px) {
	img.editorImageLeft,
	img.editorImageRight,
	img.editorImageCenter {
		max-width: 32%;
	}
}
@media all and (max-width: 400px) {
	img.editorImageLeft,
	img.editorImageRight,
	img.editorImageCenter {
		max-width: 100%;
		width: 100%;
		margin: 2em 0;
	}
}

.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;
}

@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%;
	}
}
