/* Mobile Menu*/

.toggleMenu {
    display: none;
    background-color: #b7aeaf;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 100%;
    /*margin-top: 1%;*/
}

.toggleMenu a:link {
    color: #ffffff;
    text-decoration: none;
}

.toggleMenu a:visited {
    color: #ffffff;
    text-decoration: none;
}

.toggleMenu a:focus {
    color: #ffffff;
    text-decoration: none;
}

.toggleMenu a:hover {
    color: #ffffff;
    text-decoration: none;
}

.toggleMenu a:active {
    color: #ffffff;
    text-decoration: none;
}

.toggleMenu span {
    position: absolute;
    text-indent: -800em;
    display: block;
    overflow: hidden;
    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-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 li::before {
    display: none;
}

ul.nav {
    list-style-type: none;
    /*padding-left: 0;*/
}

.nav a {
    display: inline-block;
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    transition: all 0.3s ease 0s;
}



.nav a:hover {
    text-decoration: none;
    color: #8e2e49 !important;
}

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

.active i {
    color: black !important;
}


.nav li {
    position: relative;
}

.nav > li {
    float: left;
    border-right: medium none;
}

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

.nav > li > a {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 14px;
    padding-left: 14px;
}

.nav > li > a:last-child::after {
    content: "";
}

.nav > li > a:hover {
    display: block;
    border-top: 0px solid;
    background-color: transparent;
    color: #000;
}

.nav li ul {
    position: absolute;
    border-top: 0px solid rgba(255, 255, 255, .5);
    border-bottom: 10px solid rgba(255, 255, 255, .5);
    border-left: 10px solid rgba(255, 255, 255, .5);
    border-right: 10px solid rgba(255, 255, 255, .5);
    left: -9999px;
    width: 300px;
}

.nav > li.hover > ul {
    margin-top: 0px !important;
    left: 0px;
}

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

.nav li li a {
    display: block;
    background-color: #fff;
    color: #58585A;
    text-transform: none;
    font-size: 14px;
    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 {
    margin-top: 0;
    border-bottom: 0;
}

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

.nav li li li aa {
    background: #eee;
    z-index: 2000;
    border-top: 0px solid #000;
}

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

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