@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&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 {
  box-sizing: border-box;
}

.container {
  max-width: 1210px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
.container .row {
  display: flex;
  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: 1200px) {
  .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: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .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: 1.9em;
}
@media screen and (max-width: 650px) {
  h1, .h1 {
    font-size: 1.35em;
  }
}

h2, .h2 {
  font-size: 1.8em;
}
@media screen and (max-width: 650px) {
  h2, .h2 {
    font-size: 1.2em;
  }
}

h3, .h3 {
  font-size: 1.7em;
}
@media screen and (max-width: 650px) {
  h3, .h3 {
    font-size: 1.05em;
  }
}

h4, .h4 {
  font-size: 1.6em;
}
@media screen and (max-width: 650px) {
  h4, .h4 {
    font-size: 0.9em;
  }
}

h5, .h5 {
  font-size: 1.5em;
}
@media screen and (max-width: 650px) {
  h5, .h5 {
    font-size: 0.75em;
  }
}

h6, .h6 {
  font-size: 1.4em;
}
@media screen and (max-width: 650px) {
  h6, .h6 {
    font-size: 0.6em;
  }
}

h6, .h6 {
  font-family: "Titillium Web", sans-serif;
  line-height: 30px;
  color: #0078a7;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

h5, .h5 {
  font-family: "Titillium Web", sans-serif;
  line-height: 31px;
  color: #0078a7;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

h4, .h4 {
  font-family: "Titillium Web", sans-serif;
  line-height: 32px;
  color: #0078a7;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

h3, .h3 {
  font-family: "Titillium Web", sans-serif;
  line-height: 33px;
  color: #0078a7;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

h2, .h2 {
  font-family: "Titillium Web", sans-serif;
  line-height: 34px;
  color: #0078a7;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

h1, .h1 {
  font-family: "Titillium Web", sans-serif;
  line-height: 35px;
  color: #0078a7;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

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: #cda041;
}
p a:hover {
  color: #997528;
}

.read-more-content {
  opacity: 0;
  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: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.main-content ul li:before, .camping_sidebar ul li:before {
  color: #DD701B;
  font-size: 14px;
  margin-right: 10px;
  left: 2px;
  position: absolute;
  top: 8px;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

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

.col1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
@media screen and (max-width: ) {
  .col1 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col1 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col1 {
    flex: 0 0;
  }
}

.col2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
@media screen and (max-width: ) {
  .col2 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col2 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col2 {
    flex: 0 0;
  }
}

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

.col4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (max-width: ) {
  .col4 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col4 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col4 {
    flex: 0 0;
  }
}

.col5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media screen and (max-width: ) {
  .col5 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col5 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col5 {
    flex: 0 0;
  }
}

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

.col7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media screen and (max-width: ) {
  .col7 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col7 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col7 {
    flex: 0 0;
  }
}

.col8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
@media screen and (max-width: ) {
  .col8 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col8 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col8 {
    flex: 0 0;
  }
}

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

.col10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
@media screen and (max-width: ) {
  .col10 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col10 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col10 {
    flex: 0 0;
  }
}

.col11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
@media screen and (max-width: ) {
  .col11 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col11 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .col11 {
    flex: 0 0;
  }
}

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

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

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

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

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

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

.btn, .bookbutton a, .wp-block-button__link {
  display: inline-block;
  text-decoration: none;
  display: inline-block;
  padding: 7px 17px 6px;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  background: #cda041;
  border: none;
  border-radius: 0;
  color: #fff;
  margin-bottom: 20px;
}
.btn:hover, .bookbutton a:hover, .wp-block-button__link:hover {
  background-color: #b98e31;
  color: #fff;
}
.btn.primarycolor, .bookbutton a.primarycolor, .wp-block-button__link.primarycolor {
  background-color: #0078a7;
}
.btn.primarycolor:hover, .bookbutton a.primarycolor:hover, .wp-block-button__link.primarycolor:hover {
  background-color: #005374;
}
a {
  color: #DD701B;
}
a:hover {
  color: #c66418;
}

.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: 1200px) {
  .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: 1200px) {
  .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: 50px 0;
}
@media screen and (max-width: 768px) {
  .tz-spacer {
    padding: 25px 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: #0078a7;
  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: "Titillium Web", sans-serif;
  font-size: 30px;
  color: white;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 25px 50px;
  margin: 0;
}
.wp-block-quote p {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
}
.wp-block-quote::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f10d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.wp-block-quote::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f10e";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .overzicht-archive .overzicht-page {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (max-width: 991px) {
  .overzicht-archive .overzicht-page {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .overzicht-archive .overzicht-page {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.overzicht-archive img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: flex;
}
.overzicht-archive .col-blocks-2, .overzicht-archive .col-blocks-3, .overzicht-archive .col-blocks-4 {
  display: flex;
  flex-direction: column;
}
.overzicht-archive .overview-text {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #2f2f2f;
  background-color: white;
}
.overzicht-archive .overview-text h3 {
  color: #0078a7;
}
.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: 1200px) {
  .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: #cda041;
  color: #2f2f2f;
  width: 100%;
}

.bggreen {
  background-color: white;
  padding: 55px 0;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bggreen {
    padding: 30px 0;
  }
}
.bggreen a.tz-arrangementen-item {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 991px) {
  .bggreen a.tz-arrangementen-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  .bggreen a.tz-arrangementen-item {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .bggreen a.tz-arrangementen-item {
    flex: 0 0;
  }
}
.bggreen a.tz-arrangementen-item img {
  height: 120px;
  border-radius: 0;
  width: calc(100% - 230px);
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .bggreen a.tz-arrangementen-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) and (max-width: ) {
  .bggreen a.tz-arrangementen-item {
    flex: 0 0;
  }
}
@media screen and (max-width: 650px) {
  .bggreen a.tz-arrangementen-item {
    margin-bottom: 15px;
  }
}
.bggreen a.tz-arrangementen-item:nth-child(1) img {
  border-radius: 0 0 0 0;
}
@media screen and (max-width: 991px) {
  .bggreen a.tz-arrangementen-item:nth-child(1) img {
    border-radius: 0;
  }
}
.bggreen a.tz-arrangementen-item:nth-child(5) img {
  border-radius: 0 0 0 0;
}
@media screen and (max-width: 991px) {
  .bggreen a.tz-arrangementen-item:nth-child(5) img {
    border-radius: 0;
  }
}
.bggreen a.tz-arrangementen-item .overview-text {
  position: relative;
  width: 230px;
  background-color: #cda041;
  max-height: 120px;
}
.bggreen a.tz-arrangementen-item .overview-text h3, .bggreen a.tz-arrangementen-item .overview-text p {
  color: white;
  margin: 0;
}
.bggreen a.tz-arrangementen-item .overview-text h3 {
  font-size: 26px;
}
.bggreen a.tz-arrangementen-item .overview-text p {
  font-size: 18px;
}
.bggreen a.tz-arrangementen-item .overview-text .btn {
  display: none;
}

.overzicht-vierkant {
  background-color: #f9f3ea;
  margin-top: 50px;
  padding: 40px 0;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .overzicht-vierkant {
    overflow: initial !important;
  }
}
@media screen and (max-width: 768px) {
  .overzicht-vierkant {
    padding: 30px 0;
  }
}
.overzicht-vierkant::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/berge_top_golf.png");
  background-size: auto;
  width: 100%;
  height: 25px;
  top: -25px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .overzicht-vierkant::before {
    background-size: 100% 25px;
  }
}
.overzicht-vierkant .tz-blocks a.tz-arrangementen-item {
  position: relative;
}
.overzicht-vierkant .tz-blocks a.tz-arrangementen-item img {
  height: 255px;
  border-radius: 25px;
}
@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: -20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 650px) {
  .overzicht-vierkant .tz-blocks a.tz-arrangementen-item .overview-text {
    bottom: 0;
    left: initial;
    right: 20px;
  }
}
.overzicht-vierkant .tz-blocks a.tz-arrangementen-item .overview-text .btn {
  border-radius: 0;
  color: white;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 650px) {
  .overzicht-vierkant .tz-blocks a.tz-arrangementen-item .overview-text .btn {
    border-radius: 0 0 25px 0;
  }
}
.overzicht-vierkant .btncont {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.overzicht-vierkant .btn.showall {
  background: transparent;
  border: 1px solid #DD701B;
  color: #DD701B;
  margin-bottom: 30px;
  border-radius: 0;
}
.overzicht-vierkant .btn.showall::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.overzicht-vierkant .btn.showall:after {
  color: #DD701B;
  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: 0;
}
.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 0 0 0;
  color: white;
  font-weight: 400;
  font-size: 18px;
}
.slider.normaal.klein .arrangementen-slider .slidebutton {
  background: transparent;
  border: 1px solid #cda041;
  color: #cda041;
  margin-bottom: 0;
  padding: 8px;
  bottom: 32%;
}
.slider.normaal.klein .arrangementen-slider .slidebutton:before {
  color: #cda041;
  margin-left: 0px;
}
.slider.normaal.klein .arrangementen-slider .slidebutton.next {
  border-radius: 0;
  right: -55px;
}
.slider.normaal.klein .arrangementen-slider .slidebutton.next::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .slider.normaal.klein .arrangementen-slider .slidebutton.next {
    right: -13px;
  }
}
.slider.normaal.klein .arrangementen-slider .slidebutton.prev {
  border-radius: 0;
  left: -55px;
}
.slider.normaal.klein .arrangementen-slider .slidebutton.prev::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f053";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .slider.normaal.klein .arrangementen-slider .slidebutton.prev {
    left: -13px;
  }
}
.slider.normaal.klein .arrangementen-slider .slidebutton:disabled {
  display: block;
  opacity: 0.5;
}

.blauwgolf-section {
  background-color: #eaf0f2;
  position: relative;
}
.blauwgolf-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/blauw_top_golf.png");
  background-size: auto;
  width: 100%;
  height: 25px;
  top: -25px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .blauwgolf-section::before {
    background-size: 100% 25px;
  }
}
.blauwgolf-section .blauwegolfblauwgolf {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 650px) {
  .blauwgolf-section .blauwegolfblauwgolf.slider .arrangementen-slider .overview-txt {
    padding: 0 15px;
  }
}
.blauwgolf-section .blauwegolfblauwgolf.slider .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item img {
  border-radius: 25px;
}
.blauwgolf-section .blauwegolfblauwgolf.slider .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item .overview-text {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .blauwgolf-section .blauwegolfblauwgolf.slider .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item .overview-text {
    bottom: 0;
    left: initial;
    right: 20px;
  }
}
.blauwgolf-section .blauwegolfblauwgolf.slider .arrangementen-slider .tz-arrangementen a.tz-arrangementen-item .overview-text .btn {
  border-radius: 0;
}

.tz-omenom-container {
  display: flex;
  flex-direction: row;
  padding: 0px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50% - 9px);
  text-align: center;
  text-align: left;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container {
    flex-direction: column;
    margin-left: calc(-50vw + 50% - 0px);
    padding: 0px 0;
    margin-bottom: 0;
    margin-top: 0 !important;
  }
}
.tz-omenom-container .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container .container {
    flex-direction: column;
  }
}
.tz-omenom-container .omenom-image {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}
.tz-omenom-container .omenom-image:after {
  left: inherit !important;
  right: 0 !important;
}
.tz-omenom-container .omenom-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 2;
  position: relative;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container .omenom-image img {
    height: 300px;
  }
}
.tz-omenom-container .omenom-content {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 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%;
    flex: 0 0 100%;
    margin-top: 20px;
  }
}
.tz-omenom-container .omenom-content .btn {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
  border-radius: 5px;
}
.tz-omenom-container .omenom-content .btn::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: #0078a7;
}
.tz-omenom-container.image-right {
  flex-direction: row-reverse;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container.image-right {
    flex-direction: column;
    margin-left: calc(-50vw + 50% - 0px);
    padding: 0px 0;
    text-align: left;
  }
}
.tz-omenom-container.image-right .container {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container.image-right .container {
    flex-direction: column;
  }
}
.tz-omenom-container.image-right .omenom-image {
  text-align: left;
}
.tz-omenom-container.image-right .omenom-image:after {
  transform: rotate(180deg);
  left: 0 !important;
  right: inherit !important;
}
.tz-omenom-container.image-right .omenom-content {
  text-align: right;
}
@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 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .tz-omenom-container.image-right .omenom-content .btn {
    margin-left: 0;
  }
}
.tz-omenom-container.color-kleur1 {
  background-color: #edf2f5;
  position: relative;
}
.tz-omenom-container.color-kleur1 .omenom-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/omenomgolf_blauw.png");
  background-size: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .tz-omenom-container.color-kleur1 .omenom-image::after {
    background-size: 100% 100%;
  }
}
.tz-omenom-container.color-kleur1 .omenom-image:after {
  z-index: 2;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container.color-kleur1 .omenom-image:after {
    content: none;
  }
}
.tz-omenom-container.color-kleur2 {
  background-color: #faf3eb;
  position: relative;
}
.tz-omenom-container.color-kleur2 .omenom-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/omenomgolf_berge.png");
  background-size: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .tz-omenom-container.color-kleur2 .omenom-image::after {
    background-size: 100% 100%;
  }
}
.tz-omenom-container.color-kleur2 .omenom-image:after {
  z-index: 2;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container.color-kleur2 .omenom-image:after {
    content: none;
  }
}
.tz-omenom-container.color-kleur3 {
  background-color: white;
}
.tz-omenom-container.color-kleur3 .omenom-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/omenomgolf_wit.png");
  background-size: auto;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .tz-omenom-container.color-kleur3 .omenom-image::after {
    background-size: 100% 100%;
  }
}
.tz-omenom-container.color-kleur3 .omenom-image:after {
  z-index: 2;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container.color-kleur3 .omenom-image:after {
    content: none;
  }
}
.tz-omenom-container.round .omenom-image img {
  border-radius: 0;
}
.tz-omenom-container.top-margin {
  margin-top: 90px !important;
}
.tz-omenom-container.no-bottom-margin {
  margin-bottom: 0;
}

