/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************/
/* stylelint-disable max-line-length */ /* stylelint-disable string-quotes */
/* stylelint-disable-next-line max-line-length */
/*
if values change, change this also in get_css_color_vars -> inc/class-helpers.php
*/
/* stylelint-disable value-list-comma-newline-after */
/* stylelint-disable declaration-colon-newline-after */
:root {
  --fs-900: max(2.763rem, min(calc(2.581rem + 0.808vw), 3.157rem));
  --fs-800: max(2.073rem, min(calc(1.936rem + 0.607vw), 2.369rem));
  --fs-700: max(1.555rem, min(calc(1.453rem + 0.455vw), 1.777rem));
  --fs-600: max(1.166rem, min(calc(1.089rem + 0.343vw), 1.333rem));
  --fs-500: max(0.875rem, min(calc(0.817rem + 0.256vw), 1rem));
  --fs-400: max(0.656rem, min(calc(0.613rem + 0.193vw), 0.75rem));
  --fs-300: max(0.492rem, min(calc(0.459rem + 0.146vw), 0.563rem));
  --font-body: "Montserrat", sans-serif;
  --font-heading: "Montserrat", sans-serif;
  --font-fallback: sytem-ui, -apple-system, "BlinkMacSystemFont", "Segoe UI",
  	"Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue",
  	sans-serif;
  --font-stack-body: var(--font-body), var(--font-fallback);
  --font-stack-heading: var(--font-heading), var(--font-fallback);
}

/* stylelint-disable-next-line no-duplicate-selectors */
:root {
  --clr-primary-50: #f9f7fb;
  --clr-primary-100: #f3f0f7;
  --clr-primary-200: #e6e0ef;
  --clr-primary-300: #dad1e7;
  --clr-primary-400: #cdc1df;
  --clr-primary-500: hsl(264, 32%, 77%);
  --clr-primary-600: #9a8eac;
  --clr-primary-700: #746b81;
  --clr-primary-800: #4d4756;
  --clr-primary-900: #27242b;
  --clr-secondary-50: #f9f7fb;
  --clr-secondary-100: #f3f0f7;
  --clr-secondary-200: #e6e0ef;
  --clr-secondary-300: #dad1e7;
  --clr-secondary-400: #cdc1df;
  --clr-secondary-500: hsl(264, 32%, 77%);
  --clr-secondary-600: #9a8eac;
  --clr-secondary-700: #746b81;
  --clr-secondary-800: #4d4756;
  --clr-secondary-900: #27242b;
  --clr-cta-50: #ffeceb;
  --clr-cta-100: #ffdad8;
  --clr-cta-200: #feb4b0;
  --clr-cta-300: #fe8f89;
  --clr-cta-400: #fd6961;
  --clr-cta-500: hsl(3, 98%, 61%);
  --clr-cta-600: #ca362e;
  --clr-cta-700: #982923;
  --clr-cta-800: #651b17;
  --clr-cta-900: #330e0c;
  --clr-neutral-50: #eceef1;
  --clr-neutral-100: #d8dce3;
  --clr-neutral-200: #b1b9c7;
  --clr-neutral-300: #8a96aa;
  --clr-neutral-400: #63738e;
  --clr-neutral-500: hsl(218, 31%, 34%);
  --clr-neutral-600: #30405b;
  --clr-neutral-700: #243044;
  --clr-neutral-800: #18202e;
  --clr-neutral-900: #0c1017;
  --clr-white: #ffffff;
  --clr-black: #000000;
}

/* stylelint-disable-next-line no-duplicate-selectors */
:root {
  --easing: ease-in-out;
  --easing-in: ease-in;
  --easing-out: ease-out;
  --timing-fast: 0.25s;
  --timing: 0.5s;
  --timing-slow: 1s;
  --border-radius: 6px;
  --card-radius: 30px;
  --image-radius: 10px;
}

a[href]:not([class]) {
  color: #9169b0;
}

.grid--three-wide {
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 350px));
  justify-content: space-between;
}

