@charset "UTF-8";
@font-face {
  font-family: "open-sans-light";
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/open-sans-light.woff2") format("woff2"), url("../fonts/open-sans-light.woff") format("woff");
}
body {
  font-family: "open-sans-light", sans-serif !important;
  background-color: #ffffff;
  color: #000000;
}
body:not(.atlantis--portaal-detail) .content {
  padding-top: 5em !important;
  padding-bottom: 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: #4da6b0 !important;
  text-decoration: none !important;
}
a:hover {
  opacity: 0.8;
}
a.button {
  color: white !important;
}

.custom-form-field {
  height: auto !important;
}

#myNavbar {
  background-color: #4da6b0;
}
#myNavbar a {
  color: white !important;
}
#myNavbar a:hover {
  background-color: transparent;
}

.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: #4da6b0;
}
@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: #4da6b0;
}
.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: white;
}

.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;
  }
}

.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: #4da6b0;
}
#page-header-actions > a:hover {
  background-color: transparent;
}
#page-header-actions > a:hover > .fa {
  color: #4da6b0 !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 black !important;
}

[class*=default-button] {
  background-color: #4da6b0;
  color: #fff !important;
  border: 1px solid #4da6b0;
  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: #4da6b0;
  border-color: #4da6b0;
}

.k-multiselect-wrap.k-floatwrap {
  border-color: #ccc !important;
}

.k-state-focused > .k-multiselect-wrap {
  border-color: black !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 black !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: black !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: black !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, black, black) !important;
}

.k-button.k-state-hover,
.k-button:hover {
  border-color: black !important;
  background-color: black !important;
}

.custom-navigation-page-active {
  background-color: #4da6b0 !important;
  border-color: #4da6b0 !important;
}

.custom-navigation.scans-custom-navigation .custom-navigation-page.custom-navigation-page-active {
  background-color: #4da6b0 !important;
  border-color: #4da6b0 !important;
}

.custom-navigation-spacing {
  color: #4da6b0 !important;
}

.infinite-button {
  background-color: #4da6b0;
}

.collectionchoice {
  border: none;
  text-decoration-color: white !important;
}
.collectionchoice-amount {
  color: #4da6b0;
}
.collectionchoice:hover {
  background: #4da6b0 !important;
  color: black !important;
}
.collectionchoice-subgroup-amount {
  background-color: #4da6b0;
}
.collectionchoice-subgroup:hover {
  background: #4da6b0 !important;
  color: black !important;
}

.btn {
  background-color: #4da6b0 !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 #4da6b0;
  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: black;
  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: #4da6b0;
  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: #4da6b0 !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;
}

svg#svg-29o6t2f60axmuixdibm27zl1j69ck9x5 {
  width: 200px;
}

/*klant*/
/*! CSS Used from: https://www.huisdoorn.nl/assets/css/website.css?v=1742375818 */
::placeholder {
  opacity: 1;
}

ul {
  padding: 0;
}

a {
  outline: none;
}

a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

a img {
  border-width: 0;
}

.container, .row, .col {
  display: flex;
  position: relative;
}

.container, .col {
  flex-direction: column;
}

.container > .row:first-child:last-child {
  flex-grow: 1;
}

.container {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1024px;
}

.row, .col {
  max-height: 100%;
}

.row {
  flex-wrap: wrap;
}

.col {
  width: 100%;
}

.col > * {
  max-width: 100%;
}

.page {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh;
  position: relative;
}

.page > * {
  width: 100%;
}

.page header, .page section, .page footer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
}

.page header > *, .page section > *, .page footer > * {
  max-width: 100%;
}

.page header > .container, .page section > .container, .page footer > .container {
  flex-grow: 1;
  max-height: 100%;
}

div:not(.timeline):empty, article:empty {
  padding: 0 !important;
}

.box, [class^=box-] {
  position: relative;
}

.box, [class^=box-] {
  display: flex;
  flex-direction: column;
}

.box:last-child, [class^=box-]:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.menu-1 ul, .dropdown-menu-1 ul, .hamburger-menu-1 ul {
  display: flex;
  flex-direction: column;
  list-style-type: none;
}

.menu-1 ul li > a, .dropdown-menu-1 ul li > a, .hamburger-menu-1 ul li > a {
  display: block;
}

.menu-1 ul li:last-child, .dropdown-menu-1 ul li:last-child, .hamburger-menu-1 ul li:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.menu-1 > ul:last-child, .dropdown-menu-1 > ul:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.hamburger-menu-1 ul:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.menu-1 {
  display: flex;
  flex-direction: column;
}

.hamburger-menu-1 > .container {
  min-height: 100%;
}

.hamburger-menu-1 > .container > .row:last-child {
  flex-grow: 1;
}

.hamburger-menu-1 {
  bottom: 0;
  top: 0;
}

.card-4 {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
}

.card-4:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.card-4 {
  flex-grow: 1;
}

.heading-2:last-child, .heading-3:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.text-1 p:not([class^=heading-]), .text-2 p:not([class^=heading-]), .text-3 p:not([class^=heading-]), .text-6 p:not([class^=heading-]) {
  margin-bottom: 2em;
}

.text-1 p:not([class^=heading-]):last-of-type, .text-2 p:not([class^=heading-]):last-of-type, .text-3 p:not([class^=heading-]):last-of-type, .text-6 p:not([class^=heading-]):last-of-type {
  margin-bottom: 0 !important;
}

.text-1:last-child, .text-2:last-child, .text-3:last-child, .text-6:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.button-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
}

.button-wrapper > * {
  pointer-events: auto;
}

.button-wrapper:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.button-1, .button-3, .button-6 {
  -webkit-tap-highlight-color: transparent;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  user-select: none;
  white-space: normal;
}

div.button-1, div.button-3 {
  cursor: default;
}

