/*
 Theme Name:   Total Child
 Description:  Mein Child Theme
 Author:       Alain
 Author URI:   https://www.laufgeschichte.de
 Template:     total
 Version:      1.0
 Text Domain:  total-child
*/


blockquote {
	padding: 20px 20px 20px 90px;
	margin-bottom: 20px;
	background: #fafafa;
	border: 1px solid #eee;
	position: relative;
	font-size: 0.95em;
	font-style: italic;
}


blockquote:after {
	content: '”';
	width: 90px;
	font-family: 'Georgia', serif;
	font-size: 72px;
	line-height: 72px;
	font-weight: 700;
	font-style: normal;
	text-align: center;
	color: #e27f34;
	position: absolute;
	top: 15px;
	left: 0px;
}