.quotationmodule {
	padding: 100px 0 70px 0;
	text-align: center;
	margin-bottom: 80px;
	position: relative;
	background: #ccc
}

.bwPage .quotationmodule {
	margin-bottom: 0
}

.container.quotationmodule-container {
	width: 100%;
}

.quotationmodule p
{
	margin: 0;
	color: #fff;
	font-size: 23px;
}

.quotationmodule .author {
	color: #fff;
	font-size: 20px;
}

.bwPage .quotationmodule bwCite--content {
	background-size: cover;
	background-position: 50% 50%;
}

/*.tmpl-startpage .quotationmodule.visible .img-copyright {
	bottom: 20px;
	left: 40px;
}*/

.quotationmodule .textshadow.textshadow-black p,
.quotationmodule .textshadow.textshadow-black i {
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	display: inline;
	white-space: pre-wrap;
	color: #fff;
	padding: 6px 13px;
}

.quotationmodule .textshadow.textshadow-black p {
	line-height: 192%;
}

.quotationmodule .textshadow.textshadow-white p {
	text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff;
}

.quotationtext,
.author
{
	margin-bottom: 30px;
}

/* Sonderfall Startseite */

.bwCite--image {
	display: none;
}

.tmpl-startpage .bwCite--image {
	display: block;
}

@media (max-width: 767px)
{
	.quotationmodule {
		padding: 30px 0 20px 0; 
	}
	
	.quotationmodule .textshadow.textshadow-black p {
		line-height: 1.4;
	}

	.quotationmodule p	{
		font-size: 18px;
	}

	.quotationmodule .author
	{
		font-size: 16px;
	}

	.quotationmodule .textshadow.textshadow-black p {
		display: block;
		padding: 6px 13px;
		white-space: pre-wrap;
		/*line-height: 220%;*/
	}
}

