section.m31_kontaktstoerer {
	background: url('../../../img/kontaktstoerer_background.png') no-repeat;
	background-size: cover;
}

section.m31_kontaktstoerer .mM_row {
	align-items: center;
}

section.m31_kontaktstoerer .m31_content_container {
	padding-right: 125px;
}

section.m31_kontaktstoerer.home .m31_content_container {
	padding-right: 0;
}

section.m31_kontaktstoerer .m31_titel_container *,
section.m31_kontaktstoerer .m31_text_container * {
	color: #fff;
}

section.m31_kontaktstoerer .m31_titel_container {
	max-width: 450px;
}

section.m31_kontaktstoerer.home .m31_titel_container {
	max-width: 500px;
}

section.m31_kontaktstoerer .m31_titel_container h2 {
	font-size: 45px;
}

section.m31_kontaktstoerer .m31_text_container p {
	font-size: 16px;
	margin-top: 25px;
}

section.m31_kontaktstoerer .m31_links_container {
	display: flex;
	gap: 18px;
	margin-top: 55px;
}

section.m31_kontaktstoerer .button.primary {
	color: #1b9cd9;
	background: #fff;
}

section.m31_kontaktstoerer .arrow-btn:after {
	border-right: 2px solid #1B9CD9;
	border-top: 2px solid #1B9CD9;
}

section.m31_kontaktstoerer.home .arrow-btn-box .button.primary {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	padding: 24px 60px 24px 40px;
}

section.m31_kontaktstoerer.home .arrow-btn-box .arrow-btn:before {
	background: #fff;
}

section.m31_kontaktstoerer.home .arrow-btn-box .arrow-btn:after,
section.m31_kontaktstoerer.home .arrow-btn-box:hover .arrow-btn:after {
	border-right: 2px solid white;
	border-top: 2px solid white;
}

section.m31_kontaktstoerer.home .m31_link_container:first-child .button {
	display: flex;
	align-items: center;
	gap: 0 35px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 22px 40px;
	border: 1px solid #fff;
}

section.m31_kontaktstoerer.home .m31_link_container:first-child .button:hover {
	background: transparent;
	color: #fff;
}

section.m31_kontaktstoerer.home .m31_link_container:first-child .button svg {
	fill: #28a2db;
	width: 12px;
	min-width: 12px;
	height: 17px;
	transition: fill .4s;
}

section.m31_kontaktstoerer.home .m31_link_container:first-child .button:hover svg {
	fill: #fff;
}

section.m31_kontaktstoerer .m31_galerie_container {
	height: 775px;
	padding-top: 35px;
}

section.m31_kontaktstoerer.home .m31_galerie_container {
	height: auto;
	padding-top: 0;
}

section.m31_kontaktstoerer .m31_galerie_item,
section.m31_kontaktstoerer .m31_galerie_item img {
	height: 100%;
}

section.m31_kontaktstoerer .m31_galerie_item {
	display: flex;
	justify-content: center;
}

section.m31_kontaktstoerer.home .m31_galerie_item {
	justify-content: end;
}

section.m31_kontaktstoerer .m31_galerie_item img {
	width: auto;
}

section.m31_kontaktstoerer.home .m31_galerie_item img {
	width: 100%;
	height: auto;
}

section.m31_kontaktstoerer.home {
	padding: 165px 0 105px;
}

section.m31_kontaktstoerer.home .mM_row {
	gap: 50px 0;
}

section.m31_kontaktstoerer.home .mM_row .mM_col_50 {
	width: 50%;
}

@media all and (min-width: 2200px) {
	section.m31_kontaktstoerer .m31_titel_container {
		max-width: 100%;
	}
}

@media all and (max-width: 1649px) {
	section.m31_kontaktstoerer.home .m31_links_container {
		flex-direction: column;
	}
	
	section.m31_kontaktstoerer.home .m31_link_container:first-child {
		max-width: 354px;
	}
	
	section.m31_kontaktstoerer.home .m31_link_container:last-child {
		max-width: 300px;
	}
}

@media all and (max-width: 1599px) {
	section.m31_kontaktstoerer .m31_content_container {
		padding-right: 75px;
	}
}

@media all and (max-width: 1199px) {
	section.m31_kontaktstoerer.home {
		padding: 165px 0;
	}
	
	section.m31_kontaktstoerer .m31_content_container {
		padding-right: 0;
	}
}

@media all and (max-width: 991px) {
	section.m31_kontaktstoerer .mM_col_50 {
		width: calc(50% - (88px / 2));
	}
	
	section.m31_kontaktstoerer .m31_galerie_container {
		height: 575px;
	}
	
	section.m31_kontaktstoerer.home {
		padding: 80px 0;
	}
	
	section.m31_kontaktstoerer.home .mM_row .mM_col_50 {
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	section.m31_kontaktstoerer {
		padding-top: 60px;
	}
	
	section.m31_kontaktstoerer .m31_titel_container {
		max-width: 100%;
	}
	
	section.m31_kontaktstoerer .mM_col_50 {
		width: 100%;
	}
	
	section.m31_kontaktstoerer .m31_galerie_container {
		padding-top: 0;
	}
}

@media all and (max-width: 575px) {
	section.m31_kontaktstoerer .m31_titel_container h2 {
		font-size: 35px;
	}
	
	section.m31_kontaktstoerer .m31_galerie_container {
		height: 475px;
	}
	
	section.m31_kontaktstoerer.home {
		padding: 50px 0;
	}
}

@media all and (max-width: 475px) {
	section.m31_kontaktstoerer .m31_galerie_container {
		height: auto;
	}
	
	section.m31_kontaktstoerer .m31_galerie_item img {
		width: 100%;
		height: auto;
		max-height: 400px;
	}
}