.control-1 {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.control-1 img {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  vertical-align: top;
}

.control-1 img {
  object-fit: contain;
}

.media-1, .media-3, .media-4 {
  overflow: hidden;
  text-align: left;
}

a.media-1, a.media-3 {
  display: block;
}

.media-1 img, .media-3 img, .media-4 img, .media-1 svg, .media-4 video {
  vertical-align: top;
}

.media-1::after, .media-3::after, .media-4::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.media-1, .media-3 {
  max-height: 100%;
  max-width: 100%;
  position: relative;
}

.media-1:not([data-ratio]) img, .media-3:not([data-ratio]) img, .media-1:not([data-ratio]) svg {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.media-1:not([data-ratio]) svg {
  height: auto;
  width: auto;
}

:not(.media-wrapper) > .media-1:last-child, :not(.media-wrapper) > .media-3:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.media-1 img {
  object-fit: contain;
}

.media-3 img, .media-4 img, .media-4 video {
  object-fit: cover;
}

.media-4 .video-play {
  background-color: #ffffff;
  border-radius: 50%;
  display: none;
  height: 50px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
}

.media-4 .video-play::before {
  border: solid transparent;
  border-left-color: #000000;
  border-width: 10px 20px;
  content: "";
  left: 50%;
  margin-left: 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media-3[data-contain] img {
  object-fit: contain;
}

.media-4.playing .video-play {
  display: none;
}

.media-4 {
  inset: 0;
  position: absolute;
}

.media-4 img, .media-4 video {
  height: 100%;
  width: 100%;
}

.icon-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
}

.icon-wrapper > * {
  pointer-events: auto;
}

.icon-wrapper:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

a.icon-2, a.icon-3 {
  display: block;
}

.icon-1 svg, .icon-2 svg, .icon-3 svg {
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  vertical-align: top;
}

.icon-1 svg, .icon-2 svg, .icon-3 svg {
  height: auto;
  width: auto;
}

:not(.icon-wrapper) > .icon-1:last-child, :not(.icon-wrapper) > .icon-2:last-child {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 480px) and (max-width: 767px) {
  .not-sm, .xs:not(.sm), .md:not(.sm), .lg:not(.sm) {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .not-md, .xs:not(.md), .sm:not(.md), .lg:not(.md) {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .not-lg, .xs:not(.lg), .sm:not(.lg), .md:not(.lg) {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .not-xl, .xs:not(.xl), .sm:not(.xl), .md:not(.xl), .lg:not(.xl) {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .page header, .page section, .page footer {
    max-width: none !important;
  }
}
@media (max-width: 479px) {
  .not-xs, .sm:not(.xs), .md:not(.xs), .lg:not(.xs) {
    display: none !important;
  }
}
[data-cookie]:not(.show) {
  display: none !important;
}

.menu .dropdown-menu, .menu .hamburger-menu, .menu .hamburger-menu-close {
  position: fixed;
  z-index: 200;
}

.menu .hamburger-menu {
  left: 0;
  right: 0;
}

.menu[data-menu_hamburger_size=xl] .default-menu {
  display: none !important;
}

.menu[data-menu_hamburger_size=xl] .hamburger-menu {
  overflow: auto;
  transition: opacity 0.25s;
}

.menu[data-menu_hamburger_size=xl] .hamburger-menu:not(.active) {
  display: none;
}

.menu[data-menu_hamburger_size=xl] .hamburger-menu-handler, .menu[data-menu_hamburger_size=xl] .hamburger-menu-close {
  cursor: pointer;
}

[data-sticky=sticky] {
  position: sticky !important;
  top: 0;
  z-index: 20;
}

[data-position=center-middle] img {
  object-position: 50% 50%;
}

[data-position=center-bottom] img {
  object-position: 50% 100%;
}

@media (max-width: 479px) {
  [data-position_xs=center-middle] img {
    object-position: 50% 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  [data-position_lg=left-top] img {
    object-position: 0 0;
  }
  [data-position_lg=center-bottom] img {
    object-position: 50% 100%;
  }
}
.text-3.dark a:not([class]) {
  color: #739e9e;
}

.page {
  background-color: #ffffff;
}

.container {
  width: 100%;
}

.col {
  padding: 24px;
}

.page {
  background-repeat: no-repeat;
}

.page section.light, .page footer.light {
  background-color: #ffffff;
}

.page header.dark, .page section.dark {
  background-color: #323F4B;
}

.page section {
  padding-bottom: 48px;
  padding-top: 48px;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.page footer {
  padding-bottom: 28px;
  padding-top: 28px;
}

.menu-1 {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu-1 > ul {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 36px;
}

.menu-1 > ul > li {
  margin-right: 36px;
}

.menu-1 > ul > li > a {
  font-family: "open-sans-light";
  font-size: 16px;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  white-space: nowrap;
}

.menu-1.light > ul > li > a {
  color: #EDF2F7;
}

.menu-1.light > ul > li:hover > a {
  color: #ffffff;
}

.menu-1.light > ul > li.active > a {
  color: #ffffff;
}

.dropdown-menu-1 {
  margin-right: 10px;
}

.dropdown-menu-1.light {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-1 > ul > li > a {
  font-family: "open-sans-light";
  line-height: 1;
  padding: 12px;
  padding-left: 18px;
  padding-right: 18px;
  white-space: nowrap;
}

.dropdown-menu-1.light > ul > li > a {
  color: #3E4C59;
}

.dropdown-menu-1.light > ul > li:hover > a {
  color: #1F2933;
}

.hamburger-menu-1.light {
  background-color: #ffffff;
}

.hamburger-menu-1 .control-1 {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
}

.hamburger-menu-1 .col-11 {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hamburger-menu-1 .media-1 {
  margin-bottom: 48px;
}

.hamburger-menu-1 .items > ul {
  margin-bottom: 24px;
}

.hamburger-menu-1 .items > ul > li > a {
  font-family: "open-sans-light";
  font-size: 16px;
  line-height: 1;
  padding-top: 18px;
  padding-bottom: 18px;
}

.hamburger-menu-1.light .items > ul > li > a {
  color: #3E4C59;
}

.hamburger-menu-1.light .items > ul > li:hover > a {
  color: #1F2933;
}

.hamburger-menu-1.light .items > ul > li.active > a {
  color: #1F2933;
}

.card-4 {
  overflow: hidden;
  padding: 28px;
}

.card-4.dark {
  background-color: #323F4B;
}

.heading-1 {
  font-family: "Bellota Text";
  font-size: 36px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.heading-1.dark {
  color: #1F2933;
}

.heading-1.has-sub {
  margin-bottom: 12px;
}

.heading-2 {
  font-family: "Bellota Text";
  font-size: 28px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.heading-2.light {
  color: #F5F7FA;
}

.heading-2.dark {
  color: #1F2933;
}

.heading-2.has-sub {
  margin-bottom: 6px;
}

.heading-2 a:not([class]) {
  text-decoration: underline;
}

.heading-3 {
  font-family: "Bellota Text";
  font-size: 22px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 6px;
}

.heading-3.light {
  color: #EDF2F7;
}

.heading-3.dark {
  color: #4da6b0;
}

.heading-3.has-sub {
  margin-bottom: 6px;
}

.heading-3 a:not([class]) {
  text-decoration: underline;
}

.heading-4 {
  font-family: "Bellota Text";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 12px;
}

.heading-4.dark {
  color: #323F4B;
}

.heading-5 {
  font-family: "Bellota Text";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 12px;
}

.heading-5.light {
  color: #EDF2F7;
}

.heading-5 a:not([class]) {
  text-decoration: underline;
}

.heading-6 {
  font-family: "Bellota Text";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 12px;
}

.heading-6.light {
  color: #F5F7FA;
}

.heading-6.dark {
  color: #1F2933;
}

.text-1 {
  font-family: "open-sans-light";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 24px;
}

.text-1.light {
  color: #EDF2F7;
}

.text-2 {
  font-family: "open-sans-semibold";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 36px;
}

.text-2.light {
  color: #CBD2D9;
}

.text-2 a:not([class]) {
  text-decoration: underline;
}

.text-3 {
  font-family: "open-sans-light";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  margin-bottom: 36px;
}

.text-3.light {
  color: #EDF2F7;
}

.text-3.dark {
  color: #323F4B;
}

.text-3 a:not([class]) {
  text-decoration: underline;
}

.text-6 {
  color: #9AA5B1;
  font-family: "open-sans-light";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 36px;
}

.text-6.light {
  color: #CBD2D9;
}

.text-6.dark {
  color: #3E4C59;
}

.text-6 a:not([class]) {
  text-decoration: underline;
}

.button-wrapper {
  margin-bottom: 24px;
  column-gap: 12px;
  row-gap: 12px;
}

.button-1 {
  border-radius: 25px;
  font-family: "Bellota Text";
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 13px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  text-transform: uppercase;
}

.button-1:not([data-effect]) {
  transition: background-color 250ms;
}

.button-1.light {
  background-color: #739e9e;
  color: #ffffff;
}

.button-1.light:hover {
  background-color: #3f6b6b;
  color: #ffffff;
}

.button-3 {
  border-radius: 25px;
  border-style: solid;
  border-width: 1px;
  font-family: "Bellota Text";
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  padding: 12px;
  padding-left: 23px;
  padding-right: 23px;
  text-align: center;
  text-transform: uppercase;
}

.button-3:not([data-effect]) {
  transition: border-color 250ms, color 250ms;
}

.button-3.light {
  border-color: #F5F7FA;
  color: #F5F7FA;
}

.button-3.light:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.button-6 {
  text-decoration: underline;
}

.button-6:not([data-effect]) {
  transition: color 250ms;
}

.button-6.light {
  color: #EDF2F7;
}

.button-6.light:hover {
  color: #ffffff;
}

.control-1 {
  height: 24px;
  width: 24px;
}

.media-1 {
  height: 24px;
}

.media-1.light > svg, .media-1.light > svg path, .media-1.light > svg polygon, .media-1.light > svg rect {
  fill: #ffffff !important;
}

.media-1.dark > svg, .media-1.dark > svg path, .media-1.dark > svg rect {
  fill: #323F4B !important;
}

.media-3 {
  border-radius: 0px;
  margin-bottom: 36px;
}

.icon-wrapper {
  margin-bottom: 24px;
  column-gap: 6px;
  row-gap: 6px;
}

.icon-1 {
  border-radius: 30px;
  height: 60px;
  padding: 6px;
  width: 60px;
}

.icon-1.light > svg, .icon-1.light > svg path {
  fill: #ffffff !important;
}

.icon-1.dark > svg, .icon-1.dark > svg path {
  fill: #323F4B !important;
}

.icon-2.light > svg, .icon-2.light > svg path {
  fill: #ffffff !important;
}

.icon-2.dark > svg, .icon-2.dark > svg path {
  fill: #323F4B !important;
}

.icon-3 {
  height: 24px;
  width: 24px;
}

.icon-3.dark > svg, .icon-3.dark > svg ellipse, .icon-3.dark > svg path {
  fill: #323F4B !important;
}

@media (max-width: 479px) {
  .page section {
    padding: 12px;
  }
  .col {
    padding: 12px;
  }
}
@media (min-width: 1280px) {
  .col {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .page section {
    padding-right: 48px;
    padding-left: 48px;
  }
  .col {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page section {
    padding: 36px;
  }
  .col {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page section {
    padding: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .col {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.page .block-120-1 {
  padding-bottom: 0;
  padding-top: 0;
}

.page .block-120-1 .container {
  width: 100%;
}

.page .block-120-1 .col-1 {
  align-items: flex-start;
  justify-content: center;
}

.page .block-120-1 .col-2 {
  align-items: flex-start;
  justify-content: center;
}

.page .block-120-1 .button-1 {
  cursor: pointer;
  white-space: nowrap;
}

.page .block-120-1 .button-1.light:hover {
  background-color: #0c939d;
}

.page .block-120-1 .button-1.light {
  background-color: #4da6b0;
}

.page .block-120-1 .button-3 {
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .page .block-120-1 .col-2 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .page .block-120-1 .row-1 {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .page .block-120-1 .col-1 {
    width: auto;
  }
  .page .block-120-1 .col-2 {
    align-items: flex-end;
    justify-content: center;
    width: auto;
  }
  .page .block-120-1 .button-1 {
    text-align: center;
    width: 100%;
  }
  .page .block-120-1 .button-3 {
    text-align: center;
    width: 100%;
  }
}
.page .block-137-1 {
  z-index: 2;
}

.page .block-137-1 .container {
  width: 100%;
}

.page .block-137-1 .container-2 {
  min-height: 75px;
  position: absolute;
  background-image: url("https://www.huisdoorn.nl/assets/files/verloop-achter-menu-huis-doorn-website.1920x0.png");
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
}

.page .block-137-1 .text-3 {
  text-decoration: none;
}

.page .block-137-1 .container-2 {
  flex-grow: 0;
}

.page .block-137-1 .row-2 {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-left: 35px;
  padding-right: 35px;
}

.page .block-137-1 .col-2 {
  align-items: center;
  justify-content: center;
  width: auto;
  flex-direction: row;
}

.page .block-137-1 .col-3 {
  align-items: center;
  justify-content: center;
  width: auto;
  flex-direction: row;
}

.page .block-137-1 .button-6 {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Bellota Text";
  font-weight: 300;
  font-size: 16px;
}

.page .block-137-1 .icon-2 {
  width: 35px;
  height: 35px;
  padding-left: 3px;
  padding-right: 3px;
}

.page .block-137-1 .menu-1 > ul > li > a {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Bellota Text";
  font-weight: 300;
}

.page .block-137-1 .menu-1 > ul > li {
  margin-right: 24px;
}

.page .block-137-1 .container {
  width: 100%;
}

.page .block-137-1 .control-1 {
  width: 35px;
  height: 35px;
  margin-right: 36px;
}

.page .block-137-1 .hamburger-menu-1.light {
  background-color: rgba(107, 175, 185, 0.95);
}

.page .block-137-1 .hamburger-menu-1 .control-1 {
  margin-left: 60px;
  margin-top: 35px;
}

.page .block-137-1 .hamburger-menu-1 .box-2 {
  flex-direction: row;
  justify-content: flex-end;
  padding: 25px;
  padding-left: 38px;
  padding-right: 38px;
}

.page .block-137-1 .hamburger-menu-1 .box-4 {
  max-width: 650px;
}

.page .block-137-1 .hamburger-menu-1 .items > ul > li > a {
  text-transform: uppercase;
  font-size: 28px;
  color: #ffffff;
}

.page .block-137-1 .hamburger-menu-1 .col-11 {
  text-align: left;
  width: 58.33333333%;
  background-image: none;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.page .block-137-1.dark {
  background-color: transparent;
}

.page .block-137-1 .button-wrapper {
  margin-bottom: 0px;
  margin-right: 12px;
}

.page .block-137-1 .hamburger-menu-1 .row-11 {
  background-image: url("https://www.huisdoorn.nl/assets/files/asset-3.1920x0.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}

.page .block-137-1 .hamburger-menu-1 .box-5 {
  height: 250px;
}

.page .block-137-1 .hamburger-menu-1 .media-1.dark > svg, .page .block-137-1 .hamburger-menu-1 .media-1.dark > svg path, .page .block-137-1 .hamburger-menu-1 .media-1.dark > svg rect {
  fill: #ffffff !important;
}

.page .block-137-1 .hamburger-menu-1 .media-1 {
  height: 55px;
}

.page .block-137-1 .hamburger-menu-1 .col-22 {
  width: 41.66666667%;
  justify-content: center;
}

.page .block-137-1 .hamburger-menu-1 .box-6 {
  height: 55px;
}

.page .block-137-1 .hamburger-menu-1 .box-7 {
  height: 220px;
}

.page .block-137-1 .hamburger-menu-1 .media-3 {
  height: 55px;
}

.page .block-137-1 .hamburger-menu-1 .text-3 {
  font-size: 16px;
}

.page .block-137-1 .hamburger-menu-1 .text-3.dark a:not([class]) {
  color: #323F4B;
}

.page .block-137-1 .hamburger-menu-1 .text-3 a:not([class]) {
  text-decoration: none;
}

.page .block-137-1 .hamburger-menu-1 .box-9 {
  flex-direction: row;
  align-items: center;
}

.page .block-137-1 .hamburger-menu-1 .icon-2 {
  width: 30px;
}

.page .block-137-1 .hamburger-menu-1 .icon-2.dark > svg, .page .block-137-1 .hamburger-menu-1 .icon-2.dark > svg path {
  fill: #ffffff !important;
}

.page .block-137-1 .hamburger-menu-1 .items > ul > li:hover > a {
  color: #1f2933;
}

.page .block-137-1 .media-3 {
  margin-bottom: 22px;
  width: 320px;
}

.page .block-137-1 .box-7 {
  height: 150px;
}

@media (max-width: 767px) {
  .page .block-137-1 .button-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page .block-137-1 .hamburger-menu-1 .col-11 {
    width: 100%;
  }
  .page .block-137-1 .hamburger-menu-1 .col-22 {
    width: 100%;
  }
  .page .block-137-1 .hamburger-menu-1 .box-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page .block-137-1 .hamburger-menu-1 .row-11 {
    background-image: url("https://www.huisdoorn.nl/assets/files/asset-3.1920x0.png");
    background-size: 65%;
  }
  .page .block-137-1 .control-1 {
    margin-right: 0px;
  }
}
@media (max-width: 479px) {
  .page .block-137-1 .row-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page .block-137-1 .button-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page .block-137-1 .hamburger-menu-1 .items > ul > li > a {
    font-size: 20px;
  }
  .page .block-137-1 .hamburger-menu-1 .col-22 {
    padding: 35px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .page .block-137-1 .hamburger-menu-1 .control-1 {
    margin-left: 30px;
    margin-top: 25px;
  }
  .page .block-137-1 .hamburger-menu-1 .col-11 {
    align-items: flex-start;
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .page .block-137-1 .row-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page .block-137-1 .hamburger-menu-1 .media-3 {
    height: 45px;
  }
  .page .block-137-1 .hamburger-menu-1 .row-11 {
    background-image: url("https://www.huisdoorn.nl/assets/files/asset-3.1920x0.png");
    background-size: 40%;
  }
  .page .block-137-1 .hamburger-menu-1 .items > ul > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 24px;
  }
  .page .block-137-1 .hamburger-menu-1 .box-7 {
    height: 100px;
  }
  .page .block-137-1 .hamburger-menu-1 .box-5 {
    height: 100px;
  }
  .page .block-137-1 .hamburger-menu-1 .media-1 {
    margin-bottom: 0px;
  }
  .page .block-137-1 .hamburger-menu-1 .box-6 {
    height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page .block-137-1 .row-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page .block-137-1 .hamburger-menu-1 .items > ul > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .page .block-137-1 .hamburger-menu-1 .media-3 {
    height: 45px;
  }
  .page .block-137-1 .hamburger-menu-1 .row-11 {
    background-image: url("https://www.huisdoorn.nl/assets/files/asset-3.1920x0.png");
    background-size: 40%;
  }
  .page .block-137-1 .hamburger-menu-1 .box-7 {
    height: 100px;
  }
  .page .block-137-1 .hamburger-menu-1 .box-5 {
    height: 100px;
  }
  .page .block-137-1 .hamburger-menu-1 .media-1 {
    margin-bottom: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page .block-137-1 .row-2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .page .block-137-1 .hamburger-menu-1 .col-22 {
    padding-left: 65px;
    padding-right: 65px;
  }
}
.page .block-27-3 {
  min-height: 580px;
  padding-bottom: 0;
  padding-top: 75px;
  padding-left: 0px;
  padding-right: 0px;
}

.page .block-27-3 .media-4.dark::after {
  background-color: rgba(0, 0, 0, 0.15);
}

.page .block-27-3 .col-1 {
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
}

.page .block-27-3 .box {
  max-width: 100%;
  align-items: flex-end;
}

.page .block-27-3 .box:not(.media-4):not([data-ratio]) {
  transform: translate(0, 2px) scale(1) rotate(0deg);
}

.page .block-27-3 .media-3 {
  margin-bottom: 0px;
  width: 150px;
  height: 140px;
}

.page .block-27-3 .media-1 {
  height: auto;
  width: 3200px;
}

.page .block-27-3.dark {
  background-color: transparent;
}

.page .block-27-3 .row-1 {
  align-items: flex-end;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .page .block-27-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page .lib-block-5395-1 {
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.page .lib-block-5395-1 .card-4 {
  justify-content: flex-end;
  min-height: 250px;
  padding: 0px;
}

.page .lib-block-5395-1 .media-3 {
  border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.page .lib-block-5395-1 .media-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page .lib-block-5395-1 .heading-3 {
  transition: margin-bottom 0.6s;
  will-change: margin-bottom;
  font-family: "Bellota Text";
  font-weight: 300;
}

.page .lib-block-5395-1 .heading-3 a {
  text-decoration: none;
}

.page .lib-block-5395-1 .col {
  padding: 0px;
}

.page .lib-block-5395-1 .box-1 {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

.page .lib-block-5395-1 .container {
  width: 100%;
}

.page .lib-block-5395-1 .heading-5.light {
  color: #4da6b0;
}

.page .lib-block-5395-1 .heading-5 a:not([class]) {
  text-decoration: none;
}

@media (min-width: 768px) {
  .page .lib-block-5395-1 .col-1 {
    width: 50%;
  }
  .page .lib-block-5395-1 .card-4 {
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .page .lib-block-5395-1 .col-1 {
    width: 25%;
    transition: width 0.6s;
    will-change: width;
  }
  .page .lib-block-5395-1 .row-1 {
    flex-wrap: nowrap;
  }
  .page .lib-block-5395-1 .card-4 {
    min-height: 600px;
  }
  .page .lib-block-5395-1 .card-4:not(:hover) .heading-3 {
    margin-bottom: 0;
  }
  .page .lib-block-5395-1 .box-1 {
    min-width: 200%;
    transition: min-width 0.6s;
    will-change: min-width;
  }
  .page .lib-block-5395-1 .box-2 {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.6s;
    will-change: max-height, opacity;
  }
  .page .lib-block-5395-1 .col-1:hover {
    width: 50%;
  }
  .page .lib-block-5395-1 .col-1:hover .box-1 {
    min-width: 100%;
  }
  .page .lib-block-5395-1 .col-1:hover .box-2 {
    max-height: 300px;
    opacity: 1;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .page .lib-block-5395-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .page .lib-block-5395-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.page .block-8-3 {
  padding-bottom: 0px;
  padding-top: 48px;
}

.page .block-8-3 .col-1 {
  align-items: center;
  justify-content: center;
}

.page .block-8-3 .box {
  text-align: center;
}

.page .block-8-3 .heading-2 {
  font-size: 40px;
}

@media (max-width: 767px) {
  .page .block-8-3 .heading-2 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .page .block-8-3 .heading-2 {
    font-size: 24px;
  }
}
.page .block-122-1 {
  padding-top: 10px;
  padding-bottom: 50px;
}

.page .block-122-1 .box {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background-color: #ffffff;
  padding: 35px;
  padding-left: 55px;
  padding-right: 55px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.page .block-122-1 .icon-1 {
  margin-bottom: 20px;
  padding: 12px;
}

.page .block-122-1 .col-1 {
  background-color: transparent;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.18);
}

.page .block-122-1 .heading-4.dark {
  color: #0c939d;
}

.page .block-122-1 .heading-4 {
  font-size: 24px;
}

.page .block-122-1 .icon-1.dark {
  background-color: transparent;
}

.page .block-122-1 .icon-1.dark > svg, .page .block-122-1 .icon-1.dark > svg path {
  fill: #000000 !important;
}

.page .block-122-1 .box-2 {
  height: 15px;
}

.page .block-122-1 .container {
  width: 1650px;
}

.page .block-122-1 .icon-2 {
  width: 35px;
  height: 35px;
}

@media (min-width: 768px) {
  .page .block-122-1 .heading-4 {
    height: 60px;
  }
  .page .block-122-1 .col-1 {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page .block-122-1 .box {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.page .block-34-1.light {
  background-color: #4da6b0;
}

.page .block-34-1 .text-6.dark {
  color: #ffffff;
}

.page .block-34-1 .row-2 {
  background-color: #ffffff;
}

.page .block-34-1 .heading-6 {
  font-family: "Bellota Text";
  font-weight: 300;
}

.page .block-34-1 .col-5 {
  width: 66.66666667%;
}

.page .block-34-1 .text-3 {
  font-size: 14px;
}

.page .block-34-1 .col-6 {
  width: 33.33333333%;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: flex-end;
  justify-content: center;
}

.page .block-34-1 .icon-3 {
  width: 36px;
  height: 36px;
}

.page .block-34-1 .icon-3.dark > svg, .page .block-34-1 .icon-3.dark > svg ellipse, .page .block-34-1 .icon-3.dark > svg path {
  fill: #ffffff !important;
}

@media (max-width: 479px) {
  .page .block-34-1 .col-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 480px) {
  .page .block-34-1 .col-1 {
    width: 50%;
  }
  .page .block-34-1 .col-2 {
    width: 50%;
  }
  .page .block-34-1 .col-3 {
    width: 50%;
  }
  .page .block-34-1 .col-4 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page .block-34-1 .col-1 {
    width: 25%;
  }
  .page .block-34-1 .col-2 {
    width: 25%;
  }
  .page .block-34-1 .col-3 {
    width: 25%;
  }
  .page .block-34-1 .col-4 {
    width: 25%;
  }
}
/*! CSS Used from: https://www.huisdoorn.nl/assets/css/page-655418.css?v=1742375818 */
#page-655418 {
  background-image: none;
  background-position: center top;
}

#block-65-15280689 {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

#block-65-15280689.dark {
  background-image: none;
}

#block-65-15280689 .container {
  width: 100%;
}

#block-65-15280689 .col {
  padding: 0px;
}

#block-65-15280689 .col-3 {
  background-color: transparent;
}

#block-65-15280689 .icon-1.light > svg, #block-65-15280689 .icon-1.light > svg path {
  fill: #CBD2D9 !important;
}

#block-65-15280689 .icon-1 {
  width: 45px;
  height: 45px;
}

#block-65-15280689 .icon-1:not(.media-4):not([data-ratio]) {
  transform: translate(0, -150px) scale(1) rotate(0deg);
}

#block-65-15280689 .box-2 {
  align-items: center;
}

#block-65-15280689 .box-2:not(.media-4):not([data-ratio]) {
  transform: translate(0, -30px) scale(1) rotate(0deg);
}

#block-65-15280689 .box-5 {
  align-items: center;
  background-color: #ffffff;
}

#block-65-15280689 .row-1 {
  align-items: flex-end;
  justify-content: center;
}

#block-65-15280689 .box-3 {
  justify-content: flex-end;
  background-image: url("https://www.huisdoorn.nl/assets/files/huis-doorn-logo.svg");
  background-position: center top;
  background-repeat: no-repeat;
  height: 150px;
  background-size: auto 171px;
}

#block-65-15280689 .media-3 {
  border-radius: 0px;
  width: 451px;
}

#block-65-15280689 .media-3:not(.media-4):not([data-ratio]) {
  transform: translate(0, 38px) scale(1) rotate(0deg);
}

#block-65-15280689 .box-4 {
  align-items: flex-end;
}

#block-65-15280689 .beweeg {
  width: 45px !important;
  height: 45px !important;
  animation: bounce 2s infinite;
}

#block-65-15280689 .media-4.dark::after {
  background-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 479px) {
  #block-65-15280689 .media-3 {
    width: 150px;
  }
  #block-65-15280689 .box-3 {
    background-image: url("https://www.huisdoorn.nl/assets/files/huis-doorn-museum-in-doorn.svg");
    height: 600px;
    background-size: contain;
    background-position: center bottom;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #block-65-15280689 .media-3 {
    width: 300px;
  }
  #block-65-15280689 .media-3:not(.media-4):not([data-ratio]) {
    transform: translate(0, 26px) scale(1) rotate(0deg);
  }
  #block-65-15280689 .box-3 {
    background-size: auto 130px;
    height: 130px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #block-65-15280689 .media-3 {
    width: 250px;
  }
  #block-65-15280689 .media-3:not(.media-4):not([data-ratio]) {
    transform: translate(0, 22px) scale(1) rotate(0deg);
  }
  #block-65-15280689 .box-3 {
    background-size: auto 100px;
    height: 100px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-65-15280689 .media-3 {
    width: 180px;
  }
  #block-65-15280689 .media-3:not(.media-4):not([data-ratio]) {
    transform: translate(0, 14px) scale(1) rotate(0deg);
  }
  #block-65-15280689 .box-3 {
    background-size: auto 70px;
    height: 70px;
  }
}
#block-27-6401792 {
  min-height: 488px;
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
}

#block-27-6401792 .media-4.dark::after {
  background-color: transparent;
}

#block-27-6401792 .col-1 {
  align-items: flex-end;
  justify-content: center;
  padding-left: 0px;
  padding-right: 0px;
}

#block-27-6401792 .box {
  width: 40%;
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: transparent;
  background-image: url("https://www.huisdoorn.nl/assets/files/huis-doorn-museum-midden-nederland.1280x0.png");
  background-position: right top;
  background-size: cover;
}

#block-27-6401792 .container {
  width: 100%;
}

#block-27-6401792 .text-1 {
  text-align: left;
  font-size: 24px;
}

#block-27-6401792 .text-1:not(.media-4):not([data-ratio]) {
  transform: translate(0px, 25px) scale(1) rotate(0deg);
}

#block-27-6401792 .text-1.light {
  color: #000000;
}

#block-27-6401792 .button-1.light {
  background-color: #000000;
  background-image: url("https://www.huisdoorn.nl/assets/files/arrow-forward.ffffff.svg");
}

#block-27-6401792 .button-1 {
  border-width: 0px;
  border-radius: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
}

#block-27-6401792 #button-1-xplab61f {
  width: 35px;
  height: 35px;
  padding-left: 13px;
  padding-right: 13px;
}

