html {
  scroll-behavior: smooth;
  
}
.u-body{
  --wp--preset--font-size--x-large: 2.8125rem;
  --wp--preset--font-size--large: 2.3rem;
}

.h2{
  font-size: 1.875rem !important;
}

/* Standard css*/
.breadcrumbs {
  padding: 5rem 0 0;
  max-width: 1320px;
  margin: 0 auto;
}

.wp-block-button__link{
  background: #e5e5e5;
  color: #000;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
}
.wp-block-button__link:hover{
  background: #cecece;
  color: #000;
}

.gform_button{
  background: #bd8263;
  color: #fff !important;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1.1rem;
}
.gform_button:hover{
  background: #bd8263;
  color: #fff !important;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
  padding-top: 0;
}

.check ul,
ul.check {
  list-style: none;
  padding-left: 2.5rem;
  position: relative;
}

.check ul li,
ul.check li {
  align-items: top;
  line-height: 1.5;
  margin-bottom: .5rem;
  flex-flow: row wrap;
}

.check ul li::before,
ul.check li::before {
  content: "";
  background-image: url('/wp-content/themes/museumfabriek/assets/images/check.png');
  background-position: bottom;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}


section.overlap{
  position: relative;
}
section.overlap::before{
  content: '';
  position: absolute;
  height: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  top: unset;
}
section.overlap-white::before{
  background: #fff;
}
.u-border-none.u-btn.u-button-style.u-none.u-text-active-custom-color-24.u-text-custom-color-24.u-text-hover-custom-color-24.u-btn-1 .u-icon{
  margin-left: 5px;
}
a {
  font-size: 1rem;
}
p:not(.u-text-variant) {
  margin-top: 0;
  margin-bottom: 1rem;
}
#breadcrumbs {
  margin-top: 0;
  font-weight: 400;
  font-size: .9rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  color: #606060;
}
#breadcrumbs a {
  font-size: .9rem;
}
select {
  background: #fff;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  padding: .5rem;
  font-size: 1rem;
}
.post-header,
.posts-section {
  background: #f5f5f5;
}
.wp-block-separator{
  margin-top: 3rem;
  margin-bottom: 3rem;
  color: #e5e1d8;
  border-width: 1px;
}
.social-share {
  position: sticky;
  top: 2rem;
  right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
.share-email img {
  height: 15px;
}
.share-twitter img {
  height: 17px;
}
.share-buttons {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.share-buttons a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E19389;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.05);
  transition: all .3s ease;
  padding: 0.5rem;
}

.archive-header {
  max-width: 1320px;
  margin: 0 auto;
  padding: 5rem 0 1rem;
}
.archive-header h1 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.archive-description {
  margin-top: 1rem;
}

.filter {
  display: flex;
  flex-flow: row wrap;
}

.filter p {
  margin-right: 1rem;
}

.filter .btn+.btn {
  margin-left: 1rem;
}
.buttons{
  margin-top: 1rem;
}
.buttons .u-btn {
  display: inline-block;
}
.buttons .u-btn+.u-btn {
  margin-left: .5rem;
}

section.single-post {
  background: #FBFAF8;
  padding-bottom: 3rem;
}
.u-btn.arrow-back {
  margin-top: 0;
  margin-bottom: 1rem;
  display: inline-flex !important;
  align-items: center;
  padding-left: .75rem;
}
.arrow-back::before {
  background: url('/wp-content/themes/museumfabriek/assets/images/552859.png');
  width: 23px;
  height: 23px;
  display: block;
  content: '';
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  transform: rotate(180deg);
  margin-right: .5rem;
}

blockquote{
  margin: 0;
}
blockquote p {
  font-size: 1.3rem !important;
  font-weight: 100;
}

.wp-embed-footer{
  display: none;
}