.wrap--post, .wrap--with-sidebar, .flex-space {
  display: flex;
}
.flex-space {
  justify-content: space-between;
}
.wrap--post, .wrap--with-sidebar {
  flex-direction: column;
}

.wrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
  width: 100%;
}
.wrap--small {
  max-width: 48rem;
}
.wrap--header {
  padding: 0;
}
.wrap--post {
  gap: 2.5rem;
}

.unwrap {
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
  margin-left: calc((min(120rem, var(--viewportWidth)) - 100%) / 2 * -1);
  margin-right: calc((min(120rem, var(--viewportWidth)) - 100%) / 2 * -1);
}
.unwrap--fix {
  background-size: auto;
  margin: 0 -1920px;
}
.menu__link:hover, .menu__link:focus {
  color: inherit;
  text-decoration: none;
}
.menu__sub-menu .menu__link:hover, .menu__sub-menu .menu__link:focus {
  color: inherit;
  text-decoration: underline;
}
.menu__toggle {
  display: inline-flex;
  margin-bottom: 10px;
  margin-top: 0;
  padding-right: 5px;
  right: 22px;
}

.anchor-menu {
  align-items: flex-start;
  flex-direction: column;
}

.header__logo {
  display: block;
  height: auto;
  width: min(100%, 15.625rem);
}
.header__button {
  margin-top: 0;
}
.header__search {
  display: none;
}
.header__search--mobile {
  background-color: var(--clr-primary-100);
  display: block;
  left: 0;
  margin: 0.625rem 0;
  position: absolute;
}
.header__search--mobile::before {
  background-color: var(--clr-primary-500);
  content: "";
  display: block;
  height: 100%;
  left: -448px;
  position: absolute;
  width: 1920px;
}
.header__search--mobile .search-form {
  gap: 0;
  justify-content: right;
  margin: 0;
  position: relative;
  z-index: 15;
}
.header__search--mobile .search-form label {
  display: block;
  max-width: 38.438rem;
  width: 100%;
}
.header__search--mobile .search-form .search-submit {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 512 512\"><path d=\"M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z\"/></svg>");
  height: 24px;
  margin-top: -12px;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 24px;
}
.header__search--mobile .search-form .search-field {
  border: 0;
  border-radius: 1.375rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  overflow: hidden;
  padding: 0.5rem 3.125rem;
  width: 100%;
}

.footer {
  background: transparent;
  color: inherit;
  padding-top: 50px;
  position: relative;
}
.footer__col {
  color: inherit;
}
.footer .menu-item a {
  color: inherit;
}
.footer .text-block {
  display: block;
}

