@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  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: 650px) {
  .main-content .wp-block-columns {
    gap: 0;
  }
}
.main-content .wp-block-columns .usp-block {
  background-color: #eef4f4;
  border: 1px solid #e2e3e3;
  padding: 30px;
  margin-bottom: 40px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  .main-content .wp-block-columns .usp-block {
    margin-bottom: 0;
  }
}
.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%;
}

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

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

h4, .h4 {
  font-family: "Roboto", sans-serif;
  line-height: 34px;
  color: #6d866c;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
}
@media screen and (max-width: 650px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h3, .h3 {
  font-family: "Roboto", sans-serif;
  line-height: 36px;
  color: #6d866c;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}
@media screen and (max-width: 650px) {
  h3, .h3 {
    font-size: 27px;
  }
}

h2, .h2 {
  font-family: "Roboto", sans-serif;
  line-height: 38px;
  color: #6d866c;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
}
@media screen and (max-width: 650px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h1, .h1 {
  font-family: "Roboto", sans-serif;
  line-height: 40px;
  color: #6d866c;
  margin-top: 0;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
}
@media screen and (max-width: 650px) {
  h1, .h1 {
    font-size: 33px;
  }
}

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: normal;
}
p a {
  color: #ea9d58;
}
p a:hover {
  color: #da761b;
}

.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: "\f078";
  -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;
  list-style: none;
}
ul li {
  color: #000;
  font-size: 18px;
  position: relative;
  line-height: 30px;
  font-weight: normal;
}

.main-content ul {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.main-content ul li {
  margin-bottom: 5px;
}
.main-content 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 {
  color: #ea9d58;
  font-size: 14px;
  margin-right: 10px;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.flex {
  display: flex;
}

.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: 10px 17px 8px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  background: #ea9d58;
  border: none;
  border-radius: 25px;
  color: #fff;
  margin-bottom: 20px;
}
.btn:hover, .bookbutton a:hover, .wp-block-button__link:hover {
  background-color: #e68a38;
  color: #fff;
}
.btn.primarycolor, .bookbutton a.primarycolor, .wp-block-button__link.primarycolor {
  background-color: #6d866c;
}
.btn.primarycolor:hover, .bookbutton a.primarycolor:hover, .wp-block-button__link.primarycolor:hover {
  background-color: #566a55;
}
a {
  color: #ea9d58;
}
a:hover {
  color: #e79041;
}

.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;
  }
}

.wp-block-button a {
  transition: 0.4s;
  border-radius: 5px;
}
.wp-block-button a::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;
}
.wp-block-button a:after {
  font-size: 16px;
  color: white;
  margin-left: 10px;
}
.wp-block-button a:hover {
  background-color: #6d866c;
}

.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: #adb993;
  font-weight: normal;
  display: block;
}

blockquote p {
  font-style: italic;
  font-size: 24px;
  color: #adb993;
}

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

.wp-block-table table {
  width: 100%;
  margin-bottom: 25px;
  display: table;
  color: #000;
}
@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: normal;
  font-size: 18px;
}

@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: #000;
  background-color: white;
  background-color: #e8f0f1;
  border: none;
}
.overzicht-archive .overview-text span {
  transition: 0.4s;
}
.overzicht-archive .overview-text h3 {
  color: #6d866c;
  font-size: 32px;
  margin-bottom: 5px;
}
.overzicht-archive .overview-text p {
  color: #000;
}
.overzicht-archive .overview-text .read-more {
  margin-top: auto;
  color: white;
  display: block;
  margin-top: auto;
  margin-bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  font-size: 22px;
  padding: 8px 25px;
}
.overzicht-archive .overview-text .btn {
  transition: 0.4s;
  border-radius: 25px;
}
.overzicht-archive .overview-text .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;
}
.overzicht-archive .overview-text .btn:after {
  font-size: 16px;
  color: white;
  margin-left: 10px;
}
.overzicht-archive .overview-text .btn:hover {
  background-color: #6d866c;
}
.overzicht-archive .tz-arrangementen-item:hover .overview-text span.btn {
  background-color: #6d866c;
}

