/*
 Theme Name:   Magneet Agency Child
 Theme URI:    https://bureaumagneet.nl/
 Description:  Thema voor custom code
 Author:       Magneet Agency
 Author URI:   https://bureaumagneet.nl/
 Template:     bricks
 Version:      januari 2024
 Text Domain:  bricks
*/

main#brx-content .brxe-section,
main#brx-content .brxe-code {
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
  main#brx-content .brxe-section,
  main#brx-content .brxe-code {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto;
  }
}
/*Algemeen*/

img {
  object-fit: cover;
}

:where(p) {
    margin-block: 0;
}

html {
  overflow-x: hidden;
}

/*Section aanpassen media*/
.s-bm-media-blog {
  width: 100%;
}

.c-bm-media-blog {
  width: 100%;
  max-width: 1280px;
  align-content: center;
  justify-self: center;
  justify-items: center;
}

.mc-bm-media-blog {
  width: 100%;
  max-width: 690px;
}

.s-bm-media-groot {
  width: 100%;
  display: flex;
  justify-content: center;
}

.c-bm-media-groot {
  width: 100%;
  max-width: 1280px;
}

.mc-bm-media-groot {
  width: 100%;
}

.s-bm-media-fullscreen {
  width: 100%;
}

.c-bm-media-fullscreen {
  width: 100%;
}

.mc-bm-media-fullscreen {
  width: 100%;
}

.iframe-img-bm-media-blog {
  width: 100%;
}

.iframe-img-bm-media-groot {
  width: 100%;
}

.iframe-img-bm-media-fullscreen {
  width: 100%;
  min-width: 100%;
  height: 100vh;
}

/*Placeholder*/
.media-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-v-play-btn {
  font-size: 10rem;
}

/*Grid classes*/
.twee-items {
  grid-template-columns: repeat(auto-fill, minmax(490px, 1fr));
}

.drie-items {
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
}

.vier-items {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}

/*Bovenruimte*/
.ge-top {
  padding-top: 0rem;
}

.k-top {
  padding-top: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 1.0417)), 3rem);
}

.m-top {
  padding-top: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem);
}

.gr-top {
  padding-top: clamp(5rem, calc(5rem + ((1vw - 0.32rem) * 4.1667)), 9rem);
}
/*Onderruimte*/
.ge-bottom {
  padding-bottom: 0rem;
}

.k-bottom {
  padding-bottom: clamp(2rem, calc(2rem + ((1vw - 0.32rem) * 1.0417)), 3rem);
}

.m-bottom {
  padding-bottom: clamp(3rem, calc(3rem + ((1vw - 0.32rem) * 3.125)), 6rem);
}

.gr-bottom {
  padding-bottom: clamp(5rem, calc(5rem + ((1vw - 0.32rem) * 4.1667)), 9rem);
}


/* CTA */
.bm-header-cta-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
}

.cta-space {
  margin-top: 2rem;
}

/* =========================
   icon styling
   ========================= */

.button-icon {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.button-icon svg {
  width: 100%;
  height: auto;
  display: block;
}

.button-icon path {
  fill: currentColor;
}

/* =========================
   standaard buttons
   ========================= */

.pri-cta,
.sec-cta,
.tert-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-decoration: none;
  cursor: pointer;
  user-select: none;

  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;

  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.4s ease;
}

.pri-cta,
.sec-cta {
  padding: 15px 28px;
  min-height: 56px;
  border-radius: 0;
}

/* =========================
   primary
   ========================= */

.pri-cta {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #0c1b2b 0%,
    #102336 36%,
    #1a3147 62%,
    #0e1f30 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.16),
    0 6px 16px rgba(16, 35, 54, 0.16);
  overflow: hidden;
}

