/* theme header */
header#masthead {
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
    /* border-bottom: 4px solid var(--akzent-red); */
/*    transition: padding .5s, background-color .5s;*/
}
header#masthead:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -4px; left: 0;
    width: 100%;
    height:4px;
    background-color: var(--akzent-red);

}
@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: var(--grey-bgr);
    height: 3.75rem;
}
header#masthead .navbar-brand {
    padding: 0;
    position: relative;
    align-self: stretch;
    margin: 0;
    flex-basis: 7rem;
}
header#masthead .navbar-brand a {
    display:block;
    width: 6.125rem;
    position: absolute;
    bottom: -.825rem;
    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: var(--grey-bgr);
    /* backdrop-filter: blur(6px); */
    height: 100%;
}

.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: transparent
    }
    header#masthead.fixed .masthead-bgr {
        /* background-color: rgba(252, 251, 247, .75); */
        /* backdrop-filter: blur(10px); */
        background-color: var(--grey-bgr)
    }
}
@media only screen and (min-width: 1440px) {
    header#masthead .navbar-brand, .header-menus-block {
        flex-basis: 22rem
    }

}
