﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
}

.floatingbutton {
    position: relative;
}

.btn.btn-outline-primary {
    background-color: #eee;
    color: #444;
}
.follow-col {
    width: 120px;
}

    .follow-col.mobile-hidden, td.mobile-hidden, th.mobile-hidden {
        display: table-cell;
    }

.btn-follow .mobile-hidden {
    margin-left: 5px;
    display: inline;
}

.btn-follow {
    color: #aaa;
    font-size: 15px;
}

    .btn-follow.btn-following {
        color: #112658;
    }

.backbutton, .backbutton:hover {
    float: left;
    clear: both;
    height: auto;
    line-height: 20px;
    padding: 8px;
    margin-top: 20px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    background: #112658;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none !important;
}

body {
    background: #112658;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.top-btn {
    position: absolute;
    right: 20px;
    top: 10px;
}

.nomargin {
    margin-bottom: 0px !important;
}

.nopadding {
    padding: 0px;
}

.mobile-hidden {
    display: block;
}

td.mobile-hidden, th.mobile-hidden {
    display: table-cell;
}

.disableBgScroll {
    height: 80%;
    overflow: hidden;
}

#mobilenavbar {
    display: none;
    background: #FFF;
    width: 100%;
    color: #000;
    height: 55px;
    z-index: 1000;
}

.hamBurger, .hamBurger:hover, .hamBurger:focus, .hamBurger:active, .closeNav, .closeNav:hover, .closeNav:focus, .closeNav:active {
    position: absolute;
    left: 15px;
    font-size: 18px;
    top: 15px;
    color: #112658;
}

#mobilenavbar img {
    float: none;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    margin-left: -24px;
}

#mobilepanel {
    width: 100%;
    left: -100%;
    display: none;
    top: 0;
    position: absolute;
    height: 100%;
    background: #FFF;
    z-index: 2000;
    transition: left 0.3s;
}

    #mobilepanel.open {
        left: 0;
    }

