* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	font-family: Verdana, sans-serif;
	color: #606074;
	background-color:#d6c5b3;
}
.container {
	background: white;
	margin: 0 auto;
	padding: 1%;
	max-width: 1200px;
	-moz-box-shadow: #141817 2px 2px 10px;
	-webkit-box-shadow: #141817 2px 2px 10px;
	box-shadow: #141817 2px 2px 10px;
}
.textfeld {
	background-color:;
	padding: 2%;
	margin-bottom: 2%;
	border-bottom: 3px solid #eeeeee
}
img {
	max-width: 100%;
}
.header {
	
	height: auto;
	text-align:center;
	padding-bottom:10px;
   border-bottom: 1px solid #D8D8F4;
}

.nav-oben {
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:1%;
	text-align: left;
	font-size:1.0em;
	border-bottom: 1px solid #D8D8F4;
}
.content {
	line-height: 25px;
	background-color:;
}
.main {
	background: transparent;
	padding: 1%;
	border-left: 1px solid #CD756A;
	border-right: 1px solid #CD756A;
}
.sidebar {
	background: transparent;
	
	
}
.sidebar2 {
	
	padding-bottom: 10%;
}
.footer {
	background: #523C37;
	color: white;
	height: auto;
	margin-top: 1%;
}
.werbung{
	background:white;
   text-align:center;
    color:#523C37;
	padding-top:2%;
	padding-bottom:2%;
	}
h1 {
	color: #CD756A;
	font-size: 25px;
	letter-spacing: 0.1em;
	padding: 1%;
	margin-left: 20px;
	text-shadow: 1px 1px 2px #B0B8FF;
}
h2 {
	color: #AC6D64;
	font-size: 20px;
	letter-spacing: 0.1em;
	padding: 1%;
	margin-left: 20px;
	text-shadow: 1px 1px 2px #B0B8FF;
}
h3 {
	color: #AC6D64;
	font-size: 18px;
	padding: 1%;
	text-shadow: 1px 1px 2px #B0B8FF;
}
h4 {
	color: white;
	font-size: 16px;
	margin-left: 5px;
	margin-bottom: 20px;
	line-height: 25px;
}
@media screen and (min-width: 800px) {
body {
	margin: 1em;
}
.content {
	display: flex;
}
.main {
	flex: 3;
	order: 2;
}
.sidebar2 {
	flex: 1;
	order: 1;
}
.sidebar {
	flex: 1;
	order: 3;
}

}
.flex-container {
	display: flex;
	flex-wrap: wrap;
}
.flex-container > div {
	background-color:;
	padding: 1%;
	color: white;
	width: 265px;
	margin: 5px;
	text-align: left;
	font-size: 15px;
}
/*blog*/
li {
	list-style-type: none;
}
.li {
	margin-bottom: 5%;
}
.datum {
	font-weight: normal;
	padding: 5px;
	margin-bottom: 10px;
}
.copyright {
	font-size: 18px;
	letter-spacing: 2px;
	font-family: Impact;
	font-style: normal;
	color: #333;
	text-align: center;
}
.copyright a {
	font-size: 18px;
	font-family: Impact;
	font-style: normal;
	color: #800000;
	text-decoration: none;
}
.copyright a:hover {
	color: blue;
}

/* Navigation unten */
a.menulink1:link, a.menulink1:visited, a.menulink1:active {
	display: block;
	padding: 6px;
	font-family: "verdana";
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight:bold;
	text-decoration: none;
}
a.menulink1:hover {
	color: blue;
}

