@charset "utf-8";

/* CSS Document */
.agrow {
    padding-top: 20px;
  padding-bottom: 35px;
  background: #26351b;
  background-image: url("http://www.metzgerei-wildermuth.de/img/angebote_banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
	}
  .agrow-fisch {
      padding-top: 20px;
    padding-bottom: 35px;
    background: #26351b;
    background-image: url("http://www.metzgerei-wildermuth.de/img/fisch_banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    width: 100%;
  	}
    .agrow-fisch> .offer >.ag-offer:last-child{
        margin-right: 0%;
        font-size: inherit;

    }
    .agrow-fisch> .offer{
      height: auto;
    }
.offer{
  content: ' ';
  display: table;
  clear: both;
  border-bottom: 2px solid white;
  width: 100%;
  height: 120px;
 vertical-align: middle;
 font-size: 25px;

}
.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 h2{
  color: #96d46a;
  margin-bottom: 7%;
}
@media screen and (max-width: 992px) {

  #angebote {
    padding-bottom: 100px;
    background-color: #e6e6e6;
    height: 100%;
  }
