/* Header - Ferienakademie */
header {
	background-color: #F5F6CE;
	font-family: 'Ubuntu', sans-serif;
}

/* body */
body {
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	background-color: #58ACFA;
}
	/* Article */
article {
	margin: auto;
	width: 1100px;
	background-color: white;
	box-shadow: 0 0 20px;
}
/* Style für erste Überschrift */
h1 {
	font-size: 70px;
	text-align: center;
	color: blue;
	font-family: 'Ubuntu', sans-serif;
}
	
h2 {
	font-size: 40px;
	text-align: center;
	font-family: 'Permanent Marker', cursive;
}
	
/* Effekte für Foto */
.foto {
	border-radius: 100%;
}

/* Style für Link */
a:link {
	color: green;
	text-decoration: none;
}

a:visited {
	color: green;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: none;
}

a:active {
	color: blue;
	text-decoration: none;
}