/* 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, .topbot-navigation ul li a, .topbot-navigation ul li a:hover, .topbot-navigation ul li a:active, .topbot-navigation ul li a:focus {
    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;
}

@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;
        z-index: 999;
        font-size: 13px;
        line-height: 35px;
        width: 100%;
        height: 35px;
        background: #3366cc;
    }

    #toggle-link {
        color: rgb(124, 166, 252);
        line-height: 35px;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
        display: block;
        height: 35px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        transition: all 0.5s ease;
    }
}

#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;
    line-height: 70px;
}

footer p a {
    color: #3463f1;
}

footer .sponsors {
    display: flex;
    flex-direction: row;
    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;
        line-height: 40px;
    }

    footer img {
        height: 50px;
    }
}

/* Titels */
.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;
    }
}

/* Top contact */
.top-contact {
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.top-contact h1 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 400;
    font-size: 45px;
    padding: 25px 0;
}

@media only screen and (max-width: 710px) {
    .top-contact h1 {
        font-size: 35px;
        padding: 15px 0;
    }
}

.top-contact h2 {
    font-weight: 200;
    font-size: 18px;
    padding: 15px 0;
}

.top-contact a {
    color: #3463f1;
}

.top-contact a:hover {
    border-bottom: 1px solid #3463f1;
}

/* Bot contact */
.bot-contact {
    font-family: "Montserrat", sans-serif;
}

.bot-contact ul {
    text-align: center;
    width: 100%;
}

.bot-contact ul li {
    display: inline-block;
    text-align: center;
    margin: 15px 10px;
    vertical-align: top;
    padding-bottom: 15px;
    width: 380px;
}

.bot-contact ul li img {
    width: 150px;
    height: 150px;
    background-color: rgba(52, 99, 241, 0.6);
    margin: 15px 0;
    border-radius: 100%;
    border: 3px solid #3463f1;
}

.bot-contact ul li h1 {
    font-weight: 400;
    font-size: 21px;
}

.bot-contact ul li h2 {
    font-weight: 200;
    font-size: 18px;
}

.bot-contact ul li a {
    color: #3463f1;
}

.bot-contact ul li a:hover {
    border-bottom: 1px solid #3463f1;
}

/* Tekst tour */
#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;
}

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