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

/* Main Info */
@media only screen and (min-width: 425px) {
    .cd-main-info {
        background: #232323;
        height: auto;
        text-align: justify;
        color: white;
        font-family: 'Lato', sans-serif;
        line-height: 2;
        font-weight: 300;
        font-size: 18px;
        padding: 50px 20% 140px;
    }

    .cd-main-info h1 {
        font-size: 44px;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
    }

    .cd-main-info hr {
        border: 1.5px solid #3463f1;
        width: 55px;
    }
}

@media only screen and (max-width: 425px) {
    .cd-main-info {
        background: #232323;
        height: auto;
        color: white;
        font-family: 'Lato', sans-serif;
        line-height: 2;
        font-size: 16px;
        text-align: inherit;
        padding: 60px 8% 140px;
    }

    .cd-main-info h1 {
        font-size: 34px;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
    }

    .cd-main-info hr {
        border: 1.5px solid #3463f1;
        width: 55px;
    }
}

/* Counters */

.cd-main-counter {
    width: 100%;
    height: auto;
    background: #232323;
    padding: 35px 0;
}

.cd-main-counter ul {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.cd-main-counter ul li {
    display: inline-block;
    text-align: center;
    height: 150px;
    width: calc(100% / 3);
    color: white;
    margin: 45px 0;
}

.cd-main-counter i {
    font-size: 75px;
    color: #3463f1;
}

.cd-main-counter ul li img {
    width: auto;
    height: 75px;
    background: #3463f1;
}

.cd-main-counter ul>li>h2 {
    font-size: 69px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 20px 0;
}

.cd-main-counter ul li h3 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}


@media only screen and (max-width: 950px) {
    .cd-main-counter {
        background: #232323;
    }

    .cd-main-counter ul {
        display: block;
        text-align: center;
        width: 100%;
    }

    .cd-main-counter ul li {
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        color: white;
        margin: 20px 0;
    }

    .cd-main-counter i {
        font-size: 65px;
    }

    .cd-main-counter ul>li>h2 {
        font-size: 59px;
    }
}

@media only screen and (max-width: 705px) {
    .cd-main-counter ul li {
        width: 100%;
        height: auto;
        padding: 35px 35px 45px;
    }
}

@media only screen and (max-width: 650px) {
    .cd-main-counter ul li {
        width: 100%;
        height: auto;
        padding: 35px 35px 45px;
    }
}

/* Tekst vakken */
#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;
    text-align: center;
    color: black;
    font-size: 45px;
}

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

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

@media only screen and (max-width: 430px) {
    .youtube-inner {
        background: rgba(0, 0, 0, 0.7);
        padding-top: 10%;
        text-align: center;
        font-family: "Montserrat", sans-serif;
    }

    #buttonyout {
        position: absolute;
        top: 1%;
        right: 2%;
        font-family: 'Montserrat', sans-serif;
        outline: none;
        background: white;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        border: none;
        font-size: 1.8em;
    }

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

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

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: auto;
}

.topon-logo {
    margin-top: 10px;
}

.topon-logo #midsponser {
    max-height: 350px;
    width: auto;
}

@media only screen and (max-width: 1100px) {
    .topon-logo #midsponser {
        display: none;
        margin-top: 0px;
        max-height: 300px;
        opacity: 0.3;
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        
    }
}

@media only screen and (max-width: 768px) {
    .topon-logo #midsponser {
        display: none;
        margin-top: 0px;
        max-height: 250px;
        opacity: 0.3;
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .topon-logo #midsponser {
        display: none;
        margin-top: 0px;
        max-height: 200px;
        opacity: 0.3;
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
}

.topbot-navigation {
    width: 100%;
    position: relative;
    z-index: 1;
}

.topbot-navigation ul {
    background: #3366cc;
    display: flex;
    justify-content: center;
    line-height: 55px;
    margin: 0;
    padding: 0;
}

