/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/kd-mobile-header/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-create-block-kd-mobile-header {
  display: none !important;
}

.wp-block-create-block-kd-mobile-header .mobile-icons {
  display: none !important;
}

.wp-block-create-block-kd-mobile-header .mobile-heading-line {
  display: none !important;
}

.wp-block-create-block-kd-mobile-header .mobile-heading-line::before {
  display: none !important;
}

.wp-block-create-block-kd-mobile-header .close-menu {
  display: none !important;
}

@media only screen and (max-width: 600px) {
  .wp-block-create-block-kd-mobile-header {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../images/mobile.274daeb5.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 !important;
    display: none; /* Standaard verbergen */
    z-index: 1000;
  }
  .wp-block-create-block-kd-mobile-header .mobile-icons {
    position: fixed;
    bottom: 3vh;
    display: flex !important;
    gap: 8px;
    font-size: 24px;
  }
  .wp-block-create-block-kd-mobile-header .mobile-heading-line {
    position: relative;
    padding-left: 20px;
    left: -20px;
    display: block !important;
    font-size: 24px;
    font-weight: bold;
    color: white;
  }
  .wp-block-create-block-kd-mobile-header .mobile-heading-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 100%;
    background-color: var(--wp--preset--color--color-6);
    display: block !important;
  }
  .wp-block-create-block-kd-mobile-header.active {
    display: block !important;
  }
  .close-menu {
    display: none;
  }
  .close-menu.visible {
    display: flex !important;
  }
  .wp-block-create-block-kd-mobile-header {
    display: none;
  }
  .wp-block-create-block-kd-mobile-header.active {
    display: block !important;
  }
  .vertical-heading-line {
    position: relative;
    padding-left: 20px;
  }
  .vertical-heading-line::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 3px;
    height: 50px;
    background-color: var(--wp--preset--color--color-6);
  }
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/*# sourceMappingURL=style-index.css.map*/