/* ================================
   FOOTER - PARTNERLEISTE STYLING
   ================================ */
.gcg-footer-logo-bar{
  background:#f2f2f2;
  padding:26px 0 22px;
  border-top:none;
}

.gcg-footer-logo-inner{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  flex-wrap:wrap;
  gap:32px;
}

.gcg-footer-logo-inner a{
  display:flex;
  align-items:center;
}

.gcg-footer-logo-inner img{
  height:74px;
  width:auto;
  display:block;
  margin:0;
}

@media (max-width:768px){

  .gcg-footer-logo-bar{
    padding:20px 0 16px;
  }

  .gcg-footer-logo-inner{
    gap:20px;
    justify-content:flex-end;
  }

  .gcg-footer-logo-inner img{
    height:60px;
  }

}

