ul.history-navigation{width:100vw;left:calc(-1*var(--width-margin));grid-gap:0;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid;position:relative}ul.history-navigation li{text-align:center;margin:0!important;padding:0!important}ul.history-navigation li:before{display:none}ul.history-navigation li:after{display:none}ul.history-navigation li a{background-color:rgb(var(--color-shade-dark));width:100%;color:rgb(var(--color-minor));font-size:var(--fontsize-s);padding:5px 0;transition:all .3s ease-in-out;display:block}ul.history-navigation li a:after{content:"";font-size:var(--fontsize-xs);margin-left:5px;font-family:icomoon!important}ul.history-navigation li:nth-of-type(2n) a{background-color:rgb(var(--color-shade-box))}ul.history-navigation li.active a{background-color:rgb(var(--color-highlight))}ul.history-navigation.sticky{z-index:1000;background:#fff;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000001a}@media screen and (min-width:680px){ul.history-navigation{grid-template-columns:repeat(3,minmax(0,1fr))}ul.history-navigation li a{font-size:var(--fontsize-m);padding:12px 0}}@media screen and (min-width:1024px){ul.history-navigation{grid-template-columns:repeat(6,minmax(0,1fr));width:100%;left:0}ul.history-navigation li a{font-size:var(--fontsize-l);padding:15px 0}}.history-items{margin-top:var(--width-margin);padding:var(--width-margin)0 var(--width-margin)42px;position:relative}.history-items:before{content:"";background-color:rgb(var(--color-shade-light));width:2px;box-shadow:0 0 2px rgb(var(--color-darkest));position:absolute;top:0;bottom:0;left:0}.history-items .history-item--year{z-index:6;background-color:rgb(var(--color-highlight));color:rgb(var(--color-minor));font-weight:700;font-size:var(--fontsize-xl);padding:10px 35px;display:inline-block;position:relative;top:40px;left:-10px}.history-items .history-item--image{z-index:4;position:relative}.history-items .history-item--image img{filter:grayscale();width:100%;height:auto;transition:filter .4s,transform .4s;display:block}.history-items .history-item--image figure{display:inline-block;position:relative}.history-items .history-item--image figcaption{background-color:rgba(var(--color-shade-light),.8);color:rgb(var(--color-main));font-size:var(--fontsize-xl);padding:10px 15px;font-weight:700;transition:color .1s ease-in-out,top .5s ease-in-out;position:absolute;bottom:0;left:0;right:0}.history-items .history-item--image .history-item--slideover{height:0;overflow:hidden}.history-items .history-item--text{margin-top:40px}.history-items .history-item--text h1,.history-items .history-item--text h2,.history-items .history-item--text h3{font-size:var(--fontsize-4xl);margin-top:0;margin-bottom:10px}.history-items .history-item{position:relative}.history-items .history-item .marker:before{content:"";background-color:rgba(var(--color-shade-light),.8);border-radius:50%;width:18px;height:18px;transition:all .3s ease-in-out;display:block;position:absolute;top:6px;left:6px}.history-items .history-item .marker{background-color:rgb(var(--color-minor));border:2px solid rgb(var(--color-highlight));z-index:10;border-radius:50%;width:30px;height:30px;display:block;position:absolute;top:46px;left:-58px}.history-items .history-item:before{content:"";background-color:rgba(var(--color-highlight),.8);border-radius:3px;height:6px;position:absolute;top:60px;left:-62px;right:calc(100% - 100px)}.history-items .history-item:hover .marker:before{background-color:rgba(var(--color-highlight),1)}.history-items .history-item:hover .history-item--year{opacity:1}.history-items .history-item:hover .history-item--image img{filter:grayscale(0%)}@media screen and (min-width:768px){.history-items{padding:var(--width-margin)0}.history-items:before{width:4px;margin-left:-2px;left:50%}.history-items .history-item{width:100%}.history-items .history-item:before{background-color:rgba(var(--color-highlight),.8);border-radius:5px;height:10px;top:60px;left:50px;right:50px}.history-items .history-item .history-grid{grid-gap:94px;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"text image";display:grid}.history-items .history-item .marker{margin-left:-17px;top:48px;left:50%}.history-items .history-item .history-item--image{grid-area:image}.history-items .history-item .history-item--text{grid-area:text;padding-top:40px}.history-items .history-item:nth-of-type(odd) .history-grid{grid-template-areas:"image text"}.history-items .history-item:nth-of-type(odd) .history-item--year{float:right;top:40px;left:auto;right:-10px}.history-items .history-item:nth-of-type(2n) .history-item--text{padding-right:var(--width-margin)}}
