/* ------------------------------------------
    responsive-nav.js 1.0.39 by @viljamis
--------------------------------------------- */

.navControl ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none
}
.navControl li {
    width: 100%;
    display: block
}

.js .navControl {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1
}
.navControl.opened {
    max-height: 9999px
}
.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
@media screen and (min-width: 40em) {
    .js .navControl {
        position: relative
    }
    .js .navControl.closed {
        max-height: none
    }
    .nav-toggle {
        display: none
    }
}
/* ------------------------------------------
    NAVIGATION STYLES
--------------------------------------------- */

#navigation {
    padding: 0;
    margin: 0;
    z-index: 100;
    background: #f1f1f1;
    border-bottom: 1px solid #ededed;
    opacity: .92;
}
#navigation:hover {
    opacity: 1
}

.js-nav-active #navigation {
   opacity: 1;
}

.aktiv a {
    text-decoration: none;
    background: #e8e8e8!important;
    border-bottom: 3px solid #e8e8e8!important
}
.navControl,
.navControl * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.navControl {
    margin: 0 auto;
    max-width: 900px;
    max-width: 56.25rem;
}
.navControl-inner {
    float: left
}
.navControl-inner li {
    display: inline;
    float: left
}
@media screen and (min-width: 40em) {
    .navControl,
    .navControl ul {
        list-style: none;
        text-align: left;
        height: 55px
    }
    .navControl li {
        display: block;
        position: relative;
        width: auto;
        letter-spacing: 0.03rem;
        padding-top: 1px;
        font-size: 1.216rem;
    }
}
.navControl a {
    color: #152841;
    text-decoration: none;
    width: 100%;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    padding: 17px 1em;
    float: left
}
.navControl .aktiv {
    border-bottom: 1px solid #ccc
}
.navControl a:hover {
    text-decoration: none;
    color: #800
}
@media screen and (min-width: 40em) {
    .navControl a {
        text-align: center;
        margin: 0;
        padding: 20.8px .968em 16px;
        border-bottom: 0;
        color: #152841; /* #4c1515 */
        background: #f1f1f1
    }
    .navControl .aktiv {
        border-bottom: 0
    }
    .navControl a:hover {
        text-decoration: none;
        border-bottom: 3px solid #800!important;
        color: #800;
        opacity: 1
    }
}
.navControl ul ul a {
    background: #ca3716;
    padding-left: 2em
}
@media screen and (min-width: 40em) {
    .navControl ul ul a {
        display: none
    }
}
/* ------------------------------------------
    NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
    font-family: "responsivenav";
    src: url(/_css/icons/responsivenav.eot);
    src: url(/_css/icons/responsivenav.eot?#iefix) format("embedded-opentype"), url(/_css/icons/responsivenav.ttf) format("truetype"), url(/_css/icons/responsivenav.woff) format("woff"), url(/_css/icons/responsivenav.svg#responsivenav) format("svg");
    font-weight: 400;
    font-style: normal
}
.nav-toggle {
    position: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 55px;
    float: right
}
.nav-toggle:before {
    color: #152841;
    /* Edit this to change the icon color */
    
    font-family: "responsivenav", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    font-size: 28px;
    font-size: 1.75rem;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 55px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0
}
.nav-toggle.active::before {
    font-size: 24px;
    font-size: 1.3rem;
    content: "x"
}
/* ------------------------------------------
    MEDIA QUERIES
--------------------------------------------- */

@media screen and (max-width: 915px) {
    .navControl li {
        font-size: 19.2px;
        font-size: 1.2rem
    }

    #navigation {
        border-bottom: 0;
    }
}
@media screen and (max-width: 905px) {
    .navControl li {
        font-size: 18.304px;
        font-size: 1.144rem;
        padding-top: 2px;
    }
}
@media screen and (max-width: 866px) {
    .navControl li {
        font-size: 17.392px;
        font-size: 1.087rem
    }
}
@media screen and (max-width: 825px) {
    .navControl li {
        font-size: 16.496px;
        font-size: 1.031rem;
        padding-top: 1px;
    }
}
@media screen and (max-width: 790px) {
    .navControl li {
        font-size: 15.6px;
        font-size: .975rem;
    }
}
@media screen and (max-width: 749px) {
    .navControl li {
        font-size: 14.704px;
        font-size: .919rem;
        padding-top: 2px;
    }
}
@media screen and (max-width: 709px) {
    .navControl li {
        font-size: 13.808px;
        font-size: .863rem;
        padding-top: 2px;
    }
}
@media screen and (max-width: 669px) {
    .navControl li {
        font-size: .823rem;
        padding-top: 3px;
    }
}

@media screen and (max-width: 639px) {
    .navControl li {
        font-size: 1.45rem;
        font-weight: 400;
        text-align: center;
        padding-top: 0;
    }

    .navControl a {
       padding: 14px 0;
    }

    .navControl a:hover {
       background: #800;
       color: white;
    }

    .navControl {
       display: none;
    }

    .js .navControl  {
       display: block;
    }

}