@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

.toggleMenu {
    display: none;
    background: #B3163C;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

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

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

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

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

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

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

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


.nav {
    float: right;
    list-style: none;
    *zoom: 1;
    background: #fff;
    border: 0px solid #ebebeb;
    margin-top: 118px;
    /*width: 100%;*/

}

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

.nav:after {
    clear: both;
}

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

.nav a {
    font-family: "Montserrat", sans-serif;
    color: #A7A7A7;
    text-decoration: none;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 3px;
    /*10*/
    padding-right: 4px;
    padding-left: 4px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    border-right: 0px solid #ebebeb;
    transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    border-left: 1px solid #c0c0c0;
}

.nav a:hover {
    color: #B3163C;
    background: #c0c0c0;
    text-decoration: none;
}

.nav a.active,
.nav a#active {
    color: #000;
    background-color: #e8e8e8;
    text-decoration: none;
}

.nav li {
    position: relative;

}

.nav > li {
    float: left;
    border-top: 0px solid #ebebeb;
}

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

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;

    left: -9999px;
}

.nav > li.hover > ul {
    left: 0;
}

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

.nav li li a {
    display: block;
    background: #fff;
    color: #707173;
    position: relative;
    padding: 10px;
    /*10*/
    padding-right: 8px;
    padding-left: 8px;
    z-index: 1000;
    border-left: 0;
}

.nav li li a:hover {
    background: #ebebeb;
    color: #010101;
}

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

@media screen and (max-width: 1024px)

/* 768 */
    {
    ul.nav {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .active {
        display: block;
    }

    .nav > li {
        float: none;
    }

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

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

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav li a {
        color: #fff;
        background-color: #B3163C
    }

    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
    }

    .nav li ul {
        border: none;
    }
}

/* Footernavi */

ul#footer_navi {
    list-style-type: none;
    margin: 0;
    margin-left: 220px;
    padding: 0;
    background-color: #808000;
}

ul#footer_navi li {
    display: inline;
    margin: 0;
    padding: 0;
    background-color: #808000;
}

ul#footer_navi li a {
    float: left;
    color: #82c8ff;
    text-decoration: none;
    font-size: 12px;
    padding-right: 25px;
}

ul#footer_navi li a:link,
ul#footer_navi li a:visited,
ul#footer_navi li a:active {
    color: #ffffff;
}

ul#footer_navi li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Sub-Sitemap - Rubrikenstartseite --- */

ul.subsitemap {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.subsitemap a {
    display: block;
    text-decoration: none;
    color: #fff;
    background-color: #222550;
    padding: 4px;
}

ul.subsitemap a:visited {
    text-decoration: none;
    color: #fff;
}

ul.subsitemap a:hover {
    text-decoration: none;
    color: #000;
    background-color: #ebebeb;
}