#block-27-6401792 .text-2 {
  margin-bottom: 0px;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.5;
}

#block-27-6401792 .text-2.light {
  color: #0c939d;
}

#block-27-6401792 .box-4 {
  height: 25px;
}

#block-27-6401792 .col {
  padding-top: 0px;
  padding-bottom: 0px;
}

#block-27-6401792 .box-3 {
  flex-direction: row;
}

@media (max-width: 1279px) {
  #block-27-6401792 .text-2 {
    font-size: 16px;
  }
  #block-27-6401792 .box {
    padding-left: 65px;
    padding-right: 65px;
  }
  #block-27-6401792 .text-1 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  #block-27-6401792 {
    height: 800px;
  }
  #block-27-6401792 .box {
    padding-left: 35px;
    padding-right: 35px;
    width: auto;
  }
  #block-27-6401792 .col-1 {
    justify-content: flex-end;
  }
  #block-27-6401792 .col {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #block-27-6401792 .box {
    width: 550px;
  }
  #block-27-6401792 .col-1 {
    justify-content: flex-end;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-27-6401792 {
    height: 1000px;
  }
  #block-27-6401792 .box {
    width: auto;
  }
  #block-27-6401792 .col-1 {
    justify-content: flex-end;
  }
  #block-27-6401792 .col {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #block-27-6401792 .col-1 {
    justify-content: flex-end;
  }
}
#block-163-6405324 {
  padding-bottom: 0;
  padding-top: 0;
  z-index: 1;
  padding-left: 0px;
  padding-right: 0px;
}

