/* kleuren */
.LinkTilesIconHome {
  /* tegel links */
  /* rechter tegel */
  /* row gaps */
}

.LinkTilesIconHome .LinkTilesIconHome .row {
  --bs-gutter-x: 1rem !important;
  --bs-gutter-y: 1rem !important;
}

.LinkTilesIconHome .header-link {
  text-align: right;
  margin-top: 10px;
}

.LinkTilesIconHome .link-tile-container {
  position: relative;
  min-height: 150px;
}

.LinkTilesIconHome .link-tile-container a {
  text-decoration: none;
  display: block;
  position: relative;
  height: 100%;
}

.LinkTilesIconHome .tile {
  background-color: #ffffff;
  height: 100%;
  padding: 30px 10px 0 10px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.LinkTilesIconHome .tile:hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.LinkTilesIconHome .tile-image {
  margin-bottom: 10px;
}

.LinkTilesIconHome .tile .h2-blue-title-center {
  text-align: center;
  margin-bottom: 0;
}

.LinkTilesIconHome .icon-container {
  text-align: center;
}

.LinkTilesIconHome .icon-container i {
  font-size: 30px;
  color: #ffffff;
}

.LinkTilesIconHome .tile-info {
  text-align: left;
  background-color: #ffffff;
  padding: 30px 25px 25px 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
  /* knop onderaan */
  flex-direction: column;
  height: calc(100%) !important;
  margin-bottom: 4rem;
}

.LinkTilesIconHome .tile-info h2 {
  text-align: left;
  margin-bottom: 10px;
}

.LinkTilesIconHome .tile-info a {
  margin-top: auto;
  /* knop duwen naar onderkant */
  height: unset;
}

@media (max-width: 767px) {
  .LinkTilesIconHome .tile-info {
    height: auto !important;
  }
}

.LinkTilesIconHome .tile, .LinkTilesIconHome .tile-info {
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
