.startseite h5,
.header-navi  a,
.header-navi strong {
    text-decoration:none;
    font-size:15px;
    cursor:pointer !important;
    color:black;
    font-weight:normal;
}
.startseite h5,
.header-navi ul.level_1 > li > a,
.header-navi ul.level_1 >  li > span,
.header-navi ul.level_1 > li > strong {
    text-decoration:none;
    text-transform:uppercase;
    font-size:15px;
    font-weight:bold !important;
    cursor:pointer !important;
    color:black;
    letter-spacing: 1.2px;
}
.header-navi {
    height:129px;
}
.header-navi a {
    display:block;
}
.header-navi li:hover > a,
.header-navi strong,
.header-navi li:hover > a > span {
    cursor:pointer;
}
#header .header-navi .level_1 > li:hover > strong,
#header .header-navi .level_1 > li:hover > a,
#header .header-navi .level_1 >li.active > strong,
#header .header-navi .level_1 >li.trail > a {
    color:#ec6707;
}
#header .header-navi .level_1 >  li > a:after {
    content: "\f0dd";
        font-family: FontAwesome;
        display: block;
        text-align: center;
        padding: 0;
        padding-bottom: 24px;
        line-height: normal;
        height: auto;
}
#header .header-navi ul.level_1 {
    display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        overflow: visible;
    max-width: 1280px;
        margin: 0 auto;
        padding: 0 0 0 30px;
}
.header-navi ul.level_2 li {
    border-bottom: 6px solid #e1e5e8;
}
.header-navi ul.level_2 li:hover,
.header-navi ul.level_2 li.active {
    border-bottom: 6px solid #8698a5;
}
.header-navi ul.level_2 {
    position: absolute;
        bottom: -49px;
        left: 0;
        right: 0;
        top: auto;
        z-index: 111111;
        background: #e1e5e8;
        display: flex;
        display: none;
        justify-content: flex-end;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 0;
}


#header ul.level_2:after {
    background-color: #e1e5e8;
        content: "";
        position: absolute;
        z-index: -1;
        width: 100vw;
        display: block;
        height: 100%;
        left: calc((-100vw + 100%)/2);
}
.header-navi ul.level_3 {
    bottom: -100px;
}
.header-navi ul.level_1 > li.trail > ul.level_2,
.header-navi ul.level_1 > li.active > ul.level_2 {
    display:flex;
}
#header .header-navi ul.level_2 li a{
    padding: 12px 0 6px;
}

#header .header-navi ul.level_2 li,
#header .header-navi ul.level_3 li {
    margin: 0 0 0 3vw;
        //padding-bottom: 6px;
        display: inline-block;
}
#header .header-navi li {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    display: inline-block;
}
#header .header-navi .level_1 > li:last-child {
    margin-right:0 !important;
}
#header .header-navi li:hover a {
    cursor:pointer;
}
#header .logo {
    padding: 24px 0;
        float: left;
        position: relative;
        z-index: 100001;
        height: 100%;
        width: auto;
}
#header .logo figure {
    width: 100%;
    height: 100%;
}
#header .logo img {
    vertical-align: bottom;
     height: 100%;
        width: auto;
}
#hi-container {
    float: right;
    --padding-right: 14px;
}
.userservices {
    overflow:visible;
}
.nav-main .level_1 >  li,
.headicons {
    position:relative;
        display:inline-block;
        vertical-align:top;
        letter-spacing:1px;
}
#header .headicons {
    position: relative;
    float: left;
    margin-top: 16px;
}
.headicons a {
    color:#8698a5;
    padding-left:24px;
}
#header .headicons > a span {
    display: inline-block;
        padding-right: 6px;
        font-size: 13px;
        font-weight: bold;
}
#header .headicons > a + * {
    display: none;
    position: absolute;
    top: 50px;
    right: -15px;
    background: white;
    padding: 16px;
    z-index:222222;
    overflow:visible;
    opacity:0;
    transition:all 0.3s ease-in-out;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: white !important;
}
#header .headicons > a + *.active {
    display:inline-block;
    opacity:1;
    }
    @-webkit-keyframes fadeInFromNone {
        0% {
            display:inline-block;
            opacity: 0;
        }
        1% {
            display:inline-block;
            opacity: 0;
        }
        100% {
            display:inline-block;
            opacity: 1;
        }
}
#header .headicons .loginicon:after {
    content: "\f023";
    display: inline-block;
    font-family: FontAwesome;
}
#header .headicons .searchicon:after {
    content: "\f002";
    display: inline-block;
    font-family: FontAwesome;
}
.mod_changelanguage a:after {
    content: "\f0ac";
    display: inline-block;
    font-family: FontAwesome;
    padding-left: 6px;
}
#header .userservices .widget label {
    display: none;
}
#header .intern .widget {
    width: 200px;
        line-height: 1;
        margin: 0;
}
#header .userservices button {
    padding: 4px 0px !important;
        border: 0;
        font-size: .8rem;
        margin: 0 8px 8px 0;
        border-radius: 0;
}
#header .userservices button.text,
#header .userservices textarea {
    padding: 5px 10px;
        border: none;
        background-color: #333333;
        color: #676363;
}
#header .userservices button.submit,
#header .userservices form,
#header .userservices form input {
    width: 160px;
    z-index: 10001;
    position: relative;
}
#header .userservices button.submit {
    margin-bottom: 0;
        float: left;
        width: 15%;
        margin: 0px;
        border: 1px solid #ec6707;
        font-size: 0px;
}
#header .userservices button.submit:after {
    content: "\f0da";
        font-size: 15px;
    font-family:'FontAwesome';
}
#header .userservices input,
#header .userservices button {
    padding: 4px 8px;
        border: 0;
        font-size: .8rem;
        margin: 0 8px 8px 0;
}
#header form button {
    color: white;
}
.userservices form button.submit {
    background-color: #ec6707;
        border-color: #ec6707;
        color: #fff;
        text-align: center;
}
.userservices form {
    margin-bottom:0;
}
.mod_login.login:before,
.mod_search:before {
    width: 20px;
        height: 20px;
        background: white;
        content: "";
        display: block;
        transform: skew(-0, -44deg);
        position: absolute;
        right: 18px;
        top: -11px;
        border-top: 1px solid #aaa;
        border-right: 1px solid #aaa;
}
.mod_changelanguage {
    padding:0 !important;
}
.mod_changelanguage  {
    font-size: 12px;
        font-weight: bold;
}
.mod_changelanguage select {
    border:none;
}
#header .userservices form input,
#header .headicons > a + * {
    border: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
}
#header .userservices button.submit {
    float: left;
        width: 15%;
        margin: 0px;
        border: 1px solid #ec6707;
}
#header .userservices form .widget-password input,
#header .mod_search input {
    margin: 0;
        width: 85% !important;
        float: left;
    border-right:none !important;;
}
.loginbox .ce_hyperlink {
    letter-spacing: normal;
}
.headicons .loginbox a.hyperlink_txt {
    color: black;
        padding: 0;
        font-size: .8rem;
}
.headicons .loginbox a.hyperlink_txt:before {
    content:"\f101";
    padding-right:6px;
    font-family:'FontAwesome';
    color:#ec6707;
}
.login {
    margin-bottom: 16px;
}
