section.m48_tub_text_box{
	background: linear-gradient(
		to bottom, 
		#fff,
		#f4fbfe
	);
}

section.m48_tub_text_box:before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url('../../../img/m47_hintergrundmuster.jpg');
	opacity: .05;
}

section.m48_tub_text_box > * {
	position: relative;
	z-index: 1;
}

section.m48_tub_text_box .m48_top_container {
	margin-bottom: 60px;
}

section.m48_tub_text_box .m48_untertitel_container.mM_step_container {
	margin-bottom: 18px;
}

section.m48_tub_text_box .m48_titel {
	max-width: 50%;
	font-size: 2.409rem;
}

/* textbox */
section.m48_tub_text_box .m48__textbox {
	background-color: #fff;
	border-radius: 10px;
	padding: 42px 44px 15px;
}

section.m48_tub_text_box .m48__textbox-topLine {
	display: flex;
	gap: 15px 45px;
}

section.m48_tub_text_box .m48__textbox-titel {
	min-width: max-content;
}

section.m48_tub_text_box .m48__textbox-inhalt {
	width: 100%;
}

section.m48_tub_text_box .m48__textbox ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 20px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

section.m48_tub_text_box .m48__textbox ul li {
	padding-left: 38px;
	position: relative;
}

section.m48_tub_text_box .m48__textbox ul li:not(:last-child) {
	margin-bottom: 5px;
}

section.m48_tub_text_box .m48__textbox ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 25px;
	height: 25px;
	background: #1db1e8;
	box-shadow: inset 0 8px 13px rgba(255, 255, 255, 0.41), inset 0 -8px 13px rgba(21, 16, 10, 0.05), inset 0 0 6px rgba(255, 255, 255, 0.07);
	background-image: url(../../../img/checkmark.png);
	background-size: 11px 9px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

section.m48_tub_text_box .m48__textbox-zusatztext {
	margin-top: 8px;
}

section.m48_tub_text_box .m48__textbox-zusatztext p {
	margin: 0;
}
/* textbox */

/* content */
section.m48_tub_text_box .m48_main {
	align-items: end;
}

section.m48_tub_text_box .m48_content_container {
	display: flex;
	align-items: end;
}

section.m48_tub_text_box .m48_text_container>*:last-child{
	margin-bottom:0;
}

section.m48_tub_text_box .m48_text_container ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

section.m48_tub_text_box .m48_text_container ul li {
	padding-left: 38px;
	position: relative;
}

section.m48_tub_text_box .m48_text_container ul li:not(:last-child) {
	margin-bottom: 5px;
}

section.m48_tub_text_box .m48_text_container ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 25px;
	height: 25px;
	background: #1db1e8;
	box-shadow: inset 0 8px 13px rgba(255, 255, 255, 0.41), inset 0 -8px 13px rgba(21, 16, 10, 0.05), inset 0 0 6px rgba(255, 255, 255, 0.07);
	background-image: url(../../../img/checkmark.png);
	background-size: 11px 9px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

section.m48_tub_text_box .m48_link_container {
	margin-top: 58px;
}
/* content */

/* image container */
section.m48_tub_text_box .m48_image_container {
	display:flex;
}

section.m48_tub_text_box .m48_galerie_container {
	--offset: 45px;
	
	width: 100%;
	height: 397px;
	position: relative;
	padding-left: var(--offset);
}

section.m48_tub_text_box .m48_galerie_item {
	height:100%;
	background-color: #f4fbfe;
	padding: 59px 40px 0;
	display: flex;
	align-items: end;
	justify-content: center;
}

section.m48_tub_text_box .m48_image {
	width: auto;
	height: 100%;
	box-shadow: 0 0 20px rgba(29, 177, 232, 0.12), 0 0 40px rgba(29, 177, 232, 0.10), 0 0 60px rgba(29, 177, 232, 0.06);
}
/* image container */

/* slider */
section.m48_tub_text_box .m48_galerie_container .rsOverflow {
	width: 100%;
}

section.m48_tub_text_box .m48_galerie_container .rsBullets {
	width: calc(100% - var(--offset));
	left: auto;
	right: 0;
}

section.m48_tub_text_box .m48_galerie_container .rsBullet span{
	width: 8px;
	height: 8px;
	background: #1db1e8;
	border-radius: 50%;
	box-shadow: inset 0 8px 13px rgba(255, 255, 255, 0.41), inset 0 -8px 13px rgba(21, 16, 10, 0.05), inset 0 0 6px rgba(255, 255, 255, 0.07);
	
	transition: background .4s;
}

section.m48_tub_text_box .rsBullet.rsNavSelected span{
	background: #0094cb;
}
/* slider */



@media screen and (max-width: 1699px) {
	section.m48_tub_text_box .m48_titel {
		max-width: 60%;
	}
}

@media screen and (max-width: 1399px) {
	section.m48_tub_text_box .m48__textbox-topLine {
		flex-wrap: wrap;
	}
	
	section.m48_tub_text_box .m48_galerie_container {
		--offset: 30px;
	}
	
	section.m48_tub_text_box .m48_titel {
		max-width: 70%;
	}
	
	section.m48_tub_text_box .m48_galerie_container {
		height: 347px;
	}
	
	section.m48_tub_text_box .m48_galerie_item {
		padding: 39px 40px 0;
	}
	
	section.m48_tub_text_box .m48_image {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 1199px) {
	section.m48_tub_text_box .m48_titel {
		max-width: 85%;
	}
	
	section.m48_tub_text_box .m48__textbox {
		padding: 27px 29px 15px;
	}
	
	section.m48_tub_text_box .m48_galerie_container {
		--offset: 0px;
	}
	
	section.m48_tub_text_box .m48_text_container {
		font-size: 0.856rem;
	}
	
	section.m48_tub_text_box .m48_text_container ul li:before {
		top: -2px;
	}
}

@media screen and (max-width: 991px) {
	section.m48_tub_text_box .m48_top_container {
		margin-bottom: 30px;
	}
	
	section.m48_tub_text_box .m48_content_container {
		margin-bottom: 20px;
	}
	
	section.m48_tub_text_box .m48_titel {
		max-width: 100%;
	}
	
	section.m48_tub_text_box .m48__textbox ul {
		justify-content: start;
		gap: 0 30px;
	}
	
	section.m48_tub_text_box .m48_galerie_container {
		height: 397px;
	}
	
	section.m48_tub_text_box .m48_image {
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width: 767px) {
	section.m48_tub_text_box .m48_titel {
		font-size: 2.01028388rem;
	}
	
	section.m48_tub_text_box .m48_galerie_container {
		height: 347px;
	}
	
	section.m48_tub_text_box .m48_image {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 575px) {
	section.m48_tub_text_box .m48__textbox {
		padding: 20px 20px 15px;
	}
	
	section.m48_tub_text_box .m48__textbox ul {
		flex-direction: column;
	}
	
	section.m48_tub_text_box .m48_link_container {
		margin-top: 38px;
	}
	
	section.m48_tub_text_box .m48_galerie_container {
		height: auto;
	}
	
	section.m48_tub_text_box .m48_galerie_container.rsHor {
		min-height: 300px;
	}
	
	section.m48_tub_text_box .m48_galerie_item {
		padding: 25px 20px 0;
	}
}

@media screen and (max-width: 400px) {
	section.m48_tub_text_box .m48_titel {
		font-size: 1.61028388rem;
	}
}

@media screen and (max-width: 400px) {
	section.m48_tub_text_box .m48_titel {
		font-size: 1.41028388rem;
	}
}