.welcome-container {
}

.welcome{
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 3em;
	text-align: center;
}

.welcome-center{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	
	/*Flex for Internet Explorer*/
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;  	
	
	width: 100%;
}

.welcome-news{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;

	/*Flex for Internet Explorer*/
	display: -ms-flexbox;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;	
	
	width: 100%;
	margin-top: 1em;
	margin-bottom: 2em;
}

/* große Viewports */
@media all and (min-width: 30em) {
.welcome-content {
    flex-direction: row;
    
 	/*Flex for Internet Explorer*/
	-ms-flex-direction: row;  	
  }
}