.ui-listview>li p {
	overflow-x: visible !important;
    overflow-y: visible !important;
}


/* Selection im Frontend erlauben */

.ecadiaMobilePage :not(INPUT):not(TEXTAREA):not(a), .unselectable {
/* -webkit-user-select: none; */
-moz-user-select: auto!important;
-ms-user-select: auto!important;
-o-user-select: auto!important;
/* user-select: none; */
}
