@media (prefers-reduced-motion: no-preference) {
  .default-button-large[type=submit], .default-button-large[type=submit]:before, .default-button-large[type=submit]:after {
    transition-duration: 0.3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

:root {
  --default-button-color-bg: #497593;
  --default-button-color-text: #fff;
  --default-button-color-hover-bg: #b4974b;
  --default-button-color-hover-text: var(--default-button-color-text);
}

/* list any base html tags that shouldnt be block here */
:where(html) :is(audio, video, img) {
  display: inline;
}

/*
	---------- GENERAL ----------
*/
.selecter-div {
  display: block !important;
}

.highlight {
  background-color: #ffff00;
}

.element-hidden {
  display: none !important;
}

/*
	---------- ICONS ----------
*/
.icon-color-viewswitcher,
.icon-color {
  color: var(--default-button-color-bg);
  background-color: var(--default-button-color-text);
}

.icon-white {
  color: white;
}

.icon-color {
  font-size: 18px !important;
}

.custom-icon {
  margin-right: 9px;
  float: left;
}

.icon-color-navigation {
  font-size: 11px !important;
  background-color: var(--default-button-color-bg) !important;
  color: var(--default-button-color-text) !important;
  padding-left: 10px !important;
  width: 30px !important;
}

.icon-color:hover,
.icon-color-navigation:hover {
  opacity: 0.7;
}

/*
	---------- BUTTONS ----------
*/
.btn-primary {
  background-color: var(--default-button-color-bg);
  border-color: var(--default-button-color-bg);
  color: var(--default-button-color-text);
}

.default-button,
.default-button-large {
  background-color: var(--default-button-color-bg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  color: var(--default-button-color-text);
  padding: 7px 14px;
  font-size: 16px;
  margin: 0;
  /*font-family: "Segoe WPC Light", "Segoe UI Light", "Segoe WPC", "Segoe UI", Helvetica, Arial, Sans-Serif;*/
  font-weight: 100;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: var(--default-button-color-hover-bg);
  border-color: var(--default-button-color-hover-bg);
  color: var(--default-button-color-hover-text);
}

.default-button:hover,
.default-button-large:hover {
  background-color: var(--default-button-color-hover-bg);
  color: var(--default-button-color-hover-text);
  text-decoration: none;
  opacity: 1 !important;
}

.default-button-large {
  padding: 11px 28px;
  font-size: 18px;
}
.default-button-large[type=submit] {
  --start-color: orange;
  --stop-color: #e5801d;
  --outside-background-color: #fff;
  --text-color: #fff;
  --cutoff-size: 30px;
  background: linear-gradient(135deg, var(--start-color) 0, var(--stop-color) calc(100% - var(--cutoff-size) / 4), var(--outside-background-color) calc(100% - var(--cutoff-size) / 4), var(--outside-background-color) 100%) !important;
  color: var(--text-color) !important;
  font-family: "Neue Haas Grotesk Display Pro", Arial, sans-serif !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.default-button-large[type=submit]:hover, .default-button-large[type=submit]:focus {
  text-decoration: underline;
  --start-color: #497593;
  --stop-color: #497593;
  --outside-background-color: #fff;
}

.resultjump, .relationresultjump {
  height: 31px;
  border: 1px solid #161615;
  padding: 3px 6px;
  font-family: inherit;
  vertical-align: top;
}

#resultjumpsubmit {
  background-color: #161615;
  color: #fff;
  border: 0;
  text-transform: capitalize;
  font-weight: normal;
  padding: 0 5px;
}

.close-button-modal {
  position: relative;
  top: -5px;
  right: 5px;
  z-index: 999;
}

/*
	---------- TABLE ----------
*/
:where(#site-header, #site-footer) a {
  text-decoration: inherit;
}

@media screen and (max-width: 1024px) {
  #main > .container {
    max-width: 100%;
  }
}
/* handmatige fixes voor tailwind */
body {
  border-top: 4px solid #b4974b;
}

.nav-container .menu-hoofdmenu-container {
  border-bottom: 1px solid #fff;
}

#atlantis-header {
  position: relative;
  z-index: 1;
  background: #333;
  color: #fff;
  height: auto;
  --img-height: 510px;
  min-height: 0;
  display: grid;
  grid-template: "top" var(--img-height) "bottom";
}
#atlantis-header-title {
  line-height: normal;
}

