#header .headerimage {
	display: none;
}

#willkommen {
	display:flex;
	align-items:center;
	flex-direction: column-reverse;
}

.komm_zu_uns {
	background: white;
	margin:0.5em;
	text-align:center;
	width: fit-content;
}

.komm_zu_uns img {
	width: 20%;
}

.komm_zu_uns h2 {
	color:#bb1530;
	margin:0 0.5em 0.5em 0.5em;
}

@media (min-width:768px) {
	
	#header .headerimage {
		display: block;
		width: 100%;
		grid-column: span 5;
	}
	#willkommen {
		display:flex;
		flex-direction: row;
		justify-content:space-between;
	}
	.komm_zu_uns {
		max-height:270px;
		border:1px solid lightgrey;
		border-radius:5px;
		width:240px;
	}
	.komm_zu_uns img {
		width: 40%;
	}
	.komm_zu_uns h2 {
		color:#bb1530;
	}
	.mod_article .ce_player .komm_zu_uns {
		margin-left:0;
	}
}