@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../../fonts/MaterialIcons-Regular.woff) format("woff"), url(../../fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

body {
  color: #353535;
  position: relative;
}

h1, .h1 {
  font-size: 2.3rem;
}

h2, .h2 {
  font-size: 1.6rem;
}

/* h2.addtoany-header {
    margin-top: 0px;
} */
h3, .h3, .card-wrapper .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #154273;
}

p, li {
  font-size: 1rem;
  /* line-height: 1.9rem; */
}

p + ul {
  margin-top: -16px;
}

ol li {
  counter-increment: item;
  margin-bottom: 0px;
}

table p + ul, table p + ol {
  margin-top: 0px;
}

h2, h3, h4, h5, h6, .h1, .h2, .h3, .card-wrapper .card-title, .h4, .h5, .h6 {
  margin-top: 2rem;
  margin-bottom: 0px;
}

h3, .h3, .card-wrapper .card-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #154273;
  margin-top: 1.6rem;
  margin-bottom: 0px;
}

h4, .h4 {
  font-size: 1rem;
  font-weight: bold;
}

h5, .h5 {
  font-size: 1rem;
  color: #154273;
}

ul {
  padding-left: 17px;
  margin-bottom: 0px;
}

ol {
  padding-left: 15px;
  list-style: decimal;
}

ol li:before {
  margin-right: 15px;
  content: '';
  background: #fff;
  border-radius: 100%;
  color: #007bc7;
  width: 25px;
  text-align: center;
  display: inline-block;
  float: left;
}

caption {
  color: #3e3e3e;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 2px;
}

span.footertext {
  font-size: 12px;
}

.navbar-branded-light li.nav-item {
  background-color: #007bc7;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.navbar-branded-light li.nav-item a {
  color: white;
}

span.search-button-text {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

.navbar-branded.navbar-border {
  position: relative;
}

.navbar-branded .navbar-toggler.icon-menu[aria-expanded="true"] {
  display: block;
  visibility: visible;
}

.navbar-branded .icon-close {
  align-self: flex-end;
  float: right;
  position: absolute;
  top: 0;
}

.to-top {
  /* text-align: right; */
}

.navbar-branded .navbar-toggler.icon-close[aria-expanded="true"]::before {
  content: "\00D7";
  font-weight: bold;
  vertical-align: text-top;
  font-size: 1.1em;
}

/* Sidebar chapter menu */
nav[data-toggle=toc] .nav > .active:focus > a, nav[data-toggle=toc] .nav > .active:hover > a, nav[data-toggle=toc] .nav > .active > a {
  padding-left: 18px;
  font-weight: 700;
  color: #007bc7;
  background-color: transparent;
  border-left: 2px solid #007bc7;
}

nav[data-toggle=toc] .nav > li > a {
  display: block;
  padding: 4px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #767676;
}

nav[data-toggle=toc] .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
}

button.navbar-toggler {
  cursor: pointer;
}

#front-page h1 {
  font-size: 2.0rem;
  text-align: center;
  margin-bottom: 30px;
}

#front-page .search-block-frontpage h2 {
  margin: 13px 0 5px 0;
}

.search-block-frontpage h2 {
  margin: 0px 0px 10px 0px;
}

.navbar-toggleable-md {
  padding-top: 5px;
}

ul#ui-id-1 {
  z-index: 1000;
}

/* Table of contents */
h2.tc {
  font-size: 1.1rem;
  font-weight: 600;
}

.bg-info.grey {
  background-color: #f3f3f3 !important;
  padding: 16px 25px;
  border: 1px solid #e4e4e4;
  margin-bottom: 40px;
}

/* Top Header */
.top-header-container {
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  vertical-align: middle;
}

.top-header-container .top-header {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.top-header-container .top-header ul.nav {
  float: right;
}

.top-header-container .top-header ul.nav li {
  float: left;
  display: block;
}

.top-header-container .top-header ul.nav li a {
  color: #5e5e5e;
  display: block;
  padding: .3rem .5rem;
}

.top-header-container .top-header ul.nav li a:hover {
  color: #7e7e7e;
}

/* Search Block */
.navbar.navbar-full.navbar-branded-light {
  padding-top: 15px;
  margin-bottom: 35px;
}

#front-page .navbar.navbar-full.navbar-branded-light {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

#front-page .navbar.navbar-full.navbar-branded-light::after {
  content: '';
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px -115px;
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 360px;
  -webkit-mask-image: linear-gradient(to right, rgba(217, 235, 247, 0) 10%, #d9ebf7 0%, #d9ebf7 90%, rgba(217, 235, 247, 0));
  max-width: 1200px;
  margin: 0 auto;
}

#front-page .navbar.navbar-full.navbar-branded-light .container {
  z-index: 1;
}