.overzicht-archive.klein, .klein {
  position: relative;
}
.overzicht-archive.klein .tz-arrangementen, .klein .tz-arrangementen {
  margin-right: -20px;
  margin-left: -20px;
}
.overzicht-archive.klein .tz-blocks .itemslide img, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item img, .klein .tz-blocks .itemslide img, .klein .tz-blocks .tz-arrangementen-item img {
  height: 250px;
  border-radius: 25px;
}
.overzicht-archive.klein .tz-blocks .itemslide .overview-text, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text, .klein .tz-blocks .itemslide .overview-text, .klein .tz-blocks .tz-arrangementen-item .overview-text {
  background: transparent;
  padding: 0;
  border: none;
  position: relative;
}
.overzicht-archive.klein .tz-blocks .itemslide .overview-text h1, .overzicht-archive.klein .tz-blocks .itemslide .overview-text h2, .overzicht-archive.klein .tz-blocks .itemslide .overview-text h3, .overzicht-archive.klein .tz-blocks .itemslide .overview-text h4, .overzicht-archive.klein .tz-blocks .itemslide .overview-text h5, .overzicht-archive.klein .tz-blocks .itemslide .overview-text h6, .overzicht-archive.klein .tz-blocks .itemslide .overview-text p, .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 .itemslide .overview-text h1, .klein .tz-blocks .itemslide .overview-text h2, .klein .tz-blocks .itemslide .overview-text h3, .klein .tz-blocks .itemslide .overview-text h4, .klein .tz-blocks .itemslide .overview-text h5, .klein .tz-blocks .itemslide .overview-text h6, .klein .tz-blocks .itemslide .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 .itemslide .overview-text .btn, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text .btn, .klein .tz-blocks .itemslide .overview-text .btn, .klein .tz-blocks .tz-arrangementen-item .overview-text .btn {
  display: none;
}
.overzicht-archive.klein .tz-blocks .itemslide .overview-text h3, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h3, .klein .tz-blocks .itemslide .overview-text h3, .klein .tz-blocks .tz-arrangementen-item .overview-text h3 {
  display: block;
  background-color: #ea9d58;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  padding: 3px 15px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  margin: 0;
  transition: 0.4s;
  border-radius: 25px;
}
.overzicht-archive.klein .tz-blocks .itemslide .overview-text h3::after, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h3::after, .klein .tz-blocks .itemslide .overview-text h3::after, .klein .tz-blocks .tz-arrangementen-item .overview-text h3::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-archive.klein .tz-blocks .itemslide .overview-text h3:after, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item .overview-text h3:after, .klein .tz-blocks .itemslide .overview-text h3:after, .klein .tz-blocks .tz-arrangementen-item .overview-text h3:after {
  font-size: 16px;
  color: white;
  margin-left: 10px;
}
.overzicht-archive.klein .tz-blocks .itemslide:hover .overview-text h3, .overzicht-archive.klein .tz-blocks .tz-arrangementen-item:hover .overview-text h3, .klein .tz-blocks .itemslide:hover .overview-text h3, .klein .tz-blocks .tz-arrangementen-item:hover .overview-text h3 {
  background-color: #6d866c;
}
.overzicht-archive.klein.bgblue, .klein.bgblue {
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 40px 0 70px;
  background-color: #e8f0f2;
}
@media screen and (max-width: 650px) {
  .overzicht-archive.klein.bgblue, .klein.bgblue {
    padding: 20px 0 50px;
    margin-top: 80px;
    margin-bottom: 20px;
    overflow: unset;
  }
}
.overzicht-archive.klein.bgblue::before, .klein.bgblue::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/border_blue_top.png");
  background-size: auto;
  width: 100%;
  height: 110px;
  top: -110px;
  bottom: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .overzicht-archive.klein.bgblue::before, .klein.bgblue::before {
    background-size: 100% 110px;
  }
}
.overzicht-archive.klein.bgblue::after, .klein.bgblue::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/border_white_top.png");
  background-size: auto;
  width: 100%;
  height: 43px;
  top: inherit;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .overzicht-archive.klein.bgblue::after, .klein.bgblue::after {
    background-size: 100% 43px;
  }
}
.overzicht-archive.klein.bgblue h3, .klein.bgblue h3 {
  text-align: center;
}
.overzicht-archive.klein.bgblue .container, .klein.bgblue .container {
  max-width: 1440px;
}
@media screen and (max-width: 1440px) {
  .overzicht-archive.klein.bgblue .container, .klein.bgblue .container {
    max-width: 100%;
  }
}
.overzicht-archive.klein.bgblue .container .overview-txt, .klein.bgblue .container .overview-txt {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.overzicht-archive.klein.bgblue .container .overview-txt h3, .klein.bgblue .container .overview-txt h3 {
  font-size: 32px;
  margin-bottom: 5px;
}
.overzicht-archive.klein.bgblue .container .tz-arrangementen-item, .klein.bgblue .container .tz-arrangementen-item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media screen and (max-width: 991px) {
  .overzicht-archive.klein.bgblue .container .tz-arrangementen-item, .klein.bgblue .container .tz-arrangementen-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  .overzicht-archive.klein.bgblue .container .tz-arrangementen-item, .klein.bgblue .container .tz-arrangementen-item {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  .overzicht-archive.klein.bgblue .container .tz-arrangementen-item, .klein.bgblue .container .tz-arrangementen-item {
    flex: 0 0;
  }
}
.overzicht-archive.klein.bgblue .container .tz-arrangementen-item .overview-text h3, .klein.bgblue .container .tz-arrangementen-item .overview-text h3 {
  border-radius: 25px;
}
.overzicht-archive.klein.vierkant .overview-txt, .klein.vierkant .overview-txt {
  display: none;
}
.overzicht-archive.klein.vierkant .container, .klein.vierkant .container {
  max-width: 100%;
  padding: 0;
}
.overzicht-archive.klein.vierkant .container .tz-arrangementen-item h3, .klein.vierkant .container .tz-arrangementen-item h3 {
  font-size: 18px;
  transition: 0.4s;
}
.overzicht-archive.klein.vierkant .container .tz-arrangementen-item h3::after, .klein.vierkant .container .tz-arrangementen-item h3::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-archive.klein.vierkant .container .tz-arrangementen-item h3:after, .klein.vierkant .container .tz-arrangementen-item h3:after {
  font-size: 12px;
  color: white;
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .overzicht-archive.klein.vierkant .container .tz-arrangementen-item:nth-child(3), .overzicht-archive.klein.vierkant .container .tz-arrangementen-item:nth-child(4), .klein.vierkant .container .tz-arrangementen-item:nth-child(3), .klein.vierkant .container .tz-arrangementen-item:nth-child(4) {
    margin-bottom: 0;
  }
}
.overzicht-archive.klein.vierkant .container .tz-arrangementen-item:hover h3, .klein.vierkant .container .tz-arrangementen-item:hover h3 {
  background-color: #6d866c;
}
.slider.aanbiedingen .slidebutton {
  top: 50%;
}
.slider.aanbiedingen .overview-txt {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .slider.aanbiedingen .overview-txt {
    text-align: left;
  }
}
.slider.aanbiedingen .overview-txt h3 {
  font-size: 32px;
  margin-bottom: 5px;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item {
  transition: 0.4s;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item img {
  border-radius: 25px 25px 0 0;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item .overview-text {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 25px 25px;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item .overview-text h3 {
  font-size: 32px;
  margin-bottom: 5px;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item .overview-text span {
  font-size: 16px;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item .overview-text span.btn {
  font-size: 22px;
  margin-bottom: 10px;
  transition: 0.4s;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item .overview-text span.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;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item .overview-text span.btn:after {
  font-size: 16px;
  color: white;
  margin-left: 10px;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item .overview-text .btn {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  font-size: 22px;
  padding: 8px 25px;
}
.slider.aanbiedingen .tz-arrangementen .tz-arrangementen-item:hover .overview-text span.btn {
  background-color: #6d866c;
}

.tz-omenom-container {
  display: flex;
  flex-direction: row;
  padding: 50px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50% - 9px);
  text-align: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tz-omenom-container {
    flex-direction: column;
    margin-left: calc(-50vw + 50% - 0px);
    padding: 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;
}
.tz-omenom-container .omenom-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  z-index: 2;
  position: relative;
  height: 400px;
  border-radius: 25px;
}
@media screen and (max-width: 650px) {
  .tz-omenom-container .omenom-image img {
    height: 200px;
    margin-bottom: 10px;
  }
}
.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%;
  }
}
.tz-omenom-container .omenom-content .btn {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
  border-radius: 25px;
  font-size: 22px;
}
.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: #6d866c;
}
.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: 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;
}
@media screen and (min-width: 768px) {
  .tz-omenom-container.image-right .omenom-content {
    padding-left: 0;
    padding-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .tz-omenom-container.image-right .omenom-content .btn {
    margin-left: 0;
  }
}
.tz-omenom-container.color-kleur1 {
  background-color: #dde2cb;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 90px 0 90px;
  position: relative;
}
.tz-omenom-container.color-kleur1::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/top_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 62px;
  top: 0px;
  bottom: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .tz-omenom-container.color-kleur1::before {
    background-size: 100% 62px;
  }
}
.tz-omenom-container.color-kleur1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/bottom_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 66px;
  top: inherit;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .tz-omenom-container.color-kleur1::after {
    background-size: 100% 66px;
  }
}
.tz-omenom-container.color-kleur2 {
  background-color: #e9eee7;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 90px 0 90px;
}
.tz-omenom-container.color-kleur2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/top_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 62px;
  top: 0px;
  bottom: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .tz-omenom-container.color-kleur2::before {
    background-size: 100% 62px;
  }
}
.tz-omenom-container.color-kleur2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/bottom_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 66px;
  top: inherit;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  .tz-omenom-container.color-kleur2::after {
    background-size: 100% 66px;
  }
}
.tz-omenom-container.color-kleur3 {
  background-color: white;
}

.customholli .tz-omenom-container .omenom-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.faq-section .question h4 {
  color: white;
  background-color: #6d866c;
  padding: 1px 10px;
  border-radius: 25px;
  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: #ea9d58 !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: #000;
  display: block;
}
.tabs-container .tabs-menu li a:hover {
  background-color: #6d866c;
}
.tabs-container .tabs-menu li.active a {
  color: white;
  background-color: #6d866c;
}
.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: #6d866c;
}
.wp-block-tz-tabs .tab-headers h3.tab-header.active {
  background-color: #ea9d58;
}

.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: #ea9d58;
  position: absolute;
  top: 40%;
  z-index: 3;
  border: none;
  border-radius: 25px;
  padding: 16px 8px;
  cursor: pointer;
}
@media screen and (max-width: 650px) {
  .arrangementen-slider .slidebutton {
    display: none;
  }
}
.arrangementen-slider .slidebutton:before {
  color: white;
  padding: 0px;
  font-size: 14px;
}
.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 {
  opacity: 0.5;
}
.arrangementen-slider .tz-arrangementen {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .arrangementen-slider .tz-arrangementen {
    padding-bottom: 25px;
  }
}
.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: 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;
  }
}
.vierblokken-column .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 650px) {
  .tz-naw {
    margin-bottom: 30px;
  }
}

