.site-grid {
  margin-top: -16px;
}
/*Seitenabstand*/
body.wrapper-fluid .site-grid {
 grid-gap:0; 
}
.footer {

}
.footer .grid-child {
    align-items: center;
    justify-content: space-between;
    /*padding: 0;*/
	display: block;
}

.footer
{
  background: #222222;
  margin: 20px auto 0;
  position: relative;
  color: #FFFFFF;
  width: 100%
}