@charset "utf-8";
/* CSS Document */
h6{
  color: #000;
}
.tagesrow {
  content: ' ';
  display: table;
  clear: both;
  padding-top: 20px;
  padding-bottom: 25px;
  background: #26351b;
  padding-left: 10%;
  padding-right: 10%;
}

.tagesrow > p{
  padding-top: 5%;
  color: #fff;
}


.tag-column {
  width: 32%;
  float: left;
  text-align: center;
  margin-right: 1%;
  float: left;
  vertical-align: top;
  margin-top: 20px;
}

.tag-column img {
  width: 100%;
}
.tag-column:nth-child(4) {
  margin-right: 0;
}
.tag-column:last-child {
  margin-right: 0;
}


#tagesessen {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #e6e6e6;
  height: 100%;
}

#tagesessen h2 {
  color: #96d46a;
}

.tagtable {
  border-style: none;
  border-spacing: 0;
  width: 100%;
}
.tagtable tr, img{
  width: 100%;
}

.holz {
  width: 100%;
  height: 47px;
  text-align: center;
  background-image: url("http://www.metzgerei-wildermuth.de/img/holz.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 26px;
}

.description {
  padding-left: 15%;
  padding-right: 15%;
  width: 100%;
  height: 250px;
  text-align: center;
  background-image: url("http://www.metzgerei-wildermuth.de/img/board.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  font-size: 20px;
}

.preis {
  display: block;
  font-size: 48px;
  font-weight: 700;
  padding-top: 16%;
}

.holz img {
  width: 100%;
}

.frame {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  color: white;
}

.frame img {
  position: relative;
  display: block;
}

.frame p {
  position: absolute;
  top: 26%;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
}


.nb {
  display: block;
}

.schwein {
  position: absolute;
  top: 70%;
  left: 60%;
  bottom: 0;
  width: 50%;
  text-align: center;
	-webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
	0% {
				-webkit-transform: rotate(0deg);
		}
		25% {
				-webkit-transform: rotate(5deg);
		}
	50% {
				-webkit-transform: rotate(-5deg);
		}
		100% {
				-webkit-transform: rotate(0deg);
		}
}
#title, #tel {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .tagesrow {
    content: ' ';
    display: table;
    clear: both;
    padding-top: 20px;
    padding-bottom: 25px;
    background: #26351b;
    padding-left: 10%;
    padding-right: 10%;
  }

  .tag-column {
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 1%;
    float: left;
    vertical-align: top;
    margin-top: 20px;
  }

  .tag-column:last-child {
    margin-right: 0%;
  }

.holz {
    font-size: 50px;
  }

.description{
  font-size: 35px;
}

  .frame p {
    font-size: 24px;
    top: 30%;

  }

}
@media print{
  header{
    display: none;
  }
  h1{
    font-size: 14pt;
  }
  h6{
    font-size: 12pt;
  }
  .holz{
    background: none;
    font-size: 12pt;
  }
  .frame{
  display: none;
  }
  .description{
    background: none;
    font-size: 12pt;
  }
  .description>p{
    color: #000;
  }
  .preis{
    font-size: 14pt;
    color: #000;
  }
  footer{
    display: none;
  }
}
