@charset "utf-8";

/* CSS Document */
.agrow {
    padding-top: 20px;
  padding-bottom: 35px;
  background: #26351b;
  background-image: url("http://www.metzgerei-wildermuth.de/img/menu_vorschlage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
	}

.offer{
  content: ' ';
  display: table;
  clear: both;
  border-bottom: 2px solid white;
  width: 100%;
  height: 120px;
 vertical-align: middle;

}
.ag-offer {
  width: 32%;
  float: left;
  text-align: center;
  margin-right: 1%;
}

.ag-offer:last-child {
  margin-right: 0%;
  font-size: 35px
}
#angebote {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #e6e6e6;
  width: 100%;
  }
#angebote h4{
  color: #fff;
  margin-bottom: 7%;
}
#angebote p{
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .agrow{
		padding-left: 5%;
		padding-right: 5%;
	}
	.ag-offer {
		width: 100%;
		display: inline-block;
		text-align: left;
		margin-right: 1%;
		float: left;
		vertical-align: top;
		margin-bottom: 5%;
		}
	.ag-offer:last-child{
		margin-right: 0;
	}
  #angebote {
    padding-bottom: 100px;
    background-color: #e6e6e6;
    height: 100%;
  }
