/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/sass/main.scss ***!
  \*********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/tiny-slider/dist/tiny-slider.css ***!
  \*****************************************************************************************************************************/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/sass/main.scss (1) ***!
  \*************************************************************************************************************************************************************************/
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  outline: 0;
  padding: 0;
  cursor: pointer; }

figure {
  margin: 0; }

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0; }

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit; }

p {
  margin: 0; }

cite {
  font-style: normal; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0; }

body {
  background-color: #dfe7ec;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400; }

#uitvaart {
  background-color: #fff;
  box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.12);
  margin: 0 auto;
  max-width: 1280px;
  min-height: 100vh;
  width: 100%; }
  #uitvaart.fullwidth {
    margin: 0;
    max-width: none; }
    #uitvaart.fullwidth > header, #uitvaart.fullwidth > nav, #uitvaart.fullwidth > main, #uitvaart.fullwidth > footer {
      padding-left: calc(50vw - 616px);
      padding-right: calc(50vw - 616px); }
  #uitvaart p.intro {
    line-height: 1.5rem;
    padding-bottom: 1.5rem;
    padding-top: .75rem; }
    #uitvaart p.intro a {
      color: #298ace;
      font-weight: 600;
      transition: color .3s;
      white-space: nowrap; }
      #uitvaart p.intro a:active, #uitvaart p.intro a:focus, #uitvaart p.intro a:hover {
        color: #f37700; }

img {
  max-width: 100%; }
  img.thumb {
    max-width: 10rem; }

a:hover {
  text-decoration: underline; }

a[href^="tel:"] {
  white-space: nowrap; }

b {
  white-space: nowrap; }

figure.left {
  display: inline-block;
  float: left;
  padding: 0 1rem 1rem 0; }

figure.right {
  display: inline-block;
  float: right;
  padding: 0 0 1rem 1rem; }

@media (min-width: 768px) {
  figure.third {
    max-width: 33%; } }

.clear {
  clear: both !important; }

.u-sr-only {
  display: none !important; }

.u-back {
  color: #298ace;
  display: inline-block;
  font-weight: 500;
  margin-top: .25rem;
  transition: color .4s; }
  .u-back:active, .u-back:focus, .u-back:hover {
    color: #333;
    text-decoration: none; }
  .u-back::before {
    content: "< "; }

.u-more {
  font-weight: 600; }
  .u-more::after {
    content: " >"; }

.u-invisible {
  opacity: 0 !important; }

.u-lower {
  margin-top: 3rem !important; }

.u-nobr {
  white-space: nowrap !important; }

@media (min-width: 992px) {
  .u-desktop-hide {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-tablet-hide {
    display: none !important; } }

@media (max-width: 767px) {
  .u-mobile-hide {
    display: none !important; } }

@media (max-width: 991px) {
  .u-desktop-only {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .u-md-hide {
    display: none !important; } }

@media (max-width: 767px) {
  .u-md-only {
    display: none !important; } }

@media (min-width: 992px) {
  .u-md-only {
    display: none !important; } }

@media (min-width: 768px) {
  .u-mobile-only {
    display: none !important; } }

@media (max-width: 767px) {
  .u-mobile-reverse {
    display: flex !important;
    flex-direction: column-reverse !important; } }

.u-aspect-16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%; }

a.u-nolink {
  color: #000 !important; }
  a.u-nolink:active, a.u-nolink:focus, a.u-nolink:hover {
    color: #000 !important;
    text-decoration: none !important; }

.u-expandable {
  display: none;
  padding-top: 2rem; }
  .u-expandable.expanded {
    display: block; }

.expandhide.active {
  display: none; }

.u-m-topleft {
  grid-column: 1;
  grid-row: 1; }

.bigmaps {
  color: #298ace;
  float: right;
  font-size: .875rem;
  transition: color .3s; }
  .bigmaps:active, .bigmaps:focus, .bigmaps:hover {
    color: #f37700; }

.attention {
  background-image: url(assets/certificate.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: .75rem auto;
  display: inline-block;
  font-weight: 600;
  padding-right: 1rem; }

.u-reviewlink {
  background-image: url(assets/5stars.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 4.75rem auto;
  color: #6b8ca3;
  display: inline=block;
  font-size: 1rem !important;
  font-weight: 600;
  padding-right: 5.25rem;
  text-decoration: none !important; }
  .u-reviewlink::after {
    display: none !important; }

#uitvaart > footer {
  background-image: linear-gradient(to bottom, #86a3b8, #95b5cd 2rem, #405769);
  color: #b4c9d9;
  padding: 2rem 0; }
  @media (max-width: 767px) {
    #uitvaart > footer {
      text-align: center; } }
  #uitvaart > footer a {
    color: #fff; }

#uitvaart > header {
  background-color: #fff;
  background-image: url(assets/colorbar.png);
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  grid-template-rows: 2rem auto;
  grid-gap: 0;
  padding: 0 2rem 2rem; }
  #uitvaart > header .header__premenu {
    grid-column: 1 / -1;
    text-align: right;
    padding-right: 26.5rem; }
  #uitvaart > header .header__logo {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 16rem auto; }
  #uitvaart > header .header__button {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    #uitvaart > header .header__button a {
      background-color: #eff4f6;
      border: 1px solid #dfe7ec;
      border-radius: .375rem;
      color: #6b8ca3;
      font-size: 1rem;
      font-weight: 600;
      height: 3.5rem;
      line-height: 1.375rem;
      padding: .25rem .75rem;
      position: relative;
      top: .375rem; }
      #uitvaart > header .header__button a span {
        color: #666;
        display: block; }
        #uitvaart > header .header__button a span::after {
          animation: flickerball 1s linear 0s infinite;
          background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.75) 0%, #00da03 50%);
          border-radius: 50%;
          content: "";
          display: inline-block;
          height: .75rem;
          margin-left: .5rem;
          width: .75rem; }
      #uitvaart > header .header__button a:hover span {
        text-decoration: underline; }
    #uitvaart > header .header__button.header__button--reviews a {
      background-image: url(assets/5stars.png);
      background-position: center 2rem;
      background-repeat: no-repeat;
      background-size: 4.75rem auto; }
    #uitvaart > header .header__button.header__button--phone a {
      left: -.625rem; }
  @media (max-width: 1199px) {
    #uitvaart > header {
      grid-template-columns: auto 200px 200px;
      grid-template-rows: 1fr; }
      #uitvaart > header .header__premenu {
        display: none; }
      #uitvaart > header .header__logo {
        grid-template-columns: 15rem auto; }
      #uitvaart > header .header__search {
        display: none; } }
  @media (max-width: 991px) {
    #uitvaart > header .header__logo .e-logo::after {
      display: none; }
    #uitvaart > header .header__payoff {
      display: none; } }
  @media (max-width: 767px) {
    #uitvaart > header {
      background-position: calc(100% - 2rem) top, center;
      background-size: 12.5rem auto, auto;
      display: block;
      height: 7.5rem;
      padding-bottom: 1.5rem; }
      #uitvaart > header .header__logo {
        align-items: flex-end;
        display: flex;
        flex-direction: row;
        height: 4rem;
        justify-content: space-between; }
        #uitvaart > header .header__logo img {
          height: 3.5rem;
          position: relative;
          top: .25rem;
          width: auto; }
        #uitvaart > header .header__logo a {
          padding-top: .75rem;
          padding-right: 0; }
      #uitvaart > header .header__payoff {
        display: block;
        font-weight: 400; }
      #uitvaart > header .header__button.header__button--reviews {
        display: none; }
      #uitvaart > header .header__button.header__button--phone {
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 1rem; }
        #uitvaart > header .header__button.header__button--phone a {
          background-color: transparent;
          border: none;
          font-size: .875rem;
          font-weight: 400;
          padding-right: 0;
          padding-top: .25rem;
          position: static;
          white-space: nowrap; }
          #uitvaart > header .header__button.header__button--phone a span {
            display: inline-block;
            font-weight: 600; } }

#uitvaart > main {
  background-image: url(assets/colorbar.png), linear-gradient(to bottom, #fff, #eff4f6 5rem);
  background-position: center bottom, top center;
  background-repeat: no-repeat, repeat;
  background-size: calc(100% - 4rem) auto, 100%;
  min-height: calc(100vh - 24.75rem);
  padding: 0 1.875rem 1.875rem; }
  @media (min-width: 768px) {
    #uitvaart > main {
      background-position: right bottom, top center;
      background-size: auto, 100%;
      padding: 1.875rem 1.875rem 0; }
      #uitvaart > main.lower {
        padding-top: 2.625rem; } }
  #uitvaart > main.white {
    background-color: #fff;
    background-image: url(assets/colorbar.png), none; }
  #uitvaart > main > section, #uitvaart > main > section > section {
    grid-gap: 1.875rem;
    margin-bottom: 1.875rem; }
    #uitvaart > main > section:last-of-type, #uitvaart > main > section > section:last-of-type {
      border-bottom: 1.875rem solid transparent;
      margin-bottom: 0; }
    #uitvaart > main > section > aside.padded, #uitvaart > main > section > section > aside.padded {
      padding-top: 2.625rem; }
  #uitvaart > main#u-pagina {
    padding-top: 0; }
    #uitvaart > main#u-pagina .padded {
      padding-top: 3rem; }

