/* preview große Darstellung */
.presentation {margin-left:2.9rem; height:12rem; border: 1px solid #ddd; margin-bottom:1rem; margin-right:2rem; overflow:hidden;}
.preview_cover {height:160px; min-width:99px; max-width:107px; margin:1rem 2rem 0 1.7rem;; float:left; border:0px dashed red;}
.preview_cover_size {height:100%; width:100%; margin-left:0px; border: 1px solid #bbc; box-shadow: 1px 1px 12px 2px #ddd; }

.preview_box {
	margin:1rem;
	fl_oat:left;
	border:0px dashed blue;
	}

.preview_author {
	font-family: Raleway, Montserrat, 'Times New Roman', Palatino, serif; 
	font-size:.8rem;
	line-height:1.1rem;
	font-weight:500;
	letter-spacing:.5pt;
	text-transform:uppercase; 
	border:0px solid black;
	}
	
.preview_title	{
	line-height:15pt;
	margin-top:2px;
	font-size:10.5pt;
	margin-top:3px;
	font-weight:400;
	border:px dotted blue;
	}
	
.preview_editor {
	font-size:9pt;
	line-height:13pt;
	margin-top:3px;
	border:0px solid gold;
	}

.preview_ET {
	font-size:8pt; 
	color:red;
	line-height:13pt;
	margin-top:2px;
	border:0px solid gold;
	}


/* preview kleine Darstellung */

@media screen and (max-width: 53rem) {

.presentation {height:13rem; border: 1px solid #ddd; 
	margin-bottom:1rem; margin-left:1.8rem; margin-right:1.7rem; overflow:hidden;}
.preview_cover {float:left;}
.preview_cover_size {height:11rem; margin-left:0px; border: 1px solid #bbc; box-shadow: 1px 1px 12px 2px #ddd; }

.preview_cover {
	width:8rem; 
	height:11.5rem;
	margin-left:1rem; padding:.1rem;
	border:0px dashed black;
	}
	
.preview_box {
	ma_x-width:45%; 
	margin:1rem 0rem 1rem 0rem;
	floa_t:left;
	border:0px dashed black;
	}

.preview_author {
	font-family: Raleway, Montserrat, 'Times New Roman', Palatino, serif; 
	font-size:10pt;
	line-height:14pt;
	font-weight:500;
	letter-spacing:.5pt;
	text-transform:uppercase; 
	border:0px solid black;
	}
	
.preview_title	{
	line-height:15pt;
	margin-top:2px;
	font-size:10.5pt;
	margin-top:3px;
	font-weight:400;
	border:0px dotted blue;
	}
	
.preview_editor {
	font-size:9pt;
	line-height:13pt;
	margin-top:3px;
	border:0px solid gold;
	}

.preview_ET {
	font-size:8pt; 
	color:red;
	line-height:13pt;
	margin-top:2px;
	border:0px solid gold;
	}

}