section.m31_aufzahlung_und_bild .m31_image{
	min-height:200px;
}

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

/*section.m31_aufzahlung_und_bild.[data-slider="slick_slider"] .rsContainer img{
	height:100% !important;
}

section.m31_aufzahlung_und_bild[data-slider="slick_slider"] .m31_galerie_item{
	height:100%;
}

section.m31_aufzahlung_und_bild[data-slider="slick_slider"] .m31_video_container{
	width:100%;
	height:100%;
	object-fit:cover;
}*/

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

section.m31_aufzahlung_und_bild .m31_text_container>p:last-child{
	margin-bottom:0;
}

section.m31_aufzahlung_und_bild .m31_content{
	padding:15px 0 15px 0;
}

section.m31_aufzahlung_und_bild .m31_image_container,
section.m31_aufzahlung_und_bild .m31_content_container{
	display:flex;
}

section.m31_aufzahlung_und_bild .m31_image_container img{
	object-fit:cover;
	width: auto;
}

section.m31_aufzahlung_und_bild .m31_content_container {
	padding-bottom: 115px;	
}

section.m31_aufzahlung_und_bild .m31_content_container{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
}

section.m31_aufzahlung_und_bild .m31_content{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
	flex-flow:row wrap;
	flex-direction: column;
}

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

section.m31_aufzahlung_und_bild[data-slider="slick_slider"] .m31_image{
	min-height:auto;
}

section.m31_aufzahlung_und_bild .m31_galerie_container,
section.m31_aufzahlung_und_bild .rsOverflow {
    width: 100%;
}

section.m31_aufzahlung_und_bild .rsOverflow {
	height: 100%;
}

section.m31_aufzahlung_und_bild .slick-track, 
section.m31_aufzahlung_und_bild .slick-list{
	height:100%;
}

section.m31_aufzahlung_und_bild .m31_untertitel_container h3 {
	font-weight: bold;
	margin-bottom: 0;
}

section.m31_aufzahlung_und_bild .m31_titel_container {
	margin-bottom: 15px;
}

section.m31_aufzahlung_und_bild div.container {
	background: #d2dadd;
	padding: 115px 0 0 0;
}

section.m31_aufzahlung_und_bild .m31_galerie_item {
	display: flex;
	align-items: baseline;
}

section.m31_aufzahlung_und_bild .m31_text_container ul {
	padding-left: 19px;
}

.sunsoric_download_btn {
	padding: 12px 35px;
	border: 1px solid #000;
	border-radius: 5px;
	font-weight: bold;
	transition: background .4s, color .4s;
	display: inline-block;
}

.sunsoric_download_btn:hover {
	background: #000;
	color: #d2dadd;
}

/* .sunsoric_download_btn:before {
	content: "";
	background-image: url(https://sun-x.energy/wp-content/uploads/2023/10/download_black.png);
	width: 16px;
	height: 17px;
	display: inline-block;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center	center;
	transition: background-image .4s;
}

.sunsoric_download_btn:hover:before {
	background-image: url(https://sun-x.energy/wp-content/uploads/2023/10/download_grau.png);
} */

section.m31_aufzahlung_und_bild .sunsoric_download_btn svg {
	width: 20px;
	margin-bottom: 3px;
	margin-right: 10px;
	transition: fill .4s;
}

section.m31_aufzahlung_und_bild .sunsoric_download_btn:hover svg {
	fill: #d2dadd;
}

section.m31_aufzahlung_und_bild .m31_download_button_container {
	margin-top: 35px;
}

@media screen and (max-width: 1199px) {
	section.m31_aufzahlung_und_bild .m31_image_container {
		order: 2;
	}
	
	section.m31_aufzahlung_und_bild .m31_content_container {
		order: 1;
	}
	
	section.m31_aufzahlung_und_bild .m31_galerie_container,
	section.m31_aufzahlung_und_bild .m31_content {
		padding: 0 20px;
	}
}

@media screen and (max-width: 768px) {
	section.m31_aufzahlung_und_bild .m31_content,
	section.m31_aufzahlung_und_bild .m31_content_container{
		display: block;
	}
}

@media screen and (max-width: 400px) {
	section.m31_aufzahlung_und_bild .sunsoric_download_btn {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}