.faq-section .question h4 {
  color: white;
  background-color: #0078a7;
  padding: 1px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.faq-section .question h4::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.faq-section .question h4:after {
  font-size: 16px;
  margin-top: 8px;
}
.faq-section .question h4.active {
  margin-bottom: 0;
  background-color: #cda041 !important;
}
.faq-section .question h4.active:after {
  transform: rotate(90deg);
  margin-top: 0px;
  margin-right: 8px;
}
.faq-section .question .answer {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 20px;
}

.tabs-container .tabs-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .tabs-container .tabs-menu {
    flex-direction: column;
  }
}
.tabs-container .tabs-menu li {
  margin-right: 10px;
  margin-bottom: -1px;
}
@media screen and (max-width: 1200px) {
  .tabs-container .tabs-menu li {
    margin-right: 0;
  }
}
.tabs-container .tabs-menu li a {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  color: #2f2f2f;
  display: block;
}
.tabs-container .tabs-menu li a:hover {
  background-color: #0078a7;
}
.tabs-container .tabs-menu li.active a {
  color: white;
  background-color: #0078a7;
}
.tabs-container .tab {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
  margin-bottom: 20px;
}

.wp-block-tz-tabs .tab-headers h3.tab-header {
  font-size: 18px;
  background-color: #0078a7;
}
.wp-block-tz-tabs .tab-headers h3.tab-header.active {
  background-color: #cda041;
}
.wp-block-tz-tabs.accordion {
  padding: 60px 0;
  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: 0 0 0 0;
  background-color: white;
  color: #0078a7;
  border: 1px solid #0078a7;
  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 #0078a7;
  background-color: #0078a7;
}
.wp-block-tz-tabs.accordion .wp-block-tz-tab .tab-content-item {
  padding: 20px;
  background-color: #edf2f5;
  margin-top: -10px;
  margin-bottom: 20px;
  border-radius: 0 0 0 0;
}