#front-page .navbar.navbar-full.navbar-branded-light .news-month {
  line-height: 0.6;
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_1::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_1.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_2::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_2.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_3::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_3.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_4::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_4.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_5::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_5.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_6::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_6.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_7::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_7.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_8::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_8.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_9::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_9.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_10::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_10.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_11::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_11.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_12::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_12.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_13::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_13.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_14::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_14.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_15::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_15.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_16::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_16.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_17::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_17.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_18::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_18.jpg);
}

#front-page .navbar.navbar-full.navbar-branded-light.doctor_19::after {
  background-image: url(/themes/custom/lci/images/hero/doctor_19.jpg);
}

#front-page .navbar-branded.navbar-border {
  border-bottom: none;
}

@media (max-width: 992px) {
  #front-page .navbar.navbar-full.navbar-branded-light::after {
    background-position: 33px -55px;
  }
}

@media screen and (max-width: 992px) and (max-width: 500px) {
  #front-page .navbar.navbar-full.navbar-branded-light::after {
    background-position: -30px -55px;
  }
}

#search-block-form button.icon-zoek::before,
#search-block-form--1 button.icon-zoek::before,
#search-block-form--2 button.icon-zoek::before {
  content: "\e987";
  /* font-weight: bold; */
  /* font-size: 0.1em; */
}

#search-block-form .js-form-type-search, #search-block-form fieldset.form-group,
#search-block-form--1 .js-form-type-search,
#search-block-form--1 fieldset.form-group,
#search-block-form--2 .js-form-type-search,
#search-block-form--2 fieldset.form-group {
  background-color: inherit;
  max-width: 600px;
  width: 60%;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  display: inline;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#search-block-form .js-form-type-search input, #search-block-form fieldset.form-group input,
#search-block-form--1 .js-form-type-search input,
#search-block-form--1 fieldset.form-group input,
#search-block-form--2 .js-form-type-search input,
#search-block-form--2 fieldset.form-group input {
  height: 60px;
  border: 1px solid #dcdcdc;
  font-size: 1.5rem;
  margin-top: 0px;
}

#search-block-form .js-form-type-search input:focus, #search-block-form fieldset.form-group input:focus,
#search-block-form--1 .js-form-type-search input:focus,
#search-block-form--1 fieldset.form-group input:focus,
#search-block-form--2 .js-form-type-search input:focus,
#search-block-form--2 fieldset.form-group input:focus {
  border: 1px solid #007bc7;
}

#search-block-form .form-actions,
#search-block-form--1 .form-actions,
#search-block-form--2 .form-actions {
  background-color: inherit;
  padding: 0 0 0 0;
  margin-top: 0px;
  vertical-align: top;
  display: inline-block;
}

#search-block-form .form-actions .btn-primary,
#search-block-form--1 .form-actions .btn-primary,
#search-block-form--2 .form-actions .btn-primary {
  height: 60px;
  width: 60px;
  border: 0px;
}

#search-block-form .form-actions .btn-primary:before,
#search-block-form--1 .form-actions .btn-primary:before,
#search-block-form--2 .form-actions .btn-primary:before {
  font-size: 40px;
  margin-left: -5px;
}

a.direct-rl {
  display: inline-block;
  padding: 10px;
  background-color: #007bc7;
  color: white;
  font-size: 25px;
  border-radius: 4px;
  box-shadow: 0px 0px 4px #adadad;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}

a.direct-rl:hover {
  text-decoration: none;
  background-color: #005b94;
}

#front-page a.direct-rl {
  margin-top: 30px;
  margin-bottom: 30px;
}

#front-page .search-block-frontpage span.h2 {
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 0;
}

