/* content_op_afbeelding_toggle/content_op_afbeelding_toggle.css */

#pk_flex_content .flex_layout.content_op_afbeelding_toggle .flex_layout_wrapper {
  padding: 0; margin: 0; max-width: 100%;
}

.flex_layout.content_op_afbeelding_toggle .coat_container {
  position: relative;
  min-height: 840px;
  color: #fff;
  overflow: hidden;
}

/* Twee lagen, volledig de container bedekkend */
.flex_layout.content_op_afbeelding_toggle .coat_bg {
  position: absolute; inset: 0;
}
.flex_layout.content_op_afbeelding_toggle .coat_bg-layer {
  position: absolute; inset: 0;
  background-size: cover; background-repeat: no-repeat; background-position: center;
  transition: opacity .35s ease, transform .35s ease;
}
.flex_layout.content_op_afbeelding_toggle .coat_bg--off { opacity: 1; }
.flex_layout.content_op_afbeelding_toggle .coat_bg--on  { opacity: 0; }

/* Wanneer toggle AAN is, show de ON-laag */
.flex_layout.content_op_afbeelding_toggle .coat_container.is-on .coat_bg--off { opacity: 1; }
.flex_layout.content_op_afbeelding_toggle .coat_container.is-on .coat_bg--on  { opacity: 1; }

.flex_layout.content_op_afbeelding_toggle .coa_overlay {
  position: relative; z-index: 2;
  max-width: var(--site-grid); margin-inline: auto;
  padding: 130px 20px;
}

.flex_layout.content_op_afbeelding_toggle .coa_overlay h2 { color: #fff; }
.flex_layout.content_op_afbeelding_toggle .coa_text { max-width: 480px; }

.flex_layout.content_op_afbeelding_toggle .kraftor-toggle {
  display: flex; align-items: center; gap: 24px; margin-top: 18px;
}

.flex_layout.content_op_afbeelding_toggle .coa_title { display: inline-block; }

.flex_layout.content_op_afbeelding_toggle .coat_toggle {
  display: inline-grid; place-items: center;
  width: 86px; height: 33px;
  background: transparent; border: none; padding: 0; cursor: pointer;
}

/* Toon juiste SVG per state via aria-pressed */
.flex_layout.content_op_afbeelding_toggle .coat_svg { display: none; }
.flex_layout.content_op_afbeelding_toggle .coat_toggle[aria-pressed="false"] .coat_svg--off { display: block; }
.flex_layout.content_op_afbeelding_toggle .coat_toggle[aria-pressed="true"]  .coat_svg--on  { display: block; }

@media screen and (max-width: 992px) {
  .flex_layout.content_op_afbeelding_toggle .coa_overlay { padding: 100px 20px; }
  .flex_layout.content_op_afbeelding_toggle .coat_container { min-height: 740px; }
}
@media screen and (max-width: 767px) {
  .flex_layout.content_op_afbeelding_toggle .coa_overlay { padding: 80px 20px; }
  .flex_layout.content_op_afbeelding_toggle .coat_container { min-height: 640px; }
}
