body {
	font-family: 'Caveat', sans-serif;
	background-color: black;
	color: orange;
	text-align: center;
}				

p  {
  color :orange
}

.Info, .oeffnungszeiten {   
  color: white;
  font-size: 48px;
}

img,iframe{
  width: 22%;
  border:4px solid aqua;
  border-radius:25px
}

.ueberschrift {
	text-decoration: underline;
	font-size: 70px;
	margin: 0px;
}
a {
	color: aqua;
}