.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, 0.8);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
  }
  .arrangementen-slider.animate:after {
    opacity: 1;
    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 {
    animation: showGif 3s ease-out forwards;
  }
}
.arrangementen-slider .slidebutton {
  background-color: #0078a7;
  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: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: "\f053";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.arrangementen-slider .slidebutton:disabled {
  display: none;
}
.arrangementen-slider .tz-arrangementen {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .arrangementen-slider .tz-arrangementen {
    margin: 0 15px;
  }
}
.arrangementen-slider .tz-arrangementen .row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 650px) {
  .arrangementen-slider .tz-arrangementen .row {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-coordinate: 0 0;
    scroll-snap-points-x: repeat(100%);
    scroll-snap-type: x mandatory;
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
  }
}
.arrangementen-slider .tz-arrangementen .slide {
  flex: 0 0 100%;
}
@media screen and (max-width: 991px) {
  .arrangementen-slider .tz-arrangementen .tz-arrangementen-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .arrangementen-slider .tz-arrangementen .tz-arrangementen-item {
    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%;
    flex: 0 0 100%;
  }
}

@keyframes showGif {
  0%, 100% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
}
@media screen and (max-width: 650px) {
  .single-img {
    margin-bottom: 20px;
  }
}
.single-img .duo-container {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .single-img .duo-container {
    flex-direction: column;
  }
}
.single-img .duo-container a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 0 0 0 0;
}

#ui-datepicker-div .available .ui-state-default {
  background: green;
}
#ui-datepicker-div .not-available .ui-state-default {
  background: red;
}
#ui-datepicker-div .ui-state-default {
  color: white;
}