#uitvaart > nav {
  background-image: linear-gradient(to bottom, #94a7b5, #000);
  color: #d7eaf8;
  height: 2.625rem;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    #uitvaart > nav {
      background-image: linear-gradient(to bottom, #94a7b5, #000 60%); } }
  @media (min-width: 768px) and (max-width: 991px) {
    #uitvaart > nav {
      display: flex;
      justify-content: space-between; } }

nav.offcanvas {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  display: block;
  height: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 8.375rem;
  transition: background-color .75s;
  width: 100vw;
  z-index: 1; }
  @media (min-width: 768px) {
    nav.offcanvas {
      top: 10.125rem; } }
  nav.offcanvas.expanded {
    background-color: rgba(0, 0, 0, 0.15);
    height: auto;
    overflow: auto; }

.l-1col {
  display: block; }

.l-1col-center {
  align-items: center;
  display: flex;
  justify-content: center; }

@media (min-width: 768px) {
  .l-2col {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 767px) {
  .l-m-2col {
    display: grid;
    grid-template-columns: 1fr 1fr; } }

@media (min-width: 768px) {
  .l-3col {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .l-3col.l-3col--masonry, .l-3col.l-3col--mason2 {
      column-count: 3;
      column-gap: 1.7rem;
      display: block; }
      .l-3col.l-3col--masonry > *, .l-3col.l-3col--mason2 > * {
        break-inside: avoid-column;
        margin-bottom: 1.7rem; }
    .l-3col.l-3col--mason2 {
      column-count: 2; } }

@media (min-width: 1200px) {
  .l-3col.l-3col--mason2 {
    column-count: 3; } }

@media (min-width: 768px) and (max-width: 991px) {
  .lt-3col {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important; }
    .lt-3col.lt-3col--masonry {
      column-count: 3 !important;
      column-gap: 1.7rem;
      display: block; }
      .lt-3col.lt-3col--masonry > * {
        break-inside: avoid-column;
        margin-bottom: 14.5rem; } }

@media (min-width: 768px) {
  .l-4col {
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
    .l-4col.l-4col--masonry {
      column-count: 4;
      column-gap: 2rem;
      display: block; }
      .l-4col.l-4col--masonry > * {
        break-inside: avoid-column;
        padding-bottom: 2rem; } }

@media (min-width: 768px) {
  .l-5col {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 2fr 2fr; }
    .l-5col.l-5col--masonry {
      column-count: 5;
      column-gap: 2rem;
      display: block; }
      .l-5col.l-5col--masonry > * {
        break-inside: avoid-column;
        padding-bottom: 2rem; }
    .l-5col.l-5col--footer {
      grid-template-columns: repeat(5, 1fr);
      padding: 0 1.875rem; } }

@media (min-width: 768px) {
  .l-3-6-3 {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr; } }

@media (min-width: 768px) {
  .l-3-9 {
    display: grid;
    grid-template-columns: 1fr 3fr; } }

.l-4-8 {
  display: grid;
  grid-template-columns: 1fr 2fr; }

@media (min-width: 768px) and (max-width: 991px) {
  .lt-4-8 {
    display: grid;
    grid-template-columns: 1fr 2fr; }
    .lt-4-8 .lt-4-8__shove {
      grid-column: 2; }
    .lt-4-8 .lt-4-8__half {
      width: 50%; }
    .lt-4-8 .lt-4-8__halves {
      display: grid;
      grid-gap: 2rem;
      grid-template-columns: 1fr 1fr; } }

.l-6-3-3 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; }

@media (min-width: 768px) {
  .l-8-4 {
    display: grid;
    grid-template-columns: 2fr 1fr; } }

@media (min-width: 768px) and (max-width: 991px) {
  .lt-8-4 {
    display: grid;
    grid-template-columns: 2fr 1fr; }
  .lt-8-4--alt {
    grid-template-columns: auto 14.5rem; } }

@media (min-width: 768px) {
  .l-9-3 {
    display: grid;
    grid-template-columns: 3fr 1fr; } }

@media (min-width: 768px) {
  .l-lr {
    align-items: center;
    display: flex;
    justify-content: space-between; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
    .l-lr {
      display: grid;
      grid-gap: 1rem;
      grid-template-columns: 1fr 3fr; } }

@media (min-width: 768px) {
  .l-x-400 {
    display: grid;
    grid-template-columns: auto 400px;
    padding: 0; } }

.l-flexbar {
  align-items: space-between;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.l-leftbar > *:first-child {
  grid-row: 1 / -1; }

.l-modal {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw; }
  .l-modal.l-modal--dark {
    background-color: #0008; }
  .l-modal.js-softmodal {
    display: none; }
    .l-modal.js-softmodal.l-modal--open {
      display: flex; }

.l-pushright > *:first-child {
  grid-column: 2; }

.l-topbar > *:first-child {
  grid-column: 1 / -1; }

.s-outset.s-altset h2 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding-bottom: 2rem; }

.s-outset.s-altset .left {
  padding-bottom: 3rem; }

@media (min-width: 768px) {
  .s-outset.s-altset {
    grid-columns: 3fr 2fr; } }

.s-blue {
  background-color: #e9f0f4; }
  .s-blue h2 {
    color: #666;
    font-size: 1.875rem;
    font-weight: 400;
    padding-bottom: .625rem; }
  .s-blue p {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding-bottom: 2rem; }
  .s-blue button, .s-blue .button {
    background-color: #6b8ca3;
    font-size: 1rem;
    font-weight: 600;
    padding: .75rem 1.75rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      .s-blue button, .s-blue .button {
        padding: .5rem 1.25rem; } }

.s-bottomline {
  border-bottom: 1px solid #b4c9d9;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.s-colorbar {
  background-image: url(assets/colorbar.png);
  background-position: 2rem top;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .s-colorbar {
      background-size: 15rem auto; } }

.s-heading {
  padding: 2rem 2rem 3rem; }
  .s-heading h1, .s-heading h2 {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 2.5rem auto;
    color: #333;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    padding-right: 3rem; }
    @media (min-width: 768px) {
      .s-heading h1, .s-heading h2 {
        background-size: contain;
        line-height: 3rem; } }
  .s-heading.s-heading--condensed {
    padding: 2rem 0 1rem; }
    @media (min-width: 768px) {
      .s-heading.s-heading--condensed {
        padding-top: 0; } }
  .s-heading.s-heading--search h1 {
    display: block; }
  .s-heading.s-heading--search search {
    display: inline-block; }
  .s-heading.s-heading--large h1 {
    color: #333;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 2.5rem;
    padding-bottom: 1rem; }
  .s-heading.s-heading--large p {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.125rem; }

.s-main h2 {
  color: #6b8ca3;
  font-size: 1.875rem;
  font-weight: 300;
  padding: 0; }

@media (max-width: 767px) {
  .s-main search > h2 {
    border-top: 1px solid #c7dae6;
    padding-bottom: 1.5rem;
    padding-top: 2.5rem;
    margin-top: 2.25rem; } }

.s-outrounded {
  border: 1px solid #dfe7ec;
  border-radius: 0;
  border-right: 0;
  padding: 1.25rem; }
  @media (max-width: 767px) {
    .s-outrounded {
      margin-bottom: 1.5rem;
      padding-bottom: 2.5rem; } }
  .s-outrounded:first-child {
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem; }
  .s-outrounded:last-child {
    border-right: 1px solid #dfe7ec;
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem; }

.s-outset h2 {
  grid-column: 1 / -1; }

.s-outset .right {
  position: relative; }

@media (min-width: 768px) {
  .s-outset {
    display: grid;
    grid-template-columns: 1fr 1fr; }
    .s-outset img {
      bottom: -2rem;
      position: absolute;
      right: -1.25rem; } }

@media (max-width: 991px) {
  .s-outset {
    margin-bottom: 2rem; } }

@media (min-width: 768px) {
  .s-outset.s-outset--checklist {
    grid-template-columns: auto 32rem; }
    .s-outset.s-outset--checklist h2 {
      margin-right: -16rem; }
    .s-outset.s-outset--checklist p {
      line-height: 1.375rem; }
    .s-outset.s-outset--checklist .right img {
      bottom: -4.5rem;
      right: 0; } }

.s-padded {
  padding: 2rem !important; }

.s-rounded {
  border: 1px solid #dfe7ec;
  border-radius: .5rem;
  padding: 1.25rem; }
  @media (max-width: 767px) {
    .s-rounded {
      margin-bottom: 1.5rem;
      padding-bottom: 2.5rem; } }

img.s-rounded {
  padding: 0; }

.s-white {
  background-color: #fff; }

html .e-about {
  background-color: #eeeae2;
  background-image: url(assets/petervickie.png);
  background-position: 2.25rem bottom;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #dfe7ec;
  border-radius: .5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 1.5rem 1.5rem 13rem; }
  html .e-about h2 {
    color: #998860;
    font-size: 1.625rem;
    font-weight: 600;
    padding-bottom: 1rem;
    padding-top: 1.5rem; }
    @media (min-width: 768px) {
      html .e-about h2 {
        width: 50%; } }
  html .e-about p {
    padding-bottom: 2rem; }
    html .e-about p.e-about__signed {
      color: #998860;
      display: flex;
      font-size: 1rem;
      flex-direction: row;
      justify-content: flex-end;
      padding-bottom: 0; }
      html .e-about p.e-about__signed span {
        padding-right: 1rem; }

html .e-address .e-address__logo {
  margin-bottom: 3rem; }

html .e-address h3 {
  color: #6b8ca3;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem; }

html .e-address p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-bottom: 1.5rem; }

html .e-address a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  transition: color .3s; }
  html .e-address a:active, html .e-address a:focus, html .e-address a:hover {
    color: #f37700; }
  html .e-address a.button:active, html .e-address a.button:focus, html .e-address a.button:hover {
    color: #fff; }

html .e-address .e-address__maps {
  border: 1px solid #c7dae6;
  height: 0;
  margin-top: 4rem;
  padding-bottom: 100%;
  width: 100%; }

html .e-post .e-anchortable {
  display: block;
  grid-gap: .5rem 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0; }
  html .e-post .e-anchortable h3 {
    font-size: 1.25rem;
    font-weight: 400;
    padding-left: .5rem;
    padding-right: 0; }
  html .e-post .e-anchortable ul {
    list-style-type: disc;
    margin: 0;
    margin-left: 1.5rem;
    padding: 0; }
  html .e-post .e-anchortable li {
    margin: 0;
    padding: 0; }
  @media (min-width: 768px) {
    html .e-post .e-anchortable {
      display: grid; } }

html .e-attention {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #fff6, #fff0), url(https://www.uitvaart.nl/popupbg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #fff;
  box-shadow: 0px 0px 16px 2px #0008;
  color: #333;
  height: auto;
  min-height: 20rem;
  max-height: calc(100vh - 3rem);
  max-width: calc(100vw - 3rem);
  padding: 2rem;
  width: 60rem; }
  html .e-attention h2 {
    font-size: 1.75rem;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 25rem; }
  html .e-attention a.yes {
    background-color: #fff;
    border: 1px solid #333;
    color: #298ace;
    display: block;
    font-size: 2rem;
    margin: 2rem auto;
    max-width: 100%;
    padding: 1rem 2.5rem;
    text-align: center;
    text-decoration: none;
    transition: color .3s, background-color .3s;
    width: 25rem; }
    html .e-attention a.yes em {
      font-style: normal; }
      @media (max-width: 767px) {
        html .e-attention a.yes em {
          display: block;
          text-align: center; } }
    html .e-attention a.yes span {
      color: #333;
      display: block;
      font-size: 1.25rem;
      padding-top: .5rem; }
    html .e-attention a.yes:active, html .e-attention a.yes:focus, html .e-attention a.yes:hover {
      background-color: #d7eaf8;
      color: #333;
      text-decoration: none; }
  html .e-attention a.no {
    color: #fff;
    display: block;
    font-size: 1.5rem;
    margin: 1.5rem auto;
    max-width: 100%;
    text-align: center;
    text-shadow: 2px 2px #333;
    width: 25rem; }
    html .e-attention a.no::after {
      content: " >"; }

html .e-banner {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 18rem; }
  html .e-banner h2 {
    color: #618aa8;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.625rem;
    padding: .5rem 0;
    text-align: center; }
    html .e-banner h2 span {
      display: block; }
  html .e-banner p {
    font-size: 1.3125rem;
    font-weight: 300;
    line-height: 1.75rem;
    text-align: center;
    padding-bottom: 1.75rem; }
  html .e-banner a.button {
    color: #fff;
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    padding: .75rem 0 1rem;
    text-align: center;
    margin-bottom: 1.25rem; }
  html .e-banner a {
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    text-align: left; }
    html .e-banner a span {
      display: block;
      font-size: .875rem;
      font-weight: 500;
      padding-top: .5rem; }
  html .e-banner .e-banner__centered {
    display: flex;
    justify-content: center;
    padding-top: 1.5rem; }
  html .e-banner.e-banner--lower {
    margin-top: 2.5rem; }

html .e-breadcrumbs {
  color: #666;
  display: flex;
  justify-content: flex-start;
  font-size: .75rem;
  padding: 3rem 0 2rem; }
  html .e-breadcrumbs ul {
    padding-left: .25rem; }
  html .e-breadcrumbs li {
    display: inline-block; }
    html .e-breadcrumbs li::after {
      content: " / "; }
    html .e-breadcrumbs li:last-of-type::after {
      content: ""; }
  html .e-breadcrumbs a, html .e-breadcrumbs span {
    text-transform: lowercase; }
  html .e-breadcrumbs a {
    color: #298ace;
    transition: color .3s; }
    html .e-breadcrumbs a:hover {
      color: #f37700; }
  @media (max-width: 767px) {
    html .e-breadcrumbs {
      display: block; }
      html .e-breadcrumbs h2 {
        display: inline; }
      html .e-breadcrumbs ul {
        display: inline; }
      html .e-breadcrumbs li {
        display: inline; } }

html button, html .button {
  background-color: #f37700;
  border-radius: .5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: .5rem 1rem; }
  html button::after, html .button::after {
    content: " >";
    display: inline; }
  html button:hover, html .button:hover {
    text-decoration: none; }
  html button.button--full, html .button.button--full {
    display: block;
    text-align: center; }
  html button.button--more, html .button.button--more {
    background-color: #6b8ca3;
    position: relative;
    top: -1rem; }
  html button.button--fixed, html .button.button--fixed {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    line-height: 1.5rem;
    padding: .875rem 1.5rem .875rem 1rem;
    position: fixed;
    right: 0;
    top: calc(50% - 3rem); }
    html button.button--fixed span, html .button.button--fixed span {
      color: #333;
      font-size: .875rem;
      font-weight: 500; }
    html button.button--fixed::after, html .button.button--fixed::after {
      display: none; }
    @media (max-width: 767px) {
      html button.button--fixed, html .button.button--fixed {
        display: none; } }
  html button.button--pdf, html .button.button--pdf {
    background-image: url(assets/pdf.svg);
    background-position: .875rem center;
    background-repeat: no-repeat;
    background-size: 1em;
    padding-left: 2.25rem; }
    html button.button--pdf::after, html .button.button--pdf::after {
      display: none; }
  @media (max-width: 767px) {
    html button::after, html .button::after {
      float: right; }
    html button.button--m-lower, html .button.button--m-lower {
      margin-top: 1rem; } }
  html button.button--orange, html .button.button--orange {
    background-color: #f37700 !important;
    color: #fff !important; }

@media (max-width: 767px) {
  html .button--m-expand {
    background-image: url(assets/arrow-down--blue.svg);
    background-position: 2.875rem center;
    background-repeat: no-repeat;
    background-size: auto 1.25rem;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    height: 3rem;
    line-height: 3rem;
    margin: 0 -1.875rem;
    padding: 0 1.875rem 0 4.625rem;
    border-bottom: 1px solid #c7dae6; }
    html .button--m-expand.active {
      background-image: url(assets/times--blue.svg); }
  html #uv-experts .button {
    margin-bottom: 1.5rem; } }

html .e-call {
  align-items: flex-start;
  color: #6b8ca3;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 600;
  gap: .125rem;
  justify-content: flex-end; }
  @media (min-width: 768px) and (max-width: 991px) {
    html .e-call {
      margin-left: auto; } }
  @media (max-width: 767px) {
    html .e-call {
      align-items: flex-end;
      margin-top: .5rem;
      justify-content: flex-end; } }
  html .e-call span {
    display: block; }
  html .e-call a {
    color: #298ace;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: .1px;
    padding-left: .375rem; }
    html .e-call a:hover {
      text-decoration: none; }
    html .e-call a::after {
      animation: flickerball 1s linear 0s infinite;
      background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.75) 0%, #00da03 50%);
      border-radius: 50%;
      content: "";
      display: inline-block;
      height: .75rem;
      margin-left: .5rem;
      width: .75rem; }
    @media (min-width: 768px) {
      html .e-call a {
        color: #666;
        font-size: 1.125rem;
        padding-left: .125rem; } }

@keyframes flickerball {
  0% {
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.75) 0%, #00da03 50%); }
  25% {
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.75) 0%, #00da03 50%); }
  28% {
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.05) 0%, #009402 50%); }
  75% {
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.05) 0%, #009402 50%); }
  78% {
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.75) 0%, #00da03 50%); }
  100% {
    background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.75) 0%, #00da03 50%); } }

html .e-call--button {
  background-color: #419253;
  border: 0;
  border-radius: 50%;
  box-shadow: 2px 5px 5px 0px rgba(0, 0, 0, 0.1);
  bottom: 1.5rem;
  color: #fff;
  display: block;
  height: 3rem;
  padding: .75rem;
  position: fixed;
  right: 1.5rem;
  width: 3rem; }

html .e-card {
  padding: 0; }
  html .e-card img {
    border-radius: .25rem;
    margin: .75rem .75rem 0;
    max-width: calc(100% - 1.5rem);
    width: auto; }
  html .e-card h3 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1.5rem 1rem; }
  html .e-card p {
    padding: 0 1rem 1rem; }
    html .e-card p a {
      color: #298ace;
      white-space: nowrap; }
      html .e-card p a::after {
        content: ">"; }
  html .e-card address {
    background-image: url(assets/pin.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 1.5rem;
    color: #000;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    padding: 2rem .5rem 1rem; }

html .e-colofon {
  font-size: .75rem;
  padding-top: 3rem; }
  @media (min-width: 768px) {
    html .e-colofon {
      padding-top: 1.5rem; } }

html .e-column {
  padding-bottom: 3.5rem;
  position: relative; }
  html .e-column h2 {
    color: #333;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.3125rem;
    padding: .75rem 0 1.5rem; }
  html .e-column img {
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
      html .e-column img {
        border: 1px solid #c7dae6;
        border-radius: .5rem;
        max-height: 12rem;
        object-fit: cover;
        object-position: center center;
        width: 100%; } }
  html .e-column p {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125rem;
    padding-bottom: 1.3125rem; }
  html .e-column .button {
    bottom: 0;
    margin-bottom: 1.3125rem;
    position: absolute; }
  html .e-column.e-column--expert {
    margin-bottom: 1.125rem; }
    html .e-column.e-column--expert img {
      border-radius: .5rem;
      margin-bottom: 0; }
    html .e-column.e-column--expert h2 {
      color: #6b8ca3;
      font-size: 1rem;
      padding: 1rem 0 .75rem; }
    html .e-column.e-column--expert p {
      font-size: .875rem;
      line-height: 1.125rem; }
    html .e-column.e-column--expert a {
      color: #298ace; }

html .e-company {
  padding-bottom: 0; }
  @media (min-width: 768px) {
    html .e-company {
      padding-bottom: 2.5rem; } }
  html .e-company h1 {
    color: #333;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 2.5rem;
    padding-bottom: .75rem; }
    @media (max-width: 767px) {
      html .e-company h1 {
        hyphens: auto; } }
  html .e-company h2 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding-bottom: 2rem; }
  html .e-company h3 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.125rem;
    padding: 1.3125rem 0; }
  html .e-company p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125rem;
    padding-bottom: 1.3125rem; }
    html .e-company p a {
      color: #298ace;
      font-weight: 500;
      text-decoration: underline;
      transition: color .3s; }
      html .e-company p a:active, html .e-company p a:focus, html .e-company p a:hover {
        color: #f37700; }

@media (min-width: 768px) {
  html .e-expert {
    border-right: 1px solid #d9e1e7;
    margin-right: -1.5rem; } }

html .e-expert:last-of-type, html .e-expert.e-expert--last {
  border-right: 0; }

html .e-expert h2 {
  color: #333;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem;
  padding: 1rem 0 2rem; }

html .e-expert img {
  display: block;
  margin-left: 25%;
  width: 50%; }
  @media (min-width: 768px) {
    html .e-expert img {
      margin-left: 2rem;
      width: calc(100% - 4rem); } }

html .e-expert h3 {
  color: #6b8ca3;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.125rem;
  padding-top: 1rem;
  text-align: center; }
  @media (max-width: 767px) {
    html .e-expert h3 {
      padding-bottom: 2rem; } }
  html .e-expert h3 span {
    display: block;
    font-weight: 400; }

html .e-expert.e-expert--archive {
  border-right: 0;
  margin-right: 0; }
  html .e-expert.e-expert--archive img {
    border: 1px solid #dfe7ec;
    border-radius: .5rem;
    display: block;
    margin: 0;
    width: 100%; }
  html .e-expert.e-expert--archive h2 {
    padding: 0 0 1rem; }
  html .e-expert.e-expert--archive h3 {
    font-size: 1rem;
    line-height: 1.3125rem;
    padding-bottom: 1.3125rem;
    text-align: left; }
  html .e-expert.e-expert--archive p {
    font-weight: 400;
    padding-bottom: 1rem; }
  html .e-expert.e-expert--archive a.button {
    background-color: #f37700;
    display: block;
    margin-top: 1.375rem; }

html .e-faq h2 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 1.5rem; }

html .e-faq .e-faq__qa {
  background-color: #fff;
  border: 1px solid #dfe7ec;
  border-radius: .5rem; }
  html .e-faq .e-faq__qa details {
    border-bottom: 1px solid #dfe7ec;
    color: #333;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.5rem; }
    html .e-faq .e-faq__qa details:last-of-type {
      border-bottom: 0; }
    html .e-faq .e-faq__qa details summary {
      anchor-name: --summary;
      color: #998860;
      line-height: 1.5rem;
      position: relative; }
      @media (max-width: 767px) {
        html .e-faq .e-faq__qa details summary {
          padding-right: 2rem; } }
      html .e-faq .e-faq__qa details summary::marker {
        content: ""; }
      html .e-faq .e-faq__qa details summary::before, html .e-faq .e-faq__qa details summary::after {
        border-block-start: 3px solid #998860;
        content: "";
        height: 0;
        inset-block-start: 50%;
        inset-inline-end: 0;
        position: absolute;
        position-anchor: --summary;
        position-area: top end;
        width: 1rem; }
        @media (max-width: 767px) {
          html .e-faq .e-faq__qa details summary::before, html .e-faq .e-faq__qa details summary::after {
            top: .75rem; } }
      html .e-faq .e-faq__qa details summary::after {
        transform: rotate(90deg);
        transform-origin: 50%; }
    html .e-faq .e-faq__qa details[open] summary::after {
      transform: rotate(0deg); }
    html .e-faq .e-faq__qa details p {
      padding-top: 1rem; }
    html .e-faq .e-faq__qa details a {
      color: #f37700; }
      html .e-faq .e-faq__qa details a[href^="tel"] {
        font-weight: 600; }

html .e-form h2 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: .75rem; }

html .e-form .e-form--rules {
  color: #298ace;
  float: right;
  font-size: .875rem; }
  html .e-form .e-form--rules::after {
    content: " >"; }

html .e-form input[type="text"] {
  background-color: #fff;
  border: 1px solid #c7dae6;
  border-radius: .25rem;
  display: block;
  font-size: .875rem;
  margin-bottom: .75rem;
  padding: .25rem .75rem;
  width: 100%; }
  @media (min-width: 768px) {
    html .e-form input[type="text"] {
      width: 67%; } }

html .e-form textarea {
  background-color: #fff;
  border: 1px solid #c7dae6;
  border-radius: .25rem;
  display: block;
  font-size: .875rem;
  line-height: 1.125rem;
  margin-bottom: .75rem;
  padding: .25rem .75rem;
  resize: none;
  width: 100%;
  height: 8rem; }

html .e-form button {
  border-radius: .375rem;
  float: right;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: .5rem;
  padding: .5rem 1.5rem; }

html .e-form .e-form--note {
  color: #333;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1rem;
  margin-left: .5rem;
  position: relative;
  padding-left: .5rem;
  padding-top: .625rem;
  width: 50%; }
  html .e-form .e-form--note::before {
    content: "*";
    left: 0;
    position: absolute; }

html .e-harmonica {
  overflow-y: hidden;
  height: auto;
  max-height: 0;
  transition: max-height .5s; }
  html .e-harmonica.e-harmonica--expanded {
    max-height: 100vh; }
  html .e-harmonica.e-harmonica--maxless {
    max-height: none; }

html .e-harmonica__handle {
  background-image: url(assets/caret-down.svg);
  background-position: calc(100% - .5rem) 0.375rem;
  background-repeat: no-repeat;
  background-size: auto .375rem; }
  html .e-harmonica__handle.active {
    background-image: url(assets/caret-up.svg); }

html .e-icon {
  height: 1.25rem;
  object-fit: contain;
  object-position: center center;
  width: 1.25rem; }
  html .e-icon svg {
    fill: #6b8ca3; }

html .e-infotheque {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 7rem auto;
  cursor: pointer;
  position: relative;
  transition: background-color .3s; }
  html .e-infotheque:hover {
    background-color: #e9f0f4; }
  html .e-infotheque h2 {
    font-size: 1.3125rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-bottom: .25rem; }
  html .e-infotheque p {
    color: #000;
    line-height: 1.25rem;
    padding-right: 7rem; }
    html .e-infotheque p a {
      color: #298ace;
      transition: color .3s; }
      html .e-infotheque p a:hover {
        color: #f37700; }
  html .e-infotheque.e-infotheque--crematie {
    align-items: flex-end;
    background-image: url(assets/pakket/urn2.png);
    display: flex;
    min-height: 10rem; }
  html .e-infotheque.e-infotheque--begrafenis {
    align-items: flex-end;
    background-image: url(assets/pakket/steen2.png);
    background-size: auto 100%;
    display: flex;
    min-height: 10rem; }

html .e-inset {
  grid-row: span 2; }

html .e-intake {
  width: 100%; }

html .kh_wizard {
  background-color: #f8f9fa;
  display: grid;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  grid-template-columns: 4rem auto;
  padding: 2rem;
  max-width: 800px; }
  html .kh_wizard .question {
    font-size: 2rem; }
  html .kh_wizard .previous {
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    margin-right: .25rem; }
    html .kh_wizard .previous:hover {
      text-decoration: none; }
  html .kh_wizard .options {
    grid-column: 1/-1;
    list-style: none;
    margin: 2rem 2rem 1rem;
    min-width: 400px; }
  html .kh_wizard .option {
    background-color: #e9f0f4;
    border: 1px solid #298ace;
    color: #298ace;
    cursor: pointer;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
    transition: background-color .3s; }
    html .kh_wizard .option:hover {
      background-color: #fff; }
  html .kh_wizard .all-link {
    grid-column: 1/-1; }
    html .kh_wizard .all-link a {
      float: right;
      font-size: .875rem;
      opacity: .7; }
  @media (max-width: 767px) {
    html .kh_wizard {
      display: block; }
      html .kh_wizard .question {
        font-size: 1.5rem; }
      html .kh_wizard .options {
        padding: 0;
        width: 100%; } }

html body .kh_wizard .kh_wizard__result {
  display: block;
  grid-column: 1/-1; }
  html body .kh_wizard .kh_wizard__result .e-pakketten__pakket {
    display: none;
    margin: 0 auto;
    max-width: 390px;
    width: 100%; }
    html body .kh_wizard .kh_wizard__result .e-pakketten__pakket.e-pakketten__pakket--active {
      display: block; }

html .e-leader {
  grid-gap: 0 !important;
  margin-top: 2rem;
  padding: 0; }
  @media (min-width: 768px) {
    html .e-leader {
      margin-top: 0; } }
  html .e-leader h1 {
    color: #fff;
    font-size: 2.75rem;
    font-weight: 500;
    padding: 1.5rem 1.25rem 0;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      html .e-leader h1 {
        font-size: 3.75rem;
        font-weight: 500;
        padding: 1rem .75rem 2rem;
        text-align: left; } }
    html .e-leader h1 span {
      display: block;
      font-size: 1.375rem;
      padding-top: 1.5rem;
      white-space: nowrap; }
      @media (min-width: 768px) {
        html .e-leader h1 span {
          font-size: 2.375rem;
          line-height: 3.5rem;
          padding-top: 0; } }
  html .e-leader h2 {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
    padding: 3rem 0 1.5rem;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
    @media (min-width: 768px) {
      html .e-leader h2 {
        font-size: 2.375rem;
        line-height: 3.5rem;
        padding: 1rem .75rem 3rem;
        text-align: left; } }
  html .e-leader header {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    padding-bottom: 6rem; }
    @media (min-width: 768px) {
      html .e-leader header {
        padding: 2rem 3.25rem; } }
  html .e-leader article {
    padding: 2rem 2rem 0;
    text-align: left; }
    html .e-leader article h2 {
      color: #998860;
      font-size: 1.875rem;
      font-weight: 600;
      padding: 0 1.5rem 1rem;
      text-align: left;
      text-shadow: none; }
      @media (min-width: 768px) {
        html .e-leader article h2 {
          padding: 0 0 1rem; } }
    html .e-leader article p {
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 1.75rem;
      padding: 0 1.5rem 1.5rem; }
      @media (min-width: 768px) {
        html .e-leader article p {
          font-size: 1.25rem;
          font-weight: 400;
          padding: 0 2rem 1.625rem 0; } }
      html .e-leader article p:last-of-type {
        padding-bottom: 0; }
      html .e-leader article p.small {
        color: #333;
        font-size: .875rem;
        padding: .5rem 0 2rem;
        text-indent: .125rem; }
      html .e-leader article p a {
        color: #f37700;
        font-weight: 400;
        transition: color .3s; }
        html .e-leader article p a::after {
          content: " >"; }
        html .e-leader article p a:active, html .e-leader article p a:focus, html .e-leader article p a:hover {
          color: #998860; }
    @media (max-width: 767px) {
      html .e-leader article {
        padding: 2rem 0 1rem; } }
    @media (max-width: 767px) {
      html .e-leader article a.button {
        margin-left: 1.5rem; } }
    @media (max-width: 767px) {
      html .e-leader article p.small {
        margin-left: 1.5rem; } }
  html .e-leader a {
    color: #6b8ca3;
    font-weight: 600; }
    html .e-leader a:active, html .e-leader a:focus, html .e-leader a:hover {
      text-decoration: underline; }
    html .e-leader a.button {
      color: #fff;
      display: inline-block;
      font-size: 1.3125rem;
      margin: 0;
      padding: .75rem 1.75rem;
      background-image: none; }
  html .e-leader aside hr {
    background-color: transparent;
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
    margin: 0 1.5rem; }
  html .e-leader aside div {
    padding-bottom: 2rem;
    padding-top: 1rem; }
    @media (min-width: 768px) {
      html .e-leader aside div {
        border-left: 1px solid #dfe7ec;
        padding-top: 2.75rem; } }
  html .e-leader aside ul {
    padding: 2rem 1.5rem; }
    @media (min-width: 768px) {
      html .e-leader aside ul {
        margin-bottom: 2rem;
        padding: 0 2rem 1rem; } }
    html .e-leader aside ul li {
      color: #333;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.375rem;
      padding-bottom: .375rem; }
      @media (min-width: 768px) {
        html .e-leader aside ul li {
          line-height: 1.75rem; } }
  html .e-leader aside p {
    background-image: url(assets/icon-checklist.png);
    background-position: 1.5rem 2rem;
    background-repeat: no-repeat;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0 2rem;
    padding: 1.75rem 1rem 1.75rem 6rem;
    border: 2px dashed #ccc; }
    @media (min-width: 768px) {
      html .e-leader aside p {
        padding: 1.75rem 2rem 1.75rem 6rem;
        margin: 0 9rem 0rem 2rem; } }
    html .e-leader aside p a {
      color: #f37700;
      font-size: 1rem; }
  html .e-leader aside a {
    color: #6b8ca3;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: .5rem;
    text-decoration: underline; }
    html .e-leader aside a::after {
      content: ' >'; }
  html .e-leader .e-leader__more {
    margin-top: -10rem;
    padding: 2rem 0;
    text-align: center; }
    @media (min-width: 768px) {
      html .e-leader .e-leader__more {
        margin-top: -4rem; } }
    html .e-leader .e-leader__more a {
      color: #f37700;
      font-weight: 400;
      transition: color .3s; }
      html .e-leader .e-leader__more a::after {
        content: " >"; }
      html .e-leader .e-leader__more a:active, html .e-leader .e-leader__more a:focus, html .e-leader .e-leader__more a:hover {
        color: #998860; }

html .e-logo {
  display: block;
  padding: 1rem 2rem 0 0;
  position: relative; }
  @media (max-width: 991px) {
    html .e-logo img {
      width: 12.0625rem; } }
  html .e-logo::after {
    background-color: #d9e1e7;
    bottom: 0;
    content: "";
    display: none;
    height: 2rem;
    position: absolute;
    right: 0;
    width: 1px; }
    @media (min-width: 768px) {
      html .e-logo::after {
        display: block;
        height: 4rem; } }
  html .e-logo.e-logo--footer {
    margin-bottom: 1.5rem;
    max-width: 10rem;
    padding-top: 0; }
    html .e-logo.e-logo--footer::after {
      display: none; }
    @media (max-width: 767px) {
      html .e-logo.e-logo--footer {
        display: inline-block;
        padding-right: 0; } }

html .e-menu--secondary {
  padding-top: .25rem; }
  html .e-menu--secondary li {
    display: inline-block;
    margin-right: .75rem;
    padding-right: .75rem;
    position: relative; }
    html .e-menu--secondary li::after {
      background-color: #819aad;
      bottom: 0;
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: .25rem;
      width: 1px; }
    html .e-menu--secondary li:last-of-type {
      margin-right: 0;
      padding-right: 0; }
      html .e-menu--secondary li:last-of-type::after {
        display: none; }
  html .e-menu--secondary a {
    color: #819aad;
    font-size: .75rem;
    font-weight: 400; }

html .e-menu--top {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  position: relative; }
  html .e-menu--top li {
    border-right: 1px solid #ffffff80;
    display: inline-block;
    padding: 0; }
    html .e-menu--top li:hover > a {
      color: #fff; }
    html .e-menu--top li:last-of-type {
      border-right: 0; }
    html .e-menu--top li.active > a, html .e-menu--top li.has-sub:hover > a {
      background-color: #fff;
      color: #000; }
      html .e-menu--top li.active > a path, html .e-menu--top li.has-sub:hover > a path {
        fill: #000; }
    html .e-menu--top li.active .e-menu--sub, html .e-menu--top li.has-sub:hover .e-menu--sub {
      max-height: 2.625rem; }
  html .e-menu--top a {
    color: #d7eaf8;
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    line-height: 2.625rem;
    padding: 0 .75rem;
    transition: color .3s; }
    html .e-menu--top a:hover {
      text-decoration: underline; }
    html .e-menu--top a.home {
      height: 2.625rem;
      padding: .25rem .625rem 0;
      width: 2.25rem; }
      html .e-menu--top a.home path {
        fill: #d7eaf8;
        transition: fill .3s; }
      html .e-menu--top a.home:hover {
        text-decoration: none; }
        html .e-menu--top a.home:hover path {
          fill: #fff; }
    html .e-menu--top a.expand {
      display: inline-block;
      font-size: 1.0625rem;
      font-weight: 300;
      margin-left: .625rem;
      padding-left: 2.125rem;
      position: relative;
      transition: background-color .3s, color .3s; }
      html .e-menu--top a.expand::before {
        background: linear-gradient(to bottom, #e9f0f4, #e9f0f4 0.125rem, transparent 0.125rem, transparent calc(50% - .0625rem), #e9f0f4 calc(50% - .0625rem), #e9f0f4 calc(50% + .0625rem), transparent calc(50% + .0625rem), transparent calc(100% - .125rem), #e9f0f4 calc(100% - .125rem));
        content: '';
        display: block;
        height: 1rem;
        left: .5rem;
        position: absolute;
        top: .625rem;
        width: 1.125rem; }
      html .e-menu--top a.expand.active {
        background-color: rgba(255, 255, 255, 0.15);
        background-image: url(assets/times.svg);
        background-position: 0.5rem 0.25rem;
        background-repeat: no-repeat;
        background-size: auto 1.75rem;
        color: #fff; }
        html .e-menu--top a.expand.active::before {
          display: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    html .e-menu--top li {
      padding: 0; }
    html .e-menu--top a {
      font-size: .75rem;
      padding: 0 .5rem 0 .375rem; } }

html .e-menu--sub {
  background-color: #fff;
  border-bottom: 1px solid #c7dae6;
  height: 2.625rem;
  line-height: 2.625rem;
  left: 0;
  overflow: hidden;
  padding: 0 2rem 0 0;
  position: absolute;
  right: 0;
  top: 2.625rem;
  transition: color .3s, max-height .3s; }
  html .e-menu--sub li {
    display: inline-block;
    padding: 0 .125rem; }
    html .e-menu--sub li.active a, html .e-menu--sub li:hover a {
      color: #000; }
  html .e-menu--sub a {
    color: #298ace;
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    padding: 0 .5rem; }

html .e-menu--footer {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3125rem; }
  @media (max-width: 767px) {
    html .e-menu--footer {
      padding-bottom: 2rem; } }
  html .e-menu--footer li.heading {
    color: #b4c9d9;
    display: block;
    font-weight: 600;
    font-size: 1rem;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      html .e-menu--footer li.heading {
        display: none; } }

html .e-menu--side {
  border: 1px solid #c7dae6;
  border-top: 0;
  margin-bottom: 2rem;
  padding: .5rem 0 0; }
  html .e-menu--side h2 {
    font-weight: 600;
    padding: 2.5rem 1.25rem 1rem; }
  html .e-menu--side li {
    border-top: 1px solid #c7dae6;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.375rem;
    padding-left: 1.25rem; }
    html .e-menu--side li.borderless {
      border-top: 0; }
    html .e-menu--side li a {
      display: block;
      line-height: 1.125rem;
      margin: .375rem 0;
      padding: .125rem 0; }
      html .e-menu--side li a.active {
        color: #000; }
    html .e-menu--side li.active a {
      color: #000; }
  html .e-menu--side ul ul li {
    border-top: 0;
    line-height: 1.375rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  html .e-menu--side a {
    color: #298ace;
    transition: color .3s; }
    html .e-menu--side a:hover {
      color: #f37700; }
  @media (max-width: 767px) {
    html .e-menu--side {
      background-color: #fff;
      box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
      left: -66%;
      padding-top: 0;
      position: absolute;
      position: absolute;
      transition: left .3s;
      width: 66%; }
      html .e-menu--side.expanded {
        left: 0; }
      html .e-menu--side h2 {
        background-image: url(assets/times.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        padding: 1rem 0 1rem 4.5rem; }
      html .e-menu--side li {
        padding-left: 4.5rem; } }
  html .e-menu--side.e-menu--dakje {
    border-top: 1px solid #c7dae6; }

html .e-menu--aside h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding-bottom: 1.25rem; }

html .e-menu--aside ul {
  margin: 0 -.75rem; }

html .e-menu--aside li:first-of-type {
  padding-bottom: 1.25rem; }

html .e-menu--aside li.sub {
  padding-left: 1rem; }
  html .e-menu--aside li.sub a {
    font-size: .75rem;
    line-height: 1.375rem;
    font-weight: 400; }

html .e-menu--aside a {
  color: #333;
  display: block;
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.625rem;
  padding: 0 .75rem;
  transition: background-color .3s; }
  html .e-menu--aside a.active {
    background-color: #dfe7ec;
    text-decoration: none; }
  html .e-menu--aside a:active, html .e-menu--aside a:focus, html .e-menu--aside a:hover {
    background-color: #dfe7ec;
    text-decoration: none; }

html .e-menu--related {
  background-color: #e9f0f4;
  border-radius: .25rem;
  font-size: .875rem;
  margin-bottom: 1.5rem;
  margin-right: .5rem;
  margin-top: 3.5rem;
  padding: 1rem 1.25rem; }
  @media (min-width: 768px) and (max-width: 991px) {
    html .e-menu--related {
      margin-right: 0; } }
  html .e-menu--related h2 {
    padding-bottom: .75rem; }
  html .e-menu--related li {
    line-height: 1.25rem;
    padding-bottom: .5rem; }
  html .e-menu--related a {
    color: #298ace;
    transition: color .3s; }
    html .e-menu--related a:hover {
      color: #f37700; }
  html .e-menu--related a.button {
    color: #fff; }

html .e-menu--letter {
  border: 1px solid #c7dae6;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 1rem;
  margin-right: 1rem; }
  @media (max-width: 767px) {
    html .e-menu--letter {
      margin-top: 1rem; } }
  html .e-menu--letter li {
    align-items: center;
    border: 1px solid #c7dae6;
    display: flex;
    justify-content: center;
    padding-left: 0 !important;
    /* correcting double borders */
    border-left: 0;
    border-top: 0;
    /* end correcting double borders */ }
    html .e-menu--letter li:nth-of-type(6n) {
      border-right: 0; }
    html .e-menu--letter li:last-child {
      border-bottom: 0; }
    html .e-menu--letter li.wide {
      justify-content: flex-start;
      grid-column: 1 / span 4; }
      html .e-menu--letter li.wide a {
        text-indent: .75rem; }
    html .e-menu--letter li a {
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1.5rem; }

html .e-menu--dates > ul > li > a {
  font-weight: 700; }

html .e-menu--offcanvas {
  background-color: #000;
  border-top: 1px solid #777;
  left: -66vw;
  position: absolute;
  transition: left .5s;
  width: 66vw; }
  @media (min-width: 768px) {
    html .e-menu--offcanvas {
      left: -50vw;
      width: 50vw; } }
  html .e-menu--offcanvas li {
    border-bottom: 1px solid #999;
    line-height: 2.375rem; }
    html .e-menu--offcanvas li a {
      background-position: calc(100% - 2rem) center;
      background-repeat: no-repeat;
      color: #d7eaf8;
      display: block;
      font-size: 1rem;
      font-weight: 500;
      padding: 0 2rem 0 2.875rem; }
    html .e-menu--offcanvas li.has-sub ul {
      background-color: #fff;
      height: auto;
      max-height: 0;
      overflow: hidden;
      transition: max-height .5s; }
      html .e-menu--offcanvas li.has-sub ul li a {
        padding-left: 4.25rem;
        color: #298ace; }
      html .e-menu--offcanvas li.has-sub ul.expanded {
        max-height: 100vh; }
    html .e-menu--offcanvas li.has-sub a {
      background-image: url(assets/arrow-down.svg);
      background-size: auto 1.3125rem; }
      html .e-menu--offcanvas li.has-sub a.active {
        background-image: url(assets/times.svg); }

html .e-menu--colofon {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 3rem 0 1.5rem; }
  html .e-menu--colofon li {
    border-right: 1px solid #fff;
    border-bottom: 0;
    margin-right: .75rem;
    padding-right: .75rem; }
    html .e-menu--colofon li:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
    html .e-menu--colofon li a {
      color: #fff;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.25rem;
      padding: 0; }

html .expanded .e-menu--offcanvas {
  left: 0; }

html .e-menu--faq {
  grid-gap: .75rem;
  grid-template-columns: 1fr 1fr;
  padding: 2rem 0; }
  @media (min-width: 768px) {
    html .e-menu--faq {
      display: grid; } }
  @media (max-width: 767px) {
    html .e-menu--faq div {
      padding-bottom: 3rem; } }
  @media (min-width: 768px) {
    html .e-menu--faq div:first-of-type ul {
      border-left: 0;
      padding-left: 0; } }
  html .e-menu--faq ul {
    border-left: 1px solid #d9e1e7;
    padding-left: .75rem; }
    @media (max-width: 767px) {
      html .e-menu--faq ul {
        border-right: 1px solid #d9e1e7;
        padding-right: .75rem; } }
  html .e-menu--faq li {
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: .5rem; }
    html .e-menu--faq li a {
      color: #298ace;
      transition: color .3s; }
      html .e-menu--faq li a:active, html .e-menu--faq li a:focus, html .e-menu--faq li a:hover {
        color: #f37700; }
  html .e-menu--faq h2 {
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: 1rem; }

html .e-menu--filter h2 {
  background-image: url(assets/arrow-down--blue.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 1.25rem;
  color: #333;
  cursor: pointer; }
  html .e-menu--filter h2.active {
    background-image: url(assets/times--blue.svg); }

html .e-menu--filter ul {
  height: auto;
  max-height: 0;
  overflow-y: hidden;
  margin-bottom: 0;
  transition: max-height .5s, margin .5s; }
  html .e-menu--filter ul.expanded {
    margin-bottom: 1rem;
    max-height: 250vh; }

html .e-menu--filter nav {
  padding-bottom: 0; }

html .e-menu--global > li {
  padding-bottom: 1rem; }

html .e-menu--global a {
  color: #298ace;
  transition: color .3s; }
  html .e-menu--global a:active, html .e-menu--global a:focus, html .e-menu--global a:hover {
    color: #f37700; }

html .e-menu--global ul {
  padding-left: 1rem; }
  html .e-menu--global ul li {
    font-weight: 400;
    font-size: .875rem; }
    html .e-menu--global ul li a {
      color: #333; }

html .e-modal {
  background-color: #fff;
  margin: 0 auto;
  max-height: calc(100vh - 3rem);
  max-width: 768px;
  overflow-y: auto;
  padding: 1.5rem 2.5rem;
  position: relative;
  width: calc(100% - 2rem); }
  html .e-modal .e-modal__close {
    color: #298ace;
    display: inline-block;
    font-size: 2rem;
    position: absolute;
    right: 2rem;
    top: 2rem; }
    html .e-modal .e-modal__close:active, html .e-modal .e-modal__close:focus, html .e-modal .e-modal__close:hover {
      text-decoration: none; }

html .e-morelinks {
  color: #bda775;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  padding-bottom: 2rem; }
  @media (max-width: 767px) {
    html .e-morelinks {
      margin-top: 1.5rem; } }
  html .e-morelinks h3 {
    color: #333;
    font-weight: 600;
    padding: 2.5rem 0 .5rem; }
  html .e-morelinks ul {
    margin-left: 1rem; }
    html .e-morelinks ul li {
      list-style: "> "; }
      html .e-morelinks ul li a:active, html .e-morelinks ul li a:focus, html .e-morelinks ul li a:hover {
        text-decoration: underline; }

html .e-morenews {
  margin-bottom: 1rem; }
  html .e-morenews h2 {
    color: #6b8ca3;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3125rem;
    padding-bottom: 1.25rem; }
  html .e-morenews h3 {
    color: #666;
    font-size: 1rem;
    font-weight: 300;
    padding-bottom: 1.25rem;
    text-transform: uppercase; }
  html .e-morenews p {
    color: #333;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    padding-bottom: .75rem; }
    html .e-morenews p.smaller a {
      color: #333;
      display: inline-block;
      font-size: .875rem;
      font-weight: 600;
      margin-bottom: .5rem; }
      html .e-morenews p.smaller a:active, html .e-morenews p.smaller a:focus, html .e-morenews p.smaller a:hover {
        text-decoration: underline; }
  html .e-morenews table {
    padding-bottom: 1.5rem; }
  html .e-morenews a {
    color: #298ace;
    font-size: 1rem; }
  html .e-morenews img {
    border: 1px solid #dfe7ec;
    border-radius: .5rem;
    height: auto;
    width: 100%; }
    html .e-morenews img.inline {
      display: inline-block;
      mix-blend-mode: multiply;
      width: auto; }

html .e-news article {
  padding-left: .875rem; }
  html .e-news article h2 {
    color: #666;
    font-size: 1.5rem;
    font-weight: 300;
    padding-bottom: 2rem;
    padding-top: .75rem;
    text-transform: uppercase; }
  html .e-news article h3 {
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 1.5rem 0 1rem; }
    @media (min-width: 768px) {
      html .e-news article h3 {
        padding: 0 40% .5rem 0; } }
  html .e-news article p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
    padding-bottom: 1.25rem; }
    html .e-news article p:last-of-type {
      padding-bottom: 0; }
    html .e-news article p a {
      color: #298ace;
      display: inline-block;
      font-weight: 600;
      padding-bottom: 1.25rem; }
      html .e-news article p a::after {
        content: " >"; }
  html .e-news article ul {
    border-top: 1px solid #d9e1e7;
    color: #298ace;
    margin-bottom: 1.5rem; }
    html .e-news article ul li {
      border-bottom: 1px solid #d9e1e7;
      font-size: 1rem;
      font-weight: 600;
      line-height: 1.3125rem;
      padding: .5rem 0 .5rem 1.5rem;
      position: relative; }
      html .e-news article ul li::before {
        background-color: #298ace;
        content: "";
        display: block;
        height: .5rem;
        left: 0;
        position: absolute;
        top: .875rem;
        width: .5rem; }
      html .e-news article ul li a {
        color: #333;
        padding-right: 4rem; }

html .e-notification {
  background-color: #fff;
  border-bottom: 0;
  display: none;
  height: 0px;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%; }
  @media (max-width: 767px) {
    html .e-notification {
      border-bottom: 2px solid #000;
      display: block;
      height: auto; } }
  html .e-notification p {
    color: #333;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.875rem;
    padding: 1rem;
    text-align: center; }
    html .e-notification p a {
      color: #298ace;
      transition: color .3s;
      white-space: nowrap; }
      html .e-notification p a:active, html .e-notification p a:focus, html .e-notification p a:hover {
        color: #f37700; }
    html .e-notification p span {
      display: block;
      font-size: 1rem;
      line-height: 1.375rem; }

html body .e-pakketslider {
  background-color: #eeeae2;
  padding: 1rem 2rem 0; }
  @media (min-width: 768px) {
    html body .e-pakketslider {
      padding: 0 4rem; } }
  html body .e-pakketslider .tns-outer {
    position: relative;
    top: -8rem; }
    @media (min-width: 768px) {
      html body .e-pakketslider .tns-outer {
        top: -4rem; } }
  html body .e-pakketslider ul li {
    display: inline-block;
    padding: 0; }
  html body .e-pakketslider .tns-nav {
    display: none; }
  html body .e-pakketslider .tns-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: -2rem;
    position: absolute;
    right: -2rem;
    top: calc(50% - 2rem); }
    @media (min-width: 768px) {
      html body .e-pakketslider .tns-controls {
        left: -3.5rem;
        right: -3.5rem;
        top: 50%; } }
    html body .e-pakketslider .tns-controls button {
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      color: #f37700;
      display: block;
      height: 1.5rem;
      width: 1.5rem; }
      @media (min-width: 768px) {
        html body .e-pakketslider .tns-controls button {
          height: 2.5rem;
          width: 2.5rem; } }
      html body .e-pakketslider .tns-controls button::after {
        display: none; }
      html body .e-pakketslider .tns-controls button[data-controls="prev"] {
        background-image: url(assets/chevron.left.svg); }
      html body .e-pakketslider .tns-controls button[data-controls="next"] {
        background-image: url(assets/chevron.right.svg); }
  html body .e-pakketslider .tns-carousel {
    transition-timing-function: linear !important; }

html .e-pakketten, html .kh_wizard__result, html .e-pakketslider ul li {
  display: none;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 1rem 0; }
  html .e-pakketten.e-pakketten--expanded, html .kh_wizard__result.e-pakketten--expanded, html .e-pakketslider ul li.e-pakketten--expanded {
    display: grid; }
  html .e-pakketten .e-pakketten__pakket, html .kh_wizard__result .e-pakketten__pakket, html .e-pakketslider ul li .e-pakketten__pakket {
    border: 1px solid #ddd;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 15px 15px; }
    html .e-pakketten .e-pakketten__pakket h3, html .kh_wizard__result .e-pakketten__pakket h3, html .e-pakketslider ul li .e-pakketten__pakket h3 {
      color: #6b8ca3;
      display: flex;
      flex-direction: flex-row;
      gap: .5rem;
      padding: .75rem 0; }
    html .e-pakketten .e-pakketten__pakket em, html .kh_wizard__result .e-pakketten__pakket em, html .e-pakketslider ul li .e-pakketten__pakket em {
      color: #999; }
    html .e-pakketten .e-pakketten__pakket p:last-of-type, html .kh_wizard__result .e-pakketten__pakket p:last-of-type, html .e-pakketslider ul li .e-pakketten__pakket p:last-of-type {
      margin-top: auto; }
    html .e-pakketten .e-pakketten__pakket p a, html .kh_wizard__result .e-pakketten__pakket p a, html .e-pakketslider ul li .e-pakketten__pakket p a {
      background-color: #6b8ca3;
      border-radius: .5rem;
      color: #fff;
      cursor: pointer;
      display: block;
      padding: .5rem 1rem;
      position: relative; }
      html .e-pakketten .e-pakketten__pakket p a::after, html .kh_wizard__result .e-pakketten__pakket p a::after, html .e-pakketslider ul li .e-pakketten__pakket p a::after {
        content: " >";
        display: inline-block;
        position: absolute;
        right: 1rem; }
      html .e-pakketten .e-pakketten__pakket p a:hover, html .kh_wizard__result .e-pakketten__pakket p a:hover, html .e-pakketslider ul li .e-pakketten__pakket p a:hover {
        text-decoration: none; }
  @media (max-width: 767px) {
    html .e-pakketten.e-pakketten--expanded, html .kh_wizard__result.e-pakketten--expanded, html .e-pakketslider ul li.e-pakketten--expanded {
      display: block; }
    html .e-pakketten .e-pakketten__pakket, html .kh_wizard__result .e-pakketten__pakket, html .e-pakketslider ul li .e-pakketten__pakket {
      margin-bottom: 1.875rem; } }

html .e-payoff {
  align-items: flex-start;
  color: #6b8ca3;
  display: none;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  justify-content: flex-end;
  padding: 0;
  white-space: nowrap; }
  @media (min-width: 768px) {
    html .e-payoff {
      display: flex;
      font-size: 1.125rem; } }
  html .e-payoff a {
    color: #298ace;
    font-size: .875rem;
    background-image: url(assets/5stars.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto .75rem;
    display: inline-block;
    height: 1.25rem;
    line-height: 1.5rem;
    padding-right: 4.25rem; }

html .e-post {
  color: #000; }
  html .e-post h1 {
    font-size: 2.25rem;
    font-weight: 300;
    padding-bottom: .75rem; }
  html .e-post h2, html .e-post h1.like-h2 {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 1rem; }
    html .e-post h2 b, html .e-post h1.like-h2 b {
      font-weight: 600;
      white-space: wrap; }
      html .e-post h2 b b, html .e-post h1.like-h2 b b {
        font-weight: 700; }
  html .e-post h3 {
    font-size: 1.125rem;
    font-weight: 700;
    padding-bottom: .75rem;
    padding-right: 30%;
    padding-top: .75rem; }
  html .e-post h4 {
    color: #6b8ca3;
    font-size: .875rem;
    font-weight: 600;
    padding-bottom: 1rem; }
  html .e-post p {
    clear: left;
    font-size: 1rem;
    line-height: 1.3125rem;
    padding-bottom: .5rem; }
    html .e-post p.intro {
      font-weight: 600; }
    html .e-post p.uncleared {
      clear: none; }
    html .e-post p img.inright {
      float: right;
      margin: 0 0 1rem 1rem;
      max-height: 12rem; }
  html .e-post ul {
    line-height: 1.375rem;
    list-style-type: disc;
    padding-bottom: .375rem;
    padding-left: 2rem; }
    html .e-post ul img.inright {
      float: right;
      margin: 0 0 1rem 1rem;
      max-height: 12rem; }
  html .e-post ol {
    line-height: 1.375rem;
    list-style-type: decimal;
    padding-bottom: .375rem;
    padding-left: .75rem; }
  html .e-post li {
    padding-bottom: .5rem; }
  html .e-post a {
    color: #298ace;
    transition: color .3s; }
    html .e-post a:hover {
      color: #f37700; }
  html .e-post a.button {
    color: #fff; }
  html .e-post figure figcaption {
    color: #999;
    font-size: .875rem;
    font-style: italic;
    padding-bottom: 1rem; }
  html .e-post hr {
    background-color: transparent;
    border-bottom: 1px solid #dfe7ec;
    clear: both;
    color: transparent;
    height: 0;
    margin-bottom: 1.5rem;
    margin-top: .75rem;
    width: 100%; }
  html .e-post img.right {
    border: 1px solid #c7dae6;
    border-radius: .5rem;
    display: inline-block;
    height: auto;
    width: 100%; }
    @media (min-width: 768px) {
      html .e-post img.right {
        float: right;
        margin: 0 0 1.5rem 1.5rem;
        width: auto;
        max-width: 50%; } }
  html .e-post img.full {
    border-radius: .5rem;
    display: block;
    height: auto;
    margin-bottom: .75rem;
    width: 100%; }
  html .e-post a.print {
    background-image: url(assets/printer.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.5rem auto;
    display: inline-block;
    font-size: .875rem;
    font-weight: 600;
    line-height: 2rem;
    margin-top: .75rem;
    padding-bottom: .125rem;
    padding-left: 1.75rem; }
  html .e-post div.insetright {
    background-color: #fff;
    border: 1px solid #dfe7ec;
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem 1rem; }
    @media (min-width: 768px) {
      html .e-post div.insetright {
        float: right;
        margin-left: 1rem;
        max-width: 16.25rem; } }
    html .e-post div.insetright h3 {
      color: #298ace;
      font-size: 1.125rem;
      font-weight: 500;
      padding: 0 0 1.5rem; }
    html .e-post div.insetright h4 {
      color: #666;
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.125rem;
      padding: 0 0 .75rem .75rem;
      position: relative; }
      html .e-post div.insetright h4::before {
        content: '>';
        left: 0;
        position: absolute;
        top: 0; }
  html .e-post div.expandable {
    overflow-x: hidden;
    height: auto;
    max-height: 0;
    transition: max-height .5s; }
    html .e-post div.expandable.expanded {
      max-height: 400vh; }
  html .e-post.e-post--title {
    padding-bottom: 3rem; }
  html .e-post.e-post--airy h1 {
    padding-bottom: 1.5rem; }
  html .e-post.e-post--airy div {
    margin-bottom: 2rem; }
  html .e-post.e-post--airy p {
    padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    html .e-post .e-post__2col {
      display: grid;
      grid-gap: 1.5rem;
      grid-template-columns: 1fr 1fr; } }
  html .e-post.e-post--archive, html .e-post.e-post--book {
    border-bottom: 1px solid #e9f0f4;
    gap: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: .375rem; }
    html .e-post.e-post--archive h2, html .e-post.e-post--book h2 {
      font-weight: 700;
      padding-bottom: .5rem; }
    html .e-post.e-post--archive h3, html .e-post.e-post--book h3 {
      color: #6b8ca3;
      font-size: 1.125rem;
      font-weight: 300;
      padding-bottom: .25rem;
      padding-top: 0; }
    html .e-post.e-post--archive p, html .e-post.e-post--book p {
      font-weight: 500;
      line-height: 1.125rem;
      padding-bottom: 1.125rem; }
      html .e-post.e-post--archive p a, html .e-post.e-post--book p a {
        font-weight: 600; }
        html .e-post.e-post--archive p a::after, html .e-post.e-post--book p a::after {
          content: " >"; }
    html .e-post.e-post--archive figure img, html .e-post.e-post--book figure img {
      border-radius: .5rem;
      height: auto;
      width: 100%; }
    @media (max-width: 767px) {
      html .e-post.e-post--archive article, html .e-post.e-post--book article {
        display: grid;
        grid-gap: 1rem 0;
        grid-template-columns: auto 12rem; }
        html .e-post.e-post--archive article > div, html .e-post.e-post--book article > div {
          align-self: center; }
        html .e-post.e-post--archive article > img, html .e-post.e-post--book article > img {
          justify-self: end; }
        html .e-post.e-post--archive article *:nth-child(n+3), html .e-post.e-post--book article *:nth-child(n+3) {
          grid-column: 1 / -1; } }
  @media (max-width: 767px) {
    html .e-post.e-post--book article {
      grid-template-columns: auto 6rem; } }
  html .e-post.e-post--news h1 {
    background-image: url(assets/colorbar.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto .75rem;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem; }
  html .e-post.e-post--news h2 {
    color: #333;
    font-size: 1.3125rem;
    font-weight: 700;
    padding-bottom: 1.25rem; }
  html .e-post.e-post--news h3 {
    color: #666;
    font-size: 1.3125rem;
    font-weight: 300;
    padding-bottom: 1.25rem;
    text-transform: uppercase; }
  html .e-post.e-post--todo ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0; }
  html .e-post.e-post--todo li {
    line-height: 1.625rem;
    padding-left: 1.75rem;
    position: relative; }
    html .e-post.e-post--todo li::before {
      border: 1px solid #000;
      color: #298ace;
      content: '';
      display: block;
      font-size: 1.5rem;
      left: 0;
      line-height: 1.25rem;
      overflow: hidden;
      padding: 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 1.25rem;
      height: 1.25rem; }
    html .e-post.e-post--todo li.checked::before {
      content: '\2713'; }
    html .e-post.e-post--todo li.removed {
      color: #ccc; }
      html .e-post.e-post--todo li.removed a[data-toggle] {
        color: #666; }
      html .e-post.e-post--todo li.removed::before {
        border-color: #ccc;
        color: #ccc; }
    html .e-post.e-post--todo li a[data-toggle] {
      color: #e74c3c;
      font-size: .75rem; }
  html .e-post.e-post--todo textarea {
    height: 12rem;
    width: 75%; }
  html .e-post.e-post--infotheek figure {
    float: right;
    margin: 1rem; }

html .e-reviewbanner {
  background-color: #030e2b;
  background-image: url(assets/reviewbanner.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #dfe7ec;
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  padding: 0 1.5rem;
  justify-content: center; }
  html .e-reviewbanner a {
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3), 0 0 2px rgba(0, 0, 0, 0.6); }
    html .e-reviewbanner a:active, html .e-reviewbanner a:focus, html .e-reviewbanner a:hover {
      text-decoration: none; }
  html .e-reviewbanner .e-reviewbanner__main {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    padding-right: 6rem; }
  html .e-reviewbanner .e-reviewbanner__sub {
    background-image: url(assets/5stars.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto .75rem;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 3rem;
    padding: 1.5rem 4.25rem 1.5rem 0; }
  html .e-reviewbanner.e-reviewbanner--alt {
    background-image: url(assets/reviewbanner2.jpg);
    background-position: left center;
    min-height: 60vh; }

html .e-search {
  display: flex;
  align-items: flex-end;
  position: relative;
  /*
    @include md() {
        align-items: center;
        margin-right: 2rem;
        
        &.e-search--full {
            color: $color-dove-gray;
            display: grid;
            gap: .5rem;
            grid-gap: .5rem;
            grid-template-columns: 1fr 1fr 8rem;
            margin-right: 0;
            
            input {
                margin-right: 0;
                width: 10rem;
            }

            button {
                border-radius: .25rem;
                padding: .375rem 1rem;
            }
        }
    }
    */ }
  html .e-search input {
    border: 1px solid #c7dae6;
    border-radius: .25rem;
    color: #333;
    font-size: .875rem;
    height: 2rem;
    line-height: 1.875rem;
    padding: 0 1.75rem 0 .75rem; }
    @media (min-width: 768px) and (max-width: 991px) {
      html .e-search input {
        height: 1.75rem;
        margin-right: 2.5rem;
        padding-right: .75rem;
        width: 13.25rem; } }
    @media (max-width: 767px) {
      html .e-search input {
        display: none; } }
  html .e-search button {
    background-color: transparent;
    background-image: url(assets/search.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: .125rem;
    color: transparent;
    height: 1.5rem;
    position: absolute;
    right: .25rem;
    width: 1.5rem; }
    @media (max-width: 991px) {
      html .e-search button {
        background-image: url(assets/search--lighter.svg);
        bottom: .375rem;
        right: 0; } }
    @media (max-width: 767px) {
      html .e-search button {
        right: 2rem; } }
  html .e-search.e-search--full {
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between; }
    html .e-search.e-search--full > * {
      white-space: nowrap; }
    @media (min-width: 992px) and (max-width: 1199px) {
      html .e-search.e-search--full input {
        width: 14rem; } }
    html .e-search.e-search--full button {
      background-color: #6b8ca3;
      background-image: none;
      color: #fff;
      display: inline-block;
      font-weight: 600;
      height: auto;
      padding: .375rem 2rem;
      position: static;
      width: auto; }
      html .e-search.e-search--full button.less {
        padding: .375rem .75rem; }
    @media (max-width: 991px) {
      html .e-search.e-search--full {
        border-bottom: 0;
        display: block;
        margin-bottom: 0; }
        html .e-search.e-search--full div {
          align-items: center;
          display: grid;
          grid-gap: .5rem;
          grid-template-columns: 1fr 3fr;
          padding-bottom: 1rem; }
          html .e-search.e-search--full div label {
            text-align: right; }
          html .e-search.e-search--full div input {
            display: inline-block;
            width: 100%; }
          html .e-search.e-search--full div button {
            grid-column: 2; } }

html .e-slider {
  padding-bottom: 3rem; }
  html .e-slider.e-slider--company .tns-ovh {
    aspect-ratio: 4/3; }
    html .e-slider.e-slider--company .tns-ovh .tns-inner, html .e-slider.e-slider--company .tns-ovh .e-slider__container, html .e-slider.e-slider--company .tns-ovh .tns-item {
      height: 100%; }
    html .e-slider.e-slider--company .tns-ovh img {
      height: 100%;
      object-fit: contain;
      object-position: center center; }
  html .e-slider.e-slider--company .e-slider__thumbs img {
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center center; }
  html .e-slider .tns-outer {
    position: relative; }
    @media (max-width: 767px) {
      html .e-slider .tns-outer {
        max-width: 100%; } }
  html .e-slider .tns-ovh {
    border: 1px solid #dfe7ec;
    border-radius: .5rem;
    margin: 0 0 .5rem;
    padding: 0; }
  html .e-slider ul {
    display: block;
    margin: 0;
    padding: 0; }
  html .e-slider li {
    margin: 0;
    padding: 0; }
    html .e-slider li img {
      display: block;
      width: 100%; }
  html .e-slider .e-slider__thumbs {
    display: none; }
    @media (min-width: 768px) {
      html .e-slider .e-slider__thumbs {
        display: grid;
        grid-gap: .5rem;
        grid-template-columns: repeat(5, 1fr); } }
    html .e-slider .e-slider__thumbs img {
      border: 1px solid #dfe7ec;
      border-radius: .5rem;
      cursor: pointer;
      display: block; }

html body .e-slider .tns-controls {
  display: flex;
  height: 2rem;
  justify-content: space-between;
  padding: 0 .75rem;
  position: absolute;
  top: calc(50% - 1rem);
  width: 100%;
  z-index: 1; }
  @media (min-width: 768px) {
    html body .e-slider .tns-controls {
      padding: 0 2rem; } }
  html body .e-slider .tns-controls button {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    width: 2rem; }
    html body .e-slider .tns-controls button[data-controls="prev"] {
      background-image: url(assets/slider_prev.svg); }
    html body .e-slider .tns-controls button[data-controls="next"] {
      background-image: url(assets/slider_next.svg); }
    html body .e-slider .tns-controls button::after {
      display: none; }

html .e-sponsor {
  display: block;
  padding-top: .125rem;
  text-align: center; }
  html .e-sponsor span {
    color: #666;
    font-size: .75rem;
    font-weight: 500; }
  html .e-sponsor img {
    display: block;
    margin: 0 auto;
    max-height: 3rem; }
  html .e-sponsor:hover {
    text-decoration: none; }

html .e-uitgelicht > * {
  margin-bottom: 1.5rem; }

html .e-uitgelicht h2 {
  color: #333;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.3125rem; }

html .e-uitgelicht h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  padding-bottom: 1.25rem; }
  html .e-uitgelicht h3.condensed {
    padding-bottom: 0; }

html .e-uitgelicht p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3125rem; }
  html .e-uitgelicht p a {
    color: #298ace;
    font-weight: 700; }

html .e-uitgelicht div {
  padding-bottom: 1.25rem; }
  html .e-uitgelicht div p:last-child {
    padding-bottom: 0; }

html .e-uitgelicht img {
  border-radius: .5rem;
  display: block;
  height: 10rem;
  object-fit: cover;
  width: 100%; }

@media (max-width: 767px) {
  html .e-uitgelicht {
    padding-top: 2rem; }
    html .e-uitgelicht:first-child {
      padding-top: 0; } }

html .e-usps li {
  padding-left: 1.5rem;
  position: relative; }
  html .e-usps li::before {
    color: #419253;
    content: "\002713";
    display: inline-block;
    left: 0;
    position: absolute; }

html .e-video iframe {
  aspect-ratio: 16 / 9;
  width: 100%; }

html .e-videolist {
  margin-bottom: 1rem; }
  html .e-videolist h2 {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
    padding: .75rem 0 1.75rem; }
  html .e-videolist ul {
    margin: 0 -1.25rem;
    padding-bottom: 1rem; }
  html .e-videolist li {
    border-top: 1px solid #dfe7ec;
    padding: .5rem 1.25rem; }
  html .e-videolist a {
    display: grid;
    grid-gap: .375rem;
    grid-template-columns: 5fr 4fr; }
    @media (max-width: 991px) {
      html .e-videolist a {
        grid-template-columns: auto 6rem; } }
    html .e-videolist a span {
      align-items: center;
      color: #298ace;
      display: flex;
      font-size: .875rem;
      font-weight: 500;
      justify-content: flex-start;
      max-width: 100%;
      overflow-wrap: anywhere;
      overflow-x: hidden;
      transition: color .3s; }
    html .e-videolist a img {
      width: 100%;
      border: 0;
      border-bottom: 0.5rem solid #000;
      border-radius: .5rem;
      border-top: 0.5rem solid #000; }
    html .e-videolist a.u-more {
      display: inline; }
    html .e-videolist a:active span, html .e-videolist a:focus span, html .e-videolist a:hover span {
      color: #f37700; }
  @media (max-width: 991px) {
    html .e-videolist {
      padding-bottom: 0 !important; } }

html .e-videolist2 {
  margin-bottom: 1rem;
  padding: 0; }
  html .e-videolist2 li {
    padding: 1rem;
    border-bottom: 1px solid #dfe7ec; }
    html .e-videolist2 li:last-of-type {
      border: 0; }
    html .e-videolist2 li a:active, html .e-videolist2 li a:focus, html .e-videolist2 li a:hover {
      text-decoration: none; }
      html .e-videolist2 li a:active .e-videolist2--title, html .e-videolist2 li a:focus .e-videolist2--title, html .e-videolist2 li a:hover .e-videolist2--title {
        color: #f37700; }
      html .e-videolist2 li a:active figure::after, html .e-videolist2 li a:focus figure::after, html .e-videolist2 li a:hover figure::after {
        opacity: 1; }
  html .e-videolist2 .e-videolist2--title {
    color: #298ace;
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    transition: color .3s; }
  html .e-videolist2 figure {
    position: relative; }
    html .e-videolist2 figure::after {
      background-image: url(assets/youtube-icon.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      height: 3rem;
      left: calc(50% - 1.5rem);
      opacity: .6;
      position: absolute;
      top: calc(50% - 1.5rem);
      transition: opacity .3s;
      width: 3rem; }
  html .e-videolist2 img {
    aspect-ratio: 16/9;
    border-radius: .5rem;
    display: block;
    margin: .625rem auto;
    object-fit: cover;
    object-position: center;
    width: 100%; }
  html .e-videolist2 .e-videolist2--by {
    color: #666;
    display: block;
    font-size: .875rem;
    font-weight: 500; }
  html .e-videolist2 > p {
    padding-right: 1rem;
    text-align: right; }
    html .e-videolist2 > p a {
      color: #298ace;
      font-size: .875rem;
      font-weight: 600; }

#uitvaart #uv-pagina #umwForm {
  padding: 0 0 1.5rem; }
  #uitvaart #uv-pagina #umwForm * {
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 1rem; }
  #uitvaart #uv-pagina #umwForm .umw-sub {
    max-width: none; }
  #uitvaart #uv-pagina #umwForm [data-prev] {
    margin-right: 1rem; }
    #uitvaart #uv-pagina #umwForm [data-prev]::after {
      display: none; }
  #uitvaart #uv-pagina #umwForm .umw-buttons {
    justify-content: flex-start; }

html body .es-badge-container {
  bottom: -100vh;
  /* of 5rem als je 'm wil zien */ }

html body .es-header-write-review-button::after {
  display: none !important; }

@media (max-width: 767px) {
  html body #__EAAPS_PORTAL > div > div {
    display: none !important; } }

html button#chat-widget-push-to-talk::after {
  display: none !important; }

@media (max-width: 991px) {
  html button#chat-widget-push-to-talk {
    display: none !important; } }

html iframe[allowfullscreen] {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%; }

html #uitvaart #kostencalculator fieldset.kostenitem {
  display: grid;
  padding: .5rem;
  grid-gap: .5rem;
  grid-template-columns: 2rem auto 5rem;
  margin-bottom: .5rem; }
  html #uitvaart #kostencalculator fieldset.kostenitem input.dummy {
    height: 1rem;
    position: static;
    width: 1rem; }
  html #uitvaart #kostencalculator fieldset.kostenitem h4 {
    font-weight: 500;
    padding: 0; }
  html #uitvaart #kostencalculator fieldset.kostenitem select {
    grid-column: 2;
    grid-row: 2; }
  html #uitvaart #kostencalculator fieldset.kostenitem.active {
    background-color: #dfe7ec; }
    html #uitvaart #kostencalculator fieldset.kostenitem.active h4 {
      color: #298ace;
      font-weight: 600; }

html #uitvaart #kostencalculator #offerteform b {
  font-weight: 600;
  white-space: wrap; }

html #uitvaart #kostencalculator #offertesubmit {
  width: auto; }

.c_but_print {
  display: none !important; }

html .e-post.e-post--regelen ul, html .e-post.e-post--regelen > div, html .e-post.e-post--regelen p {
  padding-bottom: 2rem; }

html .e-post.e-post--regelen summary {
  padding-bottom: .5rem;
  font-weight: 500; }

html .e-post.e-post--regelen details {
  padding-top: .5rem; }

html .e-post.e-post--regelen a[href^="tel:"] {
  white-space: nowrap; }

html .e-post.e-post--regelen h3 {
  padding-left: .75rem;
  position: relative; }
  html .e-post.e-post--regelen h3::before {
    color: #f37700;
    content: ': ';
    font-weight: 900;
    position: absolute;
    left: 0; }

html .e-post.e-post--infotheek .button.button--more {
  top: 0; }

html body#body_19075 #hgh, html body#body_19075 .c_but, html body#body_19075 #footer .dvert, html body#body_19075 #footer .footer_col, html body#body_19075 .but_next {
  display: none; }

html body#body_19075 #footer {
  height: auto !important; }

html body#body_19075 #telno {
  display: none; }

html body#body_19075 .kostenitem {
  position: relative;
  margin-bottom: 3px;
  cursor: pointer;
  border: 1px solid #EEE;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 40px; }

html body#body_19075 .kostenitem .prijs {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #CCC; }

html body#body_19075 .kostenitem.disabled h4 {
  color: #CCC; }

html body#body_19075 .kostenitem.active {
  background-color: yellow; }

html body#body_19075 .kostenitem.active .prijs {
  color: #000; }

html body#body_19075 .kostenitem .onoff {
  display: none; }

html body#body_19075 .kostenitem:hover {
  border-color: #000; }

html body#body_19075 .kostenitem input.dummy {
  position: absolute;
  left: 10px;
  top: 14px; }

html body#body_19075 #kostencalculator {
  margin-top: 20px; }

html body#body_19075 #offerteform {
  line-height: 20px;
  display: none; }

html body#body_19075 #offerteform input, html body#body_19075 textarea, html body#body_19075 select {
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 3px; }

html body#body_19075 #offerteform label {
  display: block; }

html body#body_19075 #offerteform br {
  clear: both;
  display: block; }

html body#body_19075 #offerteform input[name="website"] {
  display: none !important; }

html body#body_19075 #offerteform #offertesubmit {
  white-space: nowrap;
  border: 0px;
  float: none; }

@media print {
  html body#body_19075 .kostenitem, html body#body_19075 .c_but, html body#body_19075 #headersearch, html body#body_19075 #headerlines, html body#body_19075 #headermenu, html body#body_19075 #history, html body#body_19075 #mainmenu, html body#body_19075 #mainsubmenu, html body#body_19075 .col_1, html body#body_19075 #hgh, html body#body_19075 #footer, html body#body_19075 .dummy, html body#body_19075 #kcpdf {
    display: none; }
  html body#body_19075 p, html body#body_19075 #offerteform {
    display: none !important; }
  html body#body_19075 .kostenitem.active, html body#body_19075 #totalrow {
    display: block; }
  html body#body_19075 #telno {
    display: block !important; }
  html body#body_19075 #kostencalculator fieldset h4 {
    padding: 0; }
  html body#body_19075 #kostencalculator fieldset h4 {
    line-height: normal; } }

html body.body--pakket #uitvaart > main {
  background-color: #f7f4ee;
  background-image: url(assets/colorbar.png), none; }

@media (max-width: 767px) {
  html body.body--pakket #uitvaart .l-1col {
    margin-bottom: 0; }
    html body.body--pakket #uitvaart .l-1col .e-post--infotheek > h2.black {
      font-weight: 400; } }

html body.body--pakket #uitvaart .l-2col {
  margin-bottom: 3rem; }

html body.body--pakket #uitvaart .e-breadcrumbs {
  padding: .5rem 0; }

html body.body--pakket #uitvaart header > .e-post.e-post--pakket h1 {
  padding-top: 1.5rem; }

html body.body--pakket #uitvaart .e-post h1, html body.body--pakket #uitvaart .e-post h2, html body.body--pakket #uitvaart .e-post h3, html body.body--pakket #uitvaart .e-post h4, html body.body--pakket #uitvaart .e-post h5, html body.body--pakket #uitvaart .e-post h6 {
  color: #998860; }

html body.body--pakket #uitvaart .e-post h1 {
  font-size: 3rem;
  line-height: 3.25rem;
  padding-bottom: 1.5rem; }
  @media (max-width: 767px) {
    html body.body--pakket #uitvaart .e-post h1 {
      font-size: 2.625rem; } }

html body.body--pakket #uitvaart .e-post h2.black {
  color: #333;
  font-size: 1.625rem;
  padding-bottom: 2rem; }

html body.body--pakket #uitvaart .e-post .e-post__intro {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.875rem;
  padding-bottom: 3rem; }
  html body.body--pakket #uitvaart .e-post .e-post__intro a {
    color: #f37700; }
    html body.body--pakket #uitvaart .e-post .e-post__intro a[href^="tel"] {
      font-weight: 600; }
  html body.body--pakket #uitvaart .e-post .e-post__intro span {
    font-size: 1.5rem;
    font-weight: 600; }

html body.body--pakket #uitvaart .e-post.e-post--pakket h2 {
  font-weight: 500; }
  html body.body--pakket #uitvaart .e-post.e-post--pakket h2.black {
    padding-top: 1.5rem;
    padding-bottom: .375rem; }
  html body.body--pakket #uitvaart .e-post.e-post--pakket h2.sub.black {
    padding-top: 0; }

html body.body--pakket #uitvaart .e-post.e-post--pakket .button {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 1rem;
  padding: 1rem 1.5rem; }
  @media (max-width: 767px) {
    html body.body--pakket #uitvaart .e-post.e-post--pakket .button::after {
      content: ""; } }

html body.body--pakket #uitvaart .e-post.e-post--pakket > p {
  font-weight: 500; }
  html body.body--pakket #uitvaart .e-post.e-post--pakket > p strong {
    display: inline-block;
    padding-top: 1.5rem; }

html body.body--pakket #uitvaart .e-post.e-post--pakket > div {
  margin-bottom: 2rem;
  padding: 2rem 1rem; }
  html body.body--pakket #uitvaart .e-post.e-post--pakket > div h2 {
    padding-left: .5rem; }
  html body.body--pakket #uitvaart .e-post.e-post--pakket > div ul {
    list-style-image: url(assets/checkmark.png); }
    html body.body--pakket #uitvaart .e-post.e-post--pakket > div ul li {
      font-weight: 600;
      padding-left: .5rem; }
      @media (max-width: 767px) {
        html body.body--pakket #uitvaart .e-post.e-post--pakket > div ul li {
          padding-bottom: .875rem; } }
  html body.body--pakket #uitvaart .e-post.e-post--pakket > div hr {
    background-color: transparent;
    border-bottom: 1px solid #bda775; }
  html body.body--pakket #uitvaart .e-post.e-post--pakket > div p {
    padding: .5rem; }
    html body.body--pakket #uitvaart .e-post.e-post--pakket > div p span {
      color: #bda775;
      display: inline-block;
      font-size: 1.75rem;
      font-weight: 700;
      padding-bottom: 1rem; }
  html body.body--pakket #uitvaart .e-post.e-post--pakket > div .button {
    margin-left: .5rem; }

