

section.m33_text_und_logouebersicht{
	padding-top:80px;
	padding-bottom:80px;
}

section.m33_text_und_logouebersicht .m33_text_container>p:last-child{
	margin-bottom:0;
}

section.m33_text_und_logouebersicht .m33_content{
	padding:15px 0 15px 0;
}

section.m33_text_und_logouebersicht .m33_content_container{
	display:flex;
}

section.m33_text_und_logouebersicht .m33_content_container{
	display:flex;
	justify-content:center;
	-ms-flex-pack:center;
}

.m33_titel{
	margin:0;
}

.m33_text_container{
	margin-top:31px;
}

.m33_image_container{
	margin-top:52px;
}

section.m33_text_und_logouebersicht .m33_link_container a{
	margin-top:47px;
}

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

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

.m33_content_logos_items{
	display:flex;
	flex-wrap:wrap;
}

.m33_content_logos_item{
	width:calc(50% - 15px);
}

.m33_content_logos_item_image{
	height:58px;
	width:auto;
}

.m33_content_logos_item_image_container{
	margin-bottom:30px;
}

.m33_content_logos_item_text{
	line-height:120%;
}

.m33_content_logos_item_beschriftung *{
	margin:0;
}

.m33_content_logos_item_text{
	margin-top:16px;
}

.m33_content_logos_item:nth-child(3),
.m33_content_logos_item:nth-child(4){
	margin-top:61px;
}

.m33_content_logos_item:nth-child(odd){
	margin-right:15px;
}

.m33_content_logos_item:nth-child(even){
	margin-left:15px;
}

section.m33_text_und_logouebersicht .m33_content{
	padding-right:200px;
}

.m33_titel{
	color:#ffef00;
}

.m33_content_logos_item_beschriftung *{
	text-transform: uppercase;
}

.m33_image_container_main{
	align-items:center;
}

section.m33_text_und_logouebersicht .m33_content_logos_item_beschriftung h4 {
	font-family: 'Catamaran', sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

section.m33_text_und_logouebersicht .m33_image_container_inner img {
	max-width: 195px;
}

@media screen and (max-width: 1199px) {
	section.m33_text_und_logouebersicht .m33_content{
		padding-right:100px;
	}
}

@media screen and (max-width: 991px) {
	section.m33_text_und_logouebersicht {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	
	section.m33_text_und_logouebersicht .m33_image_container_main{
		flex-direction:column;
	}
	
	.m33_content_container{
		order:0 !important;
	}
	
	.m33_link_container {
		order:6 !important;
	}
	
	.m33_image_container{
		order:5 !important;
	}
	
	section.m33_text_und_logouebersicht .m33_image_container,
	section.m33_text_und_logouebersicht .m33_content_container{
		width:100%;
	}
	
	.m33_content_logos_item{
		text-align:center;
	}
	
	section.m33_text_und_logouebersicht .m33_content{
		padding-right:0;
	}
}

@media screen and (max-width: 768px) {
	section.m33_text_und_logouebersicht .m33_content,
	section.m33_text_und_logouebersicht .m33_content_container{
		display: block;
	}
}

@media screen and (max-width: 566px) {
	.m33_content_logos_items{
		display:block;
	}
	
	.m33_content_logos_item:nth-child(odd){
		margin-right:auto;
	}
	
	.m33_content_logos_item:nth-child(even){
		margin-left:auto;
	}
	
	.m33_content_logos_item{
		width:70%;
		margin: 0 auto;
	}
	
	.m33_content_logos_item{
		margin-top:61px;
	}
	
	.m33_content_logos_item:first-child{
		margin-top:0;
	}
}

@media screen and (max-width: 400px) {
	.m33_content_logos_item{
		width:100%;
	}
}