@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700&display=swap");
body {
  font-family: "Raleway", sans-serif !important;
  background-color: #ffffff;
  color: #000000;
}
body:not(.atlantis--portaal-detail) .content {
  margin-bottom: 5em !important;
  padding-top: 2.5em !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 768px) {
  body:not(.atlantis--portaal-detail) .content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body:not(.atlantis--portaal-detail) .content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body:not(.atlantis--portaal-detail) .content {
    width: 1170px;
  }
}

.content {
  max-width: none;
}

h1, h2 {
  margin-bottom: 2rem;
}

a {
  color: #E63E30 !important;
  text-decoration: none !important;
}
a.button {
  color: white !important;
}

.custom-form-field {
  height: auto !important;
}

#myNavbar {
  background-color: white;
}
#myNavbar a {
  color: black !important;
}
#myNavbar a:hover {
  background-color: white;
  color: #E63E30 !important;
}

.navbar-nav > li {
  background-color: transparent;
}
.navbar-nav > li a:focus {
  background: none;
  outline: none;
}

.navbar-primary {
  position: relative;
  z-index: 999;
  color: white;
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  height: 60px;
}
@media only screen and (max-width: 880px) {
  .navbar-primary {
    max-width: none;
  }
}

.navbar-header .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}
.navbar-header .navbar-brand .logo {
  display: flex;
  height: 100%;
  margin-left: 1.5rem;
}
.navbar-header .navbar-brand .logo div:first-child {
  width: 2rem;
  background-color: #50a3cb;
}
.navbar-header .navbar-brand .logo div:last-child {
  width: 2rem;
  background-color: #E63E30;
}
.navbar-header .navbar-brand .title {
  color: white !important;
  font-size: 1.5em;
  font-weight: bold;
  margin-left: 1.5rem;
}
.navbar-header .navbar-toggle:hover .icon-bar {
  opacity: 0.8;
}
.navbar-header .navbar-toggle .icon-bar {
  background-color: black;
}

.navbar-default,
.navbar-collapse {
  z-index: 1000;
  background-color: white;
  border: none;
}

@media only screen and (max-width: 880px) {
  .navbar-collapse {
    padding: 0;
  }
}
html,
body {
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  html,
  body {
    font-size: 14px !important;
  }
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.content-login {
  float: right;
  margin: 1em;
}
@media only screen and (max-width: 768px) {
  .content-login-profile {
    color: white !important;
  }
}

.content {
  margin: 0;
}

.soorten-invisible {
  display: none !important;
}
.soorten-invisible + #search-form {
  width: 100% !important;
}

#page-header-actions > a {
  background-color: #E63E30;
}
#page-header-actions > a:hover {
  background-color: transparent;
}
#page-header-actions > a:hover > .fa {
  color: #E63E30 !important;
}

#page-banner #breadcrumbs {
  color: white !important;
}
#page-banner #breadcrumbs .breadcrumbs-i:hover {
  color: white;
}

.fa {
  background-color: transparent;
}

hr {
  border-top-color: #aaa;
}

[class*=custom-textfield]:focus,
.custom-select:focus {
  outline: none !important;
}
.wcag [class*=custom-textfield]:focus,
.wcag .custom-select:focus {
  outline: none !important;
  border: 1px solid #E63E30 !important;
}

[class*=default-button] {
  background-color: #E63E30;
  color: #fff !important;
  border: 1px solid #E63E30;
  padding: 0.4em 1em;
  border-radius: 0.3rem;
}
[class*=default-button]:hover, [class*=default-button]:active {
  opacity: 0.8;
}

.custom-checkbox label {
  background: transparent no-repeat !important;
  position: relative;
  padding: 0 0 0 30px;
}
.custom-checkbox label::before {
  content: "✓";
  color: white;
  font-size: 12px;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 5px;
  transition: background-color 90ms cubic-bezier(0, 0, 0.2, 0.1), border-color 90ms cubic-bezier(0, 0, 0.2, 0.1);
  text-align: center;
  line-height: 13px;
}
.custom-checkbox label.checked::before {
  background-color: #E63E30;
  border-color: #E63E30;
}

.k-multiselect-wrap.k-floatwrap {
  border-color: #ccc !important;
}

.k-state-focused > .k-multiselect-wrap {
  border-color: #E63E30 !important;
}

.k-grid-header th.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-state-focused,
td.k-state-focused {
  box-shadow: inset 0 0 0 1px #E63E30 !important;
}

