.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_Icon.png) no-repeat 0px 0px;

 */
    margin-right:10px;margin-right:16px;
    width:6.5%;;max-width:25px;

    /*padding-bottom:10.412148%;   padding-bottom:6.5%;*/height:60px;

    background-color:transparent;
    /* background-image: url(../images/Hamburger_Icon.png) ;
    background-repeat: no-repeat;
    background-position:right center;
    background-size: contain;*/
}


@media all and (min-width: 480px){
    .main-menu-btn { height:70px;  height:60px; }

}
@media all and (min-width: 640px){
    .main-menu-btn  { height:80px;  height:60px;}

}


@media all and (min-width: 768px){
    .main-menu-btn  { height:132px; max-width:40px }

}


/* 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: #595959;
    -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;
}
/* 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;
}




@media (min-width: 1230px) {
    /* 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;
    }
}





.sm-blue {
    background:rgba(216,216,216,0.5);  background:rgba(255,255,255,0.9);    width: 100%;

}
.sm-blue a, .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active {
    padding: 20px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #000;
    font-family: "Mukta", sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 23px;
    text-decoration: none;

}

.sm-blue .p144 a, .sm-blue .p144 a:hover, .sm-blue  .p144a:focus, .sm-blue .p144 a:active {
    color:#bd1414;
}


.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 {
    color:#bd1414;
}


.sm-blue a.disabled {
    color: #595959;
}
.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 {
    background: white;width:100%;
}
.sm-blue ul ul {
    background: white;
}
.sm-blue ul a, .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active {
    background: transparent;
    color: #000;
    font-size: 18px;
    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: #bd1414;
}
.sm-blue ul a.disabled {
    color: #595959;
}
.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 #595959;
}
/*.sm-blue ul li:first-child {
  border-top: 0;
}*/
.sm-blue  li {
    border-top: 1px solid #595959;
}
.sm-blue  li.last {
    border-bottom: 1px solid #595959;
}
.sm-blue > li.apply  a, .sm-blue > li.menu-item-58  a {     background: #b21d09;

    color: #fff; text-transform:uppercase;}


@media (min-width: 1230px) {

    /* 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  li.last {
        border-bottom: none;
    }




    .sm-blue ul {
        position: absolute;
        width: 12em;
    }


    .sm  ul.level_3 {
        width:250px;
        position: absolute; left:290px !important; top:0px !important;margin-top:-1px !important;

    }




    .sm-blue li {
        float: left; border:none;
    }


    .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 {
        background: #fff;   width: auto; max-height:500px !important;
        overflow-y:visible !important;     float: right;/*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 {

        height:132px;    height:102px; height:82px;
        padding: 46px 0px 26px 0px;
        background: #fff;

    }
    .sm-blue ul > a { /*padding: 46px 20px*/}


    .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
        background: #fff; color:#bd1414;
        /*   background: transparent url(../images/active_menue_element.png) no-repeat center bottom; */

    }
    .sm-blue > a.current ,.sm-blue >  li.current-menu-item  a ,.sm-blue  > li.current-menu-ancestor  a{
        background: #fff;
        background: transparent url(../images/active_menue_element.png) no-repeat center bottom;
        color: #bd1414;
    }

    .sub-menu  li a {   background-image:none !important; background:#fff !important;}



    .sm-blue a.disabled {
        background: #fff;

        color: #455560;
    }
    .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;
    }

    .sm-blue ul {
        /* border-top: 1px solid #b21d09;

        border-top: 1px solid #979797;
      */

        padding: 0px 0;margin-left:-22px !important;  margin-left:-14px !important; width:310px !important;max-width:310px !important;min-width:310px !important;
        background: white;

    }
    .sm-blue ul ul {

        background: white;
    }
    .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: #595959;height:auto;


    }
    .sm-blue ul a:hover, .sm-blue ul a:focus, .sm-blue ul a:active, .sm-blue ul a.highlighted {
        background: #fff;
        background-image:none;
        color:#bd1414;
    }
    .sm-blue ul a.current ,
    .sm-blue ul li.current-menu-item a ,
    .sm-blue ul li.current-menu-ancestor a

    {
        background: #fff;
        background-image:none;
        color: #b21d09;
    }
    .sm-blue ul a.disabled {
        background: white;
        color: #bd1414;
    }
    .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: white;
        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;
    }
}

}
@media all and (min-width: 1500px){
    .sm-blue > li.about ,.sm-blue > li.menu-item-27{ padding-right:160px;padding-right:128px;
    }
}
@media all and (min-width: 1600px){
    .sm-blue > li.about ,.sm-blue > li.menu-item-27{ padding-right:260px; padding-right:228px;
    }
}
 
