.timeline-container {
    width: 980px;
    margin: 0 auto;
    border: solid 2px #2d2d2d;
    padding: 10px;
    margin-top: 10px;
}

.timeline-container h1 {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 13px;
    font-family: Georgia, sans-serif !important;
}

.timeline-box2 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border: solid 1px #2d2d2d;
    border-bottom: none;
    height: 276px;
}

.timeline-box {
    width: 100%;
    border: solid 1px #2d2d2d;
    height: auto;
    overflow: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 14px;
    margin: 0 auto;
    background-color: #000;
    position: relative;
    margin-top: 22px;
}

.timeline-banner-container {
    display: none;
    width: 100%;
    background-color: #000;
    background-image: url(../img/timeline-pat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /* height: 271px; */
}

.timeline-content {
    padding-left: 40px;
    padding-right: 40px;
}

.timeline-content h2 {
    font-size: 76px;
    color: #d2ac67;
    font-weight: 400;
    font-family: Georgia, sans-serif !important;
}

.timeline-content h3 {
    font-size: 25px;
    color: #FFF;
    font-weight: 600;
    font-family: Georgia, sans-serif !important;
}

.timeline-content p {
    font-size: 14px;
    color: #FFF;
    font-family: Georgia, sans-serif !important;
}

.timeline-banner-container img {
    display: block;
}

.with-white-bg {
    background-color: #FFF !important;
    background-image: none !important;
}

.with-white-bg h3,
.with-white-bg p {
    color: #2d2d2d !important;
    font-family: Georgia, sans-serif !important;
}

.timeline-content2 {
    position: absolute;
    top: 0px;
    width: 54%;
}

.timeline-content3 {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 54%;
    text-align: right;
}

#timeline-slider::-webkit-scrollbar {
    width: 1em;
    position: absolute;
    top: 0px;
}

#timeline-slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#timeline-slider::-webkit-scrollbar-thumb {
    background-color: #875d32;
    outline: 1px solid #875d32;
    background-image: url(../images/scroll-pic.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

#timeline-slider {
    width: 954px;
    white-space: nowrap;
    overflow-x: auto;
    margin: 0px auto;
    margin-top: -1px;
    margin-bottom: 0px;
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

#lijst {
    min-width: 4000px;
    padding: 0px;
}

.element {
    display: inline-block;
    padding: 0px;
    width: 100px;
    margin-right: 0px;
    float: left;
    border-right: solid 1px #2d2d2d;
    white-space: normal !important;
    height: 246px;
    opacity: 1;
    transition: all 0.7s ease;
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}

.element:hover,
.actives {
    opacity: 1;
}

.element ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul#lijst li {
    position: relative;
    margin-bottom: 0px;
}

.element a {
    text-decoration: none;
}

.jaartal {
    color: #FFF;
    font-size: 16pt;
    padding: 8px 2px;
    text-align: center;
    font-weight: 700;
    background-color: #6e6055;
    margin: 0px;
    font-family: Georgia, sans-serif !important;
}

.ondertitel {
    color: #FFF;
    font-size: 11px;
    font-weight: 300;
    line-height: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 6px;
    font-family: Georgia, sans-serif !important;
}

.learn {
    font-size: 12px;
    font-style: italic;
    font-size: 8.9pt;
    color: #FFF;
    padding-left: 5px;
    position: absolute;
    bottom: 0;
}

.actives .jaartal {
    background-color: #d2ac67;
}

.slide-bt {
    position: absolute;
    display: block;
    left: 0px;
    width: 100%;
    top: 0px;
    display: none\9;
}

.button {
    background-color: #000;
    color: #fff;
    padding: 0px;
    width: 20px;
    height: 23px;
    border: 0px;
    box-shadow: 0px;
    font-size: 20px;
}

.button:hover {
    background-color: transparent;
    color: #000;
}

.button:active {
    background-color: #eaeaea;
    color: #000;
    outline: 0;
}

.button:focus {
    outline: 0;
}

#later,
#vroeger {
    position: absolute;
    top: -10px;
    left: 0px;
}

#vroeger {
    margin-left: 932px;
}

@media screen and (max-width:500px) {
    #container {
        width: 90%;
    }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .slide-bt {
        display: none;
    }

    #timeline-slider {
        scrollbar-face-color: #875d32;
        scrollbar-highlight-color: #000;
        scrollbar-3dlight-color: #000;
        scrollbar-darkshadow-color: #000;
        scrollbar-shadow-color: #000;
        scrollbar-arrow-color: #FFF;
        scrollbar-track-color: #000;
    }
}