/**
 * WYSIWYG-View: CMS-Fließtext wie im CKEditor (contents.css / .cke_editable).
 * Wrapper: .ck-content (classadd, ckedited-Artikel, Barrierefreiheit).
 */

#artikel2 .ck-content,
.innerboxleft .ck-content,
#ckedited .ck-content,
.ck-content {
	line-height: 1.6;
	color: #333;
	word-wrap: break-word;
}

#artikel2 .ck-content p,
.innerboxleft .ck-content p,
#ckedited .ck-content p,
.ck-content p {
	margin: 0 0 0.5em;
}

#artikel2 .ck-content p:last-child,
.innerboxleft .ck-content p:last-child,
#ckedited .ck-content p:last-child,
.ck-content p:last-child {
	margin-bottom: 0;
}

#artikel2 .ck-content h2,
#artikel2 .ck-content h3,
#artikel2 .ck-content h4,
#artikel2 .ck-content h5,
#artikel2 .ck-content h6,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6 {
	display: block;
	clear: both;
	font-weight: normal;
	line-height: 1.2;
	margin: 1.25em 0 0.5em;
}

#artikel2 .ck-content > :first-child,
.ck-content > :first-child {
	margin-top: 0;
}

#artikel2 .ck-content h2,
.ck-content h2 {
	font-size: 1.5em;
}

#artikel2 .ck-content h3,
.ck-content h3 {
	font-size: 1.17em;
}

#artikel2 .ck-content ul,
#artikel2 .ck-content ol,
.ck-content ul,
.ck-content ol {
	margin: 0 0 1em;
	padding-left: 40px;
	list-style-position: outside;
	display: block;
	width: auto;
	max-width: 100%;
	float: none;
	box-sizing: border-box;
}

#artikel2 .ck-content ul,
.ck-content ul {
	list-style-type: disc;
}

#artikel2 .ck-content ol,
.ck-content ol {
	list-style-type: decimal;
}

#artikel2 .ck-content li,
.ck-content li {
	margin: 0.25em 0;
	float: none;
	display: list-item;
	height: auto;
	line-height: inherit;
	border: none;
	border-radius: 0;
	padding: 0;
	color: inherit;
	background: transparent;
	font-size: inherit;
}

#artikel2 .ck-content a,
.ck-content a {
	color: #0782C1;
}

#artikel2 .ck-content strong,
#artikel2 .ck-content b,
.ck-content strong,
.ck-content b {
	font-weight: bold;
}
