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

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

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

.produtkkategorien .projects-item h3 {
	font-size: 0.875em;
}

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

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


}