#accordion {
		margin: 3em 0;
	}
#accordion p {
		margin-bottom: 0;
	}
	#accordion .dinks {
		border-width: 1px;
		border-style: solid none none none;
		border-color: #858585;
	}
	#accordion .dinks:last-child {
		border-style: solid none !important;
		margin-bottom: 50px;
	}
	#accordion .accordion {
		color: #444;
		background-color: #fff;
		cursor: pointer;
		width: 100%;
		text-align: left;
		outline: none;
		border: none;
		font-size: 1.1rem;
		line-height: 2rem;
		font-weight: bold;
		transition: 0.4s;
		padding: 20px 0;
	}
	#accordion .accordion:last-child{
		border-style: solid none !important;
	}
	#accordion .accordion:after {
		content: '\002B';
		color: #b51412;
		font-size: 2rem;
		font-weight: lighter;
		float: right;
		margin-right: 8px;
	}
	#accordion .active:after {
		content: "\2212";
	}
	#accordion .panel {
		background-color: white;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.2s ease-out;
	}
	#accordion .panel p {
		padding: 0 0 25px 0;
	}

#Leistungen_Karusell {
	margin: 3em 0 0 0;
	padding: 0 20px;
}
#Leistungen_Karusell a {
	color: #fff;
	text-decoration: none;
}
#Leistungen_Karusell .card {
	display: flex !important;
	padding: 0 10px;
	border: none;
}
#Leistungen_Karusell .card-top {
	height: 42vh;
	width: 100%;
}
#Leistungen_Karusell .card img {
	object-fit: cover;
	overflow: hidden;
}
#Leistungen_Karusell .card-text {
	margin-bottom: 0;
	position: relative;
	width: 100%;
}
#Leistungen_Karusell .card-title {
	position: relative;
	margin-top: -5em;
	margin-bottom: 0;
	height: 5em;
	padding-left: 1rem;
	padding-bottom: 5px;
	box-shadow: inset 0 -50px 30px rgba(0,0,0,0.2);
	z-index: 2;
}
#Leistungen_Karusell .card-title p {
	padding-top: 2em;
	color: #fff;
	font-weight: bold;
	font-size: 14pt;
}

@media only screen and (min-width: 768px) {
	#Leistungen_Karusell .card-top {
		height: 30vw;
	}
}
@media only screen and (min-width: 992px) {
	#Leistungen_Karusell .card-top {
		height: 25vw;
	}
	#Leistungen_Karusell {
		margin: 6em 0 4em 0;
	}
}
#Leistungen_Karusell .mission-next-arrow {
	background: url('/application/files/5916/5639/8140/next-arrow.PNG') no-repeat center;
	background-size: contain;
	position: absolute;
	right: 30%;
	height: 40px;
	width: 40px;
	border:none;
	bottom: -12px;
}
#Leistungen_Karusell .mission-next-arrow:hover {
	cursor: pointer;
	border: solid 2px #a8000e;
}
#Leistungen_Karusell .mission-prev-arrow {
	background: url('/application/files/7216/5639/8140/back-arrow.PNG') no-repeat center;
	background-size: contain;
	position: absolute;
	left: 30%;
	height: 40px;
	width: 40px;
	border:none;
	bottom: -12px;
} 
#Leistungen_Karusell .mission-prev-arrow:hover {
	cursor: pointer;
	border: solid 2px #a8000e;
}



#Leistungen_Karusell .slick-list .draggable {
	 transform: translate3d(-0px, 0px, 0px);
}
#Leistungen_Karusell .slick-dots {
    display: flex;
    margin: 30px 0 0 0;
    justify-content: center;
}
#Leistungen_Karusell .slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 4px solid #b5bcc4;
	margin: 0 8px;
	background-color: #b5bcc4;
	list-style-type: none;
}
#Leistungen_Karusell .slick-dots li button {
	display: none;
}
#Leistungen_Karusell .slick-dots li.slick-active {
	background-color: #a8000e !important;
}

#Leistungen_Karusell .slick-slide {
  display: block;
  float: left;
  min-height: 1px;
 }
#Leistungen_Karusell .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#Leistungen_Karusell .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
}
#Leistungen_Karusell .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#Leistungen_Karusell .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}


