.menu-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

#big-menu {
  display: flex;
  position: relative;
  z-index: 9;
  width: 50%;
  left: 26.5%;
  top: 145px;
  display: none;
  border-radius: 2px;
}

#big-menu-main-side {
  padding-left: 0;
}

.menu-active {
  z-index: 99;
}

#big-menu-main {
  float: left;
  width: 31%;
}

#big-menu-main-side .mainCategory {
  transition: 0.2s ease all;
  position: relative;
}

#big-menu-main .mainCategory:after {
  left: 230px;
  right: 0;
}

.mainCategory {
  display: flex;
  align-items: center;
}

.mainCategory:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.971' height='12.527' viewBox='0 0 6.971 12.527'%3E%3Cpath id='Path_181' data-name='Path 181' d='M-98.06 1444.855l-5.557 5.557-5.557-5.557' transform='translate(-1444.148 -97.353) rotate(-90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  right: 20px;
  position: absolute;
}

.mainCategory:hover {
  background-color: #eaeaea;
}

#big-menu-main-side .top-level {
  width: 295px;
}

#big-menu-main-side .sub-menu-item {
  width: 210px;
}

#big-menu-main-side .sub-menu {
  width: 1120px !important;
  left: 357px;
}

#big-menu ul li {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 210px;
}

.top-level {
  list-style-type: none;
  float: left;
  width: 220px;
  padding-bottom: 0 !important;
}

.mainCategory {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  color: black;
  width: 100%;
  font-size: 14px !important;
  cursor: pointer;
}

.sub-menu {
  position: absolute;
  top: 0;
  background-color: white;
  left: 260px;
  width: 910px !important;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  z-index: 9;
  box-shadow: 0px 11px 25px 9px rgba(0, 0, 0, 0.2);
}

.sub-menu ul {
  flex: 1 0 21%;
  margin: 0 5px 5px 0;
  min-height: 100px;
  padding-left: 0;
}

.sub-menu li a {
  font-size: 14px !important;
  color: #495057;
}

.sub-menu-item {
  list-style-type: none;
  margin-left: 0;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.sub-menu li a:hover {
  text-decoration: underline;
}

.subCategory {
  font-weight: bold;
}

.active {
  display: flex;
}

.menuRow {
  width: 93%;
  justify-content: center;
  display: flex;
  border-bottom: 1px solid rgba(73,80,87, 0.5);
  margin-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  height: 50px;
  margin-top: 10px;
  align-items: center;
}

@media only screen and (max-width: 1426px){
  #big-menu {
    left: 18.5%;
  }
}

@media only screen and (max-width: 768px){
  #big-menu-main-side {
    display: none;
  }
}


/** Mobiele menu **/
.navbar-mobile .container {
  max-width: 620px;
  display: none;
}

.navbar-mobile .container ul {
  padding-left: 0;
}

.top-level-mobile {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.mainCategory-mobile {
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.top-level-mobile:after {
  content: var(--content);
  font-size: 0.9rem;
  position: absolute;
  right: 22px;
  margin-top: 10px;
}

.subCategory-mobile {
  font-size: 0.9rem;
  color: #fff;
}

.subItem {
  font-size: 0.8rem;
}

.sub-menu-mobile {
  padding-left: 0;
  display: none;
}


.top-level-mobile li {
  list-style-type: none;
}

.sub-menu-item-mobile ul {
  margin-bottom: 10px;
}

.sub-menu-item-mobile ul li{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sub-menu-mobile ul {
  padding-left: 0;
}

.selectorImg {
  height: 10px;
  width: 10px;
  margin-top: 5px;
  float: right;
}

.currentItem {
  font-weight: bold;
}

.site-notice {
  padding-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background-color: #ef0e0e;
  font-weight: bold;
  font-size: 1.5rem;
}