h1
{
	text-align: center;
	font-family: initial;
	text-shadow: 0 0 5px black;
}

.text
{
	font-size: 1.6rem;
	text-shadow: 0 0 5px black;
}

.info
{
	padding-top: 2rem;
	font-size: 2rem;
	text-shadow: 0 0 5px black;
	text-align: center;
	color: #ffdb43;
}

li a
{
	color: white;
}

#logo
{
	color: white;
}

.email
{
	color: #ffdb43;
}

#section1
{
	background-image: url("https://www.haus-friede.de/images/Blumen.jpg");
	background-position: center bottom;
	background-size: cover;
	/* height: 1400px; */
	height: 100vh; 
	display: table;
	width: 100%;
	table-layout: fixed;
	background-repeat: no-repeat;
	position: relative;
	box-sizing: border-box;
	color: white;
}