@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: 17px;
  font-weight: 300;
  font-family: Arimo, "Helvetica Neue", HelveticaNeue, sans-serif;
}

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

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

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

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

*:focus {
  outline: none !important;
}

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

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

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

h3,
h4,
h5 {
  margin: 0.5em 0 0 0;
}

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.arrow {
  background: url("../img/arrow-icon.svg") no-repeat right;
  background-size: 1.25em;
  padding-right: 2em;
}

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

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

.secondary-grid {
  display: block;
  max-width: 1100px;
  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: 950px) {
  .header .menu {
    display: none;
  }
}

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

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

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

.header .usp-balk {
  padding: 1em 0;
  background: #0E447D;
  color: #fff;
  font-size: 0.7em;
  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: 950px) {
  .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: 4em 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: 2fr 3fr;
      grid-template-columns: 2fr 3fr;
  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 h2 {
  font-weight: 500;
  font-size: 1.3em;
  margin-top: 1em;
}

@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: center;
      -ms-flex-align: center;
          align-items: center;
}

.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 .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: 2em;
  }
}

.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: 950px) {
  .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: 5em;
}

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

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

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

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

@media (max-width: 950px) {
  .content-row-foto-tekst .holder {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    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 h2 {
  font-size: 2em;
  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;
}

.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.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.5fr;
        grid-template-columns: 1fr 1.5fr;
  }
}

@media (max-width: 950px) {
  .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: 5em 0 7em;
}

@media (max-width: 950px) {
  .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: -2em;
  right: 2em;
  width: 8em;
  height: 8em;
  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;
}

.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: #f4f4f4;
}

@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;
}

.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 */