/*******************************************************/
/* Benefits */
/*******************************************************/
/*#benefits-content::-webkit-scrollbar,
#benefits-content::-webkit-scrollbar {
    width: .6em;
}

#benefits-content::-webkit-scrollbar-track,
#benefits-content::-webkit-scrollbar-track {
  background: #f8f6f4;
}

#benefits-content::-webkit-scrollbar-thumb,
#benefits-content::-webkit-scrollbar-thumb {
  background-color: #1f3350;
  outline: 0px;
}*/

#benefits #produktelemente .produktelement {
	display: none;
}
#benefits #produktelemente .produktelement.active {
	display: block;
}
#benefits h3.linie {
	position: relative;
	overflow: hidden;
}
#benefits .show-more {
    display: none;
}
#benefits .scroll-content {
    position: relative;
    min-height: 350px;
	/*overflow-y: auto;*/
}
#benefits .product-selector {
	position: absolute;
	width: 100%;
	height: 500px;

}
/*Das hier raus l�schen wenn doch gescrollt werden soll */
#benefits .product-selector {
	position: relative;
	width: 100%;
	height: unset;

}
#content-wrapper #benefits ul.product-selector li {
	margin-left: 0px;
}
#benefits li {
	cursor: pointer;
	display: block !important;
}
#benefits li.active,
#benefits li:hover {
	font-weight: 700;
}
#content-wrapper #benefits li:before {
	content: normal;
}
#content-wrapper #benefits li.expand:before {
	content: normal;
}
#benefits #produktelemente {
	min-height: 200px;
}
#benefits #produktelemente .icon {
    height: auto;
	width: 90%;
	object-fit: contain;
}
#benefit-selector::-webkit-scrollbar, 
#benefit-selector::-webkit-scrollbar {
	width: 8px;
}

@media(max-width:767px) {
	#benefits .product-selector {
		overflow-x: scroll;	
		overflow-y: hidden;
		white-space: nowrap;
		height: auto;
		width: 100%;
		padding: 0;
		margin: 0rem !important;
		/*
		width: calc(100% - 4rem);
		margin: 0 2rem !important;
		*/
	}
	#benefits #produktelemente .icon {
		width: 100%;
	}
	#benefits li:hover {
    	font-weight: 300;
	}
	#benefits li.active {
		font-weight: 700 !important;
	}
	#benefits .scroll-content {
		min-height: unset;
	}
	#benefits .expanded {
		height: auto;
	}
	#benefits .product-selector li {
    	padding: 5px 0px 5px 20px;
	}
	#benefits .product-selector li:last-child {
		padding-right: 0;
	}
	#benefits li.active:before, 
	#benefits li:hover:before {
		content: normal !important;
	}
	#benefits .show-more {
		display: none;
	}
}