.nav_smartphone {
    font-family: arial,sans-serif;
    font-size: 18pt;
    font-family: 'Gudea',sans-serif;
    text-transform: uppercase

}
.nav_smartphone ul li{
    line-height:1.2em;
}
.nav_smartphone ul li ul li{
    line-height: 1.2em;
}
/*----------------------------------------*/
.nav_smartphone .this_page a:link, .nav_smartphone .this_page a:visited {
}

.nav_smartphone ul li .this_page a:link, .nav_smartphone ul li .this_page a:visited {
    background-color: #e79b23;
    color: #fff;
    text-decoration: none;
    font-weight:normal;
}

.nav_smartphone ul li ul li .this_page a:link, .nav_smartphone ul li ul li .this_page a:visited {
    color: rgb(177, 15, 15);
    background-color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}

.nav_smartphone ul li ul li ul li .this_page a:link, .nav_smartphone ul li ul li ul li .this_page a:visited {
    color: rgb(78, 113, 63);
    background-color: rgb(207, 232, 196);
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------*/
.nav_smartphone .not_this_page a:link, .nav_smartphone .not_this_page a:visited {
}

.nav_smartphone ul li .not_this_page a:link, .nav_smartphone ul li .not_this_page a:visited {
    color: #000;
    background-color: rgb(219, 215, 214);
    text-decoration: none;
    font-weight: normal;
}

.nav_smartphone ul li ul li .not_this_page a:link, .nav_smartphone ul li ul li .not_this_page a:visited {
    color: #000;
    background-color: rgb(244, 244, 244);
    font-weight: normal;
    text-decoration: none;
}

.nav_smartphone ul li ul li ul li .not_this_page a:link, .nav_smartphone ul li ul li ul li .not_this_page a:visited {
    color: #000;
    background-color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}
/*-----------------------------------------------------------*/
@media screen and (max-width: 1000px ) {
    .menue_smartphone {
        
background-color: #e79b23;
        
border-bottom: 1px gray solid;
    }

