/* zcustom.css */

/* Überschreiben von Standardeinstellungen */

body {
    color: #414141!important;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;	
}
.content blockquote {
    border-left: .5em solid #1468b0!important;
}

/* Korrektur imgpop-CSS */

.content img {
	float:none!important;
}

.content .stretchable ul {
    text-align: initial!important;
}

.preview-description {
	font-weight: 400;
	font-size: 14px;
}