
section.m41_titel_uber_bild {
	
}

section.m41_titel_uber_bild .m41_titel_uber_bild_main{
	height: 990px;
	position: relative;
}

section.m41_titel_uber_bild .m41_bild_container {
	height: 100%;
	text-align: right;
	margin-right: -80px;
}

section.m41_titel_uber_bild .m41_bild {
	width: auto;
	height: 100%;
}

section.m41_titel_uber_bild .m41_titel_container {
	position: absolute;
	top: var(--padding_desktop);
	left: 0;
	max-width: 600px;
}

section.m41_titel_uber_bild .m41_titel {
	margin-bottom: 0;
}

@media screen and (min-width: 1921px) {
	section.m41_titel_uber_bild .m41_titel_uber_bild_main {
		height: 1070px;
	}
}

@media screen and (min-width: 2200px) {
	section.m41_titel_uber_bild .m41_titel_uber_bild_main {
		height: 1150px;
	}
}

@media screen and (max-width: 1599px) {
	section.m41_titel_uber_bild .m41_titel_uber_bild_main {
		height: 890px;
	}
}

@media screen and (max-width: 1399px) {
	section.m41_titel_uber_bild .m41_titel_uber_bild_main {
		height: 750px;
		display: flex;
		justify-content: end;
		align-items: end;
	}
	
	section.m41_titel_uber_bild .m41_bild_container {
		height: calc(100% - 50px);
	}
}

@media screen and (max-width: 1199px) {
	section.m41_titel_uber_bild .m41_titel_uber_bild_main {
		height: 650px;
	}
	
	section.m41_titel_uber_bild .m41_titel_container {
		top: var(--padding_tablet);
	}
}

@media screen and (max-width: 991px) {
	section.m41_titel_uber_bild .m41_titel_uber_bild_main {
		height: 600px;
	}
	
	section.m41_titel_uber_bild .m41_bild_container{
		margin-right: -20px;
	}
}

@media screen and (max-width: 767px) {
	section.m41_titel_uber_bild .m41_titel_uber_bild_main {
		display: block;
	}
	
	section.m41_titel_uber_bild .m41_titel_container {
		position: relative;
		top: 0;
		z-index: 1;
	}
	
	section.m41_titel_uber_bild .m41_titel_uber_bild_main {
		height: auto;
		padding-top: var(--padding_tablet);
	}
	
	section.m41_titel_uber_bild .m41_bild_container {
		height: auto;
		margin-right: 0;
		margin-top: -50px;
	}
	
	section.m41_titel_uber_bild .m41_bild {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 575px) {
	
}