.pri-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.08) 26%,
    rgba(255, 255, 255, 0.02) 52%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.pri-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.09) 62%,
    rgba(255, 255, 255, 0.02) 100%
  );
  opacity: 0.25;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.pri-cta:hover {
  color: #ffffff;
  background: linear-gradient(
    135deg,
    #102234 0%,
    #163047 34%,
    #28475f 62%,
    #14283a 100%
  );
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 8px 18px rgba(16, 35, 54, 0.2);
}

.pri-cta:hover::before {
  opacity: 0.95;
}

.pri-cta:hover::after {
  opacity: 0.55;
}

.pri-cta:active {
  background: linear-gradient(
    135deg,
    #0a1826 0%,
    #102336 42%,
    #183145 100%
  );
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.26),
    0 3px 8px rgba(16, 35, 54, 0.14);
}

.pri-cta:active::before {
  opacity: 0.35;
}

.pri-cta:active::after {
  opacity: 0.18;
}

.pri-cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(16, 35, 54, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 6px 16px rgba(16, 35, 54, 0.16);
}

/* =========================
   secondary
   ========================= */

.sec-cta {
  color: #102336;
  background: linear-gradient(
    135deg,
    #f8f8f6 0%,
    #f3f2ee 100%
  );
  border: 1px solid rgba(16, 35, 54, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 8px rgba(16, 35, 54, 0.04);
}

.sec-cta:hover {
  color: #102336;
  background: linear-gradient(
    135deg,
    #f4f3ef 0%,
    #eceae4 100%
  );
  border-color: rgba(16, 35, 54, 0.2);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 2px 8px rgba(16, 35, 54, 0.05);
}

.sec-cta:active {
  background: linear-gradient(
    135deg,
    #ebe9e2 0%,
    #e4e1da 100%
  );
  border-color: rgba(16, 35, 54, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 1px 4px rgba(16, 35, 54, 0.05);
}

.sec-cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(16, 35, 54, 0.08),
    0 2px 8px rgba(16, 35, 54, 0.04);
}

/* =========================
   tertiary
   ========================= */

.tert-cta {
  padding: 15px 0;
  min-height: 56px;
  justify-content: flex-start;
  border: none;
  background: transparent;
  color: #102336;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
}

.tert-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(16, 35, 54, 0.42),
    rgba(16, 35, 54, 0.2)
  );
  transform: scaleX(0.72);
  transform-origin: left;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.tert-cta:hover {
  color: #0b1a2a;
}

.tert-cta:hover::after {
  transform: scaleX(1);
  background: linear-gradient(
    90deg,
    rgba(16, 35, 54, 0.68),
    rgba(16, 35, 54, 0.3)
  );
}

.tert-cta:hover .button-icon {
  transform: translateX(3px);
}

.tert-cta:active::after {
  transform: scaleX(0.92);
}

.tert-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(16, 35, 54, 0.08);
}

/* =========================
   icon animatie
   ========================= */

.button-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.button-icon svg {
  display: block;
}

/* =========================
   bg media buttons
   ========================= */