.k-draghandle.k-state-selected:hover,
.k-ghost-splitbar-horizontal,
.k-ghost-splitbar-vertical,
.k-list > .k-state-highlight,
.k-list > .k-state-selected,
.k-marquee-color,
.k-panel > .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited {
  background-color: #E63E30 !important;
}

.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-list > .k-state-hover,
.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover,
.k-state-hover {
  background-color: #E63E30 !important;
}

.k-draghandle:hover,
.k-listbox .k-item:hover:not(.k-state-disabled),
.k-other-month.k-state-hover .k-link,
.k-state-hover,
div.k-filebrowser-dropzone em {
  background-image: none, linear-gradient(180deg, #E63E30, #E63E30) !important;
}

.k-button.k-state-hover,
.k-button:hover {
  border-color: #E63E30 !important;
  background-color: #E63E30 !important;
}

.custom-navigation-page-active {
  background-color: #E63E30 !important;
  border-color: #E63E30 !important;
}

.custom-navigation.scans-custom-navigation .custom-navigation-page.custom-navigation-page-active {
  background-color: #fd8023 !important;
  border-color: #fd8023 !important;
}

.custom-navigation-spacing {
  color: #E63E30 !important;
}

.infinite-button {
  background-color: #E63E30;
}

.collectionchoice {
  border: none;
  text-decoration-color: white !important;
}
.collectionchoice-amount {
  color: #E63E30;
}
.collectionchoice:hover {
  background: #E63E30 !important;
  color: #E63E30 !important;
}
.collectionchoice-subgroup-amount {
  background-color: #E63E30;
}
.collectionchoice-subgroup:hover {
  background: #E63E30 !important;
  color: #E63E30 !important;
}

.btn {
  background-color: #E63E30 !important;
  border: 1px solid transparent;
  height: 2em;
  width: 2em;
}
.btn i {
  color: white;
}
.btn:hover, .btn:active {
  opacity: 0.8;
  border: none !important;
}
.btn.wcag-submit-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.btn-group a.btn.btn-default {
  background-color: unset !important;
  border: 1px solid #E63E30;
  height: unset !important;
  width: unset !important;
}

.icon-chevron-right:hover, .icon-chevron-right:active,
.icon-chevron-left:hover,
.icon-chevron-left:active,
.icon-fastleft:hover,
.icon-fastleft:active,
.icon-fastright:hover,
.icon-fastright:active,
.icon-fast-forward:hover,
.icon-fast-forward:active,
.icon-fast-backward:hover,
.icon-fast-backward:active {
  color: white !important;
}
.icon-chevron-right:hover > i, .icon-chevron-right:active > i,
.icon-chevron-left:hover > i,
.icon-chevron-left:active > i,
.icon-fastleft:hover > i,
.icon-fastleft:active > i,
.icon-fastright:hover > i,
.icon-fastright:active > i,
.icon-fast-forward:hover > i,
.icon-fast-forward:active > i,
.icon-fast-backward:hover > i,
.icon-fast-backward:active > i {
  color: white !important;
}

.custom-icon {
  color: #E63E30;
  transition: color 0.3s ease-in-out;
}

.custom-form-field {
  overflow: auto;
}

.collapsible-filters {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.collapsible-filters--active + .filter-i {
  margin: 10px 0 21px !important;
}

#resultaatfilters .default-button {
  color: white !important;
}

.filter {
  width: 100%;
  margin-top: 3.4rem;
}
.filter-i .filter-i-title {
  margin-bottom: 1rem;
}
.filter-i .custom-checkbox {
  padding: 0 5px;
}
.filter .more-filters {
  color: #E63E30;
  font-weight: bold !important;
  margin: 1.2rem 0 0 0;
}

.custom-table {
  top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .custom-table-header-td:first-child {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .custom-table-header-td:not(.custom-table-header-td-icon) {
    height: 40px;
  }
}

.custom-table-div-top-slider.has-filters {
  margin-top: 34px;
  overflow: hidden;
}

.custom-navigation-page,
.custom-navigation-spacing,
.default-button.icon-color-navigation {
  height: 28px;
  line-height: 28px;
  width: auto;
  min-width: 28px;
  padding: 0 !important;
  text-align: center;
  margin: 0;
  margin-bottom: 3px;
  border: 0;
  transition: 0.5s;
  border-radius: 0.3rem;
}

.icon-color-navigation {
  color: white !important;
}

.custom-navigation-page-arrow {
  background-color: #E63E30 !important;
}
.custom-navigation-page-active {
  color: #fff !important;
}
.custom-navigation-page-active:hover {
  color: #fff !important;
}

.resultTitle {
  font-size: 2.5rem;
}

@media only screen and (max-width: 425px) {
  .opties-klik {
    margin-right: 0;
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 425px) {
  .custom-navigation {
    justify-content: end;
  }
  .custom-navigation-page,
  .custom-navigation-spacing {
    display: none;
  }
}
#Modal {
  z-index: 10000;
}

.modal-content {
  padding: 2rem;
  text-align: left;
}

.collectionchoice-subgroup-amount {
  text-align: center !important;
}

/*footer*/
/*! CSS Used from: https://www.museumkrona.nl/yelloobox-frontend/bootstrap/4.x/dist/css/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box;
}

footer {
  display: block;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: 1.75rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12, .col-lg-10, .col-lg-12, .col-md-3, .col-md-6, .col-sm-4, .col-xl-10 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h3, p {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
  .container {
    min-width: 992px !important;
  }
}
/*! CSS Used from: https://www.museumkrona.nl/yelloobox-frontend/fontawesome/5.x/css/all.min.css */
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fab {
  font-weight: 400;
}

/*! CSS Used from: https://www.museumkrona.nl/applications/idm/krona/assets/css/default.css?v=231109 */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h3 {
  margin: 0;
  padding: 20px 0 10px;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  font-family: "alverata", Times, serif;
}

h3 a {
  text-decoration: none;
  color: #E63E30;
}

a:hover {
  color: #C74136;
}

h3 a:hover {
  text-decoration: none;
}

::selection {
  background: #E63E30;
  color: #fff;
}

a img {
  border: 0;
}

.transition, .transition * {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.col-12, .col-lg-10, .col-lg-12, .col-md-3, .col-md-6, .col-sm-4, .col-xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.container {
  max-width: 1320px;
  width: 100%;
}

::placeholder {
  color: #B3B3B3;
}

.openingstijden-gesloten {
  font-weight: 400;
  color: #E63E30;
}

#footer span.openingstijden-gesloten {
  color: #fff;
}

footer {
  background: #E63E30;
  color: rgba(255, 255, 255, 0.8);
  padding: 50px 0 0;
  line-height: 30px;
  position: relative;
  z-index: 500;
}

footer h3 {
  color: #fff;
  font-size: 18px;
  padding: 0 0 15px;
  margin: 0;
}

footer span.openingstijden, footer a {
  color: rgba(255, 255, 255, 0.8);
}

footer a {
  color: rgba(255, 255, 255, 0.8);
}

footer a:hover {
  color: rgb(255, 255, 255);
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .col-socialmedia {
  text-align: center;
  padding-top: 50px;
  font-weight: 400;
  font-family: "alverata", Times, serif;
}

footer .col-socialmedia span {
  display: inline-block;
  position: relative;
}

footer .col-socialmedia span i {
  font-style: normal;
  position: relative;
  top: -2px;
}

footer .col-socialmedia a {
  text-align: center;
  display: inline-block;
  margin: 0 0 0 5px;
  color: rgba(255, 255, 255, 0.9);
  background: #E63E30;
  width: 30px;
  height: 30px;
  line-height: 20px;
  font-size: 20px;
}

footer .col-socialmedia a:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.2);
}

.onderfooter {
  background: #fff;
  color: #757575;
  margin-top: 50px;
  padding: 25px 0;
  font-size: 13px;
  line-height: 110%;
}

.onderfooter ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.onderfooter ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #B3B3B3;
}

