section.m41_probepaket .m41_image{
	min-height:200px;
}

section.m41_probepaket .rsContainer img.rsImg{
	margin-top:0 !important;
	margin-left:0 !important;
	width:100% !important;
}

section.m41_probepaket.[data-slider="true"] .rsContainer img{
	height:100% !important;
}

section.m41_probepaket[data-slider="true"] .m41_galerie_item{
	height:100%;
}

section.m41_probepaket[data-slider="true"] .m41_video_container{
	width:100%;
	height:100%;
	object-fit:cover;
}

section.m41_probepaket .row{
	min-height:400px;
}

section.m41_probepaket .m41_text_container>p:last-child{
	margin-bottom:0;
}

/*
section.m41_probepaket .m41_content{
	padding:15px 0 15px 0;
}
*/

section.m41_probepaket .m41_image_container,
section.m41_probepaket .m41_content_container{
	display:flex;
}

section.m41_probepaket .m41_image_container img{
	object-fit:cover;
	width:100%;
	height: 100%;
}

section.m41_probepaket .m41_content_container{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
}

section.m41_probepaket .m41_content{
	position: relative;
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
	flex-flow:row wrap;
	flex-direction: column;
}

section.m41_probepaket .flex_row_reverse{
	flex-direction: row-reverse;
}

section.m41_probepaket[data-slider="true"] .m41_image{
	min-height:auto;
}

section.m41_probepaket .m41_galerie_container,
section.m41_probepaket .rsOverflow {
    width: 100%;
}

section.m41_probepaket.version_1 > .container {
	max-width: 100%;
	padding: 0;
}

section.m41_probepaket.version_1 > .container > .row {
	--bs-gutter-y: 0;
	--bs-gutter-x: 0;
}

section.m41_probepaket.version_1 .m41_untertitel_container {
	margin-bottom: 13px;
}

section.m41_probepaket.version_1 .m41_galerie_item {
	height: 575px;
}

section.m41_probepaket.version_1 .m41_galerie_item img {
	height: 100%
}

section.m41_probepaket.version_1.not_reversed .m41_content {
	padding-left: 150px;
}

section.m41_probepaket.version_1.not_reversed .m41_titel_container {
	max-width: 480px;
}

section.m41_probepaket.version_1.not_reversed .m41_galerie_item img {
	border-radius: 0 30px 30px 0;
}

section.m41_probepaket.version_1.reversed > .container {
	position: relative;
	z-index: 2;
}

section.m41_probepaket.version_1.reversed .m41_content {
	padding-right: 150px;
}

section.m41_probepaket.version_1.reversed .m41_titel_container {
	max-width: 360px;
}

section.m41_probepaket.version_1.reversed .m41_galerie_item img {
	border-radius: 30px 0 0 30px;
}

section.m41_probepaket.version_1.reversed .m41_background_element_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

section.m41_probepaket.version_1.reversed .m41_background_element_container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #eeeeee;
	border-radius: 30px;
}

section.m41_probepaket.version_1.reversed .m41_background_element_container:before {
	content: url('../../../img/bamboo_wasserzeichen_light.png');
	position: absolute;
	left: -100px;
	bottom: -40px;
	z-index: 1;
}

section.m41_probepaket.version_2 .m41_image_container {
	padding-right: 0;
}

section.m41_probepaket.version_2 .m41_galerie_item {
	height: 100%;
}

section.m41_probepaket.version_2 .m41_galerie_item img,
section.m41_probepaket.version_2 .m41_galerie_item video,
section.m41_probepaket.version_2 .m41_overlay {
	border-radius: 30px 0 0 30px;
}

section.m41_probepaket.version_2 .m41_content_container {
	padding-left: 0;
}

section.m41_probepaket.version_2 .m41_content_container * {
	color: #fff;
}

