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

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');

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

.vgroep {
    text-align: center;
    font-weight: bold;
    color: #F7923A;
}

.topon-logo a {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    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;
        background: #3366cc;
    }

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

#active {
    color: white;
}

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

/* Banner */
.top {
    background: url('../img/lidworden/perspectief_sign.jpg') center/contain no-repeat, white;
    height: 20em;
}

.bot {
    background: linear-gradient(to left, rgba(51, 102, 204, 0.7), rgba(51, 102, 204, 0.7)), url('../img/lidwoorden3.jpeg') center/cover no-repeat;
    height: 300px;
}

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

/* Titles */
.big-title {
    text-align: center;
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #00538D;
    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;
    }
}

/* Text */
.top-tekst {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
    background: white;
    padding: 0 20%;
}

@media only screen and (max-width: 868px) {
    .top-tekst {
        padding: 0 5%;
    }
}

.tekst p {
    width: auto;
}

.tekst a {
    color: #00538D;
    font-size: 32px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

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

/* YouTube */
.youtube {
    z-index: 9998;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    text-align: center;
}

.youtube-inner {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding-top: 10%;
    font-family: "Montserrat", sans-serif;
}

#buttonyout {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    border: none;
    border-radius: 100%;
    background: white;
}

@media only screen and (min-width: 835px) {
    #buttonyout {
        top: 6%;
        right: 3.5%;
        font-size: 1.5em;
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width: 835px) {
    #buttonyout {
        top: 3%;
        right: 2%;
        font-size: 2em;
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 430px) {
    #buttonyout {
        top: 1%;
        right: 2%;
        font-size: 1.8em;
        width: 45px;
        height: 45px;
    }
}

.youtube #buttonyout:hover {
    cursor: pointer;
}

/* Form */
.invul_formulier {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Subheader */
@media only screen and (min-width: 1024px) {
    .cd-main-sub {
        height: 450px;
        text-align: center;
        background: black;
        color: white;
    }

    .cd-sub-text {
        float: left;
        width: 50%;
        padding-top: 175px;
    }

    .cd-sub-text h3 {
        text-align: left;
    }

    .cd-sub-image {
        float: right;
        width: 50%;
    }

    .cd-sub-image img {
        height: 450px;
    }

    .cd-main-sub hr {
        border: 1.5px solid #ef223c;
        width: 55px;
    }

    .cd-main-sub h2 {
        font-size: 50px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    .cd-main-sub h3 {
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
    }

    .cd-main-sub a {
        display: inline-block;
        margin-top: 15px;
    }

    .cd-main-sub a button {
        cursor: pointer;
        width: 420px;
        height: 65px;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 5em;
        color: white;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        font-size: 19px;
        transition: all 0.2s ease;
    }

    .cd-main-sub a button:hover {
        background: white;
        color: black;
    }
}

.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-family: "Montserrat", sans-serif;
    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;
}
