body {
	background: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	color: #555;
}

a {
	color: #151513;
}

a:hover {
	color: #B4A580;
}

.wrapper {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;					
}

header {
	display: block;
	display: flex;
	justify-content: space-around;	
}

header > div {
	align-self: flex-end;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

h1 {
	font-size: 48px;
	line-height: 48px;
}

.text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	color: #946C32;
}

li {
		list-style-type: none;
}

ul.broetchen {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0 40px;
}

ul.broetchen li {
	border: 1px solid #EFDECB;
	border-radius: 2px;
	background: #ECD7B8;
	padding: 6px 12px;
	margin: 4px;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}		

footer {
	background: #EFDECB;
	padding: 20px 0;
}

footer h2 {
	text-align: center;
}

footer > div {
	display: flex;
	justify-content: space-around;
	max-width: 720px;
	margin: 0 auto;	
}

@media (max-width: 900px) {	
	header {
		display: flex;
		flex-direction: column;		
	}
	
	header .logo {
	  order: 1;
	}
	header .adresse {
	  order: 2;
	}
	header .zeiten {
	  order: 3;
	}	
}
