.thread_status{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../../../images/siegel2.png);
	background-repeat: no-repeat;
}

.thread_status.dot_folder img{
	width: 26px;
	height: 26px;
}
.thread_status.dot_hotclosefolder ::after {
    content: "geschlossen";
    background-color: var(--farbe1);
    color: white;
    font-size: 0.75em;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}

.thread_status.dot_newfolder::after {
    content: "neu";
    background-color: var(--farbe1);
    color: white;
    font-size: 0.75em;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
}
