*, *::before, *::after {
  box-sizing: border-box; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role="list"], ol[role="list"] {
  list-style: none; }

html:focus-within {
  scroll-behavior: smooth; }

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

a:not([class]) {
  text-decoration-skip-ink: auto; }

img, picture {
  max-width: 100%;
  display: block; }

input, button, textarea, select {
  font: inherit; }

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important; } }
body {
  width: 100%;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em; }
  body main {
    width: 100%;
    max-width: 1108px;
    margin: 0 auto; }
    body main header.content-header {
      overflow: hidden;
      background-position-y: top !important;
      padding: 0;
      background-color: transparent;
      padding-bottom: 20px;
      height: 210px;
      background-image: url(../img/header.jpg);
      background-repeat: no-repeat;
      background-position: 0;
      background-size: 100%;
      width: 100%; }
      @media all and (max-width: 1100px) {
        body main header.content-header {
          height: calc((100vw / 5.55) + 20px); } }
      @media all and (max-width: 666px) {
        body main header.content-header {
          height: calc((100vw / 5) + 40px); } }
      body main header.content-header img {
        width: 100%; }
    body main header .__main_menu {
      height: 70px;
      position: relative;
      top: 150px;
      overflow: hidden; }

.layout-container {
  margin: 0 0 !important; }
  @media all and (max-width: 1120px) {
    .layout-container {
      margin: 0 24px !important; } }

h1 {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.2em; }

.field--label-inline .field__label::after {
  content: ""; }

.__object_table tr {
  border-bottom-width: 0; }
  .__object_table tr td {
    height: auto;
    padding: 2px 0;
    vertical-align: top; }
    .__object_table tr td.__object_table__label {
      font-weight: bold;
      width: 160px; }

input,
button:focus,
input.button:focus,
button:focus-visible,
input.button:focus-visible,
button:active,
input.button:active {
  outline: none !important;
  box-shadow: none !important; }

input,
select,
textarea {
  font-size: 16px; }

input:-webkit-autofill {
  font-size: 16px !important;
  /* jouw gewenste grootte */
  font-family: helvetica !important;
  color: #333 !important;
  background-color: white !important;
  /* optioneel */
  transition: background-color 5000s ease-in-out 0s;
  /* truukje tegen gele achtergrond */ }

input:-moz-autofill {
  font-size: 16px !important;
  font-family: helvetica !important;
  color: #333 !important; }

html {
  font-size: 16px; }

.__naar_boven {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 8px;
  background: #e7e7e7;
  text-align: center;
  font-size: 12px;
  color: #777;
  cursor: pointer; }
  .__naar_boven:hover {
    background: #e0e0e0; }

#block-perdendo-jumbotron {
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #eee;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.2em;
  border-radius: 5px; }
  #block-perdendo-jumbotron .field--name-body {
    height: 1.2em; }

.tabs-wrapper {
  background: #f1f1f1; }

@media screen and (min-width: 900px) {
  .tabs-wrapper {
    display: flex; } }
@media screen and (min-width: 48em) {
  .is-horizontal .tabs__link {
    padding-right: 18px;
    padding-left: 18px; } }
body #block-perdendo-local-actions h2 {
  display: none; }

.placeholder {
  background-color: transparent !important; }

.dropbutton.dropbutton--extrasmall.dropbutton--single {
  width: 160px !important;
  padding-left: 16px;
  padding-right: 16px; }

body.__custom_theme {
  /* Verberg het standaard oogje in Chrome, Edge en andere Blink-browsers */
  /* Safari (beperkt effect) */
  /* Algemeen */ }
  body.__custom_theme .password-toggle-wrapper {
    position: relative;
    width: 100%; }
  body.__custom_theme .password-toggle-wrapper input {
    padding-right: 2.5em;
    /* ruimte voor het oog */
    box-sizing: border-box; }
  body.__custom_theme .toggle-password {
    position: absolute;
    top: 28px;
    right: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height: 1; }
  body.__custom_theme .toggle-password svg {
    display: block;
    pointer-events: none;
    color: #333; }
  body.__custom_theme input[type="password"]::-ms-reveal,
  body.__custom_theme input[type="password"]::-ms-clear {
    display: none; }
  body.__custom_theme input[type="password"]::-webkit-credentials-auto-fill-button,
  body.__custom_theme input[type="password"]::-webkit-textfield-decoration-container {
    display: none !important; }
  body.__custom_theme input[type="password"]::-webkit-textfield-decoration-container {
    visibility: hidden; }
  body.__custom_theme input[type="password"]::-webkit-inner-spin-button,
  body.__custom_theme input[type="password"]::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none; }

