.meteoblue, .zamg_sonne {
	display: flex;
}
.meteoblue_wetter {
	padding: 10px;
	min-width: 360px;
}
.meteoblue_info {
	padding: 10px;
	max-width: 360px;
}
.zamg_wetterwarnungen img {
	width: 200px;
}
embed {
   width: 100%;
   max-width: 378px;
   height: 302px;
}
.lawis {
	max-width: 540px;
	margin: 10px;
	width: 100%;
}
.wetterstationen {
	display: flex;
	flex-wrap: wrap;
}
@media only screen and (max-width: 819px) {
	.meteoblue, .zamg_sonne {
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	#meteoblue_info, #meteoblue_wetter {
		padding: 0px;
	}
	#meteoblue_wetter {
		min-width: 320px;
	}
}
@media only screen and (max-width: 420px) {
	.meteoblue_wetter {
		min-width: unset;
	}
}