/* latin */
/* @font-face {
  font-family: "Amaranth";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amaranth/v18/KtkuALODe433f0j1zMnFHdA.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
/* @font-face { */
/* font-family: "Amaranth";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amaranth/v18/KtkpALODe433f0j1zMF-OMWl42E.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
    U+2193, U+2212, U+2215, U+FEFF, U+FFFD; */
/* } */

@font-face {
  font-family: "Amaranth";
  src: url("../fonts/Amaranth-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Amaranth";
  src: url("../fonts/Amaranth-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Red Hat Display";
  src: url("../fonts/RedHatDisplay-Black.ttf");
  font-weight: 900;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
}

html {
  height: 100%;
}

body {
  background-color: #fff;
  padding: 0px 2rem 2rem 2rem;
  height: 100dvh;
  height: 100vh;
  height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}

.main {
  background-image: url(../img/pp_bg_hero.jpg);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  height: calc(100% - 140px);
}
.download h3 {
  font-size: 1.5rem;
  padding-bottom: 16px;
}
.download {
  padding: 32px 0 28px 0;
}

.download-description {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  column-gap: 17px;
  align-items: center;
}
.download span {
  background-color: white;
  width: 180px;
  height: 180px !important;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: 150px 150px;
}
.download img {
  background-image: url(../img/pp-qr-met.png);
  width: 170px;
  height: 170px !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 170px 170px;
}
.download p {
  font-size: 18px;
  line-height: 31.5px;
}

@media only screen and (max-width: 768px) {
  .main {
    padding-top: 16px;
    padding-bottom: 16px;
    height: calc(100% - 70px);
  }
}

.header_logo {
  position: absolute;
  left: 0;
  top: 2rem;
}
.header_logo img {
  width: var(--header-logo-w);
  height: auto;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 144px;
  gap: 12px;
}

.heading {
  margin-bottom: 1.5rem;
}

.heading h2 {
  font-size: 2.25rem;
}

.tile__footer {
  min-height: 42px;
  font-family: "Red Hat Display", Helvetica;
  padding: 16px 0;
  font-size: 1rem;
  /*border-top: 1px solid #F4F4F4;*/
  font-weight: 400;
  text-align: center;
}

.footer_menu_social_links {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.ctabox-wrap .ctabox {
  padding: 4rem !important;
}

.faq-btn {
  position: fixed;
  right: 2rem;
  top: 3rem;
}

.faq-btn a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #23b4aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 0 solid transparent;
  transition: background-color 0.15s ease-in-out, outline 0.15s ease-in-out;
  margin-left: 0.5rem;
}

.faq-btn span {
  line-height: 40px;
  vertical-align: top;
}

.ml-1 {
  margin-left: 0.25rem;
}

.faq-btn a:hover {
  background-color: #23b4aa;
}
.faq-btn a:focus {
  outline-offset: 2px;
  outline: 2px solid #005342;
}

#faq-panel {
  max-width: 31.25rem;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1025;
  height: 100vh;
}

#faq-panel .card {
  height: 100%;
  background-color: #f3faf6;
  border-radius: 0;
  border: 0;
  overflow-y: auto;
}

.faq-header {
  padding: 0 14px;
  color: #005342;
}

.accordion hr {
  margin: 0 30px 0 18px;
}

.ctabox-wrap .ctabox {
  margin: 3rem 0px auto 6.25rem !important;
  width: 32.313rem;
}

.ctabox a {
  color: #1B1C1E;
}

.hide-sm {
  display: initial;
}

.password-toggle {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.main.hero {
  overflow-y: auto;
  border-radius: 0 1rem;
}

.error {
  color: #dc3545ff;
  background-color: rgba(230, 204, 204, 0.95);
  border-radius: 0 10px 0 10px;
  padding: 12px;
  font-size: 0.8rem;
  display: block;
  margin-top: 12px;
}

.w-3 {
  width: 0.75rem;
}

.h-3 {
  height: 0.75rem;
}

.form-group {
  margin-bottom: 0.5rem !important;
}

.error-addon {
  position: absolute;
  top: 18px;
  right: 18px;
}

.error-addon-svg {
  filter: invert(58%) sepia(93%) saturate(2664%) hue-rotate(314deg)
    brightness(63%) contrast(141%);
}

input[aria-invalid="true"] {
  border: solid #b80012 2px !important;
}

@media (max-width: 767px) {
  .faq-btn a {
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 24px;
  }

  .faq-btn span {
    text-align: center;
    top: -10px;
    left: 5px;
    position: relative;
    display: block;
    text-transform: capitalize;
  }

  .hide-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  body {
    padding: 0;
  }
  .heading h2 {
    font-size: 1.25rem;
  }
  .header_logo {
    position: absolute;
    left: 2rem;
    top: 1rem;
  }
  .download h3 {
    font-size: 1.375rem;
    line-height: 27.5px;
  }
  .download {
    justify-content: center;
    display: grid;
    padding: 32px 0 32px 0;
  }
  .download-description p {
    display: none;
  }
  .download-description {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .android-device .download span {
    background: none;
    width: 229px;
    height: 66.38px !important;
    background-size: 229px 66.38px !important;
    display: block;
  }
  .android-device .download img {
    background-image: url(../img/downloadGooglePlay.png);
    width: 100%;
    height: 66.38px !important;
    background-repeat: none;
    background-size: 229px 66.38px !important;
  }
  .ios-device .download span {
    background: none;
    width: 229px;
    height: 66.38px !important;
    background-size: 229px 66.38px !important;
    background-repeat: none;
  }
  .ios-device .download img {
    background-image: url(../img/downloadIos.png);
    width: 100%;
    height: 66.38px !important;
    background-repeat: none;
    background-size: 229px 66.38px !important;
  }

  .header_top {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 84px;
    gap: 12px;
  }

  .main.hero {
    border-radius: 0 0;
  }

  /* .main {
    height: 100%;
  } */

  #faq-panel {
    width: max-width;
    max-width: unset;
  }

  .faq-btn {
    position: fixed;
    right: 2rem;
    top: -0.5rem;
  }

  .ctabox-wrap .ctabox {
    padding: 2rem !important;
  }

  .ctabox-wrap .ctabox {
    margin: auto !important;
    width: 32.313rem;
  }
}

.banner-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner-content {
  justify-content: space-between;
}
.banner_logo {
  width: 52px;
  height: 52px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13.289px;
}

.banner_img img {
  width: var(--header-logo-w);
  height: auto;
  padding-right: 8px;
}

.banner-button {
  display: inline-flex;
  justify-content: end;
  height: 25.87px;
  width: 90.76px;
  padding: 5.97px 23.881px;
  justify-content: center;
  align-items: center;
  gap: 1.99px;
  flex-shrink: 0;
  border-radius: 0px 3.98px;
  background: var(--actief-oranje-700-main, #fa6400);
  border: none;
  color: white;
  font-family: "Red Hat Display";
  font-size: 8.955px;
  font-style: normal;
  font-weight: 700;
  line-height: 9.95px;
}
.banner-content-text {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.banner-content-text h3 {
  font-size: 16px;
  margin: 0;
  color: #005342;
}
.banner-content-text p {
  font-size: 12px;
  margin: 0;
}
.banner-left {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 30px;
  align-items: center;
  width: 100%;
}
