main .blokkencontent .color-3 {
  background-color: rgba(181, 139, 85, 0.5);
}

main .blokkencontent .color-2 {
  background-color: #C21876;
}

main .blokkencontent .color-2 a {
  color: #C21876;
}

main .blokkencontent .color-3 a {
  color: #b58b55;
}

.impression-slider .title {
  font-size: 50px;
}

.impression-slider .slider .slide img {
  width: 1319px;
  height: 659px;
  object-fit: cover;
}

.exclusive-wysiwyg-block {
  padding: 50px 0;
}

@media (max-width: 1199px) {
  .exclusive-wysiwyg-block {
    padding: 50px 25px;
  }
}

@media (max-width: 992px) {
  .exclusive-wysiwyg-block {
    padding: 35px 25px;
  }
}

.exclusive-wysiwyg-block h1 {
  font-size: 57px;
}

@media (max-width: 576px) {
  .exclusive-wysiwyg-block h1 {
    font-size: 30px;
  }
}

.page-template-page-exclusive .content-block.with-background {
  background-color: rgba(181, 139, 85, 0.5);
}

.exclusive-slide-text {
  display: none;
}

.exclusive-slide-text.active {
  display: block;
}

.exclusive-slide-text .buttons {
  margin-bottom: 20px;
}

.exclusive-slide-text .buttons .btn {
  margin-bottom: 10px;
}

/* Popup Exclusief */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(7, 63, 101, 0.6);
  align-items: center;
  justify-content: center;
}
.popup-overlay.is-visible {
  display: flex;
}
.popup-box {
  position: relative;
  background: #fff;
  padding: 50px 40px 40px;
  max-width: 480px;
  width: 90%;
  text-align: center;
}
.popup-box p {
  font-size: 20px;
  color: #073F65;
  margin-bottom: 30px;
}
.popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #073F65;
  padding: 0;
  line-height: 1;
}
.popup-close:hover {
  color: #8FA853;
}