body.__custom_theme.__is_login_page .toggle-password {
  position: relative;
  top: 15px;
  right: 40px; }

.form-item__description {
  width: 100%;
  max-width: 500px; }

body.__user_being_edited .toggle-password {
  top: 21px; }

body.path-objects-list .layout-container .view-header,
body.path-unpublished-objects .layout-container .view-header,
body.path-objects-list-without-keywords .layout-container .view-header,
body.path-frontpage .layout-container .view-header {
  margin-left: 24px; }
body.path-objects-list .views-exposed-form,
body.path-unpublished-objects .views-exposed-form,
body.path-objects-list-without-keywords .views-exposed-form,
body.path-frontpage .views-exposed-form {
  border-width: 0;
  position: relative;
  top: -90px;
  width: 100%; }
  body.path-objects-list .views-exposed-form .views-exposed-form__item,
  body.path-unpublished-objects .views-exposed-form .views-exposed-form__item,
  body.path-objects-list-without-keywords .views-exposed-form .views-exposed-form__item,
  body.path-frontpage .views-exposed-form .views-exposed-form__item {
    width: 45%;
    float: left;
    margin-right: 2.5%; }
    @media all and (max-width: 800px) {
      body.path-objects-list .views-exposed-form .views-exposed-form__item,
      body.path-unpublished-objects .views-exposed-form .views-exposed-form__item,
      body.path-objects-list-without-keywords .views-exposed-form .views-exposed-form__item,
      body.path-frontpage .views-exposed-form .views-exposed-form__item {
        float: none;
        width: 100%;
        margin-right: 0; } }
    body.path-objects-list .views-exposed-form .views-exposed-form__item input:not(.button),
    body.path-objects-list .views-exposed-form .views-exposed-form__item select,
    body.path-unpublished-objects .views-exposed-form .views-exposed-form__item input:not(.button),
    body.path-unpublished-objects .views-exposed-form .views-exposed-form__item select,
    body.path-objects-list-without-keywords .views-exposed-form .views-exposed-form__item input:not(.button),
    body.path-objects-list-without-keywords .views-exposed-form .views-exposed-form__item select,
    body.path-frontpage .views-exposed-form .views-exposed-form__item input:not(.button),
    body.path-frontpage .views-exposed-form .views-exposed-form__item select {
      width: 100%; }
      body.path-objects-list .views-exposed-form .views-exposed-form__item input:not(.button):hover,
      body.path-objects-list .views-exposed-form .views-exposed-form__item select:hover,
      body.path-unpublished-objects .views-exposed-form .views-exposed-form__item input:not(.button):hover,
      body.path-unpublished-objects .views-exposed-form .views-exposed-form__item select:hover,
      body.path-objects-list-without-keywords .views-exposed-form .views-exposed-form__item input:not(.button):hover,
      body.path-objects-list-without-keywords .views-exposed-form .views-exposed-form__item select:hover,
      body.path-frontpage .views-exposed-form .views-exposed-form__item input:not(.button):hover,
      body.path-frontpage .views-exposed-form .views-exposed-form__item select:hover {
        border-width: 1px;
        border-color: #bbb;
        box-shadow: inset 0 0 0 var(--input-border-size) #bbb;
        transition: all .3s; }
  body.path-objects-list .views-exposed-form .form-item--combine input,
  body.path-unpublished-objects .views-exposed-form .form-item--combine input,
  body.path-objects-list-without-keywords .views-exposed-form .form-item--combine input,
  body.path-frontpage .views-exposed-form .form-item--combine input {
    border-color: #dee2e6;
    margin-top: 0px;
    border-width: 1px;
    border-radius: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition: all .3s;
    font-size: 16px; }
    body.path-objects-list .views-exposed-form .form-item--combine input:hover,
    body.path-unpublished-objects .views-exposed-form .form-item--combine input:hover,
    body.path-objects-list-without-keywords .views-exposed-form .form-item--combine input:hover,
    body.path-frontpage .views-exposed-form .form-item--combine input:hover {
      border-width: 1px;
      border-color: var(--input--hover-border-color);
      box-shadow: inset 0 0 0 var(--input-border-size) var(--input--hover-border-color);
      transition: all .3s; }
  body.path-objects-list .views-exposed-form #edit-submit-objects-list,
  body.path-unpublished-objects .views-exposed-form #edit-submit-objects-list,
  body.path-objects-list-without-keywords .views-exposed-form #edit-submit-objects-list,
  body.path-frontpage .views-exposed-form #edit-submit-objects-list {
    color: #fff; }
  body.path-objects-list .views-exposed-form .__handles_selectie_wissen,
  body.path-objects-list .views-exposed-form .__handles_uitleg_zoeken,
  body.path-unpublished-objects .views-exposed-form .__handles_selectie_wissen,
  body.path-unpublished-objects .views-exposed-form .__handles_uitleg_zoeken,
  body.path-objects-list-without-keywords .views-exposed-form .__handles_selectie_wissen,
  body.path-objects-list-without-keywords .views-exposed-form .__handles_uitleg_zoeken,
  body.path-frontpage .views-exposed-form .__handles_selectie_wissen,
  body.path-frontpage .views-exposed-form .__handles_uitleg_zoeken {
    color: #333;
    background: #fff;
    border-color: #ddd; }
    body.path-objects-list .views-exposed-form .__handles_selectie_wissen:hover,
    body.path-objects-list .views-exposed-form .__handles_uitleg_zoeken:hover,
    body.path-unpublished-objects .views-exposed-form .__handles_selectie_wissen:hover,
    body.path-unpublished-objects .views-exposed-form .__handles_uitleg_zoeken:hover,
    body.path-objects-list-without-keywords .views-exposed-form .__handles_selectie_wissen:hover,
    body.path-objects-list-without-keywords .views-exposed-form .__handles_uitleg_zoeken:hover,
    body.path-frontpage .views-exposed-form .__handles_selectie_wissen:hover,
    body.path-frontpage .views-exposed-form .__handles_uitleg_zoeken:hover {
      background: #ddd; }
  body.path-objects-list .views-exposed-form input.button.js-form-submit,
  body.path-unpublished-objects .views-exposed-form input.button.js-form-submit,
  body.path-objects-list-without-keywords .views-exposed-form input.button.js-form-submit,
  body.path-frontpage .views-exposed-form input.button.js-form-submit {
    color: #fff;
    background-color: #35497b !important;
    border-color: #35497b !important; }
  body.path-objects-list .views-exposed-form .__below_form,
  body.path-unpublished-objects .views-exposed-form .__below_form,
  body.path-objects-list-without-keywords .views-exposed-form .__below_form,
  body.path-frontpage .views-exposed-form .__below_form {
    margin-top: 10px; }
  body.path-objects-list .views-exposed-form .__form_explainer,
  body.path-unpublished-objects .views-exposed-form .__form_explainer,
  body.path-objects-list-without-keywords .views-exposed-form .__form_explainer,
  body.path-frontpage .views-exposed-form .__form_explainer {
    display: none;
    border: 1px solid #777;
    border-radius: 5px;
    margin-top: 2rem;
    color: #333;
    background-color: #e7e7e7;
    padding: 15px; }
body.path-objects-list table tr:hover,
body.path-unpublished-objects table tr:hover,
body.path-objects-list-without-keywords table tr:hover,
body.path-frontpage table tr:hover {
  background-color: #f5f5f5; }
body.path-objects-list table tr td,
body.path-unpublished-objects table tr td,
body.path-objects-list-without-keywords table tr td,
body.path-frontpage table tr td {
  vertical-align: top;
  background: transparent; }
  body.path-objects-list table tr td.is-active,
  body.path-unpublished-objects table tr td.is-active,
  body.path-objects-list-without-keywords table tr td.is-active,
  body.path-frontpage table tr td.is-active {
    background: #f5f5f5; }
  body.path-objects-list table tr td:nth-of-type(1),
  body.path-unpublished-objects table tr td:nth-of-type(1),
  body.path-objects-list-without-keywords table tr td:nth-of-type(1),
  body.path-frontpage table tr td:nth-of-type(1) {
    width: 220px;
    vertical-align: middle;
    padding: 10px 0; }
    body.path-objects-list table tr td:nth-of-type(1) .objects_list__no_image,
    body.path-unpublished-objects table tr td:nth-of-type(1) .objects_list__no_image,
    body.path-objects-list-without-keywords table tr td:nth-of-type(1) .objects_list__no_image,
    body.path-frontpage table tr td:nth-of-type(1) .objects_list__no_image {
      width: 120px;
      margin: 0 auto;
      font-weight: bold;
      text-align: center;
      opacity: .4; }
  body.path-objects-list table tr td:nth-of-type(2),
  body.path-unpublished-objects table tr td:nth-of-type(2),
  body.path-objects-list-without-keywords table tr td:nth-of-type(2),
  body.path-frontpage table tr td:nth-of-type(2) {
    width: 250px; }
  body.path-objects-list table tr td:nth-of-type(3),
  body.path-unpublished-objects table tr td:nth-of-type(3),
  body.path-objects-list-without-keywords table tr td:nth-of-type(3),
  body.path-frontpage table tr td:nth-of-type(3) {
    width: 170px; }

body.path-frontpage table td:nth-of-type(4) {
  min-width: 500px; }

body.path-objects-list table td:nth-of-type(4),
body.path-objects-list-without-keywords table td:nth-of-type(4),
body.path-unpublished-objects table td:nth-of-type(4) {
  width: 120px; }

.table-responsive {
  display: block !important;
  overflow-x: auto !important;
  width: 100% !important;
  max-width: 100% !important; }

th:not(.sortable-heading) {
  top: -10px !important; }

body.path-objects-list-without-keywords th:not(.sortable-heading) {
  top: 0px !important; }

body.path-unpublished-objects .view-header p:nth-of-type(2),
body.path-unpublished-objects .view-header p:nth-of-type(3),
.layout-container .view-header p:nth-of-type(2),
.layout-container .view-header p:nth-of-type(3) {
  display: none; }

body.__users_overview_page table tr {
  border-width: 0;
  border-bottom: 1px solid #ddd; }
  body.__users_overview_page table tr:hover {
    background: #f5f5f5; }
  body.__users_overview_page table tr th:nth-of-type(3),
  body.__users_overview_page table tr th:nth-of-type(6) {
    top: 0px !important;
    position: relative; }

body.__user_edit_page .form-columns {
  width: 50%; }
  body.__user_edit_page .form-columns textarea,
  body.__user_edit_page .form-columns select,
  body.__user_edit_page .form-columns input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    font-size: 16px !important;
    height: 32px;
    min-height: 32px;
    padding: 0 12px; }
  body.__user_edit_page .form-columns #edit-pass {
    width: 100%;
    min-width: 100%; }
    body.__user_edit_page .form-columns #edit-pass div.password-confirm__confirm {
      width: 100%;
      min-width: 100%; }
      body.__user_edit_page .form-columns #edit-pass div.password-confirm__confirm #edit-pass {
        width: 100%;
        min-width: 100%; }
      body.__user_edit_page .form-columns #edit-pass div.password-confirm__confirm .password-confirm {
        width: 100%;
        min-width: 100%; }

.menu--main {
  position: relative;
  top: -80px;
  margin-bottom: -40px;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid #aaa; }
  .menu--main .container {
    width: 100%;
    max-width: 100%; }
  .menu--main li:nth-of-type(1) {
    margin-left: -30px; }
  .menu--main li ul {
    border: 1px solid #ddd;
    border-width: 1px !important;
    border-top-width: 0 !important; }
    .menu--main li ul li:nth-child(1) {
      margin-left: 0; }
  .menu--main a {
    color: #777 !important;
    text-decoration: none;
    display: block;
    padding: 8px; }
    .menu--main a:hover {
      color: #222 !important; }
    .menu--main a.is-active {
      background: #eaeaea; }
    .menu--main a:focus, .menu--main a:focus-visible, .menu--main a:active {
      outline: none !important;
      box-shadow: none !important;
      border: none !important;
      background: #eaeaea; }
    @media all and (max-width: 991px) {
      .menu--main a.is-active {
        background: transparent; }
      .menu--main a:focus, .menu--main a:focus-visible, .menu--main a:active {
        background: #eaeaea; } }
  @media all and (max-width: 991px) {
    .menu--main ul li {
      margin-left: -22px; } }
  .menu--main ul li:has(ul) ul {
    position: fixed;
    z-index: 2250;
    border: 1px solid #d8d8d8;
    border-width: 0;
    border-radius: 0; }
    .menu--main ul li:has(ul) ul li {
      float: none;
      left: 0;
      line-height: 18px;
      border-bottom: 1px solid #ccc;
      padding: 0;
      font-size: 15px; }
      .menu--main ul li:has(ul) ul li:last-of-type {
        border-width: 0; }
      @media all and (max-width: 991px) {
        .menu--main ul li:has(ul) ul li {
          margin-left: 20px; } }

body nav.__user_nav {
  position: relative;
  top: -80px;
  right: 5px;
  float: right;
  height: 70px;
  overflow: hidden;
  z-index: 2000; }
  body nav.__user_nav div.menu-item {
    float: right;
    margin: 0 10px; }
    body nav.__user_nav div.menu-item a {
      color: #666;
      text-decoration: none; }
      body nav.__user_nav div.menu-item a:hover {
        color: #000; }
    body nav.__user_nav div.menu-item:nth-of-type(1) {
      padding-right: 0;
      margin-right: 0; }
    @media all and (max-width: 460px) {
      body nav.__user_nav div.menu-item:nth-of-type(2) {
        display: none; } }

body #block-perdendo-primary-local-tasks {
  margin-bottom: 32px; }
  body #block-perdendo-primary-local-tasks ul.tabs {
    width: 100% !important;
    padding-left: 0; }

body.__node_being_added form,
body.page-node-type-object.__node_being_edited form {
  top: -20px;
  display: block;
  position: relative; }
  body.__node_being_added form .layout-form.clearfix,
  body.page-node-type-object.__node_being_edited form .layout-form.clearfix {
    display: block; }
    body.__node_being_added form .layout-form.clearfix .layout-region--secondary,
    body.page-node-type-object.__node_being_edited form .layout-form.clearfix .layout-region--secondary {
      display: none; }
  body.__node_being_added form .layout-region--main,
  body.page-node-type-object.__node_being_edited form .layout-region--main {
    width: 100%; }
  body.__node_being_added form .layout-region--footer,
  body.page-node-type-object.__node_being_edited form .layout-region--footer {
    margin: 0; }
body.__node_being_added details summary,
body.page-node-type-object.__node_being_edited details summary {
  display: none; }
body.__node_being_added .form-select,
body.page-node-type-object.__node_being_edited .form-select {
  border: 1px solid #919297;
  border-radius: 0; }
  body.__node_being_added .form-select:hover,
  body.page-node-type-object.__node_being_edited .form-select:hover {
    border-width: 0; }
body.__node_being_added div.form-type--date,
body.page-node-type-object.__node_being_edited div.form-type--date {
  width: 100%; }
body.__node_being_added .form-columns,
body.page-node-type-object.__node_being_edited .form-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%; }
body.__node_being_added .left-col,
body.__node_being_added .right-col,
body.page-node-type-object.__node_being_edited .left-col,
body.page-node-type-object.__node_being_edited .right-col {
  flex: 1;
  min-width: 0;
  /* voorkomt overloop */ }
  body.__node_being_added .left-col textarea,
  body.__node_being_added .left-col select,
  body.__node_being_added .left-col input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  body.__node_being_added .right-col textarea,
  body.__node_being_added .right-col select,
  body.__node_being_added .right-col input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  body.page-node-type-object.__node_being_edited .left-col textarea,
  body.page-node-type-object.__node_being_edited .left-col select,
  body.page-node-type-object.__node_being_edited .left-col input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
  body.page-node-type-object.__node_being_edited .right-col textarea,
  body.page-node-type-object.__node_being_edited .right-col select,
  body.page-node-type-object.__node_being_edited .right-col input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
    width: 100%;
    font-size: 16px !important;
    height: 32px;
    min-height: 32px;
    padding: 0 12px; }
  body.__node_being_added .left-col .form-element--api-textarea,
  body.__node_being_added .right-col .form-element--api-textarea,
  body.page-node-type-object.__node_being_edited .left-col .form-element--api-textarea,
  body.page-node-type-object.__node_being_edited .right-col .form-element--api-textarea {
    height: 263px; }
body.__node_being_added .left-col,
body.page-node-type-object.__node_being_edited .left-col {
  padding-top: 5px; }
body.__node_being_added .left-col > .form-wrapper,
body.__node_being_added .right-col > .form-wrapper,
body.page-node-type-object.__node_being_edited .left-col > .form-wrapper,
body.page-node-type-object.__node_being_edited .right-col > .form-wrapper {
  background: #f9f9f9; }

/*# sourceMappingURL=style.css.map */
