
 
 .main-menu-btn {
  position: relative;  float:right;
  display: inline-block;
 /* width: 28px;
  height: 28px; margin:16px 20px 0px 0px;*/
  text-indent: 9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 48px; height:48px;
    
    background: transparent url(../images/Hamburger.png) no-repeat right 16px top  9px;
    
 
margin-right:0px;

}

 


/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
 /* position: absolute;
  top: 50%;
  left: 2px;right:20px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;*/
}
.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}
.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}

#main-menu-state:checked ~ .main-menu-btn 
   background: transparent url(../images/Hamburger-offen.png) no-repeat right 16px top  6px;;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
}
/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}
#main-menu-state:checked ~ #main-menu {
  display: block;   
}

  .sm-blue { top:41px; background:#fff; height:calc(100vh - 41px) ;border-top:1px solid #000;}
  
  
  
  
@media (min-width: 768px) {
	
 .main-menu-btn {background: transparent url(../images/Hamburger.png) no-repeat right 25px top  6px;}

#main-menu-state:checked ~ .main-menu-btn {
   background: transparent url(../images/Hamburger-offen.png) no-repeat right 25px top  6px;;
}

}



@media (min-width: 1024px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block; float: left;
  }
  
    .sm-blue {margin-top:0px;border:none;top:0; height:auto;} 
}

 



.sm-blue {
  width: 100%;
 
}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
  padding: 0px 25px 0px 25px;
  /* make room for the toggle button (sub indicator) */
/*  padding-right: 58px;*/
  color: #000;
 

 
  text-decoration: none;
/*  border-bottom: 1px solid #000;*/
}

  .sm-blue a:hover  {
 color:#4A90E2;cursor:pointer;
}
 .sm-blue a:focus, .sm-blue a:active {
 color:#FF009F;
}

/*.sm-blue a.current , li.current-menu-item a, li.current-menu-ancestor a, li.current-menu-item a:hover, li.current-menu-ancestor a:hover,li.current-menu-item a:focus, li.current-menu-ancestor a:focus,li.current-menu-item a:active, li.current-menu-ancestor a:active, 
sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active,*/
.sm-blue a.active {
  color: #FF009F;
}


.sm-blue a.active.first {color:  #000;}


  
 .sm ul.sub-menu { list-style:disc;list-style-type:disc !important;color:#000 !important;/*padding-top:16px;*/
 }
 .sm ul.sub-menu li{ display:list-item;
 
 list-style:disc;list-style-type:disc !important;color:#fff !important; 
 }
 .sm ul.sub-menu li a {   padding: 18px 0px 0px 0px;}



.sm-blue a.disabled {
  color: #fff;
}
.sm-blue a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-indent:-999;color:#fff;color:transparent;
  
background-image: url(../images/Menue_pfeil_nach_unten.png) ;
background-color:transparent; 
 
background-repeat: no-repeat;
background-position:center center;
background-size: 20px auto;
  /*
  font: bold 16px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(29,29,27, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;*/
}
.sm-blue a.highlighted  span.sub-arrow {  text-indent:-999;
	background-image: url(../images/Menue_pfeil_nach_oben.png) ;
}


span.sub-arrow:before {content: '';  text-indent:-999;}

.sm-blue a.highlighted span.sub-arrow:before {
  display: block;content: '';  text-indent:-999;
 /* content: '-';
 */ 

}
 
.sm-blue ul {
 width:100%; /*background:rgba(87,86,90,0.7);*/background:transparent;
 list-style:initial;

 list-style-type:disc !important;}
 
 
.sm-blue ul ul {
 background:rgba(87,86,90,0.7);
}

.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
  background: transparent;
  color: #000;
 
  text-shadow: none;
  border-left: 22px solid transparent;
}
.sm-blue ul a.current,.sm-blue ul li.current-menu-item  a,.sm-blue ul li.current-menu-ancestor  a {
  background: #fff;
 
    color: #000;
}
.sm-blue ul a.disabled {
  color: #000;
}
.sm-blue ul ul a,
.sm-blue ul ul a:hover,
.sm-blue ul ul a:focus,
.sm-blue ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-blue ul ul ul a,
.sm-blue ul ul ul a:hover,
.sm-blue ul ul ul a:focus,
.sm-blue ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-blue ul ul ul ul a,
.sm-blue ul ul ul ul a:hover,
.sm-blue ul ul ul ul a:focus,
.sm-blue ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-blue ul ul ul ul ul a,
.sm-blue ul ul ul ul ul a:hover,
.sm-blue ul ul ul ul ul a:focus,
.sm-blue ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.sm-blue ul li {
  border-top: 1px solid #979797;
  
   list-style:initial;

 list-style-type:disc !important;}
 
 
}
 
 .sm-blue  li {
/*  border-top: 1px solid #979797;*/
}

    .sm-blue li {
    float: none; border:none;  /*position: relative; 
*/ width:100%;  text-align:center !important; }

