.header-accordion {
	background-size:400% auto;
	/*background-size:cover;*/
	background-repeat:no-repeat;
	background-position:0px top !important;
	transition:0.9s;
	transition-timing-function: ease-in-out;
	background-color:#ffffff;
}
.header-accordion .content-container {
	padding-top:240px;
	transition:0.9s;
	transition-timing-function: ease-in-out;
}
.header-accordion h1, .header-accordion .schmuckueberschrift {
	font-family: "NeueHaasUnicaPro-Light";
	font-size:40px !important;
	line-height:48px !important;
	opacity:1;
	text-align:left;
	margin:0px 0px 25px 0px;
	transition:0.9s;
	transition-timing-function: ease-in-out;
}
.header-accordion .schmuckueberschrift {
	display:block;
}
.header-accordion p {
    font-family: "NeueHaasUnicaPro-Regular";
    font-size: 19px;
    line-height: 28px;
	padding-bottom:50px;
}
.header-accordion #accordion {
	padding-bottom:55px;
}
.header-accordion #accordion ul {
	margin:30px 0px 0px 0px;
	font-family: "NeueHaasUnicaPro-Italic";
	font-size: 18px;
    line-height: 28px;
	list-style-position: outside;
	padding-left: 20px;
}
.header-accordion #accordion ul li {
	margin-top:5px;
}
.card {
	background-color: rgba(0,0,0,0) !important;
	border:none !important;
	border-radius:0px !important;
	border-bottom:1px dotted #ffffff !important;
}
.card:last-child {
	border-bottom:0px !important;
}
.card-offen {
	border-bottom:none !important;
	margin-bottom:25px !important;
}
.card-offen .card-header a {
	font-family: "NeueHaasUnicaPro-Bold" !important;
}
.card-header {
	cursor:pointer;
	background-color: rgba(0,0,0,0) !important;
	padding-top:25px !important;
	padding-bottom:25px !important;
	padding-left:0px !important;
	display:flex;
	flex-direction:column;
	border-bottom:none !important;
}
.card-header:hover {
	background: linear-gradient(90deg, rgba(0,0,0,0.0) 0%, rgb(155 161 167 / 9%) 40%, rgb(155 161 167 / 9%) 60%, rgba(0,0,0,0) 100%);
}

.card-header a {
	font-family: "NeueHaasUnicaPro-Regular";
    font-size: 20px !important;
    line-height: 27px !important;
	/*padding-bottom:40px !important;*/
	display:flex;
}

.card-header a::before {
	content:url('../images/accordion_button.svg');
	width:25px;
	height:25px;
	position:relative;
	top:3px;
	margin-right:15px;
	/*padding-bottom:30px;
	float:left;*/
	/*transform: rotate(90deg);*/
	transition:0.5s;
}
.card-header a.collapsed {
	font-family: "NeueHaasUnicaPro-Regular";
}
/* .card-header a:hover { */
	/* font-family: "NeueHaasUnicaPro-Bold" !important; */
/* } */
.card-header a.collapsed::before {
	content:url('../images/accordion_button.svg');
	width:25px;
	height:25px;
	position:relative;
	top:3px;
	margin-right:15px;
	/*padding-bottom:30px;
	float:left;*/
	transform: rotate(0deg);
}
.card-body {
	background-color: #707980b3;
	padding:15px !important;
	padding-top:0px !important;
}
.card-body p {
	color: #ffffff !important;
	font-family: "NeueHaasUnicaPro-Regular";
	font-size: 19px;
	line-height: 30px;
	padding-bottom:0px !important;
	padding-top:20px;
}
.card-body ul {
	color:#FFFFFF !important;
}
.card-body img.accordion-image {
	height:auto;
	margin-bottom:30px;
	margin-left:15px;
	float: right;
    margin-top: 20px;
	width:30px;
}
.card-body img.close-accordion {
	width:20px;
	display:block;
	margin-top:30px;
}
.card-body img.close-accordion:hover {
	cursor:pointer;
}
.card-body button {
	width:220px;
	height:45px;
	border:none;
	border-radius:3px;
	font-family: "NeueHaasUnicaPro-Bold";
	font-size:18px;
	line-height:28px;
	color:#4a4a4a;
	margin:30px 0px 0px 0px;
	background-color: #FFF;
}
.accordion-schliessen {
	margin:10px 0px 0px auto;
	display:table;
	font-family: "NeueHaasUnicaPro-Regular";
	color:#4A4A4A;
	font-size:15px;
	clear:both;
}
.accordion-schliessen:hover {
	color:#4A4A4A;
	text-decoration:none;
}
.accordion-schliessen img {
	margin:0px 0px 3px 10px;
	width:15px;
	height:15px;
}
.header-accordion h1, .header-accordion .schmuckueberschrift {
	color: #ffffff;
}
.header-accordion p {
	color: #ffffff;
}
.header-accordion #accordion ul {
	color:#ffffff;
}
.card-header a {
	color: #ffffff !important;
}