.mobileNavItems {
    position: relative;
    float: left;
    padding: 20px 10px;
    width: 100%;
    height: calc(100% - 55px);
    max-height: calc(100% - 55px);
    margin-top: 35px;
    overflow-y: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

    .mobileNavItems ul {
        list-style: none;
        width: 100%;
        float: left;
        clear: both;
    }

        .mobileNavItems ul li {
            list-style: none;
            margin-bottom: 10px;
            width: 100%;
            float: left;
            clear: both;
            padding-bottom: 10px;
            border-bottom: 1px solid #b0b0b0;
        }

            .mobileNavItems ul li.construction {
                opacity: 0.2;
            }

            .mobileNavItems ul li a, .mobileNavItems ul li a:hover, .mobileNavItems ul li a:active, .mobileNavItems ul li a:focus, .mobileNavItems ul li a:visited {
                color: #5c5c5c;
                text-transform: uppercase;
                line-height: 21px;
                width: 100%;
                display: block;
                clear: both;
                letter-spacing: 1px;
                text-decoration: none;
                padding-left: 10px;
                padding-right: 10px;
            }

            .mobileNavItems ul li.active {
                font-weight: bold;
            }

            .mobileNavItems ul li h4 {
                font-size: 11px;
                letter-spacing: 1px;
                color: #b0b0b0;
                text-transform: uppercase;
            }

            .mobileNavItems ul li.dropdown {
                margin-bottom: 10px;
            }

                .mobileNavItems ul li.dropdown > a {
                    width: calc(100% - 30px);
                    float: left;
                }

                .mobileNavItems ul li.dropdown .glyphicon {
                    padding: 5px;
                    color: #FFF;
                    transition: transform 0.3s;
                    float: left;
                }

                    .mobileNavItems ul li.dropdown .glyphicon.rotate {
                        -webkit-transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

                .mobileNavItems ul li.dropdown ul {
                    display: none;
                    margin-top: 10px;
                    height: 1px;
                    transition: height 1s;
                    margin-bottom: 5px;
                }

                    .mobileNavItems ul li.dropdown ul li {
                        list-style: none;
                        margin-bottom: 0px;
                        width: 100%;
                        text-transform: none;
                        float: left;
                        clear: both;
                        color: #888888;
                        padding-bottom: 5px;
                        border-bottom: 0px;
                        padding-left: 20px;
                    }

                        .mobileNavItems ul li.dropdown ul li a {
                        }

                            .mobileNavItems ul li.dropdown ul li a.sublink {
                                color: #a2a2a2;
                                padding-left: 20px;
                            }

                    .mobileNavItems ul li.dropdown ul.opened {
                        display: block;
                        height: auto;
                    }


nav {
    width: 100%;
    background: #2d2d2d;
    height: 51px;
    font-family: 'Montserrat', sans-serif;
    line-height: 51px;
}

    nav ul {
        list-style: none;
        margin: 0px;
        height: 51px;
        line-height: 51px;
        width: auto;
    }

        nav ul li {
            list-style: none;
            float: left;
        }

            nav ul li.active {
                font-weight: bold;
            }

            nav ul li a, nav ul li a:visited, nav ul li a:hover, nav ul li a:focus {
                color: #FFF;
                text-transform: uppercase;
                padding-top: 17px;
                padding-bottom: 17px;
                padding-left: 10px;
                padding-right: 10px;
                text-decoration: none;
            }

                nav ul li a:hover, nav ul li.hover {
                    background: #5d5d5d;
                }

                nav ul li a.loginButton {
                    margin-left: 80px;
                }

            nav ul li.construction {
                opacity: 0.3;
            }

                nav ul li.construction:hover, nav ul li.construction a:hover {
                    cursor: not-allowed !important;
                }


    nav .subnav {
        position: absolute;
        display: none;
        height: auto;
        width: 300px;
        background: #5c5c5c;
        z-index: 10;
        padding: 10px;
        top: 50px;
    }

    nav ul li:hover .subnav {
        display: block;
    }

    nav ul li .subnav .subcol {
        width: 50%;
        float: left;
    }

    nav ul li .subnav h4 {
        clear: both;
        float: left;
        width: 100%;
        color: #FFF;
    }

    nav ul li .subnav a {
        clear: both;
        width: 100%;
        float: left;
        padding: 4px;
        color: #ffffff;
        line-height: 30px;
    }

        nav ul li .subnav a:hover {
            background-color: #2d2d2d;
        }

        #main {
            margin-top: 0px;
            margin-bottom: 0px;
            background-size: cover;
            clear: both;
            float: left;
            width: 100%;
        }

    #main .container {
        padding: 0px;
    }

#content {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #112658;
    clear: both;
    float: left;
    width: 100%;
}

    #content .container {
        background: #FFF;
        padding: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

    #content .imageHolder {
        width: 100%;
        height: 350px;
        position: relative;
        border-radius: 5px;
        float: left;
        clear: both;
        overflow: hidden;
        margin-bottom: 20px;
    }

        #content .imageHolder img {
            width: 100%;
            margin-top: -120px;
        }

#slider {
    background: none;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

    #slider .logo {
        float: none;
        width: 100%;
        height: auto;
    }

#contentImage .logo {
    float: left;
    width: calc(100% - 25px);
    height: auto;
    text-align: center;
}

#noImage {
    height: 0px;
}

    #noImage .logo {
        float: left;
        width: calc(100% - 25px);
        height: auto;
        text-align: center;
    }

#slider .logo img {
    height: 270px !important;
}

#slider .logo img {
    margin: 0px auto;
    position: relative;
    max-width: 100%;
    max-height: 270px;
}

#slider .headText {
    width: 100%;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    #slider .headText h2 {
        font-family: Montserrat, sans-serif;
        font-size: 32px;
        color: #FFF;
    }

    #slider .headText p {
        font-family: Montserrat, sans-serif;
        font-size: 18px;
        color: #FFF;
        float: none;
        clear: both;
        margin-bottom: 25px;
    }

    #slider .headText a, #slider .headText a:hover {
        clear: both;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #000;
        background: #FFF;
        text-transform: uppercase;
        padding: 7px 10px;
        border-radius: 10px;
        text-decoration: none;
        margin: 0px auto;
        margin-top: 10px;
        margin-right: 10px;
    }

        #slider .headText a.infoButton {
            background: #f6d51d;
            color: #000;
        }