.bg-pri-cta,
.bg-sec-cta {
  position: relative;
  isolation: isolate;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 16px 26px;
  min-height: 58px;

  text-decoration: none;
  cursor: pointer;
  user-select: none;

  border-radius: 0;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  box-shadow:
    0 -3px 15px 0 rgba(255, 255, 255, 0.18) inset,
    0 10px 30px rgba(0, 0, 0, 0.25);

  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;

  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.bg-pri-cta::after,
.bg-sec-cta::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -65%;
  transform: translateX(-50%);
  width: 140px;
  height: 70px;

  border-radius: 0;

  filter: blur(18px);
  opacity: 0.55;
  z-index: -1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bg-pri-cta {
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.bg-pri-cta::after {
  background: rgba(255, 255, 255, 0.22);
}

.bg-sec-cta {
  color: rgba(0, 0, 0, 0.88);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.bg-sec-cta::after {
  background: rgba(255, 255, 255, 0.28);
}

.bg-pri-cta:hover,
.bg-sec-cta:hover {
  transform: translateY(3px);
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    0 -3px 15px 0 rgba(255, 255, 255, 0.24) inset,
    0 14px 40px rgba(0, 0, 0, 0.28);
}

.bg-pri-cta:hover::after,
.bg-sec-cta:hover::after {
  opacity: 0.75;
  transform: translateX(-50%) translateY(6px);
}

.bg-pri-cta:active,
.bg-sec-cta:active {
  transform: translateY(1px);
  box-shadow:
    0 -3px 12px 0 rgba(255, 255, 255, 0.18) inset,
    0 8px 22px rgba(0, 0, 0, 0.22);
}

.bg-pri-cta:focus-visible,
.bg-sec-cta:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.35),
    0 -3px 15px 0 rgba(255, 255, 255, 0.22) inset,
    0 14px 40px rgba(0, 0, 0, 0.28);
}

/* =========================
   containers
   ========================= */

.cta-container,
.bg-cta-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.cta-space,
.bg-cta-space {
  margin-top: 32px;
}

/* =========================
   mobiel
   ========================= */

@media (max-width: 767px) {
  .pri-cta,
  .sec-cta,
  .bg-pri-cta,
  .bg-sec-cta {
    width: 100%;
  }

  .cta-container,
  .bg-cta-container {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Embed code */
.embed-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  height: 100%;
  width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================
   header menu links
   ========================= */

.bm-nav-desktop .bricks-nav-menu {
  display: flex;
  align-items: center;
}

.bm-nav-desktop .bricks-nav-menu li {
  display: flex;
  align-items: center;
}

.bm-nav-desktop .bricks-nav-menu a {
  position: relative;
  display: inline-block;
  width: auto;
  text-decoration: none;
  color: #111111;
  transition: color 0.25s ease;
}

.bm-nav-desktop .bricks-nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
  transition:
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.25s ease;
}

.bm-nav-desktop .bricks-nav-menu a:hover {
  color: #000000;
}

.bm-nav-desktop .bricks-nav-menu a:hover::after {
  width: 100%;
  opacity: 1;
}

.bm-nav-desktop .bricks-nav-menu .current-menu-item > a {
  color: #000000;
}

.bm-nav-desktop .bricks-nav-menu .current-menu-item > a::after {
  width: 100%;
  opacity: 1;
}

.bm-nav-desktop .bricks-nav-menu a:focus-visible {
  outline: none;
}

.bm-nav-desktop .bricks-nav-menu a:focus-visible::after {
  width: 100%;
  opacity: 1;
}

/* =========================
   footer menu basis
   ========================= */

.bm-footer-nav .bricks-nav-menu-wrapper,
.bm-footer-nav .bricks-nav-menu {
  width: 100%;
}

.bm-footer-nav .bricks-nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bm-footer-nav .bricks-nav-menu li {
  display: block;
  width: auto;
  align-self: flex-start;
}

.bm-footer-nav .bricks-nav-menu a {
  position: relative;
  display: inline-block;
  width: auto;
  max-width: max-content;
  text-decoration: none;
  color: #fff;
  transition: color 0.25s ease;
}

.bm-footer-nav .bricks-nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
  transition:
    width 0.3s ease,
    opacity 0.2s ease;
}

.bm-footer-nav .bricks-nav-menu a:hover::after {
  width: 100%;
  opacity: 0.9;
}

.bm-footer-nav .bricks-nav-menu .current-menu-item > a::after {
  width: 0;
  opacity: 0;
}

.bm-footer-nav .bricks-nav-menu a:focus-visible {
  outline: none;
}

.bm-footer-nav .bricks-nav-menu a:focus-visible::after {
  width: 100%;
  opacity: 0.9;
}

/* Grid */
.bm-grid-items-container {
  display: grid;
  gap: 30px;
  width: 100%;
}

/* Tekst */

.bm-t-center {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.bm-t-center .cta-container {
  text-align: center;
}

.bm-t-small {
  max-width: 580px;
}

/* Tekst met media */
.brxe-container.c-t-img {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.dr-t-img img.t-img {
  width: 100%;
}

.brxe-container.c-t-img .dl-t-img {
  order: 0;
}
.brxe-container.c-t-img .dr-t-img {
  order: 1;
}

.brxe-container.c-t-img.t-img-order .dl-t-img {
  order: 1;
}
.brxe-container.c-t-img.t-img-order .dr-t-img {
  order: 1;
}

.t-m-section-full {
  padding: 0rem !important;
  height: 90vh;
}

.t-m-fullscreen {
  width: 100% !important;
  padding: 0rem !important;
  height: 100%;
}

.t-m-fullscreen .t-img-text {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.t-m-fullscreen .t-m-fullscreen-center {
  max-width: 500px;
}

.t-m-fullscreen .bm-media {
  height: 100%;
  min-height: 100%;
}

.t-m-fullscreen .iframe-img-bm-media {
  min-width: 100%;
  min-height: 100%;
}

.bm-media {
  height: 100%;
  border-radius: 25px;
  display: flex;
}

/* Zoekresultaten */
.bm-search-results {
  margin: 20px 0;
  padding: 0;
}

.bm-search-result {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.bm-search-result-image {
  flex: 1 1 100px;
  margin-right: 20px;
}

.bm-search-result-image img {
  max-width: 100%;
  height: auto;
}

.bm-search-result-content {
  flex: 1 1 calc(100% - 120px);
}

.bm-search-result-content h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}

.bm-search-excerpt {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* =========================
   Overzicht blok
   ========================= */

.c-ovz h2 {
  margin-bottom: 2rem;
}

.c-ovz{
	width:100%!important;
}

/* Grid */
.ovz-grid {
  --ovz-gap: 24px;
  width: 100%;
  display: grid;
  gap: var(--ovz-gap);
  grid-template-columns: 1fr;
  margin-bottom: clamp(3rem, calc(3rem + ((1vw - 0.48rem) * 2.5)), 5rem);
}

.ovz-grid.is-1 {
  grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .ovz-grid.is-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .ovz-grid.is-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .ovz-grid.is-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .ovz-grid.is-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .ovz-grid.is-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Item – achtergrondafbeelding */
.ovz-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 3 / 2;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* Overlay */
.ovz-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: background 0.4s ease;
}

.ovz-item:hover .ovz-overlay {
  background: rgba(0, 0, 0, 0.52);
}

/* Zoom op hover via pseudo-element op de achtergrond */
.ovz-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
  z-index: 0;
}

.ovz-item:hover::after {
  transform: scale(1.04);
}

/* Content onderin */
.ovz-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Titel */
.ovz-title {
  display: inline-block;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: #fff;
  position: relative;
}

/* Underline animatie op titel */
.ovz-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.ovz-item:hover .ovz-title::after {
  transform: scaleX(1);
}

/* Mobiel */
@media (max-width: 767px) {
  .ovz-content {
    padding: 24px 28px;
  }

  .ovz-item {
    aspect-ratio: 4 / 3;
  }
}

/*Slider*/
.bm-quoteslider {
  width: 100%;
  margin: 0 auto;
  padding: 5rem 0rem 5rem 0rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  overflow: hidden;
}

.bm-quoteslider-container {
  display: flex;
  width: 100%;
  padding-left: clamp(1rem, calc(1rem + ((1vw - 0.32rem) * 13.5417)), 14rem);
}

@media screen and (max-width: 992px) {
  .bm-quoteslider-container {
    padding-left: 0;
  }
}

.bm-quoteslider__sidebar {
  flex: 0 0 clamp(18rem, calc(18rem + ((1vw - 0.32rem) * 22.9167)), 40rem) !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}

.bm-quoteslider__sidebar h2 {
  font-size: clamp(3.5rem, calc(3.5rem + ((1vw - 0.48rem) * 0.625)), 4rem);
  color: #012240 !important;
  line-height: 1.1;
}

.splide {
  flex: 1;
  width: 100%;
}

.splide__slide {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 4rem;
}

.splide__track--draggable {
  padding-top: 2rem;
}

.splide__list {
  gap: 35px;
}

.bm-quote-button-c {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}

.my-prev-arrow-1,
.my-next-arrow-1 {
  background: none;
  border: none;
  cursor: pointer;
  margin: 5px 0;
}

@media screen and (max-width: 992px) {
  .bm-quoteslider-container {
    flex-direction: column;
  }
  .bm-quoteslider__sidebar {
    margin: 0;
  }

  .bm-quoteslider {
    padding: 5rem 2rem;
  }
  .splide__list {
    gap: 0px;
  }
}

.splide__slide {
  background-color: #ffffff;
}

.bm-s-slide {
  background-color: #f0f3f6;
  padding: 2rem;
  border-radius: 20px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

img.slider-img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  border-radius: 50%;
  max-width: 150px;
  height: 150px;
  margin-top: -8rem;
  margin-bottom: 2rem;
}

.item-slider-img-bg {
  height: 65px;
}

.item-slider-img-wrap {
  display: flex;
  justify-content: center;
}

.item-slider-btn-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
}

.item-slider-usp-list {
  padding-bottom: 5rem;
  width: 100%;
}

ul.item-slider-usp-list {
  padding-inline-start: 0px !important;
}

.item-slider-usp-item {
  list-style: none;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 20px;
  color: #353e5c;
  margin-bottom: 10px;
}

.slide-title {
  font-size: 26px;
  font-weight: 500;
  color: #012240;
  margin: 0;
}

.slide-text {
  font-size: 20px;
  color: #012240;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(161, 161, 161, 0.76);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

.bm-s-slide hr {
  border-color: #a1a1a1;
}

/*Slider*/
.ly-slide__image img {
  vertical-align: bottom;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 80vh;
}

.c-slider .splide__list {
  gap: 0 !important;
}

.ly-slider .splide__slide {
  position: relative;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 5rem;
}

.ly-slide__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.ly-slide__content {
  position: relative;
  z-index: 2;
  color: #fff;
  width: 100%;
  max-width: 1280px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ly-slide__content h3 {
  margin-bottom: 1rem;
}

.ly-slide__content .btn {
  display: inline-block;
  margin-top: 1rem;
}

.c-slider .splide__slide {
  border-radius: 0;
}

.ly-slider {
  margin-left: auto;
  margin-right: auto;
}

.ly-slider--fullscreen {
  width: 100%;
  max-width: none;
}

.ly-slider--container {
  max-width: 1280px;
}

.ly-slider--blog {
  max-width: 690px;
}

.ly-slider--blog li,
.ly-slider--container li,
.ly-slider--blog .ly-slide__overlay,
.ly-slider--container .ly-slide__overlay {
  border-radius: 20px !important;
}

.ly-slider--container,
.ly-slider--blog {
  padding-left: 2rem;
  padding-right: 2rem;
}

/*Media*/
@media screen and (max-width: 992px) {
  .ly-slider .splide__slide {
    height: 50vh;
  }

  div#custom-slider {
    padding: 2rem;
  }

  ul#custom-slider-list {
    max-height: 360px !important;
    gap: revert;
  }

  .iframe-img-bm-media-groot,
  .iframe-img-bm-media {
    max-height: 300px;
    width: 100%;
  }

  .mobile-order {
    display: flex !important;
    flex-direction: column;
  }

  .mobile-order .t-img-text {
    order: 1;
  }

  .mobile-order .bm-media {
    order: 2;
  }

  .bm-grid-items-container {
    display: flex;
    flex-direction: column;
  }
}


/* =========================
   Contact lead-blok v3
   Unique Optiek & Optometrie
   ========================= */

.s-cf.bm-space {
  background: transparent !important;
}

.c-cf.r-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.c-cf.r-grid .dl-cf {
  background: linear-gradient(
    155deg,
    #e8e6e1 0%,
    #dfddd7 50%,
    #d9d6d0 100%
  );
  padding: clamp(2.5rem, 5vw, 3.5rem);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-cf.r-grid .dl-cf::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.28) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.c-cf.r-grid .dl-cf .bt-cf h2 {
  color: #102336;
  margin-bottom: 1rem;
  position: relative;
}

.c-cf.r-grid .dl-cf .bt-cf h2::before {
  content: "Contact";
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(16, 35, 54, 0.4);
  margin-bottom: 14px;
}

.c-cf.r-grid .dl-cf .bt-cf > p:first-of-type {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(16, 35, 54, 0.7);
  max-width: 420px;
  margin-bottom: 2.25rem;
}

.c-cf.r-grid .dl-cf .bt-cf > p:not(:first-of-type) {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(16, 35, 54, 0.1);
  font-size: 16px;
  line-height: 2;
  color: rgba(16, 35, 54, 0.68);
}

.c-cf.r-grid .dl-cf .bt-cf > p:last-of-type {
  padding-bottom: 0;
}

.c-cf.r-grid .dl-cf .bt-cf strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #102336;
  margin-bottom: 4px;
}

.c-cf.r-grid .dl-cf .bt-cf a {
  color: rgba(16, 35, 54, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(16, 35, 54, 0.18);
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}

.c-cf.r-grid .dl-cf .bt-cf a:hover {
  color: #102336;
  border-color: rgba(16, 35, 54, 0.4);
}

.c-cf.r-grid .dr-cf {
  background: linear-gradient(
    135deg,
    #f8f8f6 0%,
    #f3f2ee 100%
  );
  padding: clamp(2.5rem, 5vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-cf.r-grid .dr-cf .bt-form-top {
  margin-bottom: 1.75rem;
}

.c-cf.r-grid .dr-cf .bt-form-top h3 {
  font-size: 22px;
  font-weight: 500;
  color: #102336;
  margin-bottom: 6px;
  line-height: 1.3;
}

.c-cf.r-grid .dr-cf .bt-form-top p,
.c-cf.r-grid .dr-cf .bt-form-top o {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(16, 35, 54, 0.52);
}

.c-cf.r-grid .dr-cf .fluentform.ff-default {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}

.c-cf.r-grid .dr-cf .ff-el-group {
  margin-bottom: 1rem;
}

.c-cf.r-grid .dr-cf .ff-el-input--label label {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(16, 35, 54, 0.75);
  margin-bottom: 6px;
}

.c-cf.r-grid .dr-cf .ff-el-form-control {
  width: 100%;
  padding: 14px 16px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #102336;

  background: #ffffff;
  border: 1px solid rgba(16, 35, 54, 0.13);
  border-radius: 0;
  box-shadow: none;

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;

  -webkit-appearance: none;
  appearance: none;
}

.c-cf.r-grid .dr-cf .ff-el-form-control::placeholder {
  color: rgba(16, 35, 54, 0.4);
  font-weight: 400;
}

.c-cf.r-grid .dr-cf .ff-el-form-control:focus {
  outline: none;
  border-color: rgba(16, 35, 54, 0.32);
  box-shadow: 0 0 0 3px rgba(16, 35, 54, 0.05);
}

.c-cf.r-grid .dr-cf .ff-el-form-control:hover:not(:focus) {
  border-color: rgba(16, 35, 54, 0.22);
}

.c-cf.r-grid .dr-cf textarea.ff-el-form-control {
  min-height: 130px;
  resize: vertical;
}

.c-cf.r-grid .dr-cf .ff-t-container {
  gap: 14px;
}

.c-cf.r-grid .dr-cf .ff-btn.ff-btn-submit.ff-btn-md,
.c-cf.r-grid .dr-cf .ff-btn-submit {
  all: unset;

  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;
  padding: 15px 28px;
  min-height: 56px;
  margin-top: 0.5rem;

  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;

  color: #ffffff !important;
  background: linear-gradient(
    135deg,
    #0c1b2b 0%,
    #102336 36%,
    #1a3147 62%,
    #0e1f30 100%
  ) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 0 !important;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(0, 0, 0, 0.16),
    0 6px 16px rgba(16, 35, 54, 0.16) !important;

  transition:
    color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.4s ease !important;
}

.c-cf.r-grid .dr-cf .ff-btn.ff-btn-submit.ff-btn-md::before,
.c-cf.r-grid .dr-cf .ff-btn-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.08) 26%,
    rgba(255, 255, 255, 0.02) 52%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 0.4s ease !important;
}

.c-cf.r-grid .dr-cf .ff-btn.ff-btn-submit.ff-btn-md::after,
.c-cf.r-grid .dr-cf .ff-btn-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.03) 0%,
    rgba(255, 255, 255, 0) 38%,
    rgba(255, 255, 255, 0.09) 62%,
    rgba(255, 255, 255, 0.02) 100%
  );
  opacity: 0.25;
  pointer-events: none;
  transition: opacity 0.4s ease !important;
}