span.collapsed-info {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

/* jQuery Autocomplete widget */
ul.ui-autocomplete li {
  clear: both;
  border: 0;
}

ul.ui-autocomplete li .autocomplete-synonyms {
  display: block;
  font-size: 12px;
  color: #666;
}

ul.ui-autocomplete li span:not(.autocomplete-synonyms):not(.autocomplete-type) {
  font-weight: bold;
}

ul.ui-autocomplete li span.autocomplete-type {
  font-style: italic;
  font-size: 12px;
}

ul.ui-autocomplete li.ui-state-focus {
  background: #d9ebf7;
  border: 0;
  margin: 0;
}

ul.ui-autocomplete li.ui-menu-item:hover {
  background: #d9ebf7;
}

ul.ui-autocomplete .ui-menu-item {
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0;
}

ul.ui-autocomplete a img {
  float: left;
  padding: 8px;
}

ul.ui-autocomplete a div {
  padding-left: 20px;
  display: inline-block;
}

ul.ui-autocomplete .ui-state-active, ul.ui-autocomplete .ui-widget-content .ui-state-active, ul.ui-autocomplete .ui-widget-header .ui-state-active {
  border: 0px solid #aaaaaa;
  background: rgba(255, 255, 255, 0);
  font-weight: normal;
  color: #212121;
}

/* Footer */
.footer {
  background-color: #ededed;
  padding-bottom: 10px;
  border-top: 7px solid #007bc7;
}

footer .navbar-nav .nav-item, footer .navbar-nav .nav-item + .nav-item {
  float: none;
  margin-left: 0;
}

.node--type-lci-news .field.field--name-field-event-date.field--type-datetime.field--label-hidden.field__item {
  margin-top: -10px;
  margin-bottom: 20px;
}

footer ul.navbar-nav.navbar-toggleable.row {
  display: block;
  margin: 0px;
}

footer .menu {
  width: 80%;
}

.a2a_svg svg {
  background-color: #007bc7 !important;
}

.view-plan .view-header {
  width: 100%;
}

.view-plan > .view-content, .view-plan > .view-footer {
  background-color: #d9ebf7;
  /*margin-left: 5px;
    margin-right: 5px;*/
}

.view-plan > .view-content h3, .view-plan > .view-footer h3 {
  margin: 0px;
  padding: 5px 5px;
  color: white;
  background-color: #007bc7;
}

.view-plan > .view-content .stappenplan-quiz-row, .view-plan > .view-content .view-quizzen .view-content .views-row, .view-plan > .view-footer .stappenplan-quiz-row, .view-plan > .view-footer .view-quizzen .view-content .views-row {
  padding: 5px 10px;
  border-bottom: 2px solid white;
}

.view-plan > .view-content {
  margin-right: 3%;
}

.view-plan > .view-footer {
  margin-left: 3%;
}

/* Tooltips */
a.add-tooltip, abbr[title] {
  cursor: help;
  color: #353535;
  text-decoration: none;
  background-image: linear-gradient(to right, #353535 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 9px 1px;
  background-repeat: repeat-x;
}

a.add-tooltip:hover, abbr[title]:hover {
  text-decoration: none;
}

/* Pager */
nav[role=navigation] .pagination {
  /* display: block; */
  border-top: none;
}

nav[role=navigation] li.page-item[role=presentation] {
  margin-left: 10px;
  margin-right: 10px;
}

nav[role=navigation] .page-item.active .page-link, nav[role=navigation] .page-item.active .page-link:focus, nav[role=navigation] .page-item.active .page-link:hover {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #007bc7;
  border-color: #007bc7;
  min-width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.6;
  box-shadow: 0px 0px 2px #6b6b6b;
  text-decoration: none;
  float: none;
}

nav[role=navigation] .page-link {
  position: relative;
  float: none;
  padding: 0.5rem 0.5rem;
  margin-left: 5px;
  color: #01689b;
  text-decoration: none;
  background-color: #fff;
  border: 0px solid #ddd;
  min-width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.6;
  box-shadow: 0px 0px 2px #6b6b6b;
}

nav[role=navigation] .page-link:hover {
  background-color: #f9f9f9;
}

.draaiboek-toc {
  margin-top: 30px;
}

h1#intro-test {
  text-align: center;
  font-size: 33px;
  margin-bottom: 40px;
}

#block-views-block-actueel-block-1 h2 {
  border-bottom: 1px dashed black;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#block-views-block-actueel-block-1 .view-content {
  border-bottom: 1px dashed black;
  margin-bottom: 5px;
}

