body {
	font-family: 'Lato', sans-serif;
	background: url(../img/bg.jpg);
	background-size: cover;
}

h1,h2 {
	font-family: 'Amatic SC', cursive;
	color: white;
	font-size: 70px;
}
#baustelle {
	width: 300px;
	background-color: rgba(255, 255, 255,1);
	padding:0 20px 20px 20px;
}


#baustelle img {
	max-width: 170px;
	padding:20px;
}

#baustelle h1 {
	margin-top: 0;
	margin-bottom: 0;
}

#triangle-down {
	width: 0px;
	height: 0px;
	border-left: 150px solid transparent;
	border-right: 150px solid transparent;
	border-top: 150px solid rgb(255,255,255);
}

#claim {
	margin-top: 150px;
}
