/**
 * 
 * @package		Livesite
 * @version		1.3.5-beta
 * @author		Bogdan Vojska 
 * @copyright	2011-2020 Bogdan Vojska. All rights reserved.
 * @homepage	www.bogdan-vojska.de
 * @email		mail@bogdan-vojska.de
 *
 */
 
@CHARSET "UTF-8";

/* Contentarea Inner Frames down to content section */

#cn-contentframe {
	display : grid;
	position : relative;
}

/* General Content Titles */

.cn-article-titles {
	font-family: Arial,Helvetica,sans-serif;
}

.cn-article-titles .title {
	font-size: 18pt;
	font-weight : normal;
	line-height : 120%;
}
.cn-article-titles .subtitle {
	font-size : 12pt;
	font-weight : bold;
	line-height : 120%;
}

.cn-article.leading .cn-article-titles .title {
	font-size: 32pt;
	font-weight : normal;
	line-height : 120%;
}
.cn-article.leading .cn-article-titles .subtitle {
	font-size : 18pt;
	font-weight : bold;
	line-height : 120%;
	margin : 0;
}

.cn-article.separator .cn-article-titles .title {
	font-size : 18pt;
	font-weight : bold;
}

.cn-article.separator .cn-article-titles .subtitle {
	font-size: 12pt;
	font-weight : bold;
	font-style : normal;
	margin : 12px 0 8px 0;
}

.cn-article-content-body .bodytitle {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight : normal;
	font-style : normal;
	margin : 0;
}

.cn-article-content-body .bodytext {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 12pt;
	font-weight : normal;
	font-style : normal;
}

.cn-article-content-body .bodylegend {
	font-family : Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight : normal;
	font-style : italic;
	color : #666;
}

/* CONTENT SECTION AND INNER ELEMENTS */

	
/* regular menu in content */

.cn-article .mn-nav .mn-link span {
	color : #777;
	line-height : 200%;
}
.cn-article .mn-sub .mn-link span {
	color : #777;
	line-height : 200%;
}

/* thememenu */

.cn-thememenu .cn-link {
	margin : 0;
	display : block;    
	color: #6060c0;
    line-height: 140%;
    text-decoration: none;
    white-space: wrap;
    font-size: 12pt;
}
.cn-thememenu .cn-link:hover {
	text-decoration: underline;
}
.cn-thememenu .cn-link.indent {
	padding : 0 0 0 15px;
}

.cn-article {
	margin-bottom : 24pt;
}

.cn-article-titles {
	margin-bottom : 20px;
}

.cn-article-editbutton.iconbutton.frame {
	position : relative;
	margin-bottom : -16px;
	opacity : 0.50;
	width : 16px;
	height : 16px;
	z-index : 5;
}
.cn-article-editbutton.iconbutton.frame:hover {
	opacity : 1;
}

.cn-article .contentprofileinfo {
	margin-bottom : 5px;
}

.cn-article .contentprofileinfo > p {
	font-size : 8pt;
	display : inline;
	margin-right : 8px;
}

.cn-article-content > * {
	margin : 0;
}

/* contentattributes */

.cn-article-content-attributes > .row {
	text-align : left;
}
.cn-article-content-attributes > .row > .label {
	margin : 0 5px 0 0;
	float : left;
}
.cn-article-content-attributes > .row > .value {
	float : left;
}

/* content body */

.cn-article-content-body {
	width : auto;
}

.cn-article-content-body .bodytext {
	line-height : 150%;
	margin-bottom : 15pt;
}

.cn-article-content-body .bodytitle {
	line-height : 140%;
	font-weight : bold;
	margin-bottom : 10pt;
}

.cn-article-content-body .bodyimage {
	margin : 0 12pt 0 0;
}

.cn-article-content-body .bodylegend {
	font-style : italic;
	font-size : 90%;
}

.cn-article-content-body .bodylist {
	line-height : 150%;
	margin-bottom : 15pt;
}
.cn-article-content-body .bodylist li {
	line-height : 150%;
	margin-bottom : 5pt;
	display : list-item;
}

/* content bodytext table */

.cn-article-content-body .bodytable {
	display : table;
	margin-bottom : 25px;
	margin-top : 25px;
	border-collapse : separate;
	border-spacing : 5px 5px; 
}
.cn-article-content-body .bodytable .tblhead {
	display : table-header-group;
	background-color : #aaa;
}
.cn-article-content-body .bodytable .tblbody {
	display : table-row-group;
    max-height: 550px;
    overflow-y: scroll;
}
.cn-article-content-body .bodytable .tbltr {
	display : table-row;
}
.cn-article-content-body .bodytable .tblth {
	font-weight : bold;
	display : table-cell;
	padding : 5px;
	background-color : transparent;
}
.cn-article-content-body .bodytable .tbltd {
	display : table-cell;
	padding : 5px;
	background-color : transparent;
}
.cn-article-content-body .bodytable .tblth p {
	font-weight : bold;
}
.cn-article-content-body .bodytable .tblfooter {
	display : table-footer-group;
	height : 10px;
}

/* content autotable table */

.cn-article-content-body .autotable .pathway {
	font-size : 12pt;
}


.cn-article-content-body .autotable .tbltable {
	display : table;
	margin-bottom : 25px;
	margin-top : 25px;
	border-collapse : separate;
	border-spacing : 5px 5px; 
}
.cn-article-content-body .autotable .tblhead {
	display : table-header-group;
	background-color : #aaa;
}
.cn-article-content-body .autotable .tblbody .rowgroup {
	display : table-row-group;
    max-height: 550px;
    overflow-y: scroll;
}
.cn-article-content-body .autotable .tbltr {
	display : table-row;
}
.cn-article-content-body .autotable .tblth {
	font-weight : bold;
	display : table-cell;
	padding : 5px;
	background-color : transparent;
}
.cn-article-content-body .autotable .tbltd {
	display : table-cell;
	padding : 5px;
	background-color : transparent;
}
.cn-article-content-body .autotable .tblth p {
	font-weight : bold;
}
.cn-article-content-body .autotable .tblfooter {
	display : table-footer-group;
	height : 10px;
}
