html, body
	{
		font-family: '', sans-serif;
		font-weight: 400;
		color:#a7a7a7;
		margin:0px;
		background-color:#6f5b49;
		
	}
	
#text1
	{
		padding:5%;
		font-size:3vh;
		text-align:center;
	}
	
#text2
	{
		width:40vw;
		padding-right:6%;
		font-size:3vh;
		text-align:justify;
	}
	
#text3
	{
		padding:4%;
	}
	
#text4
	{
		padding:8%;
	}
	
#gallery
	{
		clear:both;
		padding:4%;
		
	}
	
#bilder
	{
	text-align:center;	
	}
#logo
	{
		background-image:url(../images/logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width:35vw;
		height:48vh;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:20vh;
	}

#Leitner
	{
		background-image:url(../images/Leitner.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width:20vw;
		height:30vh;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:0vh;
	}
	
h1
	{
		text-align:center;
	}
	
#h1-2
	{
		text-align:left;
	}
	
.flex-container-text2
	{
		display:flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items : stretch;
	}
	
#bild-text2
	{
		background-image:url(../images/haus.jpg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width:40vw;
		height:48vh;
		margin-left: auto;
		margin-right: auto;
	}
	
a:link, a:visited 
	{
		text-decoration: none;
		color: white;
	}