.topbot-navigation li {
    padding: 0 1%;
}

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

#active {
    color: white;
}

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

@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 {
        flex-direction: column;
        height: auto;
        margin-bottom: -55px;
    }

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

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

    #toggle {
        display: block;
        z-index: 999;
        font-size: 13px;
        line-height: 35px;
        text-align: center;
        background: #3366cc;
        width: 100%;
        height: 35px;
    }

    #toggle-link {
        color: rgb(124, 166, 252);
        line-height: 35px;
        display: block;
        height: 35px;
    }
}

/* 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;
    text-decoration: none;
}

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

/* Youtube */
.youtube {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
}

/* Banner top */
.top {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/index/CTRL.gif') no-repeat center center fixed;
    background-size: cover;
    height: 85vh;
    z-index: -999;
}

.top h1 {
    padding-top: 10px;
    text-align: center;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
}

.top .navigatie-lijst a {
    text-align: center;
    color: #3366CC;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 31;
    position: relative;
}

.navigatie-lijst {
    text-align: center;
    width: 100%;
    position: relative;
}

.top li {
    text-align: center;
    display: inline-block;
    max-width: 230px;
    margin: auto;
    text-transform: uppercase;
}

.top a:hover {
    border-bottom: 1px solid white;
    color: white;
}

@media only screen and (max-width: 1100px) {
    .top {
        height: 450px;
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/index/CTRL.gif') no-repeat center center;
        background-size: cover;
        background-attachment: lazy;
    }

    .top h1 {
        font-size: 45px;
        padding-top: 20%;
    }
}

@media only screen and (max-width: 780px) {
    .top {
        height: 350px;
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/index/CTRL.gif') no-repeat center center;
        background-size: cover;
        background-attachment: lazy;
    }

    .top h1 {
        font-size: 35px;
        padding-top: 20%;
    }

    .top .navigatie-lijst a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 610px) {
    .top {
        height: 350px;
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/index/CTRL.gif') no-repeat center center;
        background-size: cover;
        background-attachment: lazy;
        background-size: cover;
    }

    .top h1 {
        font-size: 25px;
        padding-top: 25%;
    }

    .top .navigatie-lijst a {
        font-size: 15px;
    }

    .top li {
        display: block;
    }
}

@keyframes glowing {
    0% {
        color: #3366CC;
    }

    50% {
        color: white;
    }

    100% {
        color: #3366CC;
    }
}

#glow {
    animation: glowing 2000ms infinite;
}

/* Nieuws */
.mid-nieuws {
    padding: 0 5%;
}

@media only screen and (max-width: 1125px) {
    .mid-nieuws {
        padding: 0 2%;
    }
}

@media only screen and (max-width: 1100px) {
    .mid-nieuws {
        text-align: center;
    }
}

@media only screen and (max-width: 780px) {
    .mid-nieuws {
        padding: 0 1%;
        text-align: center;
    }
}

@media only screen and (max-width: 610px) {
    .mid-nieuws {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}

.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;
    }
}

.nieuws-img {
    display: inline-block;
    margin-bottom: 30px;
}

.nieuws-tekst {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    width: 70%;
}

.nieuws-tekst h2 {
    padding-left: 30px;
    color: black;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 10px;
}

.nieuws-tekst p {
    color: #232323;
    padding-left: 30px;
    line-height: 1.5;
}

@media only screen and (max-width: 710px) {

    .nieuws-tekst h2,
    .nieuws-tekst p {
        padding-left: 0;
    }
}

@media only screen and (max-width: 610px) {

    .nieuws-tekst h2,
    .nieuws-tekst p {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.nieuws-tekst a {
    color: #3463f1;
    font-weight: 400;
    text-decoration: none;
}

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

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

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

/* Tekst bot */
.bottom-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) {
    .bottom-tekst {
        padding: 0 5%;
    }
}

.tekst p {
    width: auto;
}

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