/*** LIST ***/
.ce_lmf_patientengeschichten_boxen_grid {
	width: 810px;
	margin: 0 auto;
}
.ce_lmf_patientengeschichten_boxen {
	position: relative;
	overflow-x: none;
}
.ce_lmf_patientengeschichten_boxen.block {
	overflow-x: visible;
}
.ce_lmf_patientengeschichten_boxen_item {
	width: 250px;
	height: 250px;
	margin: 10px;
	position: relative;
	float: left;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
}
.ce_lmf_patientengeschichten_boxen_item:nth-child(3n+1) {
	clear: both;
}
.ce_lmf_patientengeschichten_boxen_item_button {
	width: 250px;
	height: 250px;
	position: absolute;
	top: 0;
	background-color: rgba(120,189,229,.65);
	color: #FFFFFF;
	overflow: hidden;
	transition: all 0.5s;
}
.ce_lmf_patientengeschichten_boxen_item_image {
	margin: 33% 0 0 0;
}
.ce_lmf_patientengeschichten_boxen_item_title {
	width: 90%;
	margin: 0 auto;
}
.ce_lmf_patientengeschichten_boxen_item_testimonial {
	width: 210px;
	height: 250px;
	padding: 0 20px;
	position: absolute;
	top: 250px;
	background-color: #FFFFFF;
	color: #368EC4;
	text-align: left;
	line-height: 130%;
	overflow: hidden;
	transition: all 0.5s;
}
.ce_lmf_patientengeschichten_boxen_item:hover .ce_lmf_patientengeschichten_boxen_item_button {
	top: -250px;
}
.ce_lmf_patientengeschichten_boxen_item:hover .ce_lmf_patientengeschichten_boxen_item_testimonial {
	top: 0;
}

.ce_lmf_patientengeschichten_boxen_detail {
	width: 100%;
	margin: 0 0 25px;
	border-bottom: 1px solid;
}
.ce_lmf_patientengeschichten_boxen_detail.last {
	border: 0;
}
.ce_lmf_patientengeschichten_boxen_detail_image.float_left {
	margin-right: 20px;
}
.ce_lmf_patientengeschichten_boxen_detail_image.float_right {
	margin-left: 20px;
}
.ce_lmf_patientengeschichten_boxen_detail_image img {
	display: block;
}
.ce_lmf_patientengeschichten_boxen_detail_text.text_right {
	margin-left: 420px;
}
.ce_lmf_patientengeschichten_boxen_detail_story {
	height: auto;
	overflow: hidden;
}
.ce_lmf_patientengeschichten_boxen_detail_story.collapsed {
	height: 180px;
	margin-bottom: 20px;
}
.ce_lmf_patientengeschichten_boxen_detail_toggler {
	margin: 20px 0;
	cursor: pointer;
}
.ce_lmf_patientengeschichten_boxen_detail_story a {
	text-decoration: underline;
}
.ce_lmf_patientengeschichten_boxen_detail_name {
	font-size: 16px;
}
.ce_lmf_patientengeschichten_boxen_detail_backlink {
	padding: 5px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.ytp-watermark {display: none;}

@media screen and (max-width: 1023px) {
	.ce_lmf_patientengeschichten_boxen_grid {
		width: 480px;
	}
	.ce_lmf_patientengeschichten_boxen_item:nth-child(2n+1) {
		clear: both;
	}
	.ce_lmf_patientengeschichten_boxen_item:nth-child(3n+1) {
		clear: none;
	}
	.ce_lmf_patientengeschichten_boxen_item {
		width: 220px;
		height: 220px;
	}
	.ce_lmf_patientengeschichten_boxen_item_button {
		width: 220px;
		height: 220px;
	}
	.ce_lmf_patientengeschichten_boxen_item_testimonial {
		width: 180px;
		height: 220px;
	}
}
@media screen and (max-width: 640px) {
	.ce_lmf_patientengeschichten_boxen_grid {
		width: auto;
	}
	.ce_lmf_patientengeschichten_boxen_item {
		width: 250px;
		height: 250px;
		margin: 10px auto;
		float: none;
	}
	.ce_lmf_patientengeschichten_boxen_item_button {
		width: 250px;
		height: 250px;
	}
	.ce_lmf_patientengeschichten_boxen_item_testimonial {
		width: 210px;
		height: 250px;
	}
	.ce_lmf_patientengeschichten_boxen_detail_image.float_left, 
	.ce_lmf_patientengeschichten_boxen_detail_image.float_right {
		margin: 0;
		float: none;
	}
	.ce_lmf_patientengeschichten_boxen_detail_text.text_right {
		margin-left: 0;
	}
}
