/* Mobile Menu*/

.toggleMenu {
    display: none;
    background-color: transparent;
    padding-top: 6px;
    padding-bottom: 6px;
    color: black !important;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 1%;
}

.toggleMenu a:link {
    color: black;
    text-decoration: none;
    font-weight: bolder;
}

.toggleMenu a:visited {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.toggleMenu a:focus {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.toggleMenu a:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.toggleMenu a:active {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.toggleMenu a::after {
    margin-left: 10px;
    font-family: 'Font Awesome 5 Pro';
    content: "\f0c9";
}

.toggleMenu span {
    position: absolute;
    text-indent: -800em;
    display: block;
    overflow: hidden;
    background-image: url(../img/navi.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 25px;
    height: 25px;
    top: 6px;
    right: 5px;
    z-index: 800;
}

.toggleMenu.active span {
    position: absolute;
    text-indent: -800em;
    display: block;
    overflow: hidden;
    background-image: url(../img/navi.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 25px;
    height: 25px;
    top: 6px;
    right: 5px;
    z-index: 800;
}

/* /Mobile Menu*/

.nav,
.metanav {
    list-style: none;
    *zoom: 1;
    z-index: 200;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 220px;
}

.nav a,
.metanav a {
    font-size: 1.20em;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 3px;
    border-right: 0px solid #ebebeb;
    /*height:32px;*/
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #58585a;
}

.metanav a {
    text-align: right;
}

.nav a:hover,
.metanav a:hover {
    color: #cc0000;
    text-decoration: none;
}

.nav a.active,
.nav a.aktiv,
.metanav a.active,
.metanav a.aktiv,
.nav a#active {
    color: #cc0000;
    text-decoration: none;
}

.active i {
    color: black !important;
}


.nav li,
.metanav li {
    position: relative;
}

.nav > li,
.metanav > li {
    float: left;
    /*border-left: 1px solid #e5e5e5;*/
    border-right: medium none;
    /*width:100px;*/
}

.nav > li > .parent {
    /*background-image: url("../img/pfeilon.png");
    background-repeat: no-repeat;
    background-position: right;*/
}

.nav > li > a,
.metanav > li > a {
    display: block;
    margin-left: 0;
    margin-right: 0;
    border-top: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
}

.nav > li > a:hover,
.metanav > li > a:hover {
    display: block;
    border-top: 0px solid #;
    background-color: #fff;
    border-bottom: 0px solid #8e8e8e;
    color: #000;
}

.nav li ul,
.metanav li ul {
    position: absolute;
    border-top: 0px solid #ebebeb;
    border-bottom: 0px solid #ebebeb;
    border-left: 0px solid #ebebeb;
    border-right: 0px solid #ebebeb;
    border: 0;
    left: -9999px;
    margin-top: 0 !important;
}

.nav > li.hover > ul,
.metanav > li.hover > ul {
    margin-top: 0px;
    /**/
    left: 0px;
}

.nav li li.hover ul,
.metanav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a,
.metanav li li a {
    display: block;
    background-color: #fff;
    color: #58585A;
    text-transform: none;
    font-size: 14px;
    font-size: 0.90rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 8px;
    padding-left: 15px;
    line-height: 110%;
    position: relative;
    z-index: 1000;
    border-bottom: 1px solid #eee;
}

.nav li li a.active,
.metanav li li a.active {
    margin-top: 0;
}

.nav li li a:hover,
.metanav li li a:hover {
    background: #eee;
    font-weight: 300;
    color: #000;
}

.nav li li li a,
.metanav li li li a {
    background: #eee;
    z-index: 2000;
    border-top: 0px solid #1d7a62;
}

.nav a.no-link {
    cursor: default;
}

@media screen and (max-width: 800px) {
    .active {
        display: block;
    }

    .nav > li {
        float: none;
    }

    .nav > li > .parent {
        background-position: 95% 50%;
    }

    .nav li li .parent {
        background-image: url("../img/pfeilon.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }

    .nav li a {}

    .nav li a:hover {}

    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
        background-color: #003055;
    }

    .nav li ul {
        border: none;
        margin-left: 0;
    }
}

/* -- Subnavi --- */

ul#subnavi {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

ul#subnavi a {
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-decoration: none;
    color: #9c9e9f;
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #e5e5e5;
    background-color: #9c9e9f;
}

ul#subnavi a:hover {
    color: #fff;
    background-color: #707173;
    font-weight: bold;
}

/* -- Meta-Navi --- */

/*ul#metanav
{
list-style-type: none;
margin:0;
padding:0;
}

ul#metanav li 
{
display: inline;
margin: 0;
padding: 0;
text-align: left;
}

 ul#metanav li a
{
float:left;
font-size: 0.8em;
color: #000;
padding-right: 20px;
text-decoration: none;
}

ul#metanav li a:hover,  ul#metanav li.active a
{
color: orange;
}*/
