body {
	background: white;
}

#foto-1 {
	top: 0;
	left: 0;
}

#website-1,
#spreadsheet {
	position: absolute;
}

#website-1 {
	width: 50%;
	height: 50%;
	top: 50%;
	left: 0;
}

#spreadsheet {
	width: 50%;
	height: 76%;
	top: 24%;
	left: 50%;
}


#text-titel,
#text-datum,
#text-ort {
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: -0.2vw;
	line-height: 0.9;
}

#text-datum {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 33%;	
	color: black;
	font-size: 6vw;
	font-style: italic;
}

#text-titel {
	position: absolute;
	top: 2%;
	right: 16%;
	width: 33%;	
	font-size: 10vw;
	color: black;
}

#text-ort {
	position: absolute;
	bottom: 4%;
	left: 2%;
	width: 33%;	
	font-size: 6vw;
}

a {
	color: yellow;
	text-decoration: none;
}


a:hover {
	color: white;
	text-decoration: none;
}