/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,400,600');

/* Navigatie */
.topbot-navigation a {
    text-decoration: none;
}

.topon-logo {
    text-align: center;
}

.topon-logo #midsponser {
    height: 145px;
}

@media only screen and (max-width: 1192px) {
    .topon-logo #midsponser {
        height: 105px;
    }
}

.topon-logo a {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    padding: 2px;
    border: 2px solid #3366cc;
    background: #3366cc;
    border-radius: 0 0 0 5px;
}

.topbot-navigation ul {
    margin-top: 0;
    z-index: 999;
    background: #3366cc;
    position: absolute;
    width: 100%;
    line-height: 55px;
    text-align: center;
    height: 55px;
}

.topbot-navigation ul li {
    padding: 0 1%;
    display: inline-block;
    z-index: 999;
    font-size: 16px;
    line-height: 55px;
    text-align: center;
}

.topbot-navigation ul li a {
    float: right;
    color: rgb(124, 166, 252);
    line-height: 55px;
    display: inline-block;
    height: 55px;
    padding: 1%;
    width: 140px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    transition: all 0.5s ease;
}

#toggle {
    display: none;
}

@media only screen and (max-width: 1192px) {
    .topbot-navigation ul li a {
        width: 100px;
    }
}

@media only screen and (max-width: 860px) {
    .topbot-navigation ul li a {
        width: 80px;
    }
}

@media only screen and (max-width: 700px) {
    .topbot-navigation ul {
        position: relative;
        line-height: 35px;
        height: auto;
        margin-bottom: -55px;
    }

    .topbot-navigation ul li {
        font-size: 13px;
        line-height: 35px;
        width: 100%;
        height: 35px;
    }

    .topbot-navigation ul li a {
        line-height: 35px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        display: block;
        height: 35px;
        width: 100%;
    }

    #toggle {
        display: block;
        font-size: 13px;
        line-height: 35px;
        width: 100%;
        height: 35px;
    }

    #toggle-link {
        line-height: 35px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        display: block;
        height: 35px;
        width: 100%;
    }
}

#active {
    color: white;
}

.topbot-navigation ul li a:hover {
    color: white;
}

/* Voettekst */
footer {
    line-height: 70px;
}

footer p {
    background: #fff;
    color: black;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    width: 100%;
    height: 70px;
}

footer p a {
    color: #3463f1;
}

footer .sponsors {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer img {
    height: 70px;
    margin: 10px;
}

@media only screen and (max-width: 597px) {
    footer {
        line-height: 40px;
    }

    footer p {
        height: 40px;
        font-size: 11px;
    }

    footer img {
        height: 50px;
    }
}

/* Afbeeldingen tijdlijn */
.events-content img {
    text-align: center;
    height: 145px;
}

.big-title {
    text-align: center;
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    padding: 35px 0;
}

@media only screen and (max-width: 1100px) {
    .big-title {
        font-size: 45px;
    }
}

@media only screen and (max-width: 780px) {
    .big-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 610px) {
    .big-title {
        font-size: 35px;
    }
}

/* Banner top */
.top {
    background-image: url('../img/navigatie/V4Laura_Repweekend.jpg');
    background-position: center;
    background-size: cover;
    margin-top: auto;
    background-repeat: no-repeat;
    height: 300px;
}

@media only screen and (max-width: 868px) {
    .top {
        height: 200px;
    }
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    font-family: "Fira Sans", sans-serif;
    color: #383838;
    background-color: white;
}

a {
    color: #3463F1;
}

/* Horizontale tijdlijn */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline.loaded {
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;
    background-image: linear-gradient(to right, white, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;
    background-image: linear-gradient(to left, white, rgba(248, 248, 248, 0));
}

.cd-horizontal-timeline .events {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 2px;
    background: #dfdfdf;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #3463F1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 15px;
    color: #383838;
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: white;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #3463F1;
    border-color: #3463F1;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #3463F1;
    border-color: #3463F1;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #3463F1;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline {
        margin: 6em auto;
    }
}

.cd-timeline-navigation a {
    position: absolute;
    z-index: 1;
    top: 50%;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/navigatie/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #3463F1;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
    font-weight: 400;
    font-size: 2.6rem;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
    display: block;
    margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: black;
    font-weight: 200;
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
    .cd-horizontal-timeline .events-content h2 {
        font-size: 7rem;
    }

    .cd-horizontal-timeline .events-content em {
        font-size: 2rem;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 1.8rem;
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.events-content ol li p a:hover {
    text-decoration: underline;
}

.socialMediaLogoButtons {
    width: 50px;
    height: 50px;
}

#tekst-tour {
    padding: 1% 10% 5% 10%;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    text-align: center;
}

#tekst-tour h1 {
    font-weight: 400;
    margin: 15px 0;
    color: black;
    font-size: 45px;
}

#tekst-tour a {
    color: #3463F1;
}

#tekst-tour a:hover {
    border-bottom: 1px solid #3463F1;
}
