.breadcrumbs > li > span:after {
   content: "";
}


.dw_stoer h3.title-heading-left:before {
    content: "X";
    margin-right: 10px;
    font-size: 20px;
    font-weight: normal;
    font-family: cursive;
}


.dw_hinein h3.title-heading-left:before {
    content: "✓";
    margin-right: 10px;
    font-size: 20px;
    font-weight: normal;
    font-family: cursive;
}

@media only screen and (max-width: 767px) {
	.readmore_click:before {content:"\f0fe";}
}