@charset "utf-8";
/* CSS Document */

a {
	text-decoration:none;
}

a:link, a:visited{
	color: #690;
	font-style: italic;
}

a:hover,  a:active{
	color: #690;
}


body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: Merriweather, "Merriweather Sans";
	margin: 0px;
}

header {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
}

section {
	height: 420px;
	min-width: 800px;
	overflow: hidden;
	background-image: url(images/buffet2.jpg);
	background-repeat: no-repeat;
	width: 100%;
	background-size:100% auto;
}


.Zitat {
	font-family: Merriweather, "Merriweather Sans";
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: #000;
}


.autor {
	font-family: Merriweather, "Merriweather Sans";
	font-size: 14px;
	font-style: italic;
	font-weight: 200;
	color: #690;
	
}
.fliesstext {
	font-family: "Merriweather Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #000;
}

.headline {
	font-family: Merriweather;
	font-size: 24px;
	font-weight: 500;
	color: #690;
	font-style: normal;
}


#stoerer {
	background-image: url(images/stoerer.png);
	background-position: center center;
	text-align: center;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
	top: -150px;
	height: 250px;

}


#inhalt {
	max-width: 900px;
	font-family: Merriweather;
	font-size: 16px;
		display: block;
    margin-left: auto;
    margin-right: auto;
		text-align: center;
			position: relative;
	top: -160px;
}
.impresstext {
	font-family: Merriweather;
	font-size: 12px;
	font-weight: 300;
	color: #000;
	line-height: 18px;
}

.spoiler a:active span, .spoiler a:focus span {
  display: block;
  background:none; border: none;
}
