/* genuine bar */
.ul_genuinebar {
	position: relative;
	height: auto;
}

.ul-outer {
	position: relative; height: 12px;
}

.ul-bg {
	position: absolute; inset: 0;
	background: #000; opacity: .2; /* optionaler dunkler/“schwarzer” Grund */
}

.ul-fill {
	position: absolute; inset: 0;
	/*background: linear-gradient(130deg, rgba(0, 0, 0, 0) 0%, #7f7f7f61 10%, #d27c0d 25%, #aeba24b8 40%, rgb(142 211 62 / 56%) 50%, #30a66687 75%, #41ca2e6e 90%, #056805 100% 100%);
	*/
	background: linear-gradient(130deg, transparent 0, #7f7f7f61 10%, #9d6b2b 20%, #aeba24b8 30%, rgb(142 211 62 / 56%) 50%, #30a66687 75%, #41ca2e6e 90%, #056805 100% 100%);
	 
	/*
	 linear-gradient(130deg,
	rgba(0, 0, 0, 0) 0%,
	rgba(0, 0, 0, .25) 10%,
	#808080 25%,
	#d3bd94 40%,
	rgba(171, 198, 51, 0.56) 50%,
	#589172 75%,
	#3e7736 90%,
	#46b646 100%
	);
	 */
}

.resp_userlist__content_box .ulist2_unten {
	position: absolute;
	bottom: 0;
	width: calc(100% - 200px);
}

@media (max-width: 540px) {
	.resp_userlist_item .resp_userlist__wrapper {
		min-height: 260px;
	}

	.resp_userlist__content_box .ulist2_unten {
		width: calc(100% - 120px);
	}
}

@media (max-width: 640px) {
	.resp_userlist__content_box_unten {
		flex-direction: row !important;
	}
}