#contentImage {
    background: url('../img/contentImage.jpg') no-repeat;
    background-position: 0px -141px;
    background-size: cover;
    height: 300px;
    margin-bottom: 42px;
}


#main h3 {
    clear: both;
    float: left;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #112658;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}

#content h4 {
    color: #1c3f93;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#content .mainContent, #content .contentField {
    line-height: 21px;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

    #content .mainContent h1, #content .contentField h1 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 32px;
        color: #1c3f93;
        margin-top: 0px;
        margin-bottom: 30px;
        text-transform: uppercase;
        width: 100%;
        word-break: break-word;
    }

    #content .mainContent h3, #content .contentField h3 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 24px;
        color: #1c3f93;
        margin-top: 0px;
        margin-bottom: 30px;
        text-transform: uppercase;
        width: 100%;
        word-break: break-word;
    }

    #content .mainContent h5, #content .contentField h5 {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 14px;
        color: #112658;
        margin-top: 0px;
        margin-bottom: 15px;
        text-transform: uppercase;
        width: 100%;
        float: left;
    }

    #content .mainContent p, #content .contentField p {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 100%;
        line-height: 23px;
        font-size: 15px;
    }

        #content .contentField p b {
            width: 100%;
            float: left;
            text-transform: uppercase;
            font-weight: bold;
        }

    #content .mainContent .uppercase, #content .contentField .uppercase {
        text-transform: uppercase;
    }

    #content .mainContent b, #content .contentField b {
        letter-spacing: 1px;
    }

    #content .mainContent ul:not(.nav-pills), #content .contentField ul:not(.nav-pills) {
        padding-top: 5px;
        padding-left: 20px;
    }

    #content .contentField ul li {
        line-height: 30px;
    }

.mainContent label {
    font-weight: normal;
}

.mainContent table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    table-layout: fixed;
}

    .mainContent table thead tr {
        cursor: pointer;
        font-weight: bold;
    }

    .mainContent table tr {
        line-height: 40px;
    }

        .mainContent table tr td {
            padding: 10px 5px;
            line-height: 19px;
        }

    .mainContent table > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }

.tableWrapper {
    width: 100%;
    overflow-x: auto;
}

    .tableWrapper table td {
        text-align: center;
    }

        .tableWrapper table td.renner {
            width: 200px;
            text-align: left;
        }

        .tableWrapper table td.tourNumber {
            text-align: left;
        }

        .tableWrapper table td.tourTrui {
            text-align: left;
            width: 100px;
        }

        .tableWrapper table td.tourTruiPunten {
            text-align: right;
            width: 100px;
        }

        .tableWrapper table td.hasPoints, .tableWrapper table tr.hasPoints td {
            background: #90ee90;
        }

    .tableWrapper table tr td.tourEindPunten {
        font-size: 14px;
        text-align: right;
    }

    .tableWrapper table tfoot {
        font-weight: bold;
    }

span.gestegen {
    color: #90ee90;
}

span.gedaald {
    color: #FF0000;
}

    span.gestegen .glyphicon, span.gedaald .glyphicon {
        font-size: 9px;
        top: 0px;
        left: 1px;
    }