.tz-bedrijfsmap-section {
  margin-bottom: 0;
}
.tz-bedrijfsmap-section .leaflet-container {
  position: relative;
}
@media screen and (max-width: 650px) {
  .tz-bedrijfsmap-section .leaflet-container {
    height: 400px !important;
  }
}
.tz-bedrijfsmap-section .leaflet-container::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 999;
  box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, 0.3);
}

.faq-column {
  background: white;
  padding: 50px 20px;
}
.faq-column .wp-block-tz-tabs {
  padding: 0;
}

main .harbor-main-widget .harbor-widget-telesto .h-accommodations-container .h-accommodations-result .h-accommodations-actions, main .harbor-main-widget .harbor-widget-overview.h-overview-filters .h-accommodations-container .h-accommodations-result .h-accommodations-actions {
  display: none;
}
main .harbor-main-widget .harbor-widget-telesto .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container, main .harbor-main-widget .harbor-widget-overview.h-overview-filters .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container {
  border-radius: 0 0 0 0;
}
main .harbor-main-widget .harbor-widget-telesto .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title, main .harbor-main-widget .harbor-widget-overview.h-overview-filters .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title {
  color: #0078a7;
}
main .harbor-main-widget .harbor-widget-telesto .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container i:before, main .harbor-main-widget .harbor-widget-overview.h-overview-filters .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container i:before {
  color: #DD701B;
}
main .harbor-main-widget .h-button {
  background-color: #DD701B;
}
main .harbor-main-widget .h-slider-images-view .modal {
  z-index: 3;
}

.wp-block-tz-tabs.accordion .wp-block-tz-tab .tab-header {
  border-radius: 0 25px 25px 0;
}

.wp-block-tz-tabs.accordion {
  padding-bottom: 120px;
}

.tz-padding-25 {
  padding: 0 25px;
}

.harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container {
  margin-bottom: 20px;
}

.main-content .type-landingspagina {
  margin-bottom: 90px;
}

.sitemap-menu .children {
  margin-bottom: 0px;
}

body header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  position: sticky;
  top: 0px;
  z-index: 5;
  box-shadow: 0px 0px 19px 0px rgb(0, 0, 0);
}
body header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/golf_top.png");
  background-size: auto;
  width: 100%;
  height: 40px;
  top: initial;
  bottom: -24px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body header::after {
    background-size: 100% 40px;
  }
}
@media screen and (max-width: 1200px) {
  body header:after {
    bottom: -35px;
  }
}
body header .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
body header .container .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  body header .container .logo {
    left: 20px;
  }
}
body header .container .logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body header .container .logo img {
  width: 185px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  body header .container .logo img {
    width: 125px;
  }
}
@media screen and (max-width: 480px) {
  body header .container.nav-container {
    padding: 0;
  }
}
body header .container.nav-container .tz-nav {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1200px) {
  body header .container.nav-container .tz-nav {
    flex-direction: row-reverse;
  }
}
body header .container.nav-container .tz-nav .topbutton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  order: 2;
}
body header .container.nav-container .tz-nav .topbutton .btn {
  border-radius: 0;
  margin: 0;
  background: transparent;
  border: 1px solid #DD701B;
  color: #DD701B;
}
body header .container.nav-container .tz-nav .tz-mobile-menu {
  display: none;
  height: 100%;
  cursor: pointer;
  padding: 20px;
  order: 0;
}
@media screen and (max-width: 1200px) {
  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: "\f0c9";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: 1200px) {
  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: "\f00d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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 .language {
  top: 0;
  right: 0;
  display: flex;
  margin-left: 16px;
  order: 3;
}
@media screen and (max-width: 440px) {
  body header .container.nav-container .tz-nav .language {
    display: none;
  }
}
body header .container.nav-container .tz-nav .language .wpml-ls-statics-shortcode_actions {
  width: 60px;
  margin-right: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: auto;
}
body header .container.nav-container .tz-nav .language .wpml-ls-statics-shortcode_actions a {
  background-color: #f6f3ee;
  border: none;
  color: #fff;
}
body header .container.nav-container .tz-nav .language .wpml-ls-statics-shortcode_actions a:after {
  border-top: 0.5em solid #999;
}
body header .container.nav-container .tz-nav .language .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
body header .container.nav-container .tz-nav nav {
  background: white;
  display: flex;
  order: 1;
}
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: flex;
  padding: 25px 0px 30px;
  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: flex;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