@media (max-width: 767px) {
  html body.body--pakket #uitvaart .e-post.e-post--regelen h1 {
    padding: 2rem 0 0; }
  html body.body--pakket #uitvaart .e-post.e-post--regelen h2 {
    display: none; }
  html body.body--pakket #uitvaart .e-post.e-post--regelen .e-post__intro {
    display: none; } }

@media (min-width: 768px) {
  html body.body--pakket #uitvaart .e-post.e-post--regelen {
    padding-right: 3rem; } }

html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie,
html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis {
  background-color: #eeeae2;
  background-image: none;
  border-color: #d6c9ab; }
  @media (min-width: 768px) {
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie,
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis {
      min-height: 8rem; } }
  @media (max-width: 767px) {
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie,
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis {
      padding-bottom: .75rem; } }
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie:active, html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie:hover, html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie.e-infotheque--current,
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis:active,
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis:hover,
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis.e-infotheque--current {
    background-color: #fff;
    text-decoration: none; }
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie.e-infotheque--current h2 span::after,
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis.e-infotheque--current h2 span::after {
    color: #998860;
    content: 'Uitvaartpakketten'; }
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie.e-infotheque--current::after,
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis.e-infotheque--current::after {
    background-color: #fff;
    border: 1px solid #d6c9ab;
    border-left: 0;
    border-top: 0;
    bottom: -1.05rem;
    content: '';
    display: block;
    height: 2rem;
    left: calc(50% - 1rem);
    position: absolute;
    width: 2rem;
    transform: rotate(45deg); }
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie h2,
  html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis h2 {
    font-size: 2.25rem;
    font-weight: 400;
    padding: 2rem 0 2rem 2rem; }
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie h2 span::after,
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis h2 span::after {
      color: #f37700;
      content: 'Bekijk de pakketten >';
      display: block;
      font-size: 1.125rem;
      font-weight: 600;
      padding-top: .875rem;
      text-indent: .125rem; }
      @media (max-width: 767px) {
        html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie h2 span::after,
        html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis h2 span::after {
          display: none; } }
      @media (min-width: 768px) {
        html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie h2 span::after,
        html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis h2 span::after {
          white-space: nowrap; } }
  @media (max-width: 767px) {
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie,
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 0;
      padding: 0 0 2rem;
      text-align: center; }
      html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie h2,
      html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis h2 {
        font-size: 1.75rem;
        overflow-x: visible;
        padding: 2rem 1rem 0;
        white-space: nowrap; }
      html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie img,
      html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis img {
        display: inline-block;
        margin: 1.5rem auto 0;
        height: 5rem; } }
  @media (min-width: 768px) {
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie,
    html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis {
      position: relative; }
      html body.body--pakket #uitvaart .e-infotheque.e-infotheque--crematie img,
      html body.body--pakket #uitvaart .e-infotheque.e-infotheque--begrafenis img {
        bottom: 1rem;
        height: 100%;
        position: absolute;
        right: 2.5rem;
        transform: scale(1.1); } }