#block-views-block-actueel-block-1 .view-actueel.view-id-actueel .actueel-title a {
  font-size: 20px;
}

#block-views-block-actueel-block-1 .view-actueel.view-id-actueel .views-field.views-field-field-event-date-1 {
  position: relative;
}

#block-views-block-actueel-block-1 .view-actueel.view-id-actueel .views-field.views-field-field-event-date-1 .field-content {
  position: absolute;
}

#block-views-block-actueel-block-1 .view-actueel.view-id-actueel .views-field.views-field-field-event-date-1 .field-content .news-day time {
  font-size: 25px;
}

#block-views-block-actueel-block-1 .view-actueel.view-id-actueel .views-field-title, #block-views-block-actueel-block-1 .view-actueel.view-id-actueel .views-field-field-event-body, #block-views-block-actueel-block-1 .view-actueel.view-id-actueel .views-field-field-news-body, #block-views-block-actueel-block-1 .view-actueel.view-id-actueel .views-field.views-field-nothing {
  padding-left: 55px;
}

div#block-publiekeinformatie {
  padding: 1px 25px;
  background-color: #fff7b9;
  /* border-radius: 10px; */
  box-shadow: 0px 0px 4px #d4d4d4;
  margin-top: 22px;
}

div#block-publiekeinformatie h2 {
  margin-top: 15px;
}

/* Blue content */
.blue-content-container {
  background-color: #eaf4fd;
  margin-top: 40px;
  padding: 10px 0 50px 0;
  margin-bottom: -64px;
  /* this is done because of the bottom flag */
}

.blue-content-container div#blue-content {
  margin: 0 auto;
  max-width: 1200px;
}

/* Fix for float in view, might have to fix this an other way */
#block-views-block-actueel-block-1 .actueel-column {
  float: none;
  min-height: 55px;
}

li.menu-item a {
  font-size: small;
}

.toc-view-row.views-row.clearfix.row-1 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.toc-view-row.views-row.clearfix.row-1 .toc-view-column.views-col {
  width: 12.5%;
  min-width: 95px;
}

.toc-view-row.views-row.clearfix.row-1 .toc-view-column.views-col a {
  color: black;
}

.toc-eva .toc-view {
  display: inline-block;
  vertical-align: top;
}

.toc-eva .toc-view a {
  color: black;
  font-weight: bold;
  font-size: 12px;
  display: block;
  text-align: center;
  margin-right: 5px;
  width: 88px;
  vertical-align: bottom;
}

.toc-eva .toc-view img {
  display: block;
  margin: 0 auto;
}

