/* theme header */
header#masthead {
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* border-bottom: 4px solid var(--akzent-red); */
/*    transition: padding .5s, background-color .5s;*/
}
header#masthead:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -1px; left: 0;
    width: 100%;
    height:1px;
    background-color: var(--border);

}
.header-top-line {
    position: relative;
    /* z-index:99999; */
    padding: 0;
    border-bottom: 1px solid var(--border)
}
.header-top-line .container {
    gap: .5rem;
}
.header-top-line .container > * {
    padding: .5rem
}
.header-top-line .container > *:last-child {
    padding-right: 0
}
@media screen and (min-width: 783px) {
    .admin-bar header#masthead {
        top:32px
    }
}
@media screen and (max-width: 782px) {
    /* .admin-bar header#masthead {
        top:46px
    } */
}
header#masthead > .container {
    position: relative;
    /* z-index: 99999; */
    background-color: #fff;
    height: 5rem;
    gap: 2rem;
}
header#masthead .navbar-brand {
    padding: 0;
    position: relative;
    margin: 0;
    flex-basis:4.75rem;
    flex-shrink: 0
}
header#masthead .navbar-brand a {
    display:block;
    width: 4.38rem;
    z-index:2;
}
header#masthead a:visited, header#masthead a:hover {
  text-decoration: none;
}
header#masthead .masthead-bgr {
    position: absolute;
    z-index:-1;
    left:0; top:0;
    width: 100%;
    background: #fff;
    /* backdrop-filter: blur(6px); */
    height: 100%;
}
@media only screen and (max-width: 574px) {
    header#masthead {
        padding: .75rem 0!important
    }
    header#masthead > .container {
        padding-bottom: 3.75rem;
        height: auto;
    }
    .header_search_wrap {
        padding-top: .75rem;
        position: absolute;
        bottom: 0;
        width: calc(100% - 30px);
    }
    .header_search_wrap:before {
        content: '';
        position: absolute;
        left: -15px;
        right: -15px;
        top:0;
        height: 1px;
        background-color: var(--border);
    }
}
/* .header-menus-block > * {
    margin-left: 1rem
} */
@media only screen and (max-width: 1199px) {

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }
    header#masthead, header#masthead.fixed {
        padding: 0;
    }
    header#masthead {
        background: transparent;
        /* transition: background-color .5s */
    }
    /* .pushy-open-left header#masthead {
        background-color: #fff!important;
    } */
    header#masthead.fixed {
        background-color: rgba(252, 251, 247, .75);
        backdrop-filter: blur(10px);
    }
}
@media only screen and (min-width: 1200px) {
    header#masthead, header#masthead.fixed {
        /* padding: .5rem 0; */
        background: #fff
    }
    header#masthead.fixed .masthead-bgr {
        /* background-color: rgba(252, 251, 247, .75); */
        /* backdrop-filter: blur(10px); */
        background-color: #fff
    }
}
@media only screen and (min-width: 1440px) {
    /* header#masthead .navbar-brand, .header-menus-block {
        flex-basis: 22rem
    } */
    .header-menus-block {
        flex-shrink: 0
    }
}
