@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
html,
body {
  color: #000;
  font-size: 15px;
  font-weight: 300;
  font-family: Arimo, "Helvetica Neue", HelveticaNeue, sans-serif;
}

@media (max-width: 1100px) {
  html,
  body {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  html,
  body {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  body {
    background-size: cover;
  }
}

*:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

h1 {
  margin: 0.5em 0 0.125em 0;
  font-weight: 900;
  font-style: normal;
  line-height: 1.3em;
}

h2 {
  margin: 0.5em 0 0.125em 0;
  font-weight: 900;
  line-height: 1.2em;
}

h3,
h4,
h5 {
  margin: 0.5em 0 0 0;
  line-height: 1.15em;
}

p {
  margin: 0 0 1em;
  line-height: 1.5em;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

strong {
  font-weight: 700;
}

a.button {
  padding: 1em 2em;
  background: #75B72D;
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a.button:hover {
  background-color: #609726;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a.reisinfo {
  position: fixed;
  bottom: 2em;
  left: 2em;
  padding: 1em 1.5em 1em 3em;
  border-radius: 8px;
  background: url("../img/wereldbol-icon.svg") no-repeat 1em center #75B72D;
  background-size: 1.35em;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

a.reisinfo:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 1.5s all;
  transition: 1.5s all;
}

a.reisinfo.hide {
  bottom: -5em;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

a.arrow {
  background: url("../img/arrow-icon.svg") no-repeat right;
  background-size: 1.25em;
  padding-right: 2em;
}

.primary-grid {
  display: block;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 2em;
}

@media (max-width: 1100px) {
  .primary-grid {
    padding: 0 2em;
  }
}

.secondary-grid {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.header .bovenkant {
  padding: 2em 0;
}

@media (max-width: 520px) {
  .header .bovenkant {
    padding: 1em 0;
  }
}

.header .bovenkant .primary-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

@media (max-width: 1100px) {
  .header .bovenkant .primary-grid {
    padding: 0 2em;
  }
}

.header .logo a {
  display: block;
  width: 17em;
  height: 3em;
  background: url("../img/logo-medicorps.svg") no-repeat;
  background-size: contain;
}

@media (max-width: 900px) {
  .header .menu {
    display: none;
  }
}

.header .menu ul {
  list-style: none;
}

.header .menu ul li {
  display: inline-block;
  margin: 0 0 0 1.5em;
  font-size: 0.9em;
  text-transform: uppercase;
  font-weight: 600;
}

.header .menu ul li a {
  color: #8a8a8a;
  text-decoration: none;
}

.header .menu ul li a:hover {
  color: #0E447D;
}

.header .menu ul li.current-menu-item a {
  color: #0E447D;
}

.header .usp-balk {
  padding: 1em 0;
  background: #0E447D;
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
}

@media (max-width: 520px) {
  .header .usp-balk {
    font-size: 0.8em;
  }
}

.header .usp-balk .primary-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .usp-balk .usps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .usp-balk .usps .usp {
  margin-right: 0.75em;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .header .usp-balk .usps .usp {
    display: none;
  }
}

.header .usp-balk .usps .usp::after {
  position: relative;
  top: -2px;
  content: '';
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.75em;
  border-radius: 50%;
  background: #75B72D;
}

@media (max-width: 1100px) {
  .header .usp-balk .usps .usp::after {
    top: 3px;
  }
}

.header .usp-balk .usps .usp:last-child::after {
  display: none;
}

@media (max-width: 1100px) {
  .header .usp-balk .usps .usp:nth-child(1), .header .usp-balk .usps .usp:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1100px) {
  .header .usp-balk .usps .usp:nth-child(2)::after {
    display: none;
  }
}

.header .usp-balk .bellen::before {
  position: relative;
  top: 0.15em;
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: url("../img/telefoon-icon.svg") no-repeat;
  background-size: contain;
}

.header .usp-balk .bellen a {
  color: #fff;
}

.top-hamburger {
  display: none;
  position: absolute;
  right: 1.5em;
  z-index: 999;
}

@media (max-width: 900px) {
  .top-hamburger {
    display: block;
    top: 3em;
  }
}

@media (max-width: 520px) {
  .top-hamburger {
    top: 1.5em;
    right: 1.5em;
  }
}

.mobiel-menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.mobiel-menu.active {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 1;
  pointer-events: all;
}

.mobiel-menu .holder {
  padding-top: 5em;
}

.mobiel-menu .logo {
  margin-top: 3em;
}

.mobiel-menu .logo img {
  width: 100%;
  height: auto;
}

.mobiel-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobiel-menu ul li {
  font-size: 1.5em;
  padding-bottom: 1em;
  text-align: center;
}

.mobiel-menu ul li a {
  color: #8a8a8a;
  text-decoration: none;
}

.opener {
  padding: 2em 1em;
  background: url("../img/bg-medicorps-v2.svg") no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 1.1em;
}

@media (max-width: 1100px) {
  .opener {
    padding: 3em 0;
  }
}

@media (max-width: 520px) {
  .opener {
    padding: 1em 0 2em;
    background-position: right;
  }
}

.opener .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.25fr;
      grid-template-columns: 1fr 2.25fr;
  grid-gap: 3em;
}

@media (max-width: 1100px) {
  .opener .primary-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 2em;
  }
}

.opener h1,
.opener h2,
.opener h3,
.opener h4 {
  color: #fff;
}

.opener h1 {
  margin: -0.25em 0 0;
}

.opener h1 span {
  position: relative;
  font-size: 0.6em;
  top: -0.7em;
}

.opener h2 {
  font-weight: 500;
  font-size: 1.3em;
  margin-top: 1em;
  line-height: 1.5em;
}

@media (max-width: 520px) {
  .opener h2 {
    line-height: 1.2em;
  }
}

.opener h2 span {
  font-weight: 400;
  font-size: 0.9em;
}

@media (max-width: 520px) {
  .opener h2 span {
    display: block;
    font-size: 0.8em;
  }
}

.opener a.arrow {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .opener a.arrow {
    display: none;
  }
}

.opener .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.opener .col:first-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}

.opener .col .foto {
  border-radius: 0.75em;
  overflow: hidden;
  margin-bottom: 2em;
}

@media (max-width: 1100px) {
  .opener .col .foto {
    display: none;
  }
}

.opener .col .foto img {
  width: 100%;
  height: auto;
}

.opener .updates-knop {
  display: block;
  margin: 3em 0;
}

@media (max-width: 520px) {
  .opener .updates-knop {
    display: none;
  }
}

.opener .updates-knop a.button {
  padding: 1em 1.5em 1em 3em;
  background: url("../img/wereldbol-icon.svg") no-repeat 1em center #75B72D;
  background-size: 1.35em;
}

@media (max-width: 520px) {
  .opener .updates-knop a.button {
    width: calc(100% + 1em);
    text-align: left;
    display: block;
    padding-left: 1em;
    margin-bottom: 1em;
  }
}

.opener .input-veld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1em 0 0.5em 0;
}

@media (max-width: 520px) {
  .opener .input-veld {
    display: block;
  }
}

.opener .input-veld input {
  width: 22em;
  height: 3em;
  color: #000;
  padding-left: 1em;
  border: none;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.opener .input-veld input::-webkit-input-placeholder {
  color: #8a8a8a;
}

.opener .input-veld input:-ms-input-placeholder {
  color: #8a8a8a;
}

.opener .input-veld input::-ms-input-placeholder {
  color: #8a8a8a;
}

.opener .input-veld input::placeholder {
  color: #8a8a8a;
}

@media (max-width: 520px) {
  .opener .input-veld input {
    width: 100%;
    border-radius: 8px;
  }
}

.opener .input-veld .input-button {
  height: 3em;
  padding: 0.5em 1em;
  line-height: 2em;
  border-radius: 0 8px 8px 0;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width: 520px) {
  .opener .input-veld .input-button {
    display: block;
    width: 100%;
    margin-top: 1em;
    border-radius: 8px;
  }
}

.opener .direct-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  height: 3em;
}

@media (max-width: 520px) {
  .opener .direct-contact {
    display: block;
    margin-bottom: 3em;
  }
}

.opener .direct-contact .content {
  margin-right: 0.5em;
  font-weight: 500;
}

.opener .direct-contact .bellen {
  background: url("../img/telefoon-icon.svg") no-repeat left;
  background-size: 1.25em;
  margin-left: 0.5em;
  padding: 0.5em 0.5em 0.5em 1.75em;
}

@media (max-width: 520px) {
  .opener .direct-contact .bellen {
    margin-left: 0;
    background: none;
    padding-left: 0;
  }
}

.opener .direct-contact .bellen a {
  color: #fff;
}

.opener .usp-blok {
  margin-top: 1em;
}

.opener .usp-blok .usp {
  background: url("../img/usp-check.svg") no-repeat left;
  background-size: 1.5em;
  padding: 0.5em 0 0.5em 2em;
  font-weight: 500;
  line-height: 1.4em;
}

@media (max-width: 520px) {
  .opener .usp-blok .usp {
    padding-left: 2.5em;
  }
}

.opener .logos-blok {
  width: 35em;
  margin-top: 2em;
  padding: 2em 2em 0.5em 2em;
  border-radius: 8px;
  background: #fff;
}

@media (max-width: 1100px) {
  .opener .logos-blok {
    width: 45em;
  }
}

@media (max-width: 900px) {
  .opener .logos-blok {
    width: 40em;
  }
}

@media (max-width: 520px) {
  .opener .logos-blok {
    width: 20em;
  }
}

.opener .logos-blok .intro {
  color: #8a8a8a;
  font-weight: 500;
}

.opener .logos-blok .logo-container {
  margin: 1em 0 0 0;
}

.opener .logos-blok .logo-container .logo .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opener .logos-blok .logo-container .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.content-row-foto-tekst {
  text-align: center;
  margin: 3em 5em;
}

@media (max-width: 1100px) {
  .content-row-foto-tekst {
    margin: 3em 1em;
  }
}

@media (max-width: 520px) {
  .content-row-foto-tekst {
    margin: 3em 0;
  }
}

.content-row-foto-tekst .holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.75fr;
      grid-template-columns: 1fr 1.75fr;
  grid-gap: 5em;
}

@media (max-width: 1100px) {
  .content-row-foto-tekst .holder {
    -ms-grid-columns: 1.75fr 1fr;
        grid-template-columns: 1.75fr 1fr;
    grid-gap: 3em;
  }
}

@media (max-width: 900px) {
  .content-row-foto-tekst .holder {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    grid-gap: 2em;
  }
}

.content-row-foto-tekst .holder .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-row-foto-tekst h1 {
  margin-bottom: 1em;
}

.content-row-foto-tekst h2 {
  font-size: 1.75m;
  margin-bottom: 1em;
}

.content-row-foto-tekst h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.content-row-foto-tekst a.button {
  display: inline-block;
  margin-top: 1em;
  font-size: 1.1em;
}

.content-row-foto-tekst .content {
  text-align: left;
}

.content-row-foto-tekst .foto {
  border-radius: 0.75em;
  overflow: hidden;
  max-height: 95%;
}

@media (max-width: 520px) {
  .content-row-foto-tekst .foto {
    max-height: inherit;
  }
}

.content-row-foto-tekst .foto img {
  width: 100%;
  height: auto;
}

.content-row-foto-tekst.blauw {
  background: url("../img/bg-medicorps-v2.svg") no-repeat;
  background-size: cover;
  margin: 0;
  padding: 5em;
  color: #fff;
}

@media (max-width: 1100px) {
  .content-row-foto-tekst.blauw {
    padding: 5em 1em;
  }
}

@media (max-width: 520px) {
  .content-row-foto-tekst.blauw {
    padding: 5em 0;
  }
}

.content-row-foto-tekst.blauw h1, .content-row-foto-tekst.blauw h2, .content-row-foto-tekst.blauw h3, .content-row-foto-tekst.blauw h4, .content-row-foto-tekst.blauw h5 {
  color: #fff;
}

.content-row-foto-tekst.blauw.rechts .primary-grid .holder {
  -ms-grid-columns: 1.75fr 1fr;
      grid-template-columns: 1.75fr 1fr;
}

.content-row-foto-tekst.links .foto,
.content-row-foto-tekst.links .video {
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 1100px) {
  .content-row-foto-tekst.links .holder {
    -ms-grid-columns: 1fr 1.75fr;
        grid-template-columns: 1fr 1.75fr;
  }
}

@media (max-width: 900px) {
  .content-row-foto-tekst.links .holder {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .content-row-foto-tekst .foto,
  .content-row-foto-tekst .video {
    -ms-grid-row: 2 !important;
    grid-row: 2 !important;
  }
}

.content-full-row h1, .content-full-row h2, .content-full-row h3, .content-full-row h4, .content-full-row h5 {
  margin-bottom: 1em;
}

.content-full-row .content {
  padding: 3em 2em;
}

.sub-header {
  background: url("../img/bg-medicorps.svg") no-repeat;
  background-size: 102%;
  background-position: 0 -9em;
  padding: 4em 0;
}

@media (max-width: 900px) {
  .sub-header {
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 520px) {
  .sub-header {
    padding: 3em 0;
  }
}

.sub-header .primary-grid {
  position: relative;
}

.sub-header .primary-grid::after {
  content: '';
  position: absolute;
  top: -2.5em;
  right: 2em;
  width: 6em;
  height: 6em;
  background: url("../img/medicorps-icon.svg") no-repeat;
  background-size: contain;
}

@media (max-width: 1100px) {
  .sub-header .primary-grid::after {
    width: 6em;
    height: 6em;
  }
}

@media (max-width: 520px) {
  .sub-header .primary-grid::after {
    display: none;
  }
}

.sub-header h1 {
  color: #fff;
}

.sub-header p {
  font-size: 1.1em;
  color: #fff;
}

.formulier-blok {
  padding: 3em;
  margin: -3.5em auto 5em;
  max-width: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1100px) {
  .formulier-blok {
    max-width: 75%;
  }
}

@media (max-width: 520px) {
  .formulier-blok {
    margin: -1em auto 5em;
    max-width: 100%;
  }
}

.formulier-blok h2 {
  text-align: center;
  margin-bottom: 2em;
}

.aanhef-formulier {
  padding: 4em 2em 6em;
  background: #dae4f2;
}

@media (max-width: 520px) {
  .aanhef-formulier {
    padding: 4em 2em 3em;
  }
}

.aanhef-formulier h2 {
  margin-bottom: 1em;
}

.aanhef-formulier h2 span {
  color: #75B72D;
}

.aanhef-formulier p span {
  font-weight: bold;
}

.foto-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3em 0 0;
  height: 30vh;
  overflow: hidden;
}

.foto-hero .primary-grid {
  width: 100%;
}

.foto-hero .titel {
  position: relative;
  z-index: 3;
  width: calc(100% - 4em);
  text-align: left;
}

.foto-hero .titel h1 {
  color: #fff;
}

.foto-hero .foto {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.foto-hero .foto img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.foto-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0E447D;
  mix-blend-mode: multiply;
  z-index: 2;
}

.content-full-width {
  padding: 3em 0;
}

.content-full-width h1, .content-full-width h2, .content-full-width h3, .content-full-width h4, .content-full-width h5, .content-full-width h6 {
  margin-bottom: 1em;
}

.content-row-tekst-tekst {
  padding: 3em 0;
}

.content-row-tekst-tekst .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
}

@media (max-width: 520px) {
  .content-row-tekst-tekst .primary-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}

.content-row-tekst-tekst h1, .content-row-tekst-tekst h2, .content-row-tekst-tekst h3, .content-row-tekst-tekst h4, .content-row-tekst-tekst h5, .content-row-tekst-tekst h6 {
  margin-bottom: 1em;
}

.usp-blok-page {
  padding: 3em 0;
}

.usp-blok-page h1, .usp-blok-page h2, .usp-blok-page h3, .usp-blok-page h4, .usp-blok-page h5, .usp-blok-page h6 {
  margin-bottom: 1em;
}

.usp-blok-page .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1.25fr;
      grid-template-columns: 2fr 1.25fr;
  grid-gap: 3em;
}

