@media screen and (max-width: 700px) {

.hide-mobile-700px {
  display: none;
}

.only-mobile-700px {
  display: block;
}

.main-content .content-table td {
  font-size: 0.875em !important;
}

.tab-start.-has-border {
  padding-right: 20px;
  padding-left: 20px;
}

.page-footer .spalte1 {
   padding-right: 35%;
}

.page-footer .spalte2 {
   width: 47% !important;
}

.page-footer .spalte3 {
   width: 50% !important;
}

.page-footer .content-table table td:nth-child(1) {
   width: 110px !important;
}

.produtkkategorien .projects-item h3 {
    font-size: 1em;
    font-weight: 500 !important;
    padding: 0.325em 0 0.3875em;
}

.produtkkategorien a.projects-item {
  margin-bottom: 3% !important;
  margin-right: 3%;
  width: 48.5%;
}

.produtkkategorien a.projects-item:nth-child(2n) {
  margin-right: 0 !important;
}

.siegel-overlay {
  position: absolute;
  width: 140px;
  height: 140px;
}

.guetesiegel-home.content-gallery {
  top: -130px;
  right: -30px;
}

.guetesiegel-home.content-gallery img {
  height: 80px !important;
}

.guetesiegel-tierwohl.content-gallery {
  top: 30px;
  right: -10px;
}

.guetesiegel-tierwohl.content-gallery img {
  height: 100px !important;
}

.bilderheader .content-image.hauptbild figure figcaption {
  font-size: 2.5em;
}

.footer-links li {
  display: inline-block;
  float: left;
}

.footer-links > ul:nth-child(2) > li:nth-child(4) {
  clear: left;
}

.footer-links li a {
  display: inline-block;
  width: auto;
  border: 2px solid #333;
  border-radius: 9px;
  padding: 0.5em 0.875em 0.6em 0.7em;
  margin: 0 0.4em 0.5em 0;
  min-width: 135px;
}

.footer-links li::before {
  display: none;
}

}