:where(#atlantis-header) > * {
  position: relative;
}

#atlantis-header-bg {
  width: 100%;
  object-fit: cover;
  object-position: 33% center;
  filter: brightness(50%);
  height: var(--img-height);
}

#atlantis-header-bg,
#atlantis-header-left {
  grid-area: top;
}

#atlantis-header-right {
  grid-area: bottom;
}

#atlantis-header-left {
  margin-top: auto;
}

#atlantis-header-left {
  padding-inline: 1rem;
}

#atlantis-header-left,
#atlantis-header-right {
  padding-block: 2rem;
}

#atlantis-header-menu-checkbox,
#atlantis-header-menu {
  display: none;
}

#atlantis-header-menu-checkbox:checked ~ * #atlantis-header-menu {
  display: block;
}

#atlantis-header-menu:after {
  display: block;
  content: "";
  clear: both;
}

#atlantis-header-right {
  color: #000;
  background: #fff;
}

#atlantis-header .col {
  container: col/inline-size;
  z-index: 2;
}

#atlantis-header .col :is(h1, h2) {
  font-size: clamp(48px, 10cqw, 80px);
}

#gegevens {
  float: none;
}

#gegevens img {
  margin-top: 14px;
  max-width: 100%;
  width: auto;
  height: auto;
}

#gegevens figure {
  text-align: center;
}

#gegevens figure figcaption {
  font-size: clamp(12px, 4vw, 16px);
  font-style: italic;
}

#gegevens a {
  text-decoration: underline;
}

#gegevens figcaption {
  margin-bottom: 14px;
}

.image_caption {
  font-style: italic;
}

.verhaal-waarde img {
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  #atlantis-header-right {
    padding-block: 0;
    background: var(--default-button-color-bg);
    color: var(--default-button-color-text);
  }
  #atlantis-header-menu {
    padding-top: 1rem;
  }
  .header-menu-i {
    display: block;
  }
  .nav > li > :is(.header-menu-i:hover, .header-menu-selected) {
    background: var(--default-button-color-text);
    color: var(--default-button-color-bg);
  }
}
@media (min-width: 992px) {
  #atlantis-header {
    --img-height: 100%;
    padding-top: 100px;
    min-height: min(75lvh, 800px);
    display: grid;
    grid-template: "onion";
    overflow: hidden !important;
    margin-bottom: 2rem;
  }
  #atlantis-header-bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #atlantis-header .col {
    position: relative;
  }
  #atlantis-header-left,
  #atlantis-header-right {
    grid-area: onion;
  }
  #atlantis-header-left,
  #atlantis-header-right {
    margin-top: auto;
  }
  #atlantis-header-right {
    background: transparent;
    padding-block: 0;
  }
  #atlantis-header-right .col {
    padding-block: 1rem;
    background: #fff;
  }
  #atlantis-header-menu-toggle {
    display: none;
  }
  #atlantis-header-menu {
    display: block;
  }
  #atlantis-header-menu ul {
    display: flex;
    float: none !important;
  }
  #atlantis-header-menu ul li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #atlantis-header-menu ul li a {
    padding: 1rem;
    display: block;
    flex-grow: 1;
    text-decoration: none;
  }
  #atlantis-header-menu ul li a .icon-white {
    color: inherit;
  }
}
/*
	---------- CONTENT ----------
*/
#main {
  font-size: clamp(14px, 4vw, 18px);
  font-weight: 100;
}

#breadcrumbs {
  font-size: 16px;
  margin-bottom: 2rem;
}

:where(#main) {
  accent-color: #497593;
}

:where(#main) p {
  font-size: inherit;
  margin-bottom: 1.5em;
}

#main hr {
  margin-block: 1.5em;
}

/*
    ---------- FOOTER ----------
*/
/*
	---------- EXTRA ----------
*/
.lokatie-op-kaart {
  float: right !important;
  width: 288px !important;
}

.modal-content {
  padding: 20px !important;
}

.filters-div {
  font-family: Calibri;
  background-color: white;
  color: black;
  padding: 20px 20px 30px 20px;
  width: 220px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -60px;
  -webkit-box-shadow: -4px 3px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -4px 3px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: -4px 3px 5px 0px rgba(50, 50, 50, 0.75);
  z-index: 99;
}

