Thanks for the starter hint, terrathemes.
Yes, a background for the topbar was necessary, as well as some other things (i.e. to prevent the nav-container to overlap with the topbar; to adjust the height of the site-header).
.topbar {
position: fixed;
width: 100%;
}
.topbar .container {
background-color: #dd9933;
}
.nav-container.sticky.fixed {
position: fixed;
top: 44px;
}
.nav-container {
top: 44px;
}
.nav-placeholder {
height: 137px !important;
}
For smaller devices the nav-container is disappearing and the topbar is staying. This is intended.
This all is working well when I’m logged out. When I’m logged in, there is a conflict with the admin-bar I still have to figure out who to solve. Any hint for that? Adjusting the “Adminbar styles”? How?
Anyway, thanks for your support.
Sunny regards from Germany
Boris