.stickyBannerWrapper {
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:999;
}
.stickyBanner {
    background-color:#FDF6FB;
    color:#5a5a5a;
    padding: 15px 0;
    z-index:999;
}
.stickyBanner .stickyTextLong, .stickyBanner .stickyTextShort {
    display:inline;
}
.stickyBanner .stickyToggle {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.stickyBanner .stickyToggle:hover {
    cursor: pointer;
}
.stickyBanner .stickyToggle.inactive::before {
    margin: 0 0 0 5px;
    content: "\f106";
}
.stickyBanner .stickyToggle.active::before {
    margin: 0 0 0 5px;
    content: "\f107";
}

@media (min-width: 997px) {
    .stickyTextLong {
        display: inline !important;
    }
    .stickyTextShort,.stickyToggle {
        display: none !important;
    }
}
.carousel-onvista-seiten .carousel-caption {
  width: calc(100% - 38px);
}