#block-163-6405324 .col {
  padding: 0;
  padding-bottom: 0px;
}

#block-163-6405324 .media-4.dark {
  background-color: transparent;
}

#block-163-6405324 .media-4.dark::after {
  background-color: rgba(31, 41, 51, 0);
}

#block-163-6405324 .box-2 {
  background-color: #ffffff;
  width: 670px;
  height: 55px;
  z-index: 100 !important;
}

#block-163-6405324 .button-1.light {
  background-color: #000000;
  background-image: url("https://www.huisdoorn.nl/assets/files/arrow-forward.ffffff.svg");
}

#block-163-6405324 .button-1 {
  border-width: 0px;
  border-radius: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
}

#block-163-6405324 .box-3 {
  z-index: 100 !important;
  width: 670px;
  height: 300px;
  background-color: #ffffff;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
  max-width: 100%;
  justify-content: center;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

#block-163-6405324 .box-1 {
  z-index: 100 !important;
  width: 670px;
  height: 300px;
  background-color: #ffffff;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 45px;
  padding-bottom: 20px;
  max-width: 100%;
  justify-content: center;
  background-image: url("https://www.huisdoorn.nl/assets/files/huis-doorn-museum-midden-nederland.1920x0.png");
  background-repeat: no-repeat;
  background-size: cover;
  row-gap: 0px;
  background-position: center bottom;
}

