section.m34_stoerer {
	background: #edf8fc;
}

section.m34_stoerer.transparent {
	background: transparent;
}

section.m34_stoerer.white {
	background: #fff;
}

section.m34_stoerer .m34_stoerer_main {
	background: #1db1e8;
	position: relative;
	border-radius: 10px;
	padding: 130px 0;
}

section.m34_stoerer .container .container {
	position: relative;
	z-index: 3;
}

section.m34_stoerer .m34_stoerer_main_inner_container {
	width: 50%;
}

section.m34_stoerer .m34_stoerer_main_inner_container * {
	color: #fff;
}

section.m34_stoerer .m34_titel {
	font-size: 2.4081414rem;
	margin-bottom: 39px;
}

section.m34_stoerer .m34_stoerer_container {
	margin-bottom: 65px;
}

section.m34_stoerer .m34_link_button {
	padding: 12px 30px 14px;
	background: #fff;
	color: #1db1e8;
	border-radius: 10px;
	border: 1px solid #fff;
	display: inline-block;
	-webkit-transition: background .4s, color .4s;
	-moz-transition: background .4s, color .4s;
	-ms-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

section.m34_stoerer .m34_link_button:hover {
	background: transparent;
	color: #fff;
}

section.m34_stoerer .m34_stoerer_image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

section.m34_stoerer.autonom_stoerer .m34_stoerer_image {
	width: 60%;
	height: auto;
}

@media screen and (max-width: 1399px) {
	section.m34_stoerer.autonom_stoerer .m34_stoerer_image {
		width: 75%;
	}
}

@media screen and (max-width: 991px) {
	section.m34_stoerer .m34_stoerer_main_inner_container {
		width: 75%;
	}
	
	section.m34_stoerer .m34_stoerer_main {
		padding: 90px 0;
	}
}

@media screen and (max-width: 767px) {
	section.m34_stoerer .m34_stoerer_main_inner_container {
		width: 100%;
	}
	
	section.m34_stoerer .m34_stoerer_main {
		padding: 70px 0;
	}
	
	section.m34_stoerer .m34_titel {
		font-size: 2.2081414rem;
	}
}

@media screen and (max-width: 575px) {
	section.m34_stoerer .m34_stoerer_main {
		padding: 45px 0;
	}
	
	section.m34_stoerer .m34_titel {
		font-size: 1.8081414rem;
	}
	
	section.m34_stoerer.autonom_stoerer .m34_stoerer_image {
		width: 100%;
	}
}

@media screen and (max-width: 450px) {
	section.m34_stoerer .m34_titel {
		font-size: 1.610284rem;
	}
}

@media screen and (max-width: 400px) {
	section.m34_stoerer .m34_titel {
		font-size: 1.410284rem;
	}
	
	section.m34_stoerer .m34_link_button {
		padding: 12px 25px 14px;
	}
}

@media screen and (max-width: 350px) {
	section.m34_stoerer .m34_titel {
		font-size: 1.210284rem;
	}
	
	section.m34_stoerer .m34_link_button {
		padding: 12px 15px 14px;
	}
}

@media screen and (max-width: 300px) {
	section.m34_stoerer .m34_titel {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		-o-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
	}
}