#zo-close-mob-nav {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: -10px;
  font-size: 32px;
  position: absolute;
    left: 20px;
    top: 10px;
}
#zo-close-mob-nav > i{
	
    color:#e7e5d8;
}
}
.lqd-mobile-sec::before {
  width: 100vw !important;
}

#zo-mobile-nav .nav-trigger {
  left: 20px;
}

.zo-sidebar-inner {
  /* margin-top: 75px; */
  padding: 0px;
  /* border-top: 1px solid #181818; */
  background-color: transparent;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 80px;
  overflow-x: hidden;
}

.zo-menu-level {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.zo-menu-item > a {
  padding: 6px 10px;
  display: flex;
  gap: 20px;
	font-size:18px;
  align-items: center;
	color:#e7e5d8!important;
}

.zo-menu-has-submenu > a {
  display: flex;
  width:100%;
	padding:6px 10px;
	color:white;
	font-size:18px;
  align-items: center;
	color:#e7e5d8!important;
}

/* .zo-menu-item.zo-current > a::after,
.zo-current > .zo-menu-has-submenu::after {
  content: "\F231";
  font-family: bootstrap-icons !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  display: block;
  color: #547792;
} */
#zo-sidebar {
  position: relative;
  height: 100%;
  max-height: 100dvh;
  padding-top: 0px;
}


.zo-sidebar-footer {
  /* border-top: 1px solid #181818; */
  height: 20px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  justify-content: space-evenly;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.zo-submenu {
  padding-left: 15px;
  overflow: hidden;
  max-height: 100%;
  display: block;
}

.zo-submenu.collapsed {
  max-height: 0px;
  display: none;
}

.zo-menu-has-submenu {
  /* padding: 8px 10px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
	gap:5px;
}

.zo-submenu .zo-menu-item {
  padding-left: 15px;
	margin-top:5px;
}

.zo-submenu-expander {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e7e5d8;
    aspect-ratio: 1 / 1;
    background-color: transparent;
    border-radius: 5em;
    border: none;
    border: 2px solid #e7e5d8;
}

.zo-submenu-expander > i {
  transition: transform 0.2s ease-out;
}

.zo-submenu-expander.expanded > i {
  transform: rotateZ(90deg);
}

.zo-menu-level.zo-submenu {
  padding-left: 15px;
  position: relative;
}

.zo-menu-level.zo-submenu::before {
  content: "";
  height: 100%;
  display: block;
  width: 3px;
	border-radius:10px;
  background-color: #e7e5d84a;
  position: absolute;
  left: 20px;
  top: 0;
}
#zo-open-mob-nav{
    background-color: transparent;
    padding: 10px;
    /* margin-right: 10px; */
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    /* width: 60px; */
	color:#e7e5d8;
    align-items: center;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	
}
#zo-open-mob-nav i {
  margin-right: 8px;
  font-size: 22px;
  color: inherit;
}

.zo-sidebar-top {
  margin-top: 75px;
  display: flex;
  font-size: 16px;
  flex-wrap: wrap;
  height: 50px;
  align-items: end;
  list-style: none;
}

.zo-sidebar-top > .zo-menu-item > a {
  padding: 10px;
  justify-content: center;
  text-align: center;
  justify-content: center;
}

.zo-sidebar-top > .zo-menu-item {
  width: 25%;
}

.zo-sidebar-top .zo-menu-item.zo-current > a {
  background-color: #1a2838;
}

.zo-sidebar-footer::after {
  content: "";
  width: 100%;
  height: 86px;
  background-image: url("https://www.mercuur.zeeuwsonline.dev/wp-content/uploads/2026/02/mercuur-divider-alt.svg");
  background-position: 0 0;
  background-repeat: repeat-x;
  display: block;
  transform: rotateZ(180deg);
  position: absolute;
  background-size: 1920px;
  top: -84px;
  filter: drop-shadow(0px 8px 4px rgba(33, 33, 33, 0.1));
  left: 0;
}

.zo-sidebar-tabs {
}
.zo-sidebar-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zo-sidebar-tab {
  width: 50%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
/**
tab siwtching
**/
.zo-sidebar-inner {
  position: relative;
}
.zo-sidebar-tab-content {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.zo-sidebar-tab {
  background-color: transparent;
}
#zo-sidebar {
  transition: 0.2s ease-out;
  position: relative;
	background-color:transparent!important;
}

#zo-tab-museum {
  background-color: #5d1156;
}

#zo-tab-winkel {
  background-color: #472006;
}
.switch-menu-mobile {
  height: 50px;
  width: fit-content;
  -webkit-mask: linear-gradient(135deg, transparent 8px, #000 0) top left,
    linear-gradient(-135deg, transparent 8px, #000 0) top right,
    linear-gradient(-45deg, transparent 8px, #000 0) bottom right,
    linear-gradient(45deg, transparent 8px, #000 0) bottom left;
  -webkit-mask-size: 51% 51%;
  -webkit-mask-repeat: no-repeat;

  mask: linear-gradient(135deg, transparent 8px, #000 0) top left,
    linear-gradient(-135deg, transparent 8px, #000 0) top right,
    linear-gradient(-45deg, transparent 8px, #000 0) bottom right,
    linear-gradient(45deg, transparent 8px, #000 0) bottom left;
  mask-size: 51% 51%;
  mask-repeat: no-repeat;
  transition: background-size 0.3s ease;
  background: #ffffff;
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 188, 38, 1) 20%,
    rgba(235, 188, 38, 1) 80%,
    rgba(157, 129, 26, 1) 100%
  );
  background: -moz-linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 188, 38, 1) 20%,
    rgba(235, 188, 38, 1) 80%,
    rgba(157, 129, 26, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(235, 188, 38, 1) 20%,
    rgba(235, 188, 38, 1) 80%,
    rgba(157, 129, 26, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#9D811A", GradientType=0);
  background-size: 100%;
  border: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}

.sidebar-tab-content-inner{
    margin-top: 70px;
    padding: 20px;
}
#zo-tab-winkel .zo-menu-item.zo-current>a{
background-color: #5b2907;
}
#zo-tab-museum .zo-menu-item.zo-current>a{
background-color: #821778;
}
/* #zo-sidebar:has(#zosidebartab-museum.zo-current){
    background-color: #472006;
}
#zo-sidebar:has(#zosidebartab-winkel.zo-current){
    background-color: #5d1156;
} */
.lqd-mobile-sec:before{
	background-color:transparent!important;
}
.mobile-nav-activated #lqd-site-content,.mobile-nav-activated #footer{
  transform: translate3d(0, 0, 0)!important;
}
#zo-sidebar{
    display: flex;
    justify-content: end;
	padding:10px 0;
}
.zo-sidebar-inner{
    width: 95%;
    background-color: #103749;
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 0px 15px 2px rgba(33, 33, 33, 0.2);
}
.mobile-nav-activated body #wrap .lqd-mobile-sec-inner,.mobile-nav-activated .titlebar-inner{
	transform:none!important;
}
