
section.m65_slider_mit_kacheln {
	background-color:#fff;
	opacity: 0;
	padding: 89px 0;
}

section.m65_slider_mit_kacheln > .container {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

section.m65_slider_mit_kacheln .m65_titel_container h2.pricing_headline {
	text-align: start;
}

section.m65_slider_mit_kacheln p:last-child {
	margin-bottom: 0;
}

section.m65_slider_mit_kacheln .m65_titel_text_row {
	align-items: end;
}

section.m65_slider_mit_kacheln .m65_kacheln_container {
	position: relative;
	margin-top: 75px;
}

section.m65_slider_mit_kacheln .m65_kacheln_container:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background: linear-gradient(to left, #fff 0%, transparent 100%);
	pointer-events: none;
}

section.m65_slider_mit_kacheln .m65_kacheln_item:not(:last-child) {
	margin-right: 25px;
}

section.m65_slider_mit_kacheln .m65_kacheln_item_content {
	height: 100%;
	border-radius: 15px;
	background: url('../../../img/kachel_background.png') no-repeat;
	background-size: cover;
	padding: 65px 35px 67px;
}

section.m65_slider_mit_kacheln .m65_logo_container {
	display: flex;
	margin-bottom: 16px;
}

section.m65_slider_mit_kacheln .m65_logo_container svg,
section.m65_slider_mit_kacheln .m65_logo_container img {
	width: auto;
	min-width: 99px;
	height: 100px;
}

section.m65_slider_mit_kacheln .m65_logo_container svg {
	fill: #f9fafe;
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.5);
}

section.m65_slider_mit_kacheln .slick-slide {
	transition: opacity .4s;
}

section.m65_slider_mit_kacheln .slick-slide:not(.slick-active) {
	opacity: .3;
}

section.m65_slider_mit_kacheln .m65_kacheln_row {
	overflow: hidden;
}

section.m65_slider_mit_kacheln .m25_kachel_titel_container {
	margin-bottom: 35px;
}

section.m65_slider_mit_kacheln .m25_kachel_titel_container p {
	font-family: Nexa-Heavy, sans-serif;
	font-size: 1.5625rem;
	color: #1a1a73;
}

section.m65_slider_mit_kacheln .m65_kachel_stichpunkte_item {
	display: flex;
	gap: 14px;
}

section.m65_slider_mit_kacheln .m65_kachel_stichpunkte_item:not(:last-child) {
	margin-bottom: 6px;
}

section.m65_slider_mit_kacheln .m65_kachel_stichpunkte_item svg {
	fill: #ff5d4c;
	width: 15px;
	min-width: 15px;
	height: 15px;
	min-height: 15px;
}

section.m65_slider_mit_kacheln .m65_kachel_stichpunkte_item p {
	font-size: .9375rem;
	color: #1a1a73;
}

section.m65_slider_mit_kacheln .btw_arrow {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background: #ff5b4a;
	border-radius: 50%;
	cursor: pointer;
	transition: background .4s, opacity .4s;
	transform: translateY(-50%);
	z-index: 1;
}

section.m65_slider_mit_kacheln .btw_arrow.slick-disabled {
	opacity: 0;
}

section.m65_slider_mit_kacheln .btw_arrow_left {
	left: -67px;
}

section.m65_slider_mit_kacheln .btw_arrow_right {
	right: 67px;
}

section.m65_slider_mit_kacheln .btw_arrow:hover {
	background: #1a1a73;
}

section.m65_slider_mit_kacheln .btw_arrow svg {
	fill: #e2f9ff;
	width: 15px;
	min-width: 15px;
	height: 11px;
	min-height: 11px;
}

section.m65_slider_mit_kacheln .btw_arrow_left svg {
	transform: rotate(180deg);
}

@media all and (max-width: 1199px) {
	section.m65_slider_mit_kacheln .btw_arrow_left {
		left: -24px;
	}
}

@media all and (max-width: 767px) {
	
}

@media all and (max-width: 575px) {
	section.m65_slider_mit_kacheln > .container {
		padding-left: 20px !important;
		/* padding-right: 20px !important; */
	}
	
	section.m65_slider_mit_kacheln .slick-list {
		padding-right: 40px !important;
	}
	
	section.m65_slider_mit_kacheln .btw_arrow {
		top: auto;
		bottom: -60px;
		transform: none;
	}
	
	section.m65_slider_mit_kacheln .btw_arrow_left {
		left: auto;
		right: 125px;
	}
}

@media (max-width: 475px) {
	section.m65_slider_mit_kacheln .slick-list {
		padding-right: 30px !important;
	}
	
	section.m65_slider_mit_kacheln .m65_kacheln_item_content {
		padding: 65px 20px 67px;
	}
}

@media (max-width: 350px) {
	
}
