@charset "UTF-8";
.tekstveld p,
.tekstveld ul {
  padding-top: 0px;
  padding-bottom: 0.75rem; }
.tekstveld p {
  padding-bottom: .5rem; }
.tekstveld p:last-of-type {
  padding-bottom: 0px; }
.tekstveld h2:not(:first-of-type) {
  padding-top: .5rem; }
.tekstveld h3 {
  line-height: 130%;
  margin-bottom: .75rem; }
.tekstveld h4:not(:first-of-type) {
  padding-top: .5rem; }
.tekstveld a:not(.agenda_list_item, .btn) {
  text-decoration: underline !important; }
  .tekstveld a:not(.agenda_list_item, .btn):hover {
    color: #54433c;
    text-decoration: none !important; }
.tekstveld .btn {
  text-decoration: none !important; }

.head .row {
  align-self: end;
  width: 100%; }
  .head .row h2 {
    color: #f15a22; }

.intro {
  position: relative;
  z-index: 100;
  background-color: #fff8ec;
  margin-top: -5rem;
  border-bottom: 20px solid #fffdfa; }

.frame h3 {
  margin-bottom: 0 !important; }
  .frame h3:nth-of-type(1) {
    margin-top: 0 !important; }
.frame span {
  display: inline-block;
  background-color: #e0e8df;
  color: #54433c !important;
  padding: .25rem 1rem;
  margin-top: .5rem;
  transition: opacity 250ms ease; }

.background {
  background: #fff8ec;
  border-bottom: 20px solid #fffdfa; }

.background_image_holder {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 24vw;
  display: flex;
  align-items: center; }

.background_solid {
  background: #f15a22; }
  .background_solid h2 {
    color: white; }

.image_holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 10rem;
  aspect-ratio: 4 / 5; }

.image_holder_small {
  aspect-ratio: inherit;
  min-height: 24rem; }

.image_square {
  aspect-ratio: 1 / 1; }

.center_object {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.quote h3 {
  color: #ed8b69 !important; }

.agenda_list_item {
  display: block; }
  .agenda_list_item span {
    display: inline-block;
    background-color: #fff8ec;
    padding: .25rem 1rem;
    margin-top: .5rem;
    transition: opacity 250ms ease; }
  .agenda_list_item .agenda_list_button {
    background-color: #ed8b69;
    color: white;
    float: right; }
  .agenda_list_item .image_holder {
    min-height: 100%;
    max-width: 100%;
    aspect-ratio: 1/1;
    transition: opacity 250ms ease; }
  .agenda_list_item:hover b {
    color: #f15a22; }
  .agenda_list_item:hover span,
  .agenda_list_item:hover .image_holder {
    opacity: .5; }
  .agenda_list_item:not(:last-child) {
    border-bottom: 1px solid #f15a22; }

.cards .card {
  background-color: #98b293;
  overflow: hidden; }
  .cards .card h3,
  .cards .card a {
    color: white; }
  .cards .card li:first-of-type {
    display: none; }
  .cards .card a {
    cursor: pointer; }
  .cards .card .card_top {
    padding: 0.5rem 1.5rem; }
    .cards .card .card_top h3 {
      color: white;
      margin: 1rem 0 .5rem 0; }
      .cards .card .card_top h3:after {
        content: '.'; }
  .cards .card .card_body .image_holder {
    aspect-ratio: 1 / 1;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: opacity 250ms ease; }
    .cards .card .card_body .image_holder::after {
      position: absolute;
      content: '>';
      right: 0;
      bottom: 0;
      height: 2.5rem;
      width: 2.5rem;
      padding: .5rem .25rem;
      background-color: #e0e8df;
      color: #54433c;
      text-align: center;
      font-family: "Libre Baskerville", serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal; }
  .cards .card .card_body:hover .image_holder {
    opacity: .5; }
  .cards .card .card_footer {
    padding: .75rem 0; }
    .cards .card .card_footer ul {
      padding: 0;
      padding-inline-start: 0;
      margin: 0; }
      .cards .card .card_footer ul li a {
        display: block;
        padding: .5rem 1.5rem; }
      .cards .card .card_footer ul li a:before {
        content: '> '; }
      .cards .card .card_footer ul li:hover {
        background-color: rgba(255, 255, 255, 0.3); }
      .cards .card .card_footer ul li .sub-menu {
        display: none; }
    .cards .card .card_footer p {
      color: white;
      padding: .25rem 1.5rem; }
.cards .tegel:nth-of-type(3) {
  background-color: #eadfb2; }
  .cards .tegel:nth-of-type(3) h3,
  .cards .tegel:nth-of-type(3) a {
    color: #54433c; }
  .cards .tegel:nth-of-type(3) .image_holder::after {
    background-color: #f8f5e8; }
.cards .tegel:nth-of-type(4) {
  background-color: #ffbec6; }
  .cards .tegel:nth-of-type(4) h3,
  .cards .tegel:nth-of-type(4) a {
    color: #54433c; }
  .cards .tegel:nth-of-type(4) .image_holder::after {
    background-color: #feecee; }
.cards .tegel:nth-of-type(5) {
  background-color: #b78574; }
  .cards .tegel:nth-of-type(5) .image_holder::after {
    background-color: #e8dbd5; }

#verhalen .card {
  background-color: #fff8ec;
  transition: opacity 250ms ease; }
  #verhalen .card h3,
  #verhalen .card a {
    color: #54433c; }
  #verhalen .card .card_body .image_holder {
    aspect-ratio: 2 / 1; }
    #verhalen .card .card_body .image_holder::after {
      position: absolute;
      background-color: #fff8ec !important; }
    #verhalen .card .card_body .image_holder:hover {
      opacity: 1; }
  #verhalen .card .card_footer {
    padding: 1.25rem 1.5rem 1.5rem 1.5rem; }
    #verhalen .card .card_footer p {
      color: white;
      padding: .25rem 1.5rem; }
  #verhalen .card:hover {
    opacity: .5; }

.phone,
.mail,
.pointer {
  background-image: url("../assets/images/icon_phone.svg");
  background-position: 0px 5px;
  background-repeat: no-repeat;
  background-size: auto 19px;
  display: inline-block;
  padding-left: 30px !important;
  margin-bottom: 5px !important; }

.mail {
  background-image: url("../assets/images/icon_mail.svg"); }

.pointer {
  background-image: url("../assets/images/icon_pointer.svg"); }

.phone:hover,
.mail:hover,
.pointer:hover {
  text-decoration: none !important; }

.instagram,
.facebook,
.linkedin {
  background-color: white;
  background-image: url("../assets/images/icon_instagram.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  margin-top: .5rem;
  margin-right: .25rem;
  border: 1px solid #f15a22; }

.facebook {
  background-image: url("../assets/images/icon_facebook.svg"); }

.linkedin {
  background-image: url("../assets/images/icon_linkedin.svg"); }

.instagram:hover,
.facebook:hover,
.linkedin:hover {
  opacity: .5; }

.vertical_center {
  display: flex;
  align-items: center;
  justify-content: center; }

.align_center {
  align-items: center; }

.align_right {
  margin-left: auto;
  margin-right: 0; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.text_rotate h2 {
  transform: rotate(-90deg);
  margin-left: -3rem; }

#home .background_image_holder {
  min-height: 38vw; }

#sectie .head {
  background-color: #98b293;
  border-bottom: 20px solid #e0e8df;
  padding-right: 0 !important; }
  #sectie .head .col-6:first-of-type {
    padding-left: calc((100vw - 1440px) / 2); }
    #sectie .head .col-6:first-of-type *:not(.btn) {
      color: white !important; }
#sectie .color_openstelling {
  background-color: #98b293;
  border-bottom: 20px solid #e0e8df; }
#sectie .color_programma {
  background-color: #eadfb2;
  border-bottom: 20px solid #f8f5e8; }
  #sectie .color_programma *:not(.btn),
  #sectie .color_programma .col-6:first-of-type *:not(.btn) {
    color: #54433c !important; }
#sectie .color_verhuur,
#sectie .color_particuliere_verhuur,
#sectie .color_zakelijke_verhuur {
  background-color: #ffbec6;
  border-bottom: 20px solid #feecee; }
  #sectie .color_verhuur *:not(.btn),
  #sectie .color_verhuur .col-6:first-of-type *:not(.btn),
  #sectie .color_particuliere_verhuur *:not(.btn),
  #sectie .color_particuliere_verhuur .col-6:first-of-type *:not(.btn),
  #sectie .color_zakelijke_verhuur *:not(.btn),
  #sectie .color_zakelijke_verhuur .col-6:first-of-type *:not(.btn) {
    color: #54433c !important; }

#single .intro {
  background-color: #98b293;
  border-bottom: 20px solid #e0e8df; }
  #single .intro *:not(.btn, span) {
    color: white !important; }
#single .color_openstelling {
  background-color: #98b293;
  border-bottom: 20px solid #e0e8df; }
#single .color_programma {
  background-color: #eadfb2;
  border-bottom: 20px solid #f8f5e8; }
  #single .color_programma *:not(.btn),
  #single .color_programma .col-6:first-of-type *:not(.btn) {
    color: #54433c !important; }
#single .color_verhuur,
#single .color_particuliere_verhuur,
#single .color_zakelijke_verhuur {
  background-color: #ffbec6;
  border-bottom: 20px solid #feecee; }
  #single .color_verhuur *:not(.btn),
  #single .color_verhuur .col-6:first-of-type *:not(.btn),
  #single .color_particuliere_verhuur *:not(.btn),
  #single .color_particuliere_verhuur .col-6:first-of-type *:not(.btn),
  #single .color_zakelijke_verhuur *:not(.btn),
  #single .color_zakelijke_verhuur .col-6:first-of-type *:not(.btn) {
    color: #54433c !important; }
#single .color_verhaal {
  background-color: #fff8ec;
  border-bottom: 20px solid #fffdfa; }
  #single .color_verhaal *:not(.btn),
  #single .color_verhaal .col-6:first-of-type *:not(.btn) {
    color: #54433c !important; }
    #single .color_verhaal *:not(.btn) h2, #single .color_verhaal *:not(.btn) h3,
    #single .color_verhaal .col-6:first-of-type *:not(.btn) h2,
    #single .color_verhaal .col-6:first-of-type *:not(.btn) h3 {
      color: #f15a22 !important; }

/* faqs */
.faqs .faq_item {
  border-bottom: 1px solid #f15a22;
  padding-bottom: .5rem; }
  .faqs .faq_item .vraag {
    padding: 1rem 1.5rem .5rem 1.5rem;
    cursor: pointer;
    transition: opacity 250ms ease-in-out;
    position: relative; }
    .faqs .faq_item .vraag * {
      font-weight: 700; }
    .faqs .faq_item .vraag:hover {
      opacity: .5; }
    .faqs .faq_item .vraag::before {
      content: "+";
      position: absolute;
      left: 0;
      top: 58%;
      transform: translateY(-50%);
      font-weight: 700;
      transition: transform 250ms ease; }
  .faqs .faq_item.active .vraag::before {
    content: "−" !important; }
  .faqs .faq_item .antwoord {
    padding: 0 1.5rem .5rem 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 250ms ease; }
  .faqs .faq_item:last-of-type {
    border-bottom: 0px solid #f15a22; }

#fotografie .image_holder {
  width: 100%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: opacity 250ms ease; }
#fotografie .image_holder:hover {
  opacity: .5; }

#lightbox {
  position: fixed;
  inset: 0;
  background: rgba(84, 67, 60, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999; }
  #lightbox.active {
    display: flex !important; }
  #lightbox img {
    max-width: 90%;
    max-height: 90%; }
  #lightbox .lightbox-prev,
  #lightbox .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: white;
    cursor: pointer;
    padding: 2.5rem;
    user-select: none;
    transition: opacity 250ms ease; }
    #lightbox .lightbox-prev:hover,
    #lightbox .lightbox-next:hover {
      opacity: .5; }
  #lightbox .lightbox-prev {
    left: 2.5rem; }
  #lightbox .lightbox-next {
    right: 2.5rem; }
  #lightbox .lightbox-close {
    position: absolute;
    top: 2.5rem;
    right: 2rem;
    font-size: 2rem;
    color: white;
    cursor: pointer; }