body .harbor-main-widget .harbor-widget-telesto .h-accommodations .h-columns .h-column .h-accommodation-title, body .harbor-main-widget .harbor-widget-overview .h-accommodations .h-columns .h-column .h-accommodation-title {
  overflow: unset;
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price {
  bottom: 5px;
}
body .harbor-widget-search.h-sticky-block {
  z-index: 1;
  top: 99px;
}
body .harbor-main-widget .harbor-widget-titan .h-titan-buttons .h-column {
  text-align: center;
}
body .harbor-main-widget .harbor-widget-titan .h-titan-buttons .h-column .h-button {
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.4s;
  border-radius: 25px;
  margin: 0 auto;
}
body .harbor-main-widget .harbor-widget-titan .h-titan-buttons .h-column .h-button::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;
}
body .harbor-main-widget .harbor-widget-titan .h-titan-buttons .h-column .h-button:after {
  font-size: 16px;
  color: white;
  margin-left: 10px;
}
body .harbor-main-widget .harbor-widget-titan .h-titan-buttons .h-column .h-button:hover {
  background-color: #6d866c;
}
body .harbor-main-widget .harbor-widget-search .h-button-search {
  border-radius: 0 25px 25px 0;
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-title {
  color: #6d866c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-features ul li i, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-features ul li i, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-features ul li i, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-features ul li i, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-features ul li i, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-features ul li i, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-features ul li i, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-features ul li i {
  color: #adb993;
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container {
  border-radius: 0 25px 25px 0;
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-images-container .h-accommodation-images-inner .h-accommodation-image img, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-images-container .h-accommodation-images-inner .h-accommodation-image img, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-images-container .h-accommodation-images-inner .h-accommodation-image img, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-images-container .h-accommodation-images-inner .h-accommodation-image img, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-images-container .h-accommodation-images-inner .h-accommodation-image img, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-images-container .h-accommodation-images-inner .h-accommodation-image img, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-images-container .h-accommodation-images-inner .h-accommodation-image img, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-images-container .h-accommodation-images-inner .h-accommodation-image img {
  border-radius: 25px 0 0 25px;
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-buttons-container .h-accommodation-buttons .h-button, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-buttons-container .h-accommodation-buttons .h-button, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-buttons-container .h-accommodation-buttons .h-button, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-buttons-container .h-accommodation-buttons .h-button, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-buttons-container .h-accommodation-buttons .h-button, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-buttons-container .h-accommodation-buttons .h-button, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-buttons-container .h-accommodation-buttons .h-button, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-buttons-container .h-accommodation-buttons .h-button {
  border-radius: 25px;
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:before, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:after, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:before, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:after, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:before, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:after, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:before, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:after, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:before, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:after, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:before, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:after, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:before, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:after, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:before, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-images-side-container .h-accommodation-images .h-accommodation-discount:after {
  content: none;
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price .h-price .h-price-line .h-value, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price .h-price .h-price-line .h-value, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price .h-price .h-price-line .h-value, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price .h-price .h-price-line .h-value, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price .h-price .h-price-line .h-value, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price .h-price .h-price-line .h-value, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price .h-price .h-price-line .h-value, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-accommodation-feature-and-price .h-accommodation-card-price .h-price .h-price-line .h-value {
  color: #6d866c;
}
body .harbor-main-widget .harbor-widget-rhea .h-rhea-details {
  border-radius: 25px;
}
body .harbor-main-widget .harbor-widget-rhea .h-rhea-details .h-button {
  border-radius: 25px;
}
body .harbor-main-widget .h-price-container .h-price-information .h-top .h-title {
  color: #6d866c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  body .harbor-main-widget .harbor-widget-search .h-columns {
    border: none;
  }
}
body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-alternate-accommodation-label, body .harbor-main-widget .harbor-widget-telesto.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-alternate-accommodation-label, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-alternate-accommodation-label, body .harbor-main-widget .harbor-widget-telesto.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-alternate-accommodation-label, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-alternate-accommodation-label, body .harbor-main-widget .harbor-widget-overview.h-widget-card .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-alternate-accommodation-label, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-view .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-alternate-accommodation-label, body .harbor-main-widget .harbor-widget-overview.h-widget-normal .h-accommodations-container .h-accommodations-result .h-accommodations-not-available .h-columns .h-column .h-accommodation .h-accommodation-card .h-accommodation-card-container .h-accommodation-details-side-container .h-alternate-accommodation-label {
  z-index: 0;
}

@media screen and (min-width: 991px) {
  .tz-bottom-bar-hider {
    display: none;
  }
}

.tz-zoekenboek.zb-horizontal {
  display: none;
}
@media screen and (min-width: 991px) {
  .tz-zoekenboek .harbor-widget-titan {
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 25px;
  }
  .tz-zoekenboek.zb-horizontal {
    margin-top: -90px;
    position: sticky;
    top: 90px;
    z-index: 99;
    display: block;
    min-height: 127px;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan {
    justify-content: space-between;
    display: flex;
    padding: 15px;
    position: relative;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .h-discount-message {
    position: absolute;
    z-index: 1;
    top: -22px;
    left: 15px;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .h-discount-message .h-label {
    display: none;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .harbor-widget-search {
    width: 65%;
    margin-bottom: 0;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .harbor-widget-search .h-columns {
    display: flex;
    flex-direction: row;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .harbor-widget-search .h-column {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .harbor-widget-search .h-column .h-select-box .h-select-button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: -moz-fit-content;
    height: fit-content;
    box-shadow: none;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .h-titan-details {
    flex-direction: column;
    justify-content: center;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .h-titan-details .h-titan-price {
    padding: 0;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .h-titan-details .h-titan-price-label {
    display: none;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .h-titan-buttons {
    height: -moz-fit-content;
    height: fit-content;
  }
  .tz-zoekenboek.zb-horizontal .harbor-main-widget .harbor-widget-titan .h-titan-buttons .h-button {
    margin: 0;
    padding: 14px 20px;
    border-radius: 0 25px 25px 0;
  }
}

@media screen and (max-width: 991px) {
  .home .header-heights.home {
    height: calc(50vh + 350px);
  }
  .home .header-heights.home .header_txt {
    top: 47vh;
    margin-bottom: 0;
    position: relative;
  }
  .home .zb-container {
    padding: 0;
    margin-top: 50vh;
  }
  .home .harbor-main-widget .harbor-widget-search.h-expandable .h-search-columns {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin-bottom: 50px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .home .harbor-main-widget .harbor-widget-search.h-expandable .h-search-columns .h-columns {
    background: transparent;
  }
  .home .harbor-main-widget .harbor-widget-search.h-expandable .h-search-columns .h-select-box {
    position: relative;
  }
  .home .harbor-main-widget .harbor-widget-search.h-expandable .h-search-columns .h-select-box .h-select-body {
    top: 100%;
    bottom: initial;
  }
  .home .harbor-main-widget .harbor-widget-search .h-expand {
    display: none;
  }
}

body header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  position: sticky;
  top: 0px;
  z-index: 999;
}
body header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../img/top_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 62px;
  top: 93px;
  bottom: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body header::after {
    background-size: 100% 62px;
  }
}
body header .xtra-header {
  background: #6d866c;
  color: white;
}
body header .xtra-header .container {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 650px) {
  body header .xtra-header .container {
    padding: 0;
  }
}
body header .xtra-header .container .phonenr {
  font-weight: 300;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 10px;
}
body header .xtra-header .container .phonenr::before {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f095";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body header .xtra-header .container .phonenr:before {
  font-size: 16px;
}
body header .xtra-header .container .phonenr a {
  color: #fff;
}
body header .xtra-header .container .language .wpml-ls-statics-shortcode_actions {
  width: 60px;
  margin-right: 10px;
}
body header .xtra-header .container .language .wpml-ls-statics-shortcode_actions a {
  background-color: #627861;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
body header .xtra-header .container .language .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a {
  background: white;
}
body header .xtra-header .container .topbutton .header-button {
  padding: 4px 15px 2px;
  font-size: 18px;
}
body header .xtra-header .container .google-reviews {
  display: flex;
  align-items: center;
  margin-right: 15px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
body header .xtra-header .container .google-reviews a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  margin-top: -1px;
}
body header .xtra-header .container .google-reviews a .google-icon {
  margin-right: 5px;
  margin-top: -1px;
}
body header .xtra-header .container .google-reviews a .google-icon i {
  font-size: 16px;
  color: white;
}
body header .xtra-header .container .google-reviews a .review-data {
  display: flex;
  align-items: center;
}
body header .xtra-header .container .google-reviews a .review-data .review-number {
  font-size: 19px;
  margin-right: 8px;
}
body header .xtra-header .container .google-reviews a .review-data .stars {
  display: flex;
}
body header .xtra-header .container .google-reviews a .review-data .stars i {
  font-size: 16px;
  margin-right: 4px;
  color: #f1c40f;
}
body header .container {
  display: flex;
  justify-content: space-between;
}
body header .container .logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  body header .container .logo {
    margin-left: 10px;
  }
}
body header .container .logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body header .container .logo img {
  width: 122px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 0px;
}
@media screen and (max-width: 1200px) {
  body header .container .logo img {
    width: 95px;
  }
}
@media screen and (max-width: 1200px) {
  body header .container.nav-container {
    padding: 0;
  }
}
body header .container.nav-container .tz-nav {
  display: flex;
}
@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: flex-end;
  margin-left: 10px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  body header .container.nav-container .tz-nav .topbutton {
    justify-content: center;
  }
}
body header .container.nav-container .tz-nav .topbutton .btn {
  margin: 0;
  padding: 6px 17px;
  font-size: 22px;
}
@media screen and (max-width: 650px) {
  body header .container.nav-container .tz-nav .topbutton .btn {
    font-size: 18px;
  }
}
body header .container.nav-container .tz-nav .tz-mobile-menu {
  display: none;
  height: 100%;
  cursor: pointer;
  padding: 20px;
}
@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;
  color: #ea9d58;
}
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: 10px;
    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 nav {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
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: 0px 0px 0px;
  margin: 0;
}
body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li, body header .container.nav-container .tz-nav nav .menu-inner .menu li {
  display: flex;
  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: 400;
  color: #6d866c;
  padding: 4px 18px;
  display: flex;
  border-radius: 25px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}
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: #6d866c;
}
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: white;
  color: #6d866c;
  flex-grow: 1;
  border: 1px solid #c0ccbf;
  border-radius: 25px;
}
@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: #ea9d58;
    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: 36px;
  left: 0;
  min-width: -moz-max-content;
  min-width: max-content;
  background: white;
  z-index: 9;
  padding: 0px;
  margin-top: 0;
  box-shadow: -1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}
@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.current_page_item > a, body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li.current-menu-item > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li.current_page_item > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li.current-menu-item > a {
  border: none;
  color: white;
  background-color: #6d866c;
  border-radius: 0;
}
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 li:hover a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:hover a {
  border: none;
  color: white;
  background-color: #6d866c;
  border-radius: 0;
  width: 100%;
}
body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li:last-child:hover a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:last-child:hover a {
  border-radius: 0 0 25px 25px;
}
body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu li:first-child:hover a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu li:first-child:hover a {
  border-radius: 25px 25px 0 0;
}
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.current_page_item > a, body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu li.current-menu-item > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu li.current_page_item > a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu li.current-menu-item > a {
  border: none;
  color: white;
  background-color: #6d866c;
  border-radius: 0;
}
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;
  }
}
body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu li:hover a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu li:hover a {
  border: none;
  color: white;
  background-color: #6d866c;
  border-radius: 0;
  width: 100%;
}
body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu li:last-child:hover a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu li:last-child:hover a {
  border-radius: 0 0 25px 25px;
}
body header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu li .sub-menu .sub-menu li:first-child:hover a, body header .container.nav-container .tz-nav nav .menu-inner .menu li .sub-menu .sub-menu li:first-child:hover a {
  border-radius: 25px 25px 0 0;
}
@media screen and (max-width: 1200px) {
  body header .container.nav-container .tz-nav nav {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0%;
    width: 100%;
    display: none;
  }
  body header .container.nav-container .tz-nav nav .menu-inner {
    right: 0;
    background: white;
    z-index: 999999;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  body header .container.nav-container .tz-nav nav .menu-inner {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 540px) {
  body header .container.nav-container .tz-nav nav .menu-inner {
    width: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 1200px) {
  body header .container.nav-container .tz-nav nav .menu-inner > div .menu {
    flex-direction: column;
    padding: 0;
  }
  body header .container.nav-container .tz-nav nav .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 .menu-inner > div .menu li a {
    display: flex;
    flex-grow: 1;
    line-height: inherit;
    padding: 8px 18px;
  }
  body header .container.nav-container .tz-nav nav .menu-inner > div .menu li .sub-menu-toggle {
    position: relative;
    padding: 4px 18px;
  }
  body header .container.nav-container .tz-nav nav .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 .menu-inner > div .menu li .sub-menu-toggle:after {
    font-size: 16px;
    color: black;
  }
  body header .container.nav-container .tz-nav nav .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 .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 .menu-inner > div .menu .sub-menu.open li a {
    padding: 5px 20px;
  }
}
.header-sticky header {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.39);
}
.header-sticky header:after {
  content: none;
}
.header-sticky header .container.nav-container .tz-nav .topbutton {
  justify-content: center;
}
.header-sticky header .container.nav-container .tz-nav nav .menu-hoofdmenu-container .menu, .header-sticky header .container.nav-container .tz-nav nav .menu-topmenu-uk-container .menu {
  padding: 15px 0;
}
.header-sticky header .container .logo {
  top: 14px;
}
.header-sticky header .container .logo img {
  width: 122px;
  margin-top: 0;
}

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/bottom_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 66px;
  top: inherit;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body section.header-img::after {
    background-size: 100% 66px;
  }
}
@media screen and (max-width: 650px) {
  body section.header-img:after {
    height: 57px;
    background-size: 100%;
    background-position: bottom center;
  }
}
body section.header-img .img-inner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
body section.header-img .img-inner .header_txt {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  body section.header-img .img-inner .header_txt {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 650px) {
  body section.header-img .img-inner .header_txt {
    margin-left: 0;
  }
}
body section.header-img .img-inner .header_txt h2, body section.header-img .img-inner .header_txt h3 {
  color: white;
  text-shadow: 2px 2px 11px rgba(0, 0, 0, 0.77);
  font-style: italic;
}
body section.header-img .img-inner .header_txt h3 {
  font-weight: normal;
  font-size: 60px;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  body section.header-img .img-inner .header_txt h3 {
    font-size: 40px;
    margin-bottom: 1px;
  }
}
body section.header-img .img-inner .header_txt h2 {
  font-size: 44px;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  body section.header-img .img-inner .header_txt h2 {
    font-size: 27px;
  }
}
body section.header-img .img-inner .header_txt .btn {
  position: relative;
  background: white;
  padding: 8px 15px 7px 15px;
  color: black;
}
body section.header-img .img-inner .header_txt .btn:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 991px) {
  body section.header-img .zb-container {
    margin-bottom: 8%;
  }
  body section.header-img .zb-container .harbor-main-widget .harbor-widget-search .h-columns {
    border-radius: 25px;
  }
  body section.header-img .zb-search-home {
    margin-bottom: 20px;
  }
  body section.header-img .zb-search-home .harbor-main-widget .harbor-widget-search .h-columns {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 35px;
    box-shadow: 2px 2px 41px 0px rgba(0, 0, 0, 0.15);
  }
  body section.header-img .zb-search-home .harbor-main-widget .harbor-widget-search .h-columns .h-select-button {
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
}
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: 120px;
  background-color: #e9eee7;
  border-radius: 35px;
  padding: 30px;
  margin-left: 10px;
}
body main [style="flex-basis:33.33%"] .detailzbtitan .harbor-main-widget .harbor-widget-titan {
  border: none;
  padding: 0;
}
body main footer {
  display: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
@media screen and (max-width: 768px) {
  .gallery {
    cursor: pointer;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 33%);
  }
}
.gallery .gallery-close-btn {
  display: none;
}
.gallery .gallery-item {
  padding: 16px;
  margin: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1024px) {
  .gallery .gallery-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (max-width: 991px) {
  .gallery .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-item {
    display: none;
    padding: 8px;
  }
  .gallery .gallery-item.acco1 {
    display: block;
    grid-row: 3;
    max-width: none;
  }
  .gallery .gallery-item.acco2 {
    display: block;
    grid-row: 3;
    max-width: none;
  }
  .gallery .gallery-item.acco3 {
    display: block;
    grid-row: 3;
    max-width: none;
  }
  .gallery .gallery-item.acco4 {
    display: block;
    grid-row: 3;
    max-width: none;
  }
  .gallery .gallery-item.acco1 {
    grid-column: 1/span 3;
    grid-row: 1;
    display: grid;
  }
  .gallery .gallery-item.acco1 .gallery-icon a {
    height: 30vh;
  }
  .gallery .gallery-item.acco1 .gallery-icon a img {
    height: 30vh;
    max-height: none;
  }
  .gallery .gallery-item a[data-fancybox=gallery] {
    pointer-events: none;
  }
}
.gallery .gallery-item .gallery-icon {
  height: 100%;
}
.gallery .gallery-item .gallery-icon a {
  display: flex;
  height: 100%;
}
.gallery .gallery-item .gallery-icon a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .gallery .gallery-item .gallery-icon a img {
    height: 100px;
  }
}
.gallery .gallery-item .gallery-icon .image-count {
  display: block;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
}
.gallery .gallery-item.acco4, .gallery .gallery-item.acco8 {
  position: relative;
}
.gallery .gallery-item.acco4 .image-count, .gallery .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 {
  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 {
  font-size: 14px;
  margin-right: 7px;
}
@media screen and (max-width: 768px) {
  .gallery .gallery-item.acco4 .image-count, .gallery .gallery-item.acco8 .image-count {
    display: block;
  }
}
.gallery .gallery-item.acco8 .image-count {
  display: block;
}
.gallery .youtube_video {
  position: relative;
}
.gallery .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 {
  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] {
    pointer-events: auto;
  }
  .gallery .youtube_video.acco1 {
    grid-column: 1/span 3;
    grid-row: 1;
    display: grid;
  }
}
.gallery .youtube_video a {
  height: 100%;
  display: block;
}
.gallery .youtube_video a img {
  height: 100%;
}
.gallery.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 {
  display: block;
}
.gallery.open .gallery-item .image-count {
  display: none !important;
}
.gallery.open .gallery-item .gallery-icon img {
  max-height: none;
  height: auto;
}
.gallery.open .youtube_video {
  margin: 16px;
}
.gallery.open .youtube_video a img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery.open .gallery-close-btn {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  display: block;
}
.gallery.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 {
  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;
}
@media screen and (max-width: 768px) {
  section.gallery-section.top-gallery .gallery .gallery-item.acco1 a img {
    border-radius: 25px !important;
  }
}
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;
}
@media screen and (max-width: 768px) {
  section.gallery-section.top-gallery .gallery .gallery-item.acco2 a img {
    border-radius: 25px !important;
  }
}
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;
}
@media screen and (max-width: 768px) {
  section.gallery-section.top-gallery .gallery .gallery-item.acco3 a img {
    border-radius: 25px !important;
  }
}
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;
}
@media screen and (max-width: 768px) {
  section.gallery-section.top-gallery .gallery .gallery-item.acco4 a img {
    border-radius: 25px !important;
  }
}
section.gallery-section.top-gallery .gallery .gallery-item.acco4 .image-count {
  display: block;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
}
section.gallery-section.top-gallery .gallery .gallery-item.acco4 a img {
  border-radius: 0 0 25px 0;
}
section.gallery-section.top-gallery .gallery .gallery-item.acco2 a img {
  border-radius: 0 25px 0 0;
}
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%;
  border-radius: 25px 0 0 25px;
}
@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;
}

section.gallery-section.masonblue {
  background-color: #e9eee7;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 90px 0 90px;
}
section.gallery-section.masonblue::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/top_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 62px;
  top: 0px;
  bottom: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  section.gallery-section.masonblue::before {
    background-size: 100% 62px;
  }
}
section.gallery-section.masonblue::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/bottom_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 66px;
  top: inherit;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  section.gallery-section.masonblue::after {
    background-size: 100% 66px;
  }
}
section.gallery-section.masonblue h3 {
  text-align: center;
  font-size: 32px;
}
section.gallery-section.masonblue .masonblue-container {
  max-width: 85%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.gallery-section.masonblue .masonblue-container {
    max-width: 100%;
  }
}
section.gallery-section.masonblue .masonblue-container img {
  border-radius: 25px;
}
section.gallery-section.masonblue .masonblue-container .image-count {
  display: block;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
}
section.gallery-section.masonblue .masonblue-container .first-block {
  position: relative;
  flex: 0 0 45%;
  max-width: 45%;
}
@media screen and (max-width: 768px) {
  section.gallery-section.masonblue .masonblue-container .first-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .first-block {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .first-block {
    flex: 0 0;
  }
}
section.gallery-section.masonblue .masonblue-container .first-block .gallery-item {
  max-width: 100%;
  height: 100%;
  flex: 0;
}
section.gallery-section.masonblue .masonblue-container .first-block .gallery-item .gallery-icon a img {
  height: -moz-fit-content;
  height: fit-content;
  height: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  section.gallery-section.masonblue .masonblue-container .first-block .gallery-item .gallery-icon a img {
    height: 100%;
  }
}
section.gallery-section.masonblue .masonblue-container .second-block {
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 768px) {
  section.gallery-section.masonblue .masonblue-container .second-block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .second-block {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .second-block {
    flex: 0 0;
  }
}
@media screen and (max-width: 768px) {
  section.gallery-section.masonblue .masonblue-container .second-block {
    display: flex;
  }
}
section.gallery-section.masonblue .masonblue-container .second-block .gallery-item {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .second-block .gallery-item {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .second-block .gallery-item {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .second-block .gallery-item {
    flex: 0 0;
  }
}
section.gallery-section.masonblue .masonblue-container .second-block .gallery-item .gallery-icon a img {
  height: 234px;
}
section.gallery-section.masonblue .masonblue-container .third-block {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  section.gallery-section.masonblue .masonblue-container .third-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .third-block {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .third-block {
    flex: 0 0;
  }
}
section.gallery-section.masonblue .masonblue-container .third-block .gallery-item {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  section.gallery-section.masonblue .masonblue-container .third-block .gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .third-block .gallery-item {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  section.gallery-section.masonblue .masonblue-container .third-block .gallery-item {
    flex: 0 0;
  }
}
section.gallery-section.masonblue .masonblue-container .third-block .gallery-item .gallery-icon a img {
  height: 122px;
  height: 145.6666666667px;
}
@media screen and (max-width: 768px) {
  section.gallery-section.masonblue .masonblue-container .third-block .gallery-item .gallery-icon a img {
    height: 30vh;
  }
}
section.gallery-section.masonblue .masonblue-container.open .second-block {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

body section.omgeving {
  position: relative;
}
body section.omgeving::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url("../img/top_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 62px;
  top: 0px;
  bottom: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body section.omgeving::before {
    background-size: 100% 62px;
  }
}
body section.omgeving::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: url("../img/bottom_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 66px;
  top: inherit;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body section.omgeving::after {
    background-size: 100% 66px;
  }
}
@media screen and (max-width: 650px) {
  body section.omgeving:after {
    content: none;
  }
}
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: -moz-fit-content;
    height: fit-content;
    background-size: contain;
    background-position: top center;
  }
}
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;
  border-radius: 25px;
}
@media screen and (max-width: 650px) {
  body section.omgeving .omgeving-inner .omgeving-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);
  }
}
body section.omgeving .omgeving-inner .omgeving-text ul {
  margin-bottom: 0;
}
body section.omgeving .omgeving-inner .omgeving-text .btn {
  transition: 0.4s;
  margin-top: 10px;
  border-radius: 25px;
}
body section.omgeving .omgeving-inner .omgeving-text .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;
}
body section.omgeving .omgeving-inner .omgeving-text .btn:after {
  font-size: 16px;
  color: white;
  margin-left: 10px;
}
body section.omgeving .omgeving-inner .omgeving-text .btn:hover {
  background-color: #6d866c;
}
body .logo-slider {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  body .logo-slider {
    padding: 20px 0;
  }
}
body .logo-slider .container {
  position: relative;
}
body .logo-slider .slidebutton {
  background-color: #6d866c;
  position: absolute;
  top: 40%;
  z-index: 3;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
body .logo-slider .slidebutton[disabled] {
  opacity: 0.5;
}
@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);
  height: 100px;
}
@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-top: 1px dashed rgba(255, 255, 255, 0.2);
  min-height: 8px;
  padding: 3px 0;
  width: 100%;
}
body .breadcrumbs .container {
  padding: 0;
}
body .breadcrumbs p {
  margin: 0;
  font-size: 14px;
  color: white;
}
body .breadcrumbs p .breadcrumb_last {
  color: white;
}
body .breadcrumbs p a {
  color: #ea9d58;
  font-size: 14px;
}
body footer {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 35px 0;
  background-color: #4e6054;
  padding-top: 100px;
  padding-bottom: 90px;
}
body footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url("../img/top_kriebel.png");
  background-size: auto;
  width: 100%;
  height: 62px;
  top: 0px;
  bottom: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1200px) {
  body footer::before {
    background-size: 100% 62px;
  }
}
@media screen and (min-width: 2000px) {
  body footer {
    background-size: 100% 950px;
  }
}
@media screen and (max-width: 991px) {
  body footer {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
body footer .appblock {
  display: flex;
  margin: 0 auto;
  width: 650px;
  padding-bottom: 30px;
  margin-top: 10px;
}
body footer .appblock a {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 550px) {
  body footer .appblock {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  body footer .appblock {
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 15px;
  }
}
body footer .appblock .app_img {
  flex: 0 0 70px;
  max-width: 70px;
  text-align: right;
}
@media screen and (max-width: ) {
  body footer .appblock .app_img {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  body footer .appblock .app_img {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  body footer .appblock .app_img {
    flex: 0 0;
  }
}
body footer .appblock .app_img img {
  height: 70px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 650px) {
  body footer .appblock .app_img {
    height: 70px;
    flex: 0;
    max-width: 100%;
    text-align: center;
  }
}
body footer .appblock .app_txt {
  padding-left: 25px;
  flex: 0 0 calc(100% - 70px);
  max-width: calc(100% - 70px);
}
@media screen and (max-width: ) {
  body footer .appblock .app_txt {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  body footer .appblock .app_txt {
    flex: 0 0;
  }
}
@media screen and (max-width: ) {
  body footer .appblock .app_txt {
    flex: 0 0;
  }
}
@media screen and (max-width: 650px) {
  body footer .appblock .app_txt {
    flex: auto;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
}
body footer .appblock .app_txt h3, body footer .appblock .app_txt h4 {
  color: white;
}
body footer .appblock .app_txt h3 {
  font-size: 36px;
  margin-bottom: 0px;
}
@media screen and (max-width: 650px) {
  body footer .appblock .app_txt h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 650px) {
  body footer .appblock .app_txt h4 {
    font-size: 16px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
  }
}
body footer .container {
  display: flex;
  flex-wrap: wrap;
}
body footer .container.content {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
@media screen and (max-width: 650px) {
  body footer .container.content {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
body footer .container .footerblok {
  flex: 0 0 calc(33.33% - 70px);
  max-width: calc(33.33% - 70px);
  font-weight: normal;
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
  margin: 0 35px;
  padding: 0 15px;
  line-height: 28px;
  color: white;
}
@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;
  }
}
body footer .container .footerblok.footer-1 {
  margin-left: 0;
  padding-left: 0;
}
body footer .container .footerblok.footer-3 {
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  body footer .container .footerblok {
    margin: 0;
    margin-bottom: 25px;
    border-right: none;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
    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: #ea9d58;
}
body footer .container .footerblok ul {
  padding: 0;
  margin: 0;
}
body footer .container .footerblok ul li {
  margin-bottom: 5px;
}
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;
}
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;
  font-weight: normal;
  background-color: #415046;
}
body section.copyright p {
  margin: 0;
  line-height: 24px;
}
@media screen and (max-width: 650px) {
  body section.copyright p {
    font-size: 14px;
  }
}
body section.copyright .container {
  padding: 15px;
  text-align: center;
  font-size: 17px;
  color: white;
}
body section.copyright .container a {
  color: white;
}/*# sourceMappingURL=style.css.map */