.onderfooter ul li:first-child {
  border-left: none;
}

.onderfooter ul li a {
  display: block;
  color: #757575;
  padding: 0px 10px;
}

.onderfooter ul li:nth-child(1) a {
  padding-left: 0;
}

.onderfooter ul li a:hover {
  color: #333;
  text-decoration: none;
}

.onderfooter .col-metdank {
  margin-top: -5px;
}

.onderfooter .col-metdank p {
  margin-bottom: 0;
}

.onderfooter .col-metdank a {
  margin-left: 10px;
}

.onderfooter .col-metdank a img {
  height: 25px !important;
  width: auto !important;
  margin-top: -3px;
}

/*! CSS Used from: https://www.museumkrona.nl/applications/idm/krona/assets/css/responsive.css?v=231109 */
@media (max-width: 767px) {
  footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer div[class*=col-footer] {
    margin-bottom: 30px;
  }
  footer div.col-footer4 {
    margin-bottom: 0;
  }
  footer .col-socialmedia {
    text-align: center;
  }
  .onderfooter .col-metdank.text-right {
    margin-top: 25px;
    text-align: left !important;
  }
}
@media (max-width: 576px) {
  footer .col-socialmedia {
    text-align: left;
  }
  .col-footer1 ul, .col-footer2 ul, .col-footer3 ul {
    display: none;
  }
  footer div.col-footer1 {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
/*! CSS Used from: https://www.museumkrona.nl/applications/idm/krona/assets/css/print.css?v=231109 ; media=print */
@media print {
  footer .openingstijden, #footer div.col-footer1, #footer div.col-footer2, #footer div.col-footer3, #footer .col-socialmedia, .onderfooter {
    display: none !important;
  }
  #footer div.col-footer4 {
    display: block !important;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
  }
  footer {
    border-top: 1px solid #000;
    background: #fff;
    color: #000;
    padding: 10px 0;
    line-height: 17px;
  }
  footer a {
    color: #000;
    text-decoration: none !important;
  }
  footer a[href]:after {
    content: none !important;
  }
  h3 {
    font-size: 14px;
  }
}
/*! CSS Used fontfaces */
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/7faffd/00000000000000003b9aea25/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/7faffd/00000000000000003b9aea25/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/7faffd/00000000000000003b9aea25/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/85a145/00000000000000003b9aea26/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/85a145/00000000000000003b9aea26/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/85a145/00000000000000003b9aea26/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/40bb65/00000000000000003b9aea27/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/40bb65/00000000000000003b9aea27/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/40bb65/00000000000000003b9aea27/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/4d48f7/00000000000000003b9aea28/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/4d48f7/00000000000000003b9aea28/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/4d48f7/00000000000000003b9aea28/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/a0be97/00000000000000003b9aea29/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/a0be97/00000000000000003b9aea29/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/a0be97/00000000000000003b9aea29/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/88c846/00000000000000003b9aea2a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/88c846/00000000000000003b9aea2a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/88c846/00000000000000003b9aea2a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/f2f4f2/00000000000000003b9aea2b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/f2f4f2/00000000000000003b9aea2b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/f2f4f2/00000000000000003b9aea2b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/1c3257/00000000000000003b9aea2c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/1c3257/00000000000000003b9aea2c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/1c3257/00000000000000003b9aea2c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/016033/00000000000000003b9aea2d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/016033/00000000000000003b9aea2d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/016033/00000000000000003b9aea2d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "alverata";
  src: url("https://use.typekit.net/af/f21330/00000000000000003b9aea2e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/f21330/00000000000000003b9aea2e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/f21330/00000000000000003b9aea2e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
footer a {
  color: white !important;
}

.onderfooter a {
  color: black !important;
}

.title img {
  height: 45px;
}

footer li a:hover {
  text-decoration: underline !important;
}

footer .row a {
  opacity: 0.8;
}
footer .row a:hover {
  opacity: 1;
}

.col-socialmedia a {
  opacity: 1 !important;
}

@media (min-width: 992px) {
  .col-md-7 {
    width: 100%;
  }
}
#search-form {
  padding: 0;
}
#search-form .custom-form-field-input,
#search-form .custom-form-field-label {
  padding: 0;
}
#search-form #search-buttons {
  margin-top: 2em;
}
#search-form #search-buttons .btn-empty-left {
  background-color: transparent !important;
  color: #E63E30 !important;
}
#search-form .btn-submit-maps-location {
  font-size: initial !important;
}

