/*# sourceMappingURL=http://localhost/huisje102025/Templates/Blocks/Inspiration/Css/main.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.inspiration {
  --h3-font-size: 15px;
  --h3-margin-bottom: 0px;
}
.inspiration figure {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.inspiration figure .inspiration__image-img {
  width: 100%;
  height: auto;
}
.inspiration .card {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.inspiration .card.highlighted {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inspiration .card__title {
  padding: 10px;
}
@media (min-width: 692px) {
  .inspiration.inspiration--odd .inspiration__image {
    --cs:5;
  }
  .inspiration.inspiration--odd .inspiration__children {
    --rs:2;
  }
}
.inspiration .pointer {
  --theme:var(--secondary);
  position: absolute;
  transition: opacity 0.5s;
  opacity: 0.8;
  display: flex;
  width: 28px;
  height: 28px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--theme);
  font-size: 14px;
  border-radius: 50%;
  transform: translate(-11px, -11px);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.inspiration .pointer:hover, .inspiration .pointer.focus {
  opacity: 1;
}
.inspiration .pointer:hover:after, .inspiration .pointer.focus:after {
  animation: pulse 1s ease-out infinite;
}
.inspiration .pointer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
