    div   { display: flex; box-sizing: border-box; }

    .fill 	{ flex-grow: 1; }
    .hfill 	{ width: 100%; }
    .vfill 	{ height: 100%; }
    .ct		  { text-align: center; }
    .hc     { margin-left: auto; margin-right: auto; }
    .cc 	  { justify-content: center; align-items: center; align-self: center; }
    .vc     { justify-content: left; align-items: center; align-self: center;  }
    .end  	{ justify-content: flex-end; align-items: center;  }
    .start 	{ justify-content: flex-start; }
    .rows 	{ flex-direction: column; }
    .circle	{ border-radius: 100%; }
    .wrap 	{ flex-wrap: wrap; }
    .right	{ align-items: right; }
    .left	  { align-items: left; }
    .debug  { border: 1px solid #000; }
    .between { justify-content: space-between; }
    .fit    { width: fit-content; }
    .nowrap { white-space: nowrap; }

    /* Colors */
    :root {
      --col_00:  #15C0F4;
      --col_01:  #beeffd;
      --col_02:  #22AFC4; /*00B7CD  #22AFC4*/
      --col_03:  #127292; /*007DA1*/
      --col_04:  rgb(127, 60, 155); /* 7F3C9B */
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }

    html {
      scroll-behavior: smooth;

      /*
      -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
      */

    -webkit-font-smoothing: antialiased;
    }

    body {
		    margin: 0px;
        font-family: 'Nunito';
        font-size: 16px;
        overflow-x: hidden;
        overflow-y: scroll;
        position: relative;
        min-height:100vh;
        color: #555;
	  }

    body::after {
      content: '';
      display: block;
      height: 50px; /* Set same as footer's height */
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    ul {
        margin-top: 0px;
        margin-bottom: 12px;
        margin-left: -10px;
    }

    button {
      outline: none;
      border: none;
    }
    
    th {
      text-align: left;
    }

    .footer {
      font-size: 9pt;
      position: absolute;
      bottom: 0;
      height: 50px;
      border-top: 3px solid var(--col_00);
      margin-bottom: 3px;
    }

    .footer .content {
        width: 100%;
        max-width: 950px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer a {
        white-space: nowrap;  
    }

    .footer a:hover {
        text-decoration: underline;
    }

    .paragraph {
      padding-bottom: 18px;

    }

    .page {
        width: 100%;
        max-width: 950px;
    }

    .divider{
      height: 0px;
      margin-top: 22px;
      margin-bottom: 22px;
      border-bottom: 3px solid var(--col_02);
      opacity: .1;
    }

    .shade {
        background-color: var(--col_01);
    }

    .header {
        margin-top: 48px;
        width: 100%;
        border-bottom: 3px solid var(--col_00);
        font-family: Nunito;
        font-size: 40pt;
        font-weight: 600;
        color: var(--col_03);
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .header .content {
        width: 100%;
        max-width: 950px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header .content .logo {
        height: 70px;
        margin-right: 5px;
        margin-top: 13px;
    }

    .vhl {
      font-size: 11pt;
      text-transform: uppercase;
    }

    .site_title {
      font-family: Montserrat;
      margin-left: -5px;
    }

    .menu_panel {
      width: 100%;
    }

    .menu_panel .content {
      width: 100%;
      max-width: 950px;
      background-color: var(--col_01);
      padding: 20px;
      padding-bottom: 17px;
      font-size: 12pt;
      color: var(--col_03);
      border-radius: 0;
    }

    .menu_panel .button {
      font-weight: 600;
    }

    .main_panel {
      width: 100%;
      margin-bottom: 50px;
    }

    .main_panel .content {
      width: 100%;
      max-width: 950px;
      padding: 20px;
    }

    .button {
        position: relative;
        font-size: 12pt;
        font-weight: 500;
        padding-left: 12px;
        padding-right: 12px;
        border-radius: 0px;
        height: 33px;
        line-height: 33px;
        cursor: pointer;
        justify-content: center;
        white-space: nowrap;
        margin-right: 3px;
        margin-bottom: 3px;
        color: #444;
        transition: background-color 0.1s ease-in;
    }

    .button.disabled {
        pointer-events: none;
        filter: opacity(0.5);
    }

    .button.dark {
        background-color: var(--col_02);
        color: #fff;
    }

    .button.dark:hover {
        background-color: var(--col_03);
        color: #fff;
    }

    .button.dark.active {
      background-color: var(--col_03);
      color: #fff;
    }

    .button.light {
        background-color: var(--col_01);
        font-weight: 400;
    }

    .button.light:hover {
        background-color: var(--col_03);
        color: #fff;
    }

    .button.light:hover svg path {
        fill: #fff;
    }

    .button.purple {
      background-color: #EF6181;
      color: #fff;
    }

    .button.purple:hover {
      background-color: #EB3B62;
    }

    .button a {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
    }

    input + .button {
      margin-left: 3px;
    }

    .crossref {
      font-weight: 500;
      color: var(--col_03);
    }

    .crossref:hover {
      background-color: var(--col_01);
      box-shadow: 0em 0px 0px 2px var(--col_01);
    }

    .crossref:after{
        content: url('/src/img/link-variant.svg');
        width: 14px !important;
        height: 14px;
    }

/* SEARCH_RESULT */
  .search_result {
    padding: 24px;
    background-color: var(--col_01);
    margin-bottom: 12px;
    position: relative;
  }
  
  .search_result:hover {
    background-color: var(--col_03);
    cursor: pointer; 
    transition: background-color 0.1s ease-in;
  }
  
  .search_result:hover p {
      color: #fff;  
  }
  
  .search_result:hover h4 {
      color: #fff;  
  }
  
  .search_result a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
  
  .search_result p {
    color: var(--col_03);
    font-style: italic;
  }
  
  .search_result h4 {
    font-family: Montserrat;
    font-size: 13pt;
    font-weight: 600;
    color: var(--col_03);
    width: 100%;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: -2px;
  }

/* NOTIFICATIONS */

  .notification + .notification {
    margin-top: -12px;
  }

  .construction {
    background-color: #fff3cd;
    border-bottom: 5px solid #856404;
    position: fixed;
    top: 0;
    padding: 12px;
    width: 100vw;
    z-index:999999;
  }

  .alert {
    padding: 12px;
    background-color: #f8d7da;
    border-left: 5px solid #721c24;
    margin-bottom: 18px;
  }

  .warn {
    padding: 12px;
    background-color: #fff3cd;
    border-left: 5px solid #856404;
    margin-bottom: 18px;
  }

  .info {
    padding: 12px;
    background-color: #cce5ff;
    border-left: 5px solid #004085;
    margin-bottom: 18px;
  }

  .success {
    padding: 12px;
    background-color: #d4edda;
    border-left: 5px solid #155724;
    margin-bottom: 18px;
  }

  .spec {
    padding: 12px;
    background-color: rgba(127, 60, 155, 0.7);
    border-left: 5px solid rgb(127, 60, 155);
    color: #fff;
    margin-bottom: 18px;
    cursor: pointer;
    transition: background-color 0.1s ease-in;
  }

  .spec:hover {
    background-color: rgba(127, 60, 155, 0.9);
  }

  .spec2 {
    padding: 12px;
    background-color: rgba(127, 60, 155, 0.1);
    border-left: 3px solid rgb(127, 60, 155);
    margin-bottom: 18px;
    transition: background-color 0.1s ease-in;
  }

/* OVERVIEW */
  .overview_grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }

  .overview_card {
      background-color: var(--col_01);
      min-height: 30px;
      padding: 18px;
      padding-top: 14px;
  }

  .letter {
      font-family: Montserrat;
      font-size: 16pt;
      font-weight: 600;
      padding-bottom: 12px;
      color: #444;
  }

/* AUDIENCE SELECTOR */

  .audience_selector {
      font-size: 12pt;
      padding-left: 12px;
      padding-right: 12px;
      border-radius: 0px;
      height: 33px;
      line-height: 33px;
      cursor: pointer;
      justify-content: center;
      white-space: nowrap;
      margin-right: 3px;
      margin-bottom: 3px;
      position: relative;
      background-color: var(--col_03);
      color: #fff;
      font-weight: 400;
      width: 195px;
      box-shadow: inset rgba(0, 0, 0, 0.16) 0px 1px 4px;
      -webkit-transition: all 0.2s ease;

  }

  .audience_selector.on {
    background-color: rgba(127, 60, 155, 1);
    box-shadow: inset rgba(0, 0, 0, 0.25) 0px 1px 4px;
  }

  .audience {
    display: none;
  }

  .audience.on {
    display: flex;
  }

  .audience.huisarts {
    position: absolute;
    right: 8px;
  }

  .audience.specialist {
    position: absolute;
    left: 8px;
  }

  .dot {
    background-color: var(--col_02);
    width: 14px;
    height: 14px;
    position: absolute;
    top: 9px;
    left: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-transition: all 0.2s ease;
  }

  .dot.on {
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: calc(100% - 24px);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-transition: all 0.2s ease;
  }

/* SELECT */
    /* class applies to select element itself, not a wrapper element */
    select {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 33px;
      line-height: 25px;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
      font-family: 'Nunito';
      font-size: 16px;
      border: 2px solid #9CD8EA;
      border-radius: 0px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      background-image: url('');
      background-repeat: no-repeat;
      background-position: right .7em top 50%;
      background-size: .65em auto;
    }

    /* Hide arrow icon in IE browsers */
    select::-ms-expand {
      display: none;
    }

    /* Hover style */
    select:hover {
      border-color: var(--col_02);
    }

    /* Focus style */
    select:focus {
      border-color: var(--col_02);
      outline: none;
    }

    /* Set options to normal weight */
    select option {
      font-weight: normal;
    }

    select option[value=""][disabled] {
      display: none;
    }

    /* Disabled styles */
    select:disabled, select[aria-disabled=true] {
      color: graytext;
    }

    select:disabled:hover, select[aria-disabled=true] {
      border-color: #aaa;
    }
    
    .abbreviations .input_text {
      display: table-cell !important;
      width: auto;
      line-height: 33px;
      
    }

    .input_text {
      display: block;
      color: #444;
      width: 100%;
      max-width: 100%;
      height: 33px;
      box-sizing: border-box;
      padding-left: 10px;
      padding-right: 10px;
      font-family: 'Nunito';
      font-size: 16px;
      color: #848484;
      border: 2px solid #9CD8EA;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: #fff;
      background-image: url('');
      background-repeat: no-repeat;
      background-position: right .7em top 50%;
      background-size: .65em auto;
      margin-bottom: 3px;
    }

    /* Hover style */
    .input_text:hover {
      border-color: var(--col_02);
    }

    /* Focus style */
    .input_text:focus {
      border-color: var(--col_02);
      color: #000;
      outline: none;
    }

    .input_text:focus::-webkit-input-placeholder{
      color: transparent!important;
    }
    .input_text:focus::-moz-placeholder{
        color: transparent!important;
    }
    .input_text:focus:-moz-placeholder{
        color: transparent!important;
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      color:  #848484;
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
      color: var(--col_02);
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
      color: var(--col_02);
    }

/* TEXTAREA */
  textarea {
    display: block;
    color: #444;
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    box-sizing: border-box;
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Nunito';
    font-size: 16px;
    color: #848484;
    border: 2px solid #9CD8EA;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('');
    background-repeat: no-repeat;
    background-position: right .7em top 50%;
    background-size: .65em auto;
  }

  /* Hover style */
  textarea:hover {
    border-color: var(--col_02);
  }

  /* Focus style */
  textarea:focus {
    border-color: var(--col_02);
    color: #000;
    outline: none;
  }


  .tox-tinymce {
    color: #444 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 6px !important;
    font-family: 'Nunito' !important;
    font-size: 16px !important;
    color: #848484 !important;
    border: 2px solid #9CD8EA !important;
  }
  
  .tinymce_fields {
      height: 100px;
  }

  .tox-tbtn {
    border-radius: 0px !important;
  }

  .tox-toolbar__primary {
    background: none !important;
  }

  .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-right: 1px solid rgba(34, 175, 196, 0.3) !important;
  }

  .tox-editor-header {
    border-bottom: 1px solid rgba(34, 175, 196, 0.3) !important;
  }

  ol {
      margin-top: 0px;
  }

/* GRIDS */

  .grid_general {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;

    margin-bottom: 36px;
  }

  .grid_general .warn {
    margin-bottom: 0px;
  }

  .grid_general_card {
    padding: 18px;
    padding-top: 14px;
    background-color: var(--col_01);
  }

  .grid_betekenis:empty{
    display: none;
  }

  .grid_betekenis {
    display: grid;
    grid-auto-flow: column;
    gap: 23px;
    margin-bottom: 36px;
  }

  .grid_betekenis_card {
    padding: 18px;
    padding-top: 14px;
    background-color: var(--col_01);
    position: relative;
  }

  .grid_betekenis_card .letter {
    background-color: var(--col_02);
    color: #fff;
    width: fit-content;
    padding: 8px;
    position: absolute;
    left: -11px;
    font-size: 16px;
    font-weight: 600;
  }


  .grid_betekenis_card .text {
    margin-top: 50px;
  }

  .grid_betekenis_card .letter:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 0;
    border-color: transparent var(--col_03) transparent transparent;
    position: absolute;
    top: 35px;
    left: 0px;
    content: "";
    display: block;
    z-index: -1;
  }

  .diagnosis {
    right: 0px;
    position: absolute;
    padding: 6px;
    border-radius: 100%;
    background-color: var(--col_02);
    margin-right: 12px;
    margin-top: 4px;
    cursor: pointer;
  }

  .diagnosis svg path {
    fill: #ffffff;
  }

  .diagnosis:hover {
    background-color: var(--col_03);
  }

  .oorzaak {
      width: 100%;
      height: fit-content;
      background-color: var(--col_02);
      position: absolute;
      display: none;
      z-index: 9;
      padding: 18px;
      padding-top: 14px;
      color: #fff;
      left: 0px;
      top:0;

      box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
  }

/*
  .oorzaak_label:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 11px 11px;
    border-color: transparent transparent #354A54 transparent;
    position: absolute;
    top: 0px;
    left: -11px;
    content: "";
    display: block;
    z-index: -1;
  }

  .oorzaak_label::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 11px 0;
    border-color: transparent transparent #354A54 transparent;
    position: absolute;
    top: 0px;
    right: -11px;
    content: "";
    display: block;
    z-index: -1;
  }
  */

  .grid_relevante_tests {
      margin-top: 56px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 12px;
  }

  .grid_admin {
    display: grid;
    grid-template-columns: 200px 30px 1fr;
    gap: 6px;
    margin-bottom: 24px;
  }

  .grid_admin .button {
    margin: 0;
  }

  .grid_home {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 30px;
  }

  .grid_home .card {
    padding: 22px;
    background-color: var(--col_01);
  }

  .grid_home .card img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    filter: contrast(50%);
  }

  .card_author {
    padding: 22px;
    background-color: rgba(190, 239, 253, 0.4);
    transition: background-color 0.1s ease-in;
  }

  .card_author img {
    margin-right: 20px;
  }

  .card_author:hover {
    cursor: pointer;
    background-color: rgba(190, 239, 253, 1);
  }

  .author_image {
    width: 50px;
    border-radius: 50px;
  }

  .card_author .title {
    font-weight: 600;
    white-space: nowrap;
  }

  .card_author .function {
    font-weight: 400;
    font-size: 13px;
    height: 30px;
  }

  .most_viewed {
    font-size: 14px;
    padding: 6px;
    transition: background-color 0.1s ease-in;
    position: relative;
  }

  .most_viewed:first-child {
    margin-top: 5px;
  }

  .most_viewed:hover {
  background-color: rgba(127, 60, 155, 0.2);
    cursor: pointer;
  }
  
  .most_viewed a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
  }
