/*!*********************************************************************************************************************************************************************!*\
  !*** 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=Roboto:wght@400;500;600;700&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/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; }

html, body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 991px) {
    html, body {
      max-width: 100%;
      overflow-x: hidden; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif; }

#ovmld {
  display: block;
  margin: 0 auto;
  width: 100%; }

.hero {
  background-image: linear-gradient(to top, #ffffff, #ffffff 3rem, transparent 3rem), url(asset/hero.jpg);
  background-position: center, center top;
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  margin-bottom: 4rem;
  min-height: 60vh;
  padding: 3rem calc(50% - 570px) 15rem;
  position: relative; }
  .hero .hero__call {
    background-image: url(asset/phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto;
    color: #ffffff;
    display: inline-block;
    font-size: 2.75rem;
    font-weight: 500;
    padding: 2rem 0 1rem 9rem;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5); }
    .hero .hero__call span {
      border-left: 1px solid #ffffff;
      display: block;
      font-size: 1.25rem;
      margin: 1.25rem 0;
      padding-left: 1.25rem;
      width: auto; }
  .hero .hero__cta {
    bottom: 0;
    left: 0;
    position: absolute; }
    .hero .hero__cta a {
      background-color: #c22d1e;
      border: 0;
      border-radius: 0 1rem 1rem 0;
      color: #ffffff;
      display: block;
      font-size: 2.25rem;
      font-weight: 500;
      line-height: 3rem;
      margin-top: 2rem;
      min-width: 50vw;
      padding: 2rem 2rem 1.25rem 50%;
      position: relative;
      width: 700px; }
      .hero .hero__cta a h1, .hero .hero__cta a h2, .hero .hero__cta a span {
        white-space: nowrap; }
      .hero .hero__cta a h2 {
        padding-bottom: .75rem; }
      .hero .hero__cta a span {
        font-size: 1.5rem;
        font-weight: 400; }
      .hero .hero__cta a::after {
        background-image: url(asset/marianne.png);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        content: '';
        display: inline-block;
        left: 0;
        position: absolute;
        top: -2rem;
        width: calc(50% - 2rem);
        z-index: 1; }
  @media (max-width: 767px) {
    .hero {
      min-height: 0;
      padding-bottom: 0; }
      .hero .hero__call {
        background-position: center top;
        font-size: 2.25rem;
        padding: 11rem 1rem 1rem;
        text-align: center; }
        .hero .hero__call span {
          border-left: 0;
          border-top: 1px solid #ffffff;
          display: inline-block;
          padding-left: 0;
          padding-top: .25rem; }
      .hero .hero__cta {
        display: inline-block;
        max-width: calc(100vw - 2rem);
        position: static;
        width: auto; }
        .hero .hero__cta a {
          font-size: 1.5rem;
          line-height: 1.75rem;
          padding: 1.5rem 1.5rem 1.5rem 12rem;
          width: auto; }
          .hero .hero__cta a::after {
            background-position: -1rem bottom;
            background-size: cover; } }
      @media (max-width: 767px) and (max-width: 479px) {
        .hero .hero__cta a {
          padding-left: 2rem; }
          .hero .hero__cta a::after {
            display: none; } }

.content {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 3fr 2fr;
  padding: 0 calc(50% - 570px) 4rem; }
  .content aside {
    align-items: center;
    display: flex;
    justify-content: center; }
  .content h2 {
    color: #5072ba;
    font-size: 2.5rem;
    font-weight: 500;
    padding-bottom: 2rem; }
  .content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-bottom: 2rem; }
    .content p a {
      color: #e33220;
      text-decoration: underline; }
      .content p a.button {
        background-color: #e33220;
        border-radius: 1rem;
        color: #ffffff;
        display: inline-block;
        font-size: 1.25rem;
        font-weight: 500;
        padding: .75rem 1.75rem;
        text-decoration: none; }
  .content strong {
    font-weight: 500; }
  .content ul {
    font-size: 1.25rem;
    line-height: 1.75rem; }
    .content ul li {
      background-image: url(asset/arrow.png);
      background-position: left .25rem;
      background-repeat: no-repeat;
      background-size: auto;
      padding-bottom: 2rem;
      padding-left: 2rem; }
      .content ul li a {
        color: #e33220;
        text-decoration: underline; }
  @media (max-width: 1199px) {
    .content {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 767px) {
    .content {
      display: flex;
      flex-direction: column-reverse;
      gap: 1rem;
      padding: 1.5rem; }
      .content h2 {
        font-size: 2rem;
        padding-top: 1rem; } }

.footer {
  background-image: url(asset/phone.png), linear-gradient(to bottom, #ffffff, #ffffff 2.75rem, #e3e1df 2.75rem);
  background-position: center top, left top;
  background-repeat: no-repeat, repeat-x;
  background-size: 5.5rem auto, auto;
  color: #999999;
  padding: 8rem calc(50% - 570px) 4rem; }
  .footer h2 {
    padding-bottom: 4rem;
    text-align: center; }
    .footer h2 a {
      color: #c22d1e;
      font-size: 2.25rem;
      font-weight: 500; }
  .footer article {
    align-items: flex-start;
    display: flex;
    justify-content: center; }
    .footer article p {
      max-width: 22rem;
      padding: 0 3rem; }
      .footer article p:first-of-type {
        border-right: 1px solid #999999; }
  .footer .footer__colofon {
    padding-top: 4rem;
    text-align: center; }
    .footer .footer__colofon a {
      color: #c22d1e;
      font-weight: 500; }
  @media (max-width: 767px) {
    .footer {
      margin-top: 3rem; }
      .footer article {
        border: 1px solid #999999;
        border-bottom: 0;
        border-top: 0;
        display: block;
        margin: 0 auto;
        max-width: 18rem;
        padding: 0 1rem; }
        .footer article p {
          max-width: none;
          padding: 0; }
          .footer article p:first-of-type {
            border-right: 0;
            padding-bottom: 2rem; } }

.slidein {
  background-color: #ffffff;
  bottom: auto;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
  height: 4rem;
  justify-content: center;
  left: 0;
  line-height: 3rem;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-align: center;
  top: -4rem;
  transition: top .4s;
  z-index: 2; }
  .slidein a {
    align-items: center;
    color: #c22d1e;
    display: flex;
    flex-direction: row;
    font-size: 2.25rem;
    font-weight: 500;
    height: 4rem;
    justify-content: center;
    padding: .5rem 0; }
    .slidein a img {
      margin-right: 1rem;
      max-height: 100%; }
  @media (max-width: 767px) {
    .slidein {
      bottom: -4rem;
      box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.15);
      top: auto;
      transition: bottom .4s; }
      .slidein a {
        font-size: 1.5rem; } }
  @media (max-width: 479px) {
    .slidein a {
      line-height: 1.5rem; } }

@media (min-width: 768px) {
  .scrolled .slidein {
    top: 0; } }

@media (max-width: 767px) {
  .scrolled .slidein {
    bottom: 0; } }


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