.ws-citate-wrap {
    padding: .5rem 0 .5rem 1.25rem;
    position: relative;
	border-left: 2px solid var(--akzent-red);
}
.ws-citate {
    margin-bottom: 2rem;
	font-style: italic;
	font-weight: 500;
	color: var(--dark-grey);
}
.ws-citate > *:last-child {
	margin-bottom: 0
}
.ws-citate-wrap .ws-citate-author {
	font-size: 1rem;
    color: var(--dark-grey);
    font-weight: 600;
    margin-bottom:0
}
.ws-citate-author-pos {
    font-weight: 400;
    color: var(--text)
}
.ws-citate-author-img {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    position: relative;
    overflow: hidden;

}
.ws-citate-author-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 574px) {
	.ws-citate-wrap {
		padding-left: 1rem
	}
	.ws-citate {
		margin-bottom: 1.5rem;
	}
}