.ie8 .modal {
  filter: alpha(opacity=1);
}

.has_filters .custom-table {
  top: 0px;
}

div#tweedezoek {
  width: 100%;
  padding: 20px 20px 0px;
  border-image: none;
  margin-bottom: 10px;
}

div#tweedezoek h3 {
  margin-bottom: 5px;
}

div#tweedezoeklink a:hover {
  color: Orange !important;
}

div#tweedezoeklink a {
  outline: 0;
}

.scans-iframe {
  width: 100%;
  min-height: 500px;
  height: calc(100vh - 250px);
  border: 1px solid #eee;
}

.container-fluid {
  display: flex;
  align-items: center;
  padding-right: initial;
  padding-left: initial;
  margin-right: initial;
  margin-left: initial;
}

.download-selectie-container {
  flex-direction: column;
}

.navbar-collapse {
  padding-right: initial;
  padding-left: initial;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.header-search-form #search-form-fields {
  padding-bottom: 20px;
}

.header-search-form {
  overflow: hidden;
}

.header-search-form-toggle {
  padding: 22px 24px 22px 24px;
  width: max-content;
}

.header-search-form-toggle div {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}

.header-search-form-toggle span {
  font-size: 16px;
  color: var(--default-button-color-bg);
  font-weight: 300;
}

.header-search-form #search-form-fields {
  padding-bottom: 20px;
}

.header-search-form {
  overflow: hidden;
}

.header-search-form-toggle {
  padding: 22px 24px 22px 24px;
}

.header-search-form-toggle div {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}

.header-search-form-toggle span {
  font-size: 16px;
  color: #497593;
  font-weight: 300;
}

.header-search-form-toggle-button:hover {
  cursor: pointer;
  color: #497593;
}

.header-search-form-toggle i {
  font-size: 16px;
  margin-left: 7px;
  color: #497593;
}

.header-search-form #search-buttons a {
  display: none;
}

@media (max-width: 768px) {
  .header-search-form-toggle {
    margin: 20px 0;
  }
}
.bottom-navigation {
  padding-top: 60px;
}

.custom-navigation-spacing {
  color: black;
  margin: 0 14px 0 0;
}
.custom-navigation .default-button, .custom-navigation-page {
  text-decoration: none;
  height: 3rem;
  width: 3rem !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  color: #161615 !important;
  border: 1px solid #161615 !important;
  font-weight: normal !important;
  padding: 2px 5px !important;
  margin-right: 0.8rem !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
  position: relative;
  overflow: hidden;
}
.custom-navigation .default-button-active, .custom-navigation .default-button:is(:hover, :focus), .custom-navigation-page-active, .custom-navigation-page:is(:hover, :focus) {
  background: #161615 !important;
  color: #fff !important;
}
.custom-navigation .default-button::after, .custom-navigation-page::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  bottom: -18px;
  right: -1px;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.custom-navigation-page:first-child,
.custom-navigation .default-button:first-child {
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}
.custom-navigation-page:first-child::after,
.custom-navigation .default-button:first-child::after {
  top: -9px;
  right: 48px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}

.top-navigation .custom-navigation {
  padding-bottom: 10px;
}

span.k-autocomplete {
  width: 100%;
}

:where(.modal, #main) :is(h1, .h1, h2, .h2) {
  font-size: 32px;
}

/** lightblue top (object page) */
:root {
  --lightblue-top-bg: #e5eaef;
}

.lightblue-top #main {
  border-top: 67px solid #e5eaef;
  padding-top: 15px;
}

.lightblue-top .custom-logo path.cls-1 {
  fill: #497593;
}

@media (min-width: 768px) {
  .lightblue-top #main {
    border-top: 85px solid var(--lightblue-top-bg);
  }
  .lightblue-top ul li a {
    color: #161615;
  }
}
:where(#main) .container {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .navbar-nav > li {
    background-color: #497593;
  }
}
:where(#main) a {
  color: inherit;
  text-decoration: underline;
}
:where(#main) a:hover {
  color: inherit;
  text-decoration: none;
}

.modal {
  z-index: 9999;
}

/*# sourceMappingURL=layout.css.map */