.news-item {
  border: 1px solid rgba(96, 96, 96, 0.2);
  border-radius: var(--image-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.news-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.news-item__thumbnail {
  aspect-ratio: 348/220;
  border-radius: var(--image-radius);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news-item__excerpt {
  flex-grow: 1;
  padding: 16px;
}
.news-item__title {
  margin-top: 10px;
  padding: 16px;
}
.news-item__link {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.news-item__footer {
  align-items: center;
  display: flex;
  gap: 16px;
  padding: 0 16px 16px;
}
.news-item__date {
  font-size: 14px;
  font-style: italic;
}

.recent-posts {
  margin-top: 1.875rem;
}
.recent-posts__title {
  text-align: center;
  text-transform: uppercase;
}

.featured-item {
  background: var(--clr-white);
  border-radius: var(--image-radius);
  padding: 16px;
}
.featured-item--discover {
  padding: 0;
}
.featured-item--discover .featured-item__thumbnail {
  width: 100%;
}
.featured-item--discover .featured-item__title {
  padding-top: 10px;
  text-align: center;
}
.featured-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.featured-item--corpio {
  background: #1fb5ad;
}
.featured-item__thumbnail {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Social Media Links in Footer */
.social-media {
  margin-top: 1rem;
}
.social-media__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  gap: 0.75rem;
  justify-content: flex-start;
}
.social-media__link {
  align-items: center;
  border-radius: 50%;
  color: white;
  display: inline-flex;
  font-weight: 500;
  gap: 0.5rem;
  height: 44px;
  justify-content: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 44px;
}
.social-media__link:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.social-media__link--linkedin {
  background-color: #0077b5;
}
.social-media__link--linkedin:hover {
  background-color: #005885;
}
.social-media__link--facebook {
  background-color: #1877f2;
}
.social-media__link--facebook:hover {
  background-color: #0d5dbb;
}
.social-media__link--instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-media__link--instagram:hover {
  background: linear-gradient(45deg, #e08322 0%, #d5572b 25%, #cb1632 50%, #bb1255 75%, #ab0777 100%);
}
.social-media__icon {
  flex-shrink: 0;
  height: 20px;
  width: 20px;
}
.social-media__text {
  display: none;
  font-size: 0.875rem;
}

.hero-has-no-zelftriage .hero--widget {
  height: 25rem;
}

.hero::before {
  opacity: 1;
}

.hero-intro {
  background-image: linear-gradient(176deg, hsl(263, 34%, 86%) 0%, hsl(263, 34%, 86%) 70%, #9169b0 100%);
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.hero-intro::before {
  background-attachment: fixed;
  background-image: var(--bg-image);
  background-position: center;
  background-size: cover;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero-intro__inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.hero-intro__image {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  margin-top: 16px;
  order: 1;
  overflow: visible;
  position: relative;
}
.hero-intro__image img {
  border-radius: 25px;
  box-shadow: 0px 13px 22px 0px rgba(0, 0, 0, 0.25);
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hero-intro__content {
  order: 2;
  padding: 24px 0 75px;
  position: relative;
  width: 100%;
  z-index: 3;
}
.hero-intro__content-inner {
  max-width: 100%;
  width: 100%;
}
.hero-intro__content-inner h1,
.hero-intro__content-inner h2,
.hero-intro__content-inner h3,
.hero-intro__content-inner h4,
.hero-intro__content-inner h5,
.hero-intro__content-inner h6 {
  color: var(--clr-text);
  margin-bottom: rem(16px);
  margin-top: 0;
}
.hero-intro__content-inner p {
  color: var(--clr-text);
  line-height: 1.6;
  margin-bottom: rem(16px);
}
.hero-intro__content-inner p:last-of-type {
  margin-bottom: rem(24px);
}
.hero-intro__content-inner a {
  color: var(--clr-primary-500);
  text-decoration: none;
}
.hero-intro__content-inner a:hover {
  text-decoration: underline;
}
.hero-intro__content-inner ul,
.hero-intro__content-inner ol {
  color: var(--clr-text);
  margin-bottom: rem(16px);
  padding-left: rem(20px);
}

.wave-divider {
  bottom: -1px;
  height: 50px;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  transform: rotate(180deg);
  width: 100%;
}
.wave-divider svg {
  display: block;
  height: 300px;
  left: 50%;
  position: relative;
  transform: translateX(-50%) rotateY(180deg);
  width: calc(370% + 1.3px);
}
.wave-divider__path {
  fill: #ffffff;
}
.wave-divider--top {
  bottom: auto;
  top: 0;
  transform: rotate(0deg);
}
.wave-divider--top svg {
  transform: translateX(-50%);
}

.has-section-waves {
  --section-wave-fill: #ffffff;
  --section-wave-space-top: 3.25rem;
  --section-wave-space-bottom: 3.25rem;
  overflow: visible;
  position: relative;
}
.has-section-waves > .wrap {
  padding-bottom: var(--section-wave-space-bottom);
  padding-top: var(--section-wave-space-top);
  position: relative;
  z-index: 2;
}
.has-section-waves--tight {
  --section-wave-space-top: 2.5rem;
  --section-wave-space-bottom: 2.5rem;
}
.has-section-waves--roomy {
  --section-wave-space-top: 4rem;
  --section-wave-space-bottom: 4rem;
}

.section-shape {
  left: 0;
  line-height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.section-shape svg {
  display: block;
  height: 72px;
  left: 50%;
  position: relative;
  transform: translateX(-50%) rotateY(180deg);
  width: calc(230% + 1.3px);
}
.section-shape__fill {
  fill: var(--section-wave-fill);
}
.section-shape--top {
  top: -1px;
}
.section-shape--bottom {
  bottom: -1px;
  transform: rotate(180deg);
}

.card {
  background: #9169b0;
}

.pagination {
  padding-bottom: 32px;
}
.pagination .page-numbers {
  border-color: #9169b0;
  color: #9169b0;
}
.pagination .page-numbers.current {
  background: #9169b0;
  border-color: #9169b0;
  color: #fff;
}

.breadcrumb {
  margin-bottom: 12px;
}

.home {
  /* Hero-intro now handles intro styling with curved design */
}
.home h1 {
  margin-top: 0;
}
.home .hero {
  margin-bottom: 0;
}
.home .hero::before {
  content: none;
}
.home main section.section--featured-items {
  background-color: var(--clr-secondary-500);
  margin-left: calc(-50vw + 50%);
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  width: 100vw;
}
.home main section.section--featured-items h2 {
  text-align: center;
  text-transform: uppercase;
}
.single-post .post__back-link {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .hero-intro__content {
    padding: 50px 0 75px;
  }
  .wave-divider {
    height: 300px;
  }
  .has-section-waves {
    --section-wave-space-top: 4.25rem;
    --section-wave-space-bottom: 4.25rem;
  }
  .has-section-waves--tight {
    --section-wave-space-top: 3rem;
    --section-wave-space-bottom: 3rem;
  }
  .has-section-waves--roomy {
    --section-wave-space-top: 5rem;
    --section-wave-space-bottom: 5rem;
  }
  .section-shape svg {
    height: 92px;
  }
}
@media only screen and (min-width: 48rem) {
  .wrap--post {
    flex-direction: row-reverse;
    gap: 3.125rem;
  }
  .wrap--with-sidebar {
    flex-direction: row-reverse;
    gap: 3.125rem;
  }
  .wrap--full {
    display: block;
  }
  #zorgprofessionals-menu,
#patienten-menu {
    background: var(--clr-primary-500);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #zorgprofessionals-menu li:first-child,
#patienten-menu li:first-child {
    padding: 16px;
  }
  .menu__list {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: flex-end;
  }
  .menu__link {
    padding: 0;
  }
  .menu__toggle {
    display: none;
  }
  .anchor-menu {
    align-items: center;
    flex-direction: row;
  }
  .header__before {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .header__button {
    justify-content: flex-end;
  }
  .header__search, .header__search--mobile {
    width: 100%;
  }
  .header__search.header__search--inactive {
    display: none;
  }
  .header__search.header__search--active {
    display: block;
  }
  .header__search--mobile {
    display: none;
  }
  .social-media__links {
    flex-direction: column;
    gap: 16px;
  }
  .social-media__link {
    border-radius: 0.5rem;
    min-width: 140px;
    padding: 0.75rem 1rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .social-media__text {
    display: block;
  }
  .hero-intro__image {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .hero-intro__image img {
    border-radius: 0px 0px 100px 500px;
  }
  .single-post .post__body {
    display: grid;
    grid-template-columns: 280px 1fr;
  }
  .single-post .post__image {
    border-radius: 12px;
    margin-left: 16px;
    margin-top: 2.25rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 48rem) {
  .menu__link--active {
    color: var(--clr-neutral-500);
  }
}
@media (min-width: 1024px) {
  .hero-intro__inner {
    flex-direction: row;
    gap: 25px;
    min-height: 30rem;
  }
  .hero-intro__image {
    order: 2;
    width: 75%;
  }
  .hero-intro__content {
    align-items: center;
    display: flex;
    justify-content: center;
    order: 1;
    padding: 50px 0 75px;
    width: 50%;
  }
  .hero-intro__content-inner {
    max-width: 100%;
  }
  .wave-divider {
    height: 400px;
  }
}
@media only screen and (min-width: 64rem) {
  .wrap {
    padding: 0;
  }
}
@media (max-width: 47.9375rem) {
  .header .search__toggle {
    display: none;
  }
}
