/* OLD ZZZ
.-m-cms-cont-cd-dozent_detail .-bio .Block p + p {
	font-size: 1rem;
	line-height: 1.4;
}
*/
.-m-cms-cont-cd-dozent_detail .-bio .Block {
	font-size: 1rem;
	line-height: 1.4;
}
.-m-cms-cont-cd-dozent_detail .-bio .Block > p:first-of-type { /* reset to default */
	font-size: 1.16rem;
	line-height: 1.13;
}




/* shop items */
.-m-cms-cont-cd-dozent_detail .-books .-items {
	--c1-gap:0;
	--c1-row-gap:2em;
	--c1-items-min-width:250px;
}
.-m-cms-cont-cd-dozent_detail .-books .-item {
	display:flex;
	flex-flow:column;
	padding:20px;
	text-align:center;
	border:1px solid var(--thm1-color-2);
	border-width:0 1px;
	margin-right:-1px !important;
}


.-m-cms-cont-cd-dozent_detail .-books .-link {
	color:inherit;
	text-decoration:none;
}
.-m-cms-cont-cd-dozent_detail .-books .-info {
	flex:1 1 auto;
	display:flex;
	flex-direction:column;
}
.-m-cms-cont-cd-dozent_detail .-books .-info > .Small {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.-m-cms-cont-cd-dozent_detail .-books .-title {
	margin-bottom:0;
}


.-m-cms-cont-cd-dozent_detail .-books .-img {
	xmargin-top:auto;
	display:flex;
	align-items:center; /* ie11 */
	padding:0 0;
	height:260px;
	margin-bottom:2rem;
}
.-m-cms-cont-cd-dozent_detail .-books .-img > * {
	margin:auto;
	max-height:100%;
	max-width:100% !important;
}


.-m-cms-cont-cd-dozent_detail .-books .-authors {
	color:var(--thm1-color-1);
	margin-bottom:1rem;
}
.-m-cms-cont-cd-dozent_detail .-books .-author {
	font-weight:bold;
	font-size: .95rem;
}

.-m-cms-cont-cd-dozent_detail .-books .-price {
	margin-top:auto;
	font-size: .95rem;
}

.-m-cms-cont-cd-dozent_detail .-books .read-more-target {
	max-height:64rem;
}