h1.notify-icon::after {
  content: "";
  background-image: url(/themes/custom/lci/icons/bell.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

div.notify-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-left: 5px;
  position: relative;
}

div.notify-icon img {
  width: 80%;
}

div.notify-icon .meldings-explanation {
  position: absolute;
  background: #ffffff;
  padding: 10px;
  width: 615px;
  box-shadow: 0px 0px 4px #c5c5c5;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  left: -140px;
}

div.notify-icon:hover .meldings-explanation {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

div.notify-icon h2 {
  display: none;
}

.node--type-lci-guideline h1 {
  display: inline-block;
  margin-bottom: 0px;
}

.rl-syn ul {
  padding: 0;
}

.field.field--name-field-guideline-synonyms .field__item, .rl-syn li {
  display: inline-block;
  font-size: 14px;
  color: #007bc7;
  padding: 3px 13px;
  background-color: #e0ecfc;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 1.3;
}

.field.field--name-field-guideline-summary {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
  padding: 25px 25px;
  border: 1px solid #e4e4e4;
}

.field.field--name-field-guideline-summary h2 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}

.toc-eva {
  margin-bottom: 40px;
}

/*field--name-field-guideline-version, */
.paragraph.paragraph--collapsible,
.paragraph.target-audiance {
  margin-top: 30px;
  padding: 20px 25px;
  border-left: 4px solid #007bc7;
  /* margin-top: 30px; */
  background-color: #e1edfb;
}

.paragraph.paragraph--collapsible h2, .paragraph.paragraph--collapsible h3,
.paragraph.target-audiance h2,
.paragraph.target-audiance h3 {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 0;
}

.paragraph.paragraph--collapsible h4,
.paragraph.target-audiance h4 {
  display: inline-block;
  margin-top: 0;
}

.field--name-field-guideline-version h2, .field--name-field-guideline-version h3 {
  /* font-size: 20px;
    font-weight: bold; */
  display: inline-block;
  margin-top: 0;
}

.collapsible-head {
  cursor: pointer;
}

.view-richtlijnen-az.view-id-richtlijnen_az h2,
.view-meldingsplichtige-ziekten h2,
.view-folders-publieksinformatie h2,
.view-plan h2,
.view-contacts h2 {
  margin-top: 10px;
}

.view-richtlijnen-az.view-id-richtlijnen_az .index-view h3,
.view-meldingsplichtige-ziekten .index-view h3,
.view-folders-publieksinformatie .index-view h3,
.view-richtlijnen-az.view-id-richtlijnen_az .index-view h2,
.view-meldingsplichtige-ziekten .index-view h2,
.view-folders-publieksinformatie .index-view h2 {
  font-size: 50px;
  color: #007bc7;
}

button.rotate-button {
  display: inline-block;
  background-color: #007bc7;
  color: white;
  border: 0px solid black;
  font-weight: bold;
  width: 25px;
  height: 25px;
  padding: 3px;
  border-radius: 50px;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
  transform: rotate(90deg);
  transition: .5s;
}

.paragraph--collapsible.collapsed button.rotate-button {
  transform: rotate(0deg);
}

.paragraph--collapsible.collapsed .collapse-content {
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.paragraph--collapsible .collapse-content {
  max-height: 1500em;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

.target-audience, .paragraph-header-three {
  display: inline-block;
  position: absolute;
  left: -9999px;
}

img.arbo-img {
  width: 20px;
  margin-top: -8px;
}

img.arbo-img-top {
  width: 30px;
  /* margin-top: -8px; */
}

.ta-icon-head {
  float: right;
  margin-top: 5px;
}

/* Richtlijn overview pagina */
#alphabet-richtlijn-list {
  margin-top: 20px;
}

#alphabet-richtlijn-list span.az-button {
  display: inline-block;
}

#alphabet-richtlijn-list span.az-button a {
  display: block;
  color: white;
  background-color: #007bc7;
  margin-right: 6px;
  line-height: .8;
  height: 35px;
  min-width: 35px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  border-radius: 2px;
  box-shadow: 0px 0px 3px #adabab;
  text-decoration: none;
  transition: .5s;
  margin-bottom: 10px;
}

#alphabet-richtlijn-list span.az-button a:hover {
  background-color: #005b94;
}

#alphabet-richtlijn-list span.az-button.not-active {
  display: inline-block;
  color: white;
  background-color: #49b6f9;
  margin-right: 6px;
  line-height: .8;
  height: 35px;
  min-width: 35px;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  border-radius: 2px;
  box-shadow: 0px 0px 3px #adabab;
  text-decoration: none;
  margin-bottom: 10px;
}

.richtlijn-index-column {
  float: left;
}

h3.chapter-letter {
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: normal;
}

h2.chapter-letter {
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: normal;
}

span.icon-bell.richtlijn-overview img {
  width: 16px;
  margin-left: 2px;
  margin-top: -5px;
}

/* Sidebar */
@media (max-width: 470px) {
  .richtlijn-index-column {
    display: block;
    float: none;
    width: 100% !important;
  }
  #front-page a.direct-rl {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 15px;
  }
  #front-page .navbar.navbar-full.navbar-branded-light {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
}

@media (max-width: 1045px) {
  .navbar-branded .navbar-nav .nav-link {
    font-size: 1.05rem;
  }
}

span.content-type {
  font-size: 13px;
  font-style: italic;
}

.toc-sidebar nav[data-toggle='toc'] {
  /* margin-top: 30px; */
}

.toc-sidebar nav[data-toggle=toc] .nav > li > a:focus, .toc-sidebar nav[data-toggle=toc] .nav > li > a:hover {
  padding-left: 19px;
  color: #007bc7;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #007bc7;
}

.toc-sidebar .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}

.toc-sidebar ol, .toc-sidebar ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.toc-sidebar .nav > li {
  position: relative;
  display: block;
}

.toc-sidebar .nav > li > a {
  position: relative;
}

