.layout__region--second div.block:nth-child(3) .field-item{
  padding:0;
  margin-left:0.25em;
}
.ref-wrap{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.ref-wrap .field-item{
  margin:20px 0 0;
}
.ref-wrap .field-item img{
  border:1px solid var(--plaing-border-grey);
  border-radius:8px;
}
.ref-wrap .field-item:hover img{
  border-color:var(--plaing-orange);
}
.referenz-pictures{
  display:flex;
  flex-wrap:wrap;
}
.referenz-pictures > .field-item{
  width:100%;
  max-width:250px;
}
.page-node-type-referenzprojekt .middle-nav{
  margin-top:30px;
}