@media all and (max-width: 992px) {
  .head {
    padding-bottom: 4rem; }

  #sectie .head {
    padding-bottom: 0; }

  .image_holder {
    aspect-ratio: 5 / 3 !important; }

  .image_holder_small {
    min-height: 18rem !important; }

  #single .head {
    height: 20rem; }
  #single .container:has(.intro) .col-5,
  #single .container:has(.intro) .col-6 {
    grid-column: span 12 !important; } }
@media all and (max-width: 768px) {
  #sectie .head {
    padding-inline: 0rem !important; }
    #sectie .head .col-6:first-of-type {
      padding-inline: 2rem !important; }
    #sectie .head .background_image_holder {
      min-height: 20rem; }

  #single .intro {
    margin-top: 0 !important; } }
footer {
  background: #54433c;
  position: relative;
  z-index: 10; }
  footer .container {
    position: relative; }
    footer .container [class^="col-"] span,
    footer .container [class^="col-"] p {
      color: white; }
      footer .container [class^="col-"] span b,
      footer .container [class^="col-"] span strong,
      footer .container [class^="col-"] p b,
      footer .container [class^="col-"] p strong {
        color: inherit;
        font-size: 1em; }
    footer .container [class^="col-"] a {
      color: white;
      text-decoration: none;
      transition: opacity 250ms ease; }
      footer .container [class^="col-"] a:hover {
        color: #f15a22; }
    footer .container [class^="col-"] .menu .sub-menu {
      display: none; }
    footer .container [class^="col-"] .current-menu-item a {
      color: #f15a22; }
    footer .container [class^="col-"] #footer_logo img {
      width: 180px;
      height: auto; }
    footer .container [class^="col-"] #footer_logo:hover {
      opacity: .5; }
    footer .container [class^="col-"] .btn {
      margin-top: .5rem; }
    footer .container [class^="col-"] ul {
      padding: 0;
      padding-inline-start: 0rem;
      margin: 0; }
      footer .container [class^="col-"] ul li {
        list-style-type: none;
        padding: 0;
        line-height: 200%; }
        footer .container [class^="col-"] ul li a:before {
          content: '> '; }
    footer .container [class^="col-"] .instagram,
    footer .container [class^="col-"] .facebook,
    footer .container [class^="col-"] .linkedin {
      display: inline-block;
      height: 2.5rem;
      width: 2.5rem;
      margin: 1rem .25rem .5rem 0; }
    footer .container .row:nth-of-type(2) ul {
      padding: 0;
      padding-inline-start: 0;
      margin: 0; }
      footer .container .row:nth-of-type(2) ul li {
        margin-left: 1.5rem; }
      footer .container .row:nth-of-type(2) ul li:first-of-type {
        margin-left: 0rem; }
        footer .container .row:nth-of-type(2) ul li:first-of-type a {
          display: block;
          padding: .75rem 1.5rem;
          margin-bottom: .5rem;
          background-color: #98b293;
          color: white;
          transition: opacity 250ms ease-in-out;
          font-size: 1.1em;
          font-family: "Libre Baskerville", serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal; }
          footer .container .row:nth-of-type(2) ul li:first-of-type a:before {
            content: ''; }
          footer .container .row:nth-of-type(2) ul li:first-of-type a:after {
            content: '.'; }
          footer .container .row:nth-of-type(2) ul li:first-of-type a:hover {
            opacity: .75; }
    footer .container .row:nth-of-type(2) .col-3:nth-of-type(2) li:first-of-type a {
      background-color: #eadfb2;
      color: #54433c; }
    footer .container .row:nth-of-type(2) .col-3:nth-of-type(3) li:first-of-type a {
      background-color: #ffbec6;
      color: #54433c; }
    footer .container .row:nth-of-type(2) .col-3:nth-of-type(4) li:first-of-type a {
      background-color: #b78574; }

.post_footer {
  background-color: #fff8ec; }
  .post_footer p,
  .post_footer a {
    display: inline; }
  .post_footer .menu-post-footer-menu-container {
    width: auto;
    display: inline-block; }
    .post_footer .menu-post-footer-menu-container #menu-post-footer-menu {
      padding-inline-start: 0; }
      .post_footer .menu-post-footer-menu-container #menu-post-footer-menu li::before {
        display: none; }
      .post_footer .menu-post-footer-menu-container #menu-post-footer-menu li {
        padding-bottom: 0;
        display: inline; }
      .post_footer .menu-post-footer-menu-container #menu-post-footer-menu li::after {
        content: ' |';
        display: inline; }