.toc-sidebar .btn-group-vertical > .btn-group:after,
.toc-sidebar .btn-group-vertical > .btn-group:before,
.toc-sidebar .btn-toolbar:after, .toc-sidebar .btn-toolbar:before,
.toc-sidebar .clearfix:after,
.toc-sidebar .clearfix:before,
.toc-sidebar .container-fluid:after,
.toc-sidebar .container-fluid:before,
.toc-sidebar .container:after,
.toc-sidebar .container:before,
.toc-sidebar .dl-horizontal dd:after,
.toc-sidebar .dl-horizontal dd:before,
.toc-sidebar .form-horizontal .form-group:after,
.toc-sidebar .form-horizontal .form-group:before,
.toc-sidebar .modal-footer::after,
.toc-sidebar .modal-footer:before,
.toc-sidebar .nav::after,
.toc-sidebar .nav::before,
.toc-sidebar .navbar-collapse::after,
.toc-sidebar .navbar-collapse::before,
.toc-sidebar .navbar-header::after,
.toc-sidebar .navbar-header::before,
.toc-sidebar .navbar::after,
.toc-sidebar .navbar::before,
.toc-sidebar .pager::after,
.toc-sidebar .pager::before,
.toc-sidebar .panel-body::after,
.toc-sidebar .panel-body::before,
.toc-sidebar .row::after,
.toc-sidebar .row::before {
  display: table;
  content: " ";
}

.toc-sidebar.sticky {
  position: fixed;
  top: 10px;
}

.toc-sidebar.bottom {
  position: absolute !important;
  bottom: 0px;
  top: inherit;
}

/* small screens */
@media (max-width: 767px) {
  .toc-sidebar {
    display: none;
    /* override the Affix plugin so that the navigation isn't sticky */
    /* PICK ONE */
    /* don't expand nested items, which pushes down the rest of the page when navigating */
    /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
  }
  .toc-sidebar nav.affix[data-toggle='toc'] {
    position: static;
  }
  .toc-sidebar nav[data-toggle='toc'] .nav .active .nav {
    display: none;
  }
  .toc-sidebar nav[data-toggle='toc'] .nav .nav {
    display: block;
  }
}

/* .print-pdf a::after {
    content: '';
    background-image: url('/themes/custom/lci/icons/pdf_icon3.svg');
    width: 32px;
    height: 32px;
    display: block;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 3px;
}
.print-pdf a {
  visibility: hidden;
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
}  */
.print-pdf {
  display: inline-block;
  font-size: 8px;
  vertical-align: top;
  line-height: 36px;
}

.pdf-icon img {
  background-color: #007bc7;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}

a.pdf-icon:hover img {
  background-color: #4da3d8;
}

.paragraph-publieksinformatie {
  padding: 10px;
  background-color: #fff7b9;
  box-shadow: 0px 0px 4px #d4d4d4;
  margin-top: 10px;
}

.paragraph-publieksinformatie h2 {
  margin-top: 10px;
}

.paragraph.paragraph--type--lci-par-draaiboek,
.paragraph--type--lci-par-plan,
.paragraph--type--lci-quiz,
.paragraph--type--lci-par-link,
.paragraph--type--lci-par-guideline,
.paragraph--type--lci-par-qa,
.paragraph--type--lci-download,
.field--type-file {
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  div.notify-icon .meldings-explanation {
    width: 100%;
    position: static;
    opacity: 1;
    visibility: visible;
  }
  div.notify-icon img {
    width: 25px;
  }
}

.view-search .row-searchresults.views-row {
  border-top: 1px dashed black;
  padding: 0px 0px 20px 0px;
}

.view-search .row-searchresults.views-row .row-searchresults h3 {
  margin-top: 1.5rem;
}

#search-page .views-field-title {
  display: inline-block;
}

#search-page .views-field-title h3 {
  margin-top: 1rem;
  display: inline-block;
  max-width: 650px;
}

#search-page .pagination {
  /* display: block; */
  border-top: none;
}

#search-page li.page-item[role=presentation] {
  margin-left: 10px;
  margin-right: 10px;
}

#search-page .page-item.active .page-link, #search-page .page-item.active .page-link:focus, #search-page .page-item.active .page-link:hover {
  z-index: 2;
  color: #ffffff;
  cursor: pointer;
  background-color: #007bc7;
  border-color: #007bc7;
  min-width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.6;
  box-shadow: 0px 0px 2px #6b6b6b;
  text-decoration: none;
  float: none;
}

