html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, .content--body h4, .content--body h3:not(.faq__title), h3, h4 {
  margin: 0;
}

p {
  margin: 0 0 1rem;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  color: inherit;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button {
  border: none;
  padding: 0;
  text-align: left;
  background-color: transparent;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
  border: none;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

:root {
  --black: hsl(345, 6%, 13%);
  --gray-text: hsl(0, 0%, 45%);
  --gray-input: hsl(180, 7%, 90%);
  --gray-border: hsl(0, 0%, 93%);
  --main-color: hsl(216, 72%, 44%);
  --main-tint: hsl(216, 72%, 98%);
  --main-light: hsl(210, 72%, 44%);
  --main-disclaimer: hsl(216, 67%, 37%);
  --borst: hsl(35,100%,59%);
  --borst-tint: hsl(35, 100%, 97%);
  --baarmoeder: hsl(324, 100%, 41%);
  --baarmoeder-tint: hsl(324, 100%, 98%);
  --darm: hsl(277, 58%, 23%);
  --darm-tint: hsl(277, 58%, 98%);
  --onderzoek-color: var(--main-color);
  --onderzoek-tint: var(--main-tint);
  --error: #DA1B1B;
  --p-big: 1.125rem;
  --focus: hsl(216, 72%, 44%);
}

body.borstkanker {
  --onderzoek-color: var(--borst);
  --onderzoek-tint: var(--borst-tint);
}
body.baarmoederhalskanker {
  --onderzoek-color: var(--baarmoeder);
  --onderzoek-tint: var(--baarmoeder-tint);
}
body.darmkanker {
  --onderzoek-color: var(--darm);
  --onderzoek-tint: var(--darm-tint);
}

.zoekresultaten__item p, .zoekresultaten__form > input, .faq__title, .paging__link, .login__msg, .login__btn, .content-sub--list__item, .mijn-bo, :is(form) .btn, .btn.primary, .btn-main, .newslanding__body p > span, .newslanding__body p, .footer-list a, .aanvul-info--item {
  font-size: var(--p-big);
}

/*DEFAULT FONT-SIZE*/
/*FONT-FAMILY*/
html {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--black);
  font-weight: 400;
  line-height: 1.6;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

h1 {
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 575px) {
  h1 {
    word-wrap: break-word;
    margin-top: 0;
  }
}

h2, .content--body h4, .content--body h3:not(.faq__title) {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
  h2, .content--body h4, .content--body h3:not(.faq__title) {
    text-align: left !important;
    margin-top: 0;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

:is(.intro-blob):not(.aanvul-info) h2, :is(.intro-blob):not(.aanvul-info) .content--body h4, .content--body :is(.intro-blob):not(.aanvul-info) h4, :is(.intro-blob):not(.aanvul-info) .content--body h3:not(.faq__title), .content--body :is(.intro-blob):not(.aanvul-info) h3:not(.faq__title) {
  text-align: center;
  margin-bottom: 1.25rem;
}

h3, .header-3 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (max-width: 575px) {
  h3, .header-3 {
    margin-top: 0;
  }
}

:is(footer) .header-3 {
  color: white;
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

:is(.intro-blob) p {
  font-size: 1.125rem;
  text-align: center;
}
@media (max-width: 575px) {
  :is(.intro-blob) p {
    font-size: 1rem;
    text-align: left;
  }
}

/*:is(.content) a {
    color: var(--main-color);
}*/
/*.borstkanker {
    h1, h2 {
        color: $bk;
    }

    .content {
        a {
            color: $bk;
        }
    }
}

.baarmoederhalskanker {
    h1, h2 {
        color: $bmk;
    }

    .content {
        a {
            color: $bmk;
        }
    }
}

.darmkanker {
    h1, h2, {
        color: $dk;
    }

    .content {
        a {
            color: $dk;
        }
    }
}

.professionals {
    h1, h2 {
        color: $blue !important;
    }

    .content {
        a {
            color: $blue;
        }
    }
}
*/
p > a {
  text-decoration: underline;
}

li > a {
  text-decoration: underline;
}

strong > a {
  text-decoration: underline;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-light.woff2") format("woff2"), url("../fonts/roboto-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-medium.woff2") format("woff2"), url("../fonts/roboto-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("/fonts/MaterialIcons-Regular.woff") format("woff"), url("/fonts/MaterialIcons-Regular.ttf") format("truetype");
  font-display: fallback;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
@media (min-width: 1200px) {
  body .container-md {
    max-width: 73.125rem;
  }
}
body .page-body {
  max-width: 1552px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  body .page-body {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 1552px) {
  body .page-body {
    overflow: hidden;
    max-width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body .page-body {
    overflow: hidden;
    max-width: 100%;
  }
}
body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

*::selection {
  color: white;
  background-color: var(--onderzoek-color);
}

:focus-visible {
  outline: 3px dotted var(--focus);
  outline-offset: 2px;
}

:is(footer) :focus-visible {
  --focus: white;
}

:is(.menu--sidenav) :focus-visible {
  --focus: white;
}

input[type=search]:focus-visible {
  text-decoration: none !important;
}

.bevolking-con {
  min-height: 700px;
}

.bg-blob {
  height: 0;
  float: right;
}
.bg-blob--img {
  top: -235px;
  width: 1100px;
  position: absolute;
  left: 450px;
  z-index: -1;
}
.bg-blob--img.news {
  left: 700px;
  top: -200px;
}
@media (max-width: 575px) {
  .bg-blob--img {
    top: -128px;
    width: 600px;
    left: 92px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .bg-blob--img {
    top: -236px;
    width: 900px;
    left: 210px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .bg-blob--img {
    left: 350px;
    width: 1000px;
  }
}

@media (max-width: 575px) {
  .no-padding-xs {
    padding: 0;
  }
}

.rivm-logo {
  float: right;
  width: 200px;
}

/*video {
    width: 100%;
    max-width: 700px;
    margin: 32px 0 30px 0;
}
*/
.center {
  text-align: center;
  margin-bottom: 12px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    -ms-overflow-x: hidden;
  }
}
/*todo Lars */
.screenreader-text {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  z-index: auto;
}
.screenreader-text .screenreader-text:focus {
  color: white;
  display: inline-block;
  left: auto;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
  z-index: 100000;
}

.skiplink {
  background: #1F5FBF;
  border-radius: 22px;
  padding: 10px 30px;
  color: white !important;
  display: table;
  margin: 30px auto;
  -webkit-transition: all 0.3s ease-in-out; /* For Safari 3.1 to 6.0 */
  transition: all 0.3s ease-in-out;
  border: none;
  z-index: 100000;
  position: fixed;
  top: -15rem;
  left: 20%;
  /*    transform: translate(-50%, -50%);*/
}

a.skiplink:active, a.skiplink.nice-select.open, a.skiplink:focus {
  top: -1rem;
  color: white;
  text-decoration: none;
  background: #1f6fbf;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: normal;
  outline: none;
  /*   padding: .25em 1em;*/
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  min-width: 245px;
  margin: 0;
  border: 1px solid #767676;
  border-radius: 27.5px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.1s ease-in-out; /* For Safari 3.1 to 6.0 */
  padding: 1rem;
}
.nice-select:hover {
  /*  background: $gray-light;*/
  /*  color: $second-color;*/
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #F7F8F8;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  padding: 1rem 1rem 1rem;
  margin-top: 8px;
  width: 227px;
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #F7F8F8;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 1rem;
  height: 2.25rem;
  line-height: 2.25rem-2;
}
.nice-select.small:after {
  height: 0.25rem;
  width: 0.25rem;
}
.nice-select.small .option {
  line-height: 2.25rem-2;
  min-height: 2.25rem-2;
}
.nice-select .list {
  background-color: #fff;
  border-radius: none;
  -webkit-box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 9px -7px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-2.625rem/2);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  max-height: 300px;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list li:before {
  content: "" !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  list-style: none;
  outline: none;
  text-align: left;
  transition: all 0.2s;
  margin: 0.375rem 0.5rem 0.375rem;
  font-size: 1rem;
  line-height: 2;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  color: #1F5FBF;
}
.nice-select .option.selected {
  /*   font-weight: $medium;*/
  color: #1F5FBF;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #1F5FBF;
  cursor: default;
  display: none;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.aanvul-info {
  margin-top: 100px;
  display: block !important;
}
@media (max-width: 575px) {
  .aanvul-info {
    margin-top: 40px;
  }
}
.aanvul-info > figure {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: max-content;
  position: absolute;
  left: 0;
  z-index: -1;
  color: var(--onderzoek-tint);
}
.aanvul-info--item {
  border-bottom: 1px solid #D0D2D3;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  height: 100px;
  margin: 20px 0;
  line-height: 1.6;
  width: 100%;
}
.aanvul-info--item > svg {
  fill: var(--onderzoek-color);
  flex-shrink: 0;
}
.aanvul-info--item > a {
  text-decoration: none;
  color: var(--black);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.aanvul-info--item > a:hover {
  color: var(--onderzoek-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

.contact-container {
  max-width: 992px;
  margin: 0 auto 5em;
  position: relative;
}
@media (max-width: 575px) {
  .contact-container {
    margin: 0 auto;
  }
}
.contact-container h2, .contact-container .content--body h4, .content--body .contact-container h4, .contact-container .content--body h3:not(.faq__title), .content--body .contact-container h3:not(.faq__title) {
  color: var(--onderzoek-color);
}
.contact-container .intro {
  max-width: 770px;
  margin: 20px auto;
}

.contact {
  min-height: 212px;
  border: 1px solid #F0F1F1;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 0 10px 10px;
  z-index: 1;
  position: relative;
  display: inline-block;
  margin: 30px auto;
  width: 100%;
  z-index: 100;
}
@media (max-width: 575px) {
  .contact {
    padding: 20px 0 0;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .contact {
    padding: 10px 0 10px 10px;
    display: inline-block;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .contact {
    margin-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 10px 1rem 0;
  }
}
.contact__flex {
  align-items: center;
}
@media (max-width: 768px) {
  .contact__flex {
    margin-top: 1.5rem;
  }
}
.contact__postcode {
  width: 170px;
  height: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .contact__postcode {
    margin: auto;
    display: block;
    left: 0;
    margin-bottom: 10px;
  }
}
.contact__postcode > input {
  height: 100%;
  width: 140px;
  border: 1px solid #767676;
  border-radius: 27.5px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 0 3rem 0 1rem;
}
.contact__postcode > label {
  height: 100%;
  width: 70px;
  border-radius: 47.5px;
  border: 1px solid var(--onderzoek-color);
  background-color: var(--onderzoek-color);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  z-index: 20;
  padding: 0.5rem 1.5rem;
}
.contact img {
  width: 166px;
  display: block;
}
.contact--placeholder {
  margin: 10px;
}
@media (max-width: 575px) {
  .contact--placeholder {
    text-align: center;
    margin: 20px auto;
  }
}
.contact--zip {
  height: 100%;
  padding: 30px;
  /*    @include respond-between(sm, md ) {
      margin: 20px 0 0 0;
      padding: 0 0 10px;
  }*/
}
@media (max-width: 768px) {
  .contact--zip {
    height: max-content;
  }
}
@media (max-width: 575px) {
  .contact--zip {
    margin: auto;
    width: max-content;
    padding: 0 0 10px;
  }
}
.contact--zip__title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .contact--zip__title {
    text-align: center;
  }
}
.contact--zip .input-group-btn {
  height: 50px;
  position: absolute;
  top: -2px;
}
.contact--zip .form-control {
  height: 50px;
  width: 144px;
  border: 1px solid #767676;
  border-radius: 27.5px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 0 1rem;
  font-size: 18px;
}
.contact--zip .btn-zip {
  height: 50px;
  width: 68px;
  border-radius: 47.5px;
  border: 1px solid var(--onderzoek-color);
  background-color: var(--onderzoek-color);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  right: 48px;
  top: 2px;
  z-index: 20;
  padding: 0.5rem 1.5rem;
}
.contact--zip .btn-zip:focus {
  color: inherit;
  outline: none;
}
.contact--details {
  padding: 20px 2rem 20px 0;
}
@media (max-width: 768px) {
  .contact--details {
    padding: inherit;
  }
}
.contact--details__placeholder {
  text-align: center;
  font-size: 1.375rem;
  margin-top: 5%;
}
@media (max-width: 768px) {
  .contact--details__placeholder {
    font-size: 1.125rem;
    margin: 0 4px 20px;
  }
}
.contact--invatiation-intro {
  margin: 3rem 2rem 3rem 1rem;
  text-align: center;
  font-size: 18px;
}

.box-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 100px;
  border-radius: 10px;
  background-color: white;
  border: 2px solid #f7f8f8;
  padding: 1rem;
  margin: 10px 0;
}
@media (max-width: 991px) {
  .box-contact {
    margin: 10px 2rem !important;
  }
}
.box-contact__email {
  padding: 1rem;
  flex-direction: column;
  align-items: start;
  gap: unset;
}
.box-contact__title {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0.25rem 0;
}
@media (max-width: 768px) {
  .box-contact__title {
    color: #231F20;
  }
}
.box-contact__output {
  color: var(--main-color);
  word-wrap: break-word;
}
.box-contact__output a:focus {
  color: inherit;
  outline: none;
}
@media (max-width: 575px) {
  .box-contact__output {
    width: 116%;
  }
}
.box-contact__icn {
  color: var(--onderzoek-color);
}
.box-contact__body {
  display: inline-flex;
  flex-direction: column;
}
.box-contact a {
  color: var(--main-color);
  font-weight: 700;
}

.box--title {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0.25rem 0;
}

.content {
  margin-bottom: 50px;
  margin-top: 84px;
  position: relative;
  z-index: 1;
}
.content--header {
  margin-top: 0;
}
.content--noheader {
  margin: 0;
}
@media (max-width: 768px) {
  .content {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .content {
    margin-bottom: 140px;
  }
}
.content p img {
  margin: 30px 0;
}
.content p a {
  color: var(--main-color);
}
.content li a {
  color: var(--main-color);
}
.content.process {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .content.process {
    margin-top: 0;
  }
}
.content--date {
  font-size: 1rem;
  color: #1F5FBF;
  margin: 0 0 50px;
  display: block;
}
.content--datum {
  font-size: 1rem;
  color: #1F5FBF;
  margin: 1.625rem 0rem 1.625rem 0rem;
  display: block;
  font-weight: bold;
}
.content--title {
  color: #231F20 !important;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
  width: 75%;
}
@media (max-width: 575px) {
  .content--title {
    width: 100%;
    font-size: 2.625rem;
    margin: 20px 0 30px;
  }
}
.content--intro {
  color: #231F20;
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0.5rem 0 2rem;
}
@media (max-width: 575px) {
  .content--intro {
    font-size: 1rem;
  }
}
.content--img {
  height: 400px;
  width: 100%;
  margin: 30px 0 46px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .content--img {
    width: 110vw;
    margin: 20px -10vw;
    height: auto;
    border-radius: 0;
    height: 200px;
  }
}
.content--header {
  max-width: 100%;
  margin: 30px auto;
  display: block;
}
@media (max-width: 991px) {
  .content--noheader {
    margin: 30px auto;
    max-width: 100%;
    display: block;
  }
}
.content--body {
  line-height: 1.6;
  z-index: 10;
  margin-bottom: 26px;
}
@media only screen and (max-width: 780px) {
  .content--body img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 576px) {
  .content--body {
    margin-bottom: 60px;
  }
}
.content--body h2, .content--body h4, .content--body h3:not(.faq__title) {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .content--body h2, .content--body h4, .content--body h3:not(.faq__title) {
    font-size: 2rem;
    margin: 20px 0;
  }
}
.content--body h3:not(.faq__title) {
  font-size: 1.25rem;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .content--body h3:not(.faq__title) {
    font-size: 1.625rem;
  }
}
.content--body h4 {
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .content--body h4 {
    font-size: 1.125rem;
    margin: 20px 0;
  }
}
.content--body ul li {
  line-height: 2;
  margin-left: 0;
  padding-left: 0.5em;
}
.content--body ul li::marker {
  color: var(--onderzoek-color);
  font-size: 1.5em;
  position: relative;
  right: 1rem;
}
.content--body p img {
  margin: 30px 0;
}
.content--body p a {
  color: var(--main-color);
}
.content--body li a {
  color: var(--main-color);
}
@media (max-width: 768px) {
  .content iframe {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.footer {
  background: var(--main-color);
  width: 100%;
  max-width: 97rem;
  margin: auto;
  height: max-content;
  padding: 2rem 0 0;
  z-index: -20;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-top: 4rem;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 991px) {
  .footer-list {
    margin-bottom: 3rem;
  }
}
.footer-list a {
  color: white;
  text-decoration: none;
}
.footer-list--socials {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.footer-list--socials-icn svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: white;
  border-radius: 50%;
  border: 0.3125rem solid white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.footer-list--socials-icn svg:hover {
  fill: white;
  border: 0.3125rem solid white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 0.0625rem;
}
.footer-disclaimer {
  height: 4.375rem;
  background: var(--main-disclaimer);
  margin: 2rem auto 0;
  padding: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .footer-disclaimer {
    margin: 1rem auto 0;
  }
}

.header {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 1199px) {
  .header {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .header {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .header {
    margin-top: 0;
  }
}
.header__pro {
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) and (max-width: 991px) {
  .header__pro {
    margin-top: 5rem;
  }
}
.header--content {
  margin-bottom: 0;
}
.header--home {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #767676;
  margin: 1.5rem 0;
  display: block;
}
.header--subheading {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 0.625rem 0;
  color: var(--gray-text);
}
@media (max-width: 991px) {
  .header--subheading {
    font-size: 2rem;
  }
}
.header--title {
  margin: 0 0 6.25rem;
}
@media (max-width: 991px) {
  .header--title {
    margin: 0 0 2.25rem;
  }
}
@media (max-width: 575px) {
  .header--title {
    font-size: 2rem;
  }
}
.header--title-yes {
  max-width: 73%;
}
@media (max-width: 991px) {
  .header--title-yes {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .header--title-yes {
    margin: 0;
  }
}

:is(.justify-content-center) .header--title {
  margin: 0;
}

.header-visual.home {
  position: relative;
  top: 5rem;
}
@media (max-width: 768px) {
  .header-visual.home {
    margin-bottom: 0;
    top: 0;
  }
}

.intro-blob {
  display: grid;
  justify-items: center;
  align-items: center;
  min-height: 500px;
  margin: 2rem 0;
  fill: var(--onderzoek-tint);
}
.intro-blob--uglyfix {
  min-height: auto;
  margin: 0;
}
.intro-blob > svg {
  position: absolute;
  z-index: -1;
}
@media (min-width: 769px) and (max-width: 991px) {
  .intro-blob > svg {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .intro-blob > svg {
    width: 21.875rem;
  }
}
@media (max-width: 768px) {
  .intro-blob {
    margin: 2rem 0 0;
    min-height: 342px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .intro-blob {
    margin: 2.625rem 0;
    min-height: 0;
  }
}
.intro-blob--body {
  margin: auto auto;
  max-width: 43.75rem;
}
@media (max-width: 768px) {
  .intro-blob--body {
    margin: 0 auto;
  }
}
.intro-blob--body > h2, .content--body .intro-blob--body > h3:not(.faq__title), .content--body .intro-blob--body > h4, .intro-blob--body > h1 {
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 2.5rem !important;
  text-align: center;
}

.kpi {
  position: relative;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .kpi {
    margin: 0;
  }
}
.kpi--stats {
  /*
          @include respond-below(lg) {
              padding: 1rem 1.5rem;
          }
  */
}
.kpi--stats--title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .kpi--stats--title {
    margin-bottom: 20px;
  }
}
.kpi--stats--body {
  min-height: 240px;
}
@media (max-width: 991px) {
  .kpi--stats--body {
    min-height: 1px;
    border-bottom: 1px solid #F0F1F1;
    display: inline-block;
    padding-top: 1.5rem;
  }
}
.kpi--stats--body__icn {
  float: left;
  margin: -5px 22px 0 0;
  width: 56px;
  height: 62px;
}
.kpi--stats--body p {
  margin-top: 6px;
  font-size: 1rem;
  display: inline-block;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  max-height: 8.472em;
}
.kpi--img {
  position: absolute;
  bottom: 8rem;
  right: -20rem;
  color: var(--onderzoek-tint);
  width: max-content;
}
@media (max-width: 1199px) {
  .kpi--img {
    right: -20rem;
  }
}
@media (max-width: 991px) {
  .kpi--img {
    display: none;
  }
}

.kpi-detail h2, .kpi-detail .content--body h3:not(.faq__title), .content--body .kpi-detail h3:not(.faq__title), .kpi-detail .content--body h4, .content--body .kpi-detail h4 {
  margin-bottom: 20px;
}
.kpi-detail p {
  font-size: 1rem;
  margin-left: 106px;
}
@media (max-width: 575px) {
  .kpi-detail p {
    margin-left: 70px;
  }
}
.kpi-detail--title {
  border-top: 1px solid #767676;
  padding-top: 80px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .kpi-detail--title {
    padding-top: 100px;
    margin: 0;
    border-top: none;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .kpi-detail--title {
    padding-top: 104px;
  }
}
.kpi-detail--intro {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
  margin-left: 106px;
}
@media (max-width: 575px) {
  .kpi-detail--intro {
    margin-left: 70px;
  }
}
.kpi-detail--body {
  padding: 20px 0;
  min-height: 1px;
}
@media (max-width: 575px) {
  .kpi-detail--body {
    padding: 20px 0;
  }
}
.kpi-detail__icn {
  float: left;
  margin: 30px 36px 0 0;
  width: 70px;
}
@media (max-width: 575px) {
  .kpi-detail__icn {
    width: 50px;
    margin: 20px 20px 0 0;
  }
}

:is(.campagne) .menu {
  padding: 0 0 0 1.5rem;
}
:is(.campagne) .menu > * {
  color: var(--black) !important;
}
:is(.campagne) .menu .menu__items {
  padding: 0 4rem 0 0;
}
@media (max-width: 952px) {
  :is(.campagne) .menu .menu__link--login {
    height: 2rem;
  }
}

.menu {
  display: flex;
  align-items: center;
  background: white;
  height: 84px;
  padding: 0 1.5rem;
  -webkit-box-shadow: 0 8px 6px -6px rgba(128, 128, 128, 0.2);
  -moz-box-shadow: 0 8px 6px -6px rgba(128, 128, 128, 0.2);
  box-shadow: 0 8px 6px -6px rgba(128, 128, 128, 0.2);
  margin-bottom: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1000;
  left: 0;
}
@media (max-width: 768px) {
  .menu {
    padding: 0 1rem;
  }
}
.menu__logo {
  margin-right: auto;
}
.menu__link {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0 1.5rem;
}
.menu__link:hover {
  color: var(--main-color);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {
  .menu__link:not(.menu__link--login) {
    display: none;
  }
}
.menu__link--login {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 66.66%;
  background-color: var(--main-color);
  color: white;
  border-radius: 1.375rem;
}
.menu__link--login:hover {
  background-color: white;
  color: var(--main-color);
}
@media (max-width: 952px) {
  .menu__link--login {
    height: 3.5rem;
    padding: 1rem;
    aspect-ratio: 1/1;
  }
  .menu__link--login span {
    display: none;
  }
}
.menu .zoeken {
  width: max-content;
  height: 2.5rem;
  position: relative;
  min-width: 2rem;
}
.menu .zoeken__flex {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 1.5rem;
  border-left: 1px solid #F0F1F1;
  min-width: 5rem;
}
@media (max-width: 768px) {
  .menu .zoeken__flex:not(:has(.menu__link--login)) {
    display: none;
  }
}
.menu .zoeken__flex:has(.menu__link--login) {
  padding: 0;
  border: none;
}
.menu .zoeken input[type=search] {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  position: relative;
  height: 100%;
  border: none;
  box-shadow: none;
  color: transparent;
  transition: all 0.4s ease-in-out;
  outline: none;
  padding: 0;
  opacity: 0;
}
.menu .zoeken input[type=search]:hover, .menu .zoeken input[type=search]:focus {
  width: 300px;
  padding: 0 4rem 0 1rem;
  background-color: var(--gray-input);
  transition: all 0.4s ease-in-out;
  color: var(--main-color);
  opacity: 1;
}
.menu .zoeken input[type=search]:hover + label, .menu .zoeken input[type=search]:focus + label {
  color: var(--main-color);
}
.menu .zoeken input[type=search]:focus {
  border: 1px solid var(--main-color);
}
.menu .zoeken > label {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  border: none;
  background-color: transparent;
  color: var(--black);
}
.menu__list {
  height: 100%;
}
.menu__items {
  height: 100%;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  border-right: 1px solid #F0F1F1;
  border-left: 1px solid #F0F1F1;
}
.menu__items > a {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .menu__items > a {
    padding: 0 0.75rem;
  }
}
.menu__items > a[aria-expanded=true] > svg {
  transform: rotate(-180deg);
}
.menu__items > a:after {
  order: 1;
  right: 10px;
  content: "";
  width: 24px;
  height: 18px;
}
.menu__items > a.nl:after {
  background: url(/images/svg/ned.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.menu__items > a.en:after {
  background: url(/images/svg/eng.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.menu__items > a.tr:after {
  background: url(/images/svg/tr.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__items > a.ar:after {
  background: url(/images/svg/ar.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__items > a.pl:after {
  background: url(/images/svg/pl.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__items > a.uk:after {
  background: url(/images/svg/uk.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__open-nav {
  float: right;
  text-decoration: none;
  height: 100%;
  display: inline-flex;
  align-items: center;
  order: 3;
  gap: 0.5rem;
  padding: 0 0 0 1.5rem;
}
.menu__open-nav:after {
  content: "";
  background: url(/images/svg/hamburger.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 20px;
  width: 20px;
}
.menu__open-nav > span {
  pointer-events: none;
}
@media (max-width: 768px) {
  .menu__open-nav > span {
    display: none;
  }
}
.menu__dropdown {
  -webkit-box-shadow: 0 8px 6px -6px rgba(128, 128, 128, 0.2);
  -moz-box-shadow: 0 8px 6px -6px rgba(128, 128, 128, 0.2);
  box-shadow: 0 8px 6px -6px rgba(128, 128, 128, 0.2);
  z-index: 10;
  padding: 1rem 0.5rem;
}
.menu__dropdown a {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.menu__dropdown a:hover {
  color: var(--main-color);
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.menu__dropdown a:after {
  content: "";
  width: 24px;
  height: 18px;
}
.menu__dropdown a.nl:after {
  background: url(/images/svg/ned.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__dropdown a.en:after {
  background: url(/images/svg/eng.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__dropdown a.tr:after {
  background: url(/images/svg/tr.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__dropdown a.ar:after {
  background: url(/images/svg/ar.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__dropdown a.pl:after {
  background: url(/images/svg/pl.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu__dropdown a.uk:after {
  background: url(/images/svg/uk.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-size: auto;
}
.menu--sidenav {
  -webkit-transition: all 0.3s ease-in-out;
  width: 0;
  height: 100vh;
  background: #1F5FBF;
  display: inline-block;
  position: fixed;
  top: 0;
  right: -20vw;
  z-index: 100000;
}
@media only screen and (min-device-width: 0px) and (max-device-width: 374px) {
  .menu--sidenav {
    height: 100%;
    overflow: scroll;
  }
}
@media (max-width: 575px) {
  .menu--sidenav {
    height: 100%;
    overflow: scroll;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .menu--sidenav {
    -webkit-transition: all 0.3s ease-in-out;
  }
}
.menu--sidenav:before {
  content: "";
  height: 100vh;
  border-top: 100vh solid transparent;
  border-right: 20vw solid #1F5FBF;
  display: block;
  position: absolute;
  right: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 576px) and (max-width: 768px) {
  .menu--sidenav:before {
    -webkit-transition: all 0.3s ease-in-out;
  }
}
.menu--sidenav.open {
  -webkit-transition: all 0.3s ease-in-out;
  width: 40vw;
  right: 0;
  padding: 0 44px 0 23px;
}
.menu--sidenav.open:before {
  opacity: 1;
}
@media (max-width: 991px) {
  .menu--sidenav.open {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
  }
}
@media (max-width: 575px) {
  .menu--sidenav.open {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .menu--sidenav.open {
    -webkit-transition: all 0.3s ease-in-out;
  }
}
.menu--sidenav.child {
  -webkit-transition: all 0.3s ease-in-out;
  width: 60vw;
}
.menu--sidenav.child:before {
  opacity: 1;
}
@media (max-width: 991px) {
  .menu--sidenav.child {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1280px) and (max-height: 900px) {
  .menu--sidenav.child {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .menu--sidenav.child {
    -webkit-transition: all 0.3s ease-in-out;
  }
}
.menu--sidenav .menu-link {
  width: fit-content;
  cursor: pointer;
  display: block;
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  right: 2rem;
}
.menu--sidenav .menu-link--close {
  float: right;
  background-image: url(/images/svg/close.svg);
  width: 16px;
  height: 16px;
  float: right;
  margin: 39px 0 0 7px;
}
.menu--sidenav .menu-link--close__text {
  color: white;
  float: right;
  margin-top: 35px;
}
.menu--sidenav .sidenav-body {
  width: 300px;
  display: block;
  margin-top: 135px;
}
@media screen and (max-width: 1441px) and (max-height: 900px) {
  .menu--sidenav .sidenav-body {
    margin-top: 62px;
  }
}
@media (max-width: 991px) {
  .menu--sidenav .sidenav-body {
    margin-top: 6rem;
  }
}
@media (max-width: 575px) {
  .menu--sidenav .sidenav-body {
    margin-top: 80px;
    width: 100%;
  }
}
.menu--sidenav .sidenav-body__zoeken {
  position: relative;
  width: 105%;
  height: 2.5rem;
  padding: 0 1rem;
  margin: 1rem 0;
}
@media (min-width: 769px) {
  .menu--sidenav .sidenav-body__zoeken {
    display: none;
  }
}
.menu--sidenav .sidenav-body__zoeken > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--gray-input);
  box-shadow: none;
  color: var(--main-color);
  padding: 0 4rem 0 1rem;
}
.menu--sidenav .sidenav-body__zoeken > label {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  border: none;
  background-color: transparent;
}
.menu--sidenav .sidenav-body h3 {
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 1.2;
  margin: 2rem 0 0.5rem;
}
@media (max-width: 575px) {
  .menu--sidenav .sidenav-body h3 {
    margin: 1rem 0 0.5rem;
  }
}
.menu--sidenav .sidenav-body ul {
  line-height: 1.6;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 575px) {
  .menu--sidenav .sidenav-body ul {
    line-height: 1.8;
    margin: 10px 0;
  }
}
.menu--sidenav .sidenav-body ul li {
  color: white;
  font-size: 1.375rem;
}
@media (max-width: 1440px) {
  .menu--sidenav .sidenav-body ul li {
    font-size: 1.125rem;
  }
}
.menu--sidenav .sidenav-body ul li > a {
  text-decoration: none;
  font-size: 1.375rem;
}
@media (max-width: 1440px) {
  .menu--sidenav .sidenav-body ul li > a {
    font-size: 1.125rem;
  }
}
.menu--sidenav .sidenav-body--title {
  font-size: 2.5rem;
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1441px) and (max-height: 900px) {
  .menu--sidenav .sidenav-body--title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .menu--sidenav .sidenav-body--title {
    font-size: 1.5rem;
  }
}

.child-menu {
  cursor: pointer;
}
.child-menu .child-link {
  width: max-content;
  display: block;
  font-size: 1.375rem;
}
@media (max-width: 1440px) {
  .child-menu .child-link {
    font-size: 1.125rem;
  }
}
.child-menu.child {
  background-color: #1f58ae;
  width: 444px;
  -webkit-transition: all 0.2s ease-in-out;
  padding-left: 10%;
  margin-left: -12px;
  padding: 6px 14px;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .child-menu.child {
    width: 110%;
  }
}
.child-menu.child .child-menu--body {
  font-weight: 300;
  padding: 32px 20px;
  line-height: 2.2;
  margin-left: 50px;
  border-radius: 25px;
}
@media (min-width: 576px) {
  .child-menu.child .child-menu--body {
    opacity: 1;
    width: 100%;
    background-color: #1f58ae;
    display: inline-block;
    left: 350px;
    -webkit-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 230px;
    height: inherit;
  }
}
@media (max-width: 575px) {
  .child-menu.child .child-menu--body {
    width: 100%;
    opacity: 1;
    background: #1f58ae;
    display: block;
    position: relative;
    margin: 0;
    padding: 6px 12px 12px;
    line-height: 2;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .child-menu.child .child-menu--body {
    left: 278px;
    padding: 30px 26px 12px;
    min-height: 414px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .child-menu.child .child-menu--body {
    min-height: 430px;
    left: 316px;
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .child-menu.child .child-menu--body {
    min-height: 548px;
  }
}
.child-menu.child .child-menu--body li {
  cursor: pointer;
}
.child-menu.child .child-menu--body li:hover {
  text-decoration: underline;
}
.child-menu--body {
  opacity: 0;
  width: 0;
  display: none;
  left: 0;
}
.child-menu--body__title {
  font-size: 1.125rem;
  color: white;
  font-weight: 500;
  line-height: 1.2;
}
.child-menu--body li > a {
  font-size: 1.375rem;
}
@media (max-width: 1440px) {
  .child-menu--body li > a {
    font-size: 18px;
  }
}

.news-paged--title {
  color: #1F5FBF;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.2;
  width: 75%;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .news-paged--title {
    width: 100%;
    font-size: 2.625rem;
    margin: 20px 0 30px;
  }
}

.newslanding__item {
  margin: 1.5rem 0;
  min-height: 27rem;
  border: 1px solid var(--gray-border);
  background-color: white;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: 100%;
  border-radius: 0.5rem;
  position: relative;
}
.newslanding__item:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  bottom: 0.2rem;
}
@media (max-width: 991px) {
  .newslanding__item {
    margin-bottom: 2rem;
    min-height: auto;
    height: max-content;
  }
}
.newslanding img {
  width: 100%;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}
.newslanding__body {
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newslanding__body-title {
  margin: 0;
  word-wrap: break-word;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6em;
}
.newslanding__body-title > a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .newslanding__body-title {
    min-height: calc(1.125rem * 1.6 * 3);
  }
}
.newslanding__body p {
  margin: 0;
}
@media (min-width: 992px) {
  .newslanding__body p {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    /* autoprefixer: off */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 6em;
    min-height: calc(1.125rem * 1.6 * 3);
  }
  .newslanding__body p > span {
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: block;
    /* autoprefixer: off */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 6em;
  }
}
.newslanding__body p > span {
  margin: 0;
}
.newslanding__body-date {
  color: var(--main-color);
}

.toptasks-title {
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.875rem;
  margin: 1.875rem 0;
}

.o-toptasks {
  border: 1px solid #D0D2D3;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-content: space-evenly;
}
@media (max-width: 991px) {
  .o-toptasks {
    flex-direction: column;
    width: 100%;
  }
}
.o-toptasks--items {
  --item-size: 132px;
  flex-grow: 6;
  flex-basis: auto;
  display: grid;
  justify-items: center;
  align-items: center;
  position: relative;
  border-right: 1px solid #F0F1F1;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  min-width: var(--item-size);
  height: var(--item-size);
  width: min-content;
}
@media (max-width: 991px) {
  .o-toptasks--items {
    --item-size: 60px;
    width: 100%;
    text-align: left;
    text-align: left;
    border-bottom: 1px solid #F0F1F1;
    justify-content: left;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .o-toptasks--items {
    font-size: 1rem;
  }
}
.o-toptasks--items:after {
  content: "";
  width: 100%;
  height: 0.625rem;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .o-toptasks--items:after {
    width: 10px;
    height: 100%;
    left: 0;
  }
}
.o-toptasks--items:first-child:after {
  border-radius: 0 0 0 0.625rem;
}
@media (max-width: 768px) {
  .o-toptasks--items:first-child:after {
    border-radius: 0.625rem 0 0 0;
  }
}
.o-toptasks--items:last-child:after {
  border-radius: 0 0 0.625rem 0;
}
@media (max-width: 768px) {
  .o-toptasks--items:last-child:after {
    border-radius: 0 0 0 0.625rem;
  }
}
.o-toptasks--items:hover:after {
  background-color: var(--onderzoek-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.o-toptasks--items a {
  color: var(--black);
  text-decoration: none;
  max-width: 95%;
}
@media (max-width: 991px) {
  .o-toptasks--items a {
    max-width: max-content;
  }
}

.proces-title {
  color: #231F20;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 68px;
}
@media (max-width: 575px) {
  .proces-title {
    text-align: left !important;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

.gradient {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(255, 255, 255)), color-stop(35%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1 );
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 241px;
  position: fixed;
}

.proces {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .proces {
    margin-bottom: 40px;
    overflow: scroll;
    width: auto;
    position: relative;
    justify-content: left;
  }
}
.proces .proces ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.proces .proces ::-webkit-scrollbar:vertical {
  width: 11px;
}
.proces .frame::-webkit-scrollbar:horizontal {
  height: 11px;
}
.proces .proces ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.proces--item {
  display: inline-grid;
  padding: 4px;
  width: 168px;
  position: relative;
}
.proces--item:hover a {
  text-decoration: underline;
}
.proces--item--icn {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background-color: var(--onderzoek-color);
}
.proces--item--icn__img {
  width: 55px;
  height: 55px;
  margin: 26% 30%;
}
.proces--item--stap {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 14px;
}
.proces--item--title {
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: center;
}
.proces--item--title > a {
  text-decoration: none;
  word-break: keep-all;
}
.proces--arrow {
  background: url(/images/svg/stap-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 44px;
  height: 20px;
  margin: 0 8px;
  position: relative;
  top: 62px;
  background-size: contain;
}
@media (max-width: 1199px) {
  .proces--arrow {
    display: none;
  }
}
.proces .count {
  color: var(--onderzoek-color);
}

.count {
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 3px;
  border: 2.5px solid #d9dbdb;
  position: relative;
  bottom: 3px;
  left: 5px;
  color: #1F5FBF;
  display: block;
}

.popover-content {
  padding: 9px;
  width: 120px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #231F20;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
}

.proces-gradient-left {
  height: 278px;
  position: absolute;
  width: 120px;
  z-index: 1;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 ); /* IE6-9 */
}
@media (max-width: 768px) {
  .proces-gradient-left {
    left: -30px;
  }
}

.proces-gradient-right {
  height: 278px;
  position: absolute;
  width: 120px;
  right: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
@media (max-width: 768px) {
  .proces-gradient-right {
    right: -30px;
  }
}

.proces-detail {
  margin: auto;
  min-height: 700px;
  display: block;
  background: url(/images/svg/blob2.svg);
  background-position: top 7px left 54%;
  background-repeat: no-repeat;
  background-size: 545px;
  display: block;
}
@media (min-width: 576px) and (max-width: 991px) {
  .proces-detail {
    min-height: 500px;
    background-size: 420px;
  }
}
@media (max-width: 575px) {
  .proces-detail {
    min-height: 400px;
    background-size: 350px;
  }
}
.proces-detail--item {
  margin-top: 100px;
  position: relative;
}
.proces-detail--item--icn {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  margin: 0 auto 14px;
  background-color: var(--onderzoek-color);
}
.proces-detail--item--icn.current {
  width: 230px;
  height: 230px;
}
@media (max-width: 575px) {
  .proces-detail--item--icn.current {
    width: 200px;
    height: 200px;
  }
}
.proces-detail--item--icn.current .proces-detail--item--icn__img {
  width: 94px;
  height: 94px;
  margin: 22% 30%;
}
@media (max-width: 575px) {
  .proces-detail--item--icn.current .proces-detail--item--icn__img {
    width: 80px;
    height: 80px;
  }
}
.proces-detail--item--icn__img {
  width: 50px;
  height: 50px;
  margin: 26% 30%;
}
.proces-detail--item--title {
  text-align: center;
  font-size: 1.5rem;
}
.proces-detail--item--title > a {
  text-decoration: none;
  word-break: keep-all;
}
.proces-detail--item--title > a:hover {
  text-decoration: underline;
}
.proces-detail--item--stap {
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.proces-detail--body {
  margin: auto;
  max-width: 700px;
  position: relative;
  margin-bottom: -6%;
  top: 2rem;
  text-align: center;
}
.proces-detail--body--title {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 500;
  margin: 0 0 20px;
}
.proces-detail--body--intro {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .proces-detail--body--intro {
    margin-bottom: 30px;
  }
}
.proces-detail--arrow {
  background: url(/images/svg/stap-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 44px;
  height: 20px;
  margin: 0 8px;
  position: relative;
  top: 62px;
}
.proces-detail--links {
  position: relative;
  top: 160px;
  width: 80%;
  margin: auto;
}
@media (max-width: 575px) {
  .proces-detail--links {
    margin: 50px auto;
    top: 166px;
    width: 92%;
    position: absolute;
  }
}
.proces-detail--links a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
}
.proces-detail--links a:hover {
  text-decoration: underline;
}
.proces-detail--links a:after {
  background: url(/images/svg/stap-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 44px;
  height: 20px;
  position: relative;
  bottom: 50px;
  left: 10px;
  content: "";
}
.proces-detail--links .prev:after {
  transform: scaleX(-1);
}
.proces-detail--links .next {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
.proces-detail--links .next:after {
  left: 18px;
}

/*.borstkanker {
    .proces-detail--item--icn {
        background: $bk;
    }

    .count {
        color: $bk;
    }

    .proces-detail--item--stap {
        color: $bk;
    }

    .proces-detail--links {
        a {
            color: $bk;
        }
    }
}*/
/*.baarmoederhalskanker {
    .proces-detail--item--icn {
        background: $bmk;
    }

    .count {
        color: $bmk;
    }

    .proces-detail--item--stap {
        color: $bmk;
    }
}
*/
/*.darmkanker {
    .proces-detail--item--icn {
        background: $dk;
    }

    .count {
        color: $dk;
    }

    .proces-detail--item--stap {
        color: $dk;
    }
}*/
.count {
  cursor: pointer;
  width: 26px;
  height: 26px;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  padding: 3px;
  border: 2.5px solid #d9dbdb;
  position: relative;
  bottom: 3px;
  left: 5px;
  color: #1F5FBF;
  display: block;
}

.popover-content {
  padding: 9px;
  width: 120px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #231F20;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
}

.proces-detail-anchor {
  height: 100px;
  margin-top: -100px;
  width: 100%;
}
@media (min-width: 576px) and (max-width: 991px) {
  .proces-detail-anchor {
    height: 200px;
    margin-top: -200px;
  }
}
@media (min-width: 992px) {
  .proces-detail-anchor {
    display: none;
  }
}

#ScrollToTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none;
  outline: none;
  background-color: var(--onderzoek-color);
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 10px; /* Rounded corners */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
#ScrollToTop svg {
  fill: #fff;
}
#ScrollToTop:hover, #ScrollToTop:focus {
  color: white;
  text-decoration: none;
  background: var(--main-light);
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.3);
  bottom: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

.scrollMarginTop {
  scroll-margin-top: 100px;
}

.toptasks__list-item > a, .toptasks__link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.toptasks__list-item > a:hover, .toptasks__link:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: var(--onderzoek-color);
  text-decoration: underline;
}

.toptasks {
  --onderzoek-color: var(--main-color);
  position: relative;
  bottom: 11.5rem;
  margin-bottom: -11.5rem;
  width: 100%;
}
.toptasks--borstkanker {
  --onderzoek-color: var(--borst);
}
.toptasks--baarmoederhalskanker {
  --onderzoek-color: var(--baarmoeder);
}
.toptasks--darmkanker {
  --onderzoek-color: var(--darm);
}
@media (min-width: 769px) and (max-width: 991px) {
  .toptasks {
    bottom: 2rem;
    margin-bottom: -2rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .toptasks {
    bottom: 6.25rem;
    margin-bottom: -6.25rem;
  }
}
@media (max-width: 768px) {
  .toptasks {
    margin-bottom: -1.875rem;
    bottom: 1.875rem;
  }
}
.toptasks__link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  height: max-content;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--black);
}
@media (max-width: 768px) {
  .toptasks__link {
    align-items: flex-start;
  }
}
.toptasks__link:hover > span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: var(--onderzoek-color);
}
.toptasks__link > span {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: var(--gray-text);
}
.toptasks__link > h1 {
  font-size: 1.875rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .toptasks__link > h1 {
    font-size: 1.625rem;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .toptasks__link > h1 {
    font-size: 1.25rem;
  }
}
.toptasks__item {
  background: white;
  height: max-content;
  border-radius: 0.625rem;
  border: 1px solid #F0F1F1;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 2.5rem 0 0;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 769px) and (max-width: 991px) {
  .toptasks__item {
    min-height: 22rem;
  }
}
@media (max-width: 768px) {
  .toptasks__item {
    padding: 3rem 0.5rem 0;
  }
}
@media (max-width: 768px) {
  .toptasks__item {
    height: max-content;
    box-shadow: none;
    border: none;
    padding: 0;
    background: transparent;
  }
}
.toptasks__item > svg {
  margin: 2rem auto;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .toptasks__item > svg {
    float: right;
    margin: 0;
    position: relative;
    bottom: 1.375rem;
    right: 0.125rem;
    width: auto;
  }
}
.toptasks__item-arrow {
  stroke: var(--onderzoek-color);
}
@media (min-width: 992px) {
  .toptasks__item.en {
    min-height: 21.875rem;
  }
}
.toptasks__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 2rem;
}
.toptasks__list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.toptasks__list-item:first-child {
  border-bottom: 1px solid #F0F1F1;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .toptasks__list-item:first-child {
    border: none;
    padding: 0;
  }
}
.toptasks__list-item > svg {
  fill: var(--onderzoek-color);
}
@media (max-width: 1199px) {
  .toptasks__list-item > svg {
    display: none;
  }
}
.toptasks__list-item > a {
  text-decoration: none;
  color: var(--gray-text);
  font-size: 1.125rem;
}
@media (max-width: 1199px) {
  .toptasks__list-item > a {
    font-size: 1rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 768px) {
  .toptasks__list-item > a {
    display: none;
  }
}
.toptasks__list-item-link {
  text-align: center;
}
@media (max-width: 768px) {
  .toptasks__list-item-link {
    text-align: left;
  }
}
.toptasks__list-item-link p {
  margin: 4px;
  color: var(--gray-text);
}
.toptasks--border {
  background-color: var(--onderzoek-color);
  border-radius: 0 0 0.625rem 0.625rem;
  height: 0.9375rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .toptasks--border {
    bottom: 0;
    width: 120%;
    margin: 1.25rem -10%;
    height: 0.625rem;
  }
}

.verhalen {
  max-width: 90rem;
  width: 100%;
  margin: 2rem 0rem 3rem;
}
.verhalen__flex {
  display: flex;
  gap: 3rem;
  width: 85vw;
  max-width: 100rem;
}
@media (max-width: 1280px) {
  .verhalen__flex {
    width: 75vw;
  }
}
@media (max-width: 768px) {
  .verhalen__flex {
    flex-direction: column;
    width: 90vw;
  }
}
.verhalen__body {
  flex: none;
  display: grid;
  justify-content: flex-end;
  align-content: center;
  gap: 1rem;
  width: 20vw;
}
@media (max-width: 1280px) {
  .verhalen__body {
    width: 25vw;
  }
}
@media (max-width: 768px) {
  .verhalen__body {
    width: 100%;
    justify-content: start;
  }
}
@media (min-width: 576px) {
  .verhalen__body > * {
    text-align: right;
  }
}
.verhalen__swiper {
  width: 70vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .verhalen__swiper {
    width: 100%;
    overflow: visible;
  }
}
.verhalen__swiper .swiper {
  margin: 0;
}
@media (max-width: 768px) {
  .verhalen__swiper .swiper {
    width: 110%;
    min-width: auto;
  }
}
.verhalen__navigation {
  width: max-content;
  display: flex;
  gap: 0.5rem;
  margin-left: auto;
}
.verhalen__navigation > span {
  cursor: pointer;
  opacity: 1;
}
.verhalen__navigation > span.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.verhalen .card__body {
  margin-bottom: 10px;
  height: 180px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}
.verhalen .card__body > p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.verhalen-paged .card {
  margin: 1.5rem 0rem;
}
.verhalen-paged .card__body {
  margin-bottom: 10px;
  height: 180px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
}
.verhalen-paged .card__body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.onderzoeksborder {
  height: 0.5rem;
  display: block;
}
.onderzoeksborder.borstkanker {
  background-color: var(--borst);
}
.onderzoeksborder.baarmoederhalskanker {
  background-color: var(--baarmoeder);
}
.onderzoeksborder.darmkanker {
  background-color: var(--darm);
}

:is(form) .btn, .btn.primary, .btn-main {
  background: var(--main-color);
  border-radius: 1.375rem;
  padding: 0.5em 1.5em;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem auto;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border: none;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  bottom: 0;
  width: max-content;
}
:is(form) .btn:hover, .btn.primary:hover, .btn-main:hover, :is(form) .btn:focus, .btn.primary:focus, .btn-main:focus {
  color: white;
  text-decoration: none;
  background: var(--main-light);
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.3);
  bottom: 0.0625rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

.btn-meer {
  font-size: 1rem;
  color: #767676;
  display: block;
}
.btn-meer:after {
  content: "";
  background: url(/images/svg/meer.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 20px;
  height: 14px;
  position: relative;
  bottom: 1.0625rem;
  left: 5.375rem;
}

.btn-main {
  color: white !important;
}
.btn-main:after {
  content: "";
  background: url(/images/svg/arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 20px;
  height: 14px;
  position: relative;
  top: 0.125rem;
}
.btn-main.login-btn {
  margin: 0;
}
@media (max-width: 768px) {
  .btn-main.login-btn:after {
    width: 14px;
    height: 10px;
    margin-left: 6px;
  }
}
.btn-main.menu {
  background: white;
  color: #1F5FBF !important;
  padding: 0 1rem;
  width: 240px;
  height: 76px;
  font-weight: 500;
  position: relative;
  margin: 60px 0;
  display: flex;
}
@media screen and (max-width: 1280px) and (max-height: 800px) {
  .btn-main.menu {
    margin: 30px 0;
  }
}
@media (max-width: 575px) {
  .btn-main.menu {
    margin: 30px 0;
  }
}
.btn-main.menu:after {
  background: url(/images/svg/btn-menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  right: auto;
  top: auto;
  width: 40px;
}
@media only screen and (min-device-width: 0px) and (max-device-width: 374px) {
  .btn-main.menu {
    margin: 10px auto;
  }
}
.btn-main.news-landing {
  margin-bottom: 100px;
}
@media (min-width: 576px) and (max-width: 768px) {
  .btn-main.news-landing {
    margin: 100px auto 110px;
  }
}
.btn-main.faq {
  color: white !important;
}
.btn-main.ok-cookies {
  background: white;
  color: #1F5FBF !important;
  margin: 1rem 0 0;
  padding: 4px 12px;
  font-size: 1rem;
  top: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .btn-main.ok-cookies {
    margin: 20px auto;
  }
}
.btn-main.ok-cookies:after {
  content: none;
}
.btn-main.ok-vragenlijst {
  background: white;
  color: #D3007E !important;
  margin: 14px auto;
  padding: 4px 12px;
  font-size: 1rem;
  top: 0;
}
@media (max-width: 768px) {
  .btn-main.ok-vragenlijst {
    margin: 20px auto;
  }
}
.btn-main.ok-vragenlijst:after {
  content: none;
}

.mijn-bo {
  background: var(--main-color);
  border-radius: 1.375rem;
  color: white;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.5rem auto;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  width: max-content;
  padding: 10px 15px;
  min-width: 340px;
}
.mijn-bo:hover, .mijn-bo:focus {
  color: white;
  text-decoration: none;
  background: var(--main-light);
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.3);
  bottom: 0.0625rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.mijn-bo--digid {
  width: 44px;
}
.mijn-bo--text {
  margin: 0;
}
.mijn-bo svg[title=mijn-onderzoek] {
  position: relative;
  bottom: 0.75rem;
}

.btn.primary:after {
  content: "";
  background: url(/images/svg/arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 20px;
  height: 14px;
  position: relative;
  top: 0.125rem;
}

.btn-survey {
  transform: rotate(270deg);
  position: fixed;
  top: 175px;
  height: 3rem;
  right: -3rem;
  padding: 1rem 1rem;
  border: none;
  z-index: 10;
  color: white;
  background-color: var(--main-color);
  cursor: pointer;
  border-radius: 0.5rem 0.5rem 0 0;
}
@keyframes pulse {
  0% {
    transform: scale(1) rotate(270deg);
    color: white;
    background-color: var(--main-color);
  }
  50% {
    transform: scale(1.1) rotate(270deg);
    color: var(--main-color);
    background-color: white;
  }
  100% {
    transform: scale(1) rotate(270deg);
    color: white;
    background-color: var(--main-color);
  }
}
.btn-survey--highlight {
  animation: pulse 2s 2;
}
@media (max-width: 768px) {
  .btn-survey {
    font-size: 14px;
  }
}

.breadcrumb {
  margin: 9rem 0 1.25rem;
  font-size: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  gap: 1rem;
}
@media (max-width: 991px) {
  .breadcrumb + .header--title-yes {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575px) {
  .breadcrumb {
    font-size: 1rem;
  }
}
.breadcrumb > a {
  color: var(--gray-text);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.125rem;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out, all 0.5s ease-in-out;
}
.breadcrumb > a:hover {
  color: var(--onderzoek-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.breadcrumb > a:not(:last-child):before {
  --chevron: .6rem;
  border-right: 2px solid var(--onderzoek-color);
  border-bottom: 2px solid var(--onderzoek-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: var(--chevron);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  right: -1.125rem;
}
@media (max-width: 991px) {
  .breadcrumb > a:not(:last-child):before {
    --chevron: .45rem;
  }
}
@media (max-width: 991px) {
  .breadcrumb > a {
    margin-right: 0.5rem;
  }
}

:is(.content) .breadcrumb {
  margin-top: 4rem;
}

@media (max-width: 991px) {
  :is(.header__pro) .breadcrumb {
    margin-top: 2rem;
  }
}

:is(.container.header) .breadcrumb {
  margin-top: 0;
}

.card {
  position: relative;
  z-index: 10;
  display: block;
}
.card > picture {
  width: 100%;
  height: 320px;
  display: block;
}
.card > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}
.card__body {
  padding: 1rem;
  height: 150px;
  background-color: var(--white);
  border-radius: 0 0 1.25rem 1.25rem;
}
.card__body > sub {
  color: var(--main-color);
}
.card__body > p {
  font-size: 1.125rem;
  margin-top: 1rem;
}
.card__body > p > a {
  color: var(--black);
  text-decoration: none;
}
.card__body > name {
  color: var(--main-color);
}

.submenu-container {
  display: block;
}
.submenu-container.not-professional {
  height: 112px;
}
@media (max-width: 575px) {
  .submenu-container.not-professional {
    height: 140px;
  }
}

.content-sub {
  display: grid;
  min-height: 76px;
  border: 1px solid #F0F1F1;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin: 0 auto 2rem;
  z-index: 100;
  width: 100%;
}
.content-sub.not-professional {
  position: absolute;
}
@media (max-width: 768px) {
  .content-sub {
    width: 92%;
  }
}
.content-sub--title {
  color: var(--main-color);
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: lowercase;
  width: 100%;
  align-items: center;
  position: relative;
}
.content-sub--title.not-professional {
  cursor: pointer;
}
@media (max-width: 575px) {
  .content-sub--title {
    font-size: 1.5rem;
  }
}
.content-sub--title .meer {
  color: var(--black);
  text-transform: none;
}
.content-sub--title > svg {
  fill: var(--onderzoek-color);
  transform: rotate(0);
  flex: none;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
  position: absolute;
  right: 0;
}
.content-sub--title[aria-expanded=true] svg {
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.content-sub--list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 8px -15px;
  padding: 0 1rem;
}
.content-sub--list__item {
  border-bottom: 1px solid #D0D2D3;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  margin: 6px 0 0;
  width: calc(50% - 1.5rem);
  cursor: pointer;
  gap: 0.75rem;
  text-decoration: none;
}
@media (max-width: 768px) {
  .content-sub--list__item {
    width: 100%;
  }
}
.content-sub--list__item:before {
  --chevron: .6rem;
  border-right: 2.5px solid var(--main-color);
  border-bottom: 2.5px solid var(--main-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0;
  transform: rotate(-45deg);
  content: "";
  flex-shrink: 0;
}

.cookie-body {
  max-width: 992px;
  margin: auto;
  height: 0;
  display: flex;
}

.cookie {
  height: 0;
  opacity: 0;
  display: inline-block;
  top: 84px;
  position: fixed;
  padding: 24px 20px;
}
@media (max-width: 575px) {
  .cookie {
    position: absolute;
  }
}
.cookie.storing {
  position: fixed;
  left: 50%;
  top: 160px !important;
  transform: translate(-50%, -50%);
  width: 50%;
}
.cookie__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.cookie.cookie-bar {
  top: 84px;
  width: 992px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  height: 160px !important;
  background: #1F5FBF;
  transition: 0.3s;
  -webkit-animation: 0.3s slideIn;
  -moz-animation: 0.3s slideIn;
  animation: 0.3s slideIn;
  z-index: 10000;
  display: inline-block;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
@media (max-width: 768px) {
  .cookie.cookie-bar {
    width: 100%;
    display: inline-table;
  }
}
@media (max-width: 575px) {
  .cookie.cookie-bar {
    padding: 50px 20px 10px;
  }
}
@media (max-width: 768px) {
  .cookie.cookie-bar {
    border-radius: 0;
  }
}
.cookie.cookie-bar .cookie-bar--text {
  font-size: 1rem;
  color: white;
  line-height: 1.5;
  text-align: center;
  width: 95%;
}
@media (max-width: 575px) {
  .cookie.cookie-bar .cookie-bar--text {
    width: 100%;
  }
}
.cookie.cookie-bar .cookie-bar--text a {
  text-decoration: underline;
}
.cookie.cookie-bar .cookie-bar--close {
  font-size: 1.75rem;
  float: right;
  color: white;
  font-weight: 400;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
.cookie.cookie-bar .cookie-bar--close i:hover {
  font-weight: 700;
  position: relative;
  bottom: 1px;
  text-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.checkbox-cb:checked + .cookie-bar {
  min-height: 0;
  opacity: 0;
}

.carousel {
  --controle: -2rem;
  position: relative;
  width: 100%;
  margin: 4rem 0;
}
@media (max-width: 991px) {
  .carousel {
    margin: 2rem 0 4rem;
  }
}
.carousel-inner {
  position: relative;
  width: 620px;
  overflow: hidden;
  margin: auto;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .carousel-inner {
    width: 100%;
  }
}
.carousel-inner img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .carousel-inner img {
    aspect-ratio: auto;
  }
}
.carousel-indicators {
  bottom: -3rem;
}
.carousel-indicators [data-bs-target] {
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  border: 1px solid var(--onderzoek-color);
  opacity: 1;
  background-color: white;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.carousel-indicators [data-bs-target].active {
  background-color: var(--onderzoek-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.carousel .carousel-control-prev > svg, .carousel .carousel-control-next > svg {
  fill: var(--onderzoek-color);
}
@media (max-width: 991px) {
  .carousel .carousel-control-prev > svg, .carousel .carousel-control-next > svg {
    fill: white;
  }
}
@media (min-width: 992px) {
  .carousel .carousel-control-prev {
    left: var(--controle);
  }
}
@media (min-width: 992px) {
  .carousel .carousel-control-next {
    right: var(--controle);
  }
}

.umbraco-forms-container {
  padding: 0;
}
.umbraco-forms-container .material-icons {
  font-size: 20px;
  position: relative;
  top: 4px;
  left: 2px;
}

label.umbraco-forms-label {
  float: left;
  width: 30%;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  label.umbraco-forms-label {
    margin: 12px 0 16px 0 !important;
    width: 100%;
  }
}

.umbraco-forms-form fieldset {
  padding: 0 !important;
  margin: 0 !important;
}

.umbraco-forms-field {
  margin-bottom: 2.5rem;
}
.umbraco-forms-field.hidden {
  display: none;
}
.umbraco-forms-field.singlechoice {
  display: flex;
}
@media (max-width: 768px) {
  .umbraco-forms-field.singlechoice {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .umbraco-forms-field.singlechoice > .umbraco-forms-label {
    width: 30% !important;
  }
}
.umbraco-forms-field .checkbox {
  position: relative;
  margin-bottom: 2rem;
}
.umbraco-forms-field .checkbox input {
  position: absolute !important;
  left: 2rem;
  top: 5px;
}
.umbraco-forms-field .checkbox label {
  float: none !important;
  margin-bottom: 1rem;
  width: auto;
  padding-left: 3rem;
}
.umbraco-forms-field .checkboxlist input {
  float: left;
  position: relative;
  top: 5px;
}
.umbraco-forms-field .checkboxlist td input {
  top: 0;
}
.umbraco-forms-field .checkboxlist label {
  float: none !important;
  clear: none !important;
  margin-bottom: 15px;
  width: auto;
}
.umbraco-forms-field.checkbox {
  position: relative;
  margin-bottom: 2rem;
}
.umbraco-forms-field.checkbox input {
  position: absolute !important;
  left: 2rem;
  top: 5px;
}
.umbraco-forms-field.checkbox label {
  float: none !important;
  margin-bottom: 1rem;
  width: auto;
  padding-left: 3rem;
}
.umbraco-forms-field .checkboxlist input {
  float: left;
  position: relative;
  top: 5px;
}
.umbraco-forms-field .checkboxlist label {
  float: none !important;
  clear: none !important;
  margin-bottom: 15px;
  width: auto;
}

.umbraco-forms-field-wrapper > .nice-select {
  position: absolute;
  width: 400px;
  right: 122px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #f7f8f8;
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
}
@media (max-width: 991px) {
  .umbraco-forms-field-wrapper > .nice-select {
    position: relative;
    right: auto;
  }
}
@media (max-width: 413px) {
  .umbraco-forms-field-wrapper > .nice-select {
    width: 95%;
  }
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
  max-width: 499px !important;
  width: 100%;
  border: none !important;
  background: #f7f8f8;
  margin: 0 !important;
  height: 36px;
}

.umbraco-forms-indicator {
  color: #1F5FBF;
}

/*.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    max-width: 499px !important;
    padding: 5px;
    display: block;
    width: 95%;
}*/
.cursus-opties {
  float: right;
  width: 100% !important;
  /*margin-top: -20px;*/
  display: block;
  overflow-x: auto;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cursus-opties {
    width: 100% !important;
  }
}
.cursus-opties td {
  line-height: 2;
  vertical-align: top;
}
.cursus-opties td:not(:last-child) {
  padding-right: 10px;
}
.cursus-opties label {
  font-weight: normal;
  line-height: 2;
}

.contactformulier {
  margin-top: 20px;
}
.contactformulier input.text, .contactformulier textarea {
  width: 100%;
}
.contactformulier .control-label {
  text-align: left;
  margin-bottom: 0;
  padding-top: 7px;
}
.contactformulier .form-control {
  margin-top: 20px;
  max-width: 499px !important;
}
.contactformulier .dataconsent {
  border: none !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.contactformulier .dataconsent p {
  margin-top: 12px;
}

input[type=checkbox], input[type=radio] {
  margin: 0 10px;
}

@media (max-width: 991px) {
  .voorwaarden {
    margin-top: 20px;
  }
}
.voorwaarden .umbraco-forms-label {
  float: none;
  margin: 40px 0 20px 0;
}

.radiobuttonlist {
  margin-bottom: 14px;
}
.radiobuttonlist label {
  font-weight: normal;
  line-height: 2;
}

#fireboylen .dataconsent p {
  font-size: 14px;
  margin: 5px 1px;
  color: #767676;
}

.price {
  margin: 12px 0;
  line-height: 4;
  font-weight: 900;
  font-size: 22px;
  color: #1F5FBF;
}

.antispam {
  position: absolute;
  left: 3000px;
}

@media (max-width: 413px) {
  .form-nieuwsbrief {
    margin: 0 -15px;
  }
}
@media (max-width: 413px) {
  .form-nieuwsbrief tr {
    display: flex;
    flex-flow: column;
  }
}
.form-nieuwsbrief td {
  padding: 1rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 413px) {
  .form-nieuwsbrief td {
    padding: 1rem 0;
  }
}
.form-nieuwsbrief td > span {
  color: #1F5FBF;
}
@media (max-width: 413px) {
  .form-nieuwsbrief td > label {
    font-size: 14px;
  }
}
.form-nieuwsbrief input[type=text] {
  border: none !important;
  background: #f7f8f8;
  margin: 0 !important;
  height: 36px;
  max-width: 400px !important;
  padding: 5px;
  display: block;
  width: 95%;
}
@media (max-width: 413px) {
  .form-nieuwsbrief input[type=checkbox], .form-nieuwsbrief input[type=radio] {
    margin: 0 10px 10px 0;
  }
}
.form-nieuwsbrief .btn-main {
  margin: 2rem 0;
}
@media (max-width: 413px) {
  .form-nieuwsbrief__empty {
    display: none;
  }
}

.umbraco-forms-hidden {
  display: none;
}

.interactief {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  overflow: hidden;
  z-index: 1000;
  top: 84px;
  height: calc(100vh - 84px);
}

.login {
  margin-top: 2rem;
  padding: 1rem;
  display: block;
  -webkit-box-shadow: 0 0 6px 1px rgba(128, 128, 128, 0.2);
  -moz-box-shadow: 0 0 6px 1px rgba(128, 128, 128, 0.2);
  box-shadow: 0 0 6px 1px rgba(128, 128, 128, 0.2);
}
.login .form-control {
  width: 100%;
  height: 3rem;
  border-radius: 20px;
  border: solid 1px #D0D2D3;
  margin-bottom: 2rem;
  padding: 0 1rem;
  align-items: center;
  display: flex;
}
.login--vergeten {
  margin-left: 4px;
  color: var(--main-color);
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.login--vergeten:hover {
  color: var(--main-color);
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.login__btn {
  height: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 575px) {
  .login__btn {
    margin: 1rem 0 0;
  }
}
.login__btn--noforget {
  justify-content: flex-end;
}
.login__msg {
  color: var(--error);
  margin: 1rem 0;
  font-weight: 500;
  display: inline-flex;
}
.login .field-validation-error {
  font-weight: 500;
  color: var(--error);
}

.paging {
  margin: 2rem auto;
  display: flex;
  gap: 1rem;
  width: max-content;
}
.paging__link {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.paging__link:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: var(--main-color);
}
.paging__link--active {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: var(--main-color);
  text-decoration: underline;
  font-weight: 700;
}
.paging__link--disabled {
  color: var(--gray-text);
}
.paging__link--disabled:hover {
  color: var(--gray-text);
  cursor: not-allowed;
}

/*zoekresultaten*/
.page {
  font-size: 1.125rem;
  padding: 0 4px;
  margin: 10px 0;
}

.type-portfolio:before {
  content: none !important;
}

.paragraaf-cta {
  margin: 2rem 0 4rem;
}

.video__wrapper {
  width: 100%;
  position: relative;
  height: max-content;
}
.video__wrapper iframe, .video__wrapper video {
  width: 100%;
  display: block;
  margin: 1.5rem 0;
}

.faq {
  margin: auto auto 8.875rem;
  max-width: 48.125rem;
  z-index: 100;
  position: relative;
}
.faq > h2, .content--body .faq > h3:not(.faq__title), .content--body .faq > h4 {
  text-align: center;
  font-size: 2.5rem;
  margin: 0;
}
.faq#workshops {
  margin: auto auto;
}
@media (max-width: 575px) {
  .faq {
    margin: 2.5rem auto;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .faq {
    margin-bottom: 140px;
  }
}
.faq__title {
  color: var(--black);
  line-height: 1.4;
  margin: 0 !important;
  width: 100%;
}
.faq__title > button {
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  font-weight: inherit;
  line-height: inherit;
}
.faq__title > button > svg {
  flex: none;
  fill: var(--onderzoek-color);
}
.faq__title > button[aria-expanded=true] svg {
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.faq__title[aria-expanded=true] svg {
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.faq__item {
  padding-bottom: 0.5rem;
  border: 1px solid #D0D2D3;
  background: white;
  padding: 0.75rem 1.25rem;
  border-radius: 0.625rem;
  margin: 1.25rem 0;
}
.faq__item a {
  color: var(--main-color);
  font-weight: 700;
}

.down-arrow {
  background-image: url(/images/svg/down-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 30px;
  height: 36px;
  display: block;
  margin: auto;
}

.map_venue {
  display: block;
  height: 750px;
  width: 100%;
  background-color: #ddd;
  top: -9em;
  margin-bottom: -6em;
}
@media (max-width: 768px) {
  .map_venue {
    height: 600px;
  }
}

.infoWindowHidden {
  display: none;
}

.gm-fullscreen-control {
  top: 60px !important;
}
@media (max-width: 991px) {
  .gm-fullscreen-control {
    top: 90px !important;
  }
}

.gm-style-mtc {
  margin-top: 150px;
}
@media (max-width: 991px) {
  .gm-style-mtc {
    margin-top: 90px !important;
  }
}
@media (max-width: 575px) {
  .gm-style-mtc {
    margin-top: 66px !important;
  }
}

.gm-bundled-control-on-bottom {
  bottom: 500px !important;
}
@media (max-width: 991px) {
  .gm-bundled-control-on-bottom {
    bottom: 400px !important;
  }
}
@media (max-width: 575px) {
  .gm-bundled-control-on-bottom {
    bottom: 200px !important;
  }
}

.gm-style .gm-style-iw {
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  min-width: 200px !important;
  max-width: 250px !important;
}
.gm-style .gm-style-iw h3 {
  font-size: 24px;
  color: #1F5FBF;
  margin: 5px 0px;
}
.gm-style .gm-style-iw .i-marker-content {
  margin: 0.5rem 0;
}
.gm-style .gm-style-iw p {
  margin: 0 0 0;
}
.gm-style .gm-style-iw .gm-ui-hover-effect {
  right: 0 !important;
  top: 0 !important;
}
.gm-style .gm-style-iw img {
  float: right;
  margin: 0;
  width: 60%;
}
.gm-style .gm-style-iw .map-date {
  font-weight: 600;
  font-size: 0.875rem;
}
.gm-style .gm-style-iw a {
  color: #1F5FBF;
  float: right;
  font-size: 16px;
  margin: 14px 0 4px;
}

.iwContent {
  width: 400px;
}

.borstkanker .gm-style .gm-style-iw h3, .borstkanker .gm-style .gm-style-iw a {
  color: #FFAA30;
}

.baarmoederhalskanker .gm-style .gm-style-iw h3, .baarmoederhalskanker .gm-style .gm-style-iw a {
  color: #D3007E;
}

.darmkanker .gm-style .gm-style-iw h3, .darmkanker .gm-style .gm-style-iw a {
  color: #44195E;
}

.gmnoprint {
  /*[aria-label] {
      margin-top: 100px;
  }*/
}

.surveyModal {
  color: var(--black);
  line-height: 1.6;
}
.surveyModal__content {
  padding: 1.5rem 1rem;
}
.surveyModal__content a {
  color: var(--black);
}
.surveyModal__content .umbraco-forms-label {
  width: 100%;
}
.surveyModal__content textarea {
  height: 3rem;
  padding: 0.5rem;
  width: calc(100% - 1rem);
}
.surveyModal__content .btn {
  background: var(--main-color);
  border-radius: 1.375rem;
  padding: 0.75em 1.5em;
  color: white;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.5rem auto;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  border: none;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  bottom: 0;
  width: max-content;
  font-size: 1.125rem;
}
.surveyModal__content .btn:hover, .surveyModal__content .btn:focus {
  color: white;
  text-decoration: none;
  background: var(--main-light);
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.3);
  bottom: 0.0625rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.surveyModal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
}
.surveyModal__header > h1 {
  font-size: 1.25rem;
  font-weight: 500;
}
.surveyModal__header > button {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.surveyModal__header > button:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  opacity: 1;
}
.surveyModal__body {
  padding: 0;
}

.smiley {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
}
.smiley > input {
  height: 0 !important;
  position: absolute;
}
.smiley > input:checked + label svg {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  transform: scale(1.1);
  bottom: 0.5rem;
}
.smiley__type {
  cursor: pointer;
  --fill-color: var(--black);
}
.smiley__type > svg {
  fill: var(--fill-color);
  transform: scale(1);
  opacity: 0.3;
  position: relative;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.smiley__type > svg:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  bottom: 0.5rem;
  opacity: 1;
}
.smiley__type--happy {
  --fill-color: #2ecc71;
}
.smiley__type--neutral {
  --fill-color: #f1c40f;
}
.smiley__type--sad {
  --fill-color: #e74c3c;
}

.c-tooltip {
  color: var(--black);
  cursor: pointer;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}

.over-ons--item {
  --img-size: 150px;
  width: var(--img-size);
  display: inline-table;
  margin: 0 0 3rem;
}
@media (max-width: 413px) {
  .over-ons--item {
    width: 100%;
    padding: 0 5rem;
  }
}
.over-ons--item:not(:last-child) {
  margin-right: 3rem;
}
.over-ons--item > img {
  width: var(--img-size);
  height: var(--img-size);
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1.5rem;
}
.over-ons--item__name {
  text-align: center;
  font-size: 0.8em;
}

.vragenlijst-body {
  max-width: 600px;
  margin: auto;
  height: 0;
  display: flex;
}

.vragenlijst {
  height: 0;
  opacity: 0;
  display: inline-block;
  top: 84px;
  position: fixed;
  padding: 24px 20px;
}
@media (max-width: 575px) {
  .vragenlijst {
    position: absolute;
  }
}
.vragenlijst.vragenlijst-bar {
  top: 84px;
  width: 600px;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  min-height: 90px !important;
  background: #D3007E;
  z-index: 1000;
  display: inline-table;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
}
@media (max-width: 575px) {
  .vragenlijst.vragenlijst-bar {
    width: 100%;
    display: inline-table;
  }
}
@media (max-width: 575px) {
  .vragenlijst.vragenlijst-bar {
    padding: 36px 20px 10px;
    border-radius: 0;
  }
}
.vragenlijst.vragenlijst-bar .vragenlijst-bar--text {
  font-size: 1rem;
  color: white;
  line-height: 1.5;
  text-align: center;
  width: 95%;
}
@media (max-width: 575px) {
  .vragenlijst.vragenlijst-bar .vragenlijst-bar--text {
    width: 100%;
  }
}
.vragenlijst.vragenlijst-bar .vragenlijst-bar--text a {
  text-decoration: underline;
}
.vragenlijst.vragenlijst-bar .vragenlijst-bar--text p {
  margin: 0 0 6px 0;
}
.vragenlijst.vragenlijst-bar .vragenlijst-bar--close {
  font-size: 1.75rem;
  float: right;
  color: white;
  font-weight: 400;
  position: absolute;
  top: 6px;
  right: 20px;
  cursor: pointer;
}
.vragenlijst.vragenlijst-bar .vragenlijst-bar--close i:hover {
  font-weight: 700;
  position: relative;
  bottom: 1px;
  text-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
.vragenlijst.bottom {
  top: auto;
  bottom: 0;
  opacity: 1 !important;
  border-radius: 10px 10px 0 0;
}

.checkbox-cb:checked + .vragenlijst-bar {
  min-height: 0;
  opacity: 0;
}

.YesNo .btn {
  display: inline-block !important;
  opacity: 30%;
}
.YesNo .btn:hover {
  opacity: 100%;
}
.YesNo input {
  height: 0 !important;
  position: absolute;
  cursor: pointer;
}

.search-bar {
  margin: 24px 0 10px;
}
.search-bar--result {
  border-bottom: 1px solid #767676;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #767676;
  margin-bottom: 54px;
  line-height: 2.4;
}
.search-bar--result__total {
  color: #1F5FBF;
  margin: 0 2px;
  font-weight: 500;
}
.search-bar--input {
  height: 34px; /*ie fIX dependency*/
  width: 100%;
  border: none;
  padding-left: 14px; /*ie FIX*/
  font-size: 1.25rem;
}
.search-bar--input::-webkit-input-placeholder {
  color: #767676;
  font-weight: 300;
}

.search-bar--input:-moz-placeholder {
  color: #767676;
  font-weight: 300;
}

.search-bar--input::-moz-placeholder {
  color: #767676;
  font-weight: 300;
}

.search-bar--input:-ms-input-placeholder {
  color: #767676;
  font-weight: 300;
}

.search-bar--input__btn {
  background: url(/images/svg/zoek.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  float: right;
  position: relative;
  bottom: 32px;
  right: 12px;
  cursor: pointer;
  border: none;
  width: 20px;
  height: 20px;
}
.search-bar.home {
  float: right;
  min-width: 360px;
  margin: 2px 0;
}

.zoekresultaten__text {
  color: var(--black);
}
.zoekresultaten__text strong {
  color: var(--main-color);
}
.zoekresultaten__form {
  position: relative;
  width: 100%;
  height: 3rem;
  margin: 2rem 0 5rem;
  padding: 0 1rem;
}
.zoekresultaten__form > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--gray-input);
  box-shadow: none;
  color: var(--main-color);
  padding: 0 4rem 0 1rem;
}
.zoekresultaten__form > button {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  border: none;
  background-color: transparent;
}
.zoekresultaten__item {
  display: block;
  min-height: 3rem;
  box-shadow: 0 6px 6px -6px rgba(128, 128, 128, 0.2);
  margin-bottom: 2rem;
  padding: 1rem 1rem 3rem;
  text-decoration: none;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.zoekresultaten__item:hover {
  transform: scale(1.01);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: 0 10px 6px -6px rgba(128, 128, 128, 0.4);
}
.zoekresultaten__item h3 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: underline;
  color: var(--black);
}
.zoekresultaten__item p {
  max-width: 95%;
  margin: 0.5rem 0;
}

.ezsearch-pager {
  text-align: center;
}

.quote__body > blockquote::after, .quote__body > blockquote::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 3.3125rem;
  height: 3.75rem;
}
@media (max-width: 768px) {
  .quote__body > blockquote::after, .quote__body > blockquote::before {
    transform: scale(0.75);
  }
}

.quote {
  display: flex;
  align-items: center;
  gap: 8rem;
  max-width: 40rem;
  position: relative;
  margin: 3rem auto;
  padding: 2rem 0rem;
}
@media (max-width: 991px) {
  .quote {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .quote {
    width: 97%;
    margin: 2rem auto;
  }
}
.quote__body {
  display: grid;
}
@media (max-width: 768px) {
  .quote__body {
    gap: 2rem;
  }
}
.quote__body > * {
  text-align: center;
  margin: 0;
}
.quote__body > cite {
  font-size: 1.125rem;
}
.quote__body > blockquote {
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
}
@media (max-width: 768px) {
  .quote__body > blockquote {
    font-size: 1.5rem;
  }
}
.quote__body > blockquote::before {
  background: url(/images/svg/quote-open.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  top: -2rem;
  left: -4.5rem;
  background-size: contain;
}
@media (max-width: 768px) {
  .quote__body > blockquote::before {
    top: -3rem;
    left: 0;
  }
}
.quote__body > blockquote::after {
  background: url(/images/svg/quote-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  bottom: -1rem;
  right: -4.5rem;
  background-size: contain;
}
@media (max-width: 768px) {
  .quote__body > blockquote::after {
    right: 0;
    bottom: -3rem;
  }
}
.quote__body > blockquote.baarmoederhalskanker::before, .quote__body > blockquote.baarmoederhalskanker::after {
  filter: invert(13%) sepia(65%) saturate(5268%) hue-rotate(312deg) brightness(104%) contrast(112%);
}
.quote__body > blockquote.darmkanker::before, .quote__body > blockquote.darmkanker::after {
  filter: invert(11%) sepia(49%) saturate(3168%) hue-rotate(262deg) brightness(95%) contrast(97%);
}
.quote__body > blockquote.borstkanker::before, .quote__body > blockquote.borstkanker::after {
  filter: invert(67%) sepia(77%) saturate(911%) hue-rotate(336deg) brightness(106%) contrast(101%);
}
.quote > picture {
  width: 196px;
  display: none;
}
.quote > picture img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.blob-header {
  --shadow-left: rem(-4);
  --shadow-bottom: rem(4);
  -webkit-filter: drop-shadow(var(--shadow-left) var(--shadow-bottom) 0 var(--onderzoek-color));
  filter: drop-shadow(-4px 4px 0 var(--onderzoek-color));
  z-index: -1;
  position: absolute;
}
@media (max-width: 768px) {
  .blob-header {
    position: relative;
  }
}
.blob-header--borst {
  height: 40.0625rem;
  right: -15.8125rem;
  top: 5.25rem;
}
@media (max-width: 768px) {
  .blob-header--borst {
    width: 80%;
    height: 100%;
    top: 0;
    left: 20%;
    right: auto;
    margin-bottom: -10%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .blob-header--borst {
    height: 15rem;
    top: 5.25rem;
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blob-header--borst {
    height: 28.125rem;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .blob-header--borst {
    height: 31.25rem;
  }
}
.blob-header--baarmoederhals {
  height: 36.875rem;
  left: 42.125rem;
  top: 5.25rem;
  /*    @include respond-between(md,lg) {
          display: none;
      }*/
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .blob-header--baarmoederhals {
    height: 34.5rem;
    left: 31.25rem;
    top: 4.8125rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blob-header--baarmoederhals {
    height: 32rem;
    top: 5.25rem;
    left: auto;
    right: -34rem;
  }
}
@media (max-width: 991px) {
  .blob-header--baarmoederhals {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    margin-bottom: -10%;
    position: relative;
  }
}
.blob-header--darm {
  -webkit-filter: drop-shadow(var(--shadow-left) var(--shadow-bottom) 0 var(--onderzoek-color));
  filter: drop-shadow(0px 10px 0 var(--onderzoek-color));
  height: 35rem;
  left: 40rem;
  top: 5rem;
}
@media (min-width: 1281px) and (max-width: 1439px) {
  .blob-header--darm {
    height: 32.5rem;
    left: 35rem;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .blob-header--darm {
    left: 30rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blob-header--darm {
    height: 20rem;
    left: 32rem;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .blob-header--darm {
    height: 15rem;
    left: 28rem;
  }
}
@media (max-width: 768px) {
  .blob-header--darm {
    width: 80%;
    height: auto;
    top: 0;
    left: 20%;
    right: auto;
    margin-bottom: -10%;
  }
}
.blob-header--prof {
  -webkit-filter: drop-shadow(var(--shadow-left) var(--shadow-bottom) 0 var(--onderzoek-color));
  filter: drop-shadow(0px 10px 0 var(--onderzoek-color));
  height: 28.125rem;
  left: 40.5rem;
  top: 4.9375rem;
}
@media (min-width: 992px) and (max-width: 1439px) {
  .blob-header--prof {
    height: 25rem;
    left: 31.25rem;
    top: 5rem;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .blob-header--prof {
    height: 14.375rem;
    top: 0;
    left: 28.125rem;
  }
}
@media (max-width: 768px) {
  .blob-header--prof {
    width: 80%;
    height: auto;
    top: 0;
    left: 20%;
    right: auto;
    margin-bottom: -10%;
  }
}
.blob-header--detail {
  -webkit-filter: drop-shadow(var(--shadow-left) var(--shadow-bottom) 0 var(--onderzoek-color));
  filter: drop-shadow(0px 10px 0 var(--onderzoek-color));
  width: 50rem;
  height: auto;
  position: absolute;
  right: -2rem;
  top: 5rem;
  z-index: -1;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .blob-header--detail {
    width: 47rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blob-header--detail {
    width: 34.375rem;
  }
}
@media (max-width: 991px) {
  .blob-header--detail {
    width: 100%;
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    margin-bottom: -10%;
  }
}

.blob-header-detail-img {
  height: 400px;
  width: auto;
}

.blob-2-img {
  height: 514px;
  width: auto;
}

.blob-header-borst-img {
  height: 642px;
  width: auto;
}

.blob-header-baarmoederhals-img {
  height: 590px;
  width: auto;
}

.blob-header-darm-img {
  height: 590px;
  width: auto;
}

.blob-header-prof-img {
  height: 758px;
  width: auto;
}

.blob-2 {
  height: 677px;
}

.blob-2-img {
  height: 677px;
  width: auto;
}

@media only screen and (min-width: 1224px) {
  .kaart-svg {
    width: 87%;
    margin: auto;
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .kaart-svg {
    height: 766px;
  }
}

/*0-plugins*/
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
  font-size: 16px;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  /*    border-top-left-radius: 0;
  border-top-right-radius: 0;*/
  border-radius: 0 0 27px 27px;
  overflow: hidden;
  padding: 0 0 1.5rem 1rem;
  top: -4px;
  border-top: none;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
  position: relative;
  right: 4px;
  width: 97%;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
  font-size: 16px;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  /*    border-top-left-radius: 0;
  border-top-right-radius: 0;*/
  border-radius: 0 0 27px 27px;
  overflow: hidden;
  padding: 0 0 1.5rem 1rem;
  top: -4px;
  border-top: none;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
  position: relative;
  right: 4px;
  width: 97%;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 50px;
  /* width: 144px; */
  border: 1px solid #767676;
  border-radius: 27.5px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
  font-size: 24px;
  position: absolute;
  bottom: 19px;
  right: 0;
  color: #1F5FBF;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  display: none;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #1F5FBF;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: rgb(246.5, 246.5, 246.5);
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
  height: 50px;
  border: 1px solid #767676;
  border-radius: 27.5px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.05);
  PADDING: 1REM;
  width: 100%;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*# sourceMappingURL=bvo.css.map */