#block-163-6405324 .box-1:not(.media-4):not([data-ratio]) {
  transform: translate(0, 0px) scale(1) rotate(0);
}

#block-163-6405324 .heading-3.light {
  color: #616E7C;
}

#block-163-6405324 .container {
  width: 100%;
}

#block-163-6405324 .heading-3 {
  text-align: center;
  font-family: "open-sans-light";
  font-weight: 300;
}

#block-163-6405324 .col-1 {
  align-items: center;
  justify-content: center;
}

#block-163-6405324 .col-2 {
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

#block-163-6405324 #heading-3-ejtm4i4k {
  text-align: left;
  font-size: 20px;
  font-style: normal;
  line-height: 1.75;
}

#block-163-6405324 #heading-3-ejtm4i4k.light {
  color: #000000;
}

#block-163-6405324 .heading-1 {
  line-height: 1.25;
  font-size: 36px;
  font-family: "open-sans-semibold";
  font-weight: 600;
}

#block-163-6405324 .text-3.dark {
  color: #000000;
}

#block-163-6405324 .text-3 {
  margin-bottom: 36px;
  font-size: 20px;
}

#block-163-6405324 .button-wrapper {
  align-items: center;
}

@media (max-width: 1279px) {
  #block-163-6405324 .heading-3 {
    font-size: 18px;
    line-height: 1.5;
  }
  #block-163-6405324 #heading-3-ejtm4i4k {
    font-size: 16px;
    line-height: 1.75;
  }
  #block-163-6405324 .text-3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #block-163-6405324 .col-1 {
    padding-top: 200px;
  }
  #block-163-6405324 .col-2 {
    padding-top: 200px;
  }
}
@media (min-width: 768px) {
  #block-163-6405324 .col-1 {
    width: 50%;
  }
  #block-163-6405324 .col-2 {
    width: 50%;
  }
  #block-163-6405324 .box-1:not(.media-4):not([data-ratio]) {
    transform: translate(0, 100px) scale(1) rotate(0);
  }
  #block-163-6405324 .box-2:not(.media-4):not([data-ratio]) {
    transform: translate(0, 100px) scale(1) rotate(0deg);
  }
  #block-163-6405324 .box-3:not(.media-4):not([data-ratio]) {
    transform: translate(0, 100px) scale(1) rotate(0);
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #block-163-6405324 .col-2 {
    justify-content: flex-end;
  }
  #block-163-6405324 .col-1 {
    justify-content: flex-end;
  }
}
@media (max-width: 479px) {
  #block-163-6405324 {
    padding-bottom: 0px;
  }
  #block-163-6405324 .heading-1 {
    font-size: 24px;
  }
  #block-163-6405324 .box-1 {
    height: 300px;
  }
  #block-163-6405324 .box-3 {
    height: 300px;
  }
  #block-163-6405324 .button-wrapper {
    margin-bottom: 0px;
  }
  #block-163-6405324 .col {
    padding-bottom: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-163-6405324 .heading-1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #block-163-6405324 .heading-1 {
    font-size: 28px;
  }
}
#block-27-17435727 {
  min-height: 550px;
  padding: 0;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
}