.sponsoren a {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.sponsoren .item:nth-of-type(4n+1) {
    clear: both;
}

.sponsoren a img {
    max-height: 100%;
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
}

.deelnemerField {
}

    .deelnemerField b {
        clear: both;
        float: left;
        width: 100%;
    }

    .deelnemerField div.row {
        line-height: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }

        .deelnemerField div.row input[type=text] {
            height: 30px;
            margin-top: 5px;
        }

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.timeline-Header {
    display: none !important;
}

#footer {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    background: #FFF;
    color: #b0b0b0;
    border-top: 1px solid #b0b0b0;
}

    #footer h4 {
        color: #1c3f93;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
        width: 100%;
    }

    #footer a, #footer a:visited, #footer a:active, #footer a:focus {
        color: #333;
        width: 100%;
        float: left;
        text-decoration: none;
    }

        #footer a:hover {
            color: #1c3f93;
            text-decoration: none;
        }

    #footer .news {
    }

        #footer .news ul {
            list-style: none;
        }

            #footer .news ul li {
                list-style: none;
                float: left;
                clear: both;
                border-bottom: 1px solid #b0b0b0;
                margin-bottom: 10px;
            }

                #footer .news ul li span.newsDate {
                    float: left;
                    width: 15%;
                    padding: 10px;
                    background: #e3e3e3;
                    color: #b0b0b0;
                    border-radius: 10px;
                    text-align: center;
                    margin-right: 5%;
                }

                #footer .news ul li:hover span.newsDate {
                    background: #3665d7;
                    color: #FFF;
                }

                #footer .news ul li p {
                    float: left;
                    width: 80%;
                    color: #b0b0b0;
                }

                #footer .news ul li a {
                    width: 100%;
                    float: left;
                }

                    #footer .news ul li a:hover, #footer .news ul li a:hover p {
                        color: #1c3f93;
                    }

    #footer .social a img {
        width: 22px;
        height: 22px;
    }

    #footer .social p {
        width: 100%;
        float: left;
    }

    #footer .social span {
        margin-left: 10px;
        margin-top: 5px;
    }

.container.container-copyright {
    background: none !important;
    color: #FFF;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.container-copyright img {
    height: 60px;
}

ul.pagination {
    margin-top: 30px;
    padding: 0px;
    padding-left: 0px !important;
}

    ul.pagination li {
        border-radius: 50% !important;
    }

        ul.pagination li a {
            border-radius: 50% !important;
            margin-right: 5px !important;
            color: #b0b0b0;
        }

            ul.pagination li a.active {
                color: #1c3f93;
            }

ul {
    margin-top: 0px;
    float: left;
    clear: both;
    width: 100%;
}

.nav > li > a {
    padding: 5px 10px;
}

.select2.error .select2-selection {
    border: solid 2px red;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    #slider .headText {
        width: 100%;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .floatingbutton {
        position: fixed;
        left: 0;
        padding: 10px;
        bottom: 0;
        width: 100%;
        height: 60px;
        z-index: 100;
        background-color: #fff;
    }
    #slider .headText {
        width: 100%;
    }

    nav ul li a.loginButton {
        margin-left: 0px;
    }

    nav ul li a {
        font-size: 12px;
    }

    .tableWrapper table {
        width: 1200px;
    }

    #footer .news ul li p {
        width: 70%;
    }

    #footer .news ul li span.newsDate {
        width: 25%;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    body {
        font-size: 13px;
    }
    .nav > li > a {
        padding: 5px 10px;
    }

    #content .mainContent h1, #content .contentField h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    #content h4 {
        font-size: 16px;
    }

    .follow-col {
        width: 30px;
    }

    nav {
        display: none;
    }

    .mobile-hidden, td.mobile-hidden, th.mobile-hidden {
        display: none;
    }

    .btn-follow .mobile-hidden {
        display: none;
    }

    .mainContent table tr td {
        font-size: 13px;
        line-height: 15px;
        padding: 6px 10px;
    }

    #mobilenavbar {
        display: block;
    }

    #mobilenav {
        display: block;
    }

    #mobilepanel {
        display: block;
    }

    #slider .headText h2 {
        font-size: 18px;
    }

    #slider .headText p {
        font-size: 14px;
    }

    #content .container {
        width: 90%;
        margin: 0px auto;
        margin-top: 20px;
    }

    #main {
        margin-bottom: 0px;
        margin-top: 0px;
    }

        #main .mainContent {
            margin-bottom: 0px;
        }


    #slider .logo {
        height: 110px;
    }

        #slider .logo img {
            height: 110px !important;
        }

        #slider .logo img {
            height: 110px;
        }

    #contentImage {
        height: 150px;
    }

        #contentImage .logo {
            display: none;
        }

    #slider .headText {
        width: 100%;
    }

    #main .mainContent h5, #main .contentField h5 {
        margin-top: 30px;
    }

    #content .mainContent, #content .contentField {
        padding: 10px;
    }

    #content .container {
        padding: 10px;
    }

    .tableWrapper table td {
        word-break: break-all;
        table-layout: fixed;
    }

    .container-copyright p {
        margin: 0px auto;
        float: none !important;
        text-align: center;
        width: 100%;
    }

    .container-copyright img {
        margin: 0px auto;
    }
}

