.prodes-slide-head {
	margin-top: 20px;
	justify-content: space-between;
	border-bottom: 2px solid #DDDDDD;
}

.prodes-slide-head a.actv {
	color: #000000;
}

.prodes-slide-head a {
	padding: 16px 0;
	display: block;
	width: max-content;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.05em;
	color: #BABABA;
	box-sizing: border-box;
	position: relative;
}

.prodes-slide-head a.actv:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #3CAFCB;
	transform: translateY(100%);
}

.pss_ {
	padding: 30px 0;
	box-sizing: border-box;
	border-bottom: 2px solid #DDDDDD;
}

.pss_ {
	display: none;
}

.pss_.active {
	display: block;
}

@media (min-width: 768px) {
	.mobile_tab_header {
		display: none;
	}
}

@media (max-width: 767px) {
	.mobile_tab_header {
		color: #919191;
		font-weight: 600;
		font-size: 16px;
		line-height: 24px;
		padding: 16px 0;
		border-bottom: 2px solid #dddddd;
		position: relative;
	}

	.mobile_tab_header:after {
		content: '';
		width: 5px;
		height: 9px;
		background-image: url(/wp-content/themes/designspiegels/asset/img/arw.svg);
		display: block;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(0, -50%) rotate(90deg);
	}

	.prodes-slide {
		margin-top: 30px;
	}

	.mobile_tab_header.active {
		color: black;
		border-color: #3CAFCB;
		margin-bottom: 20px;
	}

	.mobile_tab_header.active:after {
		transform: rotate(270deg);
	}

	.pss_ {
		padding-top: 0;
	}

	.prodes-slide-head {
		display: none;
	}
}