/* HEADERS AND PARAGRAPHS */
  h1 {
      font-family: Montserrat;
      font-size: 25pt;
      width: 100%;
      color: var(--col_03);
      margin-bottom: 0px;
      margin-left: -2px;
  }

  h2 {
    font-family: Montserrat;
    font-size: 16pt;
    font-weight: 600;
    color: var(--col_03);
    width: 100%;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: -2px;
  }

  h3 {
    font-family: Montserrat;
    font-size: 13pt;
    font-weight: 600;
    color: var(--col_03);
    width: 100%;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: -2px;

  }

  .paragraaf ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .paragraaf {
    margin-top: 0px;
    margin-bottom: 26px;
    line-height: 1.6;
    color: #333 !important;
    display: block;
  }

  .paragraaf img[style*="float: left"] {
    margin: 26px 26px 26px 0px;
  }

  .paragraaf img[style*="float: right"] {
    margin: 26px 0px 26px 26px;
  }

  .paragraaf img {
    margin: 26px;
  }

  .paragraaf.bronnen a:hover {
    background-color: var(--col_01);
    box-shadow: 0em 0px 0px 2px var(--col_01);
  }

  .img_container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
  }

  p {
    display: block;
    margin: 0;
    padding-bottom: 18px;
  }

/*
  p:first-child {
    padding-bottom: 18px;
  }
*/
  p:last-child {
    padding-bottom: 0px;
  }

  p + .divider {
    margin-top: 0;
  }

  p:empty{
    display: none;
  }

  ul>li:empty{
    display:none;
  }

  .subtext {
      font-family: Nunito;
      color: #888;
      font-size: 12pt;
      margin-bottom: 18px;
  }

  .subtext a:hover {
      text-decoration: underline;
  }

  h1 + .subtext {
    margin-top: 4px;
  }

  .subtext + h2 {
    margin-top: 8px;
  }

  .label {
    line-height: 33px;
    height: 40px;
    font-weight: 600;
  }

  .label.dim {
    font-weight: 500;
    font-style: italic;
  }

  .banner_box {
    padding: 20px;
    position: absolute;
    bottom: 20px;
    background-color: #0aa0ce;
    z-index: 200;
    color: #fff;
    max-width: 500px;
    opacity: 0.95;
  }

  code {
    font-size: 16px;
    font-family: 'Nunito';
    /*
    background-color:  rgba(127, 60, 155, 0.1);
    box-shadow: 0em 0px 0px 2px rgba(127, 60, 155, 0.1);
    */
  }

  .banner_alert {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
  }

  .banner_alert .notification {
    width: 100%;
    border-left: 0;
    border-bottom: 3px solid #856404;
  }

  .menubar {
    text-align: left;
    margin-bottom: 24px;
  }

  .menubar + .notification {
    margin-top: -21px;
  }