.sm, .sm ul, .sm li {}

    
 
@media (min-width: 1024px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  
  
.sm-blue a.active.first { color: #FF009F;}



 
.sm-blue ul {
    position: absolute; width:100%; float:none;
  }
 

  .sm-blue li {
    float: none; border:none;  /*position: relative; 
*/ width:100%; text-align:center !important ;  }
 

  .sm-blue.sm-rtl li {
    float: right;
  }

  .sm-blue ul li, .sm-blue.sm-rtl ul li, .sm-blue.sm-vertical li {
    float: none;
  }

  .sm-blue a {
    white-space: nowrap; cursor:pointer;  
  }

  .sm-blue ul a, .sm-blue.sm-vertical a {
    white-space: normal;
  }

  .sm-blue .sm-nowrap > li > a, .sm-blue .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-blue {
   width: 100%; /*max-height:500px !important;overflow-y:visible !important; */ /*override js set for height on mobile*/
    
  }


/*  .sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
   
      padding: 0px 0px 0px 0px;color:#000;  border-bottom: none;
  }
 */
   
   .sm-blue ul > a { /*padding: 46px 20px*/}
   
   
  .sm-blue a:hover  { color: #4A90E2;}
  
  .sm-blue a:focus, .sm-blue a:active, .sm-blue a.active {
 color: #FF009F;
  }
  
 .sm-blue #index a:focus,.sm-blue #index   a:active, .sm-blue  #index  a.active , .sm-blue  #index  a:hover {
 color: #000;
  }
  
  .sm-blue > a.current ,.sm-blue >  li.current-menu-item  a ,.sm-blue  > li.current-menu-ancestor  a{
    
   background: transparent url(../images/active_menue_element.png) no-repeat center bottom; 
    color: #fff;
  }
  
  .sub-menu  li a {   background-image:none !important; }
  
  
  
  .sm-blue a.disabled {
    background: transparent;
 
    color: #000;
  }
  .sm-blue a span.sub-arrow {display:none;
/*    top: auto;
    margin-top: 0;
    bottom: 2px;
    left: 50%;
    margin-left: -5px;
    right: auto;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #a1d1e8 transparent transparent transparent;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;*/
  }
  .sm-blue a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-blue > li:first-child > a, .sm-blue > li:first-child > :not(ul) a {
 
  }
  .sm-blue > li:last-child > a, .sm-blue > li:last-child > :not(ul) a {
   
  }
  .sm-blue > li {
 /*   border-left: 1px solid #455560;*/
  }
   .sm-blue > li  >  a:after { content:'' ;   padding: 0px 0px; /*float:right;*/ /*display:inline-block; width:32px;
   text-align:center;*/}
 
  
  .sm-blue > li:first-child {
    border-left: 0;/*padding-bottom: 100px;padding-bottom: 76px;*/
  }
   
  .sm-blue ul {top:50px;
  
/*    position: relative;
width: 100vw !important;
left: calc(-50vw + 50%);
height: 150px;

max-width: 100vw !important;

*/

width:100%;
 
padding: 0px 0px 0px 10px;  

}


  .sm-blue ul ul {
  
  }
  .sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
    border: 0 !important;
    padding: 9px 23px;
    background: transparent;
    color: #000;height:auto;
   
 
  }
  .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
 
 background-image:none;
    color: #000;
  }
  .sm-blue ul a.current ,
   .sm-blue ul li.current-menu-item a ,
   .sm-blue ul li.current-menu-ancestor a   
  
  {
    background: #transparent;
 background-image:none;
    color: #000;
  }
  .sm-blue ul a.disabled {
    background: transparent;
    color: #000;
  }
  .sm-blue ul a span.sub-arrow {
  	display:none;
    /*top: 50%;
    margin-top: -5px;
    bottom: auto;
    left: auto;
    margin-left: 0;
    right: 10px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #455560;
*/  }
  .sm-blue ul li {
    border: 0;   
 /* border-bottom: 1px solid #979797;
*/
  }
  .sm-blue span.scroll-up,
  .sm-blue span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: transparent;
    height: 20px;
  }
  .sm-blue span.scroll-up-arrow, .sm-blue span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #979797 transparent;
  }
  .sm-blue span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #979797 transparent transparent transparent;
  }
  .sm-blue.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #a1d1e8 transparent transparent;
  }
  .sm-blue.sm-rtl > li:first-child > a, .sm-blue.sm-rtl > li:first-child > :not(ul) a {
  
  }
  .sm-blue.sm-rtl > li:last-child > a, .sm-blue.sm-rtl > li:last-child > :not(ul) a {
     
  }
  .sm-blue.sm-rtl > li:first-child {
    border-left: 1px solid #2b82ac;
  }
  .sm-blue.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-blue.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 10px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #979797 transparent transparent;
  }


 }
  