#search-page .page-link {
  position: relative;
  float: none;
  padding: 0.5rem 0.5rem;
  margin-left: 5px;
  color: #01689b;
  text-decoration: none;
  background-color: #fff;
  border: 0px solid #ddd;
  min-width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.6;
  box-shadow: 0px 0px 2px #6b6b6b;
}

#search-page .page-link:hover {
  background-color: #f9f9f9;
}

#search-page .views-field-search-api-excerpt {
  font-size: 1.1rem;
  margin-top: 7px;
}

#search-page .views-field.views-field-type {
  display: inline-block;
  padding: 5px;
  background-color: #007bc7;
  color: white;
  border-radius: 2px;
  margin-bottom: 5px;
  float: right;
  margin-top: 0.5rem;
  border-bottom: 2px solid #014f7d;
}

#search-page .view-filters {
  background-color: #f8f8f8;
  margin-bottom: 15px;
}

/* Exposed filter form */
#views-exposed-form-search-page-1 {
  margin: 0 40px;
}

#views-exposed-form-search-page-1 fieldset.form-item-keys {
  display: none;
}

#views-exposed-form-search-page-1 fieldset.fieldgroup {
  width: 100%;
}

#views-exposed-form-search-page-1 fieldset.fieldgroup div.checkbox label {
  align-items: flex-start;
  justify-content: flex-start;
}

#views-exposed-form-search-page-1 fieldset.fieldgroup input.form-checkbox {
  margin-top: 3px;
}

#views-exposed-form-search-page-1 .form-actions {
  padding: 0;
  margin: 20px 0;
}

#see-more-results a {
  display: inline-block;
  padding: 10px;
  background-color: #007bc7;
  width: 100%;
  color: white;
  text-align: right;
}

.view-contacts .contact-information-col {
  height: 62px;
  overflow: hidden;
}

.view-contacts .contact-information-col .contactinformation-titel {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
  color: #007bc7;
}

.view-contacts .contact-information-col .contactinformation-titel::after {
  content: '+';
  position: absolute;
  right: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  text-align: center;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 0px 1px #827b7b;
  font-weight: bold;
  color: #007bc7;
}

.view-contacts .contact-information-col.uitgeklapt {
  height: 100%;
}

.view-contacts .contact-information-col.uitgeklapt .contactinformation-titel::after {
  content: '-';
}

.view-contacts .contact-phone-label, .view-contacts .contact-email-label, .view-contacts .website-contact-information {
  display: inline;
  font-weight: bold;
}

.view-contacts .contact-phone-item, .view-contacts .contact-email-items {
  display: inline;
}

.view-contacts .views-field.views-field-field-contact-phone, .view-contacts .views-field.views-field-field-contact-email, .view-contacts .views-field.views-field-field-contact-website {
  margin-bottom: 15px;
}

.view-contacts.view-id-contacts .views-view-grid .contact-information-col:nth-child(1) {
  float: left;
  padding: 20px;
  background-color: #f7f7f7;
  margin: 0 20px 20px 0px;
  border-bottom: 1px solid #a7a6a6;
}

.view-contacts.view-id-contacts .views-view-grid .contact-information-col:nth-child(2) {
  float: left;
  padding: 20px;
  background-color: #f7f7f7;
  margin: 0 -20px 20px 0px;
  border-bottom: 1px solid #a7a6a6;
}

.contact-page .paragraph.paragraph--type--lci-phone, .contact-page .paragraph.paragraph--type--lci-email {
  margin-bottom: 20px;
}

.contact-page .contact-phone-label, .contact-page .contact-email-label {
  font-weight: bold;
}

