@import url(solid.min.css);
@import url(brands.min.css);
@import url(fontawesome.min.css);

@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?56980605');
    src: url('../fonts/fontello.eot?56980605#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?56980605') format('woff'),
    url('../fonts/fontello.ttf?56980605') format('truetype'),
    url('../fonts/fontello.svg?56980605#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
* main blue: #0D2EA0
* dark  blue: #071956
* light blue: #1965E1
* black: #000000;
* light gray: #F2F2F2
* Dark gray: #4d4d4d
* Mid gray: #545454
*/
* {
    position: relative;
}
html {
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: #f5f6f8;
    color: #4d4d4d;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.428;
}

body a:hover {
    color: #071956;
}

body:not(.in-iframe)::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

h2 {
    font-weight: 600;
    font-size: 28px;
}

.timeline {
    /*padding: 30px 50px 0 50px;*/
    margin: 0;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    overflow: hidden;
    /*height: calc( 100% - 20px );*/
    height: 100%;
}

body.in-iframe {
    overflow: hidden;
}

body.in-iframe .timeline {
    padding: 0;
    margin: 0;
}

.clearfix {
    clear: both;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/******************************************************************************
 * Timeline view: Upper container with year numbers
 *****************************************************************************/
.timeLineContainer {
    width: auto;
    background: #ffffff;
    padding: 0 10px 0 10px;
    height: 180px;
}

.timeLineContainer .timeLineHeadline {
    padding: 10px 0 0 8px;
}

.timeLineContainer .timeLineHeadline h3,
.timeLineContainer .timeLineHeadline h2 {
    color: #4d4d4d;
    margin-top: 0;
}

.timeLineContainer .timeLineHeadline h2 {
    padding-top: 19px; /*Old: 10px*/
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    font-size: 28px;
    /*padding-left: 10px;*/
}

.timeLineContainer .timeLineHeadline h3 {
    font-weight: 300;
    font-size: 25px;
}

.timeLineContainer .timeLineScrollArea {
    width: 100%;
    height: 80px;
    display: inline-block;
}

.scrollArea,
.timeLineContentScrollArea {
    position: relative;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    behaviour: smooth;
    height: 100%;
    /*height: -webkit-fill-available;
    height: fill-available;*/
}

.scrollArea::-webkit-scrollbar,
.timeLineContentScrollArea::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.scrollArea {
    width: 100%;
    height: 80px;
}

.timeLineContentScrollArea {
    overflow-y: hidden !important;
}

.timeLineContainer .timeLineScrollArea .bubble {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    border-radius: 0;
    min-width: 150px;
    min-height: 12px;
    text-align: center;
    padding: 8px;
    position: absolute;
    left: 518px;
    top: 54px;
    color: #ffffff;
    font-size: 10pt;
    z-index: 2002;
}

.timeLineContainer .timeLineScrollArea .bubble .bubble-arrow {
    border-style: solid;
    position: absolute;
    border-color: transparent transparent #4d4d4d transparent;
    border-width: 8px 8px 9px 8px;
    top: -16px;
    /*left: 18px;*/
    left: 64px;
}

.timeLineContainer .timeLineScrollArea .bubble span {
    font-weight: normal;
    font-size: 9.2pt;
}

.timeLineContainer .timeLineScrollArea .bubble strong {
    font-weight: 600;
    padding-left: 2px;
}

.timeLineContainer .tl-arrow {
    top: -12px;
    bottom: -1px;
    position: absolute;
    width: 30px;
    height: 100px;
    background: #fff;
    z-index: 101;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.timeLineContainer .tl-arrow:hover {
    opacity: 0.9;
}

.timeLineContainer .tl-arrow:after {
    color: #4d4d4d;
    position: absolute;
    top: 22px;
    left: 10px;
    font-size: 20pt;
}

.timeLineContainer .tl-arrow.prev {
    left: 0;
}

.timeLineContainer .tl-arrow.prev:after {
    content: "\2329";
}

.timeLineContainer .tl-arrow.next {
    right: -10px;
}

.timeLineContainer .tl-arrow.next:after {
    content: "\232A";
}

.timeLineContainer ol {
    display: flex;
    margin: 0 30px 0 20px;
    padding: 0;
    width: 100%;
    height: 36px;
}

.timeLineContainer ol li {
    display:block;
    float: left;
    padding: 0 10px 0 10px;
    border-bottom: 2px solid #4d4d4d;
}

.timeLineContainer ol li:after {
    content:" ";
    position: absolute;
    top: 26px;
    left: 24px;
    width: 2px;
    height: 6px;
    background: #4d4d4d;
}

.timeLineContainer ol li:first-child:after {
    top: 24px;
    height: 12px;
}

.timeLineContainer ol li span {
    cursor: none;
    color: #C5C5C6;
    font-size: 10pt;
}

.timeLineContainer ol li span:hover {
    color: #C5C5C6;
    cursor: pointer;
}

.timeLineContainer ol li.exists > span {
    font-weight: bold;
    font-size: 12pt;
    color: #4d4d4d;
}

.timeLineContainer ol li.exists {
    z-index:100;
    cursor: pointer;
}

.timeLineContainer ol li.exists:after  {
    content: "";
    background: transparent;
}

.timeLineContainer ol li.exists .circle {
    position: absolute;
    background: #0d2ea0;
    border: 1px solid #0d2ea0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 26px;
    left: 20px;
    z-index:999;
    width:14px;
    height:14px;
}

.timeLineContainer ol li.exists .circle.active {
    background: #1965E1;
    border-color: #1965E1;
}


/******************************************************************************
 * Timeline view: Lower container with content
 *****************************************************************************/
.timeLineContent {
    background: #ffffff;
    margin-top: 2px;
    margin-bottom: 20px;
    overflow: hidden;
    height: calc( 100% - 100px);
}

.timeLineContent .timeLineContentInner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.timeLineContent .image-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.timeLineContent ol {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
    margin-left: 20px;
}

.timeLineContent ol li.timeLineContentBlock {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    height: calc(100% - 60px);
}
.timeLineContent ol li.timeLineContentBlock > div::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.timeLineContent ol li.timeLineContentBlock > div {
    border-right: 1px solid #F2F2F2;
    width: 320px;
    padding: 0 30px 0 30px;
    height: 100%;
    /*height: -webkit-fill-available;
    height: fill-available;*/
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    behaviour: smooth;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.timeLineContent ol li.timeLineContentBlock > div:active {
    cursor: grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: -webkit-grabbing !important;
}

.timeLineContent ol li.timeLineContentBlock > div:first-child {
    /*padding-left: 40px;*/
    padding-left: 20px;
}

.timeLineContent ol li.timeLineContentBlock > div:last-child {
    /*padding-right: 40px;*/
    padding-right: 20px;
}

.timeLineContentBlock ul {
    list-style-type: none;
    margin-left: -30px;
}

.timeLineContentBlock ul li:before {
    content: "\f0da  ";
    color: #0065EA;
    font-size: 16px;
    margin-left: -10px;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
}

.timeLineContentBlock ul li {
    margin-bottom: 5px;
}

.timeLineContentBlock .image-box {
    height: 200px;
    margin-bottom: 2px;
    overflow: hidden;
}

.timeLineContentBlock .image-buttons {
    float: right;
    margin-top: 14px;
}

.timeLineContentBlock .image-buttons img {
    display: contents;
}

.timeLineContentBlock .image-buttons .image-btn {
    background: #0d2ea0;
    text-align: center;
    vertical-align: middle;
    width: 36px;
    height: 32px;
    color: #ffffff;
    font-size: 10px;
    margin-left: 1px;
    float: left;
    line-height: 34px;
    cursor: pointer;
}

.timeLineContentBlock .image-buttons .image-btn > * {
    margin: 0 auto;
}

.timeLineContentBlock .image-buttons .image-btn:active,
.timeLineContentBlock .image-buttons .image-btn:hover,
.timeLineContentBlock .image-buttons .image-btn.active{
    background-color: #1965E1;
}

.timeLineContentBlock .contentText {
    /*position: relative;*/
    color: #4B4B4B;
    margin-top: 10px;
    margin-bottom: 30px;
    height: 100%;
    height: -webkit-fill-available;
    height: fill-available;
    font-size: 14px;
}

li.timeLineContentBlock {
    /*position: relative;
    display: block;*/
}

.timeLineContentBlock .contentText a {
    text-decoration: none;
    cursor: pointer;
    color: #0D2EA0;
}

.timeLineContentBlock .contentText p {
    margin-bottom: 10px;
}

.timeLineContentBlock .contentText.noImage p:first-child {
    margin-top: 0;
}

.timeLineContentBlock .contentText.noImage {
    margin-top: -2px;
}

.timeLineContentBlock h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 18px;
    color: #4B4B4B;
    /*height: 48px;*/
}

.timeLineContentBlock h1 {
    color: #4d4d4d;
    font-weight: normal;
    margin-left: -3px !important;
    margin-top: 31px;
    margin-bottom: 0;
}

.timeLineContentInner .tlc-arrow {
    top: -1px;
    bottom: -1px;
    position: absolute;
    width: 30px;
    height: 100%;
    background: #fff;
    /*background: transparent;*/
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    z-index: 1200;
}

.timeLineContentInner .tlc-arrow:hover {
    /*opacity: 0.9;*/
}

.timeLineContentInner .tlc-arrow:after {
    color: #C5C5C6;
    position: absolute;
    top: calc(995px / 4 + 48px);
    font-size: 40pt;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
}

.timeLineContentInner .tlc-arrow.prev {
    left: 0;
}

.timeLineContentInner .tlc-arrow.prev:after {
    content: "\E800";
    left: 4px;
}

.timeLineContentInner .tlc-arrow.next {
    right: 0;
}

.timeLineContentInner .tlc-arrow.next:after {
    content: "\E801";
    left: 2px;
}

/*
.arrow-down {
    width: 100%;
    height: 40px;
    background: #ffffff;
    opacity: 0.5;
    z-index: 4000;
    position: fixed;
    bottom: 0;
}

.arrow-down:before {
    content: "\f078";
    position: fixed;
    bottom: -16px;
    font-size: 50px;
    z-index: 4002;
    left: calc(50% - 20px);
    opacity: 1.0;
    font-family: 'Font Awesome 5 Free';
}*/

/******************************************************************************
 * Timeline view: Responsive stuff
 *****************************************************************************/
@media only screen and (max-width: 801px) {

    .timeLineContentScrollArea ol:first-child {
        padding-left: 30px;
    }
    .timeline {
        padding: 0;
    }
    ::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    .timeLineContent ol li.timeLineContentBlock > div {
        width: 664px;
    }
    .timeLineContentBlock .image-box {
        height: 428px;
    }
    .timeLineContentInner .tlc-arrow.prev:after {
        left: 4px !important;
    }
}

@media only screen and (max-width: 526px) {

    .timeLineContainer .timeLineHeadline h2 {
        /*letter-spacing: 1px;
        word-spacing: 1px;
        font-size: 14px !important;
        text-align: center;
        font-weight: 900;
        padding-top: 15px !important;
        margin-bottom: 20px !important;
        line-height: initial;*/
        font-family: inherit;
        font-weight: 400;
        line-height: 1.2;
        font-size: 28px;
        padding-top: 0;
        padding-right: 2px;
        padding-left: 4px;
    }
}

@media only screen and (max-width: 480px) {

    .timeLineContentScrollArea ol:first-child {
        padding-left: 0;
    }

    .timeline {
        height: 100%;
    }

    .timeLineContainer {
        padding: 0;
    }

    .timeLineContentBlock h3 {
        font-size: 11pt;
    }

    .timeLineScrollArea ol {
        margin: 0 -10px 0 -10px;
    }
    .timeLineContentBlock .image-box {
        height: 200px;
    }

    .timeLineContentBlock ul li:before {
        margin-left: -10px;
    }

    .tl-arrow, .tlc-arrow {
        display: none;
    }

    .timeLineContent {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .timeLineContent ol li.timeLineContentBlock > div {
        width: 334px;
        /*padding: 0 30px 0 20px;*/
        padding: 0 !important;
    }

    .timeLineContainer .timeLineScrollArea .bubble {
        max-width: 260px;
    }

    .timeLineContainer .timeLineScrollArea .bubble .bubble-arrow {
        left: 18px;
    }

    .timeLineContent ol {
        margin: 0;
    }

    .timeLineContent ol li.timeLineContentBlock > div:first-child {
        padding: 0 20px 0 20px !important
    }

    .timeLineContent ol li.timeLineContentBlock > div:last-child {
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 320px) {
    .timeLineContent ol li.timeLineContentBlock > div {
        width: 280px;
        /*padding: 0 30px 0 20px;*/
    }
}

/**
 * IE 10/11 hacks
 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    * {
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

/**
 * Ugly css hack to hide scrollbars in any browser
 */
@media all and (-ms-high-contrast:none) {
    .timeLineContainer .timeLineScrollArea:after {
        content: " ";
        background: #fff;
        height: 20px;
        width: 100%;
        z-index: 1000;
        position: absolute;
        bottom: 0;
    }

    .timeLineContent ol li.timeLineContentBlock:after {
        content: " ";
        background: #fff;
        height: 100%;
        width: 20px;
        z-index: 1004;
        position: absolute;
        right: 1px;
        top: 0;
    }
}

.timeLineContentBlock {
    display: block;
    position: relative;
}

.contentArrowDown {
    display: none;
    width: 100% !important;
    z-index: 4000;
    height: 40px !important;
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    overflow: initial !important;
}

.contentArrowDownInner {
    position: absolute;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 40px !important;
    background: #ffffff;
    opacity: 0.5;
    z-index: 4002;
}

.contentArrowDown .contentArrowDownInner:before {
    content: "\e803";
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    bottom: -16px;
    font-size: 50px;
    z-index: 5002;
    left: calc(50% - 20px);
    opacity: 1.0;
    font-family: 'fontello';
}

.debug {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 100000;
}