#footer .contactField, #footer .social {
    font-size: 14px;
    color: #333;
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .mobile-nopadding {
        padding: 0px;
    }

    .mobile-hidden, td.mobile-hidden {
        display: none;
    }

    nav {
        display: none;
    }

    #mobilenavbar {
        display: block;
    }

    #mobilenav {
        display: block;
    }

    #mobilepanel {
        display: block;
    }

    .deelnemerField div.row {
        line-height: 30px;
    }

        .deelnemerField div.row input[type=text] {
            margin-top: 0px;
            margin-bottom: 15px;
        }

    #slider {
        margin-bottom: 0px;
        height: auto;
        float: left;
        width: 100%;
        padding-bottom: 25px;
    }

    #main {
        margin-bottom: 0px;
        margin-top: 0px;
    }

        #main h3 {
            background: #2d2d2d;
            width: 100%;
            color: #FFF;
            padding: 10px;
            margin-bottom: 0px;
            font-size: 13px;
            line-height: 18px;
        }

    #slider .headText {
        width: 100%;
        margin: 0px;
    }

    #contentImage {
        margin-top: 0px;
        height: 100px;
        overflow: hidden;
        margin-bottom: 0px;
        background-position: center center;
        background-size: cover;
    }

    #main .mainContent, #main .contentField {
        margin-top: 40px;
        background: #00cae7;
        color: #FFF;
        margin-bottom: 10px;
    }

        #main .mainContent h3 {
            color: #FFF;
            padding-left: 0px;
            padding-right: 0px;
            background: none;
            font-size: 13px;
            font-weight: bold;
        }

        #main .contentField h3 {
            color: #FFF;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 13px;
            font-weight: bold;
            width: calc(100% + 40px);
            position: relative;
            margin-left: -20px;
        }

    #main .contentField {
        margin-top: 0px;
        background: #FFF;
        color: #000;
        margin-bottom: 10px;
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        #main .mainContent p, #main .contentField p {
            margin-bottom: 10px;
        }

    #content .mainContent, #content .contentField {
        padding: 10px;
    }

    #content .container {
        padding: 10px;
    }

    #main #contactForm {
        margin-top: 20px;
        clear: both;
        float: left;
    }

    #footer .news {
        display: none;
    }

    #footer .social {
        display: none;
    }

    #footer .contactField {
        width: 100%;
    }

    #main .mainContent h5, #main .contentField h5 {
        margin-top: 30px;
    }

    #main .contentField ul.peopleList li img, #main .contentField .userImage img {
        border-radius: 50%;
        max-width: 100%;
        max-height: 100%;
        margin: 0px auto;
    }

    #main .contentField ul.peopleList li span.peopleName, #main .contentField .userImage span.peopleName {
        font-size: 11px;
        clear: both;
        float: left;
        position: relative;
        margin-top: 10px;
        width: 100%;
        text-align: center;
        font-weight: 600;
        color: #112658;
        text-transform: uppercase;
        height: 35px;
        overflow: hidden;
    }

    #main .contentField ul.peopleList li span.peopleFunction, #main .contentField .userImage span.peopleFunction {
        font-size: 10px;
        letter-spacing: 1px;
        margin-top: -15px;
        clear: both;
        float: left;
        position: relative;
        width: 100%;
        text-align: center;
        color: #b0b0b0;
        text-transform: uppercase;
        height: 35px;
        overflow: hidden;
    }

    #slider .headText a, #slider .headText a:hover {
        clear: both;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 12px;
        color: #000;
        background: #FFF;
        text-transform: uppercase;
        padding: 7px 10px;
        border-radius: 10px;
        text-decoration: none;
        margin: 0px auto;
        margin-top: 10px;
        margin-right: 10px;
        width: 100%;
        float: left;
    }
}
