.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;
    text-transform: uppercase;
    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: 13px;
    color:#fff !important;
    text-decoration: none;
    font-weight: normal;
    position: relative;
    border-bottom:3px solid transparent;
}


.navi_firstlevel a,
.navi_firstlevel a.has_children.opener{
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}
.navi_firstlevel a:after,
.navi_firstlevel a.has_children.opener:after{
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 1px;
    bottom: -14px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.navi_firstlevel a:hover:after,
.navi_firstlevel a.has_children.opener:hover:after{
    width: 100%;
    left: 0;
}

.navi_firstlevel a.has_children{
    padding-right:15px;
}

.navi_firstlevel a.has_children:before{
    content:"\f107";
    font-family: "Font Awesome 5 Pro" !important;
    position: absolute;
    right:-5px;
    top: 10px;
    font-weight: normal;
}


.navi_firstlevel a.has_children.opener{
    color: #e5c282 !important;

}

/* Navigation level 2 (box) */
.subnav_container{
    border-top: 1px solid rgb(238, 238, 238, 0.5);
    background-color: rgb(71, 71, 71, 0.5) !important; 
}

.navigation__blogpost{
    background: #ccebf8;
    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: 14px;
    font-weight: normal;
    border-bottom: 1px solid rgb(238, 238, 238, 0.5);
    display: block;
    color:#fff;
}

.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: #fff;
    font-size: 12px;
}

.subnav_container a:hover{
    color:#e5c282 !important;
    text-decoration: none;
}

span.navi_upperelement{
    height: 35px;
}

.navi_upperelement i {
    color: #fff !important;
}

.navi_upperelement *{
    font-size: 14px;
}

@media (min-width: 768px) {
}

@media (max-width: 767.98px) {
    .header__logo{
        height: 50px;
    }
    .navigation__level--3 li a {
        color: #000;
        font-size: 11px;
    }

    .navbar{
        padding: 0px !important;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    .header__logo{
        height: 70px;
    }

    .navbar{
        padding: 0px !important;
    }

    .navi_firstlevel a:after {
        display: none;
    }
    .navcontainer,
    .mainnavi_container{
        height:100px
    }
}

.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;
    top: 0;
}

.nav__container.open{
    right:0;
}

.nav__close{
    cursor: pointer;
    color:#000;
    font-family:"Frutiger Neue LT W02 Cond Heav", sans-serif;
}

.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:#162e3f;
    font-size: 26px;
    margin-bottom: 20px;
    transition:color 0.3s ease;
    text-decoration: none !important;
    font-weight: 500;
    line-height: 1;
    text-align: left;
}

.nav__list a:hover {
    color:#e5c282 !important;
}

.nav__list li{
    position: relative;
}



.nav__list li.haschildren a{
    margin-bottom: 20px;
}


.nav__list ul{
    margin-bottom: 24px;
}

.nav__list ul a{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 20px;
}

@media only screen and (min-width : 992px){
    .navcontainer,
    .mainnavi_container{
        height:120px
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767.98px){
  

    .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;
}

.servicePage__service--link{
    font-size: 16px !important;
    font-weight: bold;
}

.nav__hidden{
    display: none;
    list-style: none;
    padding-left: 0;

}

.nav__unfold{
    background: transparent;
    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:#738790;
    font-family: "Font Awesome\ 5 Pro";
    font-size: 14px;
    position: relative;
    bottom: 3px;
}

.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;
}

.ul_inline li {
    display: inline-block;
}


.header__contact span, .header__contact a {
    font-size: 14px;
    color: #fff !important;
    font-style: normal;
}

.header__contact span, .header__contact i {
    font-size: 14px;
    color: #fff;
}

.header__contact{
    color:#fff;
    cursor: default;
}

.header__contact {
    text-align: center;
    padding: 9px 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}



@media (max-width: 991.98px) {
    .navi_firstlevel a.has_children:before{
        right:-s3px;
    }
    .logo{
        width: 180px !important;
    }
    .navi_firstlevel a {
        margin-left: 0px !important;
        padding: .5rem 0.5rem !important;

    }
}

