body.dragging, body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

.placeholder {

}

.placeholder:before {

}

.merkliste-sortable {
	cursor: pointer;
}