/* -------------------------------------------------------------------------- */
/* --- Artikel */
/* -------------------------------------------------------------------------- */
/*Grundfarbe fuer Artikeltest*/
.artikel-background {
	margin: 0px;
}

.artikel-content h1.jscalc-title {
	margin-left: 6px;
}

.artikel-summary, .artikel-content, .artikel-comment {
	font-family: arial;
    background-color: white;
    padding: 20px;    
}
	

/*Rubrik bzw. Ueberschrift 6*/
.artikel-summary h6, .artikel-content h6{
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
}

/*Ueberschrift 1*/
.artikel-summary h1, .artikel-content h1{
    font-size: 20px; 
    font-style: italic;
    font-weight: 600;
    margin: 3px 0px 6px 0px;
	/* text-transform: uppercase; */
    cursor: pointer;
}

.artikel-summary h1:hover {
	text-decoration: underline;
}

/*content bzw. h4*/
.artikel-summary h4, .artikel-content h4{
    font-size: 12px; 
    font-weight: bold;
    /* line-height: 17px; */
    margin-top: 5px;
    -webkit-margin-after: 5px;
}

.artikel-content h2, .artikel-content h3, .artikel-content h5, .artikel-summary h2, .artikel-summary h3, .artikel-summary h5{
	margin: 3px 0px 3px 0px;
}

.artikel-content h3 {
	font-size: 14px;
}

.artikel-content h2, .artikel-summary h2{
    font-size: 16px; 
}

/*introduction bzw. Inhalt nicht fett*/
.artikel-summary div, .artikel-summary span,  .artikel-summary p, .artikel-content p {
    font-size: 12px; 
    font-weight: normal;
    /* line-height: 17px; */
    margin-top: 10px;
    /*margin: 0px;*/
}

.artikel-summary td p, .artikel-summary td, .artikel-content td p, .artikel-content td {
    margin: 0px;
    font-size: 12px; 
}

.artikel-summary li, .artikel-content li {
    font-size: 12px; 
    font-weight: normal;
}

.artikel-summary, .artikel-content {
	padding: 10px 10px 10px 10px;
	font-size: 10px; 
	/* height: 240px; */
}

.artikel-summary .artikel-thumb,  .artikel-summary img, .artikel-content img {
	z-index: 1000;
	border-radius: 8px;
}

.artikel-summary .artikel-thumb {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
}

.artikel-summary img.thumb-left, .artikel-content img.thumb-left {
	margin: 0px 10px 10px 0px;
}

.artikel-summary img.thumb-right, .artikel-content img.thumb-right {
	margin: 0px 0px 10px 10px;
}

span.artikel-ellipsis {
	margin-left: 5px;
	color: #888;
	cursor: pointer;
}

.artikel-content .ibs-macro-link {
	color: blue;
	cursor: pointer;
}

.jscalc-frame {
	width: 100%;
	height: 100%;
}