/* SAVE / DELETE ADMIN */

    .obscure {
      width: 100vw;
      height: 100vh;
      background-color: rgba(0,0,0,0.5);
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 999;
      display: none;
      overflow-y: auto;
      justify-content: center;
    }

    .modal {
        position: absolute;
        max-width: 900px;
        max-height: 90vh;
        padding: 36px;
        padding-bottom: 24px;
        background-color: #ffffff;
        display: none;
    }

    .modal-content {
        width: 100%;
        max-height: 80vh;
        overflow-y: auto;
        position: relative;
    }

    .modal-content p+ul {
        margin-top: -12px;
    }

    .modal .close {
        display: flex;
        cursor: pointer;
        z-index: 105;
        background-color: #FFFFFF;
    }

    .modal .close:hover path {
        fill: #000;
    }

    .modal h2 {
        margin-bottom: 12px;
    }

    #success {
      display: none;
    }
    #deleted {
      display: none;
    }

/* SCROLL TO TOP */
    .scroll_to_top {
        width: 50px;
        height: 50px;
        position: fixed;
        bottom:  28px;
        right: 20px;
        border-radius: 40px;
        background-color: var(--col_03);
        transition: all 0.1s cubic-bezier(.25,.8,.25,1);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        opacity: 0;
        cursor: pointer;
     }

    .scroll_to_top:active{
        bottom: 27px;
        right: 19px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

    .scroll_to_top.visible{
        opacity: 1;
    }
    
    /***************************************** CONTACT PANEL ************************************************/
    
    .contact_panel {
      font-family: "Nunito";
      font-size: 15px;
      min-width: 50%;
      padding: 16px;
      height: -moz-fit-content;
      height: fit-content;
      display: grid;
      grid-template-columns: fit-content(200px) 1fr;
      grid-gap: 12px;
      margin-bottom: 12px;
    }
    
    .contact_panel .label.missing {
      font-weight: 600;
      color: #721c24;
    }
    
    .contact_panel textarea {
      margin: 0px;
      padding-top: 10px;
    }
    
    .contact_overlay {
      background:#fff;
      bottom:0;
      left:0;
      opacity:.5;
      position:absolute;
      right:0;
      top:0;
      display: none;
    }

/* DEVICE SPECIFIC */

  @media screen and (min-width: 768px) {
    /* Desktop */
        /* Hide scrollbar for Chrome, Safari and Opera */
        #tree_container::-webkit-scrollbar {
            display: none;
        }

        /* Hide scrollbar for IE, Edge and Firefox */
        #tree_container {
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }
  }

  @media screen and (min-width: 480px) and (max-width: 767px) {
    /* Tablet */
    .mobilewrap { flex-wrap: wrap; }
    .mobilerows { flex-direction: column; }
    .audience_selector { width: 100%; }
    .menu_panel .content .button {
      margin-right: 3px;
      width: 100%;
    }
    .menu_panel .content .button:last-child {
      margin-right: 0px;
    }
    .audience.huisarts { left: unset; right: unset; }
    .audience.specialist { left: unset; right: unset;  }
    .overview_grid {
      grid-template-columns: 1fr 1fr;
    }
    .grid_betekenis {
      grid-template-columns: 1fr;
      grid-auto-flow: unset;
    }
    .mobile_hide {
        display: none;
    }
    .grid_home {
      grid-template-columns: 1fr;
    }

    .grid_general {
      grid-template-columns: 1fr;
    }
  }

  @media screen and (max-width: 479px) {
    /* Telefoon */
    .mobilewrap { flex-wrap: wrap; }
    .mobilerows { flex-direction: column; }
    .site_title { font-size: 30pt; }
    .audience_selector { width: 100%; }
    .audience.huisarts { left: unset; right: unset;  }
    .audience.specialist { left: unset; right: unset; }
    .menu_panel .content .button {
      margin-right: 3px;
      padding-left: 7px;
      padding-right: 7px;
      width: 100%;
    }
    .menu_panel .content .button:last-child {
      margin-right: 0px;
    }

    .overview_grid {
      grid-template-columns: 1fr;
    }
    .grid_betekenis {
      grid-template-columns: 1fr;
      grid-auto-flow: unset;
    }
    .mobile_hide {
        display: none;
    }
    .banner_box {
        padding: 20px !important;
    }

    .grid_home {
      grid-template-columns: 1fr;
    }

    .grid_general {
      grid-template-columns: 1fr;
    }

    .modal {
      padding: 18px;
    }

    #login {
        display: none;
    }
  }
