@charset "utf-8";
.container_link { /* ok*/
  background-color: #fffff5;
  height: auto;
  width: auto;
  border: 1px solid #666;
  padding: 5px 5px 5px 5px;
  margin-bottom: 5px;
}

.bild_zentriert {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	display: block;
}

.zentriert {
	text-align: center;
}


@media only screen and (max-width: 1199px) {
.bild_1 { 
	width: 100%;
	height: auto;
	max-width: 640px;
}
.bild_2 { 
	width: 100%;
	height: auto;
	max-width: 400px;
}

.item1{
	flex: 2;
	min-width: 400px;
}
.item2{
	flex: 1;
}

}
@media only screen and (min-width: 1200px) {
.bild_1 { 
	width: 100%;
	height: auto;
	max-width: 640px;
}

.bild_2 { 
	width: 100%;
	height: auto;
	max-width: 400px;
}

.item1{
	flex: 2;

}
.item2{
	flex: 1;
}
}

.container_naturladen {
 background-color: #fffff5;
 border: 1px solid #666;
 padding: 20px 20px 5px 20px;
 margin-bottom: 10px;
  display: flex;
 flex-wrap: wrap;
}


