section.news {
	background-color: white;
	border-radius: 1rem;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.15);
	margin-bottom: 2rem;
	padding: .5rem;
}

section.news div {
	border: 2px solid #006e89;
	border-radius: .5rem;
	color: black;
	padding: .5rem;
	text-align: center;
}

section.news h1 {
	text-align: center;
}

section.buchung a {
	background-color: #19a0cc;
	border-radius: .5rem;
	margin-bottom: 2rem;
	padding: .5rem;
}