#block-27-17435727.dark {
  background-image: url("https://www.huisdoorn.nl/assets/files/ts-20231204-kerst-huisdoorn-329.1920x0.jpg");
}

#block-27-17435727 .media-4.dark::after {
  background-color: transparent;
}

#block-27-17435727 .col-1 {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0px;
}

#block-27-17435727 .box {
  width: 40%;
  padding: 75px;
  padding-left: 85px;
  padding-right: 85px;
  background-color: transparent;
  background-image: url("https://www.huisdoorn.nl/assets/files/huis-doorn-museum-midden-nederland.1920x0.png");
  background-position: right top;
  background-size: cover;
  margin-top: 0px;
}

#block-27-17435727 .container {
  width: 100%;
}

#block-27-17435727 .text-1 {
  text-align: center;
  font-size: 20px;
  font-style: normal;
}

#block-27-17435727 .text-1:not(.media-4):not([data-ratio]) {
  transform: translate(0px, 25px) scale(1) rotate(0deg);
}

#block-27-17435727 .text-1.light {
  color: #000000;
}

#block-27-17435727 .box-2 {
  background-color: #ffffff;
  width: 40%;
  align-items: flex-end;
}

#block-27-17435727 .box-2:not(.media-4):not([data-ratio]) {
  transform: translate(0, 0px) scale(1) rotate(0deg);
}

