@charset "utf-8";
/* CSS Document */

html, body { 
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #513929;
	color: #fff;
}

#Wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-height: 100%;
}


#MainAreaTop {
	display: flex;
	justify-content: center;
	width: 100%;
}

#ContentTop {
	padding: 0 20px; 
	width: 1200px;
}

#LogoTopContainer {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 30px;
	
}

.LogoTopSvg {
	width: 600px;
}

#Banner {
	display: flex;
	justify-content: center;
	background-color: #4b2e1a;
	height: 400px;
	width: 100%;
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	margin: 20px 0;
	padding: 2px;
}

#ImageBanner {
background-image: url(muehlenladen.jpg);
background-repeat: no-repeat;
height: 100%;
width: 100%;
background-position: center center;
}

#MainAreaBottom {
	display: flex;
	justify-content: center;
	width: 100%;
}

#ContentBottom {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	width: 1200px;
}

.TextBlock {
	padding: 0 20px;
	margin: 0px 10px 0 10px;
	text-align: center;
}

#FooterArea {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100px;
	margin: 20px 0 40px 0;
}

#FooterInner {
	display: flex;
	justify-content: center;
	border-top: #999 1px solid;
	width: 1140px;
	height: 130px;
}

.LogoFooterSvg {
	padding: 16px 10px 0 0;
	width: 400px;
}

#Trennlinie {
	width: 20px;
	height: 100%;
	border-right: 1px solid #999;
	margin-top: 20px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 36px;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 22px;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 24px;
}

blockquote{
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 22px;
}

a:link    { color: #fff; text-decoration: none; }
a:visited { color: #fff; }
a:focus   { color: #fff; }
a:hover   { color: #fff; }
a:active  { color: #fff; }

.Spruch {
	text-align: center;
	font-size: 16px;
	padding: 0px 0;
}

.AuthorName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style:italic
}



@media only screen and (max-width: 1100px) {
		.LogoTopSvg {
	width: 400px;
		}
	
	.Spruch {
	text-align: center;
	font-size: 12px;
	padding: 0px 0;
	}	
	
	.AuthorName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style:italic
	}

	#Banner {
	height: 300px;
	width: 100%;
}

	


}

@media only screen and (max-width: 530px) {
	
	#Banner {
	height: 160px;
	width: 100%;
}
	
	
	#FooterInner {
	display: flex;
	flex-flow: wrap;
	align-content: center;
	justify-content: center;
	border-top: #999 1px solid;
	width: 1140px;
	height: 200px;
	}
	
	.LogoTopSvg {
	width: 300px;
}
	
	.LogoFooterSvg {
	width: 130px;
}

	.TextBlock {
	padding: 0 5px;
	margin: 0;
	text-align: center;
	}
	
	h1 {
	font-size: 18px;
	line-height: 24px;
	}
	
	h2 {
	font-size: 18px;
	}
	
	p {
	font-size: 16px;
	}
	
	blockquote {
	text-align: center;
	font-size: 14px;
	}
	
	#Trennlinie {
	display: none;
	}
		
}

