﻿#navigationMain a .tooltip {
    display: none;
}


.sm-clean {
    background: #eeeeee;
}

    .sm-clean a, .sm-clean a:visited, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding: 13px 20px;
        /* make room for the toggle button (sub indicator) */
        padding-right: 58px;
        color: #333333;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 1.4;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.sm-clean a.current {
    color: #2a5599
}

.sm-clean a.disabled {
    color: #bbbbbb;
}

.sm-clean a .sub-arrow {
    /* keine Subnavigation gewuenscht */
    display: none !important;
}

.sm-clean a .sub-arrow::before {
    content: '+';
}

.sm-clean a.highlighted .sub-arrow::before {
    content: '-';
}

.sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0;
}

.sm-clean li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-clean > li:first-child {
    border-top: 0;
}

.sm-clean ul {
    background: rgba(162, 162, 162, 0.1);
    display: none !important; /* keine Subnavigation gewuenscht */
}

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
    font-size: 16px;
    border-left: 8px solid transparent;
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
    border-left: 16px solid transparent;
}

.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
    border-left: 24px solid transparent;
}

.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}


@media (min-width: 1150px) {
/* Switch to desktop layout
-----------------------------------------------
    These transform the menu tree from
    collapsible to desktop (navbar + dropdowns)
-----------------------------------------------*/
/* start... (it's not recommended editing these rules) */
.sm-clean ul {
    position: absolute;
    width: 12em;
}

.sm-clean li {
    float: left;
}

.sm-clean.sm-rtl li {
    float: right;
}

.sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none;
}

.sm-clean a {
    white-space: nowrap;
}

.sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal;
}

.sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
}

/* ...end */


#navigationMain a:hover .tooltip {
    display: block;
    position: absolute;
    background-color: #c4dcec;
    border: 1px solid #c4dcec;
    font-size: 14px;
    z-index: 100;
    top: -41px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 8px 4px 8px 4px;
    text-transform: none;
    letter-spacing: 0.8px;
    border-radius: 4px;
    color: #2a5599;
    font-weight: 300;
}

#navigationMain a:hover .tooltip:before {
    border: solid;
    border-color: #c4dcec transparent;
    border-width: 6px 6px 0 6px;
    bottom: -6px;
    content: "";
    left: 3px;
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    width: 10px;
    margin: 0 auto;
}

.sm-clean {
    background: none;
}

    .sm-clean a, .sm-clean a:visited, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        padding: 6px 10px;
        font-size: 13px;
    }

.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    color: #fff;
    background-color: #2a5599;
    border-radius: 4px;
}

.sm-clean a.current {
    color: #fff;
    background-color: #2a5599;
    border-radius: 4px;
}

.sm-clean a.disabled {
    color: #bbbbbb;
}

.sm-clean li {
    border-top: 0;
    padding: 0 2px 0 2px;
}


.sm-clean > li:last-child {
    padding-right: 0;
}

.sm-clean > li > ul::before,
.sm-clean > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
}

.sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
}

.sm-clean ul {
    border: 1px solid #bbbbbb;
    padding: 5px 0;
    background: #fff;
    border-radius: 5px !important;
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 7px 20px;
    color: #555555;
}

.sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    background: #eeeeee;
    color: #599DBF;
}

.sm-clean ul a.current {
    color: #599DBF;
}

.sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
}

.sm-clean .scroll-up,
.sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
}

.sm-clean .scroll-up:hover,
.sm-clean .scroll-down:hover {
    background: #eeeeee;
}


.sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
}

.sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
}

.sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
}

.sm-clean.sm-vertical a {
    padding: 10px 20px;
}

.sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
    background: #fff;
}

.sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
}

.sm-clean.sm-vertical > li > ul::before,
.sm-clean.sm-vertical > li > ul::after {
    display: none;
}

.sm-clean.sm-vertical ul a {
    padding: 10px 20px;
}

.sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
}

.sm-clean.sm-vertical ul a.disabled {
    background: #fff;
}
}

@media (min-width: 1441px) {
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
        letter-spacing: 1.2px;
    }

    .sm-clean li {
        padding: 0 8px 0 8px;
    }

    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        padding: 8px 10px;
        font-size: 14px;
    }
}