.contact-page .field--name-field-contact-phone, .contact-page .field--name-field-contact-email {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

@media (max-width: 735px) {
  .view-contacts.view-id-contacts .views-view-grid .contact-information-col {
    float: none;
    width: 100% !important;
  }
  .contact-page .field--name-field-contact-phone, .contact-page .field--name-field-contact-email {
    display: block;
    width: 100%;
  }
}

/* FAQ page */
.field--name-field-qa-questions {
  margin-bottom: 20px;
}

.paragraph--type--lci-qa-item {
  /* height: 55px; */
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}

.paragraph--type--lci-qa-item .field--name-field-qa-question {
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}

.paragraph--type--lci-qa-item .field--name-field-qa-question::after {
  content: '+';
  position: absolute;
  right: 0;
  display: inline-block;
  height: 25px;
  width: 25px;
  font-size: 20px;
  top: 0px;
}

.paragraph--type--lci-qa-item .field--name-field-qa-question h3 {
  width: 92%;
}

.paragraph--type--lci-qa-item .field--name-field-qa-answer {
  height: 0px;
  margin: 4px;
  overflow: hidden;
}

.paragraph--type--lci-qa-item.uitgeklapt {
  /* height: 100%; */
}

.paragraph--type--lci-qa-item.uitgeklapt .field--name-field-qa-question {
  margin-bottom: 5px;
  position: relative;
  cursor: pointer;
}

.paragraph--type--lci-qa-item.uitgeklapt .field--name-field-qa-question::after {
  content: '-';
}

.paragraph--type--lci-qa-item.uitgeklapt .field--name-field-qa-answer {
  height: auto;
  margin: 4px;
}

/* .paragraph--type--lci-phone,.paragraph--type--lci-email {
    margin-bottom: 15px;
}
.contact-item {
  h4 {
    margin-top: 0px;
    text-transform: capitalize;
    font-style: italic;
  }
}

.contact_h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  color:#000;
}

.field--name-field-phone-phonenumber {
    display: inline-block;
}

.field--name-field-phone-time {
    display: inline-block;
    font-size: 0.8rem;
    font-style: italic;
} */
.event-container {
  background-color: #f1f1f1;
  width: 400px;
  padding: 0px 10px;
  border-top: 2px solid #007bc7;
  margin-bottom: 15px;
}

.event-container .field--name-field-event-location,
.event-container .field.field--name-field-event-starttime,
.event-container .field--name-field-event-endtime,
.event-container .date-label,
.event-container .field--name-field-event-date,
.event-container .time-label,
.event-container .location-label {
  display: inline-block;
}

.event-container .date-label, .event-container .time-label, .event-container .location-label {
  width: 150px;
  font-size: 14px;
  text-transform: uppercase;
}

.event-container .date-container, .event-container .datetime-container {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
  padding-top: 2px;
}

.event-container .event-location-container {
  padding-bottom: 2px;
  padding-top: 2px;
}

.event-container .event-location-container p {
  margin: 0px;
  font-size: 1rem;
}

.news-view-page-row {
  border-bottom: 1px dashed black;
  padding-bottom: 25px;
}

table {
  width: 100%;
}

table p {
  margin: 0px;
}

table thead tr {
  background-color: #007bc7;
  color: white;
  border-right: 1px solid #007bc7;
}

table thead tr th {
  padding-left: 10px;
  padding-right: 10px;
}

table tbody {
  border-left: 1px solid #007bc7;
  border-bottom: 1px solid #007bc7;
  border-top: 1px solid #007bc7;
}

table tbody tr {
  background: #d9ebf7;
  vertical-align: top;
}

table tbody tr th {
  padding-left: 10px;
}

table tbody tr td, table tbody tr th {
  border-right: 1px #007bc7 solid;
  padding-left: 10px;
  padding-right: 10px;
}

table tbody tr:nth-child(even) {
  background: #ffffff;
}

@media print {
  nav {
    display: none;
  }
  .search-block-frontpage {
    display: none;
  }
  .paragraph--type--lci-qa-item h3 {
    margin-top: 1.6rem;
  }
  .paragraph--type--lci-qa-item .field--name-field-qa-answer {
    height: auto !important;
    margin: 4px;
  }
  h1::first-letter {
    margin-top: 0;
  }
  h2::first-letter {
    margin-top: 0;
  }
  h3::first-letter {
    margin-top: 0;
  }
  h4::first-letter {
    margin-top: 0;
  }
  h5::first-letter {
    margin-top: 0;
  }
  button.navbar-toggler.hidden-lg-up.icon-menu {
    display: none;
  }
  .toc-eva {
    display: none;
  }
  .toc-eva a {
    display: none;
  }
  .guideline-version.collapsed, .target-audiance .paragraph-richtlijn {
    display: block;
  }
  .paragraph--collapsible.collapsed .collapse-content {
    max-height: none;
  }
  footer.footer {
    display: none;
  }
  .payoff {
    display: none;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
    display: none;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    margin-bottom: 0px;
  }
}
