.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    overflow: hidden;
    z-index: 10000000000000001;
}

/* #header ist im Theme fest auf top:0 gepinnt (styles.css) - muss unter die Topbar rutschen */
body:has(#topbar) #header {
    top: 38px;
}

.topbar.bg-black {
    background: #000;
}

.topbar .swiper-wrapper {
    height: 100%;
    align-items: center;
}

.topbar .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.topbar p {
    font-size: 13px;
    letter-spacing: .02em;
}

.topbar a {
    text-decoration: none;
}

.topbar .c-white {
    color: #fff;
}

.topbar .hl {
    color: #E8927C;
}
