/*Main style*/
body.mmactive {
  overflow: hidden;
}
.mobile_menu {
  display: none;
  position: relative;
}
.sm_menu_outer.active .mobile_menu {
  display: block;
  margin-top: 0px;
}
.sm_menu_outer {
  height: calc(100vh - 80px);
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #da0e2b;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
      /* height: 100%; */
    top: 80px;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 9999;
}
.sm_menu_outer .mobile_menu li.back{    
    position: relative;

}

.sm_menu_outer .mobile_menu li.back:before {
 content: " ";
    position: absolute;
    z-index: -1;
    left: 20px;
    bottom: 0px;
    right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
}

.sm_menu_outer .mobile_menu li.subheader{
  position: relative;
    margin-top: 30px;
    padding-top: 30px;
}

.sm_menu_outer .mobile_menu li.subheader:before {
 content: " ";
    position: absolute;
    z-index: -1;
    left: 20px;
    top: 0px;
    right: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.6) !important;
}

.sm_menu_outer .mobile_menu li.subheader a
{
	  font-size: 24px !important;
  font-weight: 300  !important;
  color: #fcbc00  !important;
	}


.sm_menu_outer .mobile_menu li.back a {
 
  background: url(https://tg.twynstragudde.nl/hubfs/2019/img/leftwhiteicon.png) no-repeat 6% 22px;
      padding-left: 55px;
}
.sm_menu_outer .mobile_menu a {
  display: block;
 font-family: 'HurmeGeometricSans3-Bold';
  padding: 0px 20px 0px 20px;
   font-size: 24px;
      font-weight: inherit;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #ffffff;
  
}


.sm_menu_outer .mobile_menu .submenu.wattedoen li.firstitem {
	padding-top: 30px;
}

.sm_menu_outer .mobile_menu .submenu.wattedoen li.topitems a {
	font-family: 'HurmeGeometricSans3-Regular';
	  font-size: 24px;
   font-weight: inherit;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #ffffff;
}

.sm_menu_outer .mobile_menu .submenu.wattedoen li a {
	font-family: 'HurmeGeometricSans3-Regular';
	 font-size: 18px;
   font-weight: inherit;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  letter-spacing: normal;
  color: #ffffff;
}


.sm_menu_outer .mobile_menu .submenu.wattedoen li.back a {
	font-family: 'HurmeGeometricSans3-Bold';
	font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #ffffff;
}
/*Sub Menu anim */
.sm_menu_outer .mobile_menu .submenu {
  background-color: #da0e2b;
  height: auto;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
  margin-bottom: 100px;
  padding-bottom: 100px;
}
.sm_menu_outer .mobile_menu li.active>.submenu {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
 
  color: #ffffff;
}
.sm_menu_outer .mobile_menu li.hasChild>a {
     background: url(https://tg.twynstragudde.nl/hubfs/2019/img/menu/Pijltje_menu_navigatie.svg) no-repeat 93% 25px;
}
/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  right: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 28px;
  z-index: 9999999999;
  display: block;
}
#sm_menu_ham span {
  background-color: #000000;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
  top: 10px;
}
#sm_menu_ham span:nth-child(4) {
  top: 20px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

.sm_menu_outer .mobile_menu li.inloggen a{
	font-family: 'HurmeGeometricSans3-Regular';
	  font-size: 18px;
   font-weight: inherit;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: underline !important;
	}
	
.sm_menu_outer .mobile_menu li.inloggen{
    margin-top: 10px;
}

.mobheader .mobcontactmenu{
    position: absolute;
    right: 78px;
    top: 24px;
}

.mobheader .mobcontactmenu a{
	  font-size: 16px;
 font-weight: inherit;
  font-family: 'HurmeGeometricSans3-Regular';
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #da0e2b;
	}

#sm_search_ham:not(.open)
{display: none !important;}


.mmactive #sm_search_ham.open {
    cursor: pointer;
    float: right;
    height: 35px;
    position: fixed;
    right: 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
display: block;
    width: 30px;
    top: 23px;
    z-index: 99999999;
    color: #fff;
    font-size: 25px;
}


/*@media (min-width: 0px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1024px) {}*/
@media (min-width: 1024px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}



@media (max-width: 1024px) {
.sticky-none .mobheader,
.sticky-none #sm_menu_ham {
 display: none;
}
 
	
.sticky-up .mobheader,
.sticky-up #sm_menu_ham
	{display: block !important;}

.hp2020.show-mob .mobheader,
.hp2020.show-mob #sm_menu_ham {
  display: block;
  z-index: 1000000000;
}

.hp2020 #mobheaderscroll {
	    width: 100%;
    background: transparent;
}
.hp2020.mmactive .mobheader {
	    width: 100%;
    background: #da0e2b !important;
}
.hp2020 #sm_menu_ham span {
  background-color: white !important;
}
.hp2020 .mobheader .mobcontactmenu a {
  color: transparent;
}

#mobheaderscroll.sticky-mob {
  background-color: #da0e2b !important;
}

#mobheaderscroll.sticky-mob .moblogo a {
  width: auto;
  height: 24px;
  box-sizing:border-box;
  background: url(https://www.twynstragudde.nl/hubfs/2019/svg/logotg_wit.svg) left top no-repeat;
  background-size: contain;
}
 .show-ham #sm_menu_ham span {
  background-color: white !important;
}

  .show-mob .mobheader{
    opacity: 1 !important;
    z-index: 1000000000;
}
  
}

.device-touch.sticky-up .home2020 .mobheader .moblogo .moblogowhite,
.device-touch .home2020 .moblogo .moblogowhite {
  opacity: 1 !important;
    display: block !important;
      z-index: 1000000000 !important;
}
.device-touch.sticky-up .home2020 .mobheader .moblogo .moblogored{
  display: none;
}
.device-touch.sticky-up .home2020 .moblogo .moblogowhite {
  opacity: 1 !important;
  display: block !important;
  z-index: 1000000000 !important;
}