.atlantis--details .detail-media-icons-i-img-active {
  border-color: #E63E30;
}
.atlantis--details .custom-navigation {
  position: relative;
}
.atlantis--details #resultjump {
  display: block;
  font-size: 14px;
  margin: 0 60px 0 auto;
  height: 32px;
  line-height: 30px;
  padding: 0 5px;
  border: 1px solid #E63E30;
  background: color-contrast(#E63E30, #fff, #000);
  color: #E63E30;
}
.atlantis--details #resultjumpsubmit {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 32px;
  border: 0;
  line-height: 32px;
  margin: 0;
  background-color: #E63E30;
  color: white;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .atlantis--details #resultjump {
    float: right;
    margin-left: 3px;
    height: 28px;
    line-height: 26px;
  }
  .atlantis--details #resultjumpsubmit {
    height: 28px;
    line-height: 28px;
    bottom: auto;
    top: 0;
  }
}
.atlantis--details #detail .detail-div h2 {
  display: none;
}
.atlantis--details #detail table:not(.detail-media) {
  width: auto;
}
.atlantis--details #detail tbody,
.atlantis--details #detail tbody tr:nth-child(even) {
  background-color: transparent;
}
.atlantis--details #map {
  width: 100%;
  margin-bottom: 20px;
}
.atlantis--details #detail {
  padding-top: 2em;
}
.atlantis--details #detail #gegevens {
  padding: 0;
}
.atlantis--details #detail #gegevens img {
  float: left;
  margin-right: 1em;
}
.atlantis--details #detail #gegevens table {
  border-collapse: separate;
  border-spacing: 0 0.5em;
}
.atlantis--details #detail #gegevens table tr, .atlantis--details #detail #gegevens table td {
  display: block;
}
.atlantis--details #detail #gegevens table tr {
  padding-bottom: 1em;
}
.atlantis--details #detail #gegevens table .key {
  min-width: unset;
}
.atlantis--details #detail #detail-interactionbar .interaction-labels .interaction-label {
  color: white !important;
  background: #E63E30;
  border-color: #E63E30;
}
.atlantis--details #detail #detail-interactionbar .interaction-labels .active {
  background: #E63E30;
  border-color: #E63E30;
}
.atlantis--details #detail #detail-interactionbar .interaction-labels .active:active, .atlantis--details #detail #detail-interactionbar .interaction-labels .active:focus {
  outline: none;
}
.atlantis--details #detail #detail-interactionbar .interaction-labels .disabled {
  background-color: lightgray;
  border-color: lightgray;
}
.atlantis--details #detail #detail-interactionbar .interaction-content {
  border-color: #E63E30;
}
.atlantis--details .scans-custom-navigation .custom-navigation-page {
  border: none !important;
  padding-top: 0 !important;
  background: none !important;
  height: auto;
}
.atlantis--details .scans-custom-navigation .custom-navigation-page-active img {
  opacity: 1;
  filter: drop-shadow(0 -0.5px 0 #E63E30) drop-shadow(0 1px 0 #E63E30) drop-shadow(-0.5px 0 0 #E63E30) drop-shadow(1px 0 0 #E63E30);
}
.atlantis--details .scans-custom-navigation {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
  justify-content: center;
  align-items: center;
}
.atlantis--details .scans-custom-navigation img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}
.atlantis--details .scans-custom-navigation .custom-navigation-page {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.atlantis--details .scans-custom-navigation .custom-navigation-page:hover {
  background: none !important;
}

.result-settings .aantalpp .infinite-button {
  height: 1.9em;
  width: 1.9em;
  top: 0px;
}

.opties-div {
  top: 0px !important;
}
.opties-div .result-settings-form {
  display: flex !important;
}
@media only screen and (max-width: 980px) {
  .opties-div .result-settings-form {
    display: block !important;
  }
}
.opties-div .result-settings-form .chzn-container {
  font-size: inherit !important;
}
.opties-div .result-settings-form .chzn-container .chzn-single {
  color: #000000 !important;
}
.opties-div .result-settings-form .chzn-container b {
  background-color: #000000;
}
.opties-div .result-settings-form .chzn-container .chzn-drop {
  outline: none !important;
  border-color: inherit !important;
}
.opties-div .result-settings-form .chzn-container-active .chzn-single {
  outline: none !important;
  border-color: inherit !important;
}
@media only screen and (max-width: 980px) {
  .opties-div {
    top: 6em !important;
    min-width: 20em !important;
  }
}

.result-viewswitcher {
  display: flex;
  align-items: center;
  top: -3em;
}
@media screen and (max-width: 980px) {
  .result-viewswitcher {
    margin: 0 1.7em;
  }
}
.result-viewswitcher-i {
  color: inherit !important;
  background-color: transparent !important;
  opacity: 0.5;
}
.result-viewswitcher-i-active {
  color: #E63E30 !important;
  opacity: 1;
}
.result-viewswitcher-i-list {
  font-size: 31px !important;
}
.result-viewswitcher .fa-list-ul:before {
  content: "\f0c9";
}
.result-viewswitcher .icon-images-gallery:before {
  content: "\f110";
}

#lijst-weergave .key {
  font-weight: 700;
  margin-right: 0.3em;
}
#lijst-weergave .custom-table-row-td .key > * {
  margin-right: 1em;
}

#gallerij-weergave {
  position: unset;
  top: 0;
  margin: 4em 0 2em 0;
}
#gallerij-weergave tr {
  border: none;
}
#gallerij-weergave .gallery-table-td {
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.filter-popup--menu :checked + label {
  background-color: #E63E30;
  color: white;
}

/*# sourceMappingURL=layout.css.map */
