@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
/*
@include borderimg('before', '../img/top_kriebel.png', 62px, 0px, inherit, 0);
@include borderimg('after', '../img/bottom_kriebel.png', 66px, inherit, 0px, 0);
*/
html {
  scroll-behavior: smooth; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #2f2f2f;
  text-align: left;
  margin: 0;
  background: #fff; }

*, :before, :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  max-width: 1410px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 1400px) {
    .container {
      max-width: 100%; } }
  .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px; }

.main-content, article {
  width: 100%; }

.main-content [class*="-full-width"] {
  width: calc(100vw - 9px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
  @media screen and (max-width: 1400px) {
    .main-content [class*="-full-width"] {
      overflow: hidden;
      width: 100vw; } }

.main-content .wp-block-columns {
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .main-content .wp-block-columns {
      gap: 0; } }
  .main-content .wp-block-columns .wp-block-column {
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      .main-content .wp-block-columns .wp-block-column {
        max-width: 100%; } }
  .main-content .wp-block-columns:not(.is-style-default)[class*="is-style-"] {
    padding: 40px;
    margin-bottom: 30px; }
  .main-content .wp-block-columns:not(.is-style-default)[class*="-full-width"] {
    padding: 60px 45px;
    margin-bottom: 0; }

.is-type-video iframe {
  height: 600px; }

.wp-block-image img {
  width: 100%; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 18px; }

h6, .h6 {
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  color: #4c5e53;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px; }
  @media screen and (max-width: 650px) {
    h6, .h6 {
      font-size: 17px; } }

h5, .h5 {
  font-family: "Open Sans", sans-serif;
  line-height: 32px;
  color: #4c5e53;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px; }
  @media screen and (max-width: 650px) {
    h5, .h5 {
      font-size: 18px; } }

h4, .h4 {
  font-family: "Open Sans", sans-serif;
  line-height: 34px;
  color: #4c5e53;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px; }
  @media screen and (max-width: 650px) {
    h4, .h4 {
      font-size: 18px; } }

h3, .h3 {
  font-family: "Open Sans", sans-serif;
  line-height: 36px;
  color: #4c5e53;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 26px; }
  @media screen and (max-width: 650px) {
    h3, .h3 {
      font-size: 20px; } }

h2, .h2 {
  font-family: "Open Sans", sans-serif;
  line-height: 38px;
  color: #4c5e53;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 30px; }
  @media screen and (max-width: 650px) {
    h2, .h2 {
      font-size: 22px; } }

h1, .h1 {
  font-family: "Open Sans", sans-serif;
  line-height: 40px;
  color: #4c5e53;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 38px; }
  @media screen and (max-width: 650px) {
    h1, .h1 {
      font-size: 28px; } }

a {
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    text-decoration: none; }

p {
  margin-top: 0;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
  font-display: optional;
  font-weight: 300; }
  p a {
    color: #ffc926; }
    p a:hover {
      color: #d9a300; }

.read-more-content {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: none; }

.read-more-content.expanded {
  opacity: 1;
  display: block; }

.read-link, .read-more-omenom {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 20px; }
  .read-link::after, .read-more-omenom::after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
  .read-link:after, .read-more-omenom:after {
    font-size: 12px;
    margin-left: 5px; }

ul {
  padding-left: 20px;
  margin-top: 10px; }
  ul li {
    color: #2f2f2f;
    font-size: 18px;
    position: relative;
    line-height: 30px;
    font-weight: 300; }

.main-content ul, .camping_sidebar ul {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
  list-style: none; }
  .main-content ul li, .camping_sidebar ul li {
    padding-left: 20px;
    margin-bottom: 5px; }
    .main-content ul li::before, .camping_sidebar ul li::before {
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      content: "";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .main-content ul li:before, .camping_sidebar ul li:before {
      color: #ffc926;
      font-size: 14px;
      margin-right: 10px;
      left: 2px;
      position: absolute;
      top: 8px; }

.hidden {
  display: none; }

.show {
  display: block; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
  padding: 0 20px; }
  @media screen and (max-width: 540px) {
    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
      padding: 0 20px; } }

.col1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }
  @media screen and (max-width: null) {
    .col1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col1 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }
  @media screen and (max-width: null) {
    .col2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
  @media screen and (max-width: null) {
    .col3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }
  @media screen and (max-width: null) {
    .col4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }
  @media screen and (max-width: null) {
    .col5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media screen and (max-width: 767px) {
    .col6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (max-width: null) {
    .col6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }
  @media screen and (max-width: null) {
    .col7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col7 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }
  @media screen and (max-width: null) {
    .col8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }
  @media screen and (max-width: null) {
    .col9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col9 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }
  @media screen and (max-width: null) {
    .col10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }
  @media screen and (max-width: null) {
    .col11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col11 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (max-width: null) {
    .col12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col-blocks-2, .col-blocks-3, .col-blocks-4, .col-blocks-5 {
  padding: 0 20px;
  margin-bottom: 40px; }
  @media screen and (max-width: 540px) {
    .col-blocks-2, .col-blocks-3, .col-blocks-4, .col-blocks-5 {
      padding: 0 20px;
      margin-bottom: 20px; } }

.col-blocks-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media screen and (max-width: 991px) {
    .col-blocks-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (max-width: null) {
    .col-blocks-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
  @media screen and (max-width: null) {
    .col-blocks-2 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col-blocks-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }
  @media screen and (max-width: 991px) {
    .col-blocks-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (max-width: 540px) {
    .col-blocks-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (max-width: null) {
    .col-blocks-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col-blocks-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
  @media screen and (max-width: 991px) {
    .col-blocks-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (max-width: 540px) {
    .col-blocks-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (max-width: null) {
    .col-blocks-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }

.col-blocks-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
  @media screen and (max-width: 1400px) {
    .col-blocks-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%; } }
  @media screen and (max-width: 991px) {
    .col-blocks-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (max-width: 768px) {
    .col-blocks-5 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }

.btn, .bookbutton a, .wp-block-button__link {
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  padding: 10px 17px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  background: #ffc926;
  border: none;
  border-radius: 0px;
  color: black;
  margin-bottom: 20px; }
  .btn:hover, .bookbutton a:hover, .wp-block-button__link:hover {
    background-color: #ffc002;
    color: black; }
  .btn.primarycolor, .bookbutton a.primarycolor, .wp-block-button__link.primarycolor {
    background-color: #415047; }
    .btn.primarycolor:hover, .bookbutton a.primarycolor:hover, .wp-block-button__link.primarycolor:hover {
      background-color: #2a342e; }

a {
  color: #ffc926; }
  a:hover {
    color: #ffc30d; }

.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 350px;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media screen and (max-width: 1400px) {
    .alignleft {
      -o-object-fit: cover;
      object-fit: cover;
      width: 50%; } }
  @media screen and (max-width: 540px) {
    .alignleft {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 15px;
      margin-top: 15px; } }

.alignright {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 350px;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media screen and (max-width: 1400px) {
    .alignright {
      -o-object-fit: cover;
      object-fit: cover;
      width: 50%; } }
  @media screen and (max-width: 540px) {
    .alignright {
      float: none;
      width: 100%;
      margin-left: 0;
      margin-bottom: 15px;
      margin-top: 15px; } }

.imgfull {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 10px;
  margin-top: 10px;
  height: auto; }

.tz-spacer {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 0; }
  @media screen and (max-width: 768px) {
    .tz-spacer {
      padding: 10px 0; } }

@media screen and (max-width: 991px) {
  .bookwidget-hider, .detailzbtitan {
    display: none; } }

.map .information ul {
  list-style-image: none;
  padding-left: 2px; }
  .map .information ul li {
    line-height: 22px; }
    .map .information ul li i {
      margin-right: 10px;
      width: 20px;
      text-align: center; }

iframe {
  border: none;
  width: 100%; }

.module-header {
  font-size: 26px;
  color: #4c5e53;
  font-weight: 300;
  display: block; }

@media screen and (max-width: 768px) {
  .wp-block-table {
    overflow-x: scroll; } }

.wp-block-table table {
  width: 100%;
  margin-bottom: 25px;
  display: table;
  color: #2f2f2f; }
  @media screen and (max-width: 768px) {
    .wp-block-table table {
      width: 500px !important; } }
  .wp-block-table table tbody {
    width: 100%; }
    .wp-block-table table tbody tr {
      width: 100%; }
      .wp-block-table table tbody tr td {
        padding: 8px 0px;
        vertical-align: middle;
        border: none;
        border-top: 1px solid #e5e5e5;
        font-weight: 300;
        font-size: 18px; }

.wp-block-quote {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  color: white;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 50px;
  margin: 0; }
  .wp-block-quote p {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 30px; }
  .wp-block-quote::before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
  .wp-block-quote::after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
  .wp-block-quote:after, .wp-block-quote:before {
    position: absolute;
    opacity: 0.2;
    font-size: 70px; }
  .wp-block-quote:before {
    top: 0;
    left: 0; }
  .wp-block-quote:after {
    right: 0;
    bottom: 0; }

@supports not (-ms-high-contrast: none) {
  .lazy {
    background-image: none; } }

.overzicht-archive {
  margin-top: 20px; }
  .overzicht-archive .overzicht-page {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
  .overzicht-archive img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0px 0px 0 0; }
  .overzicht-archive .col-blocks-2, .overzicht-archive .col-blocks-3, .overzicht-archive .col-blocks-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .overzicht-archive .overview-text {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #2f2f2f;
    background-color: white;
    border-radius: 0 0 0px 0px; }
    .overzicht-archive .overview-text h3 {
      color: #4c5e53; }
    .overzicht-archive .overview-text p {
      color: #2f2f2f; }
    .overzicht-archive .overview-text .read-more {
      margin-top: auto;
      color: white;
      display: block;
      margin-top: auto;
      margin-bottom: 0; }

.overzicht-archive.klein, .klein {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .overzicht-archive.klein, .klein {
      margin-top: 0; } }
  .overzicht-archive.klein .tz-arrangementen, .klein .tz-arrangementen {
    margin-right: -20px;
    margin-left: -20px; }
    @media screen and (max-width: 1400px) {
      .overzicht-archive.klein .tz-arrangementen, .klein .tz-arrangementen {
        margin-right: 15px;
        margin-left: 15px; } }
  .overzicht-archive.klein .tz-blocks .tz-arrangementen-item img, .klein .tz-blocks .tz-arrangementen-item img {
    height: 125px; }
  .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text, .klein .tz-blocks .tz-arrangementen-item .overview-text {
    background: transparent;
    padding: 0;
    border: none; }
    .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h1, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h2, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h3, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h4, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h5, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h6, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text p, .klein .tz-blocks .tz-arrangementen-item .overview-text h1, .klein .tz-blocks .tz-arrangementen-item .overview-text h2, .klein .tz-blocks .tz-arrangementen-item .overview-text h3, .klein .tz-blocks .tz-arrangementen-item .overview-text h4, .klein .tz-blocks .tz-arrangementen-item .overview-text h5, .klein .tz-blocks .tz-arrangementen-item .overview-text h6, .klein .tz-blocks .tz-arrangementen-item .overview-text p {
      display: none; }
    .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text .btn, .klein .tz-blocks .tz-arrangementen-item .overview-text .btn {
      background-color: #415047;
      color: #2f2f2f;
      width: 100%; }

.bggreen {
  background-color: #e1e6e3;
  padding: 70px 0;
  position: relative;
  margin-top: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .bggreen {
      padding: 30px 0; } }
  .bggreen .arrangementen-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media screen and (max-width: 991px) {
      .bggreen .arrangementen-slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .bggreen .arrangementen-slider .overview-txt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
      flex: 0 0 350px;
      max-width: 350px;
      background-image: none;
      background-color: white;
      border-radius: 0px;
      padding: 30px;
      min-height: 0;
      margin: 0 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 991px) {
        .bggreen .arrangementen-slider .overview-txt {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media screen and (max-width: null) {
        .bggreen .arrangementen-slider .overview-txt {
          -webkit-box-flex: 0;
          -ms-flex: 0 0;
          flex: 0 0; } }
      @media screen and (max-width: null) {
        .bggreen .arrangementen-slider .overview-txt {
          -webkit-box-flex: 0;
          -ms-flex: 0 0;
          flex: 0 0; } }
      @media screen and (max-width: 991px) {
        .bggreen .arrangementen-slider .overview-txt {
          background-image: none;
          background-color: white;
          border-radius: 0px;
          padding: 30px;
          min-height: 0;
          margin: 0 20px; } }
    .bggreen .arrangementen-slider .tz-arrangementen {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 0px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 380px);
      flex: 0 0 calc(100% - 380px);
      max-width: calc(100% - 380px);
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        .bggreen .arrangementen-slider .tz-arrangementen {
          margin: 0 20px; } }
      .bggreen .arrangementen-slider .tz-arrangementen:after {
        right: 0px;
        width: 70px;
        height: 100%;
        left: auto;
        background-size: 100% 454px; }
        @media screen and (max-width: 991px) {
          .bggreen .arrangementen-slider .tz-arrangementen:after {
            content: none; } }
      @media screen and (max-width: 991px) {
        .bggreen .arrangementen-slider .tz-arrangementen {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media screen and (max-width: null) {
        .bggreen .arrangementen-slider .tz-arrangementen {
          -webkit-box-flex: 0;
          -ms-flex: 0 0;
          flex: 0 0; } }
      @media screen and (max-width: null) {
        .bggreen .arrangementen-slider .tz-arrangementen {
          -webkit-box-flex: 0;
          -ms-flex: 0 0;
          flex: 0 0; } }
      .bggreen .arrangementen-slider .tz-arrangementen .row {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        @media screen and (max-width: 991px) {
          .bggreen .arrangementen-slider .tz-arrangementen .row {
            width: 100vw;
            margin-top: 25px; } }
      .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item {
        position: relative;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content; }
        .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item img {
          height: 426px;
          border-radius: 0px; }
          @media screen and (max-width: 991px) {
            .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item img {
              height: 200px; } }

@media screen and (max-width: 991px) and (max-width: 991px) {
  .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%; } }

@media screen and (max-width: 991px) and (max-width: null) {
  .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0; } }
        @media screen and (max-width: 650px) {
          .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item {
            margin-bottom: 0; } }
  @media screen and (max-width: 650px) and (max-width: 650px) {
    .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (max-width: 650px) and (max-width: null) {
    .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0;
      flex: 0 0; } }
        .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item .overview-text {
          position: absolute;
          bottom: 30px;
          left: 20px; }
          .bggreen .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item .overview-text .btn {
            border-radius: 0 0px 0px 0;
            color: white;
            font-weight: 400;
            font-size: 24px; }
    .bggreen .arrangementen-slider .slidebutton {
      bottom: -20px;
      top: auto;
      top: initial;
      background: #ffc926;
      border: none;
      color: black;
      margin-bottom: 0;
      padding: 8px; }
      .bggreen .arrangementen-slider .slidebutton:before {
        color: black;
        margin-left: 0px; }
      .bggreen .arrangementen-slider .slidebutton.next {
        right: auto;
        right: initial;
        left: 65px;
        border-radius: 0 0px 0px 0; }
        .bggreen .arrangementen-slider .slidebutton.next::before {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
      .bggreen .arrangementen-slider .slidebutton.prev {
        left: 15px;
        border-radius: 0px 0 0 0px; }
        .bggreen .arrangementen-slider .slidebutton.prev::before {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
      .bggreen .arrangementen-slider .slidebutton:disabled {
        display: block;
        opacity: 0.5; }

.overzicht-vierkant {
  background-color: #f2f3f2;
  padding: 70px 0;
  position: relative;
  margin-bottom: 0; }
  @media screen and (max-width: 1400px) {
    .overzicht-vierkant {
      overflow: visible !important;
      overflow: initial !important; } }
  @media screen and (max-width: 768px) {
    .overzicht-vierkant {
      padding: 30px 0; } }
  .overzicht-vierkant:before {
    background-size: 1419px 24px; }
  .overzicht-vierkant .tz-blocks a.tz-arrangementen-item {
    position: relative; }
    .overzicht-vierkant .tz-blocks a.tz-arrangementen-item img {
      height: 255px;
      border-radius: 0px; }
      @media screen and (max-width: 650px) {
        .overzicht-vierkant .tz-blocks a.tz-arrangementen-item img {
          height: 150px; } }
    .overzicht-vierkant .tz-blocks a.tz-arrangementen-item .overview-text {
      position: absolute;
      bottom: 30px;
      left: 20px; }
      @media screen and (max-width: 650px) {
        .overzicht-vierkant .tz-blocks a.tz-arrangementen-item .overview-text {
          bottom: 20px; } }
      .overzicht-vierkant .tz-blocks a.tz-arrangementen-item .overview-text .btn {
        border-radius: 0 0px 0px 0;
        color: white;
        font-weight: 400;
        font-size: 20px; }
  .overzicht-vierkant .btn.showall {
    background: #ffc926;
    border: none;
    color: black;
    margin-bottom: 0; }
    .overzicht-vierkant .btn.showall::after {
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      content: "";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .overzicht-vierkant .btn.showall:after {
      color: black;
      margin-left: 20px; }

.slider.normaal.klein {
  padding: 70px 0; }
  @media screen and (max-width: 768px) {
    .slider.normaal.klein {
      padding: 30px 0; } }
  .slider.normaal.klein .arrangementen-slider .tz-arrangementen {
    position: relative; }
    .slider.normaal.klein .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item {
      position: relative; }
      .slider.normaal.klein .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item img {
        height: 255px;
        border-radius: 0px; }
      .slider.normaal.klein .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item .overview-text {
        position: absolute;
        bottom: 30px;
        left: 20px; }
        .slider.normaal.klein .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item .overview-text .btn {
          border-radius: 0 0px 0px 0;
          color: white;
          font-weight: 400;
          font-size: 20px; }
  .slider.normaal.klein .arrangementen-slider .slidebutton {
    background: #ffc926;
    border: none;
    color: black;
    margin-bottom: 0;
    padding: 8px;
    bottom: 32%; }
    .slider.normaal.klein .arrangementen-slider .slidebutton:before {
      color: #ffc926;
      margin-left: 0px; }
    .slider.normaal.klein .arrangementen-slider .slidebutton.next {
      border-radius: 0 0px 0px 0;
      right: -55px; }
      .slider.normaal.klein .arrangementen-slider .slidebutton.next::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      @media screen and (max-width: 1400px) {
        .slider.normaal.klein .arrangementen-slider .slidebutton.next {
          right: -13px; } }
    .slider.normaal.klein .arrangementen-slider .slidebutton.prev {
      border-radius: 0px 0 0 0px;
      left: -55px; }
      .slider.normaal.klein .arrangementen-slider .slidebutton.prev::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      @media screen and (max-width: 1400px) {
        .slider.normaal.klein .arrangementen-slider .slidebutton.prev {
          left: -13px; } }
    .slider.normaal.klein .arrangementen-slider .slidebutton:disabled {
      display: block;
      opacity: 0.5; }

.tz-omenom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 50px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50% - 9px);
  text-align: center;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .tz-omenom-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: calc(-50vw + 50%);
      padding: 20px 0;
      margin-bottom: 0;
      margin-top: 0 !important; } }
  .tz-omenom-container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 768px) {
      .tz-omenom-container .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .tz-omenom-container .omenom-image {
    margin: 0;
    padding: 0;
    position: relative; }
    .tz-omenom-container .omenom-image img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      z-index: 2;
      position: relative;
      height: 600px; }
  .tz-omenom-container .omenom-content {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    @media screen and (min-width: 768px) {
      .tz-omenom-container .omenom-content {
        padding-left: 45px; } }
    @media screen and (max-width: 768px) {
      .tz-omenom-container .omenom-content {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px; } }
    .tz-omenom-container .omenom-content h3 {
      font-size: 30px; }
      @media screen and (max-width: 650px) {
        .tz-omenom-container .omenom-content h3 {
          font-size: 22px; } }
    .tz-omenom-container .omenom-content .btn {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      border-radius: 5px; }
      .tz-omenom-container .omenom-content .btn::after {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      .tz-omenom-container .omenom-content .btn:after {
        font-size: 16px;
        color: white;
        margin-left: 10px; }
      .tz-omenom-container .omenom-content .btn:hover {
        background-color: #415047; }
  .tz-omenom-container.image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .tz-omenom-container.image-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: calc(-50vw + 50%);
        padding: 20px 0;
        text-align: left; } }
    .tz-omenom-container.image-right .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        .tz-omenom-container.image-right .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
    .tz-omenom-container.image-right .omenom-image {
      text-align: left; }
    @media screen and (min-width: 768px) {
      .tz-omenom-container.image-right .omenom-content {
        padding-left: 0;
        padding-right: 45px; } }
    @media screen and (max-width: 768px) {
      .tz-omenom-container.image-right .omenom-content .btn {
        margin-left: 0; } }
  .tz-omenom-container.color-kleur1 {
    background-color: #f2f3f2;
    position: relative; }
  .tz-omenom-container.color-kleur2 {
    background-color: #e1e6e3;
    position: relative; }
  .tz-omenom-container.color-kleur3 {
    background-color: white; }
  .tz-omenom-container.round .omenom-image img {
    border-radius: 0px; }
  .tz-omenom-container.bottomdiver:after {
    z-index: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  @media screen and (max-width: 768px) {
    .tz-omenom-container.bottomdiver:before, .tz-omenom-container.bottomdiver:after {
      content: none; } }
  .tz-omenom-container.top-margin {
    margin-top: 90px !important; }
  .tz-omenom-container.no-bottom-margin {
    margin-bottom: 0; }

.faq-section .question:last-child, .faq-section .rank-math-list:last-child, .rank-math-block .question:last-child, .rank-math-block .rank-math-list:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .1); }

.faq-section .question h4, .faq-section .question .rank-math-question, .faq-section .rank-math-list h4, .faq-section .rank-math-list .rank-math-question, .rank-math-block .question h4, .rank-math-block .question .rank-math-question, .rank-math-block .rank-math-list h4, .rank-math-block .rank-math-list .rank-math-question {
  background-color: transparent;
  padding: 10px 10px;
  border-radius: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px solid rgba(0, 0, 0, .1);
  color: #2f2f2f;
  font-weight: 300; }
  .faq-section .question h4::after, .faq-section .question .rank-math-question::after, .faq-section .rank-math-list h4::after, .faq-section .rank-math-list .rank-math-question::after, .rank-math-block .question h4::after, .rank-math-block .question .rank-math-question::after, .rank-math-block .rank-math-list h4::after, .rank-math-block .rank-math-list .rank-math-question::after {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    content: "";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
  .faq-section .question h4:after, .faq-section .question .rank-math-question:after, .faq-section .rank-math-list h4:after, .faq-section .rank-math-list .rank-math-question:after, .rank-math-block .question h4:after, .rank-math-block .question .rank-math-question:after, .rank-math-block .rank-math-list h4:after, .rank-math-block .rank-math-list .rank-math-question:after {
    font-size: 14px;
    padding: 10px;
    background: #f1f3f4;
    border-radius: 50%; }
  .faq-section .question h4.active, .faq-section .question .rank-math-question.active, .faq-section .rank-math-list h4.active, .faq-section .rank-math-list .rank-math-question.active, .rank-math-block .question h4.active, .rank-math-block .question .rank-math-question.active, .rank-math-block .rank-math-list h4.active, .rank-math-block .rank-math-list .rank-math-question.active {
    margin-bottom: 0; }
    .faq-section .question h4.active:after, .faq-section .question .rank-math-question.active:after, .faq-section .rank-math-list h4.active:after, .faq-section .rank-math-list .rank-math-question.active:after, .rank-math-block .question h4.active:after, .rank-math-block .question .rank-math-question.active:after, .rank-math-block .rank-math-list h4.active:after, .rank-math-block .rank-math-list .rank-math-question.active:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-top: 0px;
      margin-right: 8px; }

.faq-section .question .rank-math-list-item.is-open .rank-math-question, .faq-section .rank-math-list .rank-math-list-item.is-open .rank-math-question, .rank-math-block .question .rank-math-list-item.is-open .rank-math-question, .rank-math-block .rank-math-list .rank-math-list-item.is-open .rank-math-question {
  margin-bottom: 0; }
  .faq-section .question .rank-math-list-item.is-open .rank-math-question:after, .faq-section .rank-math-list .rank-math-list-item.is-open .rank-math-question:after, .rank-math-block .question .rank-math-list-item.is-open .rank-math-question:after, .rank-math-block .rank-math-list .rank-math-list-item.is-open .rank-math-question:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 0px; }

.faq-section .question .answer, .faq-section .question .rank-math-answer, .faq-section .rank-math-list .answer, .faq-section .rank-math-list .rank-math-answer, .rank-math-block .question .answer, .rank-math-block .question .rank-math-answer, .rank-math-block .rank-math-list .answer, .rank-math-block .rank-math-list .rank-math-answer {
  background: white;
  padding: 15px;
  margin-bottom: 0px;
  background-color: white; }
  .faq-section .question .answer p:last-child, .faq-section .question .rank-math-answer p:last-child, .faq-section .rank-math-list .answer p:last-child, .faq-section .rank-math-list .rank-math-answer p:last-child, .rank-math-block .question .answer p:last-child, .rank-math-block .question .rank-math-answer p:last-child, .rank-math-block .rank-math-list .answer p:last-child, .rank-math-block .rank-math-list .rank-math-answer p:last-child {
    margin-bottom: 0; }

.tabs-container .tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
  @media screen and (max-width: 1400px) {
    .tabs-container .tabs-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .tabs-container .tabs-menu li {
    margin-right: 10px;
    margin-bottom: -1px; }
    @media screen and (max-width: 1400px) {
      .tabs-container .tabs-menu li {
        margin-right: 0; } }
    .tabs-container .tabs-menu li a {
      background-color: white;
      border: 1px solid rgba(0, 0, 0, .2);
      padding: 5px 15px;
      color: #2f2f2f;
      display: block; }
      .tabs-container .tabs-menu li a:hover {
        background-color: #415047; }
    .tabs-container .tabs-menu li.active a {
      color: white;
      background-color: #415047; }

.tabs-container .tab {
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 25px;
  margin-bottom: 20px; }

.wp-block-tz-tabs .tab-headers h3.tab-header {
  font-size: 18px;
  background-color: #415047; }
  .wp-block-tz-tabs .tab-headers h3.tab-header.active {
    background-color: #ffc926; }

.wp-block-tz-tabs.accordion {
  margin-bottom: 0; }
  @media screen and (max-width: 658px) {
    .wp-block-tz-tabs.accordion {
      padding: 0px; } }
  .wp-block-tz-tabs.accordion .wp-block-tz-tab .tab-header {
    cursor: pointer;
    border-radius: 0px;
    background-color: white;
    color: #415047;
    border: 1px solid #415047;
    padding: 4px 15px;
    padding-right: 40px;
    font-weight: 400; }
    .wp-block-tz-tabs.accordion .wp-block-tz-tab .tab-header:after {
      top: 14px; }
    .wp-block-tz-tabs.accordion .wp-block-tz-tab .tab-header.active {
      color: white;
      border: 1px solid #415047;
      background-color: #415047; }
  .wp-block-tz-tabs.accordion .wp-block-tz-tab .tab-content-item {
    padding: 20px;
    background-color: #f2f3f2;
    margin-top: -10px;
    margin-bottom: 20px;
    border-radius: 0 0 0px 0px; }

.reviews {
  padding: 70px 0;
  border-top: 1px solid rgba(0, 0, 0, .1); }
  @media screen and (max-width: 768px) {
    .reviews {
      padding: 30px 0; } }
  .reviews .reviews-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media screen and (max-width: 768px) {
      .reviews .reviews-row {
        margin: 0; } }
  .reviews .reviews-slider-wrap {
    position: relative; }
    .reviews .reviews-slider-wrap .reviews-slider {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      overflow: hidden;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 1400px) {
        .reviews .reviews-slider-wrap .reviews-slider {
          margin: 0 15px; } }
      @media screen and (max-width: 650px) {
        .reviews .reviews-slider-wrap .reviews-slider {
          margin: 0; } }
      .reviews .reviews-slider-wrap .reviews-slider .reviews-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
        @media screen and (max-width: 650px) {
          .reviews .reviews-slider-wrap .reviews-slider .reviews-row {
            overflow-x: auto;
            overflow-y: hidden;
            -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
            .reviews .reviews-slider-wrap .reviews-slider .reviews-row::-webkit-scrollbar {
              display: none; } }
  .reviews .review-item {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .reviews .review-item .review-item-inner {
      background-color: #eff0e9;
      padding: 30px;
      border-radius: 0px;
      height: 100%; }
    @media screen and (max-width: 991px) {
      .reviews .review-item {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media screen and (max-width: 650px) {
      .reviews .review-item {
        scroll-snap-align: start;
        padding: 0 0px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 0; } }
    .reviews .review-item .review-footer {
      margin-top: auto;
      padding-top: 15px;
      margin-top: 15px;
      border-top: 1px solid rgba(0, 0, 0, .1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .reviews .review-item .review-footer .review-google {
        margin-right: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .reviews .review-item .review-footer .review-google .google-icon-svg {
          width: 36px;
          height: 36px;
          display: block;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
      .reviews .review-item .review-footer .review-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .reviews .review-item .review-footer .review-meta .review-source {
          font-size: 12px; }
  .reviews .slidebutton {
    background: transparent;
    border: 1px solid #ffc926;
    color: #ffc926;
    margin-bottom: 0;
    padding: 8px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }
    @media screen and (max-width: 768px) {
      .reviews .slidebutton {
        top: auto;
        top: initial;
        bottom: -10px;
        -webkit-transform: none;
        transform: none; } }
    @media screen and (max-width: 650px) {
      .reviews .slidebutton {
        display: none !important; } }
    .reviews .slidebutton:before {
      color: #ffc926;
      margin-left: 0; }
    .reviews .slidebutton.next {
      right: -40px;
      border-radius: 0 0px 0px 0; }
      .reviews .slidebutton.next::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      @media screen and (max-width: 1400px) {
        .reviews .slidebutton.next {
          right: -13px; } }
      @media screen and (max-width: 768px) {
        .reviews .slidebutton.next {
          right: 15px; } }
    .reviews .slidebutton.prev {
      left: -40px;
      border-radius: 0px 0 0 0px; }
      .reviews .slidebutton.prev::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      @media screen and (max-width: 1400px) {
        .reviews .slidebutton.prev {
          left: -13px; } }
      @media screen and (max-width: 768px) {
        .reviews .slidebutton.prev {
          left: 15px; } }
    .reviews .slidebutton:disabled {
      display: block;
      opacity: 0.5; }

.review-popup {
  max-width: 700px;
  padding: 40px;
  background-color: white;
  border-radius: 0px; }
  @media screen and (max-width: 768px) {
    .review-popup {
      padding: 20px; } }
  .review-popup .review-footer {
    margin-top: auto;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .review-popup .review-footer .review-google {
      margin-right: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .review-popup .review-footer .review-google .google-icon-svg {
        width: 36px;
        height: 36px;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
    .review-popup .review-footer .review-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .review-popup .review-footer .review-meta .review-source {
        font-size: 12px; }

.arrangementen-slider {
  position: relative; }
  @media screen and (max-width: 650px) {
    .arrangementen-slider.animate {
      position: relative; }
      .arrangementen-slider.animate:before {
        background-color: rgba(255, 255, 255, .8);
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1; }
      .arrangementen-slider.animate:after {
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
        content: url(../img/hand.gif);
        width: 50px;
        height: 50px;
        top: 40%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 2;
        position: absolute; }
    .arrangementen-slider.animate .animated-hand-gif {
      -webkit-animation: showGif 3s ease-out forwards;
      animation: showGif 3s ease-out forwards; } }
  .arrangementen-slider .slidebutton {
    background-color: #415047;
    position: absolute;
    bottom: 40%;
    z-index: 3;
    border: none;
    border-radius: 3px;
    cursor: pointer; }
    @media screen and (max-width: 650px) {
      .arrangementen-slider .slidebutton {
        display: none !important; } }
    .arrangementen-slider .slidebutton:before {
      color: white;
      padding: 4px;
      font-size: 18px; }
    .arrangementen-slider .slidebutton.next {
      right: -15px; }
      .arrangementen-slider .slidebutton.next::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
    .arrangementen-slider .slidebutton.prev {
      left: -15px; }
      .arrangementen-slider .slidebutton.prev::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
    .arrangementen-slider .slidebutton:disabled {
      display: none; }
  .arrangementen-slider .tz-arrangementen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 1400px) {
      .arrangementen-slider .tz-arrangementen {
        margin: 0 15px; } }
    @media screen and (max-width: 650px) {
      .arrangementen-slider .tz-arrangementen {
        margin: 0 0px; } }
    .arrangementen-slider .tz-arrangementen .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      width: 100%;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      @media screen and (max-width: 650px) {
        .arrangementen-slider .tz-arrangementen .row {
          overflow-x: auto;
          overflow-y: hidden;
          -ms-scroll-snap-coordinate: 0 0;
          scroll-snap-coordinate: 0 0;
          -ms-scroll-snap-points-x: repeat(100%);
          scroll-snap-points-x: repeat(100%);
          -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
    .arrangementen-slider .tz-arrangementen .slide {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    @media screen and (max-width: 991px) {
      .arrangementen-slider .tz-arrangementen .tz-arrangementen-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (max-width: 650px) {
      .arrangementen-slider .tz-arrangementen .tz-arrangementen-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .arrangementen-slider .tz-arrangementen .tz-arrangementen-item {
        margin-bottom: 0; } }
    @media screen and (max-width: 650px) {
      .arrangementen-slider .tz-arrangementen .tz-arrangementen-item {
        scroll-snap-align: start;
        padding: 0 20px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }

@-webkit-keyframes showGif {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: 1; } }

@keyframes showGif {
  0%, 100% {
    opacity: 0; }
  10%, 90% {
    opacity: 1; } }

@media screen and (max-width: 650px) {
  .duo-img {
    margin-bottom: 20px; } }

.duo-img .duo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media screen and (max-width: 1400px) {
    .duo-img .duo-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .duo-img .duo-container a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%; }
  .duo-img .duo-container a:first-child img {
    height: 330px;
    width: 300px;
    background-color: #ffc926;
    -webkit-mask-image: url(../img/shape1.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    /* Stretches to fit horizontally and vertically */
    mask-image: url(../img/shape1.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%; }
    @media screen and (max-width: 1400px) {
      .duo-img .duo-container a:first-child img {
        height: 200px;
        width: 100%;
        border-radius: 0px;
        -webkit-mask-image: none;
        mask-image: none; } }
  .duo-img .duo-container a:last-child {
    position: absolute;
    right: 0px;
    top: 79px; }
    @media screen and (max-width: 1400px) {
      .duo-img .duo-container a:last-child {
        top: 0;
        right: 0;
        position: relative;
        margin-top: 30px; } }
    .duo-img .duo-container a:last-child img {
      height: 260px;
      width: 200px;
      background-color: #ffc926;
      -webkit-mask-image: url(../img/shape2.svg);
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: 100% 100%;
      /* Stretches to fit horizontally and vertically */
      mask-image: url(../img/shape2.svg);
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: 100% 100%; }
      @media screen and (max-width: 1400px) {
        .duo-img .duo-container a:last-child img {
          height: 200px;
          width: 100%;
          border-radius: 0px;
          -webkit-mask-image: none;
          mask-image: none; } }

#ui-datepicker-div .available .ui-state-default {
  background: green; }

#ui-datepicker-div .not-available {
  opacity: 0.5; }
  #ui-datepicker-div .not-available .ui-state-default {
    background: red; }

#ui-datepicker-div .ui-state-default {
  color: white; }

body header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 19px 0px black;
  box-shadow: 0px 0px 19px 0px black;
  /*.xtra-header {
		background:$primary-color;
		color:white;
		.container {
			display:flex;
			justify-content: flex-end;
			@media screen and (max-width: 650px){
				padding:0;
			}
			.phonenr {
				font-weight:300;
				margin-top: 2px;
				margin-right:10px;
				@include icon('\f095', 'before');
				&:before {
					font-size:16px;
				}
				a {
					color:$primary-font-color;
				}
			}
			.topbutton {
				.header-button {
					padding: 4px 15px 2px;
					font-size:18px;
				}
			}
		}

	}*/ }
  body header.open {
    z-index: 99999; }
  body header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
    body header .container .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 30px;
      left: 0;
      z-index: 1; }
      body header .container .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      body header .container .logo img {
        width: 185px;
        -o-object-fit: contain;
        object-fit: contain; }
        @media screen and (max-width: 1400px) {
          body header .container .logo img {
            width: 95px; } }
    body header .container.nav-container .tz-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 1400px) {
        body header .container.nav-container .tz-nav {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
      body header .container.nav-container .tz-nav .topbutton {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 10px; }
        body header .container.nav-container .tz-nav .topbutton .btn {
          border-radius: 0px;
          margin: 0;
          background: #ffc926;
          border: none;
          color: black; }
      body header .container.nav-container .tz-nav .tz-mobile-menu {
        display: none;
        height: 100%;
        cursor: pointer;
        padding: 20px; }
        @media screen and (max-width: 1400px) {
          body header .container.nav-container .tz-nav .tz-mobile-menu {
            display: block; } }
        body header .container.nav-container .tz-nav .tz-mobile-menu::after {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        body header .container.nav-container .tz-nav .tz-mobile-menu:after {
          font-size: 26px; }
      body header .container.nav-container .tz-nav .tz-mobile-close {
        display: none; }
        @media screen and (max-width: 1400px) {
          body header .container.nav-container .tz-nav .tz-mobile-close {
            display: block;
            text-align: right;
            margin-right: 30px;
            margin-top: 6px; } }
        body header .container.nav-container .tz-nav .tz-mobile-close::after {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        body header .container.nav-container .tz-nav .tz-mobile-close:after {
          font-size: 26px;
          padding: 10px;
          padding-bottom: 0;
          cursor: pointer; }
      body header .container.nav-container .tz-nav nav {
        background: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu, body header .container.nav-container .tz-nav nav .menu-inner .menu {
          list-style: none;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding: 25px 0px;
          margin: 0; }
          body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li, body header .container.nav-container .tz-nav nav .menu-inner .menu li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-right: 1px solid rgba(0, 0, 0, .1);
            margin: 0; }
            @media screen and (min-width: 1400px) {
              body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li:hover > .sub-menu, body header .container.nav-container .tz-nav nav .menu-inner .menu li:hover > .sub-menu {
                display: block; } }
            body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li:last-child, body header .container.nav-container .tz-nav nav .menu-inner .menu li:last-child {
              border-right: none;
              padding-right: 0;
              margin-right: 0; }
            body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li a, body header .container.nav-container .tz-nav nav .menu-inner .menu li a {
              font-weight: 500;
              color: #2f2f2f;
              padding: 6px 18px;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              border-radius: 0px;
              font-family: "Open Sans", sans-serif;
              font-size: 18px;
              text-decoration: none;
              width: 100%; }
              body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li a:hover, body header .container.nav-container .tz-nav nav .menu-inner .menu li a:hover {
                color: #ffc926; }
            body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current_page_item > a, body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current-menu-item > a, body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current-menu-ancestor > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li.current_page_item > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li.current-menu-item > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li.current-menu-ancestor > a {
              background-color: #415047;
              color: white;
              -webkit-box-flex: 1;
              -ms-flex-positive: 1;
              flex-grow: 1; }
              @media screen and (max-width: 1400px) {
                body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current_page_item > a, body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current-menu-item > a, body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li.current-menu-ancestor > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li.current_page_item > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li.current-menu-item > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li.current-menu-ancestor > a {
                  background-color: #415047;
                  color: white;
                  border: none;
                  border-radius: 0; } }
            body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu {
              display: none;
              position: absolute;
              top: 0;
              left: 100%;
              top: 40px;
              left: 0;
              border: 1px solid rgba(0, 0, 0, .1);
              min-width: -webkit-max-content;
              min-width: -moz-max-content;
              min-width: max-content;
              background: white;
              z-index: 9;
              padding: 0px;
              margin-top: 0;
              -webkit-box-shadow: none;
              box-shadow: none;
              border-radius: 0; }
              @media screen and (max-width: 1400px) {
                body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu {
                  top: inherit;
                  left: inherit; } }
              body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li {
                margin: 0;
                padding: 0;
                border-right: none;
                list-style: none; }
                body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li:last-child, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:last-child {
                  margin-bottom: 0; }
                @media screen and (min-width: 1400px) {
                  body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li:hover .sub-menu, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:hover .sub-menu {
                    display: block; } }
              body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu {
                display: none;
                position: absolute;
                top: 0;
                left: 100%; }
                @media screen and (max-width: 1400px) {
                  body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu {
                    top: inherit;
                    left: inherit; } }
                body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu li, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu li {
                  margin: 0;
                  padding: 0;
                  border-right: none;
                  list-style: none; }
                  body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu li:last-child, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu li:last-child {
                    margin-bottom: 0; }
                  @media screen and (min-width: 1400px) {
                    body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu li:hover .sub-menu, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu li:hover .sub-menu {
                      display: block; } }
        @media screen and (max-width: 1400px) {
          body header .container.nav-container .tz-nav nav {
            display: block;
            position: fixed;
            top: 0;
            bottom: 0;
            right: -100%;
            width: 40%;
            display: none; }
            body header .container.nav-container .tz-nav nav.open {
              z-index: 9;
              display: block; }
              body header .container.nav-container .tz-nav nav.open::after {
                content: '';
                background: rgba(0, 0, 0, .5);
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 9998;
                -webkit-animation: shadowanimation 0.3s ease-out 0s 1;
                animation: shadowanimation 0.3s ease-out 0s 1;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                opacity: 0; }
          @-webkit-keyframes shadowanimation {
            0% {
              opacity: 0; }
            100% {
              opacity: 1; } }
                @supports (-ms-ime-align: auto) {
                  body header .container.nav-container .tz-nav nav.open::after {
                    -webkit-transition: none !important;
                    transition: none !important;
                    -webkit-animation: none !important;
                    animation: none !important;
                    opacity: 1 !important; } } }
      @media screen and (max-width: 1400px) and (-ms-high-contrast: active) {
        body header .container.nav-container .tz-nav nav.open::after {
          -webkit-transition: none !important;
          transition: none !important;
          -webkit-animation: none !important;
          animation: none !important;
          opacity: 1 !important; } }
        @media screen and (max-width: 1400px) {
              body header .container.nav-container .tz-nav nav.open .menu-inner {
                right: 0;
                background: white;
                z-index: 999999;
                position: fixed;
                height: 100vh;
                width: 40%;
                padding-top: 0px; } }
      @media screen and (max-width: 1400px) and (max-width: 768px) {
        body header .container.nav-container .tz-nav nav.open .menu-inner {
          width: 50%; } }
      @media screen and (max-width: 1400px) and (max-width: 540px) {
        body header .container.nav-container .tz-nav nav.open .menu-inner {
          width: 100%;
          overflow: auto; } }
        @media screen and (max-width: 1400px) {
                body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu {
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                  flex-direction: column;
                  padding: 0; }
                  body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu li {
                    border-bottom: 1px dashed rgba(0, 0, 0, .2);
                    border-right: none;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    position: relative;
                    -ms-flex-wrap: wrap;
                    flex-wrap: wrap; }
                    body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu li a {
                      display: -webkit-box;
                      display: -ms-flexbox;
                      display: flex;
                      -webkit-box-flex: 1;
                      -ms-flex-positive: 1;
                      flex-grow: 1;
                      line-height: inherit;
                      padding: 8px 18px;
                      width: calc(100% - 66px); }
                    body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu li .sub-menu-toggle {
                      position: relative;
                      padding: 9px 18px; }
                      body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu li .sub-menu-toggle::after {
                        font-family: Font Awesome\ 5 Free;
                        font-weight: 900;
                        content: "";
                        -webkit-font-smoothing: antialiased;
                        display: inline-block;
                        font-style: normal;
                        -webkit-font-feature-settings: normal;
                                font-feature-settings: normal;
                        font-variant: normal;
                        text-rendering: auto;
                        line-height: 1; }
                      body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu li .sub-menu-toggle:after {
                        font-size: 16px;
                        color: black; }
                  body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu .sub-menu.open {
                    display: block;
                    position: relative;
                    width: 100%;
                    top: 0;
                    background: rgba(0, 0, 0, .05); }
                    body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu .sub-menu.open li {
                      padding: 0;
                      margin: 0;
                      border-bottom: 1px dashed rgba(0, 0, 0, .1); }
                      body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu .sub-menu.open li a {
                        padding: 5px 20px; } }

body section.header-img {
  position: relative; }
  @media screen and (max-width: 991px) {
    body section.header-img:after {
      content: none; } }
  body section.header-img .img-inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 9px solid #415047; }
    @media screen and (max-width: 991px) {
      body section.header-img .img-inner {
        background-size: cover;
        background-position: top center;
        height: calc(50vh + 450px); } }
    @media screen and (max-width: 650px) {
      body section.header-img .img-inner {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-size: 110vh; } }
    @media screen and (max-width: 540px) {
      body section.header-img .img-inner {
        background-size: 110vh; } }
    @media screen and (max-width: 991px) {
      body section.header-img .img-inner > .container {
        padding: 0; } }
    body section.header-img .img-inner .header_txt {
      text-align: center; }
      @media screen and (max-width: 650px) {
        body section.header-img .img-inner .header_txt {
          margin-left: 0; } }
      body section.header-img .img-inner .header_txt h2, body section.header-img .img-inner .header_txt h3 {
        color: white;
        text-shadow: 2px 2px 11px rgba(0, 0, 0, .77); }
      body section.header-img .img-inner .header_txt h3 {
        font-weight: 300;
        font-size: 50px;
        margin-bottom: 25px; }
        @media screen and (max-width: 991px) {
          body section.header-img .img-inner .header_txt h3 {
            font-size: 40px;
            margin-bottom: 10px; } }
        @media screen and (max-width: 650px) {
          body section.header-img .img-inner .header_txt h3 {
            font-size: 35px;
            margin-bottom: 0px; } }
      body section.header-img .img-inner .header_txt h2 {
        font-size: 60px;
        margin-bottom: 40px;
        font-weight: 600;
        line-height: 50px; }
        @media screen and (max-width: 991px) {
          body section.header-img .img-inner .header_txt h2 {
            font-size: 50px; } }
        @media screen and (max-width: 650px) {
          body section.header-img .img-inner .header_txt h2 {
            font-size: 40px; } }
      body section.header-img .img-inner .header_txt .btn {
        position: relative;
        background: white;
        padding: 8px 15px 7px 15px;
        color: black; }
        body section.header-img .img-inner .header_txt .btn:hover {
          background-color: rgba(255, 255, 255, .9); }

body .zb-enabled {
  margin-bottom: 70px; }
  body .zb-enabled .zb-search-seperate {
    margin-bottom: -70px; }
    body .zb-enabled .zb-search-seperate .zb-search {
      -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .2);
      box-shadow: 0px 0px 11px rgba(0, 0, 0, .2); }

body main section.gallery-section.top-gallery {
  padding: 3.5% 0;
  padding-top: 0; }

body main [style="flex-basis:33.33%"] .detailzbtitan {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  z-index: 9; }

body main footer {
  display: none; }

body section.main-accos {
  z-index: 1;
  position: relative; }

body section.main-campings, body section.main-accos {
  margin-top: 50px; }
  @media screen and (max-width: 768px) {
    body section.main-campings > .container, body section.main-accos > .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  body section.main-campings .top_buttons_acco, body section.main-accos .top_buttons_acco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body section.main-campings .top_buttons_acco .btn_external_url, body section.main-accos .top_buttons_acco .btn_external_url {
      margin-bottom: 0;
      background-color: transparent;
      color: #ffc926;
      border: 1px solid #ffc926;
      margin-left: auto; }
      body section.main-campings .top_buttons_acco .btn_external_url:hover, body section.main-accos .top_buttons_acco .btn_external_url:hover {
        background-color: #ffc926;
        color: white; }
    body section.main-campings .top_buttons_acco .back-to-camping, body section.main-accos .top_buttons_acco .back-to-camping {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      body section.main-campings .top_buttons_acco .back-to-camping i, body section.main-accos .top_buttons_acco .back-to-camping i {
        font-size: 14px; }
  body section.main-campings .main-content, body section.main-accos .main-content {
    padding-left: 0; }
    @media screen and (max-width: 768px) {
      body section.main-campings .main-content, body section.main-accos .main-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }
    body section.main-campings .main-content .acco-gallery, body section.main-campings .main-content .camping-gallery, body section.main-accos .main-content .acco-gallery, body section.main-accos .main-content .camping-gallery {
      margin-bottom: 20px;
      display: block; }
      @media screen and (max-width: 769px) {
        body section.main-campings .main-content .acco-gallery, body section.main-campings .main-content .camping-gallery, body section.main-accos .main-content .acco-gallery, body section.main-accos .main-content .camping-gallery {
          margin: 0 -8px 10px; } }
      body section.main-campings .main-content .acco-gallery .gallery-inner, body section.main-campings .main-content .camping-gallery .gallery-inner, body section.main-accos .main-content .acco-gallery .gallery-inner, body section.main-accos .main-content .camping-gallery .gallery-inner {
        width: 100%; }
        body section.main-campings .main-content .acco-gallery .gallery-inner .gallery-item, body section.main-campings .main-content .camping-gallery .gallery-inner .gallery-item, body section.main-accos .main-content .acco-gallery .gallery-inner .gallery-item, body section.main-accos .main-content .camping-gallery .gallery-inner .gallery-item {
          display: block;
          width: 100%;
          max-width: 100%; }
          body section.main-campings .main-content .acco-gallery .gallery-inner .gallery-item img, body section.main-campings .main-content .camping-gallery .gallery-inner .gallery-item img, body section.main-accos .main-content .acco-gallery .gallery-inner .gallery-item img, body section.main-accos .main-content .camping-gallery .gallery-inner .gallery-item img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            border-radius: 0px; }
        body section.main-campings .main-content .acco-gallery .gallery-inner .big-image .gallery-item img, body section.main-campings .main-content .camping-gallery .gallery-inner .big-image .gallery-item img, body section.main-accos .main-content .acco-gallery .gallery-inner .big-image .gallery-item img, body section.main-accos .main-content .camping-gallery .gallery-inner .big-image .gallery-item img {
          height: 500px; }
          @media screen and (max-width: 650px) {
            body section.main-campings .main-content .acco-gallery .gallery-inner .big-image .gallery-item img, body section.main-campings .main-content .camping-gallery .gallery-inner .big-image .gallery-item img, body section.main-accos .main-content .acco-gallery .gallery-inner .big-image .gallery-item img, body section.main-accos .main-content .camping-gallery .gallery-inner .big-image .gallery-item img {
              height: 350px; } }
        body section.main-campings .main-content .acco-gallery .gallery-inner .thumbnails, body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails, body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails, body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          body section.main-campings .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item, body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item, body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item, body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%; }
            @media screen and (max-width: null) {
              body section.main-campings .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item, body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item, body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item, body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0;
                flex: 0 0; } }
            @media screen and (max-width: null) {
              body section.main-campings .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item, body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item, body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item, body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0;
                flex: 0 0; } }
            @media screen and (max-width: null) {
              body section.main-campings .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item, body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item, body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item, body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0;
                flex: 0 0; } }
            body section.main-campings .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item img, body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item img, body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item img, body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item img {
              height: 180px; }
              @media screen and (max-width: 650px) {
                body section.main-campings .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item img, body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item img, body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item img, body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item img {
                  height: 100px; } }
            body section.main-campings .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item.acco4 .image-count, body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item.acco4 .image-count, body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item.acco4 .image-count, body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item.acco4 .image-count {
              display: block;
              bottom: 32px;
              right: 29px;
              background-color: #415047;
              border-radius: 0px; }
    body section.main-campings .main-content .camping-content h3:first-child, body section.main-campings .main-content .acco-content h3:first-child, body section.main-accos .main-content .camping-content h3:first-child, body section.main-accos .main-content .acco-content h3:first-child {
      font-size: 36px;
      line-height: 38px; }
      @media screen and (max-width: 650px) {
        body section.main-campings .main-content .camping-content h3:first-child, body section.main-campings .main-content .acco-content h3:first-child, body section.main-accos .main-content .camping-content h3:first-child, body section.main-accos .main-content .acco-content h3:first-child {
          font-size: 28px;
          line-height: 32px; } }
    body section.main-campings .main-content .camping-content #read-more-btn, body section.main-campings .main-content .acco-content #read-more-btn, body section.main-accos .main-content .camping-content #read-more-btn, body section.main-accos .main-content .acco-content #read-more-btn {
      background: transparent;
      border: none;
      color: #ffc926;
      padding: 0;
      cursor: pointer; }
      body section.main-campings .main-content .camping-content #read-more-btn::after, body section.main-campings .main-content .acco-content #read-more-btn::after, body section.main-accos .main-content .camping-content #read-more-btn::after, body section.main-accos .main-content .acco-content #read-more-btn::after {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      body section.main-campings .main-content .camping-content #read-more-btn:after, body section.main-campings .main-content .acco-content #read-more-btn:after, body section.main-accos .main-content .camping-content #read-more-btn:after, body section.main-accos .main-content .acco-content #read-more-btn:after {
        margin-left: 10px; }
    body section.main-campings .main-content .kenmerken-section-main, body section.main-accos .main-content .kenmerken-section-main {
      position: relative;
      padding: 50px 0;
      margin-top: 30px; }
      @media screen and (max-width: 650px) {
        body section.main-campings .main-content .kenmerken-section-main, body section.main-accos .main-content .kenmerken-section-main {
          padding: 30px 0;
          margin-top: 0px; } }
      body section.main-campings .main-content .kenmerken-section-main .kenmerk_main_title, body section.main-accos .main-content .kenmerken-section-main .kenmerk_main_title {
        font-size: 36px;
        line-height: 38px; }
        @media screen and (max-width: 650px) {
          body section.main-campings .main-content .kenmerken-section-main .kenmerk_main_title, body section.main-accos .main-content .kenmerken-section-main .kenmerk_main_title {
            font-size: 28px;
            line-height: 32px; } }
      body section.main-campings .main-content .kenmerken-section-main .kenmerken-section, body section.main-accos .main-content .kenmerken-section-main .kenmerken-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        body section.main-campings .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category, body section.main-accos .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; }
          @media screen and (max-width: 650px) {
            body section.main-campings .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category, body section.main-accos .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category {
              -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%; } }
          @media screen and (max-width: null) {
            body section.main-campings .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category, body section.main-accos .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category {
              -webkit-box-flex: 0;
              -ms-flex: 0 0;
              flex: 0 0; } }
          @media screen and (max-width: null) {
            body section.main-campings .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category, body section.main-accos .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category {
              -webkit-box-flex: 0;
              -ms-flex: 0 0;
              flex: 0 0; } }
          body section.main-campings .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category ul, body section.main-accos .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category ul {
            margin: 0;
            list-style: none;
            padding: 0; }
            body section.main-campings .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category ul li::before, body section.main-accos .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category ul li::before {
              font-family: Font Awesome\ 5 Free;
              font-weight: 900;
              content: "";
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              -webkit-font-feature-settings: normal;
                      font-feature-settings: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1; }
            body section.main-campings .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category ul li:before, body section.main-accos .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category ul li:before {
              color: #ffc926;
              font-size: 12px;
              margin-right: 15px; }
    body section.main-campings .main-content .staklaar-content, body section.main-accos .main-content .staklaar-content {
      position: relative;
      padding: 50px 0;
      margin-top: 30px;
      margin-bottom: 30px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media screen and (max-width: 650px) {
        body section.main-campings .main-content .staklaar-content, body section.main-accos .main-content .staklaar-content {
          padding: 30px 0;
          margin-top: 0px; } }
      body section.main-campings .main-content .staklaar-content .innercontent, body section.main-accos .main-content .staklaar-content .innercontent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media screen and (max-width: 650px) {
          body section.main-campings .main-content .staklaar-content .innercontent, body section.main-accos .main-content .staklaar-content .innercontent {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        body section.main-campings .main-content .staklaar-content .innercontent .staklaar-image, body section.main-accos .main-content .staklaar-content .innercontent .staklaar-image {
          margin-right: 20px; }
          body section.main-campings .main-content .staklaar-content .innercontent .staklaar-image img, body section.main-accos .main-content .staklaar-content .innercontent .staklaar-image img {
            height: 120px;
            border-radius: -10px; }
            @media screen and (max-width: 650px) {
              body section.main-campings .main-content .staklaar-content .innercontent .staklaar-image img, body section.main-accos .main-content .staklaar-content .innercontent .staklaar-image img {
                width: 100%;
                height: 200px;
                -o-object-fit: cover;
                object-fit: cover;
                margin-bottom: 10px; } }
        body section.main-campings .main-content .staklaar-content .innercontent .staklaar-tekst, body section.main-accos .main-content .staklaar-content .innercontent .staklaar-tekst {
          font-style: italic;
          margin-bottom: 10px; }
        body section.main-campings .main-content .staklaar-content .innercontent .subitems, body section.main-accos .main-content .staklaar-content .innercontent .subitems {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 10px; }
          @media screen and (max-width: 650px) {
            body section.main-campings .main-content .staklaar-content .innercontent .subitems, body section.main-accos .main-content .staklaar-content .innercontent .subitems {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
              -ms-flex-direction: column;
              flex-direction: column; } }
          body section.main-campings .main-content .staklaar-content .innercontent .subitems span, body section.main-accos .main-content .staklaar-content .innercontent .subitems span {
            font-size: 16px;
            position: relative;
            margin-bottom: 0px;
            margin-right: 20px;
            padding-right: 20px;
            border-right: 1px solid rgba(0, 0, 0, .1); }
            @media screen and (max-width: 650px) {
              body section.main-campings .main-content .staklaar-content .innercontent .subitems span, body section.main-accos .main-content .staklaar-content .innercontent .subitems span {
                margin-bottom: 7px; } }
          body section.main-campings .main-content .staklaar-content .innercontent .subitems .open-camping-map, body section.main-accos .main-content .staklaar-content .innercontent .subitems .open-camping-map {
            font-size: 16px; }
            body section.main-campings .main-content .staklaar-content .innercontent .subitems .open-camping-map::after, body section.main-accos .main-content .staklaar-content .innercontent .subitems .open-camping-map::after {
              font-family: Font Awesome\ 5 Free;
              font-weight: 900;
              content: "";
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              -webkit-font-feature-settings: normal;
                      font-feature-settings: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1; }
            body section.main-campings .main-content .staklaar-content .innercontent .subitems .open-camping-map:after, body section.main-accos .main-content .staklaar-content .innercontent .subitems .open-camping-map:after {
              margin-right: 5px;
              color: #ffc926; }
  body section.main-campings .camping_sidebar, body section.main-campings .acco_sidebar, body section.main-accos .camping_sidebar, body section.main-accos .acco_sidebar {
    padding-right: 0;
    position: relative; }
    @media screen and (max-width: 769px) {
      body section.main-campings .camping_sidebar, body section.main-campings .acco_sidebar, body section.main-accos .camping_sidebar, body section.main-accos .acco_sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-bottom: 20px; } }
    body section.main-campings .camping_sidebar .camping_kenmerken_sidebar, body section.main-campings .camping_sidebar .acco_titan_sidebar, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar, body section.main-campings .acco_sidebar .acco_titan_sidebar, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar, body section.main-accos .camping_sidebar .acco_titan_sidebar, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar, body section.main-accos .acco_sidebar .acco_titan_sidebar {
      position: -webkit-sticky;
      position: sticky;
      background: #e1e6e3;
      border-radius: 0px;
      padding: 30px;
      margin-top: 15px;
      top: 130px; }
      body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems, body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems, body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems, body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems, body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .camping-location, body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .camping-location, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .camping-location, body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .camping-location, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .camping-location, body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .camping-location, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .camping-location, body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .camping-location {
          font-size: 16px;
          position: relative;
          margin-bottom: 0px;
          margin-right: 20px;
          padding-right: 20px;
          border-right: 1px solid rgba(0, 0, 0, .1); }
        body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map, body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .open-camping-map, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map, body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .open-camping-map, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map, body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .open-camping-map, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map, body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .open-camping-map {
          font-size: 16px;
          line-height: 30px; }
          body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map::after, body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .open-camping-map::after, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map::after, body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .open-camping-map::after, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map::after, body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .open-camping-map::after, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map::after, body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .open-camping-map::after {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map:after, body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .open-camping-map:after, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map:after, body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .open-camping-map:after, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map:after, body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .open-camping-map:after, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .open-camping-map:after, body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .open-camping-map:after {
            margin-right: 5px;
            color: #ffc926; }
      body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .google-reviews, body section.main-campings .camping_sidebar .acco_titan_sidebar .google-reviews, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .google-reviews, body section.main-campings .acco_sidebar .acco_titan_sidebar .google-reviews, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .google-reviews, body section.main-accos .camping_sidebar .acco_titan_sidebar .google-reviews, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .google-reviews, body section.main-accos .acco_sidebar .acco_titan_sidebar .google-reviews {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px; }
        body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .google-reviews a, body section.main-campings .camping_sidebar .acco_titan_sidebar .google-reviews a, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .google-reviews a, body section.main-campings .acco_sidebar .acco_titan_sidebar .google-reviews a, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .google-reviews a, body section.main-accos .camping_sidebar .acco_titan_sidebar .google-reviews a, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .google-reviews a, body section.main-accos .acco_sidebar .acco_titan_sidebar .google-reviews a {
          text-decoration: none;
          color: inherit;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin-top: -1px; }
          body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .google-icon, body section.main-campings .camping_sidebar .acco_titan_sidebar .google-reviews a .google-icon, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .google-icon, body section.main-campings .acco_sidebar .acco_titan_sidebar .google-reviews a .google-icon, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .google-icon, body section.main-accos .camping_sidebar .acco_titan_sidebar .google-reviews a .google-icon, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .google-icon, body section.main-accos .acco_sidebar .acco_titan_sidebar .google-reviews a .google-icon {
            margin-right: 5px;
            margin-top: -1px; }
            body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .google-icon i, body section.main-campings .camping_sidebar .acco_titan_sidebar .google-reviews a .google-icon i, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .google-icon i, body section.main-campings .acco_sidebar .acco_titan_sidebar .google-reviews a .google-icon i, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .google-icon i, body section.main-accos .camping_sidebar .acco_titan_sidebar .google-reviews a .google-icon i, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .google-icon i, body section.main-accos .acco_sidebar .acco_titan_sidebar .google-reviews a .google-icon i {
              font-size: 16px;
              color: #ffc926; }
          body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data, body section.main-campings .camping_sidebar .acco_titan_sidebar .google-reviews a .review-data, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data, body section.main-campings .acco_sidebar .acco_titan_sidebar .google-reviews a .review-data, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data, body section.main-accos .camping_sidebar .acco_titan_sidebar .google-reviews a .review-data, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data, body section.main-accos .acco_sidebar .acco_titan_sidebar .google-reviews a .review-data {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; }
            body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .review-number, body section.main-campings .camping_sidebar .acco_titan_sidebar .google-reviews a .review-data .review-number, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .review-number, body section.main-campings .acco_sidebar .acco_titan_sidebar .google-reviews a .review-data .review-number, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .review-number, body section.main-accos .camping_sidebar .acco_titan_sidebar .google-reviews a .review-data .review-number, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .review-number, body section.main-accos .acco_sidebar .acco_titan_sidebar .google-reviews a .review-data .review-number {
              font-size: 19px;
              margin-right: 8px; }
            body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .stars, body section.main-campings .camping_sidebar .acco_titan_sidebar .google-reviews a .review-data .stars, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .stars, body section.main-campings .acco_sidebar .acco_titan_sidebar .google-reviews a .review-data .stars, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .stars, body section.main-accos .camping_sidebar .acco_titan_sidebar .google-reviews a .review-data .stars, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .stars, body section.main-accos .acco_sidebar .acco_titan_sidebar .google-reviews a .review-data .stars {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex; }
              body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .stars i, body section.main-campings .camping_sidebar .acco_titan_sidebar .google-reviews a .review-data .stars i, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .stars i, body section.main-campings .acco_sidebar .acco_titan_sidebar .google-reviews a .review-data .stars i, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .stars i, body section.main-accos .camping_sidebar .acco_titan_sidebar .google-reviews a .review-data .stars i, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .google-reviews a .review-data .stars i, body section.main-accos .acco_sidebar .acco_titan_sidebar .google-reviews a .review-data .stars i {
                font-size: 16px;
                margin-right: 4px;
                color: #f1c40f; }
      body section.main-campings .camping_sidebar .camping_kenmerken_sidebar ul, body section.main-campings .camping_sidebar .acco_titan_sidebar ul, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar ul, body section.main-campings .acco_sidebar .acco_titan_sidebar ul, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar ul, body section.main-accos .camping_sidebar .acco_titan_sidebar ul, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar ul, body section.main-accos .acco_sidebar .acco_titan_sidebar ul {
        margin-top: 0;
        list-style: none;
        padding: 0; }
        body section.main-campings .camping_sidebar .camping_kenmerken_sidebar ul li::before, body section.main-campings .camping_sidebar .acco_titan_sidebar ul li::before, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar ul li::before, body section.main-campings .acco_sidebar .acco_titan_sidebar ul li::before, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar ul li::before, body section.main-accos .camping_sidebar .acco_titan_sidebar ul li::before, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar ul li::before, body section.main-accos .acco_sidebar .acco_titan_sidebar ul li::before {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        body section.main-campings .camping_sidebar .camping_kenmerken_sidebar ul li:before, body section.main-campings .camping_sidebar .acco_titan_sidebar ul li:before, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar ul li:before, body section.main-campings .acco_sidebar .acco_titan_sidebar ul li:before, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar ul li:before, body section.main-accos .camping_sidebar .acco_titan_sidebar ul li:before, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar ul li:before, body section.main-accos .acco_sidebar .acco_titan_sidebar ul li:before {
          color: #ffc926;
          font-size: 12px;
          margin-right: 15px; }
      body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .btn-sidebar, body section.main-campings .camping_sidebar .acco_titan_sidebar .btn-sidebar, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .btn-sidebar, body section.main-campings .acco_sidebar .acco_titan_sidebar .btn-sidebar, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .btn-sidebar, body section.main-accos .camping_sidebar .acco_titan_sidebar .btn-sidebar, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .btn-sidebar, body section.main-accos .acco_sidebar .acco_titan_sidebar .btn-sidebar {
        width: 100%;
        text-align: center;
        color: black; }
        body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .btn-sidebar::after, body section.main-campings .camping_sidebar .acco_titan_sidebar .btn-sidebar::after, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .btn-sidebar::after, body section.main-campings .acco_sidebar .acco_titan_sidebar .btn-sidebar::after, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .btn-sidebar::after, body section.main-accos .camping_sidebar .acco_titan_sidebar .btn-sidebar::after, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .btn-sidebar::after, body section.main-accos .acco_sidebar .acco_titan_sidebar .btn-sidebar::after {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .btn-sidebar:after, body section.main-campings .camping_sidebar .acco_titan_sidebar .btn-sidebar:after, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .btn-sidebar:after, body section.main-campings .acco_sidebar .acco_titan_sidebar .btn-sidebar:after, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .btn-sidebar:after, body section.main-accos .camping_sidebar .acco_titan_sidebar .btn-sidebar:after, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .btn-sidebar:after, body section.main-accos .acco_sidebar .acco_titan_sidebar .btn-sidebar:after {
          margin-left: 10px; }
      body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .btn_external_url, body section.main-campings .camping_sidebar .acco_titan_sidebar .btn_external_url, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .btn_external_url, body section.main-campings .acco_sidebar .acco_titan_sidebar .btn_external_url, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .btn_external_url, body section.main-accos .camping_sidebar .acco_titan_sidebar .btn_external_url, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .btn_external_url, body section.main-accos .acco_sidebar .acco_titan_sidebar .btn_external_url {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        background-color: #ffc926;
        color: black;
        border: none; }
        body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .btn_external_url:hover, body section.main-campings .camping_sidebar .acco_titan_sidebar .btn_external_url:hover, body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .btn_external_url:hover, body section.main-campings .acco_sidebar .acco_titan_sidebar .btn_external_url:hover, body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .btn_external_url:hover, body section.main-accos .camping_sidebar .acco_titan_sidebar .btn_external_url:hover, body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .btn_external_url:hover, body section.main-accos .acco_sidebar .acco_titan_sidebar .btn_external_url:hover {
          background-color: #ffc926;
          color: black; }
  body section.main-campings .map-section, body section.main-accos .map-section {
    margin-bottom: 30px; }
    body section.main-campings .map-section #tz-geomap, body section.main-accos .map-section #tz-geomap {
      z-index: 1; }
      body section.main-campings .map-section #tz-geomap .geomap_txt img, body section.main-accos .map-section #tz-geomap .geomap_txt img {
        height: 150px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%; }
      body section.main-campings .map-section #tz-geomap .geomap_txt .btn-link, body section.main-accos .map-section #tz-geomap .geomap_txt .btn-link {
        color: #ffc926;
        font-size: 18px;
        line-height: 30px; }
        body section.main-campings .map-section #tz-geomap .geomap_txt .btn-link::after, body section.main-accos .map-section #tz-geomap .geomap_txt .btn-link::after {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        body section.main-campings .map-section #tz-geomap .geomap_txt .btn-link:after, body section.main-accos .map-section #tz-geomap .geomap_txt .btn-link:after {
          color: #ffc926;
          font-size: 15px;
          margin-left: 7px; }
      body section.main-campings .map-section #tz-geomap .geomap_txt .card-txt, body section.main-accos .map-section #tz-geomap .geomap_txt .card-txt {
        max-height: 250px;
        overflow-y: scroll;
        margin-bottom: 5px; }
      body section.main-campings .map-section #tz-geomap .leaflet-marker-icon, body section.main-accos .map-section #tz-geomap .leaflet-marker-icon {
        position: relative; }
        body section.main-campings .map-section #tz-geomap .leaflet-marker-icon i, body section.main-accos .map-section #tz-geomap .leaflet-marker-icon i {
          position: absolute;
          top: -20px;
          left: -5px; }
          body section.main-campings .map-section #tz-geomap .leaflet-marker-icon i:before, body section.main-accos .map-section #tz-geomap .leaflet-marker-icon i:before {
            font-size: 40px; }
          body section.main-campings .map-section #tz-geomap .leaflet-marker-icon i:after, body section.main-accos .map-section #tz-geomap .leaflet-marker-icon i:after {
            content: "";
            background: white;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            display: block;
            position: absolute;
            top: 7px;
            left: 7px; }
    body section.main-campings .map-section .map-legend, body section.main-accos .map-section .map-legend {
      margin-top: 20px; }
      body section.main-campings .map-section .map-legend ul, body section.main-accos .map-section .map-legend ul {
        list-style: none;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px; }
        @media screen and (max-width: 650px) {
          body section.main-campings .map-section .map-legend ul, body section.main-accos .map-section .map-legend ul {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 0; } }
        body section.main-campings .map-section .map-legend ul .legend-item, body section.main-accos .map-section .map-legend ul .legend-item {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          gap: 8px;
          cursor: pointer; }
          @media screen and (max-width: 650px) {
            body section.main-campings .map-section .map-legend ul .legend-item, body section.main-accos .map-section .map-legend ul .legend-item {
              width: calc(50% - 10px); } }
          body section.main-campings .map-section .map-legend ul .legend-item.disabled, body section.main-accos .map-section .map-legend ul .legend-item.disabled {
            -webkit-filter: grayscale(1);
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
            filter: grayscale(1);
            opacity: 0.6; }
          body section.main-campings .map-section .map-legend ul .legend-item .color-box, body section.main-accos .map-section .map-legend ul .legend-item .color-box {
            width: 20px;
            height: 20px;
            border-radius: 50%; }

body .zb {
  padding: 80px 0;
  background: #f2f3f2;
  position: relative; }
  body .zb:before {
    width: 1400px;
    margin: 0 auto; }
    @media screen and (max-width: 1400px) {
      body .zb:before {
        width: 100%; } }
  @media screen and (max-width: 650px) {
    body .zb {
      padding: 30px 0;
      margin-top: 0px; } }
  body .zb .container {
    max-width: 1450px; }
    @media screen and (max-width: 1450px) {
      body .zb .container {
        max-width: 100%; } }

body .zb-faq-title {
  margin-top: 40px; }

body .camping-faq {
  padding-bottom: 40px; }
  body .camping-faq .faq-items .faq-question {
    cursor: pointer;
    border-radius: 0px;
    background-color: white;
    color: #415047;
    border: 1px solid #415047;
    padding: 4px 15px;
    font-weight: 400;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    body .camping-faq .faq-items .faq-question::after {
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      content: "";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    body .camping-faq .faq-items .faq-question:after {
      margin-top: 8px;
      margin-left: auto; }
    body .camping-faq .faq-items .faq-question.active {
      color: white;
      border: 1px solid #415047;
      background-color: #415047; }
      body .camping-faq .faq-items .faq-question.active:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-bottom: 6px; }
  body .camping-faq .faq-items .faq-answer {
    padding: 20px;
    background-color: #f2f3f2;
    margin-top: -10px;
    margin-bottom: 20px;
    border-radius: 0px; }

body .acco-downloads {
  padding: 40px 0;
  background-color: #eff0e1;
  position: relative;
  margin-top: 70px;
  padding-bottom: 100px; }
  body .acco-downloads:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }
    @media screen and (max-width: 650px) {
      body .acco-downloads:before {
        content: none; } }
  @media screen and (max-width: 650px) {
    body .acco-downloads {
      padding: 30px 0;
      margin-top: 0px; } }
  body .acco-downloads > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 650px) {
      body .acco-downloads > .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  body .acco-downloads .download-buttons {
    margin-left: 30px; }
    @media screen and (max-width: 650px) {
      body .acco-downloads .download-buttons {
        margin-left: 0; } }
    body .acco-downloads .download-buttons .btn {
      margin: 0;
      background-color: transparent;
      border: 1px solid #4c5e53;
      color: #4c5e53;
      border-radius: 0px;
      margin-right: 15px; }
      body .acco-downloads .download-buttons .btn:hover {
        background-color: #4c5e53;
        color: white; }
      @media screen and (max-width: 650px) {
        body .acco-downloads .download-buttons .btn {
          margin-bottom: 7px; } }

body .zb-matrix {
  padding: 50px 0;
  margin-top: 50px;
  background-color: #e1e6e3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 991px) {
    body .zb-matrix {
      padding: 30px 0;
      margin-top: 40px; } }

body .acco-slider {
  padding: 80px 0; }
  @media screen and (max-width: 650px) {
    body .acco-slider {
      padding: 30px 0;
      margin-top: 0px; } }
  body .acco-slider .container {
    position: relative; }
    body .acco-slider .container .tz-arrangementen a.tz-arrangementen-item {
      position: relative;
      overflow: hidden;
      margin-bottom: 0; }
      body .acco-slider .container .tz-arrangementen a.tz-arrangementen-item img {
        height: 255px;
        border-radius: 0px;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      body .acco-slider .container .tz-arrangementen a.tz-arrangementen-item .noimg {
        background: rgba(0, 0, 0, .2);
        height: 255px;
        border-radius: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: rgba(0, 0, 0, .6);
        font-size: 14px; }
      body .acco-slider .container .tz-arrangementen a.tz-arrangementen-item .acco-slider-title {
        position: absolute;
        bottom: 30px;
        left: 20px;
        border-radius: 0 0px 0px 0;
        color: white;
        font-weight: 400;
        font-size: 18px;
        border: 1px solid rgba(0, 0, 0, .1);
        padding: 10px 17px 8px;
        color: white;
        background-color: #415047;
        max-width: 230px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-word;
        line-height: 1.4;
        max-height: calc(2.8em + 18px); }
    body .acco-slider .container .slidebutton {
      background: transparent;
      border: 1px solid #ffc926;
      color: #ffc926;
      margin-bottom: 0;
      padding: 8px;
      bottom: 32%; }
      body .acco-slider .container .slidebutton:before {
        color: #ffc926;
        margin-left: 0px; }
      body .acco-slider .container .slidebutton.next {
        border-radius: 0 0px 0px 0;
        right: -15px; }
        body .acco-slider .container .slidebutton.next::before {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        @media screen and (max-width: 1400px) {
          body .acco-slider .container .slidebutton.next {
            right: 5px; } }
      body .acco-slider .container .slidebutton.prev {
        border-radius: 0px 0 0 0px;
        left: -15px; }
        body .acco-slider .container .slidebutton.prev::before {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        @media screen and (max-width: 1400px) {
          body .acco-slider .container .slidebutton.prev {
            left: 5px; } }
      body .acco-slider .container .slidebutton:disabled {
        display: block;
        opacity: 0.5; }

body .eindfoto-section {
  position: relative;
  margin-top: 30px; }
  @media screen and (max-width: 650px) {
    body .eindfoto-section {
      margin-top: 0; }
      body .eindfoto-section:before {
        content: none; } }
  body .eindfoto-section .eindfoto-inner {
    background-size: cover;
    background-position: center center;
    height: 65vh; }
    @media screen and (max-width: 1400px) {
      body .eindfoto-section .eindfoto-inner {
        height: 75vh; } }
    @media screen and (max-width: 991px) {
      body .eindfoto-section .eindfoto-inner {
        height: 90vh; } }
    @media screen and (max-width: 650px) {
      body .eindfoto-section .eindfoto-inner {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        height: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    body .eindfoto-section .eindfoto-inner .eindfoto-text {
      background-image: url("../img/whiteshape_blob.png");
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      padding: 120px 70px 100px 60px;
      width: 511px;
      position: absolute;
      right: 10%;
      top: 11%; }
      @media screen and (max-width: 650px) {
        body .eindfoto-section .eindfoto-inner .eindfoto-text {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content;
          margin-top: 170px;
          -webkit-clip-path: none;
          clip-path: none;
          padding-left: 30px;
          left: 0;
          position: relative;
          background-color: white;
          border-radius: 0;
          border-bottom: 1px solid rgba(0, 0, 0, .1);
          width: 100%;
          padding: 20px;
          background-image: none;
          top: auto;
          top: initial;
          right: auto;
          right: initial; } }
      body .eindfoto-section .eindfoto-inner .eindfoto-text h4 {
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 0; }
      body .eindfoto-section .eindfoto-inner .eindfoto-text h3 {
        font-size: 30px; }
      body .eindfoto-section .eindfoto-inner .eindfoto-text ul {
        padding: 0;
        margin: 0;
        margin-bottom: 25px;
        list-style: none; }
        body .eindfoto-section .eindfoto-inner .eindfoto-text ul li {
          padding-left: 20px;
          margin-bottom: 5px; }
          body .eindfoto-section .eindfoto-inner .eindfoto-text ul li::before {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body .eindfoto-section .eindfoto-inner .eindfoto-text ul li:before {
            color: #ffc926;
            font-size: 14px;
            margin-right: 10px;
            left: 2px;
            position: absolute;
            top: 8px; }

body .popup-map-camping-detail {
  width: 700px;
  padding: 0; }

body .results-open-filters {
  display: none !important; }

body .zb-search {
  background: white;
  padding: 30px;
  border-radius: 0px;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, .15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  border-radius: 0px; }
  @media screen and (max-width: 1400px) {
    body .zb-search {
      max-width: 100%; } }
  @media screen and (max-width: 991px) {
    body .zb-search {
      padding: 20px;
      margin-bottom: 0;
      border-radius: 0;
      border-bottom: 1px solid rgba(0, 0, 0, .15); } }
  @media screen and (max-width: 650px) {
    body .zb-search {
      width: 100%; } }
  body .zb-search .zb-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media screen and (max-width: 991px) {
      body .zb-search .zb-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0; } }
    body .zb-search .zb-form .zb-fields {
      margin-bottom: 10px;
      font-size: 16px; }
      @media screen and (max-width: 991px) {
        body .zb-search .zb-form .zb-fields.zb-type {
          -webkit-box-flex: 0;
          -ms-flex: 0;
          flex: 0;
          max-width: 100%; } }
      body .zb-search .zb-form .zb-fields.zb-persons {
        margin-right: 25px; }
        @media screen and (max-width: 1400px) {
          body .zb-search .zb-form .zb-fields.zb-persons {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
            max-width: 20%; } }
        @media screen and (max-width: 991px) {
          body .zb-search .zb-form .zb-fields.zb-persons {
            -webkit-box-flex: 0;
            -ms-flex: 0;
            flex: 0;
            max-width: 100%;
            margin-right: 0px; } }
      body .zb-search .zb-form .zb-fields.zb-date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 25px; }
        @media screen and (max-width: 991px) {
          body .zb-search .zb-form .zb-fields.zb-date {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 0;
            -ms-flex: 0;
            flex: 0;
            margin-right: 0px; } }
        body .zb-search .zb-form .zb-fields.zb-date .startdate {
          margin-right: 4px;
          position: relative; }
          @media screen and (max-width: 991px) {
            body .zb-search .zb-form .zb-fields.zb-date .startdate {
              margin: 0;
              margin-bottom: 10px; } }
        body .zb-search .zb-form .zb-fields.zb-date .enddate {
          margin-left: 4px; }
          @media screen and (max-width: 991px) {
            body .zb-search .zb-form .zb-fields.zb-date .enddate {
              margin: 0; } }
    .zb-fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
      .zb-fields input::-webkit-outer-spin-button, .zb-fields input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .zb-fields input[type=number] {
        -moz-appearance: textfield; }
      .zb-fields input, .zb-fields select {
        background: white;
        padding: 10px 20px;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 5px;
        font-size: 18px;
        line-height: 30px;
        font-weight: 300;
        height: 50px;
        width: 100%;
        margin-top: 5px; }
      .zb-fields select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../img/chevron-down.svg) no-repeat center/contain;
        background-size: 20px;
        background-position: calc(100% - 10px); }
      .zb-fields .persons-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .zb-fields .persons-field input#persons-count {
          width: 75px; }
          @media screen and (max-width: 991px) {
            .zb-fields .persons-field input#persons-count {
              width: 100%; } }
        .zb-fields .persons-field .btn {
          margin: 0;
          border-radius: 50%;
          border: none;
          color: black;
          cursor: pointer;
          font-size: 22px;
          padding: 0 10px;
          margin-top: 13px;
          height: 32px;
          background: #ffc926; }
          .zb-fields .persons-field .btn#decrease-persons, .zb-fields .persons-field .btn#titan-decrease-persons {
            margin-right: 12px; }
          .zb-fields .persons-field .btn#increase-persons, .zb-fields .persons-field .btn#titan-increase-persons {
            margin-left: 12px; }
          .zb-fields .persons-field .btn:hover {
            background: #f2b600;
            color: black; }
      .zb-fields .spinner {
        position: absolute;
        top: 47px;
        right: 15px; }
    body .zb-search .zb-form .zb-search-btn {
      cursor: pointer;
      margin: 0;
      margin-top: 28px;
      display: block;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      padding: 14px 20px;
      color: black; }
      @media screen and (max-width: 991px) {
        body .zb-search .zb-form .zb-search-btn {
          margin-top: 5px; } }

body .zb-search-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1400px;
  margin-left: calc(50% - 700px);
  margin-right: calc(50% - 700px); }
  @media screen and (max-width: 1400px) {
    body .zb-search-overview {
      width: 100%;
      margin: 0; } }
  .filters .mobilebutton {
    display: none; }
  @media screen and (max-width: 1400px) {
    .filters {
      -webkit-box-flex: 0;
      -ms-flex: 0;
      flex: 0;
      padding: 0;
      position: relative; }
      .filters .filters-section {
        position: fixed;
        left: -100%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        z-index: 9999;
        width: 100vw;
        top: 0;
        bottom: 0;
        height: 100vh;
        border-radius: 0; }
        .filters .filters-section.open {
          left: 0; }
      .filters .overlay-shade.open::after {
        content: '';
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9998;
        -webkit-animation: shadowanimation 0.3s ease-out 0s 1;
        animation: shadowanimation 0.3s ease-out 0s 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        opacity: 0; }
    @-webkit-keyframes shadowanimation {
      0% {
        opacity: 0; }
      100% {
        opacity: 1; } }
        @supports (-ms-ime-align: auto) {
          .filters .overlay-shade.open::after {
            -webkit-transition: none !important;
            transition: none !important;
            -webkit-animation: none !important;
            animation: none !important;
            opacity: 1 !important; } } }
      @media screen and (max-width: 1400px) and (-ms-high-contrast: active) {
        .filters .overlay-shade.open::after {
          -webkit-transition: none !important;
          transition: none !important;
          -webkit-animation: none !important;
          animation: none !important;
          opacity: 1 !important; } }
  @media screen and (max-width: 1400px) {
      .filters .mobilebutton {
        display: block;
        color: white;
        background-color: #ffc926;
        border-radius: 0px 0px 0 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        z-index: 99;
        left: auto;
        left: initial;
        position: absolute;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border-radius: 0px;
        padding: 3px 11px;
        top: 0;
        right: 0;
        border-radius: 0 0 0 5px; } }
  @media screen and (max-width: 1400px) {
    .zb-search-results {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; } }
  @media screen and (max-width: 1400px) {
    .zb-search-results .btn.results-open-filters {
      margin-bottom: -10px;
      margin-top: 20px;
      display: inline-block !important; } }

body .zb-results {
  padding: 30px 0;
  margin-bottom: 40px; }
  @media screen and (max-width: 850px) {
    body .zb-results {
      padding: 0;
      margin: 0 20px;
      margin-top: 30px; } }
  body .zb-results .accommodation-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    body .zb-results .accommodation-list .accommodation-item {
      background: white;
      border-radius: 0px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid rgba(0, 0, 0, .15);
      z-index: 1;
      padding: 0; }
      body .zb-results .accommodation-list .accommodation-item:before {
        content: none; }
      @media screen and (max-width: 850px) {
        body .zb-results .accommodation-list .accommodation-item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          body .zb-results .accommodation-list .accommodation-item:last-child {
            margin-bottom: 0; } }
      body .zb-results .accommodation-list .accommodation-item.open {
        z-index: 2; }
      body .zb-results .accommodation-list .accommodation-item .accommodation-gallery .accommodation-gallery-overview {
        display: none;
        position: relative; }
        body .zb-results .accommodation-list .accommodation-item .accommodation-gallery .accommodation-gallery-overview:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%; }
        body .zb-results .accommodation-list .accommodation-item .accommodation-gallery .accommodation-gallery-overview img {
          -o-object-fit: cover;
          object-fit: cover;
          height: 100%;
          width: 260px;
          border-radius: 0px 0 0 0px; }
          @media screen and (max-width: 850px) {
            body .zb-results .accommodation-list .accommodation-item .accommodation-gallery .accommodation-gallery-overview img {
              width: 100%;
              height: 250px;
              border-radius: 0px 0px 0 0; } }
        body .zb-results .accommodation-list .accommodation-item .accommodation-gallery .accommodation-gallery-overview .image-count {
          display: block;
          position: absolute;
          bottom: 20px;
          right: 20px;
          color: white;
          padding: 5px 10px;
          background-color: #415047;
          border-radius: 25px;
          line-height: 20px;
          font-size: 16px;
          pointer-events: none; }
          body .zb-results .accommodation-list .accommodation-item .accommodation-gallery .accommodation-gallery-overview .image-count::before {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body .zb-results .accommodation-list .accommodation-item .accommodation-gallery .accommodation-gallery-overview .image-count:before {
            font-size: 14px;
            margin-right: 7px;
            color: white; }
      body .zb-results .accommodation-list .accommodation-item .accommodation-content {
        padding: 25px;
        position: relative;
        width: 100%; }
        body .zb-results .accommodation-list .accommodation-item .accommodation-content > h3 {
          margin-bottom: 0px; }
        .camping-location {
          font-size: 16px;
          position: relative;
          margin-bottom: 15px; }
          .camping-location::before {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          .camping-location:before {
            margin-right: 5px;
            color: #8b8b8b; }
          .camping-location .camping-location-separator {
            margin: 0 5px; }
        body .zb-results .accommodation-list .accommodation-item .accommodation-content .kenmerken-list {
          margin-bottom: 20px;
          list-style: none;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 6px; }
          body .zb-results .accommodation-list .accommodation-item .accommodation-content .kenmerken-list li {
            width: calc(50% - 10px);
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            body .zb-results .accommodation-list .accommodation-item .accommodation-content .kenmerken-list li:before {
              content: none; }
            @media screen and (max-width: 650px) {
              body .zb-results .accommodation-list .accommodation-item .accommodation-content .kenmerken-list li {
                width: 100%; } }
            body .zb-results .accommodation-list .accommodation-item .accommodation-content .kenmerken-list li .kenmerk {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; }
            body .zb-results .accommodation-list .accommodation-item .accommodation-content .kenmerken-list li .icon {
              font-size: 14px;
              color: #4c5e53;
              margin-right: 7px;
              margin-top: 0px; }
          body .zb-results .accommodation-list .accommodation-item .accommodation-content .kenmerken-list li:nth-child(odd) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; }
          body .zb-results .accommodation-list .accommodation-item .accommodation-content .kenmerken-list li:nth-child(even) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; }
      body .zb-results .accommodation-list .accommodation-item .final-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      body .zb-results .accommodation-list .accommodation-item .price {
        color: #585858;
        font-size: 26px;
        font-weight: 700; }
        body .zb-results .accommodation-list .accommodation-item .price span {
          color: #2f2f2f;
          font-size: 18px;
          font-weight: normal; }
      body .zb-results .accommodation-list .accommodation-item .price-before {
        font-size: 16px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        margin-right: 10px; }
      body .zb-results .accommodation-list .accommodation-item .card-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media screen and (max-width: 650px) {
          body .zb-results .accommodation-list .accommodation-item .card-buttons {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media screen and (max-width: 650px) {
          body .zb-results .accommodation-list .accommodation-item .card-buttons .btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        body .zb-results .accommodation-list .accommodation-item .card-buttons .btn-accommodation-card {
          margin: 0;
          line-height: normal;
          margin-right: 10px;
          color: black; }
          @media screen and (max-width: 650px) {
            body .zb-results .accommodation-list .accommodation-item .card-buttons .btn-accommodation-card {
              margin-right: 0;
              margin-bottom: 15px; } }
          body .zb-results .accommodation-list .accommodation-item .card-buttons .btn-accommodation-card::after {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body .zb-results .accommodation-list .accommodation-item .card-buttons .btn-accommodation-card:after {
            margin-left: 10px; }
            @media screen and (max-width: 650px) {
              body .zb-results .accommodation-list .accommodation-item .card-buttons .btn-accommodation-card:after {
                margin-top: 3px; } }
        body .zb-results .accommodation-list .accommodation-item .card-buttons .btn-book-accommodation-card {
          margin-bottom: 0;
          background: transparent;
          color: #415047;
          border: 1px solid #415047;
          line-height: normal; }
          body .zb-results .accommodation-list .accommodation-item .card-buttons .btn-book-accommodation-card::after {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body .zb-results .accommodation-list .accommodation-item .card-buttons .btn-book-accommodation-card:after {
            margin-left: 10px;
            color: #415047; }
      body .zb-results .accommodation-list .accommodation-item .accommodation-price {
        margin-left: auto;
        bottom: 0;
        position: relative;
        text-align: right;
        margin-bottom: 15px; }
      .price-summary .final-price .price {
        font-size: 26px;
        color: #415047;
        font-weight: 700; }
      .price-summary .final-price .price-details-toggle {
        border-radius: 50%;
        margin: 0;
        padding: 0px 4px;
        width: 18px;
        font-size: 13px;
        cursor: pointer;
        height: 18px;
        margin-left: 6px;
        margin-top: 10px;
        position: relative;
        top: -4px;
        color: #415047; }
      .price-details.open {
        display: block !important;
        background: white;
        border-radius: 0px;
        padding: 25px;
        position: absolute;
        right: 20px;
        top: -20px;
        text-align: left;
        -webkit-box-shadow: 0px 0px 38px 10px rgba(0, 0, 0, .2);
        box-shadow: 0px 0px 38px 10px rgba(0, 0, 0, .2);
        min-width: 500px;
        color: #2f2f2f;
        font-size: 18px;
        font-weight: 300;
        z-index: 9999; }
        @media screen and (max-width: 500px) {
          .price-details.open {
            min-width: 300px; } }
        .price-details.open:after {
          content: '';
          width: 20px;
          background: #fff;
          height: 20px;
          border-radius: 3px;
          display: block;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 20px;
          right: -6px;
          z-index: 0; }
        .price-details.open .pay-at-location-heading th {
          font-weight: 700 !important; }
        .price-details.open .h-price-table {
          width: 100%;
          text-align: left; }
          .price-details.open .h-price-table .base-price-row td {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%; }
          .price-details.open .h-price-table .base-price-before {
            font-size: 14px;
            -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through; }
          .price-details.open .h-price-table .exclusives-heading {
            margin-top: 20px;
            display: block; }
          .price-details.open .h-price-table th {
            width: 66%;
            font-weight: 300; }
          .price-details.open .h-price-table td {
            width: 34%;
            text-align: right;
            font-weight: 300; }
        .price-details.open .acco-extra-info {
          font-size: 16px; }
          .price-details.open .acco-extra-info h4 {
            font-size: 16px;
            color: black;
            margin-bottom: -5px;
            margin-top: 20px; }
  body .zb-results .camping-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    body .zb-results .camping-list .camping-item {
      background: white;
      border-radius: 0px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid rgba(0, 0, 0, .15);
      z-index: 1;
      padding: 0; }
      body .zb-results .camping-list .camping-item:before {
        content: none; }
      @media screen and (max-width: 850px) {
        body .zb-results .camping-list .camping-item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          body .zb-results .camping-list .camping-item:last-child {
            margin-bottom: 0; } }
      body .zb-results .camping-list .camping-item.open {
        z-index: 2; }
      body .zb-results .camping-list .camping-item .camping-gallery .camping-gallery-overview {
        display: none;
        position: relative; }
        body .zb-results .camping-list .camping-item .camping-gallery .camping-gallery-overview:first-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%; }
        body .zb-results .camping-list .camping-item .camping-gallery .camping-gallery-overview img {
          -o-object-fit: cover;
          object-fit: cover;
          height: 100%;
          width: 260px;
          border-radius: 0px 0 0 0px; }
          @media screen and (max-width: 850px) {
            body .zb-results .camping-list .camping-item .camping-gallery .camping-gallery-overview img {
              width: 100%;
              height: 250px;
              border-radius: 0px 0px 0 0; } }
        body .zb-results .camping-list .camping-item .camping-gallery .camping-gallery-overview .image-count {
          display: block;
          position: absolute;
          bottom: 20px;
          right: 20px;
          color: white;
          padding: 5px 10px;
          background-color: #415047;
          border-radius: 25px;
          line-height: 20px;
          font-size: 16px;
          pointer-events: none; }
          body .zb-results .camping-list .camping-item .camping-gallery .camping-gallery-overview .image-count::before {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body .zb-results .camping-list .camping-item .camping-gallery .camping-gallery-overview .image-count:before {
            font-size: 14px;
            margin-right: 7px;
            color: white; }
      body .zb-results .camping-list .camping-item .camping-content {
        padding: 25px;
        position: relative;
        width: 100%; }
        body .zb-results .camping-list .camping-item .camping-content > h3 {
          margin-bottom: 0px; }
        .camping-location {
          font-size: 16px;
          position: relative;
          margin-bottom: 15px; }
          .camping-location::before {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          .camping-location:before {
            margin-right: 5px;
            color: #8b8b8b; }
          .camping-location .camping-location-separator {
            margin: 0 5px; }
        body .zb-results .camping-list .camping-item .camping-content .kenmerken-list {
          margin-bottom: 20px;
          list-style: none;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 6px; }
          body .zb-results .camping-list .camping-item .camping-content .kenmerken-list li {
            width: calc(50% - 10px);
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            body .zb-results .camping-list .camping-item .camping-content .kenmerken-list li:before {
              content: none; }
            @media screen and (max-width: 650px) {
              body .zb-results .camping-list .camping-item .camping-content .kenmerken-list li {
                width: 100%; } }
            body .zb-results .camping-list .camping-item .camping-content .kenmerken-list li .kenmerk {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; }
            body .zb-results .camping-list .camping-item .camping-content .kenmerken-list li .icon {
              font-size: 14px;
              color: #4c5e53;
              margin-right: 7px;
              margin-top: 0px; }
          body .zb-results .camping-list .camping-item .camping-content .kenmerken-list li:nth-child(odd) {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; }
          body .zb-results .camping-list .camping-item .camping-content .kenmerken-list li:nth-child(even) {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2; }
      body .zb-results .camping-list .camping-item .final-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
      body .zb-results .camping-list .camping-item .price {
        color: #585858;
        font-size: 26px;
        font-weight: 700; }
        body .zb-results .camping-list .camping-item .price span {
          color: #2f2f2f;
          font-size: 18px;
          font-weight: normal; }
      body .zb-results .camping-list .camping-item .price-before {
        font-size: 16px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through;
        margin-right: 10px; }
      body .zb-results .camping-list .camping-item .card-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media screen and (max-width: 650px) {
          body .zb-results .camping-list .camping-item .card-buttons {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media screen and (max-width: 650px) {
          body .zb-results .camping-list .camping-item .card-buttons .btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        body .zb-results .camping-list .camping-item .card-buttons .btn-camping-card {
          margin: 0;
          line-height: normal;
          margin-right: 10px;
          color: black; }
          @media screen and (max-width: 650px) {
            body .zb-results .camping-list .camping-item .card-buttons .btn-camping-card {
              margin-right: 0;
              margin-bottom: 15px; } }
          body .zb-results .camping-list .camping-item .card-buttons .btn-camping-card::after {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body .zb-results .camping-list .camping-item .card-buttons .btn-camping-card:after {
            margin-left: 10px; }
            @media screen and (max-width: 650px) {
              body .zb-results .camping-list .camping-item .card-buttons .btn-camping-card:after {
                margin-top: 3px; } }
        body .zb-results .camping-list .camping-item .card-buttons .btn-book-camping-card {
          margin-bottom: 0;
          background: transparent;
          color: #415047;
          border: 1px solid #415047;
          line-height: normal; }
          body .zb-results .camping-list .camping-item .card-buttons .btn-book-camping-card::after {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body .zb-results .camping-list .camping-item .card-buttons .btn-book-camping-card:after {
            margin-left: 10px;
            color: #415047; }
      body .zb-results .camping-list .camping-item .camping-price {
        margin-left: auto;
        bottom: 0;
        position: relative;
        text-align: right;
        margin-bottom: 15px; }
      .price-summary .final-price .price {
        font-size: 26px;
        color: #415047;
        font-weight: 700; }
      .price-summary .final-price .price-details-toggle {
        border-radius: 50%;
        margin: 0;
        padding: 0px 4px;
        width: 18px;
        font-size: 13px;
        cursor: pointer;
        height: 18px;
        margin-left: 6px;
        margin-top: 10px;
        position: relative;
        top: -4px;
        color: #415047; }
      .price-details.open {
        display: block !important;
        background: white;
        border-radius: 0px;
        padding: 25px;
        position: absolute;
        right: 20px;
        top: -20px;
        text-align: left;
        -webkit-box-shadow: 0px 0px 38px 10px rgba(0, 0, 0, .2);
        box-shadow: 0px 0px 38px 10px rgba(0, 0, 0, .2);
        min-width: 500px;
        color: #2f2f2f;
        font-size: 18px;
        font-weight: 300;
        z-index: 9999; }
        @media screen and (max-width: 500px) {
          .price-details.open {
            min-width: 300px; } }
        .price-details.open:after {
          content: '';
          width: 20px;
          background: #fff;
          height: 20px;
          border-radius: 3px;
          display: block;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 20px;
          right: -6px;
          z-index: 0; }
        .price-details.open .pay-at-location-heading th {
          font-weight: 700 !important; }
        .price-details.open .h-price-table {
          width: 100%;
          text-align: left; }
          .price-details.open .h-price-table .base-price-row td {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%; }
          .price-details.open .h-price-table .base-price-before {
            font-size: 14px;
            -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through; }
          .price-details.open .h-price-table .exclusives-heading {
            margin-top: 20px;
            display: block; }
          .price-details.open .h-price-table th {
            width: 66%;
            font-weight: 300; }
          .price-details.open .h-price-table td {
            width: 34%;
            text-align: right;
            font-weight: 300; }
        .price-details.open .acco-extra-info {
          font-size: 16px; }
          .price-details.open .acco-extra-info h4 {
            font-size: 16px;
            color: black;
            margin-bottom: -5px;
            margin-top: 20px; }
  body .zb-results .camping-list .accommodation-list {
    display: none; }
    body .zb-results .camping-list .accommodation-list.open {
      position: relative;
      display: block;
      position: fixed;
      top: 10%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      max-width: MIN(90vw, 1200px);
      margin: 0 auto;
      background-color: white;
      padding: 30px;
      padding-top: 60px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      z-index: 9999;
      border-radius: 0px;
      max-height: calc(100vh - 150px);
      overflow-y: auto;
      scrollbar-gutter: stable;
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 0, 0, .3) transparent; }
      body .zb-results .camping-list .accommodation-list.open::-webkit-scrollbar {
        width: 8px; }
      body .zb-results .camping-list .accommodation-list.open::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px; }
      body .zb-results .camping-list .accommodation-list.open::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .3);
        border-radius: 10px; }
        body .zb-results .camping-list .accommodation-list.open::-webkit-scrollbar-thumb:hover {
          background: rgba(0, 0, 0, .5); }
      body .zb-results .camping-list .accommodation-list.open .close-acco-list {
        border-radius: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 20px;
        padding: 5px 14px;
        cursor: pointer;
        margin-bottom: 0;
        z-index: 10000; }
      @media screen and (max-width: 768px) {
        body .zb-results .camping-list .accommodation-list.open {
          left: 0px;
          right: 0px;
          -webkit-transform: none;
          transform: none;
          width: 100%;
          max-width: 100%;
          padding: 20px;
          padding-top: 60px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          top: 0%;
          max-height: 100vh; }
          body .zb-results .camping-list .accommodation-list.open .close-acco-list {
            right: 15px;
            top: 15px; } }
  body .zb-results .camping-list .overlay-list {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    -webkit-animation: shadowanimation 0.3s ease-out 0s 1;
    animation: shadowanimation 0.3s ease-out 0s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }

@-webkit-keyframes shadowanimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
    @supports (-ms-ime-align: auto) {
      body .zb-results .camping-list .overlay-list {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1 !important; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body .zb-results .camping-list .overlay-list {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1 !important; } }

@-webkit-keyframes shadowanimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shadowanimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

body .zb-search-seperate {
  margin-bottom: 10%; }
  @media screen and (max-width: 650px) {
    body .zb-search-seperate {
      margin-bottom: 0; } }
  body .zb-search-seperate .zb-results {
    padding: 0; }
  body .zb-search-seperate .col12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 650px) {
      body .zb-search-seperate .col12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    body .zb-search-seperate .col12 #debug-output {
      position: fixed;
      right: 10px;
      width: 400px;
      height: 75vw;
      overflow: auto;
      top: 0;
      z-index: 999999; }
    @media screen and (max-width: 1400px) {
      body .zb-search-seperate .col12 {
        padding: 0; } }

body .zb-titan-widget #zb-titan-form .zb-fields #titan-departure-label, body .zb-titan-widget #zb-titan-form .zb-fields #titan-arrival-label {
  margin-top: 10px; }

body .zb-titan-widget .titan-results {
  margin: 10px 0;
  text-align: center; }
  body .zb-titan-widget .titan-results .price-summary .final-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  body .zb-titan-widget .titan-results .price-summary .price {
    color: #585858;
    font-size: 26px;
    font-weight: 700; }
    body .zb-titan-widget .titan-results .price-summary .price span {
      color: #2f2f2f;
      font-size: 18px;
      font-weight: normal; }
  body .zb-titan-widget .titan-results .price-summary .price-before {
    font-size: 16px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    margin-right: 10px; }
  body .zb-titan-widget .titan-results .exclusive-borg {
    font-size: 14px; }

body .zb-titan-widget .titan-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  body .zb-titan-widget .titan-buttons .btn-book {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    color: black; }
  body .zb-titan-widget .titan-buttons .matrix-btn {
    display: none; }
    body .zb-titan-widget .titan-buttons .matrix-btn::after {
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      content: "";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    body .zb-titan-widget .titan-buttons .matrix-btn:after {
      margin-left: 7px; }

body .filters-section {
  background: white;
  padding: 20px;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 30px; }
  body .filters-section.filterblock-disabled {
    pointer-events: none; }
    body .filters-section.filterblock-disabled .filters-list {
      opacity: 0.4; }
  body .filters-section .filters-category .filters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    body .filters-section .filters-category .filters-list label {
      margin-bottom: 6px; }
    body .filters-section .filters-category .filters-list .filter-disabled {
      opacity: 0.4;
      pointer-events: none; }
  body .filters-section .filters-category .filters-category-sub {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 14px;
    margin-bottom: 12px; }
    body .filters-section .filters-category .filters-category-sub h5 {
      margin: 0;
      position: relative; }
      body .filters-section .filters-category .filters-category-sub h5::after {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      body .filters-section .filters-category .filters-category-sub h5:after {
        position: absolute;
        right: 0;
        top: 9px;
        font-size: 16px; }
    body .filters-section .filters-category .filters-category-sub.open h5:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 12px; }
    body .filters-section .filters-category .filters-category-sub .filters-list label {
      font-size: 16px; }
      body .filters-section .filters-category .filters-category-sub .filters-list label input {
        margin-right: 10px; }
  body .filters-section .btn.mobilebutton-search-close {
    margin-top: 10px;
    color: #ffc926;
    background-color: white;
    border: 1px solid #ffc926; }
    @media screen and (min-width: 1200px) {
      body .filters-section .btn.mobilebutton-search-close {
        display: none; } }

body .zb-booking {
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    body .zb-booking .row.flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  body .zb-booking ul {
    margin: 0; }
    body .zb-booking ul li {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body .zb-booking ul li:before {
        content: none; }
  @media screen and (max-width: 991px) {
    body .zb-booking .zb-booking-form {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  body .zb-booking .zb-booking-form .zb-travelparty {
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    padding-bottom: 35px;
    margin-bottom: 35px; }
    body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap .zb-persons-title {
        font-weight: 300; }
      body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap .persons-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto; }
        body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap .persons-field .extra-qty-prsn {
          width: 75px;
          background: white;
          padding: 0px 13px;
          border: 1px solid rgba(0, 0, 0, .2);
          border-radius: 5px;
          font-size: 18px;
          line-height: 30px;
          font-weight: 300;
          width: 100%; }
          body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap .persons-field .extra-qty-prsn[type=number] {
            -moz-appearance: textfield; }
        body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap .persons-field .btn {
          margin: 0;
          border-radius: 4px;
          cursor: pointer;
          font-size: 22px;
          padding: 0 10px;
          height: 32px; }
          body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap .persons-field .btn.disabled {
            opacity: 0.3; }
          body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap .persons-field .btn.extra-decrease-prsn {
            margin-right: 12px; }
          body .zb-booking .zb-booking-form .zb-travelparty .zb-persons-wrap .persons-field .btn.extra-increase-prsn {
            margin-left: 12px; }
  body .zb-booking .zb-booking-form form .row-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px; }
    @media screen and (max-width: 650px) {
      body .zb-booking .zb-booking-form form .row-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    body .zb-booking .zb-booking-form form .row-form label, body .zb-booking .zb-booking-form form .row-form input, body .zb-booking .zb-booking-form form .row-form select {
      width: 100%;
      font-size: 18px;
      line-height: 30px;
      font-weight: 300; }
    body .zb-booking .zb-booking-form form .row-form input, body .zb-booking .zb-booking-form form .row-form select {
      background: white;
      border: 1px solid rgba(0, 0, 0, .2);
      padding: 6px 15px; }
    body .zb-booking .zb-booking-form form .row-form select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../img/chevron-down.svg) no-repeat center/contain;
      background-size: 20px;
      background-position: calc(100% - 10px); }
    body .zb-booking .zb-booking-form form .row-form label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    body .zb-booking .zb-booking-form form .row-form.row-voorwaarden .zb-voorwaarden-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      body .zb-booking .zb-booking-form form .row-form.row-voorwaarden .zb-voorwaarden-label input {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 8px;
        margin-right: 5px; }
      body .zb-booking .zb-booking-form form .row-form.row-voorwaarden .zb-voorwaarden-label a {
        margin-left: 5px; }
  body .zb-booking .zb-booking-form form .row-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: 1px dashed rgba(0, 0, 0, .2);
    padding-top: 35px;
    margin-top: 20px; }
    body .zb-booking .zb-booking-form form .row-buttons .btn-book {
      cursor: pointer;
      padding: 12px 30px;
      font-size: 22px; }
  body .zb-booking .zb-booking-form .zb-additional-costs {
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    padding-bottom: 35px;
    margin-bottom: 35px; }
    body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li {
      margin-bottom: 20px;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      justify-content: left; }
      body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li:last-child {
        margin-bottom: 0; }
      body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li .extra-price {
        margin-left: auto;
        margin-right: 20px; }
      body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li .article-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li .article-input .extra-qty {
          width: 75px;
          background: white;
          padding: 0px 13px;
          border: 1px solid rgba(0, 0, 0, .2);
          border-radius: 5px;
          font-size: 18px;
          line-height: 30px;
          font-weight: 300;
          width: 100%; }
        body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li .article-input .btn {
          margin: 0;
          border-radius: 4px;
          cursor: pointer;
          font-size: 22px;
          padding: 0 10px;
          height: 32px; }
          body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li .article-input .btn.disabled {
            opacity: 0.3; }
          body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li .article-input .btn.extra-decrease {
            margin-right: 12px; }
          body .zb-booking .zb-booking-form .zb-additional-costs .zb-extras-list .extra-item-li .article-input .btn.extra-increase {
            margin-left: 12px; }
  @media screen and (max-width: 991px) {
    body .zb-booking .zb-booking-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  body .zb-booking .zb-booking-info .zb-booking-sidebar {
    border: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px; }
    @media screen and (max-width: 650px) {
      body .zb-booking .zb-booking-info .zb-booking-sidebar {
        display: none; } }
    body .zb-booking .zb-booking-info .zb-booking-sidebar .acco-extra-info {
      font-size: 16px;
      padding: 0 25px;
      color: #2f2f2f;
      font-weight: 300; }
      body .zb-booking .zb-booking-info .zb-booking-sidebar .acco-extra-info h4 {
        font-size: 16px;
        color: #2f2f2f;
        margin-bottom: -5px;
        margin-top: 20px; }
    body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-image {
      margin-bottom: 20px; }
      body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-image img {
        width: 100%;
        height: 230px;
        -o-object-fit: cover;
        object-fit: cover; }
    body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-info-inner {
      padding: 0 25px;
      border-bottom: 1px solid rgba(0, 0, 0, .2);
      padding-bottom: 13px;
      margin-bottom: 13px; }
    body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price {
      padding: 0 24px; }
      body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .price-summary {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        padding-bottom: 13px;
        margin-bottom: 13px; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .price-summary th, body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .price-summary td {
          font-size: 18px;
          line-height: 30px;
          font-weight: 300;
          padding: 0; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .price-summary th {
          text-align: left; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .price-summary td {
          min-width: 100px;
          text-align: right;
          vertical-align: top; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .price-summary .base-price-row td {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .price-summary .base-price-before {
          font-size: 14px;
          -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
          margin-bottom: -10px; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .price-summary .exclusives-heading th {
          font-weight: 700; }
      body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .book-total {
        display: none;
        text-align: right;
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .book-total .final-price .price-details-toggle {
          display: none; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar .zb-booking-price .book-total .exclusive-borg {
          display: none; }
    body .zb-booking .zb-booking-info .zb-booking-sidebar.open {
      display: block;
      position: fixed;
      z-index: 9999;
      background-color: white;
      left: 0;
      width: 100%;
      height: 100%;
      top: 0;
      overflow: auto;
      padding-bottom: 70px; }
      body .zb-booking .zb-booking-info .zb-booking-sidebar.open .zb-close {
        background: #ffc926;
        padding: 8px 12px;
        position: absolute;
        top: 0;
        right: 0;
        color: white;
        cursor: pointer; }
        body .zb-booking .zb-booking-info .zb-booking-sidebar.open .zb-close::after {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
  body .zb-booking .zb-booking-info .zb-total-price {
    display: none; }
    @media screen and (max-width: 991px) {
      body .zb-booking .zb-booking-info .zb-total-price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        background: #ffc926;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 9999;
        padding: 15px 20px;
        color: white;
        font-weight: 700;
        cursor: pointer; }
        body .zb-booking .zb-booking-info .zb-total-price::after {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        body .zb-booking .zb-booking-info .zb-total-price:after {
          margin-left: auto;
          margin-top: 3px; } }

body .zb-matrix-widget {
  background-color: white;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px;
  position: relative; }
  @media screen and (max-width: 650px) {
    body .zb-matrix-widget {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  body .zb-matrix-widget .zb-matrix-controls {
    width: 100%;
    margin-bottom: 25px; }
    @media screen and (max-width: 650px) {
      body .zb-matrix-widget .zb-matrix-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    body .zb-matrix-widget .zb-matrix-controls input, body .zb-matrix-widget .zb-matrix-controls select {
      background: white;
      padding: 10px 20px;
      border: 1px solid rgba(0, 0, 0, .2);
      border-radius: 5px;
      font-size: 18px;
      line-height: 30px;
      font-weight: 300;
      height: 50px;
      min-width: 220px; }
    body .zb-matrix-widget .zb-matrix-controls select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url(../img/chevron-down.svg) no-repeat center/contain;
      background-size: 20px;
      background-position: calc(100% - 10px); }
    body .zb-matrix-widget .zb-matrix-controls #zb-matrix-month {
      margin-left: 15px; }
      @media screen and (max-width: 650px) {
        body .zb-matrix-widget .zb-matrix-controls #zb-matrix-month {
          margin-left: 0;
          margin-top: 15px; } }
  body .zb-matrix-widget .zb-matrix-inner {
    width: 70%;
    overflow-x: hidden;
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, .1); }
    @media screen and (max-width: 650px) {
      body .zb-matrix-widget .zb-matrix-inner {
        width: 100%; } }
    body .zb-matrix-widget .zb-matrix-inner .zb-hscroll-buttons {
      position: -webkit-sticky;
      position: sticky;
      left: 0; }
      body .zb-matrix-widget .zb-matrix-inner .zb-hscroll-buttons .zb-hscroll {
        border-radius: 5px;
        padding: 11px 8px;
        cursor: pointer;
        margin-bottom: 0;
        position: absolute;
        left: 100px; }
        body .zb-matrix-widget .zb-matrix-inner .zb-hscroll-buttons .zb-hscroll.right {
          right: 0px;
          left: auto;
          left: initial; }
    body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table {
      border-collapse: collapse;
      border-bottom: 1px solid rgba(0, 0, 0, .1); }
      body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table th {
        background-color: #f0f0f0; }
      body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table th, body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table td {
        min-width: 100px;
        color: #2f2f2f;
        border-top: 1px solid rgba(0, 0, 0, .1);
        border-right: 1px solid rgba(0, 0, 0, .1);
        padding: 11px 0;
        text-align: center;
        font-size: 16px; }
      body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table .zb-matrix-cell {
        background: white;
        cursor: pointer; }
        body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table .zb-matrix-cell .matrix-price-before {
          font-size: 12px;
          -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
          margin-right: 10px;
          display: block; }
        body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table .zb-matrix-cell.disabled {
          background: white;
          text-align: center;
          color: #7b7b7b; }
        body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table .zb-matrix-cell.active {
          background-color: #919191;
          color: white; }
      body .zb-matrix-widget .zb-matrix-inner .zb-matrix-table .matrix-stick {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        background-color: #fff;
        border-right: 0;
        border-left: 0;
        border-top: 0;
        outline: 1px solid #e5e5e5; }
  body .zb-matrix-widget .zb-matrix-details {
    width: calc(30% - 30px);
    background: white;
    margin-left: 30px; }
    @media screen and (max-width: 650px) {
      body .zb-matrix-widget .zb-matrix-details {
        width: 100%;
        margin-left: 0;
        margin-top: 25px; } }
    body .zb-matrix-widget .zb-matrix-details .acco-name {
      margin-bottom: 0;
      font-size: 28px; }
    body .zb-matrix-widget .zb-matrix-details .price-search-params {
      font-size: 18px;
      line-height: 30px;
      font-weight: 300; }
    body .zb-matrix-widget .zb-matrix-details .h-price-table {
      width: 100%;
      padding-bottom: 15px;
      margin-bottom: 20px; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table th, body .zb-matrix-widget .zb-matrix-details .h-price-table td {
        font-size: 18px;
        line-height: 30px;
        font-weight: 300;
        padding: 0; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table th {
        text-align: left;
        width: 70%; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table td {
        text-align: right; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table .pay-at-location-heading th {
        font-weight: 700 !important; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table .base-price-row td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table .base-price-before {
        font-size: 14px;
        -webkit-text-decoration-line: line-through;
        text-decoration-line: line-through; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table .h-price-total td, body .zb-matrix-widget .zb-matrix-details .h-price-table .h-price-total th {
        font-weight: 700; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table .exclusives-heading {
        margin-top: 20px;
        display: block; }
      body .zb-matrix-widget .zb-matrix-details .h-price-table .h-title {
        z-index: 10; }
    body .zb-matrix-widget .zb-matrix-details .matrix-book-btn {
      margin-bottom: 0; }
    body .zb-matrix-widget .zb-matrix-details .book-total {
      text-align: right;
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
      body .zb-matrix-widget .zb-matrix-details .book-total .final-price .price-details-toggle {
        display: none; }
      body .zb-matrix-widget .zb-matrix-details .book-total .exclusive-borg {
        display: none; }

body #ui-datepicker-div .ui-state-default {
  color: white;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  text-align: center;
  line-height: 28px; }

body #ui-datepicker-div .available .ui-state-default {
  background-color: #79aa51; }
  body #ui-datepicker-div .available .ui-state-default.ui-state-active {
    border: none;
    background-color: #4e98cc; }

body #ui-datepicker-div .not-available {
  opacity: 0.5; }
  body #ui-datepicker-div .not-available .ui-state-default {
    background-color: white;
    border: none;
    color: #333333; }
  body #ui-datepicker-div .not-available.occupied {
    opacity: 1; }
    body #ui-datepicker-div .not-available.occupied .ui-state-default {
      background-color: #ae2500; }

body #ui-datepicker-div .ui-datepicker-prev .ui-icon,
body #ui-datepicker-div .ui-datepicker-next .ui-icon {
  text-indent: -9999px;
  overflow: hidden;
  background: url(../img/chevron-down.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body #ui-datepicker-div .ui-datepicker-prev .ui-icon-circle-triangle-w {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg); }

body #ui-datepicker-div .ui-datepicker-next .ui-icon-circle-triangle-e {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg); }

body .price-details.open .price-param {
  color: grey; }

body .price-details.open .h-price-table th,
body .price-details.open .h-price-table td {
  color: grey; }

body .price-details.open .h-price-total th,
body .price-details.open .h-price-total td {
  color: black;
  font-weight: 700; }

body .zb-search-bar-title {
  padding: 0px 20px; }

body .overviewlight .zb-search-results .btn.results-open-filters {
  margin-top: 0;
  margin-bottom: 15px; }

@media screen and (max-width: 1400px) {
  body .overviewlight .zb-search-results .zb-results {
    padding: 20px; } }

.gallery, .gallery-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px; }
  @media screen and (max-width: 768px) {
    .gallery, .gallery-single {
      cursor: pointer;
      display: -ms-grid;
      display: grid;
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
      -ms-grid-columns: (33%)[3];
      grid-template-columns: repeat(3, 33%); } }
  .gallery .gallery-close-btn, .gallery-single .gallery-close-btn {
    display: none; }
  .gallery .gallery-item, .gallery-single .gallery-item {
    padding: 16px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
    @media screen and (max-width: 1024px) {
      .gallery .gallery-item, .gallery-single .gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%; } }
    @media screen and (max-width: 991px) {
      .gallery .gallery-item, .gallery-single .gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media screen and (max-width: 768px) {
      .gallery .gallery-item, .gallery-single .gallery-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      .gallery .gallery-item, .gallery-single .gallery-item {
        display: none;
        padding: 8px; }
        .gallery .gallery-item.acco1, .gallery-single .gallery-item.acco1 {
          display: block;
          -ms-grid-row: 3;
          grid-row: 3;
          max-width: none; }
        .gallery .gallery-item.acco2, .gallery-single .gallery-item.acco2 {
          display: block;
          -ms-grid-row: 3;
          grid-row: 3;
          max-width: none; }
        .gallery .gallery-item.acco3, .gallery-single .gallery-item.acco3 {
          display: block;
          -ms-grid-row: 3;
          grid-row: 3;
          max-width: none; }
        .gallery .gallery-item.acco4, .gallery-single .gallery-item.acco4 {
          display: block;
          -ms-grid-row: 3;
          grid-row: 3;
          max-width: none; }
        .gallery .gallery-item.acco1, .gallery-single .gallery-item.acco1 {
          -ms-grid-column: 1;
          -ms-grid-column-span: 3;
          grid-column: 1 / span 3;
          -ms-grid-row: 1;
          grid-row: 1;
          display: -ms-grid;
          display: grid; }
          .gallery .gallery-item.acco1 .gallery-icon a, .gallery-single .gallery-item.acco1 .gallery-icon a {
            height: 30vh; }
            .gallery .gallery-item.acco1 .gallery-icon a img, .gallery-single .gallery-item.acco1 .gallery-icon a img {
              height: 30vh;
              max-height: none; }
        .gallery .gallery-item a[data-fancybox="gallery"], .gallery-single .gallery-item a[data-fancybox="gallery"] {
          pointer-events: none; } }
    .gallery .gallery-item .gallery-icon, .gallery-single .gallery-item .gallery-icon {
      height: 100%; }
      .gallery .gallery-item .gallery-icon a, .gallery-single .gallery-item .gallery-icon a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%; }
        .gallery .gallery-item .gallery-icon a img, .gallery-single .gallery-item .gallery-icon a img {
          -o-object-fit: cover;
          object-fit: cover;
          width: 100%;
          height: 200px; }
          @media screen and (max-width: 768px) {
            .gallery .gallery-item .gallery-icon a img, .gallery-single .gallery-item .gallery-icon a img {
              height: 100px; } }
    .gallery .gallery-item.acco4, .gallery .gallery-item.acco8, .gallery-single .gallery-item.acco4, .gallery-single .gallery-item.acco8 {
      position: relative; }
      .gallery .gallery-item.acco4 .image-count, .gallery .gallery-item.acco8 .image-count, .gallery-single .gallery-item.acco4 .image-count, .gallery-single .gallery-item.acco8 .image-count {
        display: none;
        position: absolute;
        bottom: 20px;
        right: 20px;
        color: white;
        padding: 5px 10px;
        background-color: rgba(0, 0, 0, .7);
        line-height: 20px;
        font-size: 16px;
        pointer-events: none; }
        .gallery .gallery-item.acco4 .image-count::before, .gallery .gallery-item.acco8 .image-count::before, .gallery-single .gallery-item.acco4 .image-count::before, .gallery-single .gallery-item.acco8 .image-count::before {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        .gallery .gallery-item.acco4 .image-count:before, .gallery .gallery-item.acco8 .image-count:before, .gallery-single .gallery-item.acco4 .image-count:before, .gallery-single .gallery-item.acco8 .image-count:before {
          font-size: 14px;
          margin-right: 7px; }
        @media screen and (max-width: 768px) {
          .gallery .gallery-item.acco4 .image-count, .gallery .gallery-item.acco8 .image-count, .gallery-single .gallery-item.acco4 .image-count, .gallery-single .gallery-item.acco8 .image-count {
            display: block; } }
    .gallery .gallery-item.acco8 .image-count, .gallery-single .gallery-item.acco8 .image-count {
      display: block; }
  .gallery .youtube_video, .gallery-single .youtube_video {
    position: relative; }
    .gallery .youtube_video::after, .gallery-single .youtube_video::after {
      font-family: Font Awesome\ 5 Free;
      font-weight: 900;
      content: "";
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .gallery .youtube_video:after, .gallery-single .youtube_video:after {
      color: white;
      position: absolute;
      z-index: 5;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 60px;
      text-shadow: 0px 0px 9px rgba(0, 0, 0, .69);
      pointer-events: none; }
    @media screen and (max-width: 768px) {
      .gallery .youtube_video a[data-fancybox="gallery"], .gallery-single .youtube_video a[data-fancybox="gallery"] {
        pointer-events: auto; }
      .gallery .youtube_video.acco1, .gallery-single .youtube_video.acco1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / span 3;
        -ms-grid-row: 1;
        grid-row: 1;
        display: -ms-grid;
        display: grid; } }
    .gallery .youtube_video a, .gallery-single .youtube_video a {
      height: 100%;
      display: block; }
      .gallery .youtube_video a img, .gallery-single .youtube_video a img {
        height: 100%; }
  .gallery.open, .gallery-single.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    margin: 0;
    background: white;
    z-index: 99999;
    padding-bottom: 50px; }
    .gallery.open .gallery-item, .gallery-single.open .gallery-item {
      display: block; }
      .gallery.open .gallery-item .image-count, .gallery-single.open .gallery-item .image-count {
        display: none !important; }
      .gallery.open .gallery-item .gallery-icon img, .gallery-single.open .gallery-item .gallery-icon img {
        max-height: none;
        height: auto; }
    .gallery.open .youtube_video, .gallery-single.open .youtube_video {
      margin: 16px; }
      .gallery.open .youtube_video a img, .gallery-single.open .youtube_video a img {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%; }
    .gallery.open .gallery-close-btn, .gallery-single.open .gallery-close-btn {
      position: fixed;
      bottom: 10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 10px 20px;
      display: block; }
      .gallery.open .gallery-close-btn::before, .gallery-single.open .gallery-close-btn::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      .gallery.open .gallery-close-btn:before, .gallery-single.open .gallery-close-btn:before {
        margin-right: 5px; }

figcaption {
  display: none; }

section.gallery-section.top-gallery {
  padding-bottom: 0;
  margin: -15px; }
  @media screen and (max-width: 768px) {
    section.gallery-section.top-gallery {
      margin: 0; } }
  section.gallery-section.top-gallery h3 {
    display: none; }
  section.gallery-section.top-gallery .gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 65% 35%;
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr); }
    @media screen and (max-width: 768px) {
      section.gallery-section.top-gallery .gallery {
        -ms-grid-columns: (33%)[3];
        grid-template-columns: repeat(3, 33%);
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto; } }
    section.gallery-section.top-gallery .gallery .gallery-item {
      display: none; }
      section.gallery-section.top-gallery .gallery .gallery-item.acco1 {
        display: block;
        max-width: none;
        height: 20vh; }
        @media screen and (max-width: 768px) {
          section.gallery-section.top-gallery .gallery .gallery-item.acco1 {
            -ms-grid-row: 3;
            grid-row: 3;
            height: auto; } }
        section.gallery-section.top-gallery .gallery .gallery-item.acco1 a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          section.gallery-section.top-gallery .gallery .gallery-item.acco1 a img {
            height: 100%;
            max-height: none; }
      section.gallery-section.top-gallery .gallery .gallery-item.acco2 {
        display: block;
        max-width: none;
        height: 20vh; }
        @media screen and (max-width: 768px) {
          section.gallery-section.top-gallery .gallery .gallery-item.acco2 {
            -ms-grid-row: 3;
            grid-row: 3;
            height: auto; } }
        section.gallery-section.top-gallery .gallery .gallery-item.acco2 a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          section.gallery-section.top-gallery .gallery .gallery-item.acco2 a img {
            height: 100%;
            max-height: none; }
      section.gallery-section.top-gallery .gallery .gallery-item.acco3 {
        display: block;
        max-width: none;
        height: 20vh; }
        @media screen and (max-width: 768px) {
          section.gallery-section.top-gallery .gallery .gallery-item.acco3 {
            -ms-grid-row: 3;
            grid-row: 3;
            height: auto; } }
        section.gallery-section.top-gallery .gallery .gallery-item.acco3 a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          section.gallery-section.top-gallery .gallery .gallery-item.acco3 a img {
            height: 100%;
            max-height: none; }
      section.gallery-section.top-gallery .gallery .gallery-item.acco4 {
        display: block;
        max-width: none;
        height: 20vh; }
        @media screen and (max-width: 768px) {
          section.gallery-section.top-gallery .gallery .gallery-item.acco4 {
            -ms-grid-row: 3;
            grid-row: 3;
            height: auto; } }
        section.gallery-section.top-gallery .gallery .gallery-item.acco4 a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          section.gallery-section.top-gallery .gallery .gallery-item.acco4 a img {
            height: 100%;
            max-height: none; }
      section.gallery-section.top-gallery .gallery .gallery-item.acco4 .image-count {
        display: block; }
    section.gallery-section.top-gallery .gallery .gallery-item.acco1, section.gallery-section.top-gallery .gallery .youtube_video.acco1 {
      -ms-grid-row: 1;
      -ms-grid-row-span: 3;
      grid-row: 1 / span 3;
      height: 60vh;
      padding: 16px; }
      section.gallery-section.top-gallery .gallery .gallery-item.acco1 a img, section.gallery-section.top-gallery .gallery .youtube_video.acco1 a img {
        max-height: none;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%; }
      @media screen and (max-width: 768px) {
        section.gallery-section.top-gallery .gallery .gallery-item.acco1, section.gallery-section.top-gallery .gallery .youtube_video.acco1 {
          display: -ms-grid;
          display: grid;
          -ms-grid-row: 1;
          grid-row: 1;
          -ms-grid-column: 1;
          -ms-grid-column-span: 3;
          grid-column: 1 / span 3;
          height: auto;
          padding: 8px; }
          section.gallery-section.top-gallery .gallery .gallery-item.acco1 a, section.gallery-section.top-gallery .gallery .youtube_video.acco1 a {
            height: 30vh; }
            section.gallery-section.top-gallery .gallery .gallery-item.acco1 a img, section.gallery-section.top-gallery .gallery .youtube_video.acco1 a img {
              height: 30vh; } }
    section.gallery-section.top-gallery .gallery .youtube_video {
      max-width: none; }

section.gallery-section .gallery .youtube_video {
  padding: 16px;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
  @media screen and (max-width: 1024px) {
    section.gallery-section .gallery .youtube_video {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media screen and (max-width: 991px) {
    section.gallery-section .gallery .youtube_video {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (max-width: 768px) {
    section.gallery-section .gallery .youtube_video {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media screen and (max-width: 768px) {
    section.gallery-section .gallery .youtube_video {
      padding: 8px; } }
  section.gallery-section .gallery .youtube_video a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    section.gallery-section .gallery .youtube_video a img {
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%;
      max-height: 200px; }

@media screen and (max-width: 650px) {
  body section.omgeving {
    height: 700px; } }

body section.omgeving .omgeving-inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 650px) {
    body section.omgeving .omgeving-inner {
      height: 350px; } }
  body section.omgeving .omgeving-inner .omgeving-text {
    background-color: rgba(255, 255, 255, .9);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px;
    position: absolute;
    left: 10%;
    margin: auto; }
    @media screen and (max-width: 650px) {
      body section.omgeving .omgeving-inner .omgeving-text {
        height: 350px;
        top: 350px;
        -webkit-clip-path: none;
        clip-path: none;
        padding-left: 30px;
        left: 0; } }

body .logo-slider {
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, .1); }
  @media screen and (max-width: 768px) {
    body .logo-slider {
      padding: 20px 0; } }
  body .logo-slider .container {
    position: relative; }
  body .logo-slider .slidebutton {
    background-color: #415047;
    position: absolute;
    top: 40%;
    z-index: 3;
    border: none;
    border-radius: 50%;
    cursor: pointer; }
    body .logo-slider .slidebutton[disabled] {
      display: none; }
    @media screen and (max-width: 650px) {
      body .logo-slider .slidebutton {
        display: none; } }
    body .logo-slider .slidebutton:before {
      color: white;
      padding: 6px; }
    body .logo-slider .slidebutton.next {
      right: 10px; }
      body .logo-slider .slidebutton.next::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
    body .logo-slider .slidebutton.prev {
      left: 10px; }
      body .logo-slider .slidebutton.prev::before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        content: "";
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }

body .tz-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden; }
  body .tz-logo .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100% * var(--total-slides));
    /* Set --total-slides as a CSS variable in your PHP */
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    @media screen and (max-width: 650px) {
      body .tz-logo .row {
        overflow-x: auto;
        overflow-y: hidden;
        -ms-scroll-snap-coordinate: 0 0;
        scroll-snap-coordinate: 0 0;
        -ms-scroll-snap-points-x: repeat(100%);
        scroll-snap-points-x: repeat(100%);
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  body .tz-logo .slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  @media screen and (max-width: 991px) {
    body .tz-logo .tz-logo-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (max-width: 650px) {
    body .tz-logo .tz-logo-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (max-width: 650px) {
    body .tz-logo .tz-logo-item {
      scroll-snap-align: start;
      height: 150px; } }
  body .tz-logo .tz-logo-item .tz-logo-link {
    position: relative;
    display: block;
    text-align: center; }
    @media screen and (max-width: 650px) {
      body .tz-logo .tz-logo-item .tz-logo-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    body .tz-logo .tz-logo-item .tz-logo-link img {
      -o-object-fit: contain;
      object-fit: contain;
      width: calc(100% - 80px); }
      @media screen and (max-width: 991px) {
        body .tz-logo .tz-logo-item .tz-logo-link img {
          width: calc(100% - 230px); } }
      @media screen and (max-width: 650px) {
        body .tz-logo .tz-logo-item .tz-logo-link img {
          width: 80%; } }

body .social-block-tz {
  position: relative;
  background-color: #4c5e53; }
  @media screen and (max-width: 768px) {
    body .social-block-tz {
      margin-top: 0; } }
  body .social-block-tz .container {
    max-width: 900px;
    text-align: center;
    padding: 50px 0; }
    @media screen and (max-width: 900px) {
      body .social-block-tz .container {
        max-width: 100%; } }
    @media screen and (max-width: 768px) {
      body .social-block-tz .container {
        padding: 30px;
        margin-top: 0; } }
    body .social-block-tz .container h3, body .social-block-tz .container p {
      color: white; }
    body .social-block-tz .container .socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      body .social-block-tz .container .socials .social-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px; }
        body .social-block-tz .container .socials .social-link i:before {
          color: white;
          font-size: 35px; }
      body .social-block-tz .container .socials .social-link-btn {
        margin: 0;
        color: black;
        border: none;
        background: #ffc926; }
        body .social-block-tz .container .socials .social-link-btn::after {
          font-family: Font Awesome\ 5 Free;
          font-weight: 900;
          content: "";
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-variant: normal;
          text-rendering: auto;
          line-height: 1; }
        body .social-block-tz .container .socials .social-link-btn:after {
          color: black;
          margin-left: 5px; }

body .breadcrumbs {
  border-top: 1px solid rgba(0, 0, 0, .1);
  min-height: 8px;
  padding: 3px 0; }
  body .breadcrumbs p {
    margin: 0;
    font-size: 14px;
    color: #2f2f2f; }
    body .breadcrumbs p .breadcrumb_last {
      color: rgba(0, 0, 0, .5); }
    body .breadcrumbs p a {
      color: #ffc926;
      font-size: 14px; }

body footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 50px 0;
  background-color: #e1e6e3; }
  @media screen and (max-width: 768px) {
    body footer {
      padding: 30px 0; } }
  body footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1400px; }
    @media screen and (max-width: 1400px) {
      body footer .container {
        max-width: 100%; } }
    body footer .container .footerblok {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 70px);
      flex: 0 0 calc(25% - 70px);
      max-width: calc(25% - 70px);
      font-weight: 300;
      border-right: 1px dashed #ffc926;
      margin: 0 35px;
      padding: 0 15px;
      line-height: 28px; }
      @media screen and (max-width: 991px) {
        body footer .container .footerblok {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      @media screen and (max-width: null) {
        body footer .container .footerblok {
          -webkit-box-flex: 0;
          -ms-flex: 0 0;
          flex: 0 0; } }
      @media screen and (max-width: null) {
        body footer .container .footerblok {
          -webkit-box-flex: 0;
          -ms-flex: 0 0;
          flex: 0 0; } }
      @media screen and (max-width: 991px) {
        body footer .container .footerblok {
          margin: 0;
          margin-bottom: 25px;
          border-right: none;
          border-bottom: 1px dashed #ffc926;
          padding-bottom: 25px; } }
      body footer .container .footerblok:last-child {
        border-right: none; }
        @media screen and (max-width: 991px) {
          body footer .container .footerblok:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0; } }
      body footer .container .footerblok h3 {
        margin-bottom: 10px; }
      body footer .container .footerblok a {
        color: black; }
        body footer .container .footerblok a:hover {
          color: #ffc926; }
      body footer .container .footerblok ul {
        padding: 0;
        margin: 0;
        margin-bottom: 25px;
        list-style: none; }
        body footer .container .footerblok ul li {
          padding-left: 20px;
          margin-bottom: 5px; }
          body footer .container .footerblok ul li::before {
            font-family: Font Awesome\ 5 Free;
            font-weight: 900;
            content: "";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            -webkit-font-feature-settings: normal;
                    font-feature-settings: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1; }
          body footer .container .footerblok ul li:before {
            color: #ffc926;
            font-size: 14px;
            margin-right: 10px;
            left: 2px;
            position: absolute;
            top: 8px; }
      body footer .container .footerblok .socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px; }
        body footer .container .footerblok .socials a {
          display: block;
          margin-right: 7px; }
          body footer .container .footerblok .socials a i:before {
            font-size: 22px; }
      @media screen and (max-width: 991px) {
        body footer .container .footerblok {
          overflow: hidden;
          max-height: 50px;
          -webkit-transition: max-height 0.25s ease-out;
          transition: max-height 0.25s ease-out;
          padding-bottom: 20px;
          margin-bottom: 20px;
          padding-left: 0;
          padding-right: 0; }
          body footer .container .footerblok.open {
            max-height: 1000px;
            -webkit-transition: max-height 0.5s ease-in;
            transition: max-height 0.5s ease-in; }
          body footer .container .footerblok h3 {
            position: relative;
            cursor: pointer;
            margin-bottom: 20px;
            font-size: 24px; }
            body footer .container .footerblok h3:after {
              content: '\f107';
              font-family: "FontAwesome";
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              font-size: 22px; }
            body footer .container .footerblok h3.active:after {
              content: '\f106'; } }

body section.copyright {
  position: relative;
  margin-top: 0px;
  background-color: #f2f3f2;
  font-weight: 300;
  border-top: 1px solid rgba(0, 0, 0, .1); }
  body section.copyright p {
    margin: 0;
    line-height: 24px;
    color: #858973; }
  body section.copyright .container {
    padding: 15px;
    text-align: center;
    font-size: 17px; }
    body section.copyright .container a {
      color: #858973; }

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