#block-27-17435727 .button-1.light {
  background-color: #000000;
  background-image: url("https://www.huisdoorn.nl/assets/files/arrow-forward.ffffff.svg");
}

#block-27-17435727 .button-1 {
  border-width: 0px;
  border-radius: 0px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 55px;
  height: 55px;
}

#block-27-17435727 .col {
  padding-top: 0px;
  padding-bottom: 0px;
}

#block-27-17435727 .heading-2.light {
  color: #1F2933;
}

#block-27-17435727 .heading-2 {
  font-family: "open-sans-semibold";
  font-weight: 600;
  font-size: 36px;
}

@media (max-width: 1279px) {
  #block-27-17435727 .text-1 {
    font-size: 16px;
  }
  #block-27-17435727 .box {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 479px) {
  #block-27-17435727 .box {
    width: auto;
  }
  #block-27-17435727 .box-2 {
    width: 800px;
  }
  #block-27-17435727 .col-1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #block-27-17435727 .col {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #block-27-17435727 .heading-2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #block-27-17435727 .box {
    width: 450px;
  }
  #block-27-17435727 .box-2 {
    width: 450px;
  }
  #block-27-17435727 .heading-2 {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-27-17435727 .box {
    width: auto;
  }
  #block-27-17435727 .box-2 {
    width: 800px;
  }
  #block-27-17435727 .col {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #block-27-17435727 .col-1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #block-27-17435727 .heading-2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #block-27-17435727 .box {
    margin-top: 350px;
  }
}
#block-8-8788577 {
  padding-bottom: 48px;
  padding-top: 48px;
}

