:root{--tb-visitorchart-item-width: calc(100% / 24)}@keyframes tbvc-grow{0%{height:0}100%{height:var(--bar-height)}}@keyframes tbvc-to-fullheight{0%{height:var(--bar-height)}100%{height:100%}}@keyframes tbvc-shrink{0%{height:100%}100%{height:var(--bar-height)}}.tbvc{height:100%;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;gap:.5rem}.tbvc__header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;padding-bottom:1rem;border-bottom:#bfbfbf thin solid}.tbvc__headline{font-size:2rem;margin-left:1rem;margin-right:1rem;text-align:center;width:25%}.tbvc__control{position:relative;width:4rem;height:2rem;background:#bfbfbf;border-radius:1rem;cursor:pointer}.tbvc__control::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-60%, -50%) rotate(90deg);width:0;height:0;border:none;border-left:.5rem solid rgba(0,0,0,0);border-top:.6rem solid #333;border-right:.5rem solid rgba(0,0,0,0)}.tbvc__control.next::before{transform:translate(-40%, -50%) rotate(-90deg)}.tbvc__chart{position:relative;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;flex:1;gap:5px;justify-content:space-between;align-items:end;transition:gap .3s ease}.tbvc__chart.show-single{gap:0}.tbvc__chart::before{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;border-top:#bfbfbf thin dashed;z-index:0}.tbvc__chart::after{content:"50%";position:absolute;top:50%;right:0;transform:translateY(-100%);color:#bfbfbf;z-index:0}.tbvc__max-label{position:absolute;top:0;right:0;color:#bfbfbf;z-index:0}.tbvc__item{display:flex;justify-content:center;align-items:center;width:var(--tb-visitorchart-item-width);height:0;background-color:#bfbfbf;border-radius:3rem;opacity:1;cursor:pointer;z-index:10;transition:background-color .3s ease,width .3s ease,height .3s ease,opacity .3s ease}.tbvc__item.current{background-color:#333}.tbvc__item.current .description{color:#bfbfbf}.tbvc__item.shrink{animation:tbvc-shrink .3s ease forwards}.tbvc__item.init{animation:tbvc-grow .2s ease var(--bar-delay) forwards}.tbvc__legend{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:5px;width:100%;height:2rem;border-top:#bfbfbf thin solid}.tbvc__legend-item{position:relative;width:4.1666666667%;text-align:center}.tbvc__legend-item .text{position:absolute;top:0;left:50%;transform:translateX(-50%);padding-top:.5rem}.tbvc__legend-item .text::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:1px;height:.5rem;background-color:#333}.tbvc .description{transition:none;width:0;overflow:hidden;text-align:center;white-space:nowrap;color:#333;font-weight:700;font-size:1.25rem}.show-single .tbvc__item{width:0;opacity:0}.show-single .tbvc__item.active{width:100%;opacity:1;animation:tbvc-to-fullheight .3s ease forwards}.show-single .tbvc__item.active .description{transition:width .3s ease .3s;width:100%}/*# sourceMappingURL=style.min.css.map */