.fixed_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.5s ease all;
    z-index: 100;
}

.mainnavi_container form{
    position: relative;
    top:-6px;
}

.mainnavi_container input.text{
    padding: 6px 10px !important;
    height:auto !important;
}

.search_button{
    position: absolute;
    right: 10px;
    top: -5px;
}

.flag__image{
    height:28px;
    width:28px;
}

.header__logo{
    height: 80px;
}

.navi_firstlevel a{
    font-size: 16px;
    margin-left:15px;
    color:#000;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-bottom: 16px;
    border-bottom:3px solid transparent;
}

.navi_firstlevel a:hover,
.navi_firstlevel a.has_children.opener{
    border-bottom:3px solid #e2000e;
    color: #e2000e;
}

.navi_firstlevel a.has_children{
    padding-right:15px;
}

.navi_firstlevel a.has_children:after{
    content:"\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right:0px;
    top:0;
    font-weight: normal;
}


.navi_firstlevel a.has_children.opener:after{
    content:"\f106";
}

.navi_firstlevel a.has_children.opener{
    color: #e2000e;
}

/* Navigation level 2 (box) */
.subnav_container{
    border-top:1px solid #dee2e6;
    background-color: #fff;
}

.navigation__blogpost{
    background: #e2000e;
    color:#fff;
}


.navigation__blogpost a:before{
    color:#fff !important;
}

.navigation__blogpost h2,
.navigation__blogpost a{
    color:#fff !important;
}

ul.navigation__level--2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding:0;
}
ul.navigation__level--2 > li{
    list-style: none;
    padding:0;
    flex:1 0 50%
}

ul.navigation__level--2 > li > a{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6;
    display: block;
    color:#000;
}

.navigation__level--3{
    padding:0;
    margin-bottom: 1.5em;
}

.navigation__level--3 li{
    border:0;
    display: block;
    margin-bottom: 5px;
}


.navigation__level--3 li a{
    color: #000;
    font-size: 14px;
}

.subnav_container a:hover{
    color:#e2000e;
    text-decoration: none;
}

span.navi_upperelement{
    height: 35px;
}

@media (min-width: 768px) {
}

@media (max-width: 767.98px) {
    .header__logo{
        height: 50px;
    }

    body{
        margin-top:50px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navi_firstlevel a {
        font-size: 14px;
        padding-right: 0 !important;
        margin-left: 10px;
    }


    .navi_firstlevel a:after {
        display: none;
    }
}

.navigation__root {
    margin-bottom: 0!important;
}

.nav__shadow{
    position: fixed;
    z-index: 900;
    top:0;
    width: 100%;
    height: 100%;
    display: none;
}

.nav__container{
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 100%;
    transition:right 0.3s ease;
    display: none;
    background-color: #fff;
}
.nav__container{
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 100%;
    transition:right 0.3s ease;
    display: none;
}

.nav__container.open{
    right:0;
}

.nav__close{
    cursor: pointer;
    color:#000;
}

.nav__shadow{
    position: fixed;
    z-index: 900;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}

.nav__list{
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    counter-reset: li;
    list-style: none;
}

.nav__list a{
    display: block;
    color:#000;
    font-size: 22px;
    margin-bottom: 18px;
    transition:color 0.3s ease;
    text-decoration: none !important;
    font-weight: 500;
    line-height: 1;
    text-align: left;
}

.nav__list li{
    position: relative;
}



.nav__list li.haschildren a{
    margin-bottom: 12px;
}

/*
.nav__list > li:after{
    counter-increment: li;
    color:#fff;
    position: absolute;
    right: -60px;
    top:8px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
}
*/


.nav__list ul{
    margin-bottom: 24px;
}

.nav__list ul a{
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 20px;
}

@media only screen and (min-width : 768px){
    .navcontainer,
    .mainnavi_container{
        height:100px
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767.98px){
    /*
    .nav__container{
        right:-100%;
        width: 100%;
    }
    */

    .nav__container{
        overflow-y: scroll;
    }
}

.searchopener:hover,
.searchcloser:hover {
    cursor: pointer
}

.searchmenu_container.open {
    opacity: 1;
    pointer-events: all;
}

.searchmenu {
    width:250px;
    position: fixed;
    z-index: 1000;
    bottom: 140px;
    right: 20px;
    border-radius:24px;
    opacity:0;
    pointer-events:none;
    transition:0.5s ease all;
}



.nav__hidden{
    display: none;
    list-style: none;
    padding-left: 0;
}

.nav__unfold{
    background: #e2000e;
    color:#fff;
    height:24px;
    width: 24px;
    border-radius:24px;
    right: 0;
    top:0px;
    position: absolute;
    display: inline-block;
    text-align: center;
    line-height: 1.8;
    cursor: pointer;
}

.nav__unfold:after{
    content:"\f078";
    color:#fff;
    font-family: "Font Awesome\ 5 Pro";
    font-size: 16px;
}

.nav__unfolded:after{
    content:"\f077" !important;
    font-size: 16px;
    line-height: 0.3;
}

.navigation__contact *{
    color:#fff !important;
}

.navigation__contact .button i:before{
    color:#fff !important;
}

.nav__lang{
    padding: 6px 10px;
    margin-top: -5px;
    font-size: 12px;
    border-radius: 0;
    border: 2px solid #dfdfdf;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
}

.nav__lang:hover{
    background: #fff!important;
    color: #000!important;
    border: 2px solid #dfdfdf!important;
}

.nav__dropdown{
    border: none;
    border-radius: 0;
    background-color: #fff;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle{
    background-color: #fff!important;
    color: #000!important;
    border: 2px solid #dfdfdf!important;

}

.ul_inline li {
    display: inline-block;
}


.header__contact span{
    text-transform: uppercase;
    color:#616161;
}

.header__contact{
    color:#616161;
    cursor: default;
}

.header__contact {
    text-align: center;
    padding: 9px 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}