.mtlv,
.mtlv * {
  box-sizing: border-box;
}

.mtlv {
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  color: #111;
  overflow-x: clip;
}

.mtlv__inner {
  width: 100%;
  margin: 0 auto;
}

.mtlv__image-wrap {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: rgba(150, 159, 165, 0.12);
}

.mtlv__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% var(--mtlv-img-y, 50%);
}

.mtlv__layout {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.mtlv__aside {
  flex: 0 0 290px;
  min-width: 0;
}

.mtlv__menu-heading,
.mtlv__kicker {
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  color: #303030;
}

.mtlv__menu-heading {
  margin-bottom: 22px;
}

.mtlv__menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mtlv__menu-link {
  display: inline-block;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  transition: color 160ms ease, opacity 160ms ease;
}

.mtlv__menu-link.is-active {
  opacity: 0.72;
}

.mtlv__menu-link:hover {
  opacity: 0.82;
}

.mtlv__content {
  flex: 1 1 auto;
  min-width: 0;
}

.mtlv__kicker {
  margin-bottom: 12px;
}

.mtlv__title {
  margin: 0 0 18px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(42px, 5vw, 86px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 400;
}

.mtlv__intro {
  max-width: 780px;
  margin-bottom: 34px;
  font-family: "Rajdhani", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

.mtlv__intro p,
.mtlv__body p {
  margin: 0 0 1em;
}

.mtlv__intro p:last-child,
.mtlv__body p:last-child {
  margin-bottom: 0;
}

.mtlv__accordions {
  display: flex;
  flex-direction: column;
}

.mtlv__details {
  border: 1px solid rgba(150, 159, 165, 0.35);
  overflow: hidden;
}

.mtlv__summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 54px !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: inherit;
}

.mtlv__summary::-webkit-details-marker {
  display: none;
}

.mtlv__summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

.mtlv__details[open] .mtlv__summary::after {
  content: "−";
}

.mtlv__body {
  padding-bottom: 20px;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

body.mt-theme-dark .mtlv {
  color: #f5f5f0;
}

body.mt-theme-dark .mtlv__details {
  background: rgba(255, 255, 255, 0.035);
}

@media (max-width: 767px) {
  .mtlv__layout {
    flex-direction: column;
  }

  .mtlv__aside {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 38px;
  }

  .mtlv__menu-list {
    gap: 10px;
  }

  .mtlv__menu-link {
    font-size: 22px;
  }

  .mtlv__title {
    font-size: clamp(38px, 13vw, 58px);
  }

  .mtlv__summary {
    font-size: 21px;
  }
}


/* MT theme defaults — Levering & Verzending */
body.mt-theme-light .mtlv .mtlv__title,
.mtlv .mtlv__title {
  color: #B0B8BD;
}

body.mt-theme-dark .mtlv .mtlv__title {
  color: #E8C45A;
}

body.mt-theme-light .mtlv .mtlv__kicker,
.mtlv .mtlv__kicker {
  color: #303030;
}

body.mt-theme-dark .mtlv .mtlv__kicker {
  color: #4A4A4A;
}

body.mt-theme-light .mtlv .mtlv__menu-heading,
.mtlv .mtlv__menu-heading,
body.mt-theme-light .mtlv .mtlv__menu-link,
.mtlv .mtlv__menu-link,
body.mt-theme-light .mtlv .mtlv__menu-link.is-active,
.mtlv .mtlv__menu-link.is-active {
  color: #B0B8BD;
}

body.mt-theme-dark .mtlv .mtlv__menu-heading,
body.mt-theme-dark .mtlv .mtlv__menu-link,
body.mt-theme-dark .mtlv .mtlv__menu-link.is-active {
  color: #E8C45A;
}

body.mt-theme-light .mtlv .mtlv__details,
.mtlv .mtlv__details {
  border-color: #CFD3D6;
}

body.mt-theme-dark .mtlv .mtlv__details {
  border-color: #E8C45A;
}

/* MT 1.0.3 — bovenafbeelding kan echt uit de content-container breken */
.mtlv--image-full .mtlv__image-wrap,
.mtlv-top-image-width-full .mtlv__image-wrap {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.mtlv--image-full .mtlv__image,
.mtlv-top-image-width-full .mtlv__image {
  width: 100% !important;
  max-width: 100% !important;
}

.mtlv-top-image-width-content .mtlv__image-wrap {
  width: 100%;
  max-width: 100%;
}


/* MT 1.0.4 — echte fullwidth afbeelding + content pas eronder */
.elementor-widget-mt_levering_verzending,
.elementor-widget-mt_levering_verzending > .elementor-widget-container {
  overflow: visible !important;
}

.mtlv {
  position: relative;
  display: block;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  overflow-x: clip;
}

.mtlv__inner {
  position: relative;
  clear: both;
}

.mtlv__image-wrap {
  display: block;
  position: relative;
  clear: both;
  margin-block-start: 0;
}

.mtlv--image-full .mtlv__image-wrap--full,
.mtlv-top-image-width-full .mtlv__image-wrap--full {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mtlv__layout {
  position: relative;
  clear: both;
  z-index: 1;
}

.mtlv__image-wrap + .mtlv__inner,
.mtlv__image-wrap + .mtlv__layout,
.mtlv__image-wrap--content + .mtlv__layout {
  clear: both;
}

/* MT 1.0.4 — padding hoort op content, niet op de fullwidth afbeelding */
.mtlv--image-full {
  padding: 0 !important;
}

.mtlv__inner {
  padding: 80px 40px;
}

@media (max-width: 767px) {
  .mtlv__inner {
    padding: 56px 22px;
  }
}


/* MT 1.0.5 — volledige pagina-sectie buiten Elementor boxed containers */
.elementor-widget-mt_levering_verzending,
.elementor-widget-mt_levering_verzending > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

.mtlv {
  position: relative;
  display: block;
}

.mtlv__image-wrap--full {
  display: block;
  width: 100vw !important;
  max-width: 100vw !important;
  flex: 0 0 auto;
}

.mtlv__inner {
  position: relative;
  z-index: 1;
}

body.mt-theme-light .mtlv,
.mtlv {
  background: #ece9eb;
}

body.mt-theme-dark .mtlv {
  background: #080808;
}

@supports not (overflow: clip) {
  .mtlv {
    overflow-x: hidden;
  }
}
