
  header {
    position: sticky !important;
    top: 0em;
    
    z-index: 100;
  }
  
  header.wideStripe:before {
    background-color: #ffffff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  }
  

  #stickyStripe:before {
    background-color: #ffffff;
    box-shadow: 0 0.05em 0.2em 0 #e9dbb8;
  }
  
  #stickyStripe {
    max-width: 92em;
    
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    
    position: sticky;
    top: 0em;
    
    z-index: 1000;
  }

  #adminMenu {
    
    font-size: 0.8rem;
    
    flex: 0 0 100%;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    
    line-height: initial;
  }
  
  #adminMenu:before {
    background-color:#F9FBFC ;
  }
  
  #adminMenu a {
    padding: 0.5em 1em;
    text-decoration: none;
  }
