.markenwelt-mesa {
	display: flex;
	flex-direction: column;
	min-width: unset;
	padding: 64px 0;
}

.markenwelt-mesa__wrapper {
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	background-color: #000000;
}

.markenwelt-mesa__with-logo {
	display: flex;
	flex-direction: column;
}

.markenwelt-mesa__with-logo--left {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.markenwelt-mesa__with-logo--left-logo {
	margin-bottom: 32px;
	width: 75%;
}

.markenwelt-mesa__with-logo--right {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-left: 24%;
	padding-right: 26%;
}

.markenwelt-mesa__text {
	text-align: justify;
	word-wrap: break-word;
	font-size: 13px;
	line-height: 1.5;
	font-weight: 300;
}

.markenwelt-mesa__image {
	width: 100%;
	margin: 16px 0 -64px;
}

@media screen and (min-width: 360px) {
	.markenwelt-mesa__wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 768px) {
	.markenwelt-mesa {
		margin-left: 10%;
		margin-right: 10%;
	}
	
	.markenwelt-mesa__with-logo {
		flex-direction: row;
	}
	
	.markenwelt-mesa__with-logo--left {
		width: 70%;
	}	
	
	.markenwelt-mesa__with-logo--right {
		width: 30%;
		padding: 0;		
	}
	
	.markenwelt-mesa__with-logo--right-image {
		max-height: 75%;	
	}	
	
	.markenwelt-mesa__text {
		font-size: 15px;
		padding-right: 16px;
	}
}

@media screen and (min-width: 1024px) {
	.markenwelt-mesa {
		margin-left: 20%;
		margin-right: 20%;
		min-width: 665px;
	}
}

@media screen and (min-width: 1200px) {
	.markenwelt-mesa__text {
		font-size: 17px;
	}
}