
.faq-box .item{
	cursor: url(https://wolpermedia.de/wp-content/themes/flexawesomebygalano/images/handcursor.svg), auto;
}


.faq-box .spalten-titel{
	padding-right: 60px;
}
.faq-box .box-more-text{
	width: 30px;
	height: 30px;
	margin-right: 0px;
	right: 0px;
	position: absolute;
	top: 3px;
}

.faq-box .box-more-text .line1,
.faq-box .box-more-text .line2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.faq-box .box-more-text .line1{    
	width: 100%;
	height: 2px;
	background: #fff;
}
.faq-box .box-more-text .line2{
    width: 2px;
	height: 100%;
	background: #fff;
	transition: all 1s;
}
@keyframes boxmorerotate{
	from {  transform: translate(-50%, -50%) rotate(0deg) }
    to   {  transform: translate(-50%, -50%) rotate(90deg) }
}

.faq-box .box-more-text.active .line2{
	transform: translate(-50%, -50%) rotate(90deg);
	animation-name: boxmorerotate;
	animation-duration: 1s;
}

.faq-box .content{
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	position: relative;
}
.faq-box .title-wrapper{
	width: 40%;
}
.faq-box .flex-wrap{
	width: 60%;
}
.faq-box .item{
	width: 100%;
	border-top: 1px solid #555;
	padding-top: 40px;
	padding-bottom: 40px;
}
.faq-box .item:last-child{
	border-bottom: 1px solid #555;
}

.faq-box .title-wrapper{
	width: 40%;
	left: 0px;
	padding-right: 60px;

}

.faq-box h2.box-title{
	background: -webkit-linear-gradient(45deg, #CF087D, #EC722B);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: right;
	position: sticky;
	bottom: 0;
	left: 0;
	
}

.faq-box h3.spalten-titel{
	font-size: Cairo Light;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 0px;
	line-height: 120%;
	hyphens: auto;
}

.faq-box h4.spalten-subtitel{
	font-size: Cairo Light;
	font-size: 20px;
	color: #ccc;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 140%;
}

.faq-box .box-read-more-text{
	margin-top: 20px;
}


.faq-box h2 .titel_part_2{
	display: block;
	background: #fff;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq-box .titel{
	margin-top: -15px;
	line-height: 80%;
}
.faq-box .spalten-titel{
	letter-spacing: 2px;
}

@media(max-width: 1024px){
	
	
	.faq-box .item{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	.faq-box .titel{
		margin-top: 0px;
		text-align: left;
		font-size: 60px;
		line-height: 80%;
	}
	.faq-box .titel br{
		display: none;
	}
	
	
	.faq-box .title-wrapper{
		padding-right: 0px;
	}

	.faq-box .spalten-titel{
		padding-right: 45px;
	}
	.faq-box .box-more-text{
		width: 26px;
		height: 26px;
		top: 3px;
	}
	.faq-box .flex-wrap,
	.faq-box .title-wrapper{
		width: 100%;
		
	}
	.faq-box h3.spalten-titel{
		font-size: 25px;
	}
	
	.faq-box h2 .titel_part_2{
		display: inline-block;
		margin-left: 5px;
	}
	
	.faq-box .content{
		max-width: 800px;
	}

	
	
	
}
