ul.tabs li {
	list-style: none;
}
ul.tabs li.tab {
	display: inline-block;
	cursor: pointer;
	flex-grow: 1;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: 1px solid #eaeaea;
}
ul.tabs li.tabContent.active {
	border-bottom: 1px solid #eaeaea;
}
ul.tabs li.tabContent {
	order: 10;
	width: 100%;
	float: left;
	display: none;
	border: 1px solid #eee;
	border-top: 0px solid #eee;
	padding: 15px;
}
ul.tabs li.tabContent.active {
	display: block;
	padding: 0px 0 10px;
}
#Produktinfo {
	display: flex !important;
	visibility: visible !important;
	width: 100%;
}
@media screen and (max-width: 860px) {
	#Produktinfo {
		flex-direction: column;
	}
}

ul.tabs li.tab,
ul.tabs li.tab.artikellista a {
	width: 100%;
	display: block;
	padding: 10px 0;
	font-weight: 700;
	font-size: 17px;
	line-height: 40px;
	position: relative;
}
ul.tabs li.tab.artikellista {
	padding: 0;
	display: none;
}
ul.tabs li.tab.artikellista:after {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	height: 60px;
	pointer-events: none;
}
ul.tabs li.tab a,
ul.tabs li.tab a:hover {
	color: #111;
}
ul.tabs li.tab p {
	margin: 0;
}
ul.tabs li.tab.active {
	border: none;
}
ul.tabs li.tab:after {
	font-family: 'Font Awesome 5 Pro';
	content: '\f078';
	display: inline-block;
	float: right;
	transition: all 0.1s ease;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
ul.tabs li.tab.active:after {
	content: '\f077';
}
ul.tabs li.tabContent {
	margin-top: -5px;
}
ul.tabs li.tabContent {
	order: unset;
	border: 0px;
	padding: 0;
}
#ProduktinfoOvrigt .Artnr {
	margin-right: 0 !important;
}