html body.body--pakket #uitvaart .button.button--more {
  top: 0 !important; }

html body.body--pakket #uitvaart .img-intro {
  border: 1px solid #dfe7ec;
  border-radius: .5rem;
  height: 20rem;
  margin-top: 1.5rem;
  object-fit: cover;
  width: 100%; }
  @media (max-width: 767px) {
    html body.body--pakket #uitvaart .img-intro {
      margin-top: 2.5rem;
      margin-bottom: 1.5rem; } }

html body.body--pakket #uitvaart .e-pakketten__pakket,
html body .e-pakketslider ul li .e-pakketten__pakket,
html body .kh_wizard .e-pakketten__pakket {
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto, contain;
  border-color: #dfe7ec;
  margin-top: 1rem;
  padding-top: 9.5rem; }
  @media (max-width: 767px) {
    html body.body--pakket #uitvaart .e-pakketten__pakket,
    html body .e-pakketslider ul li .e-pakketten__pakket,
    html body .kh_wizard .e-pakketten__pakket {
      background-image: none !important;
      padding-top: 1rem !important; } }
  html body.body--pakket #uitvaart .e-pakketten__pakket .e-icon,
  html body .e-pakketslider ul li .e-pakketten__pakket .e-icon,
  html body .kh_wizard .e-pakketten__pakket .e-icon {
    margin: 0 auto; }
  html body.body--pakket #uitvaart .e-pakketten__pakket h3,
  html body .e-pakketslider ul li .e-pakketten__pakket h3,
  html body .kh_wizard .e-pakketten__pakket h3 {
    color: #333;
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: .125rem;
    padding-left: 0;
    text-align: center; }
    html body.body--pakket #uitvaart .e-pakketten__pakket h3::before,
    html body .e-pakketslider ul li .e-pakketten__pakket h3::before,
    html body .kh_wizard .e-pakketten__pakket h3::before {
      display: none; }
  html body.body--pakket #uitvaart .e-pakketten__pakket h4,
  html body .e-pakketslider ul li .e-pakketten__pakket h4,
  html body .kh_wizard .e-pakketten__pakket h4 {
    color: #bda775;
    font-weight: 600;
    font-size: 1.125rem; }
  html body.body--pakket #uitvaart .e-pakketten__pakket li,
  html body .e-pakketslider ul li .e-pakketten__pakket li,
  html body .kh_wizard .e-pakketten__pakket li {
    font-weight: 500; }
  html body.body--pakket #uitvaart .e-pakketten__pakket p,
  html body .e-pakketslider ul li .e-pakketten__pakket p,
  html body .kh_wizard .e-pakketten__pakket p {
    padding-bottom: 1rem; }
    html body.body--pakket #uitvaart .e-pakketten__pakket p strong,
    html body .e-pakketslider ul li .e-pakketten__pakket p strong,
    html body .kh_wizard .e-pakketten__pakket p strong {
      color: #f37700;
      display: block;
      font-size: 1.5rem;
      font-weight: 600;
      padding-bottom: .125rem;
      padding-left: 0;
      text-align: center; }
    html body.body--pakket #uitvaart .e-pakketten__pakket p em,
    html body .e-pakketslider ul li .e-pakketten__pakket p em,
    html body .kh_wizard .e-pakketten__pakket p em {
      color: #333;
      display: block;
      font-size: .875rem;
      font-style: normal;
      min-height: 2.75rem;
      text-align: center; }
    html body.body--pakket #uitvaart .e-pakketten__pakket p a,
    html body .e-pakketslider ul li .e-pakketten__pakket p a,
    html body .kh_wizard .e-pakketten__pakket p a {
      background-color: #f37700;
      font-size: 1.25rem;
      font-weight: 600;
      margin-top: 2rem;
      padding: .75rem 0;
      text-align: center; }
  html body.body--pakket #uitvaart .e-pakketten__pakket hr,
  html body .e-pakketslider ul li .e-pakketten__pakket hr,
  html body .kh_wizard .e-pakketten__pakket hr {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--directecrematie,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--directecrematie,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--directecrematie {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/directecrematie.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--thuisuitvaart,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--thuisuitvaart,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--thuisuitvaart {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/thuisuitvaart.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--eenlaatstegroet,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--eenlaatstegroet,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--eenlaatstegroet {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/eenlaatstegroet.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--intiemecrematie,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--intiemecrematie,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--intiemecrematie {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/intiemecrematie.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--completeuitvaart,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--completeuitvaart,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--completeuitvaart {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/completeuitvaart.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--exclusieveuitvaart,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--exclusieveuitvaart,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--exclusieveuitvaart {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/exclusieveuitvaart.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--duurzameuitvaart,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--duurzameuitvaart,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--duurzameuitvaart {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/duurzameuitvaart.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--begrafenisbasis,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--begrafenisbasis,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--begrafenisbasis {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/begrafenisbasis.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--begrafenisuitgebreid,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--begrafenisuitgebreid,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--begrafenisuitgebreid {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/begrafenisuitgebreid.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--begrafeniscompleet,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--begrafeniscompleet,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--begrafeniscompleet {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/begrafeniscompleet.jpg); }
  html body.body--pakket #uitvaart .e-pakketten__pakket.e-pakketten__pakket--natuurbegrafenis,
  html body .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--natuurbegrafenis,
  html body .kh_wizard .e-pakketten__pakket.e-pakketten__pakket--natuurbegrafenis {
    background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/natuurbegrafenis.jpg); }

html body.body--pakket #uitvaart .e-pakketten.e-pakketten--expanded,
html body .e-pakketslider ul li .e-pakketten.e-pakketten--expanded,
html body .kh_wizard .e-pakketten.e-pakketten--expanded {
  margin-top: -2rem; }

html body.body--pakket #uitvaart .e-icon svg,
html body .e-pakketslider ul li .e-icon svg,
html body .kh_wizard .e-icon svg {
  fill: #bda775; }

html body#body_154 .e-pakketslider {
  grid-column: 1/-1; }
  @media (max-width: 767px) {
    html body#body_154 .e-pakketslider ul li .e-pakketten__pakket {
      padding-top: 9rem !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--directecrematie {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/directecrematie.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--thuisuitvaart {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/thuisuitvaart.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--eenlaatstegroet {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/eenlaatstegroet.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--intiemecrematie {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/intiemecrematie.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--completeuitvaart {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/completeuitvaart.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--exclusieveuitvaart {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/exclusieveuitvaart.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--duurzameuitvaart {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/duurzameuitvaart.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--begrafenisbasis {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/begrafenisbasis.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--begrafenisuitgebreid {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/begrafenisuitgebreid.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--begrafeniscompleet {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/begrafeniscompleet.jpg) !important; }
      html body#body_154 .e-pakketslider ul li .e-pakketten__pakket.e-pakketten__pakket--natuurbegrafenis {
        background-image: linear-gradient(to bottom, transparent, transparent 8rem, #fff 8rem), url(assets/pakket/natuurbegrafenis.jpg) !important; } }
  html body#body_154 .e-pakketslider ul li .e-pakketten__pakket a {
    transition: background-color .3s; }
    html body#body_154 .e-pakketslider ul li .e-pakketten__pakket a:active, html body#body_154 .e-pakketslider ul li .e-pakketten__pakket a:focus, html body#body_154 .e-pakketslider ul li .e-pakketten__pakket a:hover {
      background-color: #998860; }

html.fw body {
  background-color: #fff; }

html.fw #uitvaart {
  box-shadow: none;
  max-width: none; }
  @media screen and (min-width: 1281px) {
    html.fw #uitvaart > * {
      padding-left: calc(50vw - 616px);
      padding-right: calc(50vw - 616px); }
    html.fw #uitvaart > header {
      background-position: calc(50vw + 200px) top, center; }
    html.fw #uitvaart > main {
      background-position: calc(50vw + 200px) bottom, top center; } }

@media print {
  html, body {
    margin-top: 0 !important; }
    html #uitvaart > header, body #uitvaart > header {
      position: static; }
    html #uitvaart > main, body #uitvaart > main {
      margin-top: 0; }
    html #uitvaart > footer, body #uitvaart > footer {
      padding-bottom: 0; }
    html #uitvaart .lp-1, body #uitvaart .lp-1 {
      display: block !important; }
    html a[href]::after, body a[href]::after {
      content: " " attr(href);
      color: #000;
      font-size: .75em;
      font-weight: 400; }
    html a[href^="/"]::after, body a[href^="/"]::after {
      content: " https://uitvaart.nl" attr(href) !important; }
    html a[href^="//"]::after, body a[href^="//"]::after {
      content: " https:" attr(href) !important; }
    html a[href^="tel:"]::after,
    html a[rel="nofollow"]::after,
    html a[href^="#"]::after,
    html a.e-logo::after, body a[href^="tel:"]::after,
    body a[rel="nofollow"]::after,
    body a[href^="#"]::after,
    body a.e-logo::after {
      display: none !important; }
    html .u-more::after, body .u-more::after {
      display: block; }
    html *, body * {
      background-color: #fff !important;
      background-image: none !important;
      color: #000; }
      html *:active, html *:focus, html *:hover, body *:active, body *:focus, body *:hover {
        text-decoration: none !important; }
    html ::placeholder, body ::placeholder {
      color: #fff !important;
      opacity: 0; }
    html #uitvaart > header .e-menu--secondary,
    html #uitvaart > header .e-search,
    html #uitvaart > footer .e-menu--footer,
    html #uitvaart > nav,
    html .e-breadcrumbs,
    html nav.offcanvas,
    html #fastbots-push-to-talk,
    html a.js-print,
    html .e-post--todo li.removed,
    html .e-post--todo a[data-toggle],
    html #chat-widget-push-to-talk,
    html .e-infotheque a br,
    html footer section.l-x-400,
    html footer section.l-5col,
    html form#steleenvraag,
    html .iframe-hidden,
    html .es-badge-container,
    html .u-mobile-only,
    html .u-noprint, body #uitvaart > header .e-menu--secondary,
    body #uitvaart > header .e-search,
    body #uitvaart > footer .e-menu--footer,
    body #uitvaart > nav,
    body .e-breadcrumbs,
    body nav.offcanvas,
    body #fastbots-push-to-talk,
    body a.js-print,
    body .e-post--todo li.removed,
    body .e-post--todo a[data-toggle],
    body #chat-widget-push-to-talk,
    body .e-infotheque a br,
    body footer section.l-x-400,
    body footer section.l-5col,
    body form#steleenvraag,
    body .iframe-hidden,
    body .es-badge-container,
    body .u-mobile-only,
    body .u-noprint {
      display: none !important; }
    html .e-notification, body .e-notification {
      position: static; }
    html .e-videolist, body .e-videolist {
      display: none !important; }
      html .e-videolist a img, body .e-videolist a img {
        border: 1px solid #000; }
    html #uitvaart > main, body #uitvaart > main {
      padding-bottom: 0; }
    html .s-rounded, body .s-rounded {
      padding: 1rem; }
    html .e-colofon, body .e-colofon {
      padding-top: 0; }
    html a[href^="/juridische"], body a[href^="/juridische"] {
      color: #000 !important; }
      html a[href^="/juridische"]::after, body a[href^="/juridische"]::after {
        display: none; }
    html .e-expert::after, body .e-expert::after {
      display: block;
      padding-bottom: 2rem;
      text-align: center; }
    html .e-expert h3, body .e-expert h3 {
      padding-bottom: 0; }
    html .e-banner h2 span, body .e-banner h2 span {
      color: inherit;
      display: inline; }
    html .e-banner p, body .e-banner p {
      padding-bottom: 0; }
    html .e-banner a.button::after, body .e-banner a.button::after {
      display: block;
      float: none;
      text-align: center; }
    html .e-banner a.extern, body .e-banner a.extern {
      display: block;
      text-align: center; } }

@media screen {
  .u-onlyprint {
    display: none; } }

@media (max-width: 767px) {
  #uitvaart > header {
    position: fixed;
    top: 0;
    z-index: 1981;
    width: 100vw; }
  #uitvaart > nav {
    position: fixed;
    top: 6rem;
    z-index: 1981;
    width: 100vw; }
  #uitvaart > main {
    margin-top: 8.375rem;
    padding-top: 1px; } }


/*# sourceMappingURL=uitvaart.css.map*/