@media all and (max-width: 992px) {
  footer .row {
    row-gap: .5rem;
    margin-bottom: 2rem; }
  footer .col-3 {
    grid-column: span 12;
    text-align: center; }
  footer .my-4 {
    margin-block: 1rem !important; }
  footer ul li {
    margin-left: 0 !important; }
  footer ul li:first-of-type a {
    max-width: 400px;
    margin: 0 auto; }
  footer .btn {
    display: block;
    max-width: 400px;
    margin: 0 auto; }

  .post_footer .col-12 {
    text-align: center;
    display: inline-grid; }
    .post_footer .col-12 ul {
      margin: 0 !important; } }
@media all and (max-width: 768px) {
  footer .pt-4 {
    padding-top: 0 !important; }
  footer .my-5:not(:first-of-type) {
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important; }
  footer .container::before {
    top: 3rem;
    height: calc(55px + 3rem); } }
.btn,
header ul:not(.sub-menu) > li:last-of-type > a,
button:not(.submenu-toggle) {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: .5rem 3.5rem .5rem 2.5rem;
  margin: 0;
  background-color: white;
  color: #f15a22 !important;
  text-decoration: none !important;
  transition: all 250ms ease;
  cursor: pointer;
  width: auto;
  float: none;
  border-radius: 0;
  border: 1px solid #f15a22;
  line-height: 130%;
  font-size: inherit;
  text-transform: inherit !important;
  min-width: 210px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }
  .btn:hover,
  header ul:not(.sub-menu) > li:last-of-type > a:hover,
  button:not(.submenu-toggle):hover {
    background-color: #fff8ec; }
  .btn::after,
  header ul:not(.sub-menu) > li:last-of-type > a::after,
  button:not(.submenu-toggle)::after {
    position: absolute;
    content: '>';
    top: 0;
    right: 0;
    bottom: 0;
    padding: .5rem .25rem;
    background-color: #f15a22;
    color: white; }

header ul:not(.sub-menu) > li:last-of-type > a {
  width: 100%;
  padding: .5rem 2rem .5rem 1rem; }

/* Contactform 7 */
form {
  box-shadow: 0 0 10px rgba(84, 67, 60, 0.4);
  display: inline-block;
  background: #fff8ec;
  padding: 3rem;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  /* 2 koloms layout */
  /* Inputs */
  /* Checkbox */
  /* Submit */ }
  form h3 {
    margin-top: 0 !important; }
  form .form-row {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem; }
    @media (max-width: 768px) {
      form .form-row {
        flex-direction: column;
        gap: 1rem; } }
  form .form-col {
    flex: 1;
    display: flex;
    flex-direction: column; }
    form .form-col.full {
      flex: 100%; }
    form .form-col label {
      font-weight: 500;
      color: #f15a22;
      margin-bottom: .5rem; }
  form p {
    display: block; }
    form p label {
      display: block;
      width: 100%; }
    form p span {
      display: block; }
  form input,
  form textarea,
  form select {
    width: 100%;
    padding: .5rem .5rem .75rem .5rem;
    border: 1px solid #f15a22;
    background: white;
    outline: none;
    color: #54433c;
    transition: opacity 250ms ease-in-out; }
    form input::placeholder,
    form textarea::placeholder,
    form select::placeholder {
      color: #fff8ec; }
    form input:hover,
    form textarea:hover,
    form select:hover {
      opacity: .8; }
  form textarea {
    height: 100px;
    padding: .5rem .5rem .75rem .5rem;
    resize: none; }
  form input[type=checkbox] {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-top: .25rem;
    margin-right: .25rem; }
  form input[type=submit] {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 0;
    background-color: #f15a22;
    color: white !important;
    text-decoration: none !important;
    transition: all 250ms ease;
    cursor: pointer;
    width: auto;
    float: none;
    border-radius: 0;
    border: 1px solid #f15a22;
    line-height: 130%;
    font-size: inherit;
    text-transform: inherit !important;
    min-width: 210px;
    text-align: center;
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal; }
    form input[type=submit]:hover {
      background-color: #ed8b69; }

/* Response messages */
.wpcf7-response-output {
  border: 0 !important;
  margin: 0 !important;
  padding: 1rem !important;
  color: white;
  background-color: #f15a22; }

.wpcf7-mail-sent-ok {
  background-color: #98b293 !important; }

.wpcf7-not-valid-tip {
  display: block !important;
  padding-top: 5px;
  color: #f15a22 !important;
  font-weight: 600 !important; }

/* Radio buttons */
.wpcf7-radio {
  display: block;
  width: 100%; }
  .wpcf7-radio .wpcf7-list-item,
  .wpcf7-radio label {
    display: inline-block;
    width: 100%;
    margin: 0 10px 0 0; }
    .wpcf7-radio .wpcf7-list-item input,
    .wpcf7-radio label input {
      display: inline-block;
      width: auto;
      margin: 5px 5px 5px 0; }
    .wpcf7-radio .wpcf7-list-item span,
    .wpcf7-radio label span {
      display: inline-block;
      width: auto; }

@media all and (max-width: 991px) {
  .menu-navigatie-menu-container li:not(.sub-menu li, footer li) a {
    width: 100%; }

  #menu-hoofdmenu > li:last-of-type {
    text-align: center;
    margin-top: 10px; } }
html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

:target {
  scroll-margin-top: 0px; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.container {
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2rem; }
  .container .container {
    padding-inline: 2rem; }

.full_width {
  max-width: 100% !important; }

.full_width.background_image_holder {
  max-width: 98% !important; }

.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 2rem;
  row-gap: 2rem; }

.col {
  grid-column: span 12; }

.col-1 {
  grid-column: span 1; }
  .col-1 *, .col-1 *::before, .col-1 *::after {
    box-sizing: border-box; }

.col-2 {
  grid-column: span 2; }
  .col-2 *, .col-2 *::before, .col-2 *::after {
    box-sizing: border-box; }

.col-3 {
  grid-column: span 3; }
  .col-3 *, .col-3 *::before, .col-3 *::after {
    box-sizing: border-box; }

.col-4 {
  grid-column: span 4; }
  .col-4 *, .col-4 *::before, .col-4 *::after {
    box-sizing: border-box; }

.col-5 {
  grid-column: span 5; }
  .col-5 *, .col-5 *::before, .col-5 *::after {
    box-sizing: border-box; }

.col-6 {
  grid-column: span 6; }
  .col-6 *, .col-6 *::before, .col-6 *::after {
    box-sizing: border-box; }

.col-7 {
  grid-column: span 7; }
  .col-7 *, .col-7 *::before, .col-7 *::after {
    box-sizing: border-box; }

.col-8 {
  grid-column: span 8; }
  .col-8 *, .col-8 *::before, .col-8 *::after {
    box-sizing: border-box; }

.col-9 {
  grid-column: span 9; }
  .col-9 *, .col-9 *::before, .col-9 *::after {
    box-sizing: border-box; }

.col-10 {
  grid-column: span 10; }
  .col-10 *, .col-10 *::before, .col-10 *::after {
    box-sizing: border-box; }

.col-11 {
  grid-column: span 11; }
  .col-11 *, .col-11 *::before, .col-11 *::after {
    box-sizing: border-box; }

.col-12 {
  grid-column: span 12; }
  .col-12 *, .col-12 *::before, .col-12 *::after {
    box-sizing: border-box; }

.offset-1 {
  grid-column: 1 / span 12; }

.offset-2 {
  grid-column: 2 / span 11; }

.offset-3 {
  grid-column: 3 / span 10; }

.offset-4 {
  grid-column: 4 / span 9; }

.offset-5 {
  grid-column: 5 / span 6; }

.offset-6 {
  grid-column: 6 / span 5; }

.offset-7 {
  grid-column: 7 / span 4; }

.offset-8 {
  grid-column: 8 / span 3; }

.offset-9 {
  grid-column: 9 / span 2; }

.offset-10 {
  grid-column: 10 / span 1; }

.offset-11 {
  grid-column: 11 / span 0; }

.offset-12 {
  grid-column: 12 / span 0; }

.m-1 {
  margin: 0.25rem; }

.mt-1 {
  margin-top: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mr-1 {
  margin-right: 0.25rem; }

.mx-1 {
  margin-inline: 0.25rem; }

.my-1 {
  margin-block: 0.25rem; }

.p-1 {
  padding: 0.25rem; }

.pt-1 {
  padding-top: 0.25rem; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pl-1 {
  padding-left: 0.25rem; }

.pr-1 {
  padding-right: 0.25rem; }

.px-1 {
  padding-inline: 0.25rem; }

.py-1 {
  padding-block: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.ml-2 {
  margin-left: 0.5rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mx-2 {
  margin-inline: 0.5rem; }

.my-2 {
  margin-block: 0.5rem; }

.p-2 {
  padding: 0.5rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pl-2 {
  padding-left: 0.5rem; }

.pr-2 {
  padding-right: 0.5rem; }

.px-2 {
  padding-inline: 0.5rem; }

.py-2 {
  padding-block: 0.5rem; }

.m-3 {
  margin: 1rem; }

.mt-3 {
  margin-top: 1rem; }

.mb-3 {
  margin-bottom: 1rem; }

.ml-3 {
  margin-left: 1rem; }

.mr-3 {
  margin-right: 1rem; }

.mx-3 {
  margin-inline: 1rem; }

.my-3 {
  margin-block: 1rem; }

.p-3 {
  padding: 1rem; }

.pt-3 {
  padding-top: 1rem; }

.pb-3 {
  padding-bottom: 1rem; }

.pl-3 {
  padding-left: 1rem; }

.pr-3 {
  padding-right: 1rem; }

.px-3 {
  padding-inline: 1rem; }

.py-3 {
  padding-block: 1rem; }

.m-4 {
  margin: 2.5rem; }

.mt-4 {
  margin-top: 2.5rem; }

.mb-4 {
  margin-bottom: 2.5rem; }

.ml-4 {
  margin-left: 2.5rem; }

.mr-4 {
  margin-right: 2.5rem; }

.mx-4 {
  margin-inline: 2.5rem; }

.my-4 {
  margin-block: 2.5rem; }

.p-4 {
  padding: 2.5rem; }

.pt-4 {
  padding-top: 2.5rem; }

.pb-4 {
  padding-bottom: 2.5rem; }

.pl-4 {
  padding-left: 2.5rem; }

.pr-4 {
  padding-right: 2.5rem; }

.px-4 {
  padding-inline: 2.5rem; }

.py-4 {
  padding-block: 2.5rem; }

.m-5 {
  margin: 5rem; }

.mt-5 {
  margin-top: 5rem; }

.mb-5 {
  margin-bottom: 5rem; }

.ml-5 {
  margin-left: 5rem; }

.mr-5 {
  margin-right: 5rem; }

.mx-5 {
  margin-inline: 5rem; }

.my-5 {
  margin-block: 5rem; }

.p-5 {
  padding: 5rem; }

.pt-5 {
  padding-top: 5rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pl-5 {
  padding-left: 5rem; }

.pr-5 {
  padding-right: 5rem; }

.px-5 {
  padding-inline: 5rem; }

.py-5 {
  padding-block: 5rem; }

@media (max-width: 1440px) {
  .container .container {
    padding-inline: 0; } }
@media (max-width: 992px) {
  .col-1 {
    display: none; }

  .col-2 {
    grid-column: span 6; }

  .col-3 {
    grid-column: span 6; }

  .col-5 {
    grid-column: span 6; }

  header .col-2 {
    grid-column: span 2 !important; } }
@media (max-width: 768px) {
  .col-3 {
    grid-column: span 6; }

  .col-4 {
    grid-column: span 6; }

  .col-5 {
    grid-column: span 6; }

  .col-6 {
    grid-column: span 6; }

  .col-7 {
    grid-column: span 12; }

  .col-8 {
    grid-column: span 12; }

  .col-9 {
    grid-column: span 12; }

  .col-10 {
    grid-column: span 12; }

  .col-11 {
    grid-column: span 12; }

  header .col-2 {
    grid-column: span 6 !important; }
  header .col-10 {
    grid-column: span 6 !important; }

  .offset-1 {
    grid-column-start: inherit; }

  .offset-2 {
    grid-column-start: inherit; }

  .offset-3 {
    grid-column-start: inherit; }

  .offset-4 {
    grid-column-start: inherit; }

  .offset-5 {
    grid-column-start: inherit; }

  .offset-6 {
    grid-column-start: inherit; }

  .offset-7 {
    grid-column-start: inherit; }

  .offset-8 {
    grid-column-start: inherit; }

  .offset-9 {
    grid-column-start: inherit; }

  .offset-10 {
    grid-column-start: inherit; }

  .offset-11 {
    grid-column-start: inherit; }

  .offset-12 {
    grid-column-start: inherit; }

  .row {
    column-gap: 2rem; }

  .m-1 {
    margin: 0.25rem; }

  .mt-1 {
    margin-top: 0.25rem; }

  .mb-1 {
    margin-bottom: 0.25rem; }

  .ml-1 {
    margin-left: 0.25rem; }

  .mr-1 {
    margin-right: 0.25rem; }

  .mx-1 {
    margin-inline: 0.25rem; }

  .my-1 {
    margin-block: 0.25rem; }

  .p-1 {
    padding: 0.25rem; }

  .pt-1 {
    padding-top: 0.25rem; }

  .pb-1 {
    padding-bottom: 0.25rem; }

  .pl-1 {
    padding-left: 0.25rem; }

  .pr-1 {
    padding-right: 0.25rem; }

  .px-1 {
    padding-inline: 0.25rem; }

  .py-1 {
    padding-block: 0.25rem; }

  .m-2 {
    margin: 0.5rem; }

  .mt-2 {
    margin-top: 0.5rem; }

  .mb-2 {
    margin-bottom: 0.5rem; }

  .ml-2 {
    margin-left: 0.5rem; }

  .mr-2 {
    margin-right: 0.5rem; }

  .mx-2 {
    margin-inline: 0.5rem; }

  .my-2 {
    margin-block: 0.5rem; }

  .p-2 {
    padding: 0.5rem; }

  .pt-2 {
    padding-top: 0.5rem; }

  .pb-2 {
    padding-bottom: 0.5rem; }

  .pl-2 {
    padding-left: 0.5rem; }

  .pr-2 {
    padding-right: 0.5rem; }

  .px-2 {
    padding-inline: 0.5rem; }

  .py-2 {
    padding-block: 0.5rem; }

  .m-3 {
    margin: 1rem; }

  .mt-3 {
    margin-top: 1rem; }

  .mb-3 {
    margin-bottom: 1rem; }

  .ml-3 {
    margin-left: 1rem; }

  .mr-3 {
    margin-right: 1rem; }

  .mx-3 {
    margin-inline: 1rem; }

  .my-3 {
    margin-block: 1rem; }

  .p-3 {
    padding: 1rem; }

  .pt-3 {
    padding-top: 1rem; }

  .pb-3 {
    padding-bottom: 1rem; }

  .pl-3 {
    padding-left: 1rem; }

  .pr-3 {
    padding-right: 1rem; }

  .px-3 {
    padding-inline: 1rem; }

  .py-3 {
    padding-block: 1rem; }

  .m-4 {
    margin: 1.5rem; }

  .mt-4 {
    margin-top: 1.5rem; }

  .mb-4 {
    margin-bottom: 1.5rem; }

  .ml-4 {
    margin-left: 1.5rem; }

  .mr-4 {
    margin-right: 1.5rem; }

  .mx-4 {
    margin-inline: 1.5rem; }

  .my-4 {
    margin-block: 1.5rem; }

  .p-4 {
    padding: 1.5rem; }

  .pt-4 {
    padding-top: 1.5rem; }

  .pb-4 {
    padding-bottom: 1.5rem; }

  .pl-4 {
    padding-left: 1.5rem; }

  .pr-4 {
    padding-right: 1.5rem; }

  .px-4 {
    padding-inline: 1.5rem; }

  .py-4 {
    padding-block: 1.5rem; }

  .m-5 {
    margin: 3rem; }

  .mt-5 {
    margin-top: 3rem; }

  .mb-5 {
    margin-bottom: 3rem; }

  .ml-5 {
    margin-left: 3rem; }

  .mr-5 {
    margin-right: 3rem; }

  .mx-5 {
    margin-inline: 3rem; }

  .my-5 {
    margin-block: 3rem; }

  .p-5 {
    padding: 3rem; }

  .pt-5 {
    padding-top: 3rem; }

  .pb-5 {
    padding-bottom: 3rem; }

  .pl-5 {
    padding-left: 3rem; }

  .pr-5 {
    padding-right: 3rem; }

  .px-5 {
    padding-inline: 3rem; }

  .py-5 {
    padding-block: 3rem; } }
@media (max-width: 576px) {
  .col-3 {
    grid-column: span 12; }

  .col-4 {
    grid-column: span 12; }

  .col-5 {
    grid-column: span 12; }

  .col-6 {
    grid-column: span 12; }

  header .col-2, header .col-10 {
    grid-column: span 6 !important; } }
header {
  background-color: white;
  width: 100%; }
  header .container .row #header_logo {
    transform: opacity 250ms ease; }
    header .container .row #header_logo img {
      height: 60px;
      width: auto; }
    header .container .row #header_logo:hover {
      text-decoration: none !important;
      opacity: .5; }
  header .container .row .col-10 {
    display: flex !important; }
    header .container .row .col-10 .nav-desktop li {
      border-top: 4px solid white; }
    header .container .row .col-10 .nav-desktop li:nth-of-type(1) {
      border-color: #98b293; }
    header .container .row .col-10 .nav-desktop li:nth-of-type(2) {
      border-color: #eadfb2; }
    header .container .row .col-10 .nav-desktop li:nth-of-type(3) {
      border-color: #ffbec6; }

header a, header button span, header #menu-hoofdmenu > li:last-of-type > a {
  font-size: 1.1rem; }
@media (max-width: 768px) {
  header {
    overflow: hidden; } }

#header_logo img {
  display: block; }

.toggleButton {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto; }
  .toggleButton .nav-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0 0 0 auto !important;
    color: #f15a22;
    cursor: pointer;
    transition: opacity 250ms ease-in-out;
    width: 40px;
    min-width: 40px !important;
    max-width: 40px !important;
    z-index: 1000; }
    .toggleButton .nav-toggle:hover {
      opacity: 0.5; }
    .toggleButton .nav-toggle:after {
      display: none; }

.nav-desktop {
  margin-left: auto; }
  .nav-desktop .menu,
  .nav-desktop .primary-menu,
  .nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .nav-desktop ul {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: flex-end;
    height: 100%; }
    .nav-desktop ul li {
      position: relative;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .nav-desktop ul li a {
        display: block;
        text-decoration: none; }
        .nav-desktop ul li a:hover {
          color: #f15a22; }
  .nav-desktop li.menu-item-has-children > a {
    position: relative; }
  .nav-desktop li.menu-item-has-children > a::after {
    content: "›";
    display: inline-block;
    margin-left: 6px;
    transform: rotate(90deg);
    color: #54433c; }
  .nav-desktop .sub-menu {
    position: absolute;
    top: calc(60% + 10px);
    left: 0;
    height: auto;
    min-width: 260px;
    padding: 10px;
    background-color: #54433c;
    display: none;
    z-index: 2000; }
    .nav-desktop .sub-menu .sub-menu {
      display: block !important;
      position: relative !important;
      padding: 0 0 0 10px !important; }
      .nav-desktop .sub-menu .sub-menu li a:before {
        content: '> '; }
    .nav-desktop .sub-menu li {
      display: inline;
      padding: 0; }
      .nav-desktop .sub-menu li a {
        padding: 4px 16px;
        color: white; }
        .nav-desktop .sub-menu li a:hover {
          color: #f15a22; }
  .nav-desktop li:hover > .sub-menu {
    display: block; }
  .nav-desktop li.current-menu-item:last-of-type:hover a {
    opacity: .5; }
  .nav-desktop .current-menu-item > a {
    color: #f15a22 !important; }

.nav-mobile {
  display: none; }
  .nav-mobile .current_page_item a {
    color: #f15a22; }

body.menu-open {
  overflow: hidden; }
  body.menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(84, 67, 60, 0.4);
    z-index: 9999; }

@media (max-width: 1155px) {
  .nav-desktop ul {
    gap: 1rem; } }
@media (max-width: 1055px) {
  .nav-desktop li.menu-item-has-children > a::after {
    display: none; } }
@media (max-width: 992px) {
  .nav-desktop {
    display: none; }

  .toggleButton {
    display: flex;
    z-index: 999999; }

  .nav-mobile {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    padding: 100px 30px;
    transition: right 250ms ease-in-out;
    overflow-y: auto;
    z-index: 99999; }
    .nav-mobile.is-open {
      right: 0; }
    .nav-mobile ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .nav-mobile ul li {
        padding: 10px 0; }
        .nav-mobile ul li a {
          display: block;
          text-align: left;
          color: #54433c;
          text-decoration: none; }
          .nav-mobile ul li a:hover {
            color: #f15a22; }
    .nav-mobile .sub-menu {
      display: none;
      padding-top: 4px; }
    .nav-mobile .menu-item-has-children {
      position: relative; }
      .nav-mobile .menu-item-has-children.is-open > .sub-menu {
        display: block; }
        .nav-mobile .menu-item-has-children.is-open > .sub-menu li {
          padding: 8px 0; }
          .nav-mobile .menu-item-has-children.is-open > .sub-menu li a:before {
            content: '• ';
            display: inline;
            padding: 0 4px;
            color: #f15a22; }
        .nav-mobile .menu-item-has-children.is-open > .sub-menu .current_menu_item a {
          color: #fff8ec !important; }
      .nav-mobile .menu-item-has-children button {
        margin: 0 !important;
        border: 0px;
        /* line-height: normal; */
        position: absolute;
        right: 0;
        top: 11px;
        cursor: pointer;
        background-color: transparent; }
        .nav-mobile .menu-item-has-children button:hover span {
          color: #f15a22; }

  #menu-hoofdmenu > li:last-of-type > a {
    color: #f15a22 !important; } }
* {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

h1, h2, h3, h4, h5, p, td, a, b, i, em, b, strong, input, textarea, select, span, div, btn, li {
  line-height: 180%;
  color: #54433c;
  font-size: 1rem;
  font-weight: 300; }

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span, h5, h5 span, .btn {
  line-height: 130%;
  color: #f15a22;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding-bottom: .5rem; }
  h1 em, h1 i, h1 span em, h1 span i, h2 em, h2 i, h2 span em, h2 span i, h3 em, h3 i, h3 span em, h3 span i, h4 em, h4 i, h4 span em, h4 span i, h5 em, h5 i, h5 span em, h5 span i, .btn em, .btn i {
    color: #ed8b69;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit !important;
    font-weight: inherit; }
  h1 b, h1 span b, h2 b, h2 span b, h3 b, h3 span b, h4 b, h4 span b, h5 b, h5 span b, .btn b {
    font-family: inherit;
    line-height: inherit;
    font-style: inherit !important;
    font-weight: inherit; }

h1, h1 span {
  font-size: 3.2rem;
  padding-bottom: 0;
  text-transform: inherit;
  margin: 0; }

h2, h2 span {
  font-size: 2.4rem;
  margin: 0; }

h3, h3 span {
  font-size: 1.8rem; }

h4, h4 span {
  font-size: 1.4rem; }

h5, h5 span {
  font-size: 1.1rem; }

p, i, em, b, strong, a, li {
  margin: 0;
  padding: 0; }

i, em {
  font-style: italic; }

b, strong {
  color: #54433c;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal; }

u {
  font-size: inherit;
  font-weight: inherit; }

a, a:link, a:visited {
  text-decoration: none;
  transition: color 250ms ease-in-out; }

a:hover {
  color: #f15a22; }

hr {
  background: white;
  border: 0px;
  height: 1px;
  width: 100%;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  transition: opacity 250ms ease-in-out; }

.alignright {
  float: right;
  padding: 10px; }

.content ul, .content ol {
  padding: 0 0 .5rem 0;
  padding-inline-start: 1.5rem;
  margin: 0; }
  .content ul a, .content ol a {
    text-decoration: none !important; }
    .content ul a li, .content ol a li {
      list-style-type: none;
      padding: .75rem 1rem; }
    .content ul a:nth-child(odd) li, .content ol a:nth-child(odd) li {
      background: #fff8ec !important; }
    .content ul a:hover *, .content ol a:hover * {
      color: #54433c;
      text-decoration: underline; }
    .content ul a:hover li, .content ol a:hover li {
      background: #54433c !important; }

#sitemap ul {
  padding: 0;
  padding-inline-start: 0; }
  #sitemap ul .row {
    gap: .25rem !important; }
    #sitemap ul .row .text_right {
      text-align: left; }

table {
  width: 100%;
  table-layout: fixed;
  overflow: scroll;
  margin-top: 20px; }
  table tr td, table tr th {
    padding: 4px 10px;
    border: 1px solid white; }
  table thead {
    background-color: #f15a22;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px; }
    table thead tr th {
      padding: 10px 10px; }
  table tbody tr:nth-of-type(odd) {
    background-color: #f15a22; }
  table tbody tr:last-of-type td {
    position: relative; }
  table tbody tr:last-of-type td:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #f15a22; }
  table tbody tr:hover {
    background-color: #f15a22; }

iframe {
  width: 100%; }

h1 span, h2 span, h3 span, h4 span, h1 a, h2 a, h3 a, h4 a, h1 b, h2 b, h3 b, h4 b {
  font-size: 1em !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
  line-height: inherit !important; }

h1 b, h2 b, h3 b, h4 b, h1 strong, h2 strong, h3 strong, h4 strong {
  font-size: inherit;
  font-weight: bold; }

h1 i, h2 i, h3 i, h4 i, h1 em, h2 em, h3 em, h4 em {
  font-size: inherit;
  font-style: italic; }

span strong {
  font-size: inherit;
  font-family: inherit; }

@media all and (max-width: 768px) {
  h1, h1 span {
    font-size: 2.6rem; }

  h2, h2 span {
    font-size: 1.8rem; } }

/*# sourceMappingURL=style.css.map */