@media screen and (min-width: 1200px) {
  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: flex;
  border-radius: 0;
  font-family: "Titillium Web", 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: #0078a7;
}
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: #0078a7;
  color: white;
  flex-grow: 1;
}
@media screen and (max-width: 1200px) {
  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: #0078a7;
    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, 0.1);
  min-width: -moz-max-content;
  min-width: max-content;
  background: white;
  z-index: 9;
  padding: 0px;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  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: 1200px) {
  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: 1200px) {
  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: 1200px) {
  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: 1200px) {
  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, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    animation: shadowanimation 0.3s ease-out 0s 1;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @supports (-ms-ime-align: auto) {
    body header .container.nav-container .tz-nav nav.open::after {
      transition: none !important;
      animation: none !important;
      opacity: 1 !important;
    }
  }
}
@media screen and (max-width: 1200px) and (-ms-high-contrast: none), screen and (max-width: 1200px) and (-ms-high-contrast: active) {
  body header .container.nav-container .tz-nav nav.open::after {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1200px) {
  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: 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  body header .container.nav-container .tz-nav nav.open .menu-inner {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 540px) {
  body header .container.nav-container .tz-nav nav.open .menu-inner {
    width: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 1200px) {
  body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu {
    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, 0.2);
    border-right: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }
  body header .container.nav-container .tz-nav nav.open .menu-inner > div .menu li a {
    display: flex;
    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: 15px 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: "\f078";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: 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, 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, 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;
}
body section.header-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/golf_bottom.png");
  background-size: auto;
  width: 100%;
  height: 88px;
  top: initial;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body section.header-img::after {
    background-size: 100% 88px;
  }
}
@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;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 650px) {
  body section.header-img .img-inner {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  body section.header-img .img-inner > .container {
    padding: 0;
  }
}
body section.header-img .img-inner .header_content_innner {
  display: flex;
  margin-bottom: 180px;
}
@media screen and (max-width: 1024px) {
  body section.header-img .img-inner .header_content_innner {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  body section.header-img .img-inner .header_content_innner {
    margin-bottom: 0;
  }
}
body section.header-img .img-inner .header_content_innner .zb-container {
  flex: 0 0 70%;
  max-width: 70%;
}
@media screen and (max-width: 1024px) {
  body section.header-img .img-inner .header_content_innner .zb-container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  body section.header-img .img-inner .header_content_innner .zb-container {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  body section.header-img .img-inner .header_content_innner .zb-container {
    flex: 0 0;
  }
}
@media screen and (max-width: 1200px) {
  body section.header-img .img-inner .header_content_innner .zb-container {
    margin-top: 20px;
  }
}
body section.header-img .img-inner .header_content_innner .zb-container .harbor-main-widget .harbor-widget-search .h-columns {
  padding: 25px;
  border-radius: 0 25px 25px 0;
}
body section.header-img .img-inner .header_content_innner .header_txt {
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  body section.header-img .img-inner .header_content_innner .header_txt {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  body section.header-img .img-inner .header_content_innner .header_txt {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  body section.header-img .img-inner .header_content_innner .header_txt {
    flex: 0 0;
  }
}
@media screen and (max-width: 650px) {
  body section.header-img .img-inner .header_content_innner .header_txt {
    margin-left: 0;
  }
}
body section.header-img .img-inner .header_content_innner .header_txt h2, body section.header-img .img-inner .header_content_innner .header_txt h3 {
  color: white;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.77);
}
body section.header-img .img-inner .header_content_innner .header_txt h3 {
  font-weight: 400;
  font-size: 42px;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  body section.header-img .img-inner .header_content_innner .header_txt h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  body section.header-img .img-inner .header_content_innner .header_txt h3 {
    font-size: 35px;
    margin-bottom: 0px;
  }
}
body section.header-img .img-inner .header_content_innner .header_txt h2 {
  font-size: 66px;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 50px;
}
@media screen and (max-width: 991px) {
  body section.header-img .img-inner .header_content_innner .header_txt h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 650px) {
  body section.header-img .img-inner .header_content_innner .header_txt h2 {
    font-size: 40px;
  }
}
body section.header-img .img-inner .header_content_innner .header_txt .btn {
  position: relative;
  background: white;
  padding: 8px 15px 7px 15px;
  color: black;
}
body section.header-img .img-inner .header_content_innner .header_txt .btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
body main section.gallery-section.top-gallery {
  padding: 3.5% 0;
  padding-top: 0;
}
body main [style="flex-basis:33.33%"] .detailzbtitan {
  position: sticky;
  top: 130px;
  z-index: 9;
}
body main footer {
  display: none;
}
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 {
    flex-direction: column;
  }
}
body section.main-campings .back-to-camping,
body section.main-accos .back-to-camping {
  width: 100%;
  margin-bottom: 20px;
}
body section.main-campings .back-to-camping .btn-back-camping,
body section.main-accos .back-to-camping .btn-back-camping {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #DD701B;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
  transition: color 0.3s ease;
}
body section.main-campings .back-to-camping .btn-back-camping:hover,
body section.main-accos .back-to-camping .btn-back-camping:hover {
  color: #b05915;
  text-decoration: none;
}
body section.main-campings .back-to-camping .btn-back-camping i,
body section.main-accos .back-to-camping .btn-back-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 {
    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: 0;
}
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;
  border-radius: 0 0 0 0;
}
@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: 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 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media screen and (max-width: ) {
  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 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  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 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  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 {
    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:first-child img,
body section.main-campings .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item:first-child img,
body section.main-accos .main-content .acco-gallery .gallery-inner .thumbnails .gallery-item:first-child img,
body section.main-accos .main-content .camping-gallery .gallery-inner .thumbnails .gallery-item:first-child img {
  border-radius: 0 0 0 0;
}
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: #0078a7;
  border-radius: 0;
}
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: #DD701B;
  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: "\f078";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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;
}
body section.main-campings .main-content .kenmerken-section-main::before,
body section.main-accos .main-content .kenmerken-section-main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/divider_small.png");
  background-size: auto;
  width: 100%;
  height: 13px;
  top: 0px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body section.main-campings .main-content .kenmerken-section-main::before,
  body section.main-accos .main-content .kenmerken-section-main::before {
    background-size: 100% 13px;
  }
}
@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: flex;
  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 {
  flex: 0 0 50%;
  max-width: 50%;
}
body section.main-campings .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category h3,
body section.main-accos .main-content .kenmerken-section-main .kenmerken-section .kenmerken-category h3 {
  font-size: 26px;
}
@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 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  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 {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  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 {
    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: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: #DD701B;
  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;
  flex-direction: column;
}
body section.main-campings .main-content .staklaar-content::before,
body section.main-accos .main-content .staklaar-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/divider_small.png");
  background-size: auto;
  width: 100%;
  height: 13px;
  top: 0px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body section.main-campings .main-content .staklaar-content::before,
  body section.main-accos .main-content .staklaar-content::before {
    background-size: 100% 13px;
  }
}
body section.main-campings .main-content .staklaar-content::after,
body section.main-accos .main-content .staklaar-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/divider_small.png");
  background-size: auto;
  width: 100%;
  height: 13px;
  top: initial;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body section.main-campings .main-content .staklaar-content::after,
  body section.main-accos .main-content .staklaar-content::after {
    background-size: 100% 13px;
  }
}
@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: 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 {
    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: 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 {
    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, 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: "\f3c5";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: #cda041;
}
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 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
body section.main-campings .camping_sidebar .zbkenmerken-container,
body section.main-campings .acco_sidebar .zbkenmerken-container,
body section.main-accos .camping_sidebar .zbkenmerken-container,
body section.main-accos .acco_sidebar .zbkenmerken-container {
  margin-top: 16px;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0 0;
}
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: sticky;
  background: #edf2f5;
  border-radius: 0 0 0 0;
  padding: 30px;
  margin-top: 30px;
  top: 130px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar h3,
body section.main-campings .camping_sidebar .acco_titan_sidebar h3,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar h3,
body section.main-campings .acco_sidebar .acco_titan_sidebar h3,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar h3,
body section.main-accos .camping_sidebar .acco_titan_sidebar h3,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar h3,
body section.main-accos .acco_sidebar .acco_titan_sidebar h3 {
  font-size: 28px;
}
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: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info i,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info i,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info i,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info i,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info i,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info i,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info i,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info i {
  color: #DD701B;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info a,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info a,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info a,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info a,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info a,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info a,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info a,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info a {
  color: #2f2f2f;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info p,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info p,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info p,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info p,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info p,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info p,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info p,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info p {
  margin: 0;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address {
  padding-left: 25px;
  position: relative;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address i,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address i,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address i,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address i,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address i,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address i,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address i,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address i {
  position: absolute;
  left: 0;
  top: 6px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address .open-camping-map,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address .open-camping-map,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address .open-camping-map,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address .open-camping-map,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address .open-camping-map,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address .open-camping-map,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address .open-camping-map,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address .open-camping-map {
  font-size: 18px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address .open-camping-map:after,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address .open-camping-map:after,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address .open-camping-map:after,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address .open-camping-map:after,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address .open-camping-map:after,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address .open-camping-map:after,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address .open-camping-map:after,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address .open-camping-map:after {
  color: #cda041;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address,
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-phone,
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-email,
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-website,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-phone,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-email,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-website,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-phone,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-email,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-website,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-phone,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-email,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-website,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-phone,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-email,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-website,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-phone,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-email,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-website,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-address,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-phone,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-email,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-website,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-address,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-phone,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-email,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-website {
  margin-bottom: 5px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews a,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews a,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews a,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews a,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews a,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews a,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews a,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #2f2f2f;
  min-height: 24px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .google-icon,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .google-icon,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .google-icon,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .google-icon,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .google-icon,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .google-icon,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .google-icon,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .google-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .google-icon i,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .google-icon i,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .google-icon i,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .google-icon i,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .google-icon i,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .google-icon i,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .google-icon i,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .google-icon i {
  color: #DD701B;
  font-size: 18px;
  font-weight: 700;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .review-number,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .review-number,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .review-number,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .review-number,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .review-number,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .review-number,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .review-number,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .review-number {
  font-size: 18px;
  font-weight: 600;
  color: #2f2f2f;
  line-height: 1;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars {
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars i,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars i,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars i,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars i,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars i,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars i,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars i,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars i {
  color: #DD701B;
  font-size: 16px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars i.fa-star-o,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars i.fa-star-o,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars i.fa-star-o,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars i.fa-star-o,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars i.fa-star-o,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars i.fa-star-o,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .google-reviews .review-data .stars i.fa-star-o,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .google-reviews .review-data .stars i.fa-star-o {
  color: rgba(221, 112, 27, 0.3);
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button {
  margin-bottom: 0;
  margin-top: 40px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button .btn,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button .btn,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button .btn,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button .btn,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button .btn,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button .btn,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button .btn,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button .btn {
  color: white;
  background-color: #DD701B;
  margin-bottom: 0;
  width: 100%;
  border-radius: 0;
  text-align: center;
  padding: 12px 20px;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button,
  body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button,
  body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button,
  body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button,
  body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button,
  body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button,
  body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .contact-button,
  body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .contact-button {
    display: none;
  }
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .btn-beschikbaar,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .btn-beschikbaar,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .btn-beschikbaar,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .btn-beschikbaar,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .btn-beschikbaar,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .btn-beschikbaar,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .btn-beschikbaar,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .btn-beschikbaar {
  color: #DD701B;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #DD701B;
  text-decoration: none;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .btn-beschikbaar:hover,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .contact-info .btn-beschikbaar:hover,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .btn-beschikbaar:hover,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .contact-info .btn-beschikbaar:hover,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .contact-info .btn-beschikbaar:hover,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .contact-info .btn-beschikbaar:hover,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .contact-info .btn-beschikbaar:hover,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .contact-info .btn-beschikbaar:hover {
  background-color: #DD701B;
  color: white;
}
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 {
  display: none;
}
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, 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: "\f3c5";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: #cda041;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .btn-beschikbaar,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .btn-beschikbaar,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .btn-beschikbaar,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .btn-beschikbaar,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .btn-beschikbaar,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .btn-beschikbaar,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .btn-beschikbaar,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .btn-beschikbaar {
  text-align: center;
  padding: 12.5px 0;
  font-size: 20px;
  font-weight: 600;
  border: solid 1px #DD701B;
  margin-top: 10px;
}
body section.main-campings .camping_sidebar .camping_kenmerken_sidebar .subitems .btn-beschikbaar:hover,
body section.main-campings .camping_sidebar .acco_titan_sidebar .subitems .btn-beschikbaar:hover,
body section.main-campings .acco_sidebar .camping_kenmerken_sidebar .subitems .btn-beschikbaar:hover,
body section.main-campings .acco_sidebar .acco_titan_sidebar .subitems .btn-beschikbaar:hover,
body section.main-accos .camping_sidebar .camping_kenmerken_sidebar .subitems .btn-beschikbaar:hover,
body section.main-accos .camping_sidebar .acco_titan_sidebar .subitems .btn-beschikbaar:hover,
body section.main-accos .acco_sidebar .camping_kenmerken_sidebar .subitems .btn-beschikbaar:hover,
body section.main-accos .acco_sidebar .acco_titan_sidebar .subitems .btn-beschikbaar:hover {
  background-color: #DD701B;
  color: white;
}
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: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: #DD701B;
  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;
}
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: "\f0d7";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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;
}
.map-section {
  margin-bottom: 30px;
}
.map-section #tz-geomap {
  z-index: 1;
}
.map-section #tz-geomap .geomap_txt img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.map-section #tz-geomap .geomap_txt .btn-link {
  color: #cda041;
  font-size: 18px;
  line-height: 30px;
}
.map-section #tz-geomap .geomap_txt .btn-link::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.map-section #tz-geomap .geomap_txt .btn-link:after {
  color: #cda041;
  font-size: 15px;
  margin-left: 7px;
}
.map-section #tz-geomap .geomap_txt .card-txt {
  max-height: 250px;
  overflow-y: scroll;
  margin-bottom: 5px;
}
.map-section #tz-geomap .leaflet-marker-icon {
  position: relative;
}
.map-section #tz-geomap .leaflet-marker-icon i {
  position: absolute;
  top: -20px;
  left: -5px;
}
.map-section #tz-geomap .leaflet-marker-icon i:before {
  font-size: 40px;
}
.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;
}
.map-section .map-legend {
  margin-top: 20px;
}
.map-section .map-legend ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 650px) {
  .map-section .map-legend ul {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
}
.map-section .map-legend ul .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .map-section .map-legend ul .legend-item {
    width: calc(50% - 10px);
  }
}
.map-section .map-legend ul .legend-item.disabled {
  filter: grayscale(1);
  opacity: 0.6;
}
.map-section .map-legend ul .legend-item .color-box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

body .zb {
  padding: 80px 0;
  background: #f9f3ea;
  position: relative;
  margin-top: 80px;
  margin-bottom: 30px;
}
body .zb:before {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  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 .camping-faq .faq-items .faq-question {
  cursor: pointer;
  border-radius: 0;
  background-color: white;
  color: #0078a7;
  border: 1px solid #0078a7;
  padding: 4px 15px;
  font-weight: 400;
  font-size: 20px;
  display: flex;
}
body .camping-faq .faq-items .faq-question::after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f078";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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 #a2aa82;
  background-color: #a2aa82;
}
body .camping-faq .faq-items .faq-question.active:after {
  transform: rotate(180deg);
  margin-bottom: 6px;
}
body .camping-faq .faq-items .faq-answer {
  padding: 20px;
  background-color: #f2f3ed;
  margin-top: -10px;
  margin-bottom: 20px;
  border-radius: 0;
}
body .acco-downloads {
  padding: 40px 0;
  background-color: #F4F2EE;
  position: relative;
  margin-top: 70px;
  padding-bottom: 100px;
}
body .acco-downloads::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/berge_top_golf_light.png");
  background-size: auto;
  width: 100%;
  height: 25px;
  top: -25px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body .acco-downloads::before {
    background-size: 100% 25px;
  }
}
body .acco-downloads:before {
  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: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  body .acco-downloads > .container {
    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 #DD701B;
  color: #0078a7;
  border-radius: 25px;
  margin-right: 15px;
}
body .acco-downloads .download-buttons .btn:hover {
  background-color: #0078a7;
  color: white;
}
@media screen and (max-width: 650px) {
  body .acco-downloads .download-buttons .btn {
    margin-bottom: 7px;
  }
}
body .zb-matrix {
  background-color: #f9f3ea;
  padding: 90px 0;
  position: relative;
  margin-bottom: 0;
}
body .zb-matrix::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/berge_top_golf.png");
  background-size: auto;
  width: 100%;
  height: 25px;
  top: -25px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body .zb-matrix::before {
    background-size: 100% 25px;
  }
}
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;
  margin-bottom: 0;
}
body .acco-slider .container .tz-arrangementen a.tz-arrangementen-item img {
  height: 255px;
  border-radius: 0;
  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, 0.2);
  height: 255px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: rgba(0, 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 0 0 0;
  color: white;
  font-weight: 400;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 17px 8px;
  color: white;
  background-color: #0078a7;
  max-width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body .acco-slider .container .slidebutton {
  background: transparent;
  border: 1px solid #cda041;
  color: #cda041;
  margin-bottom: 0;
  padding: 8px;
  bottom: 32%;
}
body .acco-slider .container .slidebutton:before {
  color: #cda041;
  margin-left: 0px;
}
body .acco-slider .container .slidebutton.next {
  border-radius: 0 0 0 0;
  right: -15px;
}
body .acco-slider .container .slidebutton.next::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0da";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  body .acco-slider .container .slidebutton.next {
    right: 5px;
  }
}
body .acco-slider .container .slidebutton.prev {
  border-radius: 0 0 0 0;
  left: -15px;
}
body .acco-slider .container .slidebutton.prev::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f0d9";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  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;
}
body .eindfoto-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/eindfoto_top.png");
  background-size: auto;
  width: 100%;
  height: 54px;
  top: 0px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body .eindfoto-section::before {
    background-size: 100% 54px;
  }
}
@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: -moz-fit-content;
    height: fit-content;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    height: fit-content;
    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: -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, 0.1);
    width: 100%;
    padding: 20px;
    background-image: none;
    top: initial;
    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: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body .eindfoto-section .eindfoto-inner .eindfoto-text ul li:before {
  color: #DD701B;
  font-size: 14px;
  margin-right: 10px;
  left: 2px;
  position: absolute;
  top: 8px;
}
body .popup-map-camping-detail {
  width: 700px;
  padding: 0;
}
body .sticky-website-button-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sticky-website-button-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  body .sticky-website-button-mobile .btn {
    color: white;
    background-color: #DD701B;
    margin-bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 20px;
    display: block;
    text-decoration: none;
  }
  body .sticky-website-button-mobile .btn:hover {
    background-color: #c66418;
  }
}
@media screen and (max-width: 768px) {
  body body:has(.sticky-website-button-mobile) {
    padding-bottom: 80px;
  }
  body body:has(.sticky-website-button-mobile) footer,
  body body:has(.sticky-website-button-mobile) section.copyright {
    margin-bottom: 80px;
  }
}
.gallery, .gallery-single {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
@media screen and (max-width: 768px) {
  .gallery, .gallery-single {
    cursor: pointer;
    display: grid;
    grid-template-rows: auto auto;
    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;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  .gallery .gallery-item, .gallery-single .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gallery-item, .gallery-single .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-item, .gallery-single .gallery-item {
    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;
    grid-row: 3;
    max-width: none;
  }
  .gallery .gallery-item.acco2, .gallery-single .gallery-item.acco2 {
    display: block;
    grid-row: 3;
    max-width: none;
  }
  .gallery .gallery-item.acco3, .gallery-single .gallery-item.acco3 {
    display: block;
    grid-row: 3;
    max-width: none;
  }
  .gallery .gallery-item.acco4, .gallery-single .gallery-item.acco4 {
    display: block;
    grid-row: 3;
    max-width: none;
  }
  .gallery .gallery-item.acco1, .gallery-single .gallery-item.acco1 {
    grid-column: 1/span 3;
    grid-row: 1;
    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: 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, 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: "\f302";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: "\f04b";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  text-shadow: 0px 0px 9px rgba(0, 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 {
    grid-column: 1/span 3;
    grid-row: 1;
    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%;
  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: "\f00d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: grid;
  grid-template-columns: 65% 35%;
  grid-template-rows: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  section.gallery-section.top-gallery .gallery {
    grid-template-columns: repeat(3, 33%);
    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 {
    grid-row: 3;
    height: auto;
  }
}
section.gallery-section.top-gallery .gallery .gallery-item.acco1 a {
  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 {
    grid-row: 3;
    height: auto;
  }
}
section.gallery-section.top-gallery .gallery .gallery-item.acco2 a {
  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 {
    grid-row: 3;
    height: auto;
  }
}
section.gallery-section.top-gallery .gallery .gallery-item.acco3 a {
  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 {
    grid-row: 3;
    height: auto;
  }
}
section.gallery-section.top-gallery .gallery .gallery-item.acco4 a {
  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 {
  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: grid;
    grid-row: 1;
    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;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  section.gallery-section .gallery .youtube_video {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (max-width: 991px) {
  section.gallery-section .gallery .youtube_video {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  section.gallery-section .gallery .youtube_video {
    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: 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: flex;
  flex-direction: column;
  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, 0.9);
  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, 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: #0078a7;
  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: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: 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: "\f053";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body .tz-logo {
  display: flex;
  position: relative;
  overflow: hidden;
}
body .tz-logo .row {
  display: flex;
  flex-wrap: nowrap;
  width: calc(100% * var(--total-slides)); /* Set --total-slides as a CSS variable in your PHP */
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 650px) {
  body .tz-logo .row {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-coordinate: 0 0;
    scroll-snap-points-x: repeat(100%);
    scroll-snap-type: x mandatory;
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
  }
}
body .tz-logo .slide {
  flex: 0 0 100%;
}
@media screen and (max-width: 991px) {
  body .tz-logo .tz-logo-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 650px) {
  body .tz-logo .tz-logo-item {
    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: 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 .breadcrumbs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 8px;
  padding: 3px 0;
  width: 100%;
  margin-bottom: 30px;
}
body .breadcrumbs p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
body .breadcrumbs p .breadcrumb_last {
  color: #fff;
}
body .breadcrumbs p a {
  color: white;
  font-size: 14px;
}
body footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 35px 0;
  background-color: #0079a2;
  margin-top: 25px;
  position: relative;
}
body footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/footer_golftop.png");
  background-size: auto;
  width: 100%;
  height: 99px;
  top: -99px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body footer::before {
    background-size: 100% 99px;
  }
}
@media screen and (max-width: 991px) {
  body footer {
    padding-bottom: 0;
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  body footer {
    padding: 30px 0;
  }
}
body footer .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
}
@media screen and (max-width: 1400px) {
  body footer .container {
    max-width: 100%;
  }
}
body footer .container .footerblok {
  flex: 0 0 calc(25% - 70px);
  max-width: calc(25% - 70px);
  font-weight: 300;
  border-right: 1px dashed white;
  margin: 0 35px;
  padding: 0 15px;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  body footer .container .footerblok {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  body footer .container .footerblok {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  body footer .container .footerblok {
    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 white;
    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;
  color: white;
}
body footer .container .footerblok a {
  color: white;
}
body footer .container .footerblok a:hover {
  color: #cda041;
}
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;
  color: white;
}
body footer .container .footerblok ul li::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f054";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body footer .container .footerblok ul li:before {
  color: white;
  font-size: 14px;
  margin-right: 10px;
  left: 2px;
  position: absolute;
  top: 8px;
}
body footer .container .footerblok .socials {
  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;
    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;
    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%;
    transform: translateY(-50%);
    font-size: 22px;
  }
  body footer .container .footerblok h3.active:after {
    content: "\f106";
  }
}
body section.copyright {
  position: relative;
  margin-top: 3px;
  background-color: #076788;
  font-weight: 300;
}
body section.copyright::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/footer_end_top.png");
  background-size: auto;
  width: 100%;
  height: 16px;
  top: -16px;
  bottom: initial;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body section.copyright::before {
    background-size: 100% 16px;
  }
}
@media screen and (max-width: 991px) {
  body section.copyright {
    margin-top: 2px;
  }
}
@media screen and (max-width: 650px) {
  body section.copyright {
    margin-top: 0;
  }
}
body section.copyright p {
  margin: 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}
body section.copyright .container {
  padding: 15px;
  text-align: center;
  font-size: 17px;
}
body section.copyright .container a {
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 991px) {
  body .footer-4 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */