.custom-accordion-wrapper * {
	box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
}

.custom-accordion-wrapper {
	width: 100%;
	border-top: 1px solid #a3adb7;
}

#haus-grundstueck-wohnung {
	background-image: url(http://www.pernegger.at/wp-content/uploads/accordion-bg-wohnen.jpg);
}

#familie {
	background-image: url(http://www.pernegger.at/wp-content/uploads/accordion-bg-familie.jpg);
}

#unternehmen-gesellschaft {
	background-image: url(http://www.pernegger.at/wp-content/uploads/accordion-bg-unternehmen.jpg);
}

#schenkung-uebergabe-erbschaft {
	background-image: url(http://www.pernegger.at/wp-content/uploads/accordion-bg-schenkung.jpg);
}

.custom-accordion-item {
	background-position: top left;
	background-size: cover !important;
	border-bottom: 1px solid #a3adb7;
	position: relative;
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
	cursor: pointer !important;
}

.custom-accordion-item:after {
	position: absolute;
	background: #ffffff;
	content: " ";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	opacity: 1;
}

.custom-accordion-item.active:after {
	opacity: 0;
}

.custom-accordion-item {
/* 	background: #ffffff !important; */
/* 	background-position: -9999px -9999px; */
	-webkit-transition: background 500ms ease-in-out;
	-moz-transition: background 500ms ease-in-out;
	-o-transition: background 500ms ease-in-out;
	transition: background 500ms ease-in-out;
}

.accordion-title {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	position: relative;
	z-index: 10;
}

.accordion-title h3 {
	color: #a3adb7;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Work Sans", sans-serif;
	font-size: 50px;
	line-height: 135px;
}

.custom-accordion-item.active .accordion-title h3 {
	color: #ffffff;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: "Work Sans", sans-serif;
	font-size: 50px;
	line-height: 135px;
}

.custom-accordion-item.inactive .accordion-title h3:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: -65px;
	margin: 50px 0;
	width: 35px;
	height: 35px;
	background: url(http://www.pernegger.at/wp-content/uploads/plus-icon.svg) center center no-repeat;
}

.custom-accordion-item.active .accordion-title h3:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: -65px;
	margin: 50px 0;
	width: 35px;
	height: 35px;
	background: url(http://www.pernegger.at/wp-content/uploads/minus-icon.svg) center center no-repeat;
}

.custom-accordion-item.inactive:hover .accordion-title h3 {
	color: #555A60;
}

.custom-accordion-item.inactive:hover .accordion-title h3:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: -65px;
	margin: 50px 0;
	width: 35px;
	height: 35px;
	background: url(http://www.pernegger.at/wp-content/uploads/plus-icon-hover.svg) center center no-repeat;
}

.custom-accordion-row {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.accordion-content {
	display: none;
}

.content-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.custom-accordion-row .content-left {
	width: 66%;
	padding-right: 20px;
}
	
.custom-accordion-row .content-right {
	width: 33%;
	padding-left: 20px;
}	


@media screen and (max-width:1366px) {
	
	.custom-accordion-item.inactive .accordion-title h3:before {
		left: 0;
	}
	
	.custom-accordion-item.active .accordion-title h3:before {
		left: 0;
	}
	
	.custom-accordion-item.inactive:hover .accordion-title h3:before {
		left: 0;
	}
	
	.accordion-title h3 {
		padding-left: 65px !important;
	}
	
	.custom-accordion-row {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
}

@media screen and (max-width:1200px) {
	
	.accordion-title h3 {
		font-size: 36px !important;
	}
	
}

@media screen and (max-width:768px) {
	
	.accordion-title {
		height: 70px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.custom-accordion-item.inactive .accordion-title h3:before {
		margin: 0;
	}
	
	.custom-accordion-item.active .accordion-title h3:before {
		margin: 0;
	}
	
	.custom-accordion-item.inactive:hover .accordion-title h3:before {
		margin: 0;
	}
	
	.accordion-title h3 {
		font-size: 15px !important;
		line-height: 25px !important;
		height: 50px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
	}
	
	.content-wrapper {
		display: block;
	}
	
	.custom-accordion-row .content-left {
		display: block;
		width: 100%;
		padding-right: 0;
	}
		
	.custom-accordion-row .content-right {
		width: 100%;
		display: block;
		padding-left: 0;
	}	
	
}