body {
	font: 300 22px 'Open Sans', sans-serif;
}


.headline-box {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	/*height: 100%;*/
	padding: 0;
	color: #fff;
    text-align: center;
}

.headline-box img {
	width: 300px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5);
}


.section-background {
	background: #005BAE;
	padding: 40px 40px 20px 40px;
    /*min-height: 300px;*/
}

.footer-background {
	background: #FFC301;
	padding: 40px;
	color: #000;
}

.home-background {
	background: url("../images/abba-girls-hintergrund.jpg") no-repeat top center fixed;
}

.link {
    color: #FFC301;
}

.link:hover {
    color: #FFC361;
}

.home-box img {
	width: 460px;
	height: 460px;
}

h1 {
	font-size: 30px;
}