.highlight-wrapper {
	display: flex;
	justify-content: space-between;
	margin: 20px 0px 50px 0px;
	padding: 0;
	list-style-type: none;
	flex-wrap: wrap;
	background: #f7f7f7;
    padding: 20px;
    border-radius: var(--beon-border-radius);
}
.highlight-wrapper li{
	color: var(--beon-button-color);
	padding: 10px;
	font-size:15px;
	font-weight:  var(--beon-font-weight-bold);
	display: flex;
	flex-direction: column;
	align-items: center;
	white-space: break-spaces;
}
.highlight-wrapper img {
	width: 50px;
	height: 50px;
	/* margin-right: 8px;
	fill: white; */
}
.highlight-wrapper img.invert {
	filter: invert(1);
}
.wrap-value.keine{
	color: var( --beon-text2-color);
	font-weight: var(--beon-font-weight-bold);
}
#description {
	margin-top: 20px;
	text-align: left;
	margin-bottom: 20px;
	padding-right: 20px;
	font-size: var(--font-size-medium);
}
#description #text_short{
	margin-bottom: 30px;
}
.description-footer{
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.highlight-wrapper li div,span.wrap-value{
	padding-top: 20px;
}
#readless,
#readmore {
	border: 1px solid var(--beon-button-color);
	font-weight:  var(--beon-font-weight-bold) !important;
	cursor: pointer;
	padding: 10px 20px;
    text-transform: uppercase;
	font-size: 15px;
	width: 250px !important;
	border-radius: var(--beon-border-radius);
	color: var(--beon-button-color);
	display: flex;
    align-items: center;
    gap: 5px;
}
#textrest,
#readless {
	display: none;
}

/* #description {
	margin-top: 40px;
	text-align: left;
	margin-bottom: 20px;
	font-size: var(--font-size-medium);
}
#readless,
#readmore {
	font-weight: 500;
	cursor: pointer;
}
#textrest,
#readless {
	display: none;
} */
@media only screen and (max-width:767px){
	.highlight-wrapper li {
		color: var(--beon-button-color);
		padding: 10px;
		font-size: 15px;
		font-weight: var(--beon-font-weight-bold);
		display: flex;
		flex-direction: column;
		align-items: center;
		white-space: break-spaces;
		width: 50%;
	}
}