#block-8-8788577 .col-1 {
  align-items: center;
  justify-content: center;
}

#block-8-8788577 .box {
  text-align: center;
}

#block-8-8788577 .heading-2 {
  font-size: 28px;
}

/*! CSS Used from: Embedded ; media=all */
@media all {
  #svg-yog23m4l5yioazj5dui3ogj7fhca4hku .st0 {
    fill: #FFFFFF;
  }
}
/*! CSS Used keyframes */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0%);
  }
}
.icon-wrapper {
  display: flex !important;
}

.row-1 a {
  color: white !important;
  text-decoration: underline !important;
}

.row-2 a {
  text-decoration: underline !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: #4da6b0 !important;
}
#search-form .btn-submit-maps-location {
  font-size: initial !important;
}

.atlantis--details .detail-media-icons-i-img-active {
  border-color: #4da6b0;
}
.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 #4da6b0;
  background: color-contrast(#4da6b0, #fff, #000);
  color: #4da6b0;
}
.atlantis--details #resultjumpsubmit {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 32px;
  border: 0;
  line-height: 32px;
  margin: 0;
  background-color: #4da6b0;
  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: #4da6b0;
  border-color: #4da6b0;
}
.atlantis--details #detail #detail-interactionbar .interaction-labels .active {
  background: black;
  border-color: black;
}
.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: black;
}
.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 black) drop-shadow(0 1px 0 black) drop-shadow(-0.5px 0 0 black) drop-shadow(1px 0 0 black);
}
.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: #4da6b0 !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: #4da6b0;
  color: white;
}

/*# sourceMappingURL=layout.css.map */