@media (max-width: 520px) {
  .usp-blok-page .primary-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.usp-blok-page .usp-lijst {
  padding-bottom: 3em;
  margin-top: 4em;
}

@media (max-width: 520px) {
  .usp-blok-page .usp-lijst {
    margin-top: 1em;
  }
}

.usp-blok-page .usp-lijst ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.usp-blok-page .usp-lijst ul li {
  padding: 0.5em 0;
}

.usp-blok-page .usp-lijst ul li.usp {
  background: url("../img/usp-check.svg") no-repeat left;
  background-size: 1.5em;
  padding: 0.5em 0 0.5em 2em;
}

.faq-blok {
  padding: 3em 0 5em;
}

.faq-blok .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
}

@media (max-width: 520px) {
  .faq-blok .primary-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.faq-blok .col {
  width: 100%;
}

.faq-blok .faq-item {
  margin: 1em 0 0;
  padding: 0.5em 0 0;
}

.faq-blok .faq-item .titel {
  padding: 1em 1em 1em 1.5em;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  background-image: -webkit-gradient(linear, right top, left top, from(#0E447D), to(#4E8ECB));
  background-image: linear-gradient(-90deg, #0E447D 0%, #4E8ECB 100%);
}

.faq-blok .faq-item .titel::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 1.5em;
  height: 1em;
  margin-right: 0.5em;
  background: url("../img/faq-plus-icon-wit.svg") no-repeat;
  background-size: contain;
}

.faq-blok .faq-item .antwoord {
  display: none;
  padding: 1em 0 0;
}

.faq-blok .faq-item.active .antwoord {
  display: block;
}

.faq-blok .foto {
  border-radius: 12px;
  overflow: hidden;
}

.faq-blok .foto img {
  width: 100%;
  height: auto;
}

.cijfers-blok {
  padding: 3em 0 1em;
}

.cijfers-blok .titel {
  text-align: center;
  margin-bottom: 1.5em;
  width: 100%;
  font-size: 1.25em;
  font-weight: 600;
}

.cijfers-blok .cijfers-blokken {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3em;
}

@media (max-width: 520px) {
  .cijfers-blok .cijfers-blokken {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 1.5em;
  }
}

.cijfers-blok .cijfers-blokken .cijfer-item {
  padding: 1.5em 2em;
  background: #fff;
  border-radius: 0.75em;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.cijfers-blok .cijfers-blokken .cijfer-item .cijfer-value {
  color: #4E8ECB;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.cijfers-blok .cijfers-blokken .cijfer-item .cijfer-label {
  font-weight: 500;
  font-size: 1.25em;
}

.ervaringen-blok {
  padding: 3em 0;
}

.ervaringen-blok .heading {
  text-align: center;
  margin-bottom: 2em;
}

.ervaringen-blok .heading h2 {
  margin-bottom: 1em;
}

.ervaringen-blok .ervaringen-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
}

@media (max-width: 900px) {
  .ervaringen-blok .ervaringen-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.ervaringen-blok .ervaringen-container .ervaring-item {
  padding: 2em;
  background: #4E8ECB;
  color: #fff;
  border-radius: 12px;
}

.ervaringen-blok .ervaringen-container .ervaring-item > * {
  margin: 0.5em 0;
}

.ervaringen-blok .ervaringen-container .ervaring-item h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
}

.ervaringen-blok .ervaringen-container .ervaring-item .ranking {
  background: url("../img/review-sterren.svg") no-repeat left;
  background-size: contain;
  width: 100%;
  height: 1.25em;
  margin: 1em 0;
}

.pcr-status-blok {
  margin: 3em 0;
}

@media (max-width: 900px) {
  .pcr-status-blok {
    margin: 3em;
  }
}

.pcr-status-blok .content {
  margin-bottom: 2em;
}

.pcr-status-blok .pcr-status-container {
  padding: 2em;
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.pcr-status-blok .pcr-status-container .row {
  padding: 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 900px) {
  .pcr-status-blok .pcr-status-container .row {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .pcr-status-blok .pcr-status-container .row .kolom {
    margin: 0.25em 0;
    padding-bottom: 0.5em;
  }
}

.pcr-status-blok .pcr-status-container .row .kolom.land {
  font-weight: bold;
}

.pcr-status-blok .pcr-status-container .row .kolom.land::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: red;
  margin-right: 1em;
}

.pcr-status-blok .pcr-status-container .row.geel .kolom.land::before {
  background: #f9d612;
}

.pcr-status-blok .pcr-status-container .row.oranje .kolom.land::before {
  background: #ff6f00;
}

.pcr-status-blok .pcr-status-container .row.groen .kolom.land::before {
  background: green;
}

.top-footer {
  padding: 3em 0;
  background: #0E447D;
  color: #fff;
}

.top-footer h1, .top-footer h2, .top-footer h3, .top-footer h4, .top-footer h5 {
  color: #fff;
  margin-bottom: 1em;
}

.top-footer h3 {
  font-size: 1.25em;
}

.top-footer p {
  margin-bottom: 1em;
}

.top-footer .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr 1fr;
      grid-template-columns: 1fr 2fr 1fr;
  grid-gap: 1em;
}

@media (max-width: 900px) {
  .top-footer .primary-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .top-footer .primary-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.top-footer .adressen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}

@media (max-width: 520px) {
  .top-footer .adressen {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.top-footer .adressen .col.second {
  margin-top: 3em;
}

@media (max-width: 520px) {
  .top-footer .adressen .col.second {
    margin-top: 0;
  }
}

.top-footer .quick-links ul {
  list-style-position: inside;
  padding: 0;
}

.top-footer .quick-links ul li {
  margin-bottom: 0.5em;
}

.top-footer .quick-links ul li a {
  color: #fff;
  text-decoration: underline;
}

.reserveren-container {
  display: block;
  position: relative;
  clear: both;
}

.footer {
  padding: 3em 0;
  background: #f4f4f4;
}

.footer p {
  line-height: 1.5em;
}

.footer .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}

@media (max-width: 520px) {
  .footer .primary-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.footer .col:last-child {
  text-align: right;
}

.footer ul {
  list-style: none;
}

.footer ul li {
  display: inline-block;
  margin-left: 1.5em;
}

.frm_forms .frm_checkbox {
  padding-bottom: 0.5em;
}
/*# sourceMappingURL=global.css.map */