section.m33_text_und_logos {
	background-color: #fff;
}

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

section.m33_text_und_logos .m33_wrapper {
	align-items: center;
}

section.m33_text_und_logos .m33_titel_container {
	max-width: 500px;
}

section.m33_text_und_logos .m33_text_container {
	padding-right: 97px;
}

section.m33_text_und_logos .m33_text_container * {
	hyphens: auto;
}

section.m33_text_und_logos .m33_logouebersicht_container {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

section.m33_text_und_logos .m33_logouebersicht_item {
	width: calc(50% - 3.5px);
	height: 235px;
}

section.m33_text_und_logos .m33_logouebersicht_item_logo_container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 2px solid #eaecee;
	padding: 20px;
}

section.m33_text_und_logos .m33_logouebersicht_item svg {
	width: auto;
}

section.m33_text_und_logos .m33_logouebersicht_item:first-child svg {
	height: 72px;
}

section.m33_text_und_logos .m33_logouebersicht_item:last-child svg {
	height: 86px;
}

section.m33_text_und_logos .m33_logouebersicht_wrapper.mobile {
	display: none;
}

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

@media screen and (max-width: 1399px) {
	section.m33_text_und_logos .m33_text_container {
		padding-right: 50px;
	}
}

@media screen and (max-width: 1199px) {
	section.m33_text_und_logos .m33_titel_container h2 {
		font-size: 2.5125rem;
	}
}

@media screen and (max-width: 991px) {
	section.m33_text_und_logos .m33_content_wrapper {
		order: 1;
	}
	
	section.m33_text_und_logos .m33_text_container {
		padding-right: 0;
		padding-bottom: 36px;
	}
	
	section.m33_text_und_logos .m33_logouebersicht_wrapper {
		order: 2;
	}
	
	section.m33_text_und_logos .m33_logouebersicht_wrapper.desktop {
		display: none;
	}
	
	section.m33_text_und_logos .m33_logouebersicht_wrapper.mobile {
		display: block;
	}
}

@media screen and (max-width: 767px) {
	section.m33_text_und_logos .m33_logouebersicht_item {
		height: 200px;
	}
}

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

@media screen and (max-width: 475px) {
	section.m33_text_und_logos .m33_logouebersicht_item {
		height: 150px;
	}
}

@media screen and (max-width: 375px) {
	section.m33_text_und_logos .m33_logouebersicht_item {
		width: 100%;
	}
}