section.m41_probepaket.version_2 .m41_content {
	background: #2b333c;
	border-radius: 0 30px 30px 0;
	padding: 50px 0;
	padding-left: 100px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

section.m41_probepaket.version_2 .m41_content .m41_content_bg {
	position: absolute;
	right: -10px;
	bottom: 0;
	opacity: .3;
	z-index: -1;
	width: 35%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

section.m41_probepaket.version_2 .m41_titel_container {
	max-width: 385px;
}

section.m41_probepaket.version_2 .m41_titel_container h2 {
	margin-bottom: 18px;
}

section.m41_probepaket.version_2 .m41_text_container {
	width: 50%;
}

section.m41_probepaket.version_2 .m41_link_container {
	max-width: 50%;
	margin-top: 35px;
}

section.m41_probepaket.version_2 .m41_link_container a {
	position: relative;
	display: inline-block;
	padding-right: 60px;
}

section.m41_probepaket.version_2 .m41_link_container a:after {
	content: '';
	position: absolute;
	top: 25px;
	right: 25px;
	width: 22px;
	height: 8px;
	transition: transform .4s;
	background: url('../../../img/btn_arrow.png') no-repeat;
	background-size: 100% 100%;
}

html[data-agent*="Firefox"] section.m41_probepaket.version_2 .m41_link_container a:after {
	top: 25px;
}

section.m41_probepaket.version_2 .m41_link_container:hover a:after {
	transform: translateX(10px);
}

section.m41_probepaket.version_2 .m41_galerie_item.with_video {
	position: relative;
	cursor: pointer;
}

section.m41_probepaket.version_2 .m41_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

section.m41_probepaket.version_2 .m41_play_button {
	opacity: .7;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	border-radius: 15px;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m41_probepaket.version_2 .m41_overlay:hover .m41_play_button {
	opacity: 1;
}

section.m41_probepaket.version_2 .m41_play_button .m41_play_button_img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width:100%;
}

section.m41_probepaket.version_2 .m41_play_button .m41_play_button_img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

section.m41_probepaket .m41_link_full_container {
	display: flex;
}

section.m41_probepaket .m41_link_full_container div.m41_link_container:last-child {
	margin-left: 15px;
}

@media screen and (min-width: 992px) {
	section.m41_probepaket.version_1.not_reversed .m41_image_container {
		padding-left: 0;
	}
	
	section.m41_probepaket.version_1.reversed .m41_image_container {
		padding-right: 0;
	}
}

@media screen and (max-width: 1920px) {
	section.m41_probepaket.version_1 .m41_galerie_item {
		height: 475px;
	}
}

@media screen and (max-width: 1399px) {
	section.m41_probepaket.version_2 .m41_content {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	section.m41_probepaket.version_2 .m41_text_container {
	    width: 100%;
	}
}

@media screen and (max-width: 1599px) {
	section.m41_probepaket.version_1.not_reversed .m41_content {
		padding-left: 100px;
	}
	
	section.m41_probepaket.version_1.reversed .m41_content {
		padding-right: 100px;
	}
}

@media screen and (max-width: 1399px) {
	section.m41_probepaket.version_1.not_reversed .m41_content {
		padding-left: 50px;
	}
	
	section.m41_probepaket.version_1.reversed .m41_background_element_container {
		max-width: 100%;
		padding: 0;
		border-radius: 0;
	}
	
	section.m41_probepaket.version_1.reversed .m41_content {
		padding-right: 50px;
	}
}

@media screen and (max-width: 991px) {
	section.m41_probepaket.version_2 .m41_image_container {
		padding-right: 12px;
	}
	
	section.m41_probepaket.version_2 .m41_galerie_item img,
	section.m41_probepaket.version_2 .m41_galerie_item video,
	section.m41_probepaket.version_2 .m41_overlay {
		border-radius: 30px 30px 0 0;
	}
	
	section.m41_probepaket.version_2 .m41_content_container {
		padding-left: 12px;
	}
	
	section.m41_probepaket.version_2 .m41_content {
		border-radius: 0 0 30px 30px;
		padding: 50px;
	}
	
	section.m41_probepaket.version_2 .m41_content .m41_content_bg {
		height: 55%;
		width: 45%;
	}
	
	section.m41_probepaket.version_1.not_reversed .m41_image_container,
	section.m41_probepaket.version_1.reversed .m41_image_container {
		padding-left: 0;
		padding-right: 0;
	}
	
	section.m41_probepaket.version_1.not_reversed .m41_galerie_item img,
	section.m41_probepaket.version_1.reversed .m41_galerie_item img {
		border-radius: 0;
	}
	
	section.m41_probepaket.version_1.reversed .m41_background_element_container:before {
		content: '';
		left: -10px;
		bottom: -10px;
		width: 90px;
		height: 110px;
		background: url('../../../img/bamboo_wasserzeichen_light.png');
		background-size: 100% 100%;
	}
	
	section.m41_probepaket.version_1 .m41_content {
		margin-top: 50px;
	}
	
	section.m41_probepaket .m41_link_full_container {
		flex-direction: column;
		max-height: 190px;
	}

	section.m41_probepaket .m41_link_full_container div.m41_link_container:last-child {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	section.m41_probepaket .m41_content,
	section.m41_probepaket .m41_content_container{
		display: block;
	}

	section.m41_probepaket .m41_galerie_container{
		padding:0;
	}
	
	section.m41_probepaket.version_1 .m41_galerie_item,
	section.m41_probepaket.version_2 .m41_image_container {
		height: 380px;
	}
	
	section.m41_probepaket.version_2 .m41_link_container {
		max-width: 75%;
	}
}

@media screen and (max-width: 575px) {
	section.m41_probepaket.version_1 .m41_content {
		padding: 0 22px !important;
		margin-top: 40px
	}
	
	section.m41_probepaket.version_2 .m41_content {
		padding: 40px 22px;
	}
	
	section.m41_probepaket.version_1 .m41_galerie_item,
	section.m41_probepaket.version_2 .m41_image_container {
		height: 360px;
	}
}

@media screen and (max-width: 469px) {
	section.m41_probepaket.version_2 .m41_link_container {
		max-width: 100%;
	}
}

@media screen and (max-width: 375px) {
	section.m41_probepaket.version_2 .m41_link_container {
		max-width: 220px;
	}
	
	section.m41_probepaket .m41_link_full_container {
		max-height: 245px;
	}
}