.wp-block-group.has-background .wp-block-group__inner-container {
  padding: 30px 30px 10px;
  margin-bottom: 1.5rem;
}
.wp-block-group.has-background .wp-block-group__inner-container h2 {
  margin-top: .5rem !important;
}
.wp-block-group.has-background h2.wp-block-heading:first-of-type {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.wc-block-grid__product.add-to-wishlist-before_image {
  border-bottom: 0;
}
.wc-block-grid__products {
  margin-bottom: 0 !important;
}
.wc-block-grid__product-title {
  margin-bottom: 0 !important;
}

.single-wrapper {
  max-width: 700px;
  margin: 0 auto;
}
.more-posts{
  max-width: 700px;
  margin: 0 auto;
}
.single-wrapper h2.wp-block-heading {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 300 !important;
  font-size: 1.1rem !important;
  margin-top: 1.5rem !important;
}
section.single-post {
  padding-top: 2rem;
}
.single-content {
  margin-top: 1rem;
  background: #ffffff;
  padding: 1rem 2rem 1.5rem;
  border-radius: 5px;
  margin-right: 4rem;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.single-content h1 {
  margin-top: 2rem;
  margin-bottom: .5rem;
}
.single-post .image-wrapper {
  margin-bottom: 0;
  margin-right: 0;
  max-height: 400px;
  margin-top: 1rem;
}
.single-post .wp-post-image {
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}
.single-post .post-wrapper {
  background: #fff;
  padding: 1rem 2rem;
  margin-right: 0;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 4rem;
  margin-top: 1rem;
}
.single-post .image-wrapper + .post-wrapper {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.single-post .card{
  padding: 1rem;
  background: #fff;
  border-radius: 6px !important;
  margin-bottom: .5rem;
  transition: all .3s ease-in-out;
  overflow: hidden;
}
.single-post .card a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.single-post .card p{
  font-weight: 600;
  margin-bottom: 0;
  transition: all .3s ease-in-out;
  line-height: 1.4;
}
.single-post .post-wrapper h1{
  font-size: 2rem;
  margin-bottom: 0;
}

.single-post .card-horizontal {
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 0;
  position: relative;
}
.single-post .card-horizontal .card-image {
  width: 150px;
  height: 150px;
}
.single-post .card-horizontal .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .card-horizontal .card-content {
  padding: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.single-post .card-horizontal .card-content .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}
.single-post .card:hover{
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.wp-block-latest-posts {
  margin-bottom: 10rem;
}
.wp-block-latest-posts.is-grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.wp-block-latest-posts.columns-4 li {
  width: 100% !important;
}
.wp-block-latest-posts__post-title,
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts__post-author {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.wp-block-latest-posts__featured-image, .wp-block-latest-posts__featured-image a {
  width: 100%;
  height: 220px;
}
.wp-block-latest-posts__post-author {
  color: #bdbcbc;
  font-size: .9rem;
  display: inline-block;
  display: none;
}
.wp-block-latest-posts__post-author+.wp-block-latest-posts__post-date {
  margin-left: 0;
  display: inline-block;
}
.wp-block-latest-posts__post-title {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1.5rem;
  font-size: .9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-latest-posts__post-date {
  color: #bdbcbc;
  font-size: .9rem;
}
.wp-block-latest-posts li {
  border: 1px solid #f2f2f2;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
}
.wp-block-latest-posts__featured-image,
.wp-block-latest-posts__featured-image a {
  width: 100%;
}
.wp-block-latest-posts__featured-image img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.sidebar h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}
.sidebar .wp-block-latest-posts__featured-image,
.sidebar .wp-block-latest-posts__featured-image a {
  width: unset;
}
.sidebar .wp-block-latest-posts__post-title {
  margin-top: 1rem;
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 3rem;
}

section.u-sheet {
  max-width: 1320px;
}
ul:not(.u-unstyled){
  margin-top: 0;
}
.u-btn{
  margin-bottom: 0;
  margin-top: 0;
}


/* Menu */
.menu-item-has-children>a::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  margin-left: 5px;
}
.u-nav-popup{
  padding: .5rem 0.5rem;
  background: #FFF;
  min-width: 190px;
  box-shadow: 1px 2px 8px #00000021;
}

.home .u-section-row-2:not(.u-sticky-fixed) .wpml-ls-legacy-dropdown a{
  background-color: unset !important;
  color:#fff !important;
}

.home .u-section-row-2.u-sticky-fixed .wpml-ls-legacy-dropdown a{
  background-color: unset !important;
}

.wpml-ls-legacy-dropdown a{
  border: none !important;
  padding: 26px 15px !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
  border-top: none !important;
}

.home .u-section-row-2.u-sticky-fixed .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
  background-color: #fff !important;
}

.home .u-section-row-2:not(.u-sticky-fixed) .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{
  background-color: rgba(0, 0, 0, 0.5019607843137255) !important;
}


@media (max-width: 1199px){
  .u-container-style.u-inner-container-layout.u-sidenav.u-white {
    background: #fff;
    border-left: 1px solid #e5e1d8;
  }
  .menu-item-has-children > a::after {
      display: none;
  }
  .wpml-ls-legacy-dropdown a{
    padding: 25px 15px !important;
  }
  span.toggle-submenu {
      width: 50px;
      height: 67px;
      content: '';
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      position: absolute;
      right: 0;
      z-index: 11111111;
      background-size: 24px;
      top: 0;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center;
  }
  .sub-menu {
      margin: 0 -1.5rem;
      margin-top: 0 !important;
      margin-bottom: 0px !important;
      padding: 1rem 1.5rem;
      background: #f5f5f5;
  }
  .sub-menu .sub-menu {
      border-bottom: 1px solid #e5e1d8;
      margin-bottom: 1rem !important;
  }
  .u-enable-responsive.u-offcanvas .u-sidenav .sub-menu .sub-menu .u-nav-link {
      text-transform: none;
      padding: 8px 20px !important;
  }
  .sub-menu  .u-nav-link{
      padding: 10px 0 !important;
  }
  .u-popupmenu-items .u-nav-link {
      padding: 15px 0;
      font-size: 1.1rem;
  }
  .menu-item-has-children .sub-menu {
      display: none;
  }
  #mobile-menu-list {
      padding: 0 1.5rem;
  }
  .u-enable-responsive .u-sidenav .u-popupmenu-items{
      width: 100%;
      text-align: left;
  }
  .u-offcanvas .u-sidenav{
      width: 300px !important;
  }
  .u-enable-responsive.u-offcanvas .u-sidenav .u-nav-link {
      padding-left: 20px !important;
      padding-right: 20px !important;
  }
}

/* footer */
.social-icons {
  display: flex;
  gap: .5rem;
  justify-content: end;
}
.social-icons img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.copyright {
  padding-top: 1rem;
  margin-bottom: 1rem !important;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

/* Theme colors */
.wp-block-group.has-background {
  border-radius: 6px;
}
.wp-block-group.has-background.has-white-background-color {
  box-shadow: 2px 2px 12px 0 rgba(119, 112, 99, 0.1);
}
.has-color-1-background-color {
  background: #8B2B1B;
  color: #fff;
}
.has-color-1-background-color .gform_wrapper.gravity-theme .gfield_required{
  color: #bd8263;
}
.has-color-1-background-color a {
  color: #fff;
  text-decoration: underline;
}
.has-color-1-background-color a.wp-block-button__link{
  text-decoration: none;
}
.has-color-1-background-color input,
.has-color-1-background-color textarea {
  color: #000;
}
.has-color-2-background-color {
  background: #81AAAE;
}
.has-color-3-background-color {
  background: #BE8165;
}
.has-color-4-background-color {
  background: #591B11;
}
.has-color-5-background-color {
  background: #F2EEE8;
}
.has-color-6-background-color {
  background: #E5E5E5;
}
.has-color-7-background-color {
  background: #111111;
}
.u-light-4-base{
  background: #FBFAF8;
}

.has-color1-color {
  
  color: #8B2B1B;
}
.has-color2-color {
  color: #81AAAE;
}
.has-color3-color {
  color: #BE8165;
}
.has-color4-color {
  color: #591B11;
}
.has-color5-color {
  color: #F2EEE8;
}
.has-color6-color {
  color: #E5E5E5;
}
.has-color7-color {
  color: #111111;
}

/* End of standard custom.css */

/* noise */
.noise {
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:fixed;
}
.noise, .noise::before {
  z-index: 2000;
  pointer-events: none;
}
.noise::before {
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  content: "";
  position: absolute;
  background-position: 50%;
  background-image: url('/wp-content/themes/museumfabriek/assets/images/noise_screen.png');
  animation: noise 2s steps(2) infinite;
  opacity: .3;
}

@keyframes noise {
  0% {
    transform:translate3d(0,9rem,0)
  }
  10% {
    transform:translate3d(-1rem,-4rem,0)
  }
  20% {
    transform:translate3d(-8rem,2rem,0)
  }
  30% {
    transform:translate3d(9rem,-9rem,0)
  }
  40% {
    transform:translate3d(-2rem,7rem,0)
  }
  50% {
    transform:translate3d(-9rem,-4rem,0)
  }
  60% {
    transform:translate3d(2rem,6rem,0)
  }
  70% {
    transform:translate3d(7rem,-8rem,0)
  }
  80% {
    transform:translate3d(-9rem,1rem,0)
  }
  90% {
    transform:translate3d(6rem,-5rem,0)
  }
  to {
    transform:translate3d(-7rem,0,0)
  }
}


/* transparant menu */
body.u-body:not(.transparent-menu){
  background-color: #FBFAF8;
}
body.page-template-default:not(.transparent-menu) header + section.u-sheet{
  padding-top: 100px;
}
body.transparent-menu .u-section-row-2{
  border-bottom: 0 !important;
}
body.transparent-menu .u-section-row-2:not(.u-sticky-fixed){
  background-color: rgba(0,0,0,0.5019607843137255);
}
body.transparent-menu .u-section-row-2:not(.u-sticky-fixed) a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black.active,
body.transparent-menu .u-section-row-2:not(.u-sticky-fixed) a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black:hover,
body.transparent-menu .u-section-row-2:not(.u-sticky-fixed) a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black,
body.transparent-menu .u-section-row-2:not(.u-sticky-fixed) .wpml-ls-legacy-list-horizontal a{
  color: #fff !important;
}
body.transparent-menu .u-section-row-2:not(.u-sticky-fixed) .u-nav-popup{
  background-color: rgba(0,0,0,0.6);
}
body.transparent-menu .u-section-row-2:not(.u-sticky-fixed) .menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body .u-section-row-2 a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black.active,
body .u-section-row-2 a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black:hover,
body .u-section-row-2 a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black,
body .u-section-row-2 .wpml-ls-legacy-list-horizontal a{
  color: #000 !important;
}
body .u-section-row-2{
  background-color: #ffffff;
  height: 70px;
  /* border-bottom: 1px solid #e5e1d8; */
}
body .u-section-row-2.u-sticky-fixed{
  border-bottom: 0;
}
body .u-section-row-2 .u-nav-popup{
  background-color: #ffffff;
}
body .u-section-row-2 .menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* end of transparant menu */


/* header 1 tekst + afbeelding */
.u-section-7 .u-layout-wrap-1 {
  margin-top: 0;
}
.u-section-header1 {
  background-image: none;
}
.u-section-header1 .u-layout-wrap-1 {
  margin-top: 49px;
  margin-bottom: 49px;
}

.u-section-header1 .order-1 {
  order: 1;
}


.u-section-header1 .u-layout-cell-1 {
  min-height: auto;
}
.u-section-header1 .order-1{
  order: 1;
}
.u-section-header1 .order-2{
  order: 2;
}
.u-section-header1 .order-2 .u-container-layout-2{
  padding: 40px 0 40px 40px;
}

.u-section-header1 .u-container-layout-1 {
  padding: 0 30px 0 0;
}

.u-section-header1 .u-group-1 {
  min-height: auto;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.u-section-header1 .u-container-layout-2 {
  padding: 40px 40px 40px 0;
}

.u-section-header1 .u-text-1 {
  margin: 0;
}

.u-section-header1 .u-text-2 {
  margin: 10px 0 0;
}

.u-section-header1 .u-btn-1 {
  font-size: 1.125rem;
  background-image: none;
  font-weight: 400;
  margin: 30px 143px 0 0;
}

.u-section-header1 .u-image-1 {
  min-height: 433px;
  background-image: url("/wp-content/themes/Hartemink_optiek/assets/images/Shutterstock_5903219751.jpg");
  background-position: 50% 50%;
}

.u-section-header1 .u-container-layout-3 {
  padding: 60px 60px 50px;
}
.u-section-8 .u-text-3{
  min-height: 43px;
  display: flex;
  align-items: end;
}
.u-section-8 .u-text-4 {
  line-clamp: 5;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .5rem;
}

@media (max-width: 1399px) {
  .u-section-header1 .u-layout-cell-1 {
    min-height: auto;
  }

  .u-section-header1 .u-group-1 {
    height: auto;
  }

  .u-section-header1 .u-btn-1 {
    margin-right: 128px;
  }

  .u-section-header1 .u-image-1 {
    min-height: 478px;
  }
  .u-section-4 .u-text-1 {
    font-size: 2.3rem;
    margin-bottom: .5rem;
  }
  .u-section-4 .u-text-2 {
    margin: 0;
  }
  .u-section-6 .u-text-1,
  .u-section-6 .u-text-2,
  .u-section-6 .u-text-3, 
  .u-section-6 .u-list-1,
  .u-section-6 .u-text-16{
    margin-left: 0;
  }

  .u-section-7 .u-container-layout-6{
    display: inline-flex;
  }
}

@media (max-width: 1199px) {
  .u-section-header1 .u-container-layout-2 {
    padding-bottom: 29px;
  }

  .u-section-header1 .u-image-1 {
    min-height: 447px;
  }
  .u-section-header1 .u-group-1,
    .u-section-header1 .u-image-1,
    .u-section-header1 .u-layout-cell-1,
    .u-section-header1 .u-sheet-1 {
        min-height: auto;
  }
  header .u-dropdown-icon.u-menu.u-menu-dropdown.u-menu-open-right.u-offcanvas.u-offcanvas-shift.u-menu-1.u-enable-responsive {
    order: 3;
    margin-right: 0 !important;
    height: auto;
    align-self: center;
  }
  .u-section-2 .u-image-1{
    right: 0;
    bottom: 7rem;
    margin-right: 0 !important;
  }
  .u-section-3 .u-icon-1{
    margin-top: auto;
  }
  .u-section-3 .u-container-layout-1{
    display: flex;
    flex-flow: column;
  }
  .u-section-4 .u-container-layout-2{
    padding: 0;
    margin-top: 1rem;
  }
  .u-section-5 .u-repeater-1{
    grid-auto-columns: calc(33.333% - 15px);
    grid-template-columns: repeat(3, calc(33.333% - 15px));
  }
  .u-section-7 .u-container-layout-6{
    flex-flow: column;
  }
  .u-section-7 .u-list-2{
    width: auto !important;
  }
  .u-section-7 .u-container-layout-5 {
    margin-left: 0;
    padding-left: 3rem;
  }
  .u-section-7 .u-image-1,
  .u-section-7 .u-group-1{
    width: 100%;
  }
  .u-section-7 .u-image-1{
    height: 300px;
  }
  .u-section-8 .u-repeater-item > .u-container-layout{
    height: 400px;
  }
  .u-section-8 .u-repeater-1{
    grid-auto-columns: calc(33.333% - 15px);
    grid-template-columns: repeat(3, calc(33.333% - 15px));
  }
  .u-nav-item a.u-nav-link, .menu-collapse a.u-nav-link {
    color: #000;
  }
}

@media (max-width: 991px) {
  .u-section-header1 .u-sheet-1 {
    min-height: 780px;
  }
  
  .u-section-header1 .u-layout-wrap-1 {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-header1 .u-layout-cell-1 {
    min-height: 367px;
    order: 1;
  }

  .u-section-header1 .u-container-layout-1 {
    padding-right: 0;
  }

  .u-section-header1 .u-group-1 {
    min-height: 313px;
  }

  .u-section-header1 .u-container-layout-2 {
    padding-top: 30px;
  }

  .u-section-header1 .u-btn-1 {
    margin-right: 98px;
  }

  .u-section-header1 .u-image-1 {
    min-height: 353px;
    order: 0;
  }

  .u-section-header1 .u-container-layout-3 {
    padding: 30px;
  }
  .u-section-header1 .u-group-1 {
    height: 100%;
  }
  .u-section-header1 .u-image-1{
    min-height: 300px;
    margin-bottom: 30px;
  }
  .u-section-header1 {
      padding-bottom: 30px;
  }
  .u-section-2 .u-image-1{
    bottom: 13rem;
  }
  .u-section-2 .u-text-1{
    flex-flow: column;
    gap: 1rem;
  }
  .u-section-2 .u-image-2{
    bottom: auto !important;
  }
  .u-section-5 .u-repeater-1 {
    grid-auto-columns: calc(50% - 15px);
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
  .u-section-7 .u-image-1 {
    height: 220px;
  }
  .u-section-8 .u-repeater-1 {
    grid-auto-columns: calc(50% - 15px);
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
  header .u-dropdown-icon.u-menu.u-menu-dropdown.u-menu-open-right.u-offcanvas.u-offcanvas-shift.u-menu-1.u-enable-responsive{
    align-self: start;
    top: 1.2rem;
  }
  .u-section-1-2 .u-text-1{
    margin-top: auto;
  }
  .u-carousel .u-carousel-item .u-sheet-1{
    display: flex;
    flex-flow: column;
    padding-bottom: 4rem;
  }
  .u-section-1-2 .u-text-2{
    margin-top: 0;
  }
  .u-section-2 .u-image-1{
    position: relative;
  }
  .u-section-2 .u-image-2{
    top: 4rem;
    bottom: 0;
  }
  .u-section-2 .u-text-1{
    margin-top: 0;
    padding-right: 4rem;
  }
  .u-section-4 .u-repeater-1{
    grid-auto-columns: calc(50% - 15px);
    grid-template-columns: repeat(2, calc(50% - 15px));
  }
  .u-section-4 .u-repeater-1{
    min-height: auto;
  }
  .u-section-5 .u-container-layout-3 {
    padding: 1rem;
  }
  .u-section-7 .u-container-layout-5{
    padding-left: 0;
  }
  .u-section-7 .u-container-layout-6 {
    flex-flow: row;
  }
  .u-section-7 .u-image-1 {
    height: 100%;
  }
  .u-section-7 .u-container-layout-7,
  .u-section-8 .u-container-layout-3 {
    padding: 1.5rem;
  }
  .u-section-8 .u-group-1{
    margin-top: 0;
  }
  .u-section-8 .u-sheet-1{
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .u-section-header1 .u-sheet-1 {
    min-height: 966px;
  }

  .u-section-header1 .u-layout-cell-1 {
    min-height: 603px;
  }

  .u-section-header1 .u-container-layout-2 {
    padding-bottom: 30px;
  }

  .u-section-header1 .u-image-1 {
    min-height: 363px;
  }
}

@media (max-width: 575px) {
  .u-sheet {
    width: 100% !important;
    padding: 0 20px !important;
    max-width: 100% !important;
  }
  .menu-collapse{
    margin-right: 0;
  }
  header .u-dropdown-icon.u-menu.u-menu-dropdown.u-menu-open-right.u-offcanvas.u-offcanvas-shift.u-menu-1.u-enable-responsive{
    top: 0rem;
  }
  .u-section-header1 .u-sheet-1 {
    min-height: 410px;
  }
  .u-carousel .u-carousel-item .u-sheet-1{
    padding-bottom: 4rem !important;
  }

  .u-section-header1 .u-layout-wrap-1 {
    margin-bottom: 60px;
  }

  .u-section-header1 .u-layout-cell-1 {
    min-height: 386px;
  }

  .u-section-header1 .u-image-1 {
    min-height: 450px;
  }

  html #wpadminbar{
    margin-top:-46px;
  }
  .u-section-2 .u-image-1{
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
    margin-left: 0 !important;
  }
  .u-section-2 .u-text-1{
    margin-bottom: 2rem !important;
  }
}
/* end of header tekst + afbeelding */

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1){
  background: #f2f0ed;
}
.wp-block-table td, .wp-block-table th{
  border: 1px solid #e5e1d8;
}

h3 {
  margin-bottom: .25rem;
}
p:not(.u-text-variant),
ul:not(.u-unstyled), 
a{
  font-size: 1.1rem;
}


header .u-image-1{
  position: relative;
}
.u-header .u-menu-1{
  margin: 0 auto !important;
}
.u-header .u-menu-1 ul > li > a{
  padding: 26px 15px;
}
.u-header .u-menu-1 .u-nav-popup li > a{
  padding: 10px 15px;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
header .wpml-ls-legacy-list-horizontal a{
  padding: 10px 0;
  color: #000;
}


.u-clearfix.u-sheet.u-valign-middle-xs.u-sheet-2{
	display: flex;
	height: 70px;
}
.u-clearfix.u-custom-color-5.u-section-row.u-sticky.u-sticky-9c00.u-section-row-2{
	z-index: 2;
}
.custom-expanded.u-image.u-image-default.u-preserve-proportions.u-image-1{
	z-index: 2;
}
#section-block_06a749e5066f490cf9aadc886a02e673{
	margin-top: -70px;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal{
	margin-top: 10px;
}
#section-block_f3b03cb1e69606960783d12e5f26a338 > div > a{
	margin-top: -85px;
}
.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content):not(.u-checkout-block-content) a{
  color: #8b2b1b;
}
blockquote{
  border: 0;
  padding: 0;
  color: #808080;
  font-weight: 400;
  margin-bottom: 1rem;
}

#carousel-99bc .u-carousel-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(0deg,rgba(0,0,0,0.4), rgba(0,0,0,0.4));
}
#carousel-99bc {
  margin-top: -70px;
}


.u-section-2 .u-sheet-1{
  align-content: center;
}
.u-section-2 .u-text-1{
  display: inline-flex;
  align-items: center;
}
.u-section-2 .u-text-1 p{
  margin-right: 1rem;
  margin-bottom: 0;
}
.u-section-2 .u-image-1 {
  width: 200px !important;
  height: 138px !important;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 1rem;
}
.u-section-2 .u-image-2 {
  width: 59px;
  height: 55px;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 1rem;
}

.u-section-4 .u-image-1,
.u-section-4 .u-image-2,
.u-section-4 .u-image-3{
  aspect-ratio: 1/1;
}


.u-section-5 .u-text-4{
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.u-section-5 .u-group-1{
  height: 100%;
}
.u-section-5 .u-layout-wrap-1{
  margin-bottom: 5rem;
}
.u-section-5 .u-gallery-nav-1,
.u-section-5 .u-gallery-nav-2{
  width: 50px;
  height: 50px;
  opacity: 1;
}

.u-section-5.no-slider .u-repeater-item .u-image-1{
  width: 100%;
}
.u-section-5.no-slider .u-group-1{
  height: auto;
}
.u-section-5.no-slider .u-container-layout-2{
  background: #fff;
}

.u-section-7 {
  padding: 3rem 0 0;
}

footer ul.menu{
  list-style: none;
  padding: 0;
  font-size: 1rem;
}


@media (max-width: 575px) {
  .u-section-2 .u-image-1{
    position:unset;
  }

  .u-section-2 .u-image-2{
    position:absolute;
    bottom: auto;
    margin-top: 2rem;
    top: 0;
    right: 2rem;
  }

  .u-section-6 .u-text-2 {
    margin-top: 0px;
  }

  .u-section-6 .u-text-3 {
    margin-left: 0px;
  }
  
  .u-section-8 .u-repeater-1 {
    min-height: 500px;
  }

  .u-section-7 .u-gallery-nav-1{
    left: -60px;
  }

  .u-container-layout.u-container-layout-5{
    max-width:calc(100% - 50px);
  }

  .menu-collapse {
    margin:20px;
  }

  .u-valign-middle-xs.u-sheet-2{
    flex-direction: unset !important;
  }

  .admin-bar .u-custom-menu .u-menu-close{
    margin-top:100px;
  }
  .u-section-4 .u-repeater-1{
    grid-auto-columns: calc(50% - 15px);
    grid-template-columns: repeat(1, calc(100% - 15px));
  }
  .u-container-layout.u-container-layout-5 {
    max-width: 100%;
  }
  .u-section-5 .u-repeater-1{
    grid-auto-columns: calc(100% - 15px);
    grid-template-columns: repeat(1, calc(100% - 15px));
  }
  .u-section-6 .u-image-1 {
    min-height: 275px;
  }
  .u-section-7 .u-container-layout-6 {
    flex-flow: column;
  }
  .u-section-8 .u-repeater-1 {
    grid-auto-columns: calc(100% - 15px);
    grid-template-columns: repeat(1, calc(100% - 15px));
  }
  .buttons .u-btn + .u-btn {
    margin-left: 0;
  }
  .buttons{
    display: flex;
    flex-flow: column;
    gap: .5rem;
  }
  .buttons .u-btn{
    width: 100%;
  }
  .u-section-header1 .u-container-layout-2 {
    padding: 0;
  }
  .u-section-header1 .u-image-1 {
    min-height: 280px;
  }
  .u-section-header1 .u-container-layout-2 {
    padding-top: 0;
  }
  .u-section-header1 .u-layout-wrap-1 {
    margin-bottom: 0;
  }
  .u-section-header1 .u-sheet-1 {
    min-height: auto;
  }
  .wp-block-spacer {
    height: 1rem !important;
  }
  .wp-block-separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1rem;
  }
  .u-footer .u-container-layout-1,
  .u-footer .u-container-layout-2,
  .u-footer .u-container-layout-3,
  .u-footer .u-container-layout-4{
    padding: 0;
  }
  footer .u-text.u-text-9 {
    padding-right: 4rem;
  }
  .u-header .u-menu-1 ul > li > a{
    padding: 25px 15px;
  }
  .u-section-header1 .order-2 .u-container-layout-2{
    padding: 0;
  }
  .u-section-header1 .u-group-1,
  .u-section-header1 .u-layout-cell-1{
    height: auto;
  }
}