#media-query{
	/*display: none !important;*/
}
.filter-items .sb-facebook{
  display: none !important;
}

/* REFERENZEN mobile */

@media only screen and (max-width: 979px) {
  .referenzen .mod-articles-3 .blog-items-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}


/* POPUP */

.popup-vg {
  background: #fff;
  max-width: 93%;
  margin: auto;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

div.js-flyout {
  background: #efefef;
  color: #000000;
  border-radius: 0px;
  padding: 0px;
}
.js-flyout.shadow {
  box-shadow: 0 0 16px rgba(0,0,0,0) !important;
}
.js-flyout-content {
  overflow: hidden !important;
  padding: 30px !important;
}
@media only screen and (max-width: 700px) {
  .js-flyout-content {
  	overflow:auto !important;
  	padding: 10px 5px 0px 5px!important;
	}
  .js-flyout-content h3{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .js-flyout-content p{
    font-size: 0.9rem;
    margin: 0 0 10px 0px !important;
    padding: 0px !important;
  }
}
.js-flyout-content img{
  border: 10px solid #ffffff;
}
