@import url("https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap");
#nav-icon3 {
  display: none;
  width: 50px;
  height: 36px;
  position: absolute;
  xmargin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 10001;
  right: 42px;
  top: 18px;
  opacity: .9; }
  @media all and (max-width: 960px) {
    #nav-icon3 {
      display: block; } }
  #nav-icon3 span {
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    background: #004971;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #nav-icon3 span:nth-child(1) {
      top: 0px; }
    #nav-icon3 span:nth-child(2) {
      top: 18px; }
    #nav-icon3 span:nth-child(3) {
      top: 18px; }
    #nav-icon3 span:nth-child(4) {
      top: 36px; }

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

* {
  box-sizing: border-box; }

body[class^="page_path__patientinformatie_app"],
body.page_path__online-inzage {
  font-family: "Baloo Da 2", arial sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  width: 100%;
  /* Additional classes */ }
  body[class^="page_path__patientinformatie_app"] a,
  body.page_path__online-inzage a {
    color: #cd007b;
    text-decoration: none;
    transition: all .5s; }
    body[class^="page_path__patientinformatie_app"] a:hover,
    body.page_path__online-inzage a:hover {
      color: #004971;
      transition: all .5s; }
  body[class^="page_path__patientinformatie_app"] .honk_open__header,
  body.page_path__online-inzage .honk_open__header {
    position: fixed;
    height: 80px;
    width: 100%;
    padding: 0px;
    z-index: 1000;
    background: #fff; }
    body[class^="page_path__patientinformatie_app"] .honk_open__header:after,
    body.page_path__online-inzage .honk_open__header:after {
      content: "";
      position: absolute;
      bottom: -36px;
      right: 0;
      z-index: -1;
      height: 40px;
      width: 100%;
      background: url(../img/nav-bottom.svg) right 153px top -18px; }
      @media all and (max-width: 920px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__header:after,
        body.page_path__online-inzage .honk_open__header:after {
          background-image: none; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__header .honk_open__header__logo,
    body.page_path__online-inzage .honk_open__header .honk_open__header__logo {
      position: absolute;
      left: 30px;
      top: 12px; }
  body[class^="page_path__patientinformatie_app"] .honk_open__menu,
  body.page_path__online-inzage .honk_open__menu {
    position: fixed;
    right: 50px;
    top: 30px;
    width: 75%;
    font-size: 16px;
    z-index: 10000; }
    body[class^="page_path__patientinformatie_app"] .honk_open__menu ul,
    body[class^="page_path__patientinformatie_app"] .honk_open__menu ul li,
    body.page_path__online-inzage .honk_open__menu ul,
    body.page_path__online-inzage .honk_open__menu ul li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      list-style-image: none; }
    body[class^="page_path__patientinformatie_app"] .honk_open__menu ul li,
    body.page_path__online-inzage .honk_open__menu ul li {
      float: right; }
      body[class^="page_path__patientinformatie_app"] .honk_open__menu ul li a,
      body.page_path__online-inzage .honk_open__menu ul li a {
        display: inline-block;
        margin-left: 16px;
        padding-left: 16px;
        border-left: 1px solid #555;
        line-height: 1.2em;
        color: #333; }
        body[class^="page_path__patientinformatie_app"] .honk_open__menu ul li a:hover,
        body.page_path__online-inzage .honk_open__menu ul li a:hover {
          color: #cd007b; }
      body[class^="page_path__patientinformatie_app"] .honk_open__menu ul li:nth-child(5) a,
      body.page_path__online-inzage .honk_open__menu ul li:nth-child(5) a {
        border-left-width: 0; }
    @media all and (max-width: 960px) {
      body[class^="page_path__patientinformatie_app"] .honk_open__menu,
      body.page_path__online-inzage .honk_open__menu {
        position: fixed;
        width: 30%;
        min-width: 340px;
        left: -400px;
        top: 0;
        bottom: 0;
        overflow: visible;
        background: #fff;
        -webkit-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.75); }
        body[class^="page_path__patientinformatie_app"] .honk_open__menu ul,
        body.page_path__online-inzage .honk_open__menu ul {
          margin-top: 40px; }
          body[class^="page_path__patientinformatie_app"] .honk_open__menu ul li,
          body.page_path__online-inzage .honk_open__menu ul li {
            float: none; }
            body[class^="page_path__patientinformatie_app"] .honk_open__menu ul li a,
            body.page_path__online-inzage .honk_open__menu ul li a {
              display: inline-block;
              margin-left: 16px;
              padding-left: 16px;
              border-left: 0px solid #555;
              line-height: 1.2em;
              color: #333;
              padding-bottom: 20px;
              margin-bottom: 20px;
              border-bottom: 1px solid #ddd;
              width: 90%;
              font-size: 20px; } }
  body[class^="page_path__patientinformatie_app"] .honk_open__main_content,
  body.page_path__online-inzage .honk_open__main_content {
    position: relative;
    top: 150px;
    padding-bottom: 160px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
    body[class^="page_path__patientinformatie_app"] .honk_open__main_content h1,
    body.page_path__online-inzage .honk_open__main_content h1 {
      font-size: 50px;
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: .5em;
      color: #004971; }
    body[class^="page_path__patientinformatie_app"] .honk_open__main_content h2,
    body.page_path__online-inzage .honk_open__main_content h2 {
      font-size: 28px;
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: .25em;
      color: #00a3db; }
  body[class^="page_path__patientinformatie_app"] .honk_open__row_1,
  body.page_path__online-inzage .honk_open__row_1 {
    height: 450px;
    background: #c2d6e2;
    position: relative;
    top: 80px;
    bottom: 0px; }
    @media all and (max-width: 720px) {
      body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .content-area,
      body.page_path__online-inzage .honk_open__row_1 .content-area {
        overflow: visible; } }
    @media all and (max-width: 560px) {
      body[class^="page_path__patientinformatie_app"] .honk_open__row_1,
      body.page_path__online-inzage .honk_open__row_1 {
        height: auto;
        overflow: hidden;
        padding-bottom: 90px;
        padding-top: 0;
        text-align: center; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header_inset,
    body.page_path__online-inzage .honk_open__row_1 .honk_open__header_inset {
      position: absolute;
      right: 0;
      top: 0px;
      height: 80px;
      width: 180px;
      background: #c2d6e2;
      z-index: 1000;
      position: fixed;
      font-size: 14px;
      line-height: 1.5em;
      padding: 16px 8px;
      color: #fff;
      font-weight: 600; }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header_inset a,
      body.page_path__online-inzage .honk_open__row_1 .honk_open__header_inset a {
        color: #fff; }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header_inset a:hover,
        body.page_path__online-inzage .honk_open__row_1 .honk_open__header_inset a:hover {
          color: #cd007b; }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__tag,
    body.page_path__online-inzage .honk_open__row_1 .honk_open__header__tag {
      position: relative;
      float: left;
      top: 70px;
      width: 55%; }
      @media all and (max-width: 560px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__tag,
        body.page_path__online-inzage .honk_open__row_1 .honk_open__header__tag {
          width: 100%;
          top: 30px; } }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__tag .h2-top,
      body.page_path__online-inzage .honk_open__row_1 .honk_open__header__tag .h2-top {
        color: #333;
        font-weight: 600;
        font-size: 24px;
        line-height: 2.2em;
        font-family: open-sans, arial, sans-serif; }
        @media all and (max-width: 920px) {
          body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__tag .h2-top,
          body.page_path__online-inzage .honk_open__row_1 .honk_open__header__tag .h2-top {
            line-height: 1.4em; } }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__tag h2,
      body.page_path__online-inzage .honk_open__row_1 .honk_open__header__tag h2 {
        font-size: 60px;
        font-weight: 600;
        line-height: 1em; }
        @media all and (max-width: 900px) {
          body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__tag h2,
          body.page_path__online-inzage .honk_open__row_1 .honk_open__header__tag h2 {
            font-size: 40px;
            line-height: 1.2em; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__mob,
    body.page_path__online-inzage .honk_open__row_1 .honk_open__header__mob {
      position: relative;
      float: left;
      top: 70px;
      width: 25%;
      margin-left: 10%;
      padding-bottom: 80px; }
      @media all and (max-width: 560px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__mob,
        body.page_path__online-inzage .honk_open__row_1 .honk_open__header__mob {
          display: none; } }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__mob img,
      body.page_path__online-inzage .honk_open__row_1 .honk_open__header__mob img {
        width: 100%;
        height: auto; }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__mob .honk_open__header__mob__arrow,
      body.page_path__online-inzage .honk_open__row_1 .honk_open__header__mob .honk_open__header__mob__arrow {
        position: absolute;
        right: -30px;
        bottom: 70px; }
        @media all and (max-width: 920px) {
          body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__mob .honk_open__header__mob__arrow,
          body.page_path__online-inzage .honk_open__row_1 .honk_open__header__mob .honk_open__header__mob__arrow {
            display: none; } }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_1 .honk_open__header__mob .honk_open__header__mob__arrow #arrow,
        body.page_path__online-inzage .honk_open__row_1 .honk_open__header__mob .honk_open__header__mob__arrow #arrow {
          fill: #cd007b;
          width: 100px;
          height: 100px; }
  body[class^="page_path__patientinformatie_app"] .honk_open__row_2,
  body.page_path__online-inzage .honk_open__row_2 {
    padding-top: 160px;
    overflow: hidden;
    padding-bottom: 50px; }
    @media all and (max-width: 920px) {
      body[class^="page_path__patientinformatie_app"] .honk_open__row_2,
      body.page_path__online-inzage .honk_open__row_2 {
        padding-top: 120px; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_2 .honk_open__row_2__col_1,
    body.page_path__online-inzage .honk_open__row_2 .honk_open__row_2__col_1 {
      float: left;
      width: 55%;
      padding-top: 0px; }
      @media all and (max-width: 920px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_2 .honk_open__row_2__col_1,
        body.page_path__online-inzage .honk_open__row_2 .honk_open__row_2__col_1 {
          float: none;
          width: 100%; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_2 .honk_open__row_2__col_2,
    body.page_path__online-inzage .honk_open__row_2 .honk_open__row_2__col_2 {
      float: left;
      width: 40%;
      margin-left: 5%;
      font-family: kalam, "Baloo Da 2", arial sans-serif;
      font-size: 40px;
      line-height: 1.05em;
      padding-top: 130px;
      text-align: center;
      font-weight: 600; }
      @media all and (max-width: 1100px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_2 .honk_open__row_2__col_2,
        body.page_path__online-inzage .honk_open__row_2 .honk_open__row_2__col_2 {
          padding-top: 10%; } }
      @media all and (max-width: 1000px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_2 .honk_open__row_2__col_2,
        body.page_path__online-inzage .honk_open__row_2 .honk_open__row_2__col_2 {
          padding-top: 5%; } }
      @media all and (max-width: 920px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_2 .honk_open__row_2__col_2,
        body.page_path__online-inzage .honk_open__row_2 .honk_open__row_2__col_2 {
          float: none;
          width: 100%;
          margin: 0 auto;
          padding-top: 12px;
          padding-bottom: 36px; } }
  body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box,
  body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box {
    float: left;
    width: 23.5%;
    border-radius: 0 16px 0 16px;
    background-color: #004971;
    margin: 0 1%;
    margin-bottom: 100px;
    min-height: 170px;
    text-align: center;
    padding: 20px 20px;
    padding-top: 90px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 600;
    background-position-x: center;
    background-position-y: 30px;
    background-repeat: no-repeat;
    background-size: 40px;
    transition: all .4s;
    cursor: pointer; }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box a,
    body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box a {
      color: #fff; }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box.honk_open__row_3__box_1,
    body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box.honk_open__row_3__box_1 {
      margin-left: 0px !important;
      background-image: url(/modules/custom/honk_open/assets/img/icon-afspraak.svg); }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box.honk_open__row_3__box_2,
    body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box.honk_open__row_3__box_2 {
      background-image: url(/modules/custom/honk_open/assets/img/icon-herhaalrecept.svg);
      background-position-y: 36px;
      background-size: 44px; }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box.honk_open__row_3__box_3,
    body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box.honk_open__row_3__box_3 {
      background-image: url(/modules/custom/honk_open/assets/img/icon-vragen.svg);
      background-position-y: 36px;
      background-size: 44px; }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box.honk_open__row_3__box_4,
    body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box.honk_open__row_3__box_4 {
      background-image: url(/modules/custom/honk_open/assets/img/icon-dossier.svg);
      margin-right: 0px !important; }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box:hover,
    body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box:hover {
      transition: all .3s;
      background-size: 52px;
      background-color: #c80078;
      padding-top: 100px; }
    @media all and (max-width: 690px) {
      body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box,
      body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box {
        width: 48%;
        margin-bottom: 60px; }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box:nth-of-type(1), body[class^="page_path__patientinformatie_app"] .honk_open__row_3 .honk_open__row_3__box:nth-of-type(2),
        body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box:nth-of-type(1),
        body.page_path__online-inzage .honk_open__row_3 .honk_open__row_3__box:nth-of-type(2) {
          margin-bottom: 20px;
          margin-left: 1% !important; } }
  body[class^="page_path__patientinformatie_app"] .honk_open__row_4,
  body.page_path__online-inzage .honk_open__row_4 {
    padding-bottom: 300px; }
    @media all and (max-width: 760px) {
      body[class^="page_path__patientinformatie_app"] .honk_open__row_4,
      body.page_path__online-inzage .honk_open__row_4 {
        padding-bottom: 0px; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_4 #front_ifr,
    body.page_path__online-inzage .honk_open__row_4 #front_ifr {
      max-width: 560px;
      width: 90%;
      max-height: 315px;
      height: calc(45vw * (315/560));
      max-height: 315px;
      margin: 0 auto;
      margin-left: 18px;
      display: block; }
      @media all and (max-width: 760px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_4 #front_ifr,
        body.page_path__online-inzage .honk_open__row_4 #front_ifr {
          width: 80vw;
          height: calc(80vw * (315 / 560));
          margin: 0 auto; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_4 h2,
    body.page_path__online-inzage .honk_open__row_4 h2 {
      font-size: 36px;
      font-weight: 600;
      line-height: 1em;
      margin-left: 18px; }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_1,
    body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_1 {
      float: left;
      width: 54vw;
      padding: 48px 0 48px calc(50vw - 545px);
      background: #c2d6e2;
      overflow: hidden;
      border-radius: 0 16px 0; }
      @media all and (max-width: 760px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_1,
        body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_1 {
          float: none;
          width: 100%;
          border-radius: 0;
          padding: 0;
          padding: 24px 0;
          text-align: center;
          background: #fff; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2,
    body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 {
      width: calc(45% - 60px);
      max-width: 440px;
      float: left;
      padding: 10px 0 0 60px; }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 h2,
      body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 h2 {
        color: #004971; }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item,
      body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item {
        padding: 5px;
        padding-bottom: 8px;
        padding-top: 8px;
        border-bottom: 1px dotted #ccc;
        line-height: 1.3em;
        cursor: pointer; }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item:nth-of-type(3),
        body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item:nth-of-type(3) {
          border-bottom-width: 0; }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__q.closed:before,
        body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__q.closed:before {
          content: "+";
          padding-right: 10px;
          font-weight: 600; }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__q.opened,
        body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__q.opened {
          font-weight: 600; }
          body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__q.opened:before,
          body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__q.opened:before {
            content: "-";
            padding-right: 14px;
            font-weight: 600; }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__q:hover,
        body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__q:hover {
          color: #cd007b; }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__a,
        body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item .honk_open__row_4__col_2__faq_item__a {
          display: none;
          padding-top: 18px; }
      @media all and (max-width: 760px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2,
        body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 {
          width: 100%;
          max-width: 100%;
          float: none;
          background: #c2d6e2;
          padding: 32px 12px;
          text-align: center;
          margin-top: 24px; }
          body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 h2,
          body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 h2 {
            width: 430px;
            margin: 0 auto;
            text-align: left;
            margin-bottom: 12px; }
          body[class^="page_path__patientinformatie_app"] .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item,
          body.page_path__online-inzage .honk_open__row_4 .honk_open__row_4__col_2 .honk_open__row_4__col_2__faq_item {
            text-align: left;
            width: 80%;
            margin: 0 auto; } }
  body[class^="page_path__patientinformatie_app"] .honk_open__row_5,
  body.page_path__online-inzage .honk_open__row_5 {
    padding-top: 120px;
    clear: both; }
    @media all and (max-width: 760px) {
      body[class^="page_path__patientinformatie_app"] .honk_open__row_5,
      body.page_path__online-inzage .honk_open__row_5 {
        padding-top: 64px; } }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_2,
    body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_2 {
      float: left;
      width: 49%;
      padding: 18px;
      padding-left: 50px; }
      @media all and (max-width: 740px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_2,
        body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_2 {
          float: none;
          width: 100%;
          border-width: 0; } }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_2 h2,
      body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_2 h2 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        color: #004971;
        margin-bottom: 16px; }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_2 p,
      body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_2 p {
        line-height: 1.5em; }
    body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_1,
    body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_1 {
      width: 50%;
      float: left;
      text-align: center;
      background: #fff;
      padding: 18px;
      padding-top: 80px;
      border-right: 1px solid #ccc;
      min-height: 400px; }
      @media all and (max-width: 740px) {
        body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_1,
        body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_1 {
          float: none;
          width: 100%;
          padding-top: 0px;
          border-width: 0;
          min-height: auto;
          padding-bottom: 36px; } }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_1 h2,
      body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_1 h2 {
        font-size: 36px;
        font-weight: 600;
        line-height: 1em;
        color: #004971;
        margin-bottom: 0; }
      body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_1 div,
      body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_1 div {
        margin: 0 auto;
        text-align: center; }
        body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_1 div a,
        body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_1 div a {
          display: inline-block;
          width: 200px;
          margin-left: 16px;
          margin-right: 16px; }
          body[class^="page_path__patientinformatie_app"] .honk_open__row_5 .honk_open__row_5__col_1 div a img,
          body.page_path__online-inzage .honk_open__row_5 .honk_open__row_5__col_1 div a img {
            width: 200px; }
  body[class^="page_path__patientinformatie_app"] .honk_open__footer,
  body.page_path__online-inzage .honk_open__footer {
    width: 100%;
    clear: both;
    height: 180px;
    background: #004971;
    overflow: hidden;
    position: relative;
    top: 100px;
    padding: 36px 36px;
    color: #fff;
    font-size: 15px;
    line-height: 1.4em; }
    body[class^="page_path__patientinformatie_app"] .honk_open__footer a,
    body.page_path__online-inzage .honk_open__footer a {
      color: #fff; }
    body[class^="page_path__patientinformatie_app"] .honk_open__footer .copy,
    body.page_path__online-inzage .honk_open__footer .copy {
      float: right; }
    body[class^="page_path__patientinformatie_app"] .honk_open__footer .honk_open__footer__sm,
    body.page_path__online-inzage .honk_open__footer .honk_open__footer__sm {
      position: absolute;
      left: 18%;
      top: 36px;
      text-align: center; }
      body[class^="page_path__patientinformatie_app"] .honk_open__footer .honk_open__footer__sm h2,
      body.page_path__online-inzage .honk_open__footer .honk_open__footer__sm h2 {
        font-size: 16px;
        line-height: 1em;
        margin-bottom: 12px; }
      body[class^="page_path__patientinformatie_app"] .honk_open__footer .honk_open__footer__sm .honk_open__row_5__sm,
      body.page_path__online-inzage .honk_open__footer .honk_open__footer__sm .honk_open__row_5__sm {
        display: inline-block;
        margin: 0 5px; }
        body[class^="page_path__patientinformatie_app"] .honk_open__footer .honk_open__footer__sm .honk_open__row_5__sm:hover,
        body.page_path__online-inzage .honk_open__footer .honk_open__footer__sm .honk_open__row_5__sm:hover {
          transition: transform .3s;
          transform: scale(1.05); }
          body[class^="page_path__patientinformatie_app"] .honk_open__footer .honk_open__footer__sm .honk_open__row_5__sm:hover #social-buttons,
          body.page_path__online-inzage .honk_open__footer .honk_open__footer__sm .honk_open__row_5__sm:hover #social-buttons {
            fill: #cd007b;
            transition: all .5s; }
        body[class^="page_path__patientinformatie_app"] .honk_open__footer .honk_open__footer__sm .honk_open__row_5__sm #social-buttons,
        body.page_path__online-inzage .honk_open__footer .honk_open__footer__sm .honk_open__row_5__sm #social-buttons {
          fill: #fff; }
  body[class^="page_path__patientinformatie_app"] .content-area,
  body.page_path__online-inzage .content-area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden; }
  body[class^="page_path__patientinformatie_app"] .region-feedback-button,
  body.page_path__online-inzage .region-feedback-button {
    display: none; }
  body[class^="page_path__patientinformatie_app"] .btn,
  body.page_path__online-inzage .btn {
    background: #cd007b;
    padding: 14px 28px;
    color: #fff;
    font-family: open sans, "Baloo Da 2", arial sans-serif;
    font-weight: 600;
    text-align: center;
    border-radius: 0 12px 0 12px;
    font-size: 20px;
    transition: all .5s;
    display: inline-block; }
    body[class^="page_path__patientinformatie_app"] .btn:hover,
    body.page_path__online-inzage .btn:hover {
      background: #004971;
      transition: all .5s;
      color: #fff; }
  body[class^="page_path__patientinformatie_app"] .db,
  body.page_path__online-inzage .db {
    color: #004971; }
  body[class^="page_path__patientinformatie_app"] .lb,
  body.page_path__online-inzage .lb {
    color: #00a3db; }
  body[class^="page_path__patientinformatie_app"] .video-container,
  body.page_path__online-inzage .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%; }
  body[class^="page_path__patientinformatie_app"] .video-container iframe, body[class^="page_path__patientinformatie_app"] .video-container object, body[class^="page_path__patientinformatie_app"] .video-container embed,
  body.page_path__online-inzage .video-container iframe,
  body.page_path__online-inzage .video-container object,
  body.page_path__online-inzage .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94%; }

/*# sourceMappingURL=honk_open.css.map */
