
h1
{
	text-align: center;
	font-family: initial;
	text-shadow: 0 0 5px black;

}


span
{
	font-size: 1.5rem;
	text-shadow: 0 0 5px black;
}

.border-bottem
{
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: solid 2px;
}

li a
{
	color: white;
}

#logo
{
	color: white;
}

#section1
{
	background-image: url("https://www.haus-friede.de/images/normal/Landhaus-Friede-Eingang.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;
}


/* .break */
/* { */
	/* display: none; */
/* } */

/* @media only screen and (max-width: 600px) { */
	
	/* .break */
	/* { */
		/* display: block; */
	/* } */
	
/* } */