.c-cf.r-grid .dr-cf .ff-btn.ff-btn-submit.ff-btn-md:hover,
.c-cf.r-grid .dr-cf .ff-btn-submit:hover {
  color: #ffffff !important;
  background: linear-gradient(
    135deg,
    #102234 0%,
    #163047 34%,
    #28475f 62%,
    #14283a 100%
  ) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 8px 18px rgba(16, 35, 54, 0.2) !important;
}

.c-cf.r-grid .dr-cf .ff-btn-submit:hover::before {
  opacity: 0.95;
}

.c-cf.r-grid .dr-cf .ff-btn-submit:hover::after {
  opacity: 0.55;
}

.c-cf.r-grid .dr-cf .ff-btn.ff-btn-submit.ff-btn-md:active,
.c-cf.r-grid .dr-cf .ff-btn-submit:active {
  background: linear-gradient(
    135deg,
    #0a1826 0%,
    #102336 42%,
    #183145 100%
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.26),
    0 3px 8px rgba(16, 35, 54, 0.14) !important;
}

.c-cf.r-grid .dr-cf .ff-btn-submit:active::before {
  opacity: 0.35;
}

.c-cf.r-grid .dr-cf .ff-btn-submit:active::after {
  opacity: 0.18;
}

.c-cf.r-grid .dr-cf .ff-btn.ff-btn-submit.ff-btn-md:focus-visible,
.c-cf.r-grid .dr-cf .ff-btn-submit:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(16, 35, 54, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 6px 16px rgba(16, 35, 54, 0.16) !important;
}

.c-cf.r-grid .dr-cf .ff-el-is-error .ff-el-form-control {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.08);
}

.c-cf.r-grid .dr-cf .ff-el-is-error .error {
  font-size: 13px;
  color: #c0392b;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .c-cf.r-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .c-cf.r-grid .dl-cf,
  .c-cf.r-grid .dr-cf {
    padding: 2rem 1.5rem;
  }

  .c-cf.r-grid .dr-cf .ff-t-container {
    flex-direction: column;
  }

  .c-cf.r-grid .dr-cf .ff-t-cell {
    width: 100%;
  }
}

/* =========================
   Afspraken iframe sectie
   ========================= */

.s-ec .c-ec {
  max-width: 100% !important;
  padding: 0 !important;
}

.s-ec .c-ec .iframe-container {
  width: 100%;
  padding: 0;
}

.s-ec .c-ec .iframe-container .responsive-iframe {
  width: 100% !important;
  min-height: 1200px !important;
  height: 1200px !important;
  border: none !important;
  display: block !important;
  background: transparent;
}