.logo-muur{
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px;
    background: #0064ad;
    margin-bottom: 40px;
}

.logo-wall {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
  box-sizing: border-box;
}

.logo-wall__collection {
  width: 100%;
}

.logo-wall__list {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  position: relative;
}


.logo-wall__item,
.logo-wall__title-card {
  width: 25%;
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  display: block;
  padding: 10px;
}

.logo-wall__item--pool {
  display: none;
}

.logo-wall__title-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: transparent;
    z-index: 10;
    min-height: 280px;
}

.logo-wall__title-card h3 {
  margin: 0;
color: white;
font-size: 45px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.logo-wall__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden; 
  background: transparent; 
}

.logo-wall__logo-before {
  padding-top: 76.66%;
  display: block;
  width: 100%;
}

.logo-wall__logo-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; 
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}

.logo-wall__logo-img {
  width: 60%;
  height: 50%;
  object-fit: contain;
  display: block;
}

.logo-wall__link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
}

.logo-wall--row-2{
    margin-bottom: 0;
}

@media screen and (max-width: 999px) {
  .logo-wall__title-card {
    min-height: auto;
    width: 100%;
    order: -1; 
    justify-content: flex-start;
    padding-left: 0;
    padding-bottom: 20px;
    text-align: left;
    background: transparent;
  }

  .logo-muur{
    padding: 20px 40px;
  }

  .logo-wall__logo-img {
    width: 100%;
    height: 80%;
  }
  
  .logo-wall__title-card h3 {
    text-align: left;
    width: 100%;
  }

  .logo-wall__item {
    width: 50%; /* 2 kolommen */
  }

  .logo-wall__item--desktop-only {
    display: none;
  }
}