@media (min-width: 360px) {
	.header-accordion h1, .header-accordion .schmuckueberschrift {
		font-size:45px !important;
		line-height:55px !important;
	}
	.header-accordion #accordion {
		padding-bottom:75px;
	}
	.card-header a {
		font-size: 20px !important;
		line-height: 27px !important;
	}
	.card-body {
		padding:0px 20px 20px 20px !important;
	}
}

@media (min-width: 375px) {
	.header-accordion h1, .header-accordion .schmuckueberschrift {
		font-size: 45px !important;
		line-height: 55px !important;
	}
	.card-header a {
		font-size: 19px !important;
		line-height: 27px !important;
	}
}

@media (min-width: 768px) {
	.header-accordion {
		background-size:160% auto;
	}
	.header-accordion .content-container {
		padding-left:0px;
		padding-right:0px;
		padding-top:350px;
		max-width:720px;
		margin-left:50px;
		margin-right:50px;
	}
	.header-accordion h1, .header-accordion .schmuckueberschrift {
		font-size:50px !important;
		line-height:60px !important;
	}
	.header-accordion p {
		padding-bottom:50px;
	}
	.header-accordion #accordion {
		padding-bottom:100px;
	}
	.header-accordion #accordion ul {
		width: 75%;
	}
	.card-body img.accordion-image {
		margin-bottom:0px;
		margin-left:20px;
		float:right;
		padding-bottom:20px; /* ursprünglich 50px */
		margin-right:20px;
	}
	.card-body {
		padding-right:0px !important;
		padding-left:25px !important;
		padding-bottom:25px !important;
		padding-top:0px !important;
	}
	.card-body img.close-accordion {
		margin-right:15px;
		clear:both;
	}
	.card-body p {
		padding-top:25px;
		padding-right:15px;
	}
	.card-offen {
		margin-bottom:30px !important;
	}
}

@media (min-width: 992px) {
	.header-accordion .content-container {
		max-width:72.58vw;
	}
}

@media (min-width: 1024px) {
	.header-accordion .content-container {
		margin-left:60px;
		padding-left:0px;
		padding-right:0px;
		padding-top:300px;
	}
	.header-accordion p {
		padding-bottom:50px;
	}
	.card-body img.accordion-image {
		margin-top: 20px;
		width:44px;
	}
}

@media (min-width: 1103px) {
	.header-accordion .content-container {
		padding-left:0px;
		padding-right:0px;
		max-width:800px;
	}
}

@media (min-width: 1280px) {
	.header-accordion {
		background-size:180% auto;
	}
	.header-accordion .content-container {
		margin-left:85px;
		margin-right:85px;
		padding-right:0px;
		max-width:1100px;
	}
	.header-accordion h1, .header-accordion .schmuckueberschrift {
		font-size:60px !important;
		line-height:72px !important;
	}
	.header-accordion h1, .header-accordion p, .header-accordion #accordion, .header-accordion .schmuckueberschrift {
		max-width:900px;
	}
}

@media (min-width: 1450px) {
	.header-accordion .content-container {
		margin-left:auto;
		margin-right:auto;
		max-width:1300px;
	}
}

@media (min-width: 1920px) {
	.header-accordion  {
		background-size:100% auto;
	}
	.header-accordion .content-container {
		padding-right:0px;
		max-width:1300px;
		padding-top:420px;
	}
	.header-accordion h1, .header-accordion .schmuckueberschrift {
		font-size:70px !important;
		line-height:84px !important;
	}
	.header-accordion p {
		line-height: 28px;
		padding-bottom:65px;
	}
	.header-accordion #accordion {
		padding-bottom:150px;
	}
	.card-body img.accordion-image {
		/* width:200px; */
	}
	.card-body p {
		font-size:21px;
		line-height:31px;
	}
}

@media (min-width: 2068px) {
	.header-accordion .content-container {
		/*max-width:900px;*/
		max-width:1400px;
		margin-left:auto;
		margin-right:auto;
	}
	.header-accordion p {
		font-size: 21px;
		line-height: 31px;
	}
	.header-accordion #accordion ul {
		margin:30px 0px 0px 0px;
		font-size: 20px;
		line-height: 31px;
	}
	.card-header a {
		font-size: 21px !important;
		line-height: 28px !important;
	}
}

@media (min-width: 2550px) {
	.header-accordion .content-container {
		padding-top:575px;
	}
}
