


#top{
	display:flex;
}
.top-btn{
	margin:0px 0px 20px 0px;
}
#angebote{
	padding:0px 10px 0spx 10px;
}
#ueber-uns{
	display:flex;
	gap:36px;
	align-items:center;
	flex-direction:row;
}
@media(max-width:800px){
	#ueber-uns{
	flex-direction:column;
	align-items:start;
}
}
ueber{
	